* gas/config/tc-arm.c (do_vfp_reg2_from_sp2): Rename from
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
041ab88c
MC
12004-01-09 Michael Chastain <mec.gnu@mindspring.com>
2
3 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
4 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
5 Use gdb_compile. Remove restriction on gcc. Add some patterns
6 for recent version of gdb. Delete second half, which was a copy
7 of the first half with different build flags. This test is
8 still disabled because it is still not ready for production.
9
e36d075a
MC
102004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11
12 * gdb.cp/exception.cc: Add copyright notice.
13 * gdb.cp/exception.exp: Add a notice that this file is broken
14 because of line number changes caused by addition of copyright
15 notice.
16
42b190ad
MC
172004-01-08 Michael Chastain <mec.gnu@mindspring.com>
18
19 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
20 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
21
8f25f06b
MC
222004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23
24 * gdb.cp/classes.exp: Accept gnu abi 2.
25 * gdb.cp/derivation.exp: Likewise.
26 * gdb.cp/overload.exp: Likewise.
27 * gdb.cp/virtfunc.exp: Likewise.
28
06ded8b8
MC
292004-01-08 Michael Chastain <mec.gnu@mindspring.com>
30
31 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
32 semicolon after end of function.
33
77c26ae3
MC
342004-01-07 Michael Chastain <mec.gnu@mindspring.com>
35
36 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
37 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
38 boilerplate code for compiling and running the program under
39 test. Add some string method tests.
40
20757486
MC
412004-01-07 Michael Chastain <mec.gnu@mindspring.com>
42
43 * gdb.cp/bs15503.cc: Add copyright notice.
44 * gdb.cp/bs15503.exp: Adjust line number.
45
0fd3b503
MC
462004-01-07 Michael Chastain <mec.gnu@mindspring.com>
47
48 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
49 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
50
10d1bea8
MC
512004-01-07 Michael Chastain <mec.gnu@mindspring.com>
52
53 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
54 hp_cc_compiler.
55
2789202a
MC
562004-01-07 Michael Chastain <mec.gnu@mindspring.com>
57
58 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
59 * gdb.cp/ctti.exp: Use the marker instead of "next".
60 With gcc, run further before bailing.
61
b862f14c
MC
622004-01-07 Michael Chastain <mec.gnu@mindspring.com>
63
64 * gdb.cp/cttiadd.cc: Add copyright notice.
65 * gdb.cp/cttiadd1.cc: Likewise.
66 * gdb.cp/cttiadd2.cc: Likewise.
67 * gdb.cp/cttiadd3.cc: Likewise.
68
96da2469
MC
692004-01-07 Michael Chastain <mec.gnu@mindspring.com>
70
71 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
72 Use gdb_test, gdb_test_multiple. Use floating-point values that
73 have exact representations in IEEE-ish formats.
74
053248ff
MC
752004-01-07 Michael Chastain <mec.gnu@mindspring.com>
76
77 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
78 compilers. Delete duplicate call to get_compiler_info.
79 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
80 * gdb.base/volatile.exp: Likewise.
81
84acecdd
MK
822004-01-07 Mark Kettenis <kettenis@gnu.org>
83
84 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
85 memory at address 0.
86
fe11a27f
MC
872004-01-07 Michael Chastain <mec.gnu@mindspring.com>
88
89 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
90 to test for hp-ux assembler. Fix copyright years.
91
60ad077b
AC
922004-01-07 Andrew Cagney <cagney@redhat.com>
93
94 * gdb.base/fileio.c (strerrno): Add "EBUSY".
95
1c9b8f33
AC
962004-01-07 Andrew Cagney <cagney@redhat.com>
97
98 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
99 when creating the read-only file. From analysis by Roland McGrath
100 and Elena Zannoni.
101
753ccc7a
MC
1022004-01-06 Michael Chastain <mec.gnu@mindspring.com>
103
104 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
105
eca3e36b
MC
1062004-01-06 Michael Chastain <mec.gnu@mindspring.com>
107
108 * gdb.base/cvexpr.c: Be type-safe with function pointers and
109 data pointers.
110
f8d4bac4
MC
1112004-01-06 Michael Chastain <mec.gnu@mindspring.com>
112
113 * gdb.cp/m-static.exp: Compile one source file at a time.
114 Delete unused call to get_compiler_info.
115
9b4e0f94
MC
1162004-01-06 Michael Chastain <mec.gnu@mindspring.com>
117
118 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
119 * gdb.base/call-rt-st.exp: Likewise.
120 * gdb.base/nodebug.exp: Likewise.
121 * gdb.base/volatile.exp: Likewise.
122 * gdb.cp/ref-types.exp: Likewise.
123 * gdb.cp/templates.exp: Likewise.
124
023c1024
MK
1252004-01-05 Mark Kettenis <kettenis@gnu.org>
126
127 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
128
19703c4a
MC
1292004-01-05 Michael Chastain <mec.gnu@mindspring.com>
130
131 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
132 hppa*-hp-hpux*.
133
18b67037
MK
1342004-01-04 Mark Kettenis <kettenis@gnu.org>
135
ba6219c8
MK
136 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
137 x86_64-*-*.
138
18b67037
MK
139 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
140 sparc64-*-* and sparc*-solaris2*.
141
1bfbbb9d
MK
1422004-01-04 Mark Kettenis <kettenis@gnu.org>
143
144 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
145 return ${tests}" test. The ${tests} already mentions the
146 filename.
147
06846494
MC
1482004-01-02 Michael Chastain <mec.gnu@mindspring.com>
149
150 * gdb.cp/local.exp: Accept gcc abi 2.
151
3b0cb202
MC
1522004-01-02 Michael Chastain <mec.gnu@mindspring.com>
153
154 * gdb.cp/templates.exp: Accept gcc abi 2.
155
0643ec3f
MC
1562004-01-02 Michael Chastain <mec.gnu@mindspring.com>
157
158 * lib/compiler.cc: Remove supports_template_debugging.
159 * gdb.cp/templates.exp: Do not test supports_template_debugging.
160
d231d0b1
MC
1612004-01-01 Michael Chastain <mec.gnu@mindspring.com>
162
163 * gdb.cp/namespace.exp: Accept gcc abi 2.
164
44ffb27c
MC
1652004-01-01 Michael Chastain <mec.gnu@mindspring.com>
166
167 * gdb.cp/method.exp: Accept gcc abi 2.
168
184ad485
MC
1692004-01-01 Michael Chastain <mec.gnu@mindspring.com>
170
171 * gdb.cp/classes.exp: Generate identical results as old version.
172 * gdb.cp/derivation.exp: Likewise.
173 * gdb.cp/overload.exp: Likewise.
174 * gdb.cp/virtfunc.exp: Likewise.
175
116f09e7
MC
1762004-01-01 Michael Chastain <mec.gnu@mindspring.com>
177
178 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
179 mysterious bug with sourceware version of expect.
180
b1379776
MC
1812004-01-01 Michael Chastain <mec.gnu@mindspring.com>
182
183 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
184 current versions of gcc, including gcc abi 2. Remove gratuitous
185 restart of test program. Use gdb_test_multiple and gdb_test for
186 all tests. Add patterns to xfail missing "const" in "const char *"
187 and kfail PR gdb/1155.
188
6b7a4c0e
MC
1892004-01-01 Michael Chastain <mec.gnu@mindspring.com>
190
191 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
192 current versions of gcc, including gcc abi 2. Remove gratuitous
193 restart of test program. Use gdb_test_multiple and gdb_test for
194 all tests. Add patterns to kfail PR gdb/1498.
195
51615d72
MC
1962003-12-31 Michael Chastain <mec.gnu@mindspring.com>
197
198 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
199 current versions of gcc, including gcc abi 2. Use "breakpoint"
200 and "continue" instead of restarting the target program. Use
201 gdb_test_multiple and gdb_test for all tests.
202
7b79a9d7
MK
2032004-01-01 Mark Kettenis <kettenis@gnu.org>
204
205 * gdb.asm/asm-source.exp: Update copyright year. Link statically
206 for *-*-solaris2*.
207
1cd3489f
MC
2082003-12-31 Michael Chastain <mec.gnu@mindspring.com>
209
210 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
211 current versions of gcc, including gcc abi 2. Use "breakpoint"
212 and "continue" instead of restarting the target program several
213 times. Use gdb_test_multiple and gdb_test for all tests.
214
850742db
MC
2152003-12-18 Michael Chastain <mec.gnu@mindspring.com>
216
217 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
218 source files.
219
eb4bbda8
MC
2202003-12-16 Michael Chastain <mec.gnu@mindspring.com>
221
222 * gdb.base/environ.exp: Handle compiling test case from multiple
223 source files.
224
e42c7771
MC
2252003-12-16 Michael Chastain <mec.gnu@mindspring.com>
226
227 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
228
80e4b428
JB
2292003-12-17 Jim Blandy <jimb@redhat.com>
230
5f06973a
JB
231 * gdb.base/freebpcmd.c: Add copyright notice.
232
80e4b428
JB
233 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
234
0ab84fb7
MC
2352003-12-16 Michael Chastain <mec.gnu@mindspring.com>
236
237 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
238
1b3bb3d0
JB
2392003-12-13 Jim Blandy <jimb@redhat.com>
240
241 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
242
3a4c9371
KB
2432003-12-12 Kevin Buettner <kevinb@redhat.com>
244
245 * gdb.asm/frv.inc: New file.
246 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
247
a1dea79a
FF
2482003-12-09 Fred Fish <fnf@redhat.com>
249
250 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
251 functions to break1.c and leave prototypes behind. Add more
252 "set breakpoint NN here" comments.
253 * gdb.base/break1.c: New file.
254
255 * gdb.base/break.exp: Handle compiling test case from multiple
256 source files and change source file references as needed.
257 * gdb.base/completion.exp: Ditto.
258 * gdb.base/condbreak.exp: Ditto.
259 * gdb.base/define.exp: Ditto.
260 * gdb.base/ena-dis-br.exp: Ditto.
261 * gdb.base/info-proc.exp: Ditto.
262 * gdb.base/maint.exp: Ditto.
263 * gdb.base/until.exp: Ditto.
264
265 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
266 hardcoded line numbers.
267 * gdb.base/define.exp: Ditto.
268 * gdb.base/ena-dis-br.exp: Ditto.
269 * gdb.base/maint.exp: Ditto.
270 * gdb.base/until.exp: Ditto.
271
272 * gdb.base/completion.exp: Use "break1" for completion tests since
273 "break" is no longer a unique prefix.
274
5266b69c
AC
2752003-12-06 Andrew Cagney <cagney@redhat.com>
276
277 * gdb.base/structs.exp (test_struct_returns): When applicable, set
278 "return_value_unimplemented". When an unimplemented struct return
279 architecture, report incorrect values as a KFAIL
280
374451f0
MC
2812003-12-05 Michael Chastain <mec.gnu@mindspring.com>
282
283 * gdb.cp/rtti.exp: Accept new wording of warning from
284 cp_lookup_rtti_type.
285
ba9b20a7
MC
2862003-12-05 Michael Chastain <mec.gnu@mindspring.com>
287
288 Partial fix for PR testsuite/1456.
289 * gdb.base/scope.exp (test_at_main): Replace references to
290 gcc_compiled with calls to test_compiler_info.
291 (test_at_foo): Likewise.
292 (test_at_bar): Likewise.
293
b74b6d0b
MC
2942003-12-04 Michael Chastain <mec.gnu@mindspring.com>
295
296 Partial fix for PR testsuite/1456.
297 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
298 to test_compiler_info.
299
ccfa3402
MC
3002003-12-03 Michael Chastain <mec.gnu@mindspring.com>
301
302 * gdb.base/so-impl-ld.exp: Update copyright notice.
303
f6246aba
MC
3042003-12-02 Michael Chastain <mec.gnu@mindspring.com>
305
306 Partial fix for PR testsuite/1456.
307 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
308 to test_compiler_info.
309
13ae734a
MC
3102003-11-28 Michael Chastain <mec.gnu@mindspring.com>
311
312 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
313 from current versions of gdb. Clean up regular expressions.
314 Delete redundant timeout case.
315
d8e1cdee
MC
3162003-11-28 Michael Chastain <mec.gnu@mindspring.com>
317
318 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
319 from current versions of gdb. Clean up regular expressions.
320 Delete redundant timeout case.
321
96457b64
MC
3222003-12-01 Michael Chastain <mec.gnu@mindspring.com>
323
324 Partial fix for PR testsuite/1456.
325 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
326 gcc_compiled with call to test_compiler_info.
327
f35309fc
MC
3282003-11-30 Michael Chastain <mec.gnu@mindspring.com>
329
330 Partial fix for PR testsuite/1456.
331 * gdb.base/list.exp (test_list_function): Delete unused declaration
332 of gcc_compiled.
333
d7afdf9b
MC
3342003-11-29 Michael Chastain <mec.gnu@mindspring.com>
335
336 Partial fix for PR testsuite/1456.
337 * gdb.base/complex.exp: Replace reference to gcc_compiled with
338 call to test_compiler_info.
339
71507b56
MK
3402003-11-29 Mark Kettenis <kettenis@gnu.org>
341
342 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
343 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
344 it to create the appropriate note.inc.
345 * gdb.asm/asmsrc1.s: Include "note.inc".
346 * gdb.asm/netbsd.inc: New file.
347 * gdb.asm/empty.inc: New file.
348
f81f93f7
MC
3492003-11-28 Michael Chastain <mec.gnu@mindspring.com>
350
351 Partial fix for PR testsuite/1456.
352 * gdb.base/constvars.exp: Replace references to gcc_compiled with
353 calls to test_compiler_info.
354
9a77938e
MC
3552003-11-27 Michael Chastain <mec.gnu@mindspring.com>
356
357 Partial fix for PR testsuite/1456.
358 * gdb.base/volatile.exp: Replace references to gcc_compiled with
359 calls to test_compiler_info.
360
e8367dc7
MK
3612003-11-27 Mark Kettenis <kettenis@gnu.org>
362
363 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
364 pattern for the KFAILs.
365
526c61ee
AF
3662003-11-25 Adam Fedor <fedor@gnu.org>
367
368 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
369 * gdb.objc/objcdecode.m: New file.
370
28f2d600
AF
3712003-11-25 Adam Fedor <fedor@gnu.org>
372
373 * gdb.objc/nondebug.exp: Test for PR objc/1236.
374 * gdb.objc/nondebug.m: New file.
375
a3895cee
BE
3762003-11-26 Ben Elliston <bje@wasabisystems.com>
377
378 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
379 NetBSD as it does on FreeBSD. Modelled on a similar change by
380 Mark Kettenis on 2003-05-30.
381 (link-flags): Set to "--entry _start" regardless of target.
382 Special linker flags are to be appended to $link-flags.
383 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
384
c9f2c8a3
MC
3852003-11-25 Michael Chastain <mec.gnu@mindspring.com>
386
387 * gdb.cp/method.exp: Accept output of new demangler.
388
15a0587a 3892003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
390
391 * gdb/class2.exp: New file.
392 * gdb/class2.cc: New file.
393
3c00b570
MC
3942003-11-25 Michael Chastain <mec.gnu@mindspring.com>
395
396 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
397 of new demangler.
398
7027acc7
MK
3992003-11-23 Mark Kettenis <kettenis@gnu.org>
400
401 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
402 of gdb_test "run".
403
b0e1598a
MK
4042003-11-23 Mark Kettenis <kettenis@gnu.org>
405
406 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
407 "continue" into "run".
408
4d9eda44
MC
4092003-11-23 Michael Chastain <mec.gnu@mindspring.com>
410
411 Partial fix for PR testsuite/1456.
412 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
413 call to test_compiler_info.
414 * gdb.cp/ctti.exp: Likewise.
415 * gdb.cp/derivation.exp: Likewise.
416 * gdb.cp/member-ptr.exp: Likewise.
417 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
418 reference to gcc_compiled.
419
4202003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
421
422 Fix PR testsuite/1463.
423 * gdb.base/structs.exp (start_structs_test): Call
424 get_debug_format before using the debug format.
425
d422fe19
AC
4262003-11-22 Andrew Cagney <cagney@redhat.com>
427
428 * lib/gdb.exp (gdb_test_multiple): Add simple example.
429 * gdb.base/structs.exp: Use gdb_test_multiple.
430
039cf96d
AC
4312003-11-20 Andrew Cagney <cagney@redhat.com>
432
6882279b
AC
433 * gdb.base/structs.exp: Handle and recover from internal errors.
434 Replace "foo${n}" with "foo<n>" in test messages.
435
e53890ae
AC
436 * gdb.base/structs.exp: Update copyright. Rewrite.
437 * gdb.base/structs.c: Update copyright. Rewrite.
438
2b211c59
AC
439 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
440 resync count exceeded.
441
039cf96d
AC
442 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
443 from the internal error.
444 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
445 Original from Jim Blandy.
446 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 447
eac98b22
AC
4482003-11-19 Andrew Cagney <cagney@redhat.com>
449
450 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
451 KFAIL.
452
67455b2a
MK
4532003-11-17 Mark Kettenis <kettenis@gnu.org>
454
455 New testcase for PR backtrace/1435.
456 * gdb.arch/i386-unwind.exp: New file.
457 * gdb.arch/i386-unwind.c: New file.
458
853d6e5b
AC
4592003-11-17 Andrew Cagney <cagney@redhat.com>
460
461 * lib/gdb.exp (compiler_info): New global.
462 (test_compiler_info): New function.
463 (get_compiler_info): Set compiler_info.
464 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
465 "compiler_info" to gcc-<major>-<minor>.
466
38cf6e11
MC
4672003-11-15 Michael Chastain <mec.gnu@mindspring.com>
468
469 * gdb.trace/configure: Remove.
470
a50d3602
EZ
4712003-11-13 Elena Zannoni <ezannoni@redhat.com>
472
473 * gdb.base/break.c: Add comments to aid finding line numbers for
474 breakpoints.
475 * gdb.base/break.exp: Remove all references to explicit line
476 numbers.
477
d9407aaa
NC
4782003-11-11 Nick Clifton <nickc@redhat.com>
479
480 * gdb.base/shreloc.exp: Do not run for targets which do not
481 support shared objects.
482
db488fc1
CV
4832003-11-10 Corinna Vinschen <vinschen@redhat.com>
484
485 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
486 Don't run tests if nofileio flag is given.
487
6a90a18e
EZ
4882003-11-07 Elena Zannoni <ezannoni@redhat.com>
489
490 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
491 as well as 'Watchpoint'.
492
0b915e9c
EZ
4932003-11-06 Elena Zannoni <ezannoni@redhat.com>
494
495 Reported by Jim Ingham <jingham@apple.com>:
496 * gdb.base/annota1.exp: Match at least one occurrence of the
497 signal handler annotation.
498
d7e4b55f
EZ
4992003-11-06 Elena Zannoni <ezannoni@redhat.com>
500
501 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
502 as well as 'Watchpoint'.
503
2fe4e8d0
MC
5042003-11-05 Michael Chastain <mec@shout.net>
505
506 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
507
6ef88553
KW
5082003-11-03 Kris Warkentin <kewarken@qnx.com>
509
510 * gdb.arch/gdb1291.c: New test file.
511 * gdb.arch/gdb1291.exp: New test script.
512 * gdb.arch/gdb1431.c: New test file.
513 * gdb.arch/gdb1431.exp: New test script.
514
ae7dc4d8
MC
5152003-10-22 Michael Chastain <mec@shout.net>
516
517 * gdb.mi/pthreads.c: Add copyright notice.
518
c39d7427
MC
5192003-10-22 Michael Chastain <mec@shout.net>
520
521 * gdb.threads/pthreads.c: Add copyright notice.
522
8b7d96c1
MC
5232003-10-20 Michael Chastain <mec@shout.net>
524
525 * gdb.base/gdb1056.exp: New test script.
526
d1d69fdd
DJ
5272003-10-13 Daniel Jacobowitz <drow@mvista.com>
528
529 * gdb.threads/killed.exp: Use gdb_run_cmd.
530
7d605576
DJ
5312003-10-13 Daniel Jacobowitz <drow@mvista.com>
532
533 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
534 create a core file.
535 * gdb.threads/gcore-thread.exp: Likewise.
536
618ec112
CV
5372003-10-13 Corinna Vinschen <vinschen@redhat.com>
538
539 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
540 type, based on char type.
541 (struct bit_flags_short_t): New bitfield type, based on short type.
542 (init_bit_flags_char): New fuction.
543 (init_bit_flags_short): Ditto.
544 (print_bit_flags_char): Ditto.
545 (print_bit_flags_short): Ditto.
546 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
547
9367a73c
MC
5482003-10-11 Michael Chastain <mec@shout.net>
549
550 * gdb.base/call-rt-st.exp: Update copyright year.
551
1decf120
KI
5522003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
553
554 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
555 * gdb.disasm/sh3.s: Ditto.
556
5445b2ae
DJ
5572003-10-07 Daniel Jacobowitz <drow@mvista.com>
558
559 * gdb.threads/switch-threads.exp: New test.
560 * gdb.threads/switch-threads.c: New source file.
561
aec24853
CV
5622003-10-07 Corinna Vinschen <vinschen@redhat.com>
563
564 * gdb.base/ending-run.exp: Add sh specific case.
565
adc7428d
AC
5662003-10-06 Andrew Cagney <cagney@redhat.com>
567
568 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
569 * gdb.disasm/mn10200.exp: Delete obsolete file.
570
c9d37158
DJ
5712003-09-29 Daniel Jacobowitz <drow@mvista.com>
572
573 * ChangeLog: Correct an entry command.exp -> commands.exp.
574 * gdb.base/commands.exp (bp_deleted_in_command_test)
575 (temporary_breakpoint_commands): Check noargs.
576
79c2c32d
DC
5772003-09-25 David Carlton <carlton@kealia.com>
578
579 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
580 of some print tests, where appropriate. Add tests for C::D::cd,
581 E::ce, F::cXfX, G::XgX.
582 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
583
594e6d67
RE
5842003-09-25 Richard Earnshaw <rearnsha@arm.com>
585
586 * lib/java.exp (java_init): Import target_alias before using it.
587
10f0d451
DC
5882003-09-25 David Carlton <carlton@kealia.com>
589
590 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
591
274bcba0
EZ
5922003-09-23 Elena Zannoni <ezannoni@redhat.com>
593
594 * gdb.base/selftest.exp: Accomodate more instruction reordering
595 weirdness.
596
cdbf20f7
MC
5972003-09-17 Michael Chastain <mec@shout.net>
598
599 * gdb.cp/gdb1355.exp: New file.
600 * gdb.cp/gdb1355.c: New file.
601
71e06f80
CV
6022003-09-15 Corinna Vinschen <vinschen@redhat.com>
603
604 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
605 * gdb.asm/sh.inc: New file.
606
5c4e30ca
DC
6072003-09-11 David Carlton <carlton@kealia.com>
608
bd45b7af
DC
609 * gdb.cp/namespace.exp: Add tests for namespace types.
610 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
611 (test_namespace): New.
612
1c199746
EZ
6132003-09-11 Elena Zannoni <ezannoni@redhat.com>
614
615 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 616 * gdb.stabs/weird.exp: Ditto.
1c199746 617
04ed252f
MC
6182003-09-08 Michael Chastain <mec@shout.net>
619
620 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
621
d8a2d9e7
MC
6222003-09-07 Michael Chastain <mec@shout.net>
623
624 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
625 'parse error'.
626
161afb24
MK
6272003-09-07 Mark Kettenis <m.kettenis@osp.nl>
628
629 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
630
49f2741a
MC
6312003-08-30 Michael Chastain <mec@shout.net>
632
633 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
634 * gdb.gdb/observer.exp: Ditto.
635 * gdb.gdb/xfullpath.exp: Ditto.
636
8afa723e
MK
6372003-08-29 Mark Kettenis <kettenis@gnu.org>
638
639 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
640 *-*-*bsd*.
641
f31dfe3b
JJ
6422003-08-28 Jeff Johnston <jjohnstn@redhat.com>
643
644 * gdb.base/dump.exp: Skip for ia64.
645
4630e498
JJ
6462003-08-25 Jeff Johnston <jjohnstn@redhat.com>
647
648 * gdb.asm/asm-source.exp: Add ia64 support.
649 * gdb.asm/ia64.inc: New file.
650
1105b7ef
MC
6512003-08-22 Michael Chastain <mec@shout.net>
652
653 * gdb.cp: New directory.
654 * gdb.cp/*: Copy from gdb.c++/*.
655 * gdb.c++/*: Remove.
656 * Makefile.in: Change gdb.c++ to gdb.cp.
657 * configure.in: Ditto.
658 * configure: Regnerate.
659
c945b932
MK
6602003-08-18 Mark Kettenis <kettenis@gnu.org>
661
662 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
663 * gdb.arch/i386-prologue.c (gdb1338): Add function.
664
2b66634b
DJ
6652003-08-17 Daniel Jacobowitz <drow@mvista.com>
666
667 * mi-var-display.exp (-var-list-children weird): Accept function
668 pointers with argument types.
669 * mi1-var-display.exp (-var-list-children weird): Likewise.
670 * mi2-var-display.exp (-var-list-children weird): Likewise.
671
a356f73b
DJ
6722003-08-17 Daniel Jacobowitz <drow@mvista.com>
673
674 * gdb.base/annota3.exp: Add missing newline.
675
483417b8
MC
6762003-08-06 Michael Chastain <mec@shout.net>
677
678 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
679
c99c59c3
MS
6802003-08-12 Michael Snyder <msnyder@redhat.com>
681
682 * gdb.base/float.exp: Add test for SH.
683
55ed7501
MK
6842003-08-10 Mark Kettenis <kettenis@gnu.org>
685
686 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
687
1a371f2e
EZ
6882003-08-07 Elena Zannoni <ezannoni@redhat.com>
689
690 * gdb.base/completion.exp: Remove reduntant completion test
691 on filename.
692
e0f353ce
EZ
6932003-08-07 Elena Zannoni <ezannoni@redhat.com>
694
695 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
696 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
697 gdb.trace/save-trace.exp: Make sure that full pathnames are
698 escaped correctly.
699
5710a1af
EZ
7002003-08-07 Elena Zannoni <ezannoni@redhat.com>
701
702 * configure.in: Don't generate config.h from config.hin.
703 * configure: Regenerate.
704 * config.hin: Remove file.
705 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
706 * gdb.threads/pthreads.c: Ditto.
707
dcd81ce9
DJ
7082003-08-07 Daniel Jacobowitz <drow@mvista.com>
709
710 From Kei Sakamoto <sakamoto.kei@renesas.com>:
711 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
712 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
713 Replace ld24 with seth/add3.
714
6009d884
AC
7152003-08-02 Andrew Cagney <cagney@redhat.com>
716
717 * gdb.base/annota3.exp: New file.
718 * gdb.base/annota3.c: New file.
719 * gdb.c++/annota3.exp: New file.
720 * gdb.c++/annota3.cc: New file.
721
51514e06
MC
7222003-07-29 Michael Chastain <mec@shout.net>
723
724 * gdb.threads/tls.c (spin): Check errno only if sem_wait
725 actually failed.
726 (do_pass): Likewise.
727 * gdb.threads/tls.exp: Always initialize no_of_threads.
728
4ee6625b
DJ
7292003-07-27 Daniel Jacobowitz <drow@mvista.com>
730
731 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
732 pattern.
733 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
734 * gdb.threads/tls.exp: Recognize one case of the host library not
735 supporting TLS.
736
225f2bf6
AC
7372003-07-27 Andrew Cagney <cagney@redhat.com>
738
739 * gdb.base/fileio.exp: Use SH when running commands using
740 remote_exec.
741
bcb27c9f
DJ
7422003-07-24 Daniel Jacobowitz <drow@mvista.com>
743
744 From Kei Sakamoto <sakamoto.kei@renesas.com>:
745 * gdb.base/relocate.c (dummy): New padding array.
746
3d67be83
MS
7472003-07-22 Michael Snyder <msnyder@redhat.com>
748
749 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
750
751 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
752 patterns to be more general, accepting old and new output.
753 Some output chars (such as '+') also must be quoted.
754 Some addresses are displayed numerically instead of
755 symbolically.
756
57ba3b85
MS
7572003-07-23 Michael Snyder <msnyder@redhat.com>
758
686d097c
MS
759 * gdb.base/return2.exp: Don't test long-long return.
760
57ba3b85
MS
761 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
762 * gdb.disasm/t01_mov.exp: Ditto.
763 * gdb.disasm/t02_mova.s: Ditto.
764 * gdb.disasm/t02_mova.exp: Ditto.
765 * gdb.disasm/t03_add.s: Ditto.
766 * gdb.disasm/t03_add.exp: Ditto.
767 * gdb.disasm/t04_sub.s: Ditto.
768 * gdb.disasm/t04_sub.exp: Ditto.
769 * gdb.disasm/t05_cmp.s: Ditto.
770 * gdb.disasm/t05_cmp.exp: Ditto.
771 * gdb.disasm/t06_ari2.s: Ditto.
772 * gdb.disasm/t06_ari2.exp: Ditto.
773 * gdb.disasm/t07_ari3.s: Ditto.
774 * gdb.disasm/t07_ari3.exp: Ditto.
775 * gdb.disasm/t08_or.s: Ditto.
776 * gdb.disasm/t08_or.exp: Ditto.
777 * gdb.disasm/t09_xor.s: Ditto.
778 * gdb.disasm/t09_xor.exp: Ditto.
779 * gdb.disasm/t10_and.s: Ditto.
780 * gdb.disasm/t10_and.exp: Ditto.
781 * gdb.disasm/t11_logs.s: Ditto.
782 * gdb.disasm/t11_logs.exp: Ditto.
783 * gdb.disasm/t12_bit.s: Ditto.
784 * gdb.disasm/t12_bit.exp: Ditto.
785 * gdb.disasm/t13_otr.s: Ditto.
786 * gdb.disasm/t13_otr.exp: Ditto.
787
e00759ef
EZ
7882003-07-22 Elena Zannoni <ezannoni@redhat.com>
789
790 * gdb.threads/tls.exp :Add kfail for 'info address' case.
791
8bc2021f
EZ
7922003-07-22 Elena Zannoni <ezannoni@redhat.com>
793
794 * gdb.threads/tls.c : New file.
795 * gdb.threads/tls.exp : New file.
796 * gdb.threads/tls-main.c : New file.
797 * gdb.threads/tls-shared.c : New file.
798 * gdb.threads/tls-shared.exp : New file.
799
89320c4c
AS
8002003-07-22 Andreas Schwab <schwab@suse.de>
801
802 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
803
180dea7c
AS
8042003-07-20 Andreas Schwab <schwab@suse.de>
805
806 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
807 due to insn reordering.
808
0714963c
AC
8092003-07-15 Andrew Cagney <cagney@redhat.com>
810
811 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
812
98a23b3f
MC
8132003-07-15 Michael Chastain <mec@shout.net>
814
815 * gdb.base/gdb1250.exp: New file.
816 * gdb.base/gdb1250.c: New file.
817
27e417a2
ML
8182003-07-09 Michal Ludvig <mludvig@suse.cz>
819
820 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
821 expansion of size_t to 'unsigned long', not only to 'unsigned'.
822
8bc2021f
EZ
8232003-07-09 Elena Zannoni <ezannoni@redhat.com>
824
825 * gdb.threads/tls.c: New file.
826 * gdb.threads/tls.exp: New file.
827 * gdb.threads/tls-main.c: New file.
828 * gdb.threads/tls-shared.c: New file.
829 * gdb.threads/tls-shared.exp: New file.
830
d99968dc
EZ
8312003-07-09 Elena Zannoni <ezannoni@redhat.com>
832
833 * gdb.base/annota1.exp: Make sure that we properly escape the
834 full path of the source file. Xfail more permissive patterns,
835 due to a compiler debug info problem.
836
83876b3b
AS
8372003-07-07 Andreas Schwab <schwab@suse.de>
838
2705e972
AS
839 * gdb.asm/m68k.inc: New file.
840 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
841
83876b3b
AS
842 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
843 arguments"): Also match negative number.
844
845 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
846
3a871b37
DJ
8472003-07-03 Daniel Jacobowitz <drow@mvista.com>
848
849 * gdb.base/store.c (charest): New typedef.
850 (add_char): Rename to add_charest, update.
851 (wack_char): Rename to wack_charest, update types. Return l + r
852 to keep r live across the call.
853 (wack_short, wack_int, wack_long, wack_longest, wack_float)
854 (wack_double, wack_doublest): Return l + r to keep r live across
855 the call.
856 * gdb.base/store.exp: Accomodate store.c changes.
857
b2a7f303
DC
8582003-06-30 David Carlton <carlton@kealia.com>
859
860 * gdb.c++/maint.exp (test_invalid_name): New.
861 (test_first_component): Add tests for invalid names.
862
3c6cb4a1
MC
8632003-06-29 Michael Chastain <mec@shout.net>
864
865 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
866 output of '<VTT for class>' for virtual base classes.
867
f1c2644b
DJ
8682003-06-29 Daniel Jacobowitz <drow@mvista.com>
869
870 * gdb.base/completion.exp: Tab-complete "complet" instead of
871 "compl".
872 * gdb.base/complex.exp, gdb.base/complex.c: New files.
873
18080350
DJ
8742003-06-29 Daniel Jacobowitz <drow@mvista.com>
875
876 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
877 * gdb.base/volatile.exp: Likewise.
878
f56973f8
DJ
8792003-06-29 Daniel Jacobowitz <drow@mvista.com>
880
881 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
882 gdb/1265.
883
8842003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
885 Daniel Jacobowitz <drow@mvista.com>
886
887 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
888 initial line count of 'captured_main' from 26 to 32.
889 (test_with_self): Allow xmalloc call to be interleaved with the
890 preceding two lines.
891
e766d4d6
JB
8922003-06-24 Joel Brobecker <brobecker@gnat.com>
893
894 * gdb.base/bang.exp: New testcase.
895
f125c9a4
JB
8962003-06-23 Joel Brobecker <brobecker@gnat.com>
897
898 * gdb.base/langs.exp: Add some tests for the "minimal" language
899 support.
900
6e25beaf
EZ
9012003-06-23 Elena Zannoni <ezannoni@redhat.com>
902
903 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
904 the testcase.
905
2f816dda
DJ
9062003-06-22 Daniel Jacobowitz <drow@mvista.com>
907
908 * gdb.base/relocate.exp: Test add-symbol-file with a variable
909 offset.
910
db5a5748
DJ
9112003-06-22 Daniel Jacobowitz <drow@mvista.com>
912
913 * gdb.c++/pr-1210.cc: New file.
914 * gdb.c++/pr-1210.exp: New file.
915
1df0c130
DJ
9162003-06-21 Daniel Jacobowitz <drow@mvista.com>
917
918 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
919 000-exec-continue.
920
a92feac0
MK
9212003-06-15 Mark Kettenis <kettenis@gnu.org>
922
923 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
924 on *-*-*bsd* instead of *-*-freebsd*.
925
81a58f5b
AC
9262003-06-14 Andrew Cagney <cagney@redhat.com>
927
928 * gdb.base/store.exp: Test longest and doublest. Test all
929 parameters. Weaken return statement match.
930 * gdb.base/store.c: Add longest and doublest - aka long long and
931 long double functions. Put all parameters into local register
932 variables. Use negative values.
933
b257a0d3
AC
9342003-06-14 Andrew Cagney <cagney@redhat.com>
935
936 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
937 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
938 exit status.
939 * gdb.base/fileio.exp: Disable target when nointerrupts and
940 noinferiorio, instead of limiting it to remote. Use remote_exec
941 instead of system.
942
21c38304
JJ
9432003-06-12 Jeff Johnston <jjohnstn@redhat.com>
944
945 * gdb.base/float.exp: Add ia64 support.
946
1bcdb424
CV
9472003-06-12 Corinna Vinschen <vinschen@redhat.com>
948
949 * gdb.base/fileio.exp: Run only on remote targets.
950
6aeb981f
CV
9512003-06-10 Corinna Vinschen <vinschen@redhat.com>
952
953 * gdb.base/fileio.c: New file, testing File-I/O.
954 * gdb.base/fileio.exp: Ditto.
955
53df362e
RG
9562003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
957
958 * gdb.base/shreloc.exp: New file, check symbol values obtained from
959 shared objects after relocation at load time (gdb PR/1132).
960 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
961 as above, part of the shared object relocation test.
962
ffee1b46
MK
9632003-06-08 Mark Kettenis <kettenis@gnu.org>
964
b5ca3722
MK
965 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
966 fully filled history list.
967 * gdb.base/gdb_history: New file.
968
03ed860d
MK
969 * gdb.base/signals.exp: XFAIL "continue to func1" on
970 i*86-*-freebsd*.
971
ffee1b46
MK
972 * gdb.base/attach.exp: When trying to attach to a nonexistent
973 process, make it possible to specify the PID based on the target,
974 and do so for *-*-freebsd*.
975
d80dbb52
RH
9762003-06-02 Richard Henderson <rth@redhat.com>
977
978 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
979
6dd77b81
RH
9802003-06-02 Richard Henderson <rth@redhat.com>
981
982 * gdb.base/selftest.exp: Next over lim_at_start initialization.
983
f6347e16
RH
9842003-06-02 Richard Henderson <rth@redhat.com>
985
986 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
987
2c161407
DJ
9882003-06-01 Daniel Jacobowitz <drow@mvista.com>
989
990 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
991 of globalvar.
992
572eb746
MK
9932003-06-01 Mark Kettenis <kettenis@gnu.org>
994
995 * gdb.asm/asm-source.exp: Check for memory read errors in
996 disassembler test on *BSD too.
997
9e9617a5
RH
9982003-06-01 Richard Henderson <rth@redhat.com>
999
1000 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
1001 for .frame.
1002 (gdbasm_call): Lose ldgp.
1003 (gdbasm_startup): Add frame information.
1004 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
1005
7b34ad4e
MK
10062003-05-31 Mark Kettenis <kettenis@gnu.org>
1007
1008 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
1009 i?86-*-*.
1010
10059fdf
MK
10112003-05-30 Mark Kettenis <kettenis@gnu.org>
1012
1013 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
1014 FreeBSD.
1015
acf4b816
RH
10162003-05-29 Richard Henderson <rth@redhat.com>
1017
1018 * gdb.asm/alpha.inc: New file.
1019 * gdb.asm/asm-source.exp: Use it.
1020
e9ecd949
JB
10212003-05-29 Jim Blandy <jimb@redhat.com>
1022
1023 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
1024 'core.PID'.
1025
e3e5a4f3
JB
10262003-05-22 Jim Blandy <jimb@redhat.com>
1027
1028 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
1029 backtrace.
1030
72fe3d25
DC
10312003-05-20 David Carlton <carlton@math.stanford.edu>
1032
1033 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
1034 this time.
1035
58da2eb2
DC
10362003-05-19 David Carlton <carlton@bactrian.org>
1037
1038 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
1039 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
1040
1fcb5155
DC
10412003-05-19 David Carlton <carlton@bactrian.org>
1042
1043 * gdb.c++/namespace.exp: Add namespace scope and anonymous
1044 namespace tests.
1045 Bump copyright date.
1046 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
1047 (main): Call C::D::marker2.
1048 * gdb.c++/namespace1.cc: New file.
1049
85e85163
JJ
10502003-05-14 Jeff Johnston <jjohnstn@redhat.com>
1051
1052 Roland McGrath <roland@redhat.com>
1053 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
1054 there is no manager thread.
1055
a25fbfec
JJ
10562003-05-08 Jeff Johnston <jjohnstn@redhat.com>
1057
1058 * gdb.threads/schedlock.exp: Remove assumption that all threads
1059 will run in a particular small time slice. Also ensure we break
1060 in one of the child threads rather than the main thread.
1061
be375bae
JB
10622003-05-07 Jim Blandy <jimb@redhat.com>
1063
09bf6082
JB
1064 Add support for assembly source testing on the s390x.
1065 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
1066 architecture.
1067 * gdb.asm/s390x.inc: New file.
1068
be375bae
JB
1069 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
1070 succession of 'if' statements.
1071
00905d52
AC
10722003-05-05 Andrew Cagney <cagney@redhat.com>
1073
1074 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
1075
b1e29e33
AC
10762003-05-05 Andrew Cagney <cagney@redhat.com>
1077
1078 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
1079 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
1080
e33d66ec
EZ
10812003-05-02 Elena Zannoni <ezannoni@redhat.com>
1082
1083 * gdb.base/charset.exp: Update based on new behavior of set/show
1084 charset commands.
1085
2b6fd0d8
AC
10862003-05-01 Andrew Cagney <cagney@redhat.com>
1087
1088 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
1089 variable do not give memory errors.
1090
130cacce
AF
10912003-04-30 Adam Fedor <fedor@gnu.org>
1092
1093 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
1094 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
1095 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
1096 gdb.objc/basicclass.m: : New files
1097
1098 * lib/gdb.exp (gdb_compile_objc): New procedure.
1099
bea71854
DJ
11002003-04-27 Daniel Jacobowitz <drow@mvista.com>
1101
1102 * gdb.base/signals.exp: Make backtrace tests more specific.
1103
0f20eeea
DC
11042003-04-23 David Carlton <carlton@bactrian.org>
1105
1106 * gdb.c++/maint.exp (test_first_component): Add tests for
1107 'operator' in more locations.
1108
c8c4d8dc
KB
11092003-04-16 Kevin Buettner <kevinb@redhat.com>
1110
1111 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
1112
3fe60e3c
EZ
11132003-04-16 Elena Zannoni <ezannoni@redhat.com>
1114
1115 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
1116 func marke' instead. Update test name.
1117
9219021c
DC
11182003-04-15 David Carlton <carlton@math.stanford.edu>
1119
1120 * gdb.c++/maint.exp: New file.
1121
5dd55bdd
EZ
11222003-04-14 Elena Zannoni <ezannoni@redhat.com>
1123
1124 * gdb.threads/schedlock.c: Change type of thread function argument
1125 to long, to avoid warnings on 64-bit platforms.
1126
00890572
EZ
11272003-04-14 Elena Zannoni <ezannoni@redhat.com>
1128
1129 * gdb.base/attach.exp: Add new message from ptrace in case of
1130 attaching to nonexistent process.
1131
93201743
JB
11322003-04-11 Jim Blandy <jimb@redhat.com>
1133
1134 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1135 gdb.c++/userdef.cc: Place comments on the lines to which the
1136 marker function might return.
1137 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1138 gdb.c++/userdef.exp: Look for those comments to check that we've
1139 returned to the right place, instead of checking line numbers.
1140
2a11c64d
EZ
11412003-04-11 Elena Zannoni <ezannoni@redhat.com>
1142
1143 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
1144 match on sourcefile name, instead of directory name.
1145
68ab8fc5
EZ
11462003-04-10 Elena Zannoni <ezannoni@redhat.com>
1147
1148 * gdb.base/completion.exp: Use string_to_regexp to match the
1149 working directory name.
1150
5624293a
JB
11512003-04-09 Jim Blandy <jimb@redhat.com>
1152
1153 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1154 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
1155 after an inferior function call, report the failure, but allow the
1156 test to continue.
1157
f1f02ee4
SC
11582003-04-05 Stephane Carrez <stcarrez@nerim.fr>
1159
1160 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
1161 with -DPROTOTYPES.
1162
6eb79af0
SC
11632003-04-05 Stephane Carrez <stcarrez@nerim.fr>
1164
1165 * gdb.base/break.exp: Revert last patch.
1166
8dfb4cf0
SC
11672003-04-04 Stephane Carrez <stcarrez@nerim.fr>
1168
1169 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
1170 with -DPROTOTYPES.
1171
ed4c619a
AC
11722003-04-02 Andrew Cagney <cagney@redhat.com>
1173
1174 * gdb.base/callfuncs.exp: Make "print add" messages unique.
1175 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
1176 matching directories by the name breakpoint.
1177 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
1178 Make "continue to marker1" consistent.
1179 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
1180 message consistent.
1181 * lib/gdb.exp: Put "the program is no longer running", and "the
1182 program exited" in parenthesis.
1183 * lib/mi-support.exp: Ditto.
1184
4e35d5f0
BR
11852003-04-02 Bob Rossi <bob_rossi@cox.net>
1186
1187 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
1188
71900fe8
AC
11892003-03-29 Andrew Cagney <cagney@redhat.com>
1190
1191 * gdb.base/sizeof.c (main): Print the value of '\377'.
1192 * gdb.base/sizeof.exp: Check the sign of '\377'.
1193
c0655a16
MC
11942003-03-27 Michael Chastain <mec@shout.net>
1195
1196 * gdb.base/gdb1090.exp: New file.
1197 * gdb.base/gdb1090.cc: New file.
1198
5b2a3989
JB
11992003-03-27 J. Brobecker <brobecker@gnat.com>
1200
1201 * gdb.gdb/observer.exp: New regression test.
1202
79876890
MC
12032003-03-27 Michael Chastain <mec@shout.net>
1204
1205 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
1206 * gdb.base/ptype.exp: Likewise.
1207
6eac95e3
CV
12082003-03-27 Corinna Vinschen <vinschen@redhat.com>
1209
1210 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
1211
e8c71839
MC
12122003-03-26 Michael Chastain <mec@shout.net>
1213
1214 * gdb.base/ptype.exp: Actually use some typedef'd types.
1215
71b10041
SC
12162003-03-21 Stephane Carrez <stcarrez@nerim.fr>
1217
1218 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
1219 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
1220
2512cf80
CV
12212003-03-20 Corinna Vinschen <vinschen@redhat.com>
1222
1223 * gdb.base/default.exp: Fix regular expression.
1224
0d195a4f
CV
12252003-03-20 Corinna Vinschen <vinschen@redhat.com>
1226
1227 * gdb.base/args.exp: Fix regular expression.
1228
8a2dbca8
CV
12292003-03-20 Corinna Vinschen <vinschen@redhat.com>
1230
1231 * gdb.base/help.exp: Allow Win32 child process.
1232
bf028682
CV
12332003-03-20 Corinna Vinschen <vinschen@redhat.com>
1234
1235 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
1236 when stepping out of main().
1237
182dbe85
CV
12382003-03-20 Corinna Vinschen <vinschen@redhat.com>
1239
1240 * gdb.base/default.exp: Check for win32 specific message when calling
1241 "run" without executable.
1242
d67a6ba5
CV
12432003-03-20 Corinna Vinschen <vinschen@redhat.com>
1244
1245 * gdb.base/args.exp: Expect .exe in output.
1246
a955b5bb
CV
12472003-03-20 Corinna Vinschen <vinschen@redhat.com>
1248
1249 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
1250 Cygwin native.
1251
bf6bad4b
AC
12522003-03-17 Andrew Cagney <cagney@redhat.com>
1253
1254 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
1255 vector registes.
1256 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
1257 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
1258
293e9a31
DC
12592003-03-17 David Carlton <carlton@math.stanford.edu>
1260
1261 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
1262 test, for PR breakpoints/38.
1263 Call test_watchpoint_and_breakpoint.
1264 * gdb.base/watchpoint.c (func3): New function.
1265 (main): Call func3.
1266
5330f2db
DC
12672003-03-04 David Carlton <carlton@math.stanford.edu>
1268
1269 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
1270 Garply<Garply<char> >:: garply".
1271 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
1272 with respect to PR c++/1111; note also PR c++/1113.
1273 (test_template_breakpoints): KFAIL "constructor breakpoint" with
1274 respect to PR c++/1062.
1275 KFAIL "destructor breakpoint" with respect to PR c++/1112.
1276
6ece72da
DC
12772003-03-03 David Carlton <carlton@math.stanford.edu>
1278
1279 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
1280 with respect to PR c++/57.
1281 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
1282 c++/826.
1283 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
1284 respect to PR c++/57.
1285
85ca1584
DC
12862003-03-03 David Carlton <carlton@math.stanford.edu>
1287
1288 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
1289 respect to PR c++/33 into FAILs.
1290
98e9c5b8
MC
12912003-03-03 Michael Chastain <mec@shout.net>
1292
7bedbf27
MC
1293 * configure.in: Update copyright years.
1294
12952003-03-03 Michael Chastain <mec@shout.net>
1296
1297 * Makefile.in: Update copyright years.
98e9c5b8 1298
f683e100
DC
12992003-02-28 David Carlton <carlton@math.stanford.edu>
1300
1301 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
1302 print class instead of struct and/or superfluous protection
1303 specifiers, as long as the resulting output is equivalent to the
1304 source code.
1305 Delete FIXME from end of messages on tests that don't need
1306 fixing.
1307
a9e0cf2c
DC
13082003-02-28 David Carlton <carlton@math.stanford.edu>
1309
1310 * gdb.c++/templates.exp (do_tests): Allow const in the two
1311 Foo<volatile char *>::foo tests.
1312
e8d359df
MS
13132003-02-27 Michael Snyder <msnyder@redhat.com>
1314
1315 * gdb.base/restore.c (main): Return zero, so exit code
1316 will be consistant.
1317
0b71dc91
DC
13182003-02-26 David Carlton <carlton@math.stanford.edu>
1319
1320 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
1321 char *>::foo" test with respect to PR c++/33. Create a new test
1322 which is identical to that one except that it doesn't put the
1323 space between the "char" and the "*"; KFAIL it, too.
1324
dd14ab43
DC
13252003-02-26 David Carlton <carlton@math.stanford.edu>
1326
1327 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
1328 template types into either PASSes or KFAILs (corresponding to PR
1329 c++/57). Tweak indentation. Update copyright.
1330
1146c7f1
SC
13312003-02-23 Stephane Carrez <stcarrez@nerim.fr>
1332
1333 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
1334
74641dfb
MC
13352003-02-13 Michael Chastain <mec@shout.net>
1336
1337 * gdb.base/exprs.exp: Remove i960 remnants.
1338 * gdb.base/funcargs.exp: Likewise.
1339 * gdb.base/list.exp: Likewise.
1340 * gdb.base/ptype.exp: Likewise.
1341
559cd2d0
DC
13422003-02-14 David Carlton <carlton@math.stanford.edu>
1343
1344 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
1345 pEe->D::vg()" from XFAIL to KFAIL.
1346
c4f90d87
JM
13472003-02-13 Jason Molenda (jmolenda@apple.com)
1348
1349 * gdb.base/maint.exp: Update maint print statistics regexp to include
1350 new entries.
1351
cbc4d97c
MC
13522003-02-13 Michael Chastain <mec@shout.net>
1353
1354 * gdb.c++/inherit.exp: Remove call to get_debug_format.
1355
40f235b7
MC
13562003-02-12 Michael Chastain <mec@shout.net>
1357
1358 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
1359 * gdb.c++/inherit.exp: Likewise.
1360 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
1361 * gdb.c++/templates.exp: Likewise.
1362 * gdb.c++/virtfunc.exp: Likewise.
1363
c56716b0
JM
13642003-02-06 Jason Molenda (jason-cl@molenda.com)
1365
1366 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
1367 why the code is written that way.
1368
070afcf8
MC
13692003-02-05 Michael Chastain <mec@shout.net>
1370
1371 * gdb.base/dump.exp: Add missing copyright line.
1372
5d0331e5
JM
13732003-02-05 Jason Molenda (jason-cl@molenda.com)
1374
f7ae6d3e 1375 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
1376 at the beginning so the breakpoint doesn't get set on the loop.
1377
92851186
MC
13782003-02-05 Michael Chastain <mec@shout.net>
1379
1380 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
1381 output for configurations with gcc 2.95.3.
1382
cbf1e085
AC
13832003-02-05 Keith Seitz <keiths@redhat.com>
1384 Andrew Cagney <ac131313@redhat.com>
1385
1386 * gdb.mi/mi-cli.exp: New file.
1387
29518e1e
MC
13882003-02-04 Michael Chastain <mec@shout.net>
1389
1390 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
1391 Call perror and then continue.
1392
5af1d5f3
MC
13932003-02-03 Michael Chastain <mec@shout.net>
1394
1395 * gdb.c++/pr-1023.cc: New file.
1396 * gdb.c++/pr-1023.exp: New file.
1397
6b549786
JB
13982003-02-05 Jim Blandy <jimb@redhat.com>
1399
1400 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
1401 it's local to foobar. Check for it there, and check that it's not
1402 present in main.
1403 * gdb.c++/local.cc (marker2): New function.
1404 (foobar): Call marker1.
1405 (main): Call marker2 instead of marker1.
1406
67f16606
AC
14072003-02-04 Andrew Cagney <ac131313@redhat.com>
1408
1409 * gdb.disasm/mn10200.exp: Obsolete file.
1410 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
1411 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
1412 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
1413
1c5cb38e
DC
14142003-02-04 David Carlton <carlton@math.stanford.edu>
1415
1416 * gdb.c++/overload.exp: Test intToChar(1).
1417 * gdb.c++/overload.cc (intToChar): New.
1418 (main): Call intToChar.
1419
d1fe6965
DC
14202003-02-03 David Carlton <carlton@math.stanford.edu>
1421
1422 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
1423 'might_kfail' arg.
1424 KFAIL some of the continue_to_bp_overloaded calls, according to
1425 PR c++/1025.
1426
9ba61c5d
MC
14272003-02-01 Michael Chastain <mec@shout.net>
1428
1429 * gdb.base/advance.c (marker1): New marker function.
1430 * gdb.base/advance.exp: When the 'advance' command lands on the
1431 return breakpoint, it can legitimately stop on either the
1432 current line or the next line. Accommodate both outcomes.
1433 * gdb.base/until.exp: Likewise.
1434
e7494ffb
AC
14352003-02-02 Andrew Cagney <ac131313@redhat.com>
1436
1437 2002-11-10 Jason Molenda (jason-cl@molenda.com):
1438 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
1439 now a list, not a tuple.
1440 * gdb.mi/mi-var-display.exp: Ditto.
1441 * gdb.mi/gdb792.exp: Ditto.
1442
075559bc
AC
14432003-02-01 Andrew Cagney <ac131313@redhat.com>
1444
1445 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
1446 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
1447 stack backtraces.
1448 * gdb.mi/mi-syn-frame.c: Part of same.
1449
2bd4c7b1
MK
14502003-02-01 Mark Kettenis <kettenis@gnu.org>
1451
1452 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
1453 gdb.mi/mi1-pthreads.exp: Return instead of calling
1454 gdb_suppress_entire_file.
1455
eabd8992
MS
14562003-02-01 Mark Salter <msalter@redhat.com>
1457
1458 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
1459
71469e2f
MS
14602003-01-31 Mark Salter <msalter@redhat.com>
1461
1462 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
1463 Support empty arg.
1464
38a94d44
MC
14652003-01-30 Michael Chastain <mec@shout.net>
1466
1467 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
1468 This was a workaround for a UTF-8 bug in readline 4.3. The bug
1469 has been fixed in gdb/readline on 2003-01-09.
1470
19ea9e73
MS
14712003-01-29 Michael Snyder <msnyder@redhat.com>
1472
e8d359df
MS
1473 * gdb.base/maint.exp: Allow for leading underscore in symbol.
1474 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
1475 * gdb.base/args.exp: Skip if target does not support args passing.
1476
2307bd6a
DJ
14772003-01-22 Daniel Jacobowitz <drow@mvista.com>
1478
19ea9e73 1479 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
1480 gdb_test. Accept a list of expect arguments as the third
1481 parameter.
1482 (gdb_test): Use it.
1483
f2dd3617
EZ
14842003-01-20 Elena Zannoni <ezannoni@redhat.com>
1485
1486 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
1487 allow for different test tree configurations. Update some
1488 tescases accordingly.
1489 * gdb.arch/altivec-regs.exp: Ditto.
1490 * gdb.asm/asm-source.exp: Ditto.
1491 * gdb.base/advance.exp: Ditto.
1492 * gdb.base/display.exp: Ditto.
1493 * gdb.base/long_long.exp: Ditto.
1494 * gdb.base/mips_pro.exp: Ditto.
1495 * gdb.base/overlays.exp: Ditto.
1496 * gdb.base/relocate.exp: Ditto.
1497 * gdb.base/setshow.exp: Ditto.
1498 * gdb.base/step-line.exp: Ditto.
1499 * gdb.base/step-test.exp: Ditto.
1500 * gdb.base/until.exp: Ditto.
1501 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
1502
c71cdefd
DC
15032003-01-17 David Carlton <carlton@math.stanford.edu>
1504
1505 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
1506 corresponding to PR c++/945.
1507 Update copyright.
1508
fdba05d7
DC
15092003-01-17 David Carlton <carlton@math.stanford.edu>
1510
1511 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
1512 corresponding to PR c++/68.
1513
15142003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
1515
1516 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
1517 (test_paddr_hairy_functions): Call print_addr_2_kfail for
1518 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
1519
c362c33a
EZ
15202003-01-15 Elena Zannoni <ezannoni@redhat.com>
1521
0fbc361c
EZ
1522 * gdb.base/break.exp: Fix change of default location, because of
1523 removal of until tests.
1524 * gdb.base/help.exp: Update test for new 'until' help message.
1525 Add test for help on 'advance'.
c362c33a
EZ
1526 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
1527
dabf8a35
MK
15282003-01-15 Mark Kettenis <kettenis@gnu.org>
1529
1530 * gdb.base/default.exp: Adapt "info float" test for recent changes
1531 to that command. Add test for "info vector".
1532 * gdb.base/float.exp: New file. Add test for "info float" that
1533 resembles the old test in gdb.base/default.exp.
1534
a1769aca
DC
15352003-01-15 David Carlton <carlton@math.stanford.edu>
1536
1537 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
1538
82025e13
EZ
15392003-01-15 Elena Zannoni <ezannoni@redhat.com>
1540
1541 * gdb.base/break.exp: Move the tests of until command from here...
1542 * gdb.base/until.exp: ... to here. New file. Add other tests.
1543 * gdb.base/advance.c: New file.
1544 * gdb.base/advance.exp: New file.
1545
8f9ab801
EZ
15462003-01-14 Elena Zannoni <ezannoni@redhat.com>
1547
1548 * gdb.base/args.c: New file.
1549 * gdb.base/args.exp: New file.
1550
9ae66589
DJ
15512003-01-14 Daniel Jacobowitz <drow@mvista.com>
1552
1553 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
1554
8d77e5c3
DJ
15552003-01-14 Daniel Jacobowitz <drow@mvista.com>
1556
1557 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
1558
12d2f0a1
DJ
15592003-01-14 Daniel Jacobowitz <drow@mvista.com>
1560
1561 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
1562 dates.
1563
6ca37014
DJ
15642003-01-13 Daniel Jacobowitz <drow@mvista.com>
1565
1566 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
1567
b0023472
DJ
15682003-01-13 Daniel Jacobowitz <drow@mvista.com>
1569
1570 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
1571 (ptype &*"foo").
1572 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
1573
d6abaea5
DJ
15742002-01-13 Daniel Jacobowitz <drow@mvista.com>
1575
1576 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
1577 * gdb.mi/mi1-console.exp: Likewise.
1578
dfd536a7
DJ
15792002-01-13 Daniel Jacobowitz <drow@mvista.com>
1580
1581 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
1582 * gdb.mi/mi1-console.exp: Likewise.
1583
a1fb14a2
DJ
15842003-01-13 Daniel Jacobowitz <drow@mvista.com>
1585
1586 * gdb.c++/overload.exp: Remove some fixed XFAILs.
1587
c4cf40b7
DJ
15882003-01-09 Daniel Jacobowitz <drow@mvista.com>
1589
1590 * gdb.base/detach.exp: New test.
1591
696d5a5b
DJ
15922003-01-09 Daniel Jacobowitz <drow@mvista.com>
1593
1594 * Makefile.in (ALL_SUBDIRS): New variable.
1595 (subdirs, clean, distclean): Use it.
1596 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
1597 regenerating Makefile, since it is generated from the top level.
1598 * gdb.asm/Makefile.in: Likewise.
1599 * gdb.base/Makefile.in: Likewise.
1600 * gdb.c++/Makefile.in: Likewise.
1601 * gdb.disasm/Makefile.in: Likewise.
1602 * gdb.java/Makefile.in: Likewise.
1603 * gdb.mi/Makefile.in: Likewise.
1604 * gdb.threads/Makefile.in: Likewise.
1605 * gdb.trace/Makefile.in: Likewise.
1606
754533e4
DC
16072003-01-09 David Carlton <carlton@math.stanford.edu>
1608
1609 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
1610 Add copyright year 2003.
1611
d8b3e9ee
MC
16122003-01-06 Michael Chastain <mec@shout.net>
1613
1614 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
1615 When selecting a thread, 'line' and 'file' are optional.
1616 * gdb.mi/mi1-pthreads.exp: Likewise.
1617
8e9e0fe6
AS
16182003-01-06 Andreas Schwab <schwab@suse.de>
1619
1620 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
1621 failures.
1622
b5ab8ff3
DJ
16232003-01-04 Daniel Jacobowitz <drow@mvista.com>
1624
1625 Fix PR gdb/844
1626 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
1627 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
1628
1629 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
1630 instead of calling gdb_suppress_entire_file.
1631 * gdb.threads/print-threads.exp: Likewise.
1632 * gdb.threads/schedlock.exp: Likewise.
1633
1634 * gdb.threads/killed.exp: Return instead of calling
1635 gdb_suppress_entire_file.
1636 * gdb.threads/linux-dp.exp: Likewise.
1637 * gdb.threads/pthreads.exp: Likewise.
1638
1e698235
DJ
16392003-01-04 Daniel Jacobowitz <drow@mvista.com>
1640
1641 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
1642 stabs.
1643 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
1644 * gdb.base/whatis.exp: Always allow (void) after function names.
1645
147ff08c
DJ
16462003-01-04 Daniel Jacobowitz <drow@mvista.com>
1647
1648 * gdb.c++/casts.exp: Correct regexp.
1649
dc62bfc2
MK
16502003-01-04 Mark Kettenis <kettenis@gnu.org>
1651
1652 * configure.in: Call AC_CONFIG_HEADER. Don't call
1653 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
1654 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
1655 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
1656 aforementioned directories in the AC_OUPUT call.
1657 * config.hin: New file.
1658 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
1659 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
1660 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
1661 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
1662 pass -I$objdir instead of -I$objdir/$subdir in compilation.
1663 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
1664 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
1665 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
1666 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
1667 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
1668 gdb.threads/configure.in, gdb.threads/configure,
1669 gdb.threads/config.in, gdb.trace/configure.in,
1670 gdb.trace/configure: Removed.
1671
77afa639
MC
16722003-01-03 Michael Chastain <mec@shout.net>
1673
1674 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
1675 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
1676
7634bb6e
DJ
16772003-01-03 Daniel Jacobowitz <drow@mvista.com>
1678
1679 * gdb.base/store.exp: Fix regular expressions.
1680
b39c905e
MK
16812002-12-28 Mark Kettenis <kettenis@gnu.org>
1682
1683 * configure.in: Rewrite.
1684 * configure: Regenerated.
1685
0a8551dd
DC
16862003-01-03 David Carlton <carlton@math.stanford.edu>
1687
1688 * gdb.base/psymtab.exp: New file.
1689 * gdb.base/psymtab1.c: Ditto.
1690 * gdb.base/psymtab2.c: Ditto.
1691
c60b7188
AF
16922002-12-23 Adam Fedor <fedor@gnu.org>
1693
1694 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
1695
ee73db83
DC
16962002-12-23 David Carlton <carlton@math.stanford.edu>
1697
1698 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
1699 and current_directory initialization.
1700
d6c1774e
JB
17012002-12-22 Jim Blandy <jimb@redhat.com>
1702
f0a847b8
JB
1703 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
1704 rather than as part of the output file name.
1705
d6c1774e
JB
1706 * gdb.base/attach.exp: There's no need to copy the test program to
1707 /tmp; that was only ever necessary on HP/UX, and this test is
1708 entirely disabled there anyway.
1709
f0708dbb
JB
17102002-12-21 Jim Blandy <jimb@redhat.com>
1711
4c2acfea
JB
1712 * gdb.c++/psmang.exp: Doc fix.
1713
f0708dbb
JB
1714 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
1715 test.
1716
9579e000
DC
17172002-12-20 David Carlton <carlton@math.stanford.edu>
1718
1719 * gdb.c++/annota2.exp: KFAIL annotate-quit.
1720
d1810171
MC
17212002-12-18 Michael Chastain <mec@shout.net>
1722
1723 * gdb.c++/annota2.exp: Add copyright year 2002.
1724
76565097
DC
17252002-12-17 David Carlton <carlton@math.stanford.edu>
1726
1727 * gdb.c++/try_catch.cc: Add marker comments.
1728 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
1729 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
1730 * gdb.c++/m-static.cc: Ditto.
1731 * gdb.c++/m-static1.cc: Ditto.
1732 * gdb.c++/try_catch.cc: Ditto.
1733
da81390b
JJ
17342002-12-16 Jeff Johnston <jjohnstn@redhat.com>
1735
1736 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
1737 to see whether we are using the new -environment-directory
1738 command which resets via -r or the old version of the command
1739 which may prompt the user. Part of fix for gdb/741.
1740
b304d130
AC
17412002-12-13 Andrew Cagney <ac131313@redhat.com>
1742
1743 * gdb.fortran/types.exp: Update obsolete comment.
1744 * gdb.fortran/exprs.exp: Ditto.
1745 * lib/gdb.exp: Delete obsolete code.
1746 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
1747 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
1748 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
1749 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
1750 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
1751 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
1752 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
1753 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
1754 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
1755 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
1756 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
1757 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
1758 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
1759 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
1760 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
1761 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
1762 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
1763 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
1764 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
1765 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
1766 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
1767 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
1768 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
1769 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
1770 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
1771 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
1772 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
1773 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
1774 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
1775 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
1776 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
1777 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
1778 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
1779 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
1780 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
1781 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
1782 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
1783
a23b6e6a
DC
17842002-12-11 David Carlton <carlton@math.stanford.edu>
1785
1786 * gdb.c++/m-data.exp: Add test for members that shadow global
1787 variables: see PR gdb/804.
1788 * gdb.c++/m-data.cc: Ditto.
1789
6604731b
DJ
17902002-12-10 Daniel Jacobowitz <drow@mvista.com>
1791
1792 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
1793
de46ecd7
DC
17942002-12-06 David Carlton <carlton@math.stanford.edu>
1795
1796 * gdb.base/store.c: Don't declare functions static.
1797
27e829d0
AC
17982002-12-04 Andrew Cagney <ac131313@redhat.com>
1799
1800 * gdb.base/store.exp, gdb.base/store.c: New files.
1801
92806416
DJ
18022002-12-03 Daniel Jacobowitz <drow@mvista.com>
1803
1804 * gdb.base/selftest.exp: Update for current gdb.
1805
3bcbaac5
DJ
18062002-12-03 Daniel Jacobowitz <drow@mvista.com>
1807
1808 * gdb.base/maint.exp: Only dump symbols from one source file
1809 or objfile.
1810
f4f00b1f
DJ
18112002-12-03 Daniel Jacobowitz <drow@mvista.com>
1812
1813 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
1814 function call.
1815
f1c8a949
JB
18162002-11-25 Jim Blandy <jimb@redhat.com>
1817
1818 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
1819 function appearing in error message.
1820
9e297a97
DJ
18212002-11-21 Daniel Jacobowitz <drow@mvista.com>
1822
1823 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
1824
1f312e79
JJ
18252002-11-08 Jeff Johnston <jjohnstn@redhat.com>
1826
1827 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
1828 for mi1 and current mi is in correct format. New mi startup message
1829 should be in mi console format. This is part of fix for PR gdb/604.
1830
83c31e7d
FN
18312002-09-18 Fernando Nasser <fnasser@redhat.com>
1832
1833 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
1834 which explicitly prints the zero offset as "+0".
1835
322b3f65
DJ
18362002-10-22 Daniel Jacobowitz <drow@mvista.com>
1837
1838 * gdb.threads/schedlock.c (args): Make unsigned.
1839
18402002-10-21 Daniel Jacobowitz <drow@mvista.com>
1841
1842 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
1843 numbers. Allow "foo2|selected stack frame".
1844 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
1845 * gdb.asm/asmsrc2.s: Likewise.
1846 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
1847 comments.
1848 * gdb.asm/mips.inc: New file.
1849
5e2fe5b8
AF
18502002-10-18 Adam Fedor <fedor@gnu.org>
1851
1852 * gdb.base/default.exp: Update expected output to include 'ObjC'.
1853 * gdb.base/help.exp: Likewise.
1854
abe1a5d0
KB
18552002-10-17 Kevin Buettner <kevinb@redhat.com>
1856
1857 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
1858 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
1859
10abb1d4
JB
18602002-10-02 Jim Blandy <jimb@redhat.com>
1861
1862 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
1863
1f609b42
AC
18642002-10-01 Andrew Cagney <ac131313@redhat.com>
1865
1866 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
1867 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
1868 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
1869 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
1870 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
1871 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
1872 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
1873
0aee02e4
AC
18742002-09-29 Andrew Cagney <ac131313@redhat.com>
1875
1876 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
1877 * mi0-disassemble.exp, mi0-eval.exp: Delete.
1878 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
1879 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
1880 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
1881 * mi0-var-block.exp, mi0-var-child.exp: Delete.
1882 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
1883
6fde09ad
KB
18842002-09-27 Kevin Buettner <kevinb@redhat.com>
1885
1886 * gdb.base/annota1.exp (info break): Make directory components of
1887 path optional since not all compilers emit this debug information.
1888
1889 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
1890 step ends up stepping out of the function instead of stopping on
1891 the epilogue.
1892
9e8aab75
KS
18932002-09-26 Keith Seitz <keiths@redhat.com>
1894
1895 * lib/insight-support.exp (gdbtk_start): Figure out where
1896 the insight executable is based on where gdb is. Use this
1897 executable to start insight instead of gdb.
1898
e36180d7
AC
18992002-09-25 Andrew Cagney <cagney@redhat.com>
1900
1901 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
1902
9dd34b2b
AC
19032002-09-24 Andrew Cagney <ac131313@redhat.com>
1904
1905 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
1906 test_isolated_complaints.
1907 (test_empty_complaint): New function.
1908 (test_empty_complaints): New function. Check no output when no
1909 complaints.
1910
dea97812
KB
19112002-09-19 Jim Blandy <jimb@redhat.com>
1912
1913 * gdb.base/charset.exp, gdb.base/charset.c: New files.
1914
54951bd7
AC
19152002-09-19 Andrew Cagney <ac131313@redhat.com>
1916
1917 * gdb.gdb/complaints.exp: New file.
1918
dec43320
AC
19192002-09-18 Andrew Cagney <ac131313@redhat.com>
1920
1921 * gdb.base/maint.exp: Check `help maint internal-warning'.
1922
e70d6e3f
DC
19232002-09-18 David Carlton <carlton@math.stanford.edu>
1924
1925 * gdb.c++/m-static.exp: Remove breakpoints depending on line
1926 numbers, and replace them by a single breakpoint after the
1927 constructors are all finished.
1928 Add test 4.
1929 * gdb.c++/m-static.cc: Add test 4.
1930 * gdb.c++/m-static.h: New file.
1931 * gdb.c++/m-static1.cc: New file.
1932
1933 * gdb.c++/printmethod.exp: New file.
1934 * gdb.c++/printmethod.cc: New file.
1935
1936 * gdb.c++/pr-574.exp: New file.
1937 * gdb.c++/pr-574.cc: New file.
1938
afb5c968
CV
19392002-09-18 Corinna Vinschen <vinschen@redhat.com>
1940
1941 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
1942 embedded targets which never actually exit.
1943
31e45dee
FN
19442002-09-18 Fernando Nasser <fnasser@redhat.com>
1945
1946 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
1947 "don't step after run" as unresolved or unsupported, instead of xfail.
1948
a283c5a1
CV
19492002-09-18 Corinna Vinschen <vinschen@redhat.com>
1950
1951 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
1952 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
1953 Add newline to expected string in "step out of main (status wrapper)"
1954 case.
1955
11350d2a
CV
19562002-09-18 Corinna Vinschen <vinschen@redhat.com>
1957
1958 * lib/gdb.exp (rerun_to_main): Allow restarting application.
1959 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
1960
0deec7d6
TT
19612002-09-17 Tom Tromey <tromey@redhat.com>
1962
1963 * gdb.base/printcmds.exp (test_print_string_constants): Expect
1964 \000, not \0, in double-quoted string.
1965
b2b4a1b5
CV
19662002-09-14 Corinna Vinschen <vinschen@redhat.com>
1967
c9d37158 1968 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
1969 string after running the commands execution on breakpoint tests.
1970
1c56143a
CV
19712002-09-13 Corinna Vinschen <vinschen@redhat.com>
1972
1973 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
1974
37f8da45
JB
19752002-09-12 Joel Brobecker <brobecker@gnat.com>
1976
1977 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
1978
08b468e0
KS
19792002-09-10 Keith Seitz <keiths@redhat.com>
1980
1981 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
1982 runto proc.
1983 (mi_run_to_main): Use mi_runto.
1984 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
1985
dc360f58
KS
19862002-09-10 Keith Seitz <keiths@redhat.com>
1987
1988 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
1989 regexp for stopping at main. Could have multiple event notifications.
1990 Don't assume that main was declared with no parameters.
1991 (mi_next): Use mi_step_to.
1992 (mi_step): Use mi_next_to.
1993
ce3abcfb
CV
19942002-09-09 Corinna Vinschen <vinschen@redhat.com>
1995
1996 * gdb.base/default.exp: Fix expected string in `info float' test.
1997
d1f5b980
BE
19982002-09-09 Ben Elliston <bje@redhat.com>
1999
2000 * config/mips.exp: Update comments.
2001 * config/mips-idt.exp: Likewise.
2002 * config/nind.exp: Likewise.
2003 * config/slite.exp: Likewise.
2004 * config/sparclet.exp: Likewise.
2005 * config/udi.exp: Likewise.
2006 * config/vx.exp: Likewise.
2007 * config/vxworks29k.exp: Likewise.
2008
2f71430b
JB
20092002-09-05 Jim Blandy <jimb@redhat.com>
2010
2011 * gdb.threads/killed.exp: Fix test failure message.
2012
7ddebc7e
KS
20132002-09-04 Keith Seitz <keiths@redhat.com>
2014
2015 * lib/mi-support.exp: Update copyright.
2016 (mi_gdb_test): Increase the priority of the expected pattern
2017 so that it matches gdb_test.
2018
0ae67eb3
KS
20192002-09-03 Keith Seitz <keiths@redhat.com>
2020
2021 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
2022 Use integer comparison instead of string comparison for testing
2023 whether binary was built.
2024
38fc42c8
JB
20252002-09-03 Jim Blandy <jimb@redhat.com>
2026
2027 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
2028
b6ff0e81
JB
20292002-08-29 Jim Blandy <jimb@redhat.com>
2030
2031 * gdb.threads/pthreads.exp: Move the portable thread compilation
2032 code into a function in lib/gdb.exp, and call that from here.
2033 * lib/gdb.exp (gdb_compile_pthreads): New function.
2034
07c98896
KS
20352002-08-29 Keith Seitz <keiths@redhat.com>
2036
2037 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
2038 expect_out so that callers can get at it.
2039
0312286c
DJ
20402002-08-23 Daniel Jacobowitz <drow@mvista.com>
2041
2042 * gdb.threads/print-threads.c: New file.
2043 * gdb.threads/print-threads.exp: New file.
2044 * gdb.threads/schedlock.c: New file.
2045 * gdb.threads/schedlock.exp: New file.
2046
dd039bc4
EZ
20472002-08-22 Elena Zannoni <ezannoni@redhat.com>
2048
2049 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
2050 not altivec.c.
2051
1f36144c
MK
20522002-08-17 Mark Kettenis <kettenis@gnu.org>
2053
2054 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
2055 targets. The problem should be fixed now.
2056
16057ec7 20572002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
2058
2059 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
2060 2002-07-24 change that removes final dots from error messages.
2061
3c1499ad
TT
20622002-08-13 Tom Tromey <tromey@redhat.com>
2063
2064 * gdb.base/readline.exp: New file.
2065
a20ce2c3
AC
20662002-08-01 Andrew Cagney <ac131313@redhat.com>
2067
2068 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
2069 supress message.
2070
db034ac5
AC
20712002-08-01 Andrew Cagney <cagney@redhat.com>
2072
2073 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
2074 CHILL_FOR_TARGET and CHILL_LIB.
2075 * configure.in (configdirs): Remove gdb.chill.
2076 * configure: Regenerate.
2077 * lib/gdb.exp: Obsolete references to chill.
2078 * gdb.fortran/types.exp: Ditto.
2079 * gdb.fortran/exprs.exp: Ditto.
2080
3e000b18
KB
20812002-07-30 Kevin Buettner <kevinb@redhat.com>
2082
2083 * gdb.base/shlib-call.exp (additional_flags): Conditionally
2084 set Irix-specific compile and link flags.
2085
28f4966b
KB
20862002-07-29 Kevin Buettner <kevinb@redhat.com>
2087
2088 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
2089 source files. The ``-o'' option doesn't work with the ``-E'' option
2090 when using the Irix compiler.
2091
46c0d5a6
DJ
20922002-07-19 Daniel Jacobowitz <drow@mvista.com>
2093
2094 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
2095 Improve support for reusing an exec file. Copy exec file
2096 to target, and run gdbserver on the target instead of on the host.
2097
eecf4bed
JB
20982002-07-18 Jim Blandy <jimb@redhat.com>
2099
0f815cdf
JB
2100 * gdb.base/ending-run.exp: Don't expect to see the program end in
2101 some orderly fashion when we're running on a real stand-alone
2102 board.
2103
eecf4bed
JB
2104 * gdb.base/interrupt.exp: Correct logic for skipping tests on
2105 targets that don't support interrupts.
2106
52d309e4
JB
21072002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2108
2109 * gdb.base/attach.exp: Add patterns to match output from /proc-based
2110 systems.
2111 Move comments in expect statements to inside the actions, so that they
2112 don't get matched against.
2113
ff683d9e
MK
21142002-07-10 Mark Kettenis <kettenis@gnu.org>
2115
2116 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
2117 function when asleep" test.
2118
b5356753
AC
21192002-07-10 Andrew Cagney <ac131313@redhat.com>
2120
2121 * gdb.base/page.exp: Rewrite to handle problems with very long
2122 `info set' output. Update copyright.
2123
6aa4d13a
AC
21242002-06-26 Andrew Cagney <ac131313@redhat.com>
2125
2126 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
2127 gdb.threads-hp.
2128 * gdb.hp/configure: Regenerate.
2129 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
2130 * gdb.hp/gdb.threads-hp/configure: Delete file.
2131 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
2132
8cf8c2b8
AC
21332002-06-22 Andrew Cagney <ac131313@redhat.com>
2134
2135 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
2136 setlocale, bindtextdomain and textdomain.
2137
6827a8f8
JB
21382002-06-11 Jim Blandy <jimb@redhat.com>
2139
919d772c
JB
2140 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
2141 preprocessor macro information is present.
2142
6827a8f8
JB
2143 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
2144 tests.
2145
c15b0d21
MS
21462002-06-06 Michael Snyder <msnyder@redhat.com>
2147
c5984d70
MS
2148 * gdb.base/overlays.exp: Record addresses of overlay
2149 functions in TCL variables rather than in GDB variables,
2150 to avoid having GDB convert them to pointers (with loss
2151 of information).
2152
99a8512b
MS
2153 * gdb.base/d10v.ld: Merge in several years worth of
2154 default linker script changes.
c15b0d21
MS
2155 * gdb.base/long_long.exp: Add check for sizeof (long double).
2156
be26fe0d
ML
21572002-06-06 Michal Ludvig <mludvig@suse.cz>
2158
2159 * gdb.asm/asm-source.exp: Add x86-64 target.
2160 * gdb.asm/x86_64.inc: New.
2161
258093ca 21622002-05-30 Michael Chastain <mec@shout.net>
258093ca 2163
4b3153f1 2164 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
2165 * gdb.c++/m-static.cc: New file.
2166 * gdb.c++/m-static.exp: New file.
2167
241264c6
MS
21682002-05-28 Michael Snyder <msnyder@redhat.com>
2169
2170 * gdb.base/call-ar-st.exp: Allow for reduced floating point
2171 precision.
2172
9bba8c8f 21732002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 2174
4b3153f1 2175 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
2176 * gdb.c++/m-data.cc: New file.
2177 * gdb.c++/m-data.exp: New file.
2178
21792002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 2180
4b3153f1 2181 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f
MC
2182 * gdb.c++/try_catch.cc: New file.
2183 * gdb.c++/try_catch.exp: New file.
2184
def1b996
MC
21852002-05-27 Michael Chastain <mec@shout.net>
2186
2187 * gdb.c++/local.exp: Accept more nested types in output.
2188
522ba268
MC
21892002-05-26 Michael Chastain <mec@shout.net>
2190
2191 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
2192
277254ba
MS
21932002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
2194
2195 * lib/gdb.exp (gdb_wrapper_init): Just because
2196 gdb_wrapper_file exists, this does not mean that the file
2197 should not be rebuilt. That is what gdb_wrapper_initialized
2198 is for.
2199 (default_gdb_init): Reset gdb_wrapper_initialized.
2200
b61a8733
MS
22012002-05-23 Michael Snyder <msnyder@redhat.com>
2202
5bdb6d01
MS
2203 * gdb.base/all-bin.exp: Revise previous patch by just reducing
2204 the precision of the floating point test results.
2205 * gdb.base/call-rt-st.exp: Ditto.
2206
b61a8733
MS
2207 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
2208 * gdb.base/call-rt-st.exp: Ditto.
2209
56f6e910
MC
22102002-05-19 Michael Chastain <mec@shout.net>
2211
2212 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
2213
ad0b0016
EZ
22142002-05-19 Elena Zannoni <ezannoni@redhat.com>
2215
2216 * configure.in (configdirs): Add gdb.arch.
2217 * configure: Regenerate.
2218
f617d2b6
JB
22192002-05-17 Jim Blandy <jimb@redhat.com>
2220
2221 * gdb.base/completion.exp: Recognize the more detailed error
2222 messages produced by the macro expander's lexical analyzer.
2223
eac2a696
EZ
22242002-05-14 Elena Zannoni <ezannoni@redhat.com>
2225
2226 * gdb.arch/altivec-abi.c: New file.
2227 * gdb.arch/altivec-abi.exp: New file.
2228 * gdb.arch/altivec-regs.c: New file.
2229 * gdb.arch/altivec-regs.exp: New file.
2230
2fdde8f8
DJ
22312002-05-14 Daniel Jacobowitz <drow@mvista.com>
2232
2233 * gdb.base/maint.exp (maint print type): Update for new type
2234 structure.
eac2a696 2235
e31f1a7c
EZ
22362002-05-14 Elena Zannoni <ezannoni@redhat.com>
2237
2238 * gdb.arch: New directory.
2239 * gdb.arch/configure.in: New file.
2240 * gdb.arch/configure: New file.
2241 * gdb.arch/Makefile.in: New file.
2242
db589741
CV
22432002-05-13 Corinna Vinschen <vinschen@redhat.com>
2244
2245 * gdb.asm/asm-source.exp: Add v850 as supported target.
2246 * gdb.asm/v850.inc: New file.
2247
8ce2a7dc
DJ
22482002-05-13 Daniel Jacobowitz <drow@mvista.com>
2249
2250 * gdb.c++/annota2.exp (annotate-quit): Add comment.
2251
df763c7f
DJ
22522002-05-12 Daniel Jacobowitz <drow@mvista.com>
2253
2254 * gdb.base/break.exp: Check 'break "marker2"'.
2255
377daeed
MS
22562002-05-10 Michael Snyder <msnyder@redhat.com>
2257
2258 * gdb.base/long_long.exp: Fix typo.
2259
c4b7bc2b
JB
22602002-05-10 Jim Blandy <jimb@redhat.com>
2261
ecac9a4e
JB
2262 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
2263 a bug.
2264
c4b7bc2b
JB
2265 * gdb.base/printcmds.exp (test_integer_literals_rejected):
2266 Recognize more detailed error message produced by the macro
2267 expander's lexical analyzer.
2268 * lib/gdb.exp (test_print_reject): Same.
2269
e71019a1
MK
22702002-05-09 Mark Kettenis <kettenis@gnu.org>
2271
2272 * gdb.c++/method.exp: Fix typo.
2273
fedfc8e6
MS
22742002-05-08 Michael Snyder <msnyder@redhat.com>
2275
166a1957
MS
2276 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
2277 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 2278 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
2279 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
2280 Add iftarget clause for strongarm.
2281
f1c47eb2
MS
22822002-05-06 Michael Snyder <msnyder@redhat.com>
2283
cb9a9d3e
MS
2284 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
2285 (gdb_continue_to_end): Accept output from status wrapper.
2286 * gdb.base/ending-run.exp: Add case for output from status wrapper.
2287 Clean up fail messages to match pass messages.
2288
f1c47eb2
MS
2289 Enable the "needs_status_wrapper" testsuite feature.
2290 * lib/gdb.exp (gdb_wrapper_init): New procedure.
2291 (gdb_compile): Conditionally call gdb_wrapper_init.
2292 * gdb.base/a2-run.exp: Recognize output from status wrapper.
2293 * gdb.c++/method.exp: Recognize output from status wrapper.
2294
6079c749
BE
22952002-05-06 Ben Elliston <bje@redhat.com>
2296From Graydon Hoare <graydon@redhat.com>
2297
2298 * config/sid.exp: Include support for "rawsid" protocol.
2299
188baff3
JB
23002002-05-03 Jim Blandy <jimb@redhat.com>
2301
2302 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
2303 * gdb.c++/hang3.C: New file.
2304
b9c07f0f
AC
23052002-05-04 Andrew Cagney <ac131313@redhat.com>
2306
2307 * gdb.base/default.exp: Remove obsolete code.
2308 * gdb.c++/misc.exp: Ditto. Update copyright.
2309 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
2310 * gdb.base/whatis.exp: Ditto. Update copyright.
2311 * gdb.base/scope.exp: Ditto. Update copyright.
2312 * gdb.base/ptype.exp: Ditto. Update copyright.
2313 * gdb.base/printcmds.exp: Ditto. Update copyright.
2314 * gdb.base/opaque.exp: Ditto. Update copyright.
2315 * gdb.base/list.exp: Ditto.
2316 * gdb.base/funcargs.exp: Ditto. Update copyright.
2317 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
2318 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
2319 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
2320 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
2321 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
2322 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
2323
5c7a0397
MS
23242002-05-02 Michael Snyder <msnyder@redhat.com>
2325
d6dcc264 2326 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
2327 * gdb.base/long_long.exp: Add xscale target.
2328 * gdb.base/default.exp: Add xscale target.
2329
eb7f1c48
JB
23302002-05-01 Jim Blandy <jimb@redhat.com>
2331
2332 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
2333 gdb.c++/hang.exp: New test.
2334
a6befae8
FF
23352002-05-01 Fred Fish <fnf@redhat.com>
2336
2337 * gdb.base/completion.exp: Handle completions of "./Make" for
2338 more than one completion possibility, as is the case when we
2339 build and test in the source tree.
2340
0a310277
AG
23412002-04-29 Anthony Green <green@redhat.com>
2342
2343 * gdb.java/jmisc1.exp: New file.
2344 * gdb.java/jmisc2.exp: New file.
2345
6ff9af88
DJ
23462002-04-24 Daniel Jacobowitz <drow@mvista.com>
2347
2348 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
2349
96b3d632
EZ
23502002-04-23 Elena Zannoni <ezannoni@redhat.com>
2351
2352 * gdb.base/help.exp: Change 'help status' to allow for target
2353 dependent output differences.
2354
5019bb54
MC
23552002-04-22 Michael Chastain <mec@shout.net>
2356
2357 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
2358
a805a116
MC
23592002-04-22 Michael Chastain <mec@shout.net>
2360
2361 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
2362
a1706bfd
DM
23632002-04-17 David S. Miller <davem@redhat.com>
2364
2365 * gdb.asm/sparc64.inc: New file.
2366 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
2367
a73a20a2
EZ
23682002-04-19 Elena Zannoni <ezannoni@redhat.com>
2369
2370 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
2371 instruction file directly into the build tree. Clean up at end of
2372 test.
2373
ba678339
DM
23742002-04-18 David S. Miller <davem@redhat.com>
2375
2376 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
2377 handle 64-bit platforms correctly.
2378 * gdb.base/maint.exp: Likewise.
2379
b03399da
KB
23802002-04-18 Kevin Buettner <kevinb@redhat.com>
2381
2382 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
2383 ``-fpic'' when compiling files comprising a shared library, but
2384 it does need additional linker flags in order to find shared
2385 libraries at run time.
2386
e2004992
KB
23872002-04-18 Kevin Buettner <kevinb@redhat.com>
2388
2389 * gdb.base/cvexpr.c (use): New function.
2390 (main): Invoke use() on all global variables to prevent
2391 some linkers from deleting these otherwise unused symbols.
2392
d8937120
MC
23932002-04-17 Michael Chastain <mec@shout.net>
2394From David S. Miller <davem@redhat.com>
2395
2396 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
2397 handle 64-bit platforms correctly.
2398
ffd61a58
MS
23992002-04-12 Michael Snyder <msnyder@redhat.com>
2400From Jim Blandy <jimb@redhat.com>
2401 * gdb.base/foo.c (foox): Remove section attribute; the linker
2402 script can handle this instead.
2403 * gdb.base/bar.c (barx): Same.
2404 * gdb.base/baz.c (bazx): Same.
2405 * gdb.base/grbx.c (grbxx): Same.
2406
2407 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
2408 manager doesn't automatically unmap overlays unnecessarily.
2409
6b8426a6
MH
24102002-04-10 Martin M. Hunt <hunt@redhat.com>
2411
2412 * gdb.base/ending-run.exp: Fix pattern for Mips targets
2413 stepping out of main.
2414
34af4875
MC
24152002-04-09 Michael Chastain <mec@shout.net>
2416
2417 * gdb.c++/local.cc (main): Move call to marker1() inside nested
2418 scope so that the nested scope tests will make sense.
2419 * gdb.c++/local.exp: Write patterns that actually work with gcc
2420 (the HP patterns "were never known to work with gcc").
2421 Keep the old aCC patterns too.
2422
2d1676a0
DJ
24232002-04-09 Daniel Jacobowitz <drow@mvista.com>
2424
2425 * gdb.base/attach.exp: Correct target board test.
2426
3a63e3f9
MC
24272002-04-08 Michael Chastain <mec@shout.net>
2428
2429 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
2430 in a const method. Add some xfail and fail cases for configurations
2431 that do not emit the "const ...".
2432
f18dabd2
MC
24332002-04-07 Michael Chastain <mec@shout.net>
2434
2435 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
2436 Accept "A * const" and "const A * const" as type of "this".
2437 Fix spelling of getFunky throughout. Make messages uniform.
2438
0fcddd82
EZ
24392002-04-07 Elena Zannoni <ezannoni@redhat.com>
2440
2441 Work around for PR gdb/285:
2442 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
2443
16a8534a
EZ
24442002-04-07 Elena Zannoni <ezannoni@redhat.com>
2445
2446 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
2447 instructions file at run time instead of configure time.
2448 Sometimes we run the test in a directory that is not the one we
2449 configured in.
2450 * gdb.asm/configure.in: Delete creation of symlink.
2451 * gdb.asm/configure: Regenerate.
2452
24181d81
JB
24532002-04-05 J. Brobecker <brobecker@gnat.com>
2454
2455 * gdb.gdb/xfullpath.exp: New test, to exercise the new
2456 xfullpath () function.
2457
7cdb7107
DJ
24582002-04-04 Daniel Jacobowitz <drow@mvista.com>
2459
2460 * gdb.asm/Makefile.in: Correct dependencies.
2461
2462 * gdb.asm/powerpc.inc: New file.
2463 * gdb.asm/asm-source.exp: Add PowerPC.
2464 * gdb.asm/configure.in: Likewise.
2465 * gdb.asm/configure: Regenerated.
2466
a7d17088
DJ
24672002-04-04 Daniel Jacobowitz <drow@mvista.com>
2468
2469 * gdb.base/relocate.exp: New file.
2470 * gdb.base/relocate.c: New file.
2471
cd721503
FF
24722002-04-04 Fred Fish <fnf@redhat.com>
2473
2474 * gdb.base/step-test.exp: Update comment regarding stopping in
2475 memcpy/bcopy calls inserted as part of the compiler runtime.
2476
b22ad7a7
MS
24772002-04-04 Michael Snyder <msnyder@redhat.com>
2478
2479 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
2480
5f279fa6
DJ
24812002-04-03 Daniel Jacobowitz <drow@mvista.com>
2482
2483 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
2484 (gdb_expect): Remove $notransfer hack.
2485
dd0fd3ce
DJ
24862002-04-02 Daniel Jacobowitz <drow@mvista.com>
2487
2488 * gdb.c++/classes.exp ("calling method for small class"): Match
2489 updated register output.
2490
1e50cda1
DJ
24912002-03-30 Daniel Jacobowitz <drow@mvista.com>
2492
2493 Fix PR gdb/452
2494 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
2495 when finished. Make gdb_file_cmd send "exec-file" when
2496 appropriate.
2497
24015922
DJ
24982002-03-30 Daniel Jacobowitz <drow@mvista.com>
2499
2500 * gdb.base/attach.exp: Remove extra setup_xfail.
2501
dd7dfd64
MS
25022002-03-26 Michael Snyder <msnyder@redhat.com>
2503
2504 * gdb.base/default.exp: Add tests for dump, append, and restore.
2505 * gdb.base/help.exp: Add tests for dump, append, and restore.
2506 * gdb.base/dump.exp: New file, test dump, append and restore.
2507 * gdb.base/dump.c: New file.
2508
48b2f8d7
MS
25092002-03-27 Michael Snyder <msnyder@redhat.com>
2510
2511 * gdb.base/help.exp: Modify expect strings to reflect
2512 clean-ups in help messages.
2513
05b4d525
FF
25142002-03-26 Fred Fish <fnf@redhat.com>
2515
2516 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
2517 have debugging info for those functions and the compiler uses them
2518 internally to copy structs around.
2519
d7679631
FF
25202002-03-26 Fred Fish <fnf@redhat.com>
2521
2522 * gdb.base/list.exp: Revert the change made yesterday and add note
2523 about why we don't list the default lines for remote targets.
2524
523ac3f9
MS
25252002-03-25 Michael Snyder <msnyder@redhat.com>
2526
2527 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
2528
754b2b8d
FF
25292002-03-25 Fred Fish <fnf@redhat.com>
2530
2531 * gdb.base/list.exp: This test works on remote targets so remove
2532 the short circuit for remote targets. Update copyright.
2533
33c3e192
FF
25342002-03-25 Fred Fish <fnf@redhat.com>
2535
2536 * gdb.base/attach.exp: Fix logic error that was suppressing this
2537 test for all non hppa*-*-hpux* targets, instead of the hp target.
2538 Move comments closer to the suppression point. Also now need to
2539 check that we are running natively.
2540
d43e73ee
MS
25412002-03-22 Michael Snyder <msnyder@redhat.com>
2542
882c8f02
MS
2543 * gdb.base/default.exp: Add test for gcore. Update copyright.
2544 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 2545
04c12f60
FF
25462002-03-06 Fred Fish <fnf@redhat.com>
2547
2548 * gdb.base/funcargs.c: Remove extraneous ';' character.
2549 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
2550
b43df995
MC
25512002-03-04 Michael Chastain <mec@shout.net>
2552
2553 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
2554 accommodate gcc v3 function signature.
2555 * gdb.mi/mi0-var-cmd-exp: Ditto.
2556
92362027
AC
25572002-02-24 Andrew Cagney <ac131313@redhat.com>
2558
2559 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
2560 ``GNU/Linux'' or ``Linux kernel''
2561 * testsuite/gdb.threads/pthreads.c: Ditto.
2562
258ad32d
MC
25632002-02-24 Michael Chastain <mec@shout.net>
2564
2565 * gdb.threads/pthreads.c (thread1): Add a return statement.
2566 (thread2): Likewise.
2567 (foo): Likewise.
2568
04c3b3d4
MC
25692002-02-23 Michael Chastain <mec@shout.net>
2570
2571 * gdb.threads/linux-dp.c (philosopher): Add a return statement
2572 to placate gcc.
2573
5a2a0a20
MC
25742002-02-23 Michael Chastain <mec@shout.net>
2575
2576 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
2577 test "ptype bint". The test passes on all my stabs configurations.
2578
a640f7fc
JB
25792002-02-21 Jim Blandy <jimb@redhat.com>
2580
27924826
JB
2581 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
2582 filename at a time, and watch for the ones we want to see.
2583
a640f7fc
JB
2584 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
2585 types of pointers to prototyped functions.
2586
edcc8c75
AC
25872002-02-20 Andrew Cagney <ac131313@redhat.com>
2588
2589 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
2590 signed, unsigned and straight char.
2591 (padding_char, padding_short, padding_int, padding_long,
2592 padding_long_long, padding_float, padding_double,
2593 padding_long_double): New global variables.
2594 (fill, fill_structs): New functions.
2595
2596 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
2597 for correctly sized writes. Update copyright.
2598 (get_valueof): New procedure.
2599 (get_sizeof): Call get_valueof.
2600 (check_valueof): New procedure.
2601 (check_padding): New procedure.
2602
ac57ea44
MC
26032002-02-20 Michael Chastain <mec@shout.net>
2604
2605 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
2606 to setup_xfail. Document some of the remaining calls.
2607
7a10c941
MC
26082002-02-18 Michael Chastain <mec@shout.net>
2609
2610 * gdb.c++/userdef.exp: Update copyright year.
2611
fb8acdcc
DJ
26122002-02-18 Daniel Jacobowitz <drow@mvista.com>
2613
2614 * gdb.c++/userdef.exp: Test overloaded operators properly.
2615 Remove xfails.
2616
fda6ae12
MS
26172002-02-14 Michael Snyder <msnyder@redhat.com>
2618
2619 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
2620
676a0442
DJ
26212002-02-14 Daniel Jacobowitz <drow@mvista.com>
2622
2623 * gdb.base/a2-run.exp: Check for a remote target properly.
2624 * gdb.base/annota1.exp: Likewise.
2625 * gdb.base/list.exp: Likewise.
2626 * gdb.base/reread.exp: Likewise.
2627 * gdb.base/scope.exp: Likewise.
2628 * gdb.base/shlib-call.exp: Likewise.
2629 * gdb.base/term.exp: Likewise.
2630 * gdb.c++/annota2.exp: Likewise.
2631
78b4f468
RE
26322002-02-13 Richard Earnshaw <rearnsha@arm.com>
2633
2634 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
2635
9a81ba51
MC
26362002-02-10 Michael Chastain <mec@shout.net>
2637
2638 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
2639 (call_after_alloca): Ditto.
2640
004af6c7
DJ
26412002-02-10 Daniel Jacobowitz <drow@mvista.com>
2642
2643 * gdb.base/ending-run.exp: Guard "cont" test with
2644 gdb_skip_stdio_test.
2645
37225f62
JB
26462002-02-06 Jim Blandy <jimb@redhat.com>
2647
2648 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
2649 from here...
2650 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
2651 To here. Disable this test on non-HP platforms. Add big comment.
2652
fe6fdd96
MS
26532002-02-04 Michael Snyder <msnyder@redhat.com>
2654
2655 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
2656 other than d10v and m32r.
2657
036fad3f
RE
26582002-02-02 Richard Earnshaw <rearnsha@arm.com>
2659
2660 * gdb.base/default.exp: Rewrite test patterns to reduce time
2661 taken to match them.
2662
7148ab62
DJ
26632002-01-30 Daniel Jacobowitz <drow@mvista.com>
2664
2665 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
2666 Allow a start function above main.
2667 * gdb.threads/linux-dp.exp: Fix copyright date.
2668
396cc255
DJ
26692002-01-30 Daniel Jacobowitz <drow@mvista.com>
2670
2671 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
2672 (check_philosopher_stack): Check for manager thread before checking
2673 for a just-starting thread.
2674
f038d31b
DJ
26752002-01-30 Daniel Jacobowitz <drow@mvista.com>
2676
2677 From Neil Booth <neil@daikokuya.demon.co.uk>:
2678 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
2679 warnings.
2680
b3ff9d9a
FF
26812002-01-21 Fred Fish <fnf@redhat.com>
2682
2683 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
2684 not caller.
2685
39ad761d
JB
26862002-01-21 Jim Blandy <jimb@redhat.com>
2687
2688 * gdb.base/reread.exp: Check that GDB properly re-reads the
2689 executable file when it changes while no inferior is running.
2690
aaf320fa
FF
26912002-01-21 Fred Fish <fnf@redhat.com>
2692
2693 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
2694 optionally accept the "shlib events" variation.
2695
808a31f5
JB
26962002-01-21 Jim Blandy <jimb@redhat.com>
2697
2698 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
2699 call `fflush' after every `printf', so that the output is produced
2700 at predictable points, regardless of whatever buffering does (or
2701 doesn't) take place.
2702 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
2703 at different points.
2704
4420d5e2
DJ
27052002-01-20 Daniel Jacobowitz <drow@mvista.com>
2706
2707 * gdb.c++/inherit.exp: Update copyright years.
2708 * gdb.c++/method.exp: Likewise.
2709
3e36a0f4
DJ
27102002-01-20 Daniel Jacobowitz <drow@mvista.com>
2711
2712 * gdb.c++/classes.exp: Update for improved v3 support and skipping
2713 artificial methods/arguments.
2714 * gdb.c++/derivation.exp: Likewise.
2715 * gdb.c++/inherit.exp: Likewise.
2716 * gdb.c++/method.exp: Likewise.
2717 * gdb.c++/virtfunc.exp: Likewise.
2718
b4ceaee6
AC
27192002-01-18 Andrew Cagney <ac131313@redhat.com>
2720
2721 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
2722 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
2723 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
2724 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
2725 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
2726 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
2727
ecace851
JB
27282002-01-17 Jim Blandy <jimb@redhat.com>
2729
2730 * gdb.asm/asm-source.exp (info symbol): Take another shot at
2731 anchoring the pattern matching the entry point symbol's name.
2732
375fc983
AC
27332002-01-17 Andrew Cagney <ac131313@redhat.com>
2734
2735 * gdb.base/maint.exp: Update ``maint internal-error'' to match
2736 continue/quit query. Update copyright.
2737
fe6fdd96
MS
27382002-01-14 Michael Snyder <msnyder@redhat.com>
2739
2740 * gdb.base/gcore.exp: Remove extra debugging output.
2741
e017c81f
DJ
27422002-01-13 Daniel Jacobowitz <drow@mvista.com>
2743
2744 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
2745 for slightly dubious v2 mangled string.
2746
37ab3bf8
DJ
27472002-01-13 Daniel Jacobowitz <drow@mvista.com>
2748
2749 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
2750
1bc05c3a 27512002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 2752
1bc05c3a 2753 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 2754
1bc05c3a
JM
2755 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
2756 constructors.
2757 * gdb.c++/derivation.exp: Likewise.
2758 * gdb.c++/templates.exp: Likewise.
2759 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 2760
1bc05c3a
JM
27612002-01-10 Michael Snyder <msnyder@redhat.com>
2762
2763 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 2764
a911c360
MS
27652002-01-08 Michael Snyder <msnyder@redhat.com>
2766
2767 * gdb.base/gcore.exp: New test for generate-core-file command.
2768 * gdb.base/gcore.c: Testcase for above.
2769 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
2770
ea2119ec
JM
27712002-01-08 Jason Merrill <jason@redhat.com>
2772
2773 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
2774
68203136
FF
27752002-01-07 Fred Fish <fnf@redhat.com>
2776
2777 * gdb.c++/overload.exp: Remove unconditional xfails for:
2778 print foo_instance1.overloadargs(1)
2779 print foo_instance1.overloadargs(1, 2)
2780 print foo_instance1.overloadargs(1, 2, 3)
2781 print foo_instance1.overloadargs(1, 2, 3, 4)
2782 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
2783 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
2784 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
2785 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
2786 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
2787 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
2788 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
2789 print foo_instance1.overload1arg()
2790 print foo_instance1.overload1arg((char)arg2)
2791 print foo_instance1.overload1arg((signed char)arg3)
2792 print foo_instance1.overload1arg((unsigned char)arg4)
2793 print foo_instance1.overload1arg((int)arg7)
2794 print foo_instance1.overload1arg((unsigned int)arg8)
2795 print foo_instance1.overload1arg((float)arg11)
2796 print foo_instance1.overload1arg((double)arg12)
2797
21b9b5b1
MS
27982002-01-07 Michael Snyder <msnyder@redhat.com>
2799
2800 * gdb.base/huge.exp: New test. Print a very large target data object.
2801 (skip_huge_test): New test variable. Define if you want to skip this
2802 test. The test reads an 8 megabyte data object from the target, so it
2803 might be very time consuming on remote targets with a slow connection.
2804 * gdb.base/huge.c: New file. Test case for above.
2805
725f922e
FF
28062002-01-07 Fred Fish <fnf@redhat.com>
2807
2808 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
2809 g_instance.bfoo, and g_instance.cfoo.
2810
634d57ec
JL
2811Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
2812
f286b2c3
JL
2813 * gdb.base/break.c (multi_line_if_conditional): New function.
2814 (multi_ilne_while_conditional): Likewise.
2815 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
2816 IF or WHILE condition puts the breakpoint at the start of
2817 the condition.
2818
634d57ec
JL
2819 * gdb.base/selftest.exp (backtrace through signal handler): Remove
2820 hppa*-*-hpux* expected failure.
2821 * gdb.base/structs.exp (do_function_calls): Similarly.
2822
2823 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
2824 watchpoints.
2825
9fbfe2dc
AC
28262002-01-06 Andrew Cagney <ac131313@redhat.com>
2827
2828 Fix PR gdb/66.
2829 * gdb.base/structs.exp: Replace skip for a29k with skip for
2830 gdb,cannot_call_functions.
2831 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
2832 * gdb.base/callfuncs.exp: Ditto.
2833 * gdb.base/call-rt-st.exp: Ditto.
2834 * gdb.base/call-strs.exp: Ditto.
2835 * gdb.base/callfwmall.exp: Ditto.
2836 * gdb.base/scope.exp: Obsolete xfail a29k.
2837 * gdb.c++/misc.exp: Ditto.
2838 * gdb.c++/cplusfuncs.exp: Ditto.
2839 * gdb.base/ptype.exp: Ditto.
2840 * gdb.base/printcmds.exp: Ditto.
2841 * gdb.base/opaque.exp: Ditto.
2842 * gdb.base/list.exp: Ditto.
2843 * gdb.base/funcargs.exp: Ditto.
2844 * gdb.base/default.exp: Ditto.
2845
8ddad156
MS
28462002-01-04 Michael Snyder <msnyder@redhat.com>
2847
ca4976a6 2848 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
2849 * gdb.base/maint.exp: Add tests for maint info sections options.
2850
1b074332
JL
2851Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
2852
2853 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
2854
7d159115
CV
28552001-12-20 Corinna Vinschen <vinschen@redhat.com>
2856
2857 * gdb.asm/arm.inc: New file.
2858 * gdb.asm/asm-source.exp: Add arm targets.
2859 * gdb.asm/configure.in: Ditto.
2860 * gdb.asm/configure: Recreated from configure.in.
2861
8fb87725
JL
2862Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
2863
afabe08c
JL
2864 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
2865 with HP's compiler.
2866 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
2867 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
2868 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
2869 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
2870
2871 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
2872 either HP's compilers or GCC.
2873
db521deb
JL
2874 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
2875 a SIGBUS or SIGSEGV.
2876
2877 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
2878
2879 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
2880 can be compiled with either HP's compiler or GCC.
2881
cfa88ab7
JL
2882 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
2883 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
2884 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
2885
ca344dff
JL
2886 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
2887 to match current gdb output. Update due to using auto-solib-limit
2888 for limiting instead of overloading auto-solib-add.
2889 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
2890 test program.
2891
3f3c6e55 2892 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
2893 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
2894 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
2895 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
2896 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
2897 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
2898 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
2899 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
2900 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
2901 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
2902 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
2903 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
2904 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 2905
8fb87725
JL
2906 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
2907 a SIGTRAP to the inferior.
2908
cf599fa7
CV
29092001-12-19 Corinna Vinschen <vinschen@redhat.com>
2910
2911 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
2912 Substitute call to target_link by call to gdb_compile.
2913
2cd045cd
JL
2914Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
2915
2916 * gdb.base/break.exp: Fix HP specific search string when testing
2917 backtracing in a called function.
2918
2919 * gdb.base/constvars.exp: Only set lang to C++ if we're
2920 compiling the test with HP's compilers.
2921 * gdb.base/volatile.exp: Similarly.
2922
99ebe9ac
JB
29232001-12-19 Jim Blandy <jimb@redhat.com>
2924
2925 * gdb.base/printcmds.exp: Expect the null character to be printed
2926 as '\0', and the '\013' to be printed as '\v'.
2927 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
2928 * gdb.base/setvar.exp: Same.
2929
b9891b29
JB
29302001-12-17 Jim Blandy <jimb@redhat.com>
2931
0eba65ab
JB
2932 * gdb.base/completion.exp: Rather than completing very long
2933 filenames, which can make the readline library produce output we
2934 don't recognize, cd to the directory first, and then complete
2935 using nice, short relative paths.
2936
6970b5b1
JB
2937 * gdb.base/completion.exp: On some systems, there is, in fact, a
2938 variable named `b' in scope, since GDB treats all static
2939 variables as being in scope. So use `no_var_named_this'
2940 instead of `b'.
2941
b9891b29
JB
2942 * gdb.base/corefile.exp: Recognize the message saying that GDB
2943 can't find the core file's registers as a failure.
2944
e6ccd35f
JSC
29452001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
2946
2947 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
2948 test expect string more specific.
2949
105ba819
CV
29502001-12-13 Corinna Vinschen <vinschen@redhat.com>
2951
2952 * gdb.asm/asm-source.exp: Add support for xstormy16.
2953 * gdb.asm/configure.in: Ditto.
2954 * gdb.asm/configure: Rebuild.
2955 * gdb.asm/xstormy16.inc: New file.
2956
e9e79dd9
FF
29572001-12-10 Fred Fish <fnf@redhat.com>
2958
2959 * gdb.base/maint.exp: Update to match changes in type dumping code.
2960
347dc97d
JB
29612001-12-10 Jim Blandy <jimb@redhat.com>
2962
2963 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
2964 matching the entry point symbol's name at the beginning of the
2965 line.
2966
5178b9d6
DJ
29672001-12-07 Daniel Jacobowitz <drow@mvista.com>
2968
2969 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
2970 gdb.c++/inherit.exp, gdb.c++/method.exp,
2971 gdb.c++/namespace.exp, gdb.c++/templates.exp,
2972 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
2973 and class layout support.
2974
af890c52
DJ
29752001-12-07 Daniel Jacobowitz <drow@mvista.com>
2976
2977 * gdb.c++/classes.exp: Add test for static member function.
2978 * gdb.c++/misc.cc: Add class with static member function.
2979
7a345fb3
JB
29802001-12-07 Jim Blandy <jimb@redhat.com>
2981
f2e54a80 2982 If GDB says it can't find the struct the function returned, report
8032bf31
JB
2983 those tests as `unsupported'.
2984 * gdb.base/call-rt-st.exp (print_struct_call): New function.
2985 Rewrite subsequent tests to use it.
2986
2987 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
2988 those tests as `unsupported'.
2989 * gdb.base/structs.exp (call_struct_func): New function.
2990 (do_function_calls): Use call_struct_func to call the functions
2991 returning structs.
2992
0bc69509
JB
2993 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
2994 whether functions are prototyped or not, so we can't possibly pass
2995 arguments to t_float_values2 properly.
2996
7a345fb3
JB
2997 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
2998 value of `timeout' for targets other than the mips*tx39-*.
2999
edb6ede1
MS
30002001-12-06 Michael Snyder <msnyder@redhat.com>
3001
3002 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
3003 and detect whether the start symbol has a leading underscore.
3004
2d842f13
JB
30052001-12-04 Jim Blandy <jimb@redhat.com>
3006
3007 * gdb.base/completion.exp: Clarify indentation.
3008
68550daf
JB
30092001-12-03 Jim Blandy <jimb@redhat.com>
3010
3011 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
3012 variables on the S/390, not `.word'.
3013
cd5195a8
JB
30142001-11-30 Jim Blandy <jimb@redhat.com>
3015
3016 Add assembly-source tests for s390-ibm-linux.
3017 * gdb.asm/s390.inc: New file.
3018 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
3019 the S/390 architecture.
3020 * gdb.asm/configure: Regenerated.
3021
ca9efc90
MS
30222001-11-30 Michael Snyder <msnyder@redhat.com>
3023
3024 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
3025 next, info source, info sources, info line, global and static
3026 variables, and static functions.
3027 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
3028 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
3029 * gdb.asm/asmsrc1.s: Add a static function and some variables.
3030 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
3031 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
3032 (gdbasm_leave): Restore frame pointer.
3033 (gdbasm_startup): Copy stack set-up from crt0.S.
3034
d0e66976
FN
30352001-11-26 Fernando Nasser <fnasser@redhat.com>
3036
3037 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
3038 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
3039 to a local (non-static) variable. Copy tstruct.a to a static buffer
3040 and return a pointer to that buffer.
3041 * gdb.base/callfwmall.c (t_structs_a): Ditto.
3042
e2334072
MK
30432001-11-24 Mark Kettenis <kettenis@gnu.org>
3044
3045 * gdb.asm/configure.in: Fix recognition of ix86 target.
3046 * gdb.asm/configure: Regenerate.
3047
756caa3d
MS
30482001-11-21 Michael Snyder <msnyder@redhat.com>
3049
3050 * gdb.asm/sparc.inc: New file.
3051 * gdb.asm/asm-source.exp: Recognize sparc target.
3052 * gdb.asm/configure.in: Recognize sparc target.
3053 * gdb.asm/configure: Regenerate.
3054
9a4d72d5
MS
30552001-11-21 Michael Snyder <msnyder@redhat.com>
3056
3057 * gdb.asm/m32r.inc: New file.
3058 * gdb.asm/asm-source.exp: Recognize m32r target.
3059 * gdb.asm/configure.in: Recognize m32r target.
3060 * gdb.asm/configure: Regenerate.
3061
a773d1cd
MS
30622001-11-20 Michael Snyder <msnyder@redhat.com>
3063
017ac23d
MS
3064 * gdb.asm/i386.inc: New file.
3065 * gdb.asm/asm-source.exp: Recognize ix86 target.
3066 * gdb.asm/configure.in: Recognize ix86 target.
3067 * gdb.asm/configure: Regenerate.
3068
a773d1cd
MS
3069 * gdb.c++/namespace.exp: Fix quotes in output messages.
3070
bb632afb
MS
30712001-11-14 Michael Snyder <msnyder@redhat.com>
3072
25d559ca 3073 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
3074 qualifier in a type cast expression, to designate an address
3075 in the instruction space (Harvard architecture).
3076
4749e309
MS
30772001-11-13 Michael Snyder <msnyder@redhat.com>
3078
3079 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
3080 Tests for expressions using 'const' and 'volatile'.
3081
25050984
CV
30822001-11-13 Corinna Vinschen <vinschen@redhat.com>
3083
3084 * gdb.asm/asm-sources.exp: Allow defining linker flags.
3085
1902c51f
DJ
30862001-11-12 Daniel Jacobowitz <drow@mvista.com>
3087
3088 * lib/mi-support.exp (mi_run_to_helper): Move comments
3089 outside of gdb_expect.
3090
dcf95b47
DJ
30912001-11-11 Daniel Jacobowitz <drow@mvista.com>
3092
3093 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
3094 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
3095 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
3096 mi0_run_to): New functions.
3097 * gdb.mi/mi-simplerun.exp: Use them.
3098 * gdb.mi/mi0-simplerun.exp: Likewise.
3099 * gdb.mi/mi-var-cmd.exp: Likewise.
3100 * gdb.mi/mi0-var-cmd.exp: Likewise.
3101
45b074e1
AC
31022001-11-10 Andrew Cagney <ac131313@redhat.com>
3103
3104 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
3105 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
3106
bf50d346
AC
31072001-11-09 Andrew Cagney <ac131313@redhat.com>
3108
3109 * gdb.base/restore.exp: Include $expected value in restored test
3110 message.
3111
9383332c
AC
31122001-11-09 Andrew Cagney <ac131313@redhat.com>
3113
3114 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
3115 implemented.
3116
db62520a
MS
31172001-11-08 Michael Snyder <msnyder@redhat.com>
3118
3119 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
3120 Add pass/fail message for stop at breakpoint in call dummy function.
3121
b5703437
MS
31222001-11-07 Michael Snyder <msnyder@redhat.com>
3123
760f6330
MS
3124 * gdb.c++/templates.exp (test_template_breakpoints):
3125 If we get an overload menu, but it does not match what
3126 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
3127 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
3128 making the whitespace optional. Argument for "new" may be
3129 "unsigned" as well as "unsigned int/long".
eef747c0
MS
3130 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
3131 making the whitespace optional. Also replace "(void) with
3132 "((void|)), making the keyword "void" optional.
63f50499
MS
3133 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
3134 making the whitespace optional. Also replace "(void) with
3135 "((void|)), making the keyword "void" optional.
3bf40917
MS
3136 * gdb.base/callfuncs.c (t_float_values): This function must
3137 _not_ be prototyped, and the following function (t_float_values2)
3138 must be prototyped (if the compiler supports it), so that GDB
3139 can be tested against both cases. Usually one case involves
3140 promotion of float to double, while the other does not.
3141 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
3142 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
3143 includes a stack frame for "start".
3144
c8ab4e6d
JB
31452001-11-05 Jim Blandy <jimb@redhat.com>
3146
3147 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
3148 pointers are 32 bits long, and that offsets of relocs are always
3149 stored in the data (REL-style), and not in the reloc entry itself
3150 (RELA-style).
3151 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
3152 stabs.
3153
3f08ced9
MS
31542001-11-01 Michael Snyder <msnyder@redhat.com>
3155
3156 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
3157 and regular expression operators by using quoting.
3158
cbfa24cd
MS
31592001-10-31 Michael Snyder <msnyder@redhat.com>
3160
3161 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
3162 depending on what the symbol table contains.
3163 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
3164 the output of the ptype command. Similarly, accept both "const &"
3165 and "const&".
3166
aaa68313
CV
31672001-10-31 Corinna Vinschen <vinschen@redhat.com>
3168
3169 * gdb.base/miscexprs.c (main): Add usage of preprocessor
3170 symbol `STORAGE' to allow to choose the storage class of
3171 the local datastructures.
3172 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
3173 compiler directive.
3174
91740388
MS
31752001-10-30 Michael Snyder <msnyder@redhat.com>
3176
3177 * gdb.base/jump.exp: Allow it to run for all targets.
3178
1b7c05e7
CV
31792001-10-29 Corinna Vinschen <vinschen@redhat.com>
3180
3181 * gdb.base/call-ar-st.c (print_double_array): Match for loop
3182 with new double_array size.
3183 (main): Change storage class of all local variables to static.
3184 Reduce size of double_array to 9.
3185 * gdb.base/call-ar-st.exp: Increase timeout value.
3186 Change expected output for double array to match new size in
3187 call-ar-st.c.
3188
36a22261
CV
31892001-10-29 Corinna Vinschen <vinschen@redhat.com>
3190
3191 * gdb.base/ending-run.exp: Create identical output when passing
3192 `step to end of run' case. Add regular expression branch satisfying
3193 Stormy16 target.
3194
92b8ae91
MK
31952001-10-28 Mark Kettenis <kettenis@gnu.org>
3196
3197 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
3198 that we catch the expected failure under Linux/x86.
3199
cb135b83
OF
32002001-10-29 Orjan Friberg <orjanf@axis.com>
3201
3202 * gdb.base/setvar.exp: Escape curly braces.
3203 * gdb.stabs/weird.exp: Ditto.
3204
6884aa54
DJ
32052001-10-27 Daniel Jacobowitz <drow@mvista.com>
3206
3207 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
3208 * gdm.mi/mi0-hack-cli.exp: Likewise.
3209
0398c9aa
AC
32102001-10-25 Andrew Cagney <ac131313@redhat.com>
3211
3212 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
3213 messages.
3214
d20bf2e8
AC
32152001-10-21 Andrew Cagney <ac131313@redhat.com>
3216
3217 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
3218 checking MI enabled.
3219
03dd63aa
CV
32202001-10-09 Corinna Vinschen <vinschen@redhat.com>
3221
3222 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
3223
1d9d99f3
FCE
32242001-10-04 Frank Ch. Eigler <fche@redhat.com>
3225
3226 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
3227 if gdb child process crashes, just signal an error.
3228
838ae6c4
JB
32292001-10-02 Jim Blandy <jimb@redhat.com>
3230
3231 * lib/gdb.exp (test_xfail_format): Simplify.
3232
3233 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
3234 front of the variable name `format'. Simplify `if'.
3235
8f0cbc1c
DJ
32362001-10-01 Daniel Jacobowitz <drow@mvista.com>
3237
3238 * gdb.threads/pthreads.exp: Wait for output and delay
3239 before sending ^C.
3240
1f08dafd
DJ
32412001-10-01 Daniel Jacobowitz <drow@mvista.com>
3242
3243 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
3244 some incorrect output instead of timing out.
3245 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
3246
674f90ff
CV
32472001-09-28 Corinna Vinschen <vinschen@redhat.com>
3248
3249 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
3250 check to allow additional `int'.
3251
9b284272
DJ
32522001-09-27 Daniel Jacobowitz <drow@mvista.com>
3253
3254 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
3255 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
3256
b55a4771
MS
32572001-09-27 Michael Snyder <msnyder@redhat.com>
3258
3259 * lib/gdb.exp (test_debug_format): New proc.
3260 (setup_xfail_format): Use new proc test_debug_format.
3261 * gdb.base/constvars.exp (local_compiler_xfail_check): New
3262 proc; use new service proc test_debug_format.
3263 Replace all other "gcc_compiled" tests with this test.
3264 * gdb.base/volatile.exp (local_compiler_xfail_check): New
3265 proc; use new service proc test_debug_format.
3266 Replace all other "gcc_compiled" tests with this test.
3267
32682001-09-27 Michael Snyder <msnyder@redhat.com>
3269
3270 * gdb.base/cvexpr.exp: New file.
3271 * gdb.base/cvexpr.c: New file
3272 Test for expressions using const and volatile keywords.
3273
4e6667ac
CV
32742001-09-26 Corinna Vinschen <vinschen@redhat.com>
3275
3276 * gdb.base/constvars.exp: Check for different orders of keywords
3277 and additional "int" strings in output.
3278
4f337972
AC
32792001-09-22 Andrew Cagney <ac131313@redhat.com>
3280
3281 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
3282 responses from "help maint".
3283
2015650d
FCE
32842001-09-19 Frank Ch. Eigler <fche@redhat.com>
3285
3286 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
3287 to localhost:NNN instead of :NNN, in case Xvfb is listening
3288 only on TCP.
3289
f3bcedc1
CV
32902001-09-19 Corinna Vinschen <vinschen@redhat.com>
3291
3292 * gdb.base/recurse.exp: When checking leaving the watchpoint
3293 scope, recognize when gdb is in function's epilogue and pass.
3294
6b819c92
KS
32952001-09-18 Keith Seitz <keiths@redhat.com>
3296
3297 * lib/insight-support.exp (_gdbtk_export_target_info): Add
3298 support for running tests against sid targets.
3299 (gdbtk_done): Ditto.
3300
a10c9419
CV
33012001-09-18 Corinna Vinschen <vinschen@redhat.com>
3302
3303 * gdb.base/ending-run.c (main): Set stdout buffersize
3304 to the same reasonable value for any target.
3305 * gdb.base/ending-run.exp: Add a regular expression
3306 to make testsuite happy on Sanyo Stormy16 target.
3307
739d0d99
CV
33082001-09-17 Corinna Vinschen <vinschen@redhat.com>
3309
3310 * gdb.base/display.c (do_loops): Add float variable `f'.
3311 Increment f in loop.
3312 * gdb.base/display.exp: Increment timeout by 60 seconds.
3313 Change float display test to use variable `f'.
3314
1b8947f0
JB
33152001-09-17 Jim Blandy <jimb@redhat.com>
3316
3317 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
3318 overflowing the limited breakpoint tables on some ROM monitors
3319 (like the ROM68K).
3320
9890ac81
FCE
33212001-09-15 Frank Ch. Eigler <fche@redhat.com>
3322
3323 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
3324 the "-ac" (disable access control) flag.
3325
6db765ea
JH
33262001-08-30 Jeff Holcomb <jeffh@redhat.com>
3327
3328 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
3329 ints.
3330
4c32cc04
KS
33312001-08-30 Keith Seitz <keiths@redhat.com>
3332
3333 * lib/gdb.exp: Move all insight-related functionality into
3334 separate file.
3335 * lib/insight-support.exp: New file.
3336
8d6e6f81
FCE
33372001-08-29 Frank Ch. Eigler <fche@redhat.com>
3338
3339 * config/sid.exp (sid_start): Never set sid verbosity; disable
3340 expect_background {} that consumed its stdout; tolerate </dev/null.
3341 Attempt to set endianness override in "sid" protocol mode. Cleanup.
3342
6a90e1d0
AC
33432001-08-18 Andrew Cagney <ac131313@redhat.com>
3344
3345 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
3346 CLI jump command to start it.
3347 (mi_run_to_main): Fail immediatly when unexpected output.
3348
1759b3c3
AC
33492001-08-18 Andrew Cagney <ac131313@redhat.com>
3350
3351 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
3352 beginning of function. Fix PR gdb/191.
3353
61d11d80
FCE
33542001-08-16 Frank Ch. Eigler <fche@redhat.com>
3355
3356 * config/sid.exp (sid_start): Don't warn if we cannot figure out
3357 what to force sid endianness to.
3358
942a4df2
KS
33592001-08-15 Keith Seitz <keiths@redhat.com>
3360
3361 * lib/gdb.exp (gdbtk_start): Don't set environment
3362 variables for TCL_LIBRARY and friends. Insight will
3363 now figure these out for itself.
3364
0521c418
MS
33652001-08-02 Michael Snyder <msnyder@redhat.com>
3366
3367 * gdb.base/completion.exp: Remove the symbol "a64l" from
3368 the expect string; this is target-specific, and not related
3369 to what is being tested.
3370
74a9a58a
DB
33712001-08-02 Dave Brolley <brolley@redhat.com>
3372
3373 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
3374
c70819fa
MS
33752001-07-25 Michael Snyder <msnyder@redhat.com>
3376
c2b8fa57
MS
3377 * gdb.base/consecutive.exp: New file. Test stepping over
3378 breakpoints on consecutive instructions.
3379 * gdb.base/consecutive.c: New file.
3380
c70819fa
MS
3381 * gdb.base/call-rt-st.exp: Use double-backslash to quote
3382 curly braces in regular expressions.
3383
2b1a1355
MS
33842001-07-25 Michael Snyder <msnyder@redhat.com>
3385
3386 * gdb.base/ending-run.exp: Accept "Program exited normally" as
3387 legitimate output from stepping out of main.
3388
413eca6f
KS
33892001-07-22 Keith Seitz <keiths@redhat.com>
3390
3391 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
3392 the empty string, do not run the tests.
3393
7e5a9322
SC
33942001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3395
3396 * gdb.base/long_long.exp: Detect size of pointer. Take into
3397 account 2-byte pointers when testing for p/a results.
3398
de58f10f
SC
33992001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3400
3401 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
3402 and defined to 1K for m68hc11.
3403 (random_data): Reduce table to 1K for embedded platforms (68hc11).
3404 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
3405 (sizeof_random_data): New variable to tell the size of the data table;
3406 don't test past this size; always run to main.
3407
d6f5fea1
SC
34082001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3409
3410 * gdb.base/return2.exp: return of long long and double fails for
3411 68HC11; don't execute these tests on that platform.
3412 * gdb.base/return.exp: Return of a double fails for 68hc11.
3413
c477543d
SC
34142001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3415
3416 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
3417 tests that print a float.
3418 * call-rt-st.exp: Likewise.
3419
63cf1c79
MK
34202001-07-12 Mark Kettenis <kettenis@gnu.org>
3421
3422 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
3423 running this test on Linux.
3424
112f9ab5
MC
34252001-06-24 Michael Chastain <chastain@redhat.com>
3426
3427 * gdb.base/arithmet.exp: Remove some tests to make all test names
3428 unique.
3429
4970cb0f
MS
34302001-07-03 Michael Snyder <msnyder@redhat.com>
3431
3432 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
3433 the output of the ptype command.
3434
d85da69f
MS
34352001-07-02 Michael Snyder <msnyder@redhat.com>
3436
4c8a82de
MS
3437 * gdb.base/completion.exp: Don't assume that break.c is the only
3438 source file that may contain functions named "marker".
d85da69f
MS
3439 * gdb.base/corefile.exp: Quote the curly braces in regexp.
3440
8afc772b
AC
34412001-06-28 Andrew Cagney <ac131313@redhat.com>
3442
3443 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
3444 of files to delete.
3445
3446 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
3447 * gdb.disasm/h8300s.exp: New file.
3448 gdb.disasm/h8300s.s: Likewise.
3449
cff22675
AC
34502001-06-27 Andrew Cagney <ac131313@redhat.com>
3451
3452 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
3453 empty breakpoint tables.
3454
68c81b54
AC
34552001-06-25 Andrew Cagney <ac131313@redhat.com>
3456
3457 * lib/mi-support.exp: Update args=... part of stop-reason
3458 patterns. Accept either a list or a tuple.
3459
2dd62704
AC
34602001-06-23 Andrew Cagney <ac131313@redhat.com>
3461
3462 * lib/mi-support.exp: Remove local emacs variable defining
3463 change-log-default-name.
3464
b4127474
MC
34652001-06-22 Michael Chastain <chastain@redhat.com>
3466
3467 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
3468 This is operationally compatible with the previous version.
3469
8dbfb380
JB
34702001-06-13 Jim Blandy <jimb@redhat.com>
3471
3472 * lib/gdb.exp (gdb_test): Doc fix.
3473
f2d8c86d
MC
34742001-06-10 Michael Chastain <chastain@redhat.com>
3475
3476 * gdb.base/exprs.exp: Remove a duplicate test.
3477
81564d34
JB
34782001-06-06 Jim Blandy <jimb@redhat.com>
3479
3480 * gdb.base/return2.exp (main): Use values to test float and double
3481 returns that are not NaN's, to avoid being confused by IEEE
3482 comparison rules.
3483
da55addb
MS
34842001-06-04 Michael Snyder <msnyder@redhat.com>
3485
3486 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
3487 non-zero if control_c fails. Terminate the test on failure,
3488 rather than wait for 12 more tests to time out.
3489
42c65987
JB
34902001-06-06 Jim Blandy <jimb@redhat.com>
3491
b18bced9
JB
3492 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
3493 Don't forget to match the GDB prompt.
3494
42c65987
JB
3495 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
3496
5b41e5f0
JB
34972001-06-04 Jim Blandy <jimb@redhat.com>
3498
3499 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
3500 command.
3501
015e046f
KB
35022001-05-31 Kevin Buettner <kevinb@redhat.com>
3503
3504 * gdb.base/annota1.exp (info break): Match four or more spaces
3505 after "Address".
3506
fb1ffbbe
MC
35072001-05-31 Michael Chastain <chastain@redhat.com>
3508
3509 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
3510 (dm_type_int_star): Likewise.
3511 (dm_type_long_star): Likewise.
3512 (dm_type_void_star): Likewise.
3513
5ea2a32c
KB
35142001-05-29 Kevin Buettner <kevinb@redhat.com>
3515
3516 * gdb.base/completion.exp (INPUTRC): Set this environment variable
3517 to a known value in order to get consistent results regardless
3518 of the setting of INPUTRC or the presence or contents of .inputrc.
3519
ae23c492
MS
35202001-05-24 Michael Snyder <msnyder@redhat.com>
3521
ac55707e
MS
3522 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
3523 Don't require that the main thread and the manager thread are the
3524 first in the list.
3525
ae23c492
MS
3526 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
3527 debugging. If test fails, issue an "unsupported" not a "fail".
3528
400071f1
JB
35292001-05-24 Jim Blandy <jimb@redhat.com>
3530
3531 Don't assume that short is shorter than int.
3532 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
3533 assume that shorts are smaller than ints. On a 16-bit machine,
3534 this isn't true.
3535 ("print unsigned char == (~0)"): Add test that verifies that ~0,
3536 an int, is not equal to ~0 stored in an unsigned char. This tests
3537 the same thing that the previous test meant to, but works on
3538 16-bit machines, too.
3539 ("print unsigned char != (~0)"): Same test, complemented.
3540
0816a3e5
MS
35412001-05-24 Michael Snyder <msnyder@redhat.com>
3542
3543 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
3544 test for (full_coverage == 0). This makes the test run faster,
3545 and prevents dejagnu getting out of step.
3546
f6dc23a9
KB
35472001-05-23 Kevin Buettner <kevinb@redhat.com>
3548
3549 * gdb.base/finish.exp (finish_void): Revise pattern for
3550 stopping on the call statement to not permit stopping at
3551 the start of the instructions comprising the call sequence.
3552
7dbd117d
MC
35532001-05-19 Michael Chastain <chastain@redhat.com>
3554
3555 * gdb.base/callfuncs.exp: Make all test names unique.
3556 * gdb.base/commands.exp: Make all test names unique.
3557 * gdb.base/condbreak.exp: Make all test names unique.
3558 * gdb.base/dbx.exp: Make all test names unique.
3559 * gdb.base/default.exp: Make all test names unique.
3560 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
3561 and TIMEOUT messages to their corresponding PASS message.
3562 * gdb.base/ending-run.exp: Make all test names unique.
3563 * gdb.base/long_long.exp: Remove duplicate test.
3564
6b0b0a9e
KB
35652001-05-21 Kevin Buettner <kevinb@redhat.com>
3566
3567 * gdb.base/finish.exp (finish_void): Allow "finish" command to
3568 stop on the call statement as well as the statement after the
3569 call.
3570
2caa35cb
MS
35712001-05-21 Michael Snyder <msnyder@redhat.com>
3572
3573 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
3574
40713331
EZ
35752001-05-10 Elena Zannoni <ezannoni@redhat.com>
3576
3577 * gdb.base/completion.exp: Revamp test. Make it execute on all
3578 platforms.
3579
c2c1be8d
EZ
35802001-05-10 Elena Zannoni <ezannoni@redhat.com>
3581
2c9cd303
EZ
3582 * config/gdbserver.exp (gdb_load): Handle the case
3583 in which the arguments to gdbserver are given in the
3584 baseboard configuration file.
3585 Also handle the case in which the server needs to do a
3586 load.
3587
9671de48
KS
35882001-05-07 Keith Seitz <keiths@cygnus.com>
3589
3590 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
3591 set up the display for testing.
3592 (gdbtk_start): Convert all paths to paths that tcl will like.
3593 Export target information to environment.
3594 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
3595 necessary.
3596 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
3597 (to_tcl_path): New proc to convert a given pathname into
3598 a path acceptible as an argument to a tcl command.
3599 (_gdbtk_export_target_info): New proc to export target info
3600 into the environment for gdbtk testing.
3601 (gdbtk_done): New proc to signal end-of-test.
3602
5a360f47
JB
36032001-05-06 Jim Blandy <jimb@redhat.com>
3604
3605 * restore.c: Make the code of caller0 correspond to its comment.
3606
66c756c6
MS
36072001-05-03 Michael Snyder <msnyder@redhat.com>
3608
3609 * config/sid.exp (gdb_target_sid): Check for error messages.
3610 On error or timeout, don't make expect exit (which will terminate
3611 all subsequent tests); instead just make gdb exit.
3612 (gdb_load): Check for error messages. On error or timeout,
3613 return a negative value.
3614
a966fde5
JB
36152001-04-24 Jim Blandy <jimb@redhat.com>
3616
851c18e0
JB
3617 * gdb.c++/templates.exp: If we see the prompt for the overload
3618 list, but we haven't recognized any of the longer patterns,
3619 arrange for this test to fail, not hang.
3620
a966fde5
JB
3621 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
3622 variations.
3623
db144853
MC
36242001-04-22 Michael Chastain <chastain@redhat.com>
3625
3626 * gdb.c++/local.exp: Use the 'runto' library function.
3627 * gdb.c++/namespace.exp: Likewise.
3628 * gdb.c++/overload.exp: Likewise.
3629
3207ec21
KB
36302001-03-26 Kevin Buettner <kevinb@redhat.com>
3631
3632 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
3633 * gdb.base/step-line.exp: New file. Test step/next in presence of
3634 #line directives.
3635 * gdb.base/step-line.c: New file. Test program for the above.
3636 * gdb.base/step-line.inp: New file. We pretend that this file has
3637 been transformed by some other tool into step-line.c.
3638
13b57657
JB
36392001-03-21 Jim Blandy <jimb@redhat.com>
3640
3641 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
3642 unmangled operator names.
3643
754cbe1c
JB
36442001-03-20 Jim Blandy <jimb@redhat.com>
3645
3646 * gdb.threads/linux-dp.exp: Recognize an additional message
3647 generated by GDB when it doesn't understand how to debug threads
3648 on the target system.
3649
177495c9
AC
36502001-03-19 Andrew Cagney <ac131313@redhat.com>
3651
3652 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
3653
f266096b
MC
36542001-03-12 Michael Chastain <chastain@redhat.com>
3655
3656 * gdb.c++/derivation.exp: Use the 'runto' library function.
3657
cac3c2ff
MC
36582001-03-12 Michael Chastain <chastain@redhat.com>
3659
3660 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
3661
b6c11a24
MC
36622001-02-24 Michael Chastain <chastain@redhat.com>
3663
3664 * gdb.c++/ref-types.exp: Change handwritten code to library
3665 function 'runto'.
3666
6bae5bce
OF
36672001-03-16 Orjan Friberg <orjanf@axis.com>
3668
3669 * gdb.base/signals.exp: Set count to 0 explicitly.
3670
0015fd9a
MS
36712001-03-15 Mark Salter <msalter@redhat.com>
3672
3673 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
3674 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
3675 (gdb_load): Add support for additional target_info: gdb_download_size
3676 and gdb_load_timeout.
0015fd9a 3677
fc33412a
DT
3678Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
3679
3680 * gdb.base/annota1.exp: Move test of isnative to earlier in the
3681 file -- to prevent failing when the compile fails but we have no
3682 intention of running the tests anyway.
3683
3684 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
3685 tests if set.
3686
3687 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
3688 integers.
3689
3690 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
3691 * gdb.c++/namespace.exp: Ditto.
3692
115f06de
OF
36932001-03-07 Orjan Friberg <orjanf@axis.com>
3694
3695 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
3696 * gdb.base/pointers.exp: Relax pattern match of decimals.
3697
b6ba6518
KB
36982001-03-06 Kevin Buettner <kevinb@redhat.com>
3699
3700 * Makefile.in, config/abug.exp, config/cfdbug.exp,
3701 config/cpu32bug.exp, config/dve.exp, config/est.exp,
3702 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
3703 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
3704 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
3705 config/sh.exp, config/sid.exp, config/slite.exp,
3706 config/sparclet.exp, config/udi.exp, config/unknown.exp,
3707 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
3708 config/vxworks.exp, config/vxworks29k.exp,
3709 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
3710 gdb.base/all-bin.exp, gdb.base/annota1.exp,
3711 gdb.base/arithmet.exp, gdb.base/assign.exp,
3712 gdb.base/async.exp, gdb.base/attach.exp,
3713 gdb.base/bitfields.exp, gdb.base/bitops.exp,
3714 gdb.base/break.exp, gdb.base/call-ar-st.exp,
3715 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
3716 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
3717 gdb.base/commands.exp, gdb.base/completion.exp,
3718 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
3719 gdb.base/constvars.exp, gdb.base/corefile.exp,
3720 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
3721 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
3722 gdb.base/ending-run.exp, gdb.base/environ.exp,
3723 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
3724 gdb.base/finish.exp, gdb.base/foll-exec.exp,
3725 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
3726 gdb.base/funcargs.exp, gdb.base/help.exp,
3727 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
3728 gdb.base/logical.exp, gdb.base/long_long.exp,
3729 gdb.base/maint.exp, gdb.base/mips_pro.exp,
3730 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
3731 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
3732 gdb.base/pointers.exp, gdb.base/printcmds.exp,
3733 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
3734 gdb.base/regs.exp, gdb.base/relational.exp,
3735 gdb.base/remote.exp, gdb.base/reread.exp,
3736 gdb.base/restore.exp, gdb.base/return2.exp,
3737 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
3738 gdb.base/selftest.exp, gdb.base/setshow.exp,
3739 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
3740 gdb.base/sigall.exp, gdb.base/signals.exp,
3741 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
3742 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
3743 gdb.base/step-test.exp, gdb.base/structs.c,
3744 gdb.base/structs.exp, gdb.base/structs2.exp,
3745 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
3746 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
3747 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
3748 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
3749 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
3750 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
3751 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
3752 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
3753 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
3754 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
3755 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
3756 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
3757 gdb.fortran/types.exp, gdb.java/jmisc.exp,
3758 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
3759 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
3760 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
3761 gdb.trace/circ.exp, gdb.trace/collection.exp,
3762 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
3763 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
3764 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
3765 gdb.trace/report.exp, gdb.trace/save-trace.exp,
3766 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
3767 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
3768 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
3769 notices.
3770
dc96c6c7 37712001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
3772
3773 * gdb.base/varargs.c (find_max_double): Fix printf format string:
3774 first arg is int not float.
3775
dc96c6c7 37762001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
3777
3778 * gdb.base/reread.exp: Unsupported for non-native targets;
3779 doesn't work for remote debugging.
3780
9b0c4aeb
FN
37812001-02-19 Fernando Nasser <fnasser@redhat.com>
3782
3783 From Drew Moseley <dmoseley@redhat.com>
3784 * gdb.base/ending-run.exp: Properly handle the BSP state when
3785 stepping past the end of main.
3786
02aa71d5
MC
37872001-02-19 John Moore <jmoore@redhat.com>
3788
3789 * gdb.base/commands.exp (infrun_breakpoint_command_test):
3790 Converted HPUX fix for non-expected items following multiple
3791 step commands into general solution for all platforms.
3792
1fa449a4
MC
37932001-02-18 Michael Chastain <chastain@redhat.com>
3794
3795 * gdb.c++/classes.exp (do_tests): Change runto statements
3796 from "runto 'foo(void)'" to "runto 'foo'". This makes the
3797 statements demangler agnostic.
3798 * gdb.c++/virtfunc.exp (do_tests): Likewise.
3799 (gdb_virtfunc_restart): Likewise.
3800
b2f9ec70
MC
38012001-02-14 Michael Chastain <chastain@redhat.com>
3802
3803 * gdb.c++/inherit.exp (do_tests): Change runto statements
3804 from "runto 'foo(void)'" to "runto 'foo'". This makes the
3805 statements demangler agnostic.
3806
cf74b8ca
AC
3807Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
3808
3809 * gdb.threads/pthreads.exp: Unify pass/fail messages for
3810 ``continue to bkpt at common_routine in thread 2'' and ``stopped
3811 before calling common_routine 15 times'' tests.
3812
99f78f56
MC
38132001-02-11 Michael Chastain <chastain@redhat.com>
3814
3815 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
3816 Helps the test script figure out which demangler is in use.
3817 (dm_type_foo_ref): Ditto.
3818 (dm_type_int_star): Ditto.
3819 (dm_type_long_star): Ditto.
3820 (dm_type_unsigned_int): Ditto.
3821 (dm_type_void): Ditto.
3822 (dm_type_void_star): Ditto.
99707966 3823 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
3824 Probe the gdb demangler and set variables to accommodate
3825 formatting differences.
3826 (info_func_regexp): New function. Same as info_func, but
3827 matches against a regexp.
3828 (info_func): Match against a literal string.
3829 (print_addr_2): New function. Match against a literal string,
3830 which can be different from the input to gdb.
3831 (print_addr): Simply call print_addr_2 with the same argument twice.
3832 (test_lookup_operator_functions): Use demangler formatting variables.
3833 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
3834 the tests in the same order as the C++ class declaration.
3835 (test_paddr_operator_functions): Ditto.
3836 (test_paddr_overloaded_functions): Ditto.
3837 (test_paddr_hairy_functions): Use demangler formatting variables.
3838 Add reference to gdb/19 for related tests.
3839 (do_tests): Call probe_demangler.
3840
1de8f023
KB
38412001-01-30 Kevin Buettner <kevinb@redhat.com>
3842
3843 * gdb.c++/templates.cc (printf): Remove unused function definition.
3844
ca3f91ed
MS
38452001-01-26 Felix Lee <flee@redhat.com>
3846
3847 * sid.exp (sid_exit): Pass host, not target, to remote_close.
3848
38492001-01-25 matthew green <mrg@redhat.com>
3850
3851 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
3852 up sid.
3853 (sid_exit): Call `remote_pop_conn' after GDB is gone.
3854
38552001-01-25 matthew green <mrg@redhat.com>
3856
3857 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
3858 Deprecate $sid_spawn_id.
3859 (sid_exit): Remove code necessary only for `spawn.'
3860
38612001-01-25 matthew green <mrg@redhat.com>
3862
3863 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
3864
fb18ec4a
MC
38652001-01-28 Michael Chastain <chastain@redhat.com>
3866
3867 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
3868 to call when tests fail. It takes gdb out of the overloaded
3869 function choice menu back to the main prompt, so that the test
3870 program stays synchronized.
3871 (set_bp_overloaded): New proc to collect all the common
3872 code for setting a breakpoint on an overloaded name. Calls
3873 take_gdb_out_of_choice_menu when needed.
3874 (menu_overload1arg): New variable to collect the repeated
3875 instances of the expected menu for an overloaded name. Change
3876 the regular expression to handle changes in g++ type encoding:
3877 "void" can be either "void" or "", and "unsigned int" can be
3878 either "unsigned int" or "unsigned".
3879 (continue_to_bp_overloaded): Change regular expressions to handle
3880 changes in g++ type encoding.
3881 (no proc): Call take_gdb_out_of_choice_menu when needed.
3882 Remove redundant calls to "info break". Accept either "canceled"
3883 or "cancelled". Change regular expressions in "info break"
3884 calls to handle changes in g++ type encoding. Give all tests
3885 unique strings.
3886
9c646a6e
BE
38872001-01-17 Ben Elliston <bje@redhat.com>
3888
3889 * config/sid.exp: New file.
3890
9549d9c1
AC
3891Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
3892
3893 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
3894
dc96c6c7 38952000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
3896
3897 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
3898 Add a RE to accept a non-ascii char if one is ever presented.
3899
b4df4f68
FN
39002000-12-20 Fernando Nasser <fnasser@redhat.com>
3901
297dd0fd 3902 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 3903
dc96c6c7 39042000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc
MS
3905
3906 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
3907 in regexp. One '\' does not suffice on Linux.
3908
4a7bddb6
MC
39092000-12-09 Michael Chastain <chastain@redhat.com>
3910
3911 * gdb.base/break.exp (test_clear_command): Use a marker function
3912 rather than 'main' for the test function. Also move this
3913 test to an execution point where the marker function names are
3914 guaranteed to be bound to functions. (Executing tests after a
3915 'finish' from main runs into name conflicts with local names
3916 in __libc_start_main).
3917
dc96c6c7 39182000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
3919
3920 * gdb.base/finish.exp: New test for gdb's "finish" command.
3921 * gdb.base/return2.exp: New test for gdb's "return" command.
3922 * gdb.base/return2.c: New source file for above.
3923
dc96c6c7 39242000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
3925
3926 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
3927 * gdb.base/miscexprs.exp: Ditto.
3928 * gdb.base/pointers.exp: Ditto.
3929 * gdb.c++/derivation.exp: Ditto.
3930 * gdb.c++/local.exp: Ditto.
3931 * gdb.c++/namespace.exp: Ditto.
3932 * gdb.c++/overload.exp: Ditto.
3933 * gdb.c++/ref-types.exp: Ditto.
3934
dc96c6c7 39352000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
3936
3937 * gdb.base/constvars.exp: Test result of "up" command.
3938 * gdb.base/miscexprs.exp: Ditto.
3939 * gdb.base/pointers.exp: Ditto.
3940 * gdb.base/scope.exp: Ditto.
3941 * gdb.c++/derivation.exp: Ditto.
3942 * gdb.c++/local.exp: Ditto.
3943 * gdb.c++/namespace.exp: Ditto.
3944 * gdb.c++/overload.exp: Ditto.
3945 * gdb.c++/ref-types.exp: Ditto.
3946
44097287
FN
39472000-11-22 Michael Chastain <chastain@redhat.com>
3948
3949 * mips_pro.exp: Accept either "middle -> top -> main" or
3950 "middle -> main" in the backtrace, because gcc can optimize
3951 tail calls to jumps. Remove setup_xfail for the hppa case.
3952 Add a comment with the original warning messages from PR 3016,
3953 which was filed in 1993, to preserve them for posterity.
3954
9d2e1bab
ND
39552000-11-17 Nick Duffek <nsd@redhat.com>
3956
3957 * lib/gdb.exp (gdb_test): Override timeout with board info.
3958
1aca8eb7
ND
39592000-11-17 Nick Duffek <nsd@redhat.com>
3960
3961 * gdb.base/display.exp: Don't kill running stub. Add "again" to
3962 the second kill and detach messages.
3963
93076499
ND
39642000-11-17 Nick Duffek <nsd@redhat.com>
3965
3966 * configure.in: Add AC_EXEEXT.
3967 * configure: Regenerate.
3968 * Makefile.in (just-check): Export EXEEXT.
3969 * lib/gdb.exp ($EXEEXT): Import from environment.
3970 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
3971 expect "maint dump-me" on Cygwin.
3972 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
3973 $EXEEXT.
3974
30e87cd3
ND
39752000-11-17 Nick Duffek <nsd@redhat.com>
3976
3977 * gdb.base/break.exp: Test backtrace and finish from called
3978 function on all platforms, not just HP-UX.
3979
dc96c6c7 39802000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
3981
3982 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
3983 code from gdb_target_monitor, so it can be used independantly
3984 for gdbserver. Also comment out an unnecessary PUTS.
3985
dc96c6c7 39862000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
3987
3988 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
3989 * gdb.base/corefile.exp: Expect the message "Program is being
3990 debugged already" when we send the "corefile" command, since
3991 the preceeding gdb_load may have connected gdb to a remote target.
3992 * gdb.base/display.exp: Disable hardware watchpoints if new
3993 board info variable "no_hardware_watchpoints" is true.
3994 Replace single-letter commands with more readable ones.
3995 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
3996 if new board info variable "no_hardware_watchpoints" is true.
3997 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
3998 to see if stdio (printf) testing is possible.
3999 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
4000 board info variable "no_hardware_watchpoints" is true. Use new
4001 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
4002
39124dea
FN
40032000-11-13 Fernando Nasser <fnasser@redhat.com>
4004
4005 From Orjan Friberg <orjanf@axis.com>:
4006 * gdb.base/printcmds.exp: Escape curly braces followed by a number
4007 in array print pattern match.
4008
a9e2e984
FN
40092000-11-09 Fernando Nasser <fnasser@redhat.com>
4010
4011 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
4012 spelling "cancelled" to U.S. spelling "canceled" to match changes
4013 made to gdb.
4014 * gdb.c++/ovldbreak.exp: Ditto.
4015
c7db355b
PS
40162000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4017
4018 * gdb.base/callfuncs.c (main): Moved to end of file, call
4019 t_double_values to initialize the FPU before inferior calls are made.
4020 * gdb.base/callfuncs.exp: Test for register preservation after calling
4021 inferior functions. Add tests for continuining, finishing and
4022 returning from a stop in a call dummy.
4023
dc96c6c7 40242000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
4025
4026 * gdb.base/commands.exp: Break up long lines, and re-indent.
4027
dc96c6c7 40282000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
4029
4030 * config/gdbserver.exp: Rewritten from the ground up, to make it
4031 compatible with the current dejagnu tree, and to make it work with
4032 the new "gdbserver" in libremote.
4033
dc96c6c7 40342000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
4035
4036 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
4037 * gdb.base/varargs.exp: Skip entire test if no printf support.
4038 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
4039 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
4040
dc96c6c7 40412000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
4042
4043 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
4044 no floating point support.
4045 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
4046 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
4047 * gdb.base/call-rt-st.exp: Ditto.
4048 * gdb.base/call-strs.exp: Ditto.
4049
bac5fc66
JG
40502000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
4051
4052 * gdb.base/sizeof.c: include <stdio.h>.
4053
4054 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
4055 'finish', otherwise uncaptured gdb_prompt would potentially
4056 throw remaining test points out of sync.
4057
b22a6027
SB
40582000-07-26 Scott Bambrough <scottb@netwinder.org>
4059
4060 * gdb.base/recurse.exp: Run tests for all targets.
4061 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
4062 gnu-oldld case on ARM.
4063 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
4064 for ARM targets.
4065
d8231941
AG
4066Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
4067
4068 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
4069 * gdb.java/configure: Rebuild.
4070
8caabe69
AG
4071Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
4072
4073 * gdb.java/jv-exp.exp: New file.
4074
9d273ca3
AG
4075Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
4076
4077 * configure: Rebuilt.
4078 * configure.in (configdirs): Add gdb.java.
4079 * gdb.java/jmisc.java: New file.
4080 * gdb.java/jmisc.exp: New file.
4081 * gdb.java/Makefile.in: New file.
4082 * gdb.java/configure: Rebuilt.
4083 * gdb.java/configure.in: New file.
4084 * lib/java.exp: New file.
4085
4f823a66
AC
4086Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
4087
4088 * gdb.base/exprs.exp: Test casts to a pointer including over and
4089 underflow.
4090
2391e11d
AC
4091Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
4092
4093 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
4094 and the compilers sizes.
4095
54602222
ND
40962000-07-09 Nick Duffek <nsd@redhat.com>
4097
4098 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
4099 (use_methods): New function.
4100 (main): Call use_methods().
4101 * gdb.c++/classes.exp (test_method_param_class): New procedure.
4102 (do_tests): Call test_method_param_class.
4103
2bec0572
ND
41042000-07-09 Nick Duffek <nsd@redhat.com>
4105
4106 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
4107 spelling.
4108 (test_enums): New procedure. Move enum tests from end of script
4109 to here. Set breakpoint on function name instead of line number.
4110 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
4111 (enums2): New marker function.
4112 (enums1): New function.
4113 (main): Call enums1(). Move enum tests to enums1().
4114
78492fde
AC
4115Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
4116
4117 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
4118 compile/link program. Update line numbers.
4119 * gdb.asm/d10v.inc: Define ``startup''.
4120 * gdb.asm/asmsrc1.s: Add definition of _start.
4121
49a2cef8
AC
4122Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
4123
4124 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
4125
3e6c8688
EZ
41262000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4127
4128 * gdb.base/maint.exp: Add 'maint print architecture' item to output
4129 of 'help maint print' command.
4130
9ff5cbe9
AC
4131Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
4132
4133 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
4134 they use gdb_expect_list.
4135
17c579bd
AC
4136Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
4137
4138 * gdb.base/commands.exp: Use ``set remote
4139 memory-read-packet-size'' instead of ``set endian big'' to test
4140 long commands.
4141
e6d71bf3
DB
41422000-06-03 Daniel Berlin <dan@cgsoftware.com>
4143
4144 * gdb.c++/templates.exp (do_tests): Make all of these work under
4145 g++, and stop skipping them.
4146
4147 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
4148 work under g++.
4149
e5f9ba7b
MS
4150 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
4151 initialization.
4152
dc96c6c7 41532000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
4154
4155 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
4156 the regular expression: accept an (almost) arbitrary sequence of
4157 "frames-invalid" and "breakpoints-invalid" messages both before
4158 and after the "starting" message.
4159
dc96c6c7 41602000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
4161
4162 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 4163
dc96c6c7 41642000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
4165
4166 * gdb.base/annota1.exp (annotate-signal-handler-caller):
4167 Relax the regular expression a little, make it pass on Solaris 8.
4168
8216cda9
KB
41692000-05-12 Kevin Buettner <kevinb@redhat.com>
4170
4171 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
4172 a call, do not require that gdb stop on the line after the call.
4173 Instead, it is permissible for gdb to stop on the line of the
4174 call itself.
4175
1a570b2f
MS
41762000-05-12 Michael Snyder <msnyder@.cygnus.com>
4177
4178 * gdb.base/break.exp (bp on small function, optimized file):
4179 Add a second pass pattern. The behavior differs here between stabs
4180 and dwarf for one-line functions. Stabs preserves two line symbols
4181 (one before the prologue and one after) with the same line number,
4182 but dwarf regards these as duplicates and discards one of them.
4183 Therefore the address after the prologue (where the breakpoint is)
4184 has no exactly matching line symbol, and GDB reports the breakpoint
4185 as if it were in the middle of a line rather than at the beginning.
4186
dc96c6c7 41872000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2
MS
4188
4189 * gdb.base/interrupt.exp: Make "pass" message say "send"
4190 rather than "send_gdb" (for consistancy).
4191
7d418785
AC
4192Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
4193
4194 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
4195 * gdb.c++/templates.cc: Properly check for GCC version number.
4196 * lib/compiler.cc: Likewise
4197
dc96c6c7 41982000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79
MS
4199
4200 * gdb.base/break.exp: When compiled with -O2 optimization,
4201 gdb may not stop at the first line of main, due to code motion.
4202
dc96c6c7 42032000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
4204
4205 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
4206 This test depends on parsing the printf output from the target.
4207 Since the sparclet stub doesn't do stdio, this will never work.
4208 * gdb.base/call-rt-st.exp: ditto.
4209 * gdb.base/call-strs: ditto.
4210
dc96c6c7 42112000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
4212
4213 * gdb.base/miscexprs.exp: make sizeof long array test portable.
4214
4215 * gdb.base/ending-run.exp: After connecting to a remote target,
4216 but before running, the target will appear to be in a random
4217 location. Specify both a file and a line for breakpoints.
4218 Also, the function that calls main may be called 'init'
4219 rather than 'start'.
4220
a5a51225
EZ
42212000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4222
4223 * gdb.base/help.exp: Update output for add-symbol-file command.
4224
7930cc7c
FN
42252000-04-10 Fernando Nasser <fnasser@cygnus.com>
4226
4227 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4228 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
4229
23e37ab1
C
42302000-04-07 J.T. Conklin <jtc@redback.com>
4231
e93c542c
C
4232 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
4233
23e37ab1
C
4234 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
4235
591b8fa3
PDM
4236Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
4237
4238 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
4239 values that can be represented exactly.
4240 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
4241 above change, and to not check against the directory part of the source
4242 file name.
4243 (step into print_long_arg_list): Likewise.
4244 (print print_small_structs from print_long_arg_list): Likewise.
4245 (print print_long_arg_list): Likewise.
4246
7a495180
EZ
42472000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4248
30b53638 4249 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 4250
beb998c6
AC
4251Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
4252
4253 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
4254
1c689132
DB
42552000-03-25 Daniel Berlin <dan@cgsoftware.com>
4256
4257 * gdb.base/commands.exp (deprecated_command_test): Add test for
4258 deprecate with no arguments.
4259
c1790a9d
JL
42602000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
4261
4262 * gdb.base/break.exp: Add new test for setting breakpoints on
4263 optimized code so we can test breakpoints work even when function
4264 prologues may be optimized away
4265
003ba290
FN
42662000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
4267
4268 From David Whedon <dwhedon@gordian.com>
4269 * gdb.base/commands.exp : Added command deprecator tests.
4270
6837a0a2
DB
42712000-03-22 Daniel Berlin <dan@cgsoftware.com>
4272
4273 * gdb.base/help.exp: Added test for new apropos command.
4274
b9593231
KB
42752000-03-21 Kevin Buettner <kevinb@redhat.com>
4276
4277 * gdb.base/pointers.c (usevar): New function.
4278 (main): Make sure that global variables v_int_pointer2, rptr,
4279 and y are all referenced someplace in the program by calling
4280 usevar() on them. [Some linkers delete symbols which are
4281 never referenced. The space remains, but there's no way to
4282 get a (symbolic) handle on the variable from the debugger.]
4283
751a959b
EZ
42842000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4285
4286 * gdb.base/printcmds.c: Add typedeffed arrays.
4287
4288 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
4289 procedure to test arrays that are typedef'd.
4290
73a93a32
JI
42912000-03-13 James Ingham <jingham@leda.cygnus.com>
4292
4293 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
beb998c6 4294 the library directories.
73a93a32 4295
fb40c209
AC
4296Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
4297
4298 * configure.in (configdirs): Add sub directory gdb.mi.
4299 * configure: Re-generate.
4300
4301 * gdb.mi: New directory.
beb998c6 4302
ee4dd2c9
AC
43032000-02-25 Scott Bambrough <scottb@netwinder.org>
4304
4305 * gdb.base/long_long.exp: Correct test suite failure when printing
4306 a long long value as a double on ARM platforms.
4307
70f0cc22
JB
43082000-02-16 Jim Blandy <jimb@redhat.com>
4309
4310 * gdb.base/break.exp ("breakpoint line number"): Make sure the
4311 default source file is set properly before running this test.
4312
853819b8
EZ
43132000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4314
4315 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
4316 gdbtk/library directory, not in gdbtcl2.
4317
dfcd3bfb
JM
43182000-02-04 Jim Blandy <jimb@redhat.com>
4319
4320 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
4321 backslash from regexp pattern.
4322
4323 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
4324 procedure. Use it to run all the "continue to bp overloaded"
4325 tests. Note that this changes the names of the tests slightly.
4326 If the breakpoint hit message includes a hex PC value, because
4327 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
4328 from the real source code, still consider that a pass.
4329
4330 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
4331 XFAIL here if the breakpoint message contains a hex address. Note
4332 similar change on 1999-11-02.
4333
4334 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
4335
4336 * gdb.base/ptype.exp: Establish a default source file before
4337 calling get_debug_format.
4338
43392000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
4340
4341 * gdb.base/watchpoint.exp: Remove duplication of test messages.
4342
8b93c638
JM
43432000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
4344
4345 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
4346 of successive stepi commands -- while in the prologue we should see
4347 the function entry bracket.
4348
43492000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
4350
4351 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
4352 reach __change_mode() when stepping through the end of main().
4353
c5394b80
JM
43542000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
4355
4356 * gdb.base/default.exp: Fix expected pattern.
4357 * gdb.base/help.exp: Same.
4358
0d06e24b
JM
43592000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4360
4361 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
4362 Don't use xfail's because that affects only the following test.
beb998c6 4363
0d06e24b
JM
4364 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
4365 solaris or linux.
4366
4367 * gdb.base/selftest.exp: Update to reflect changes to main.c.
4368
dc96c6c7 43692000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 4370
beb998c6 4371 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
4372 "A syntax error" rather than "A parse error". Accept both.
4373
43742000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
4375
4376 * gdb.base/default.exp: Remove OS dependent string from "target
4377 remote" test.
4378 * gdb.base/help.exp: Same for "help target remote" test.
4379
c3f6f71d
JM
43802000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4381
4382 From Jim Kingdon <kingdon@redhat.com>:
4383
4384 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
4385 prompt (cleanup rather than necessity, but still might keep output
4386 from spilling to next test).
4387
43882000-01-02 Fred Fish <fnf@cygnus.com>
4389
4390 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
4391 AIX, which defines them in <sys/types.h>.
4392
ed9a39eb 43931999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 4394
ed9a39eb
JM
4395 * gdb.base/default.exp: Match arm* etc instead of arm in "info
4396 float" test.
4397
43981999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 4399
ed9a39eb 4400 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
4401
4402 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
4403 outermost frame disallowed".
4404
44051999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
4406
4407 * gdb.base/setvar.exp: New tests for setting the value of a struct
4408 with a constant list.
4409
44101999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
4411
4412 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
4413 require the user to type a cast before setting the value of a struct.
4414
de57eccd
JM
44151999-12-06 Jim Blandy <jimb@cygnus.com>
4416
4417 * gdb.base/default.exp: Expect the new 'info float' command on
4418 all i386 platforms.
4419
4420 * gdb.threads/linux-dp.exp: Expand our ability to recognize
4421 LinuxThreads libraries that don't support debugging.
4422
c2d11a7d
JM
4423Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
4424
4425 * gdb.base/remote.c: Fill the buffer with truely random data.
4426 Change the buffer type to ``unsigned char'' to simplify size
4427 arithmetic.
4428
4429 * gdb.base/remote.exp: Reduce download numbers by one. Typical
4430 stub only handles 400-1 byte packets. Verify that the download
4431 worked.
4432
44331999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
4434
4435 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
4436 tests, using UNRESOLVED for the untested cases. Also, does not wait
4437 for a timeout if the prompt was received before a recognizable pattern.
4438
44391999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
4440
4441 * lib/gdb.exp (gdb_expect_list): Fix spelling.
4442
44431999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4444
4445 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
4446 watchpoints.
4447
44481999-11-24 Jason Merrill <jason@casey.cygnus.com>
4449
4450 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
4451
4452 * gdb.c++/local.exp: Be more flexible in recognizing local class
4453 name mangling. Don't allow horribly truncated method names.
4454 * gdb.c++/derivation.exp: Expect protected inheritance.
4455 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
4456 * gdb.c++/virtfunc.exp: Likewise.
4457 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
4458 when printing a nested enum.
4459
44601999-11-22 Jim Blandy <jimb@cygnus.com>
4461
4462 * gdb.base/step-test.exp: Properly await GDB's response to setting
4463 a breakpoint on the call to large_struct_by_value.
4464
4465 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
4466 just because we have debug info for the `start' function.
4467
44681999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
4469
4470 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
4471 "Unknown signal" messages, which indicate (on LinuxThreads) that
4472 GDB doesn't know how to debug threads on this system. This is
4473 better than hanging while philosopher 0 dumps chatter into gdb.log.
4474
44751999-11-18 Tom Tromey <tromey@cygnus.com>
4476
4477 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
4478
44791999-11-18 Fred Fish <fnf@cygnus.com>
4480
4481 * gdb.base/coremaker2.c: Add sample program for generating
4482 cores that is more self contained than coremaker.c. Eventually
4483 I'll add more code to this and tie it into the testsuite.
4484
4ce44c66
JM
44851999-11-12 Stan Shebs <shebs@andros.cygnus.com>
4486
4487 * gdb.base/dollar.exp: Remove, now in gdb.hp.
4488
44891999-11-10 Jimmy Guo <guo@cup.hp.com>
4490
4491 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
4492 from $srcdir/lib/.
4493 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
4494 and gdb.c++/.
4495
4496 * gdb.c++/derivation.exp: remove redundant get compiler info code.
4497
beb998c6 4498 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
4499 'continue with watch' test point.
4500
45011999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
4502
4503 Merged from p2linux-990323-branch:
beb998c6 4504
4ce44c66
JM
4505 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
4506
11cf8741
JM
4507Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
4508
4509 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
4510 {limit,fixed}''. Test ``set download-write-size''.
4511
4512Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
4513
4514 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
4515 gdb_expect_list.
4516
4517Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
4518
4519 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
4520
45211999-11-03 Mark Salter <msalter@cygnus.com>
4522
4523 * gdb.base/break.exp: Fix "stub continue" pattern.
4524
45251999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
4526
4527 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
4528
45291999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
4530
4531 * gdb.base/display.exp ("finish"): Add timeout clause.
4532
4533 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
4534 plain prompt clause, so this doesn't have to time out in order to
4535 fail.
4536
4537 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
4538 breakpoint hit messages include an address.
4539
4540 * gdb.base/display.exp: Don't forget to escape parens in regular
4541 expressions. Unix regexp notatation sucks.
4542
45431999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4544
4545 * gdb.base/annota1.exp: Test for annotate-signalled: change output
4546 order for 'signalled' message.
4547
5c44784c
JM
45481999-11-01 Stan Shebs <shebs@andros.cygnus.com>
4549
4550 From Jimmy Guo <guo@cup.hp.com>:
4551 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
4552 * gdb.base/annota1.c: Add code for tests to work with.
4553
45541999-10-26 Frank Ch. Eigler <fche@cygnus.com>
4555
4556 * gdb.base/remote.exp: New test for remote downloading settings.
4557 * gdb.base/remote.c: New file with large .data.
4558
917317f4
JM
45591999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
4560
4561 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
4562 for LinuxThreads support, merged from the Code Fusion branch.
4563
4564Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
4565
4566 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
4567 containing exp_continue into a while within an expect. Don't
4568 attempt a start more than three times. Check return value from
4569 gdb_load.
beb998c6 4570
2df3850c
JM
4571Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
4572
4573 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
4574 a pass case.
4575
2acceee2
JM
45761999-10-01 Kevin Buettner <kevinb@cygnus.com>
4577
4578 * gdb.base/break.c (main): Added a statement that we can step
4579 off of.
4580 * gdb.base/break.exp: Added tests for setting a breakpoint
4581 at an offset and stepping onto a breakpoint.
4582
45831999-10-01 Fred Fish <fnf@cygnus.com>
4584
beb998c6 4585 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
4586 gdb output.
4587
c2c6d25f
JM
45881999-09-18 Jim Blandy <jimb@cris.red-bean.com>
4589
4590 * gdb.base/break.exp: Code locations are in hex, don't forget!
4591 (For HP-UX.)
4592
45931999-09-17 Stan Shebs <shebs@andros.cygnus.com>
4594
4595 * condbreak.exp: Use break.c as test program.
4596 * condbreak.c: Remove, redundant with break.c.
4597
45981999-09-15 Stan Shebs <shebs@andros.cygnus.com>
4599
4600 * config/monitor.exp (gdb_target_monitor): Disable X- and
4601 Z-packets if the target needs it.
4602
46031999-09-13 James Ingham <jingham@leda.cygnus.com>
4604
4605 * gdb.c++/overload.exp: Added tests for listing overloaded
4606 functions with function pointers in the arg, explicitly calling
4607 out the version you want.
4608
cff3e48b
JM
46091999-09-09 Stan Shebs <shebs@andros.cygnus.com>
4610
4611 * long_long.exp: Add variations of test cases that work for
4612 targets with 16-bit ints and 32-bit doubles.
4613
d4f3574e
SS
46141999-09-08 Stan Shebs <shebs@andros.cygnus.com>
4615
4616 * break.c (main): Compare a possibly-uninitialized argc with an
4617 unlikely value that fits in 16 bits.
4618
46191999-09-07 Stan Shebs <shebs@andros.cygnus.com>
4620
4621 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
4622 0xfeeb, don't want negative numbers if ints are 16 bits.
4623
4624 * lib/gdb.exp (skip_cplus_tests): New proc.
4625 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
4626 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
4627 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
4628 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
4629 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
4630 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
4631 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
4632 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
4633
4634 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
4635
4636Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
4637
4638 * gdb.base/corefile.exp (up): Allow a parameter to appear
4639 in the frame that we're going up to.
4640
4641 From Jim Blandy <jimb@cygnus.com>:
4642
4643 * gdb.base/default.exp (info float): Expect some output now.
4644
4645 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
4646 returning floating-point values to fail on the x86.
4647 * gdb.base/callfwmall.exp (do_function_calls): Same.
4648
4649 * gdb.base/list.exp (test_listsize): Correct expectations for
4650 listing line 1 with listsize 2. Also, listing a single line
4651 works now, as does listing three lines. [Kevin's note: There
4652 were a number of other cases fixed too where the expectations
4653 differed...]
4654
46551999-09-02 Stan Shebs <shebs@andros.cygnus.com>
4656
4657 * gdb.base/selftest.exp: Add case for when version prints as
4658 constant string instead of char pointer.
4659
104c1213
JM
46601999-08-25 Stan Shebs <shebs@andros.cygnus.com>
4661
4662 * gdb.base/ending-run.exp: Add Solaris case for what happens when
4663 stepping out of main.
4664
4665 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
4666 G++ used.
4667
4668 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
4669 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
4670
4671 * gdb.c++/ovldbreak.exp: Update match string in test that
4672 includes a warning of multiple breakpoints.
4673
46741999-08-24 Stan Shebs <shebs@andros.cygnus.com>
4675
4676 * gdb.base/display.exp: Improve precision of step-after-finish
4677 added yesterday.
4678
4679 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
4680 test.
4681
4682 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
4683 configs when using G++, not just hppa*.
4684
46851999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4686
4687 * gdb.base/async.c: New file.
4688 * gdb.base/async.exp: New file.
4689
4690Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
4691
4692 * gdb.base/break.exp: Tweak PA specific tests to properly handle
4693 PA64.
4694
53a5351d
JM
4695Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
4696
104c1213
JM
4697 * gdb.base/display.exp: "finish" can leave us mid-line on many
4698 targets, deal with it. Add a small constant to main, instead of
4699 1000 since main+1000 may not be a valid address in the target.
4700
53a5351d
JM
4701 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
4702 on hpux11.
4703
4704 * gdb.base/attach.exp: Handle another hpux11 error message variant
4705 when attaching to a process that does not exist.
4706
47071999-08-19 J.T. Conklin <jtc@redback.com>
4708
4709 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
4710 characters in 'continue to 1241' test.
4711
47121999-08-17 Stan Shebs <shebs@andros.cygnus.com>
4713
4714 * gdb.base/call-ar-st.exp: Add a shorter match case for the
4715 stop in print_long_arg_list, define and use a whitespace
4716 variable in print_small_structs test, add an XFAIL for Solaris.
4717 * gdb.base/dbx.exp: XFAIL func commands until somebody is
4718 interested enough to fix.
4719
7be570e7
JM
47201999-08-13 Keith Seitz <keiths@cygnus.com>
4721
4722 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
4723 (dbx_gdb_load): Remove. Use gdb_load instead, since that
4724 proc knows about targets other than the natives.
4725 (test_assign): Use "gdb_run_cmd" to "run" the target.
4726 Check that we've actually hit the breakpoint at main.
4727 When we attempt to assign a value to a local variable, check
4728 that the variable is in the current scope, i.e., don't use
4729 a test with an empty result.
4730
4731Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
4732
4733 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
4734 command.
4735
47361999-08-09 Stan Shebs <shebs@andros.cygnus.com>
4737
4738 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4739 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
4740 gdb.compat, gdb.threads-hp.
4741 gdb.hp/configure, gdb.hp/configure.in: New files.
4742 gdb.hp/Makefile.in: Recurse into new subdirs.
4743 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
4744 gdb.hp/gdb.objdbg: New directory, tests for debugging info
4745 in object files.
4746 gdb.hp/tools: New directory, aux tools for HP-specific tests.
4747
96baa820
JM
47481999-08-05 Stan Shebs <shebs@andros.cygnus.com>
4749
4750 * gdb.base/display.exp: Help expect by putting a newline in the
4751 funky printf, remove a bogus p/a test.
4752
47531999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4754
4755 * gdb.base/display.exp: Make sure that when we say 'run', we are
4756 connected to the target. This is necessary when running not
4757 natively.
4758
47591999-08-03 Stan Shebs <shebs@andros.cygnus.com>
4760
4761 * gdb.base/step-test.exp: Removed some extraneous messages.
4762
4763 * gdb.base/long_long.exp: Don't run memory examination tests
4764 on little-endian targets (they will need a different set of
4765 results to match).
4766
47671999-08-02 Stan Shebs <shebs@andros.cygnus.com>
4768
4769 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
4770 until somebody decides to fix GDB.
4771
4772 * gdb.base/long_long.c: Stop compiler complaint by specifying long
4773 constant as "ULL".
4774 * gdb.base/long_long.exp: Loosen x/c test, add partial result
4775 matches for a couple x/2 commands.
4776
a0b3c4fd
JM
47771999-07-30 Stan Shebs <shebs@andros.cygnus.com>
4778
4779 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
4780 by merging in ref-types2 tests.
4781 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
4782
4783 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4784 * gdb.c++/Makefile.in: Add standard actions.
4785 (EXECUTABLES): Rename from PROGS, update list.
4786 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
4787 from gdb.hp.
4788 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
4789 foo and bar locals.
4790 * gdb.c++/anon-union.exp: Fix tests to match.
4791 * gdb.c++/classes.exp: Run if HP compiler used, add extra
4792 expect matches to handle output variations.
4793 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
4794 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
4795 output, add HP alternatives for new and delete prints.
4796 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
4797 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
4798 * gdb.c++/demangle.exp: Use $style when reporting failure.
4799 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
4800 * gdb.c++/inherit.exp: Run if HP compiler used, add some
4801 match alternatives.
4802 * gdb.c++/local.exp: Add match alternatives or xfails for HP
4803 compilers.
4804 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
4805 * gdb.c++/method.exp: Add match alternatives.
4806 * gdb.c++/misc.cc: Add bool types.
4807 * gdb.c++/misc.exp: Add tests for bool types.
4808 * gdb.c++/overload.exp: Add xfails.
4809 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
4810 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
4811 add some more template parameter tests (only for HP currently).
4812 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
4813 * gdb.c++/virtfunc.cc: Add return type and value for main.
4814 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
4815 match alternatives.
beb998c6 4816
a0b3c4fd
JM
48171999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4818
4819 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
4820
48211999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
4822
4823 * gdb.base/signals.exp: Don't expect getting a backtrace from
4824 within a signal handler to fail on Linux.
4825
48261999-07-29 Stan Shebs <shebs@andros.cygnus.com>
4827
4828 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4829 * lib/gdb.exp: Remove some gratuitious semicolons.
4830 (delete_breakpoints): Increase timeout.
4831 (gdb_expect): Add -notransfer option.
4832 (gdb_test): Use -notransfer option.
4833 (get_compiler_info): Add f77 case.
4834 (get_compiler): New proc, split out from gdb_preprocess, add f77
4835 case.
4836 (gdb_preprocess): Call get_compiler.
4837
4838 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
4839 * gdb.base/attach.exp, gdb.base/display.exp,
4840 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
4841 gdb.base/long_long.exp, gdb.base/printcmds.exp,
4842 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
4843 third arg to gdb_test.
4844 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
4845 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
4846 HP-UX xfails, add others.
4847 * gdb.base/completion.exp: Reflect name change of self-test.
4848 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
4849 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
4850 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
4851 HP failure number.
4852 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
4853 useless HP-UX 10.30 references.
4854 * gdb.base/maint.exp: Loosen matches.
4855 * gdb.base/pointers.c (main): Declare more_code.
4856 * gdb.base/pointers.exp: Match on output of a `next'.
4857 * gdb.base/structs.c: Add prototypes.
4858 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
4859 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
4860
48611999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4862
4863 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
4864 command.
4865
48661999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4867
4868 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
4869 Fix run to main failures. Watchpoint can be hardware watchpoint.
beb998c6
AC
4870
4871 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
4872 debug info. Deal with lack of signal hanlder info in stack.
4873
4874 From Jim Kingdon <kingdon@redhat.com>:
4875 * gdb.base/annota1.exp: If printf has debug info, deal with it.
4876
5a2468f5
JM
48771999-07-19 Stan Shebs <shebs@andros.cygnus.com>
4878
4879 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
4880 gdb.base/foll-vfork.exp: Don't run for crosses.
4881
adf40b2e
JM
4882Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
4883
4884 * gdb.base/configure.in: Check for gdbvars.exp instead of
4885 a1-selftest.exp.
4886 * gdb.base/configure: Re-generate.
4887
48881999-07-12 Stan Shebs <shebs@andros.cygnus.com>
4889
4890 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
4891 in trying to run first and name is too long.
4892
4893 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
4894 pointers2.c and pointers2.exp, respectively.
4895 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
4896 doschk happier.
4897
43e526b9
JM
48981999-07-08 Stan Shebs <shebs@andros.cygnus.com>
4899
4900 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
4901 callfuncs2.c and callfuncs2.exp.
4902
4903 * gdb.base/list.exp: Remove mistaken xfails.
4904 * gdb.base/list0.h: Add optional prototypes.
4905
9846de1b
JM
4906Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
4907
4908 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
4909 calling malloc.
4910 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
4911 * ptype.exp: Move test for get_debug_format to before its first
4912 use.
4913
49141999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4915
4916 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
4917 * gdb.base/annota2.cc, annota2.exp: Move from here.
4918 * gdb.c++/annota2.cc, annota2.exp: To here.
4919 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
4920
43ff13b4
JM
4921Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
4922
4923 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
4924 a consistent format.
4925
085dd6e6
JM
49261999-06-25 Stan Shebs <shebs@andros.cygnus.com>
4927
4928 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4929 * lib/gdb.exp (get_compiler_info): Add detection for assorted
4930 HP compilers, also set the globals $true and $false.
4931
4932 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
4933 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
4934 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
4935 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
4936 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
4937 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
4938 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
4939 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
4940 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
4941 whatis.c} Add C++ compatible function definitions and return
4942 types, add includes for library functions.
4943 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
4944 * gdb.base/step-test.c (myglob): Rename from glob.
4945 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
4946 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
4947 files, move here from gdb.hp.
4948 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
4949 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
4950 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
4951 Adjust line numbers in regexps.
4952
4953 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
4954 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
4955 instead of 0/1.
4956
4957 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
4958 foll-vfork.exp: New files, move here from gdb.hp.
4959 * gdb.base/page.exp: New file, test of pagination command.
4960
4961 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
4962 recursion test.
4963 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
4964
4965 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
4966 gdb.base/solib.exp: Fix compiler invocation process.
4967
4968 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
4969 HP-UX 11, turn off overload resolution explicitly.
4970 * gdb.base/commands.exp: Set argument list explicitly, add
4971 watchpoint test.
4972 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
4973 them work.
4974 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
4975 expressions properly.
4976 * gdb.base/corefile.exp: Loosen the match slightly.
4977 * gdb.base/default.exp: Allow "Error accessing memory" message
4978 also.
4979 * gdb.base/display.exp: Skip over x/0 j if PA64.
4980 * gdb.base/funcargs.exp: Add xfails for HP-UX.
4981 * gdb.base/interrupt.exp: Ditto.
4982 * gdb.base/langs.exp: Add symbolic matches governed by compiler
4983 in use.
4984 * gdb.base/list.exp: Add xfails for HP-UX.
4985 * gdb.base/long_long.exp: Refine some of the numeric matches.
4986 * gdb.base/mips_pro.exp: Xfail on HP-UX.
4987 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
4988 * gdb.base/nodebug.exp: Succeed on more varieties of output.
4989 * gdb.base/opaque.exp: Remove some HP-UX xfails.
4990 * gdb.base/ptype.exp: Succeed on more varieties of output.
4991 * gdb.base/scope.exp: Add xfails for HP-UX.
4992 * gdb.base/sect-cmd.exp: Add more cases.
4993 * gdb.base/setvar.exp: Add xfails for HP-UX.
4994 * gdb.base/shlib-call.exp: Loosen some matches slightly.
4995 * gdb.base/signals.exp: Match on void symbolically.
4996 * gdb.base/step-test.exp: Add case for PA64.
4997 * gdb.base/term.exp: Add exit and restart.
4998 * gdb.base/twice.exp: Clean up after self.
4999 * gdb.base/varargs.exp: Disable overload resolution explicitly.
5000 * gdb.base/whatis.exp: Allow more ways to pass tests.
5001
5002 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
5003 no longer useful.
5004
5005Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
5006
5007 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
5008 list of patterns.
5009 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
5010 print_double_array(double_array)", "continuing to breakpoint
5011 1018", "print print_double_array(array_d)" and "continuing to
5012 1034" tests.
beb998c6 5013
085dd6e6
JM
50141999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
5015
5016 * Makefile.in: Add empty html and install-html targets.
5017
50181999-06-24 Stan Shebs <shebs@andros.cygnus.com>
5019
5020 * config/mt-*: Remove, these haven't been used since 1996.
5021
50221999-06-22 Stan Shebs <shebs@andros.cygnus.com>
5023
5024 * gdb.base/call-strs.c, gdb.base/ending-run.c,
5025 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
5026 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
5027
9e0b60a8
JM
50281999-06-18 Stan Shebs <shebs@andros.cygnus.com>
5029
5030 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
5031 simpler match case for the ptype of the big class.
5032
50331999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5034
5035 * gdb.exp: Fix test for gdb_prompt existence.
5036
50371999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5038
5039 * gdb.exp (gdb_test): Add fail after calls to perror.
5040
50411999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5042
5043 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
5044
50451999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5046
5047 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
5048
0f71a2f6
JM
5049Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
5050
5051 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
5052 malloc() is linked in.
5053
50541999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
5055
5056 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
5057 step at end.
5058
5059 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
5060
50611999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
5062
5063 * gdb.java/jv-print.exp: New file. (Our first Java test!)
5064
cce74817
JM
5065Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
5066
5067 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
5068 * gdb.base/mips_pro.exp: Likewise.
5069
50701999-06-02 Keith Seitz <keiths@cygnus.com>
5071
5072 * gdb.c++/templates.cc: Change all "new" operators to throw
5073 an exception.
5074 * gdb.c++/cplusfuncs.cc: Likewise.
5075
5076 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
5077
5078Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
5079
5080 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
5081 * gdb.base/ending-run.exp: When stepping out of main, accept a
5082 step into an arbitrary assembler file.
5083
392a587b
JM
50841999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5085
beb998c6 5086 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 5087 "breakpoint-invalid" to be printed.
beb998c6 5088 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
5089 number of "frames-invalid" and "breakpoint-invalid" to be printed.
5090 * gdb.base/annota2.cc: Initialize a.x to 0.
5091
9e086581
JM
50921999-05-17 Keith Seitz <keiths@cygnus.com>
5093
5094 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
5095 when "skip_float_tests" set.
5096 Ditto for "print print_double_array(array_d)", "print print_small_structs",
5097 "print print_ten_doubles", and "step into print_long_arg_list".
5098 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
5099 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
5100 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
5101 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
5102 "skip_float_tests" is set.
5103 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
5104 when "skip_float_tests" set.
beb998c6 5105
cd0fc7c3
SS
51061999-05-06 Keith Seitz <keiths@cygnus.com>
5107
5108 * gdb.base/annota2.cc: Include stdio.h.
5109
5110Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
5111
5112 * gdb.base/crossload.exp: Remove, this has been disabled ever
5113 since BFD stopped including all targets, and cross-GDB gets
5114 plenty of testing anyway.
5115 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
5116 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
5117 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
5118 * gdb.base/README: Remove, was doc for this.
5119 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
5120 needed.
5121
b83266a0
SS
51221999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5123
5124 * gdb.base/call-ar-st.exp: Fix one regular expression in test
5125 output.
5126
5127 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
5128 * gdb.base/annota2.exp: New file. More annotation tests.
5129 * gdb.base/annota1.c: New file. Source file for annota1.exp.
5130 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
5131
51321999-04-23 Angela Marie Thomas <angela@cygnus.com>
5133
5134 * config/cfdbug.exp: New file.
5135
7a292a7a
SS
51361999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
5137
5138 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
5139 Marcus Daniel's and Dale Hawkins's demangler crashes.
5140
5141 * gdb.c++/demangle.exp (test_gnu_style_demangling,
5142 test_lucid_style_demangling, test_arm_style_demangling,
5143 test_hp_style_demangling): Try Tom Tromey's core-dumping
5144 identifier under each demangling style.
5145
51461999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
5147
5148 * gdb.c++/demangle.exp: Include the current demangling style
5149 in all test names.
5150 (current_demangling_style): New global variable.
5151 (set_demangling_style, test_demangling_core, test_demangling,
5152 test_demangling_exact): New functions.
5153 (test_gnu_style_demangling, test_lucid_style_demangling,
5154 test_arm_style_demangling, test_hp_style_demangling): Use those,
5155 instead of calling gdb_test and gdb_test_exact directly.
5156 (catch_demangling_errors): New function, which reports errors
5157 signalled by the demangling test functions in an orderly way.
5158 (do_tests): Use catch_demangling_errors.
5159
51601999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
5161
5162 * gdb.base/signals.exp (test_handle_all_print): Use () for
5163 grouping in expressions, not {}.
5164
5165 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
5166 initialized yet.
5167
51681999-04-01 Stan Shebs <shebs@andros.cygnus.com>
5169
5170 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
5171 are listed.
5172
51731999-03-26 Stan Shebs <shebs@andros.cygnus.com>
5174
5175 * gdb.stabs/weird.exp: Test for CC being defined before
5176 looking at its value.
5177
51781999-03-25 Stan Shebs <shebs@andros.cygnus.com>
5179
5180 * gdb.base/call-ar-st.exp: Remove stray '#'.
5181 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
5182 "short int" and "long int".
5183 * gdb.c++/overload.cc: Cast the string added in the previous
5184 change, to mollify finicky HP compiler.
5185 * gdb.hp/reg-test.exp (testfile): Fix file name.
5186 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
beb998c6 5187
7a292a7a
SS
5188 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
5189 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
5190 alternate form of enum ptype.
5191
c906108c
SS
51921999-03-23 Stan Shebs <shebs@andros.cygnus.com>
5193
7a292a7a
SS
5194 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
5195 * gdb.hp/*.exp: Change all to run compiler probe only after
5196 passing skip_hp_tests, so as not to waste time on guaranteed
5197 failure.
5198
c906108c
SS
5199 * gdb.c++/overload.cc: Pass string instead of char addr, always
5200 init ccpfoo.
5201 * gdb.c++/templates.cc: Fix syntax error.
5202
7a292a7a
SS
5203Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5204
5205 * gdb.base/commands.exp: Add test for correct position of '>'
beb998c6 5206 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
5207 command.
5208
52091999-03-18 James Ingham <jingham@cygnus.com>
5210
5211 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
5212
5213 * gdb.c++/method.exp: It was testing an uninitialized int on the
5214 stack and assuming it was positive.
5215
5216 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
5217
5218 * gdb.base/step-test.exp: Catch a case where finish is broken and
beb998c6 5219 keep it from killing the rest of the tests.
7a292a7a
SS
5220 Use gdb_continue_to_end.
5221
5222 * gdb.base/sigall.exp: use gdb_continue_to_end.
5223
5224 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
5225
5226 * gdb.base/display.exp: use runto_main, not run.
5227
beb998c6
AC
5228 * gdb.base/default.exp: Check for the current error message in the
5229 r abbreviation test.
7a292a7a
SS
5230 Add strongarm to the targets that know info float.
5231
beb998c6 5232 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
5233 run which doesn't work with monitors.
5234
5235 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
5236
5237 * gdb.base/break.exp: use the gdb_continue_to_end proc.
5238
5239 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
beb998c6
AC
5240 program. Traps the case (in Cygmon) when the program never really
5241 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
5242 more places, so I used my name. Sorry Mark...
5243
5244 * config/monitor.exp (gdb_target_monitor): added another
5245 target_info parameter: remotebinarydownload. This will set the
5246 remotebinarydownload flag if this is causing some boards trouble.
5247
52481999-03-18 Mark Salter <msalter@cygnus.com>
5249
5250 * lib/gdb.exp (continue_to_exit): New function.
5251
5252 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
5253 * gdb.base/ending-run.exp: Ditto.
5254 * gdb.base/step-test.exp: Ditto.
5255
52561999-03-16 Stan Shebs <shebs@andros.cygnus.com>
5257
5258 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
5259 (suggested by Art Haas <ahaas@neosoft.com>).
5260
52611999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
5262
5263 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
5264
5265Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
5266
5267 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
5268 descriptions of types (short unsigned int vs unsigned short, etc).
5269
52701999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
5271
5272 * gdb.base/call-strs.exp: Don't assume that `step' will step over
5273 a call to strlen; sometimes we do have sources.
5274
52751999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
5276
5277 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
5278 character, so GDB won't print garbage after its end.
beb998c6 5279
c906108c
SS
5280 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
5281 breakpoint there instead. Sometimes GCC emits memcpy to handle
5282 the large structures being passed by value, so we step into that
5283 instead of sum_array_print, which obscures what we're really testing.
5284 * gdb.base/step-test.exp: However, we do want a test that notices
5285 the bizarre steps into memcpy, so do that here. Add check for
5286 stepping into function calls that pass large structures by value.
5287 ("Is that a noun clause, or are you just happy to see me?")
5288 Remove all references to specific line numbers.
5289 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
5290 New type and function.
5291 (main): Call large_struct_by_value, passing it a large struct by value.
5292 * lib/gdb.exp (gdb_get_line_number): New function.
5293
5294 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
5295 more portable.
5296
7a292a7a
SS
52971999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
5298
c906108c
SS
5299 * lib/gdb.exp: Doc fixes.
5300
7a292a7a
SS
53011999-03-05 Nick Clifton <nickc@cygnus.com>
5302
beb998c6 5303 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
5304
53051999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
5306
c906108c
SS
5307 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
5308 commands. They're not germane to this test, and they don't work
5309 that way on remote targets.
5310
3fc11d3e
JM
53111999-03-01 James Ingham <jingham@cygnus.com>
5312
5313 * Changelog entries merged over from gdb development branch.
5314
3fc11d3e
JM
5315 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
5316
5317 * lib/gdb.exp (gdbtk_analyze_results): Generic function
5318 for outputting results of test run.
5319
2d4a1622 5320 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
5321
5322 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 5323
7a292a7a
SS
53241999-02-25 Felix Lee <flee@cygnus.com>
5325
5326 * lib/gdb.exp (debug_format): initialize
5327
c906108c
SS
53281999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
5329
5330 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
5331 * gdb.base/call-rt-st.c: Ditto.
5332
c906108c
SS
53331999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
5334
5335 * gdb.threads/pthreads.exp (horiz): New variable.
5336 (test_startup): Fix regexps that capture thread numbers.
5337
53381999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
5339
5340 * gdb.base/smoke.exp: Disambiguate two test case names (both
5341 called ``print'').
5342
5343Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
5344
5345 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
5346 compilation.
5347
53481999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
5349
5350 * gdb.base/miscexprs.exp: Change patterns to match GDB's
5351 actual output formatting.
5352 * gdb.base/smoke.exp: GDB removes leading 0's.
5353 * gdb.base/volatile.exp: Don't check type of remuneration;
5354 that variable is no longer defined in constvars.c.
5355 * gdb.base/step-test.c (main): Exit with explicit exit code.
5356 * gdb.base/step-test.exp: Remove two nexti checks--they are
5357 not portable.
5358
53591999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
5360
5361 * gdb.base/help.exp ("help delete display"): Fix test to match
5362 gdb's output.
5363
5364 * gdb.base/long_long.c (known_types): Initialize values to zero.
5365 * gdb.base/long_long.exp: Step one more line
5366 so 'dec' is initialized in "get to known place". GDB removes
beb998c6 5367 leading zeros. Explicitly ask for hex formatting. Use
c906108c
SS
5368 unique test case names.
5369
5370Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5371
beb998c6 5372 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
5373
5374 * gdb.c++/method.exp: Add missing close brace.
5375
53761999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
5377
5378 * gdb.base/maint.exp: Use 'set height 0' to disable page
5379 prompting, not 'set height 400'.
5380
5381 Fix a bunch of timeouts.
5382 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
5383 four separate tests, so expect doesn't take forever to match a ton
5384 of text against a regexp with lots of .* forms.
5385 ("maint print psymbols", "maint print symbols"): Make some of
5386 these greps more selective, so that expect doesn't try to wade
5387 through huge piles of output and time out.
5388
5389 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
5390
5391 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
5392 tests: one which doesn't expect shlib events to be reported, and
5393 another which does, but is XFAIL for all platforms other than
5394 HP/UX.
5395
5396 * gdb.base/break.exp: Teach the test suite that the `catch
5397 fork', `catch vfork', and `catch exec' commands produce error
5398 messages on platforms that don't provide these features.
5399
5400Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
5401
5402 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
5403 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
5404 (shortening names from solib_threshold.exp etc), won't run on
5405 anything but HP-UX for the foreseeable future.
5406 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
5407 reflect move.
5408
5409Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
5410
5411 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
5412 gdb.trace/Makefile.in (clean): Remove all test executables.
5413
5414Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
5415
5416 * gdb.base/shlib-call.exp: add test cases to verify that gdb
5417 successfully re-sets breakpoints in shared libraries.
5418 * gdb.base/shmain.c (main): return 0, don't fall off the end.
5419
5420Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5421
beb998c6
AC
5422 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
5423 and compiled w/o GCC.
c906108c
SS
5424
5425 * gdb.hp/watch-cmd.exp: ditto.
5426
5427 * gdb.hp/watch-hp.exp: ditto.
5428
5429 * gdb.hp/xdb1.exp: ditto.
5430
5431 * gdb.hp/xdb2.exp: ditto.
5432
5433 * gdb.hp/dbx.exp: ditto.
5434
5435Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
5436
5437 * constvars.c: Remove C++-isms.
5438 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
5439 with GCC.
5440
5441Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
5442
5443 The following changes are part of the HP merge.
5444
5445 * gdb.base/break.exp: new tests to verify that catchpoints for
5446 fork, vfork, and exec don't trigger inappropriately.
5447
5448 * gdb.base/opaque.exp: compile one file at a time, then link.
5449
5450 * gdb.base/signals.exp: be more restrictive about which hppa
5451 systems receive a setup_xfail. new tests.
5452
5453 * gdb.base/solib_threshold.build: new file.
5454 * gdb.base/solib_threshold.exp: new file.
5455 * gdb.base/solib_threshold.link_opts: new file.
5456 * gdb.base/solib_threshold.mk: new file.
5457 * gdb.base/gen_solib_threshold.c: new file.
5458
5459 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
5460 tests. New tests for enums inside classes.
5461
5462 * gdb.c++/compiler.cc: indicate support of template debugging.
5463
5464 * gdb.c++/demangle.exp: run hp style demangling tests.
5465
5466 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
5467 tests.
5468
5469 * gdb.c++/misc.cc: changes to support new tests.
5470
5471 * gdb.c++/templates.cc: changes to support HP's compiler; changes
5472 to support new tests.
5473
5474 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
5475 gcc, then skip these tests.
5476
5477Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
5478
5479 The following files are part of the HP merge; some had longer
5480 names at HP, but have been renamed to be no more than 14
5481 characters in length.
5482
5483 * gdb.hp/ambiguous.cc: new file.
5484 * gdb.hp/ambiguous.exp: new file.
5485 * gdb.hp/attach.exp: new file.
5486 * gdb.hp/attach2.exp: new file.
5487 * gdb.hp/classes-hp.exp: new file.
5488 * gdb.hp/ctti.exp: new file.
5489 * gdb.hp/ctti-add.cc: new file.
5490 * gdb.hp/ctti-add1.cc: new file.
5491 * gdb.hp/ctti-add2.cc: new file.
5492 * gdb.hp/ctti-add3.cc: new file.
5493 * gdb.hp/dbx.exp: new file.
5494 * gdb.hp/exception.cc: new file.
5495 * gdb.hp/exception.exp: new file.
5496 * gdb.hp/foll-exec.c: new file.
5497 * gdb.hp/foll-exec.exp: new file.
5498 * gdb.hp/foll-fork.c: new file.
5499 * gdb.hp/foll-fork.exp: new file.
5500 * gdb.hp/foll-vfork.c: new file.
5501 * gdb.hp/foll-vfork.exp: new file.
5502 * gdb.hp/inherit-hp.exp: new file.
5503 * gdb.hp/more-steps.exp: new file.
5504 * gdb.hp/namespace.cc: new file.
5505 * gdb.hp/namespace.exp: new file.
5506 * gdb.hp/optimize.exp: new file.
5507 * gdb.hp/pxdb.c: new file.
5508 * gdb.hp/pxdb.exp: new file.
5509 * gdb.hp/quicksort.exp: new file.
5510 * gdb.hp/reg-test.exp: new file.
5511 * gdb.hp/reg-test.s: new file.
5512 * gdb.hp/sized-enum.c: new file.
5513 * gdb.hp/sized-enum.exp: new file.
5514 * gdb.hp/start-stop.exp: new file.
5515 * gdb.hp/templ-hp.cc: new file.
5516 * gdb.hp/templ-hp.exp: new file.
5517 * gdb.hp/thr-lib.c: new file.
5518 * gdb.hp/thr-lib.exp: new file.
5519 * gdb.hp/thr-lib.h: new file.
5520 * gdb.hp/thr-liblib.c: new file.
5521 * gdb.hp/virtfun-hp.c: new file.
5522 * gdb.hp/virtfun-hp.exp: new file.
5523 * gdb.hp/watch-cmd.exp: new file.
5524 * gdb.hp/watch-hp.exp: new file.
5525 * gdb.hp/xdb1.exp: new file.
5526 * gdb.hp/xdb2.exp: new file.
5527 * gdb.hp/xdb3.exp: new file.
5528
5529Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
5530
5531 The following files are part of the HP merge; some had longer
5532 names at HP, but have been renamed to be no more than 14
5533 characters in length.
5534
5535 * gdb.base/ss.h: new file.
5536 * gdb.base/call-ar-st.c: new file.
5537 * gdb.base/call-ar-st.exp: new file.
5538 * gdb.base/call-rt-st.c: new file.
5539 * gdb.base/call-rt-st-exp: new file.
5540 * gdb.base/call-strs.exp: new file.
5541 * gdb.base/ena-dis-br.exp: new file.
5542 * gdb.base/environ.exp: new file.
5543 * gdb.base/long_long.exp: new file.
5544 * gdb.base/sect-cmd.exp: new file.
5545 * gdb.base/shlib-cl2.exp: new file.
5546 * gdb.base/smoke.exp: new file.
5547 * gdb.base/so-impl-ld.c: new file.
5548 * gdb.base/so-impl-ld.exp: new file.
5549 * gdb.base/so-indr-cl.c: new file.
5550 * gdb.base/so-indr-cl.exp: new file.
5551 * gdb.base/varargs.exp: new file.
5552 * gdb.base/volatile.exp: new file.
5553 * gdb.base/whatis-exp.exp: new file.
7a292a7a 5554 * gdb.base/display.exp: new file.
c906108c
SS
5555 * gdb.c++/derivation.exp: new file.
5556 * gdb.c++/local.exp: new file.
5557 * gdb.c++/member-ptr.exp: new file.
5558 * gdb.c++/overload.exp: new file.
5559 * gdb.c++/ovldbreak.exp: new file.
5560 * gdb.c++/ref-types.exp: new file.
5561 * gdb.c++/ref-types2.exp: new file.
5562 * gdb.c++/userdef.exp: new file.
beb998c6 5563
c906108c
SS
5564Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
5565
5566 * gdb.base/default.exp: Reflect wording change in remote.c.
5567
dc96c6c7 5568Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5569
5570 * gdb.base/help.exp: Update to reflect current text.
5571
5572Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
5573
5574 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
5575 they're stack variables and contain garbage.
5576 * gdb.c++/anon-union.exp: new file.
5577
5578 The following changes were made by David Taylor
5579 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
5580 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
5581 in changes by HP.
5582
5583 * gdb.base/bitops.exp: new file.
5584 * gdb.base/default.exp: change expected messages for catch and
5585 info catch tests to reflect HP merge changes.
5586 * gdb.base/enable-disable-break.exp
5587 * gdb.base/ending-run.c: new file.
5588 * gdb.base/long_long.c: new file.
5589 * gdb.base/maint.exp: new file.
5590 * gdb.base/pointers2.exp: new file.
5591 * gdb.base/shlib-call2.exp: new file.
5592 * gdb.base/solib.exp: new file.
5593 * gdb.base/step-test.c: new file.
5594 * gdb.c++/anon-union.cc: new file.
5595 * gdb.c++/local.cc: new file.
5596 * gdb.c++/member-pointer.cc: new file.
5597 * gdb.c++/method.cc: new file.
5598 * gdb.c++/ref-types.cc: new file.
5599 * gdb.c++/ref-types2.cc: new file.
5600 * gdb.c++/userdef.cc: new file.
beb998c6 5601
c906108c
SS
5602 * gdb.base/scope.exp: compile one file at a time, then link.
5603 * gdb.base/langs.exp: ditto.
5604 * gdb.base/list.exp: ditto.
beb998c6 5605
c906108c
SS
5606Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
5607
5608 The following changes were made by David Taylor
5609 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
5610 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
5611 in changes by HP.
beb998c6 5612
c906108c
SS
5613 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
5614 skip tests. When compiling pass c++ flag to gdb_compile.
5615 * gdb.c++/
beb998c6 5616
c906108c
SS
5617 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
5618 test for on hppa*-*-hpux*; use args to see if c++ was specified.
5619 (skip_hp_tests): new function.
5620 (gdb_preprocess): new function.
5621
5622 * configure.in (hpdir): decide whether to configure gdb.hp.
5623 * configure: regenerated.
5624
5625 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
5626 to delete on clean.
5627 (EXECUTABLES): update to reflect new additions.
5628 * gdb.base/commands.exp: update message expected.
5629 * gdb.base/default.exp: add copyright notice.
5630 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
5631 * gdb.base/help.exp: update messages to reflect current text.
5632 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
5633 targets for recurse tests.
5634 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
5635 skip this file.
5636
5637 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
5638 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
5639 compilation.
5640 * gdb.c++/misc.exp: ditto.
5641 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
5642 run the tests. tell gdb_compile that it's a c++ compilation.
5643
5644 * gdb.threads/pthreads.exp: fix typo in message.
beb998c6 5645
c906108c
SS
5646 * gdb.base/all-bin.exp: new file.
5647 * gdb.base/arithmet.exp: new file.
5648 * gdb.base/assign.exp: new file.
5649 * gdb.base/completion.exp: new file.
5650 * gdb.base/cond-expr.exp: new file.
5651 * gdb.base/condbreak.exp: new file.
5652 * gdb.base/define.exp: new file.
5653 * gdb.base/dollar.exp: new file.
5654 * gdb.base/environment.exp: new file.
5655 * gdb.base/eval-skip.exp: new file.
5656 * gdb.base/jump.exp: new file.
5657 * gdb.base/logical.exp: new file.
5658 * gdb.base/pointers.exp: new file.
5659 * gdb.base/relational.exp: new file.
5660 * gdb.base/section_command.exp: new file.
5661 * gdb.base/whatis-expr.exp: new file.
5662
5663 * gdb.base/all-types.c: new file.
5664 * gdb.base/call-array-struct.c: new file.
5665 * gdb.base/call-return-struct.c: new file.
5666 * gdb.base/call-strings.c: new file.
5667 * gdb.base/callfuncs2.c: new file.
5668 * gdb.base/condbreak.c: new file.
5669 * gdb.base/constvars.c: new file.
5670 * gdb.base/display.c: new file.
5671 * gdb.base/int-type.c: new file.
5672 * gdb.base/jump.c: new file.
5673 * gdb.base/miscexprs.c: new file.
5674 * gdb.base/pointers.c: new file.
5675 * gdb.base/pointers2.c: new file.
5676 * gdb.base/shmain.c: new file.
5677 * gdb.base/shr1.c: new file.
5678 * gdb.base/shr2.c: new file.
5679 * gdb.base/solib.c: new file.
5680 * gdb.base/solib1.c: new file.
5681 * gdb.base/solib2.c: new file.
5682 * gdb.base/varargs.c: new file.
5683 * gdb.c++/derivation.cc: new file.
5684 * gdb.c++/overload.cc: new file.
5685 * gdb.c++/ovldbreak.cc: new file.
5686 * gdb.hp/attach.c: new file.
5687 * gdb.hp/attach2.c: new file.
5688 * gdb.hp/average.c: new file.
5689 * gdb.hp/compiler.c: new file.
5690 * gdb.hp/compiler.cc: new file.
5691 * gdb.hp/execd-program.c: new file.
5692 * gdb.hp/follow-exec.c: new file.
5693 * gdb.hp/follow-fork.c: new file.
5694 * gdb.hp/follow-vfork-and-exec.c: new file.
5695 * gdb.hp/misc-hp.cc: new file.
5696 * gdb.hp/more-steps.c: new file.
5697 * gdb.hp/optimize.c: new file.
5698 * gdb.hp/quicksort.c: new file.
5699 * gdb.hp/run-hp.c: new file.
5700 * gdb.hp/start-stop.c: new file.
5701 * gdb.hp/sum.c: new file.
5702 * gdb.hp/templates-hp.cc: new file.
5703 * gdb.hp/thread-local-in-lib.c: new file.
5704 * gdb.hp/thread-local-in-lib.h: new file.
5705 * gdb.hp/thread-local-in-lib.lib.c: new file.
5706 * gdb.hp/vforked-program.c: new file.
5707 * gdb.hp/virtfunc-hp.cc: new file.
5708 * gdb.hp/watchpoint-hp.c: new file.
5709 * gdb.hp/xdb.c: new file.
5710 * gdb.hp/xdb0.c: new file.
5711 * gdb.hp/xdb0.h: new file.
5712 * gdb.hp/xdb1.c: new file.
5713
5714Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
5715
5716 The following change was made by Edith Epstein
5717 <eepstein@cygnus.com> as part of a project to merge in changes
5718 originally made by HP; HP did not create ChangeLog entries.
5719
5720 * gdb.c++/demangle.exp: changed the expected output for some
5721 ARM-style mangling -- removed second reference to datatype.
5722 For example, maint demangle __dt__11T1__pt__2_cFv
5723 T1<char>::~T1<char>(void)
5724 becomes,
5725 maint demangle __dt__11T1__pt__2_cFv
5726 T1<char>::~T1(void)
5727
5728 (test_hp_style_demangling): new hp specific demangling test cases.
beb998c6 5729
c906108c
SS
5730Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
5731
5732 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
5733 * gdb.trace/backtrace.exp: Likewise.
5734 * gdb.trace/circ.exp: Likewise.
5735 * gdb.trace/collection.exp: Likewise.
5736 * gdb.trace/deltrace.exp: Likewise.
5737 * gdb.trace/infotrace.exp: Likewise.
5738 * gdb.trace/limits.exp: Likewise.
5739 * gdb.trace/packetlen.exp: Likewise.
5740 * gdb.trace/passc-dyn.exp: Likewise.
5741 * gdb.trace/passcount.exp: Likewise.
5742 * gdb.trace/report.exp: Likewise.
5743 * gdb.trace/save-trace.exp: Likewise.
5744 * gdb.trace/tfind.exp: Likewise.
5745 * gdb.trace/tracecmd.exp: Likewise.
5746 * gdb.trace/while-dyn.exp: Likewise.
5747 * gdb.trace/while-stepping.exp: Likewise.
5748
57491998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
5750
5751 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
5752
5753Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
5754
5755 From Brendan Kehoe:
5756 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
5757 int return types.
5758
5759Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
5760
5761 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
5762 remote dos host testing right.
5763
5764Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
5765
5766 * gdb.base/corefile.exp: remove some xfails.
5767
5768Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
5769
5770 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
5771 have different timestamps.
5772
5773Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
5774
5775 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
5776 gdb.base/default.exp: Replace "exec" with "executable".
5777
5778Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
5779
5780 * gdb.base/default.exp: Change else if to elseif from previous
5781 delta.
5782
5783Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
5784
5785 * gdb.base/default.exp: Add brace missing from previous delta.
5786
5787Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
5788
5789 * gdb.base/default.exp: Support test for info float for all
5790 varieties of arm toolchain.
5791
dc96c6c7 5792Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5793
5794 * gdb.trace/*.exp: remove "remote_download" command.
5795
dc96c6c7 5796Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5797
5798 * gdb.trace/*.exp: remove -gdwarf from compile.
5799
5800Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
5801
5802 * gdb.trace/configure.in(AC_INIT): typo
5803 * gdb.trace/configure: regenerated
5804
dc96c6c7 5805Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5806
5807 * config/m68k-emc.exp: New file.
5808 * lib/<emc-support.exp trace-support.exp}: New files.
5809 * configure.in: add new test directory gdb.trace.
5810 * gdb.trace/{configure configure.in Makefile.in}: New files.
5811 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
5812 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
5813 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
5814 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
5815 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
5816 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
5817 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
beb998c6 5818
dc96c6c7 5819Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5820
5821 * gdb.c++/classes.exp: Change all regular expressions to match
5822 arbitrary combinations of newline/carriage-return, so that they
5823 will work equally well on Unix and Windows.
5824 * gdb.c++/inherit.exp: ditto.
5825 * gdb.c++/virtfunc.exp: ditto.
5826
58271998-08-11 Dawn Perchik <dawn@cygnus.com>
5828
5829 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
5830
c2d11a7d
JM
5831Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
5832
5833 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
5834 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
5835 to use a0-a3/d0-d3 as needed.
5836
5837Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
5838
5839 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
5840 * gdb.disasm/am33.exp: Corresponding changes.
5841
c906108c
SS
58421998-07-11 Felix Lee <flee@cygnus.com>
5843
5844 * gdb.base/callfuncs.exp: add cmp10 test.
5845 * gdb.base/callfuncs.c (cmp10): new function.
5846
5847Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
5848
beb998c6 5849 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
5850 into two parts to get around a synchronization problem in expect.
5851
3fc11d3e
JM
5852Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
5853
5854 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
5855
5856 * configure.in: Add options for gdbtk testsuite.
5857
5858 * configure: Regenerate.
5859
5860 * gdb.gdbtk: New directory to hold gdbtk tests.
5861
c906108c
SS
5862Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5863
5864 * gdb.fortran/types.exp: Escape brackets in expect patterns
5865 for test_float_literal_types_accepted tests.
5866 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
5867 before run test.
5868
c2d11a7d
JM
5869Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
5870
5871 * am33.exp: Just compile, do not link the testcase.
5872 * am33.s: Add ".am33" pseudoop to force am33 mode.
5873
c906108c
SS
58741998-06-25 Felix Lee <flee@cygnus.com>
5875
5876 * gdb.base/setshow.exp: make sure $pc is sane.
5877
5878 * gdb.stabs/weird.exp: split expect patterns properly.
5879
c2d11a7d
JM
5880Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
5881
5882 * gdb.disasm/am33.s: New disassembler testfile for the am33.
5883 * gdb.disasm/am33.exp: Run it.
5884
dc96c6c7 5885Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5886
5887 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
5888 match processing (and eliminate spurious timeouts when running).
5889
dc96c6c7 5890Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5891
5892 * gdb.base/signals.exp (test_handle_all_print): put back Mach
5893 exception test, but conditionalize it on target [mach | gnu].
5894
dc96c6c7 5895Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5896
5897 * gdb.base/overlays.exp: fixup compile line for linker script.
5898
5899Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
5900
5901 * gdb.fortran/types.exp: don't guess at float size.
5902
5903Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
5904
5905 * gdb.base/exprs.exp: delete test that depends on int size.
5906
5907Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
5908
5909 * config/sim.exp: Removed checks for target triplets.
5910 (gdb_target_sim): Use gdb,target_sim_options.
5911
5912Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
5913
5914 * gdb.base/reread.exp: New file.
5915 * gdb.base/reread1.c: New file.
5916 * gdb.base/reread2.c: New file.
5917
5918Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
5919
5920 * config/sim.exp: Use 'target sim -sparclite' when running
5921 SPARClite programs.
5922
5923Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
5924
5925 * gdb.base/structs2.exp: New file.
5926 * gdb.base/structs2.c: New file.
5927
5928Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
5929
5930 * gdb.asm/common.inc: New file.
5931 * gdb.asm/d10v.inc: New file.
5932 * asm-source.exp: Pass -I's to gas to find .inc files.
5933 Update line numbers in expected output.
5934 * asmsrc1.s: Rewrite.
5935 * asmsrc2.s: Rewrite.
5936 * configure.in: Create arch.inc symlink.
5937 * configure: Regenerate.
5938 * Makefile.in (distclean): Delete arch.inc.
5939
5940Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
5941
5942 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
5943 (t_enum_value2): ditto
5944 (t_enum_value3): ditto
5945 (main): ditto
5946Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5947
5948 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
5949 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
5950 change.
5951 Use gdb_test instead of send_gdb/gdb_expect sequences.
5952
5953Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
5954
5955 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
5956 not void.
5957
5958Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
5959
5960 * gdb.base/branches.c: Code with lots of loops and
5961 subroutines. Used to test gdbs ability to single step through PC
5962 changes, especially to test mips-tdep.c:mips_next_pc
5963
5964Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
5965
5966 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
5967 more rigorous EGCS C++ error checking.
5968
5969Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5970
5971 * gdb.base/help.exp: Clean up `help set args' and `help show args'
beb998c6 5972 tests.
c906108c 5973 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
beb998c6 5974 function when asleep.
c906108c 5975 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
beb998c6
AC
5976 for i*86 Linux and SVR4 signal handling problems.
5977 Remove linux xfail for `next to handler in signals_tests_1', fixed
5978 by recent infrun.c change.
c906108c 5979 Limit backtrace to 10 frames to avoid timeout problems with infinite
beb998c6 5980 stack backtraces.
c906108c
SS
5981 Adjust expect pattern in `handle all print' test to match Apr 28 1997
5982 target.[ch] change.
5983
5984Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
5985
5986 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
5987 for a newline from gdb before continuing.
5988 (default_gdb_exit): Just look for y or n.
5989 (gdb_test): Detect abnormal exit from GDB running on DOS; if
5990 it does, fail the rests of the tests in the file.
5991
5992Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
5993
5994 * config/cygmon.exp: New file.
5995
5996Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
5997
5998 * gdb.base/list.exp: Fix problem with "list default lines around
5999 main" test on remote targets.
6000
6001 * gdb.base/scope.exp: Fix problem with filelocal_bss before
6002 run test on remote targets.
6003
6004Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
6005
6006 * gdb.asm: New directory.
6007 * configure.in: Configure it.
6008 * configure: Regenerate.
6009 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
6010 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
6011
6012Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
6013
6014 * config/mn10300-eval.exp: New file to support MN10300 eval board.
6015
dc96c6c7 6016Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 6017
c906108c
SS
6018 * gdb.base/overlays (several files): Merge the two overlay
6019 managers into one. Change variables (foox, barx, bazx, grbxx)
6020 back into ints but force them to load in their proper sections.
6021
6022Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
6023
6024 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
6025 on-chip insn memory and IMAP1 to upper 128k.
6026 (D10VCopy): Handle memory regions crossing 16k boundaries.
6027 (D10VCopy): Transfer data in 32 bit chunks.
6028
6029Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
6030
6031 * gdb.base/overlays.c (main): Exit normally when result is
6032 correct.
6033
6034 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
6035 map. Include space for printf in .text segment.
6036
6037 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
6038 updated d10v memory VMA/LMA map.
6039 (D10VCopy): Call D10VTranslate.
beb998c6 6040
c906108c
SS
6041Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
6042
6043 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
6044
6045 * gdb.base/bar.c (barx, bar): Change variable to small array so
6046 that it won't be put into the .sdata - small data -
6047 section. Update reference.
6048 * gdb.base/baz.c (bazx, baz): Ditto.
6049 * gdb.base/foo.c (foox, foo): Ditto.
6050 * gdb.base/grbx.c (grbxx, grbx): Ditto.
6051
6052 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
6053 to be arrays.
beb998c6 6054
dc96c6c7 6055Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 6056
c906108c
SS
6057 * gdb.base/overlays.exp: fix up and get working again.
6058 Add tests for backtraces from an overlay function.
beb998c6 6059
c906108c
SS
6060Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
6061
6062 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
6063 "calling function with watchpoint enabled".
6064
6065Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
6066
6067 * gdb.base/break.exp (test_next_with_recursion): Remove
6068 gdb_suppress_tests for d10v-*-*.
6069 * lib/gdb.exp (gdb_suppress_tests): Disable this function
6070 pending review of whether it is useful or not.
6071
6072Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
6073
6074 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
6075
6076Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
6077
6078 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
6079 * config/dve.exp: New file to support Densan boards.
6080
6081Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
6082
6083 * gdb.base/interrupt.exp: Document problem of simulators, signals,
6084 reads and BSD.
6085
6086Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
6087
6088 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
6089 response.
6090
6091 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
6092
6093Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
6094
6095 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
6096 test.
6097
6098 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
6099 target_sizeof_long and target_bigendian_p.
6100 (structs_by_value, structs_by_reference): Check values according
6101 to targets word size and endianess.
beb998c6 6102
c906108c
SS
6103Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
6104
6105 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
6106 output.
6107
6108Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
6109
6110 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
6111 Update test of set args help to match source change.
6112
6113Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
6114
6115 * gdb.base/default.exp: Expect help system output to be in
6116 alphabetical order.
6117 * gdb.base/help.exp: Ditto.
6118
6119Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
6120
6121 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
6122 "i*86-pc-linux-gnu*".
6123 * gdb.base/interrupt.exp: Ditto.
6124 * gdb.base/corefile.exp: Ditto.
6125
6126 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
6127 define vxworks when building the testcase.
6128
6129 * gdb.base/ptype.exp: Fix testnames to be unique.
6130 * gdb.base/radix.exp: Ditto.
6131 * gdb.base/term.exp: Ditto.
6132 * gdb.base/whatis.exp: Ditto.
6133 * gdb.c++/classes.exp: Ditto.
6134
6135Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
6136
6137 * gdb.base/callfuncs.exp: Fix indentation.
6138
6139 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
6140 suppress_flag has been set.
6141 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
6142 target feature.
6143
6144Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
6145
6146 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
6147 the testcase.
6148
6149 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
6150 set_debug_traps() and breakpoint().
6151 * gdb.c++/misc.cc (main): Ditto.
6152 * gdb.c++/templates.cc (main): Ditto.
6153 * gdb.c++/virtfunc.cc (main): Ditto.
6154
6155Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
6156
6157 * lib/gdb.exp(gdb_step_for_stub): New function.
6158 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
6159 exists, reload the executable and do a "continue" instead of
6160 doing a jump.
6161 (runto_main): Use gdb_step_for_stub.
beb998c6 6162
c906108c
SS
6163 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
6164 tests to have unique names.
6165 * gdb.base/callfuncs.exp: Ditto.
6166 * gdb.base/commands.exp: Ditto.
6167 * gdb.base/default.exp: Ditto.
6168 * gdb.base/help.exp: Ditto.
6169 * gdb.base/list.exp: Ditto.
6170 * gdb.base/opaque.exp: Ditto.
6171 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
6172 similar tests.
beb998c6 6173
c906108c
SS
6174 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
6175 * gdb.c++/cplusfuncs.cc: Ditto.
6176 * gdb.c++/virtfunc.cc: Ditto.
6177
6178 * config/monitor.exp: Keep track of the last file we saw, rather
6179 than trying to get the info from gdb.
6180
6181 * gdb.fortran/types.exp: Move comment to previous line.
6182
6183Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
6184
6185 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
6186 target mode.
6187
6188Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
6189
6190 From Bob Manson:
6191 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
6192 string from GDB when it connects.
6193
6194 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
6195
6196Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
6197
6198 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
6199 if we can't get a debug format from GDB (we may be testing an
6200 older GDB). Use a 10 second timeout when checking for the format.
6201
6202 * gdb.stabs/weird.exp: Fix quoting.
6203
6204 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
6205
6206Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
6207
6208 * config/arm-ice.exp: New file.
6209
6210Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
6211
6212 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
6213 until it has been modified to work with the new testsuite.
6214
99707966 6215 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
6216 testcase won't compile, cause all of the testcases in the file to
6217 fail instead.
6218
6219 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
6220 (gdb_clear_suppressed): New procedure.
6221 (gdb_stop_suppressing_tests): Only clear suppress_flag if
6222 it contains a positive value.
6223
6224Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
6225
6226 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
6227
6228 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
6229
6230Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
6231
6232 * lib/gdb.exp (setup_xfail_format): New function.
6233 (get_debug_format): New function to get debug format.
6234 (debug_format): New global variable to hold last value set
6235 by get_debug_format.
6236 * gdb.base/list.exp: Call get_debug_format and expect some
6237 tests to fail for DWARF 1 and COFF formats.
6238 * gdb.c++/ptype.exp: Ditto.
6239 * gdb.c++/classes.exp: Ditto.
6240 * gdb.c++/cplusfuncs.exp: Ditto.
6241 * gdb.c++/inherit.exp: Ditto.
6242 * gdb.c++/templates.exp: Ditto.
6243 * gdb.c++/virtfunc.exp: Ditto.
beb998c6 6244
c906108c
SS
6245Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
6246
6247 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
6248 host doesn't have a currently-open connection.
6249
6250 * config/sparclet.exp: Cleanups and fixes to make it generic for
6251 any gdb stub target. Handle cases where gdb doesn't respond when
6252 interrupted in a sane fashion.
6253
6254 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
6255 same thing in a totally different way.
6256
6257 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
6258 setting "timeout".
6259 (gdb_start): We set the global gdb_prompt variable in
6260 default_gdb_init now.
6261
6262Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
6263
6264 * gdb.base/printcmds.exp: Fix "check for floating addition"
6265 regexp to accept results within approx +/- .01 of exact value.
6266 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
6267
6268Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
6269
6270 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
6271 properly.
6272 (gdb_expect): Add optional timeout parameter, and add timeout
6273 value to various calls.
6274 (gdb_suppress_tests): Only give one warning message per group.
6275
6276Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
6277
6278 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
6279 global variables. Handle getting a value for $timeout more
6280 gracefully.
6281
6282Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
6283
6284 * lib/gdb.exp: Close connection to remote host if gdb doesn't
6285 initialize.
6286 (default_gdb_init): New procedure; allow gdb_init to be overridden
6287 by a target configuration file.
6288 (gdb_expect): Pass the timeout to remote_expect.
6289
6290 * config/monitor.exp(gdb_load): Fix typo in regexp.
6291
6292Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
6293
6294 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
6295
6296Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
6297
6298 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
6299 here. Call gdb_target_exec before rebooting the target, to make
6300 sure the connection to the target is closed.
6301 (gdb_load): Pass the name of the executable to gdb_target_monitor.
6302 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
6303 Also detect "Timeout reading from remote" error.
6304
6305 * config/gdbserver.exp: Pass the executable being loaded to
6306 gdb_target_monitor. Don't call gdb_file_cmd here; let
6307 gdb_target_monitor do it.
6308
6309 * gdb.disasm/hppa.exp: Don't use exec_output.
6310
6311Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
6312
6313 * gdb.base/list.exp: If we're debugging a non-native target,
6314 try to set the pc register to point to the start of the
6315 program before doing the first list command.
6316
6317 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
6318 test_calls after restarting.
6319
6320 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
6321 reloading.
6322
6323 * gdb.base/watchpoint.exp: Fix typo.
6324
6325 * gdb.base/setshow.exp: Check for use_gdb_stub.
6326
6327 * gdb.base/break.exp: Fix continue until exit test for the gdb
6328 stub case.
6329 * gdb.base/langs.exp: Ditto.
6330
6331 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
6332 gdb_load_offset. If we weren't given a file to load, figure out
6333 what the current file is and use it.
6334
6335 * config/i386-bozo.exp: New file.
6336
6337Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
6338
6339 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
6340 feature.
6341
6342 * config/proelf.exp: New entry.
6343
6344Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
6345
6346 * lib/gdb.exp: Remove spurious .* patterns at the beginning
6347 of regexps.
6348
6349 * gdb.base/watchpoint.exp: Don't run the test_stepping
6350 tests if gdb can't call functions on the target.
6351
6352 * gdb.base/setshow.exp: Don't run the set prompt tests if
6353 the board has gdb_prompt set.
6354
6355Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
6356
6357 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
6358 * gdb.base/commands.exp: Likewise.
6359 * gdb.base/setshow.exp: Likewise.
6360
6361Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
6362
6363 * config/monitor.exp(gdb_start): Look for gdb_prompt target
6364 feature.
6365
6366 * config/i960.exp: New file.
6367
6368Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
6369
6370 * gdb.base/funcargs.exp: Check for gdb,short_int target
6371 feature instead of looking for explicit target triplets.
6372
dc96c6c7 6373Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 6374
beb998c6 6375 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
6376 "p 123DEADBEEF", to check parse_number.
6377 * top.c: change "to enable to enable" to "to enable" in a couple
6378 of help strings.
6379
6380Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
6381
6382 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
6383 on the mn10300.
beb998c6 6384
c906108c
SS
6385Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
6386
6387 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
6388 where the test executable is run with explicit args.
6389 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
6390
6391Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
6392
6393 * gdb.base/run.c: Use FAKEARGV to build test executable that
6394 does not require a command line arg, since most simulators
6395 don't currently support passing such an arg into the simulated
6396 program.
6397 * gdb.base/commands.exp: Change tests to insert the proper
6398 value as the arg to the first recursive factorial call. Change
6399 compilation line to define FAKEARGV at compile time.
6400
6401Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
6402
6403 * gdb.base/recurse.exp: Enable these tests for the mn10300.
6404 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
6405 function with watchpoint enabled" test.
6406
6407Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
6408
6409 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
6410 Don't call gdb_test when the command doesn't return to a gdb prompt.
6411
6412 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
6413 "Tests restarted" messages.
6414
6415Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
6416
6417 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
6418
dc96c6c7 6419Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6420
6421 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
6422 for INFO SYMBOL; add help tests for OVERLAY commands.
6423 * gdb.base/default.exp: add tests for INFO SYMBOL command;
6424 add tests for OVERLAY commands
6425 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
6426 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
6427 * gdb.base/sigall.c: add usestubs code frag
6428 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
beb998c6 6429
c906108c
SS
6430Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
6431
6432 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
6433 failures.
6434 (gdb_stop_suppressing_tests): Note that tests have restarted.
6435
6436Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
6437
6438 * config/h8300.exp: New file.
6439
6440Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
6441
6442 * gdb.base/setshow.exp: Check for the existence of a
6443 feature, not its value.
6444
6445Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
6446
6447 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
6448
6449 * gdb.base/scope.exp: It's now init0(), not init().
6450
6451 * gdb.base/scope0.c: For now, change init() to be init0().
6452
6453 * config/monitor.exp: Use gdb_serial in preference to serial
6454 or netport.
6455
6456 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
6457 and it's not already set.
6458
6459Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
6460
6461 * gdb.base/setshow.exp: Only test the run command if the target
6462 isn't using a stub and if it supports argument passing.
6463
6464Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
6465
6466 * config/udi.exp(gdb_start): Make sure UDICONF is set
6467 properly before starting gdb.
6468
6469Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
6470
6471 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
6472 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
6473 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
6474
6475Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
6476
6477 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
6478 specialized code to reboot the board, use remote_reboot instead.
6479
6480 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
6481
6482 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
6483
6484 * config/monitor.exp: Make sure we disconnect from the target.
6485 Also, try a reboot/reload cycle instead of failing if the
6486 load fails.
6487
6488Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
6489
6490 * gdb.base/default.exp: Don't set match_max.
6491 * gdb.base/help.exp: Ditto.
6492 * gdb.base/list.exp: Ditto.
6493 * gdb.base/signals.exp: Ditto.
6494
6495 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
6496 set, use remote_ld to download the testcase instead of
6497 the GDB loader.
6498
6499Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
6500
6501 * config/vr5000.exp: New file.
6502
6503 * config/monitor.exp(gdb_target_monitor): Add pattern for
6504 "Ending remote" to detect errors in connecting.
6505
6506 * gdb.base/setshow.exp: Add .* within auto language test.
6507
6508 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
6509 target feature.
6510
6511 * config/monitor.exp(gdb_load): Check for a failure when loading,
6512 and reboot the board if necessary.
6513
6514 * gdb.base/setvar.exp(test_set): Handle multiple prints within
6515 a set of tests. Remove print.* from the patterns being checked.
6516
6517Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
6518
6519 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
6520 refer to gdb_spawn_id.
6521
6522 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
6523 longer used.
6524 * config/sparclet.exp: Ditto.
6525 * config/sparclet-old.exp: Ditto.
6526 * config/slite.exp: Ditto.
6527 * config/sim.exp: Ditto.
6528 * gdb.base/funcargs.exp: Ditto.
6529
6530 * lib/gdb.exp:Remove references to gdb_spawn_id.
6531 (gdb_expect): Move to remote.exp.
6532
6533Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
6534
6535 * config/monitor.exp: Detect the "Couldn't establish connection"
6536 message from GDB.
6537
6538Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
6539
6540 * gdb.base/bitfields.exp: Use runto instead of explicit
6541 gdb_run_cmd/gdb_expect sequences.
6542
6543 * gdb.base/break.exp(text_next_with_recursion): Add match for
6544 gdb_expect call.
6545
6546 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
6547 We also need to handle the "A program is being debugged already"
6548 prompt from gdb. Use gdb_test to set the baud rate.
6549
6550 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
6551 to 20000. Really. I mean it.
6552
6553Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
6554
6555 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
6556 fails. If suppress_flag is set, skip perror message about not
6557 being able to send to GDB.
6558 (send_gdb): If suppress_flag is set, don't try to send commands to
6559 GDB.
6560 (gdb_expect): If suppress_flag is set, always fail immediately.
6561 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
6562 (gdb_init): Call gdb_stop_suppressing_tests.
6563 (default_gdb_exit): Ditto.
6564 (default_gdb_start): Ditto.
6565
6566 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
6567 gdb_stop_suppressing_tests as appropriate.
6568 * gdb.base/break.exp: Ditto.
6569 * gdb.base/callfuncs.exp: Ditto.
6570 * gdb.base/commands.exp: Ditto.
6571 * gdb.base/exprs.exp: Ditto.
6572 * gdb.base/funcargs.exp: Ditto.
6573 * gdb.base/list.exp: Ditto.
6574 * gdb.base/recurse.exp: Ditto.
6575 * gdb.base/scope.exp: Ditto.
6576 * gdb.base/structs.exp: Ditto.
6577 * gdb.c++/inherit.exp: Ditto.
6578
6579Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
6580
6581 * config/vr4300.exp: New file.
6582
99707966
MC
6583 * gdb.*/*.exp: Call gdb_expect instead of expect.
6584
6585 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
6586
6587Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
6588
6589 * lib/gdb.exp(gdb_init): New function.
6590
6591 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
6592 for each individual variable set.
6593
6594 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
6595 name.
6596
6597 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
6598
6599 * gdb.base/scope.exp: Use gdb_test.
6600
6601 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
6602 aborting; the testsuite driver will do that for us (see
6603 gdb_finish). Also, use gdb_test in a few more places.
6604
6605Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
6606
6607 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
6608
6609Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
6610
6611 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
6612 and "add_tests" are not at the same address.
6613
6614Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
6615
6616 * gdb.base/ptype.exp: Use gdb_test.
6617
6618Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
6619
6620 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
6621 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
6622 left in. No longer expect them to fail.
6623
6624 * gdb.stabs/*.mt; Deleted, no longer used.
6625 * gdb.stabs/configure.in: Remove references to target makefile
6626 frags.
6627 * gdb.stabs/configure: Rebuilt.
6628
6629 * gdb.disasm/*.mt: Deleted, no longer used.
6630 * gdb.disasm/configure.in: Remove references to target makefile
6631 frags. Use "sh3.s" as the unique filename for this directory.
6632 * gdb.disasm/configure: Rebuilt.
6633
6634 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
6635 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
6636 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
6637
6638Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
6639
6640 * config/udi.exp: Use mondfe,name instead of remote_host.
6641
6642Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
6643
6644 * gdb.base/watchpoint.exp: Don't expect a failure when calling
6645 a function with a watchpoint enabled on the mn10200.
6646
6647 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
6648 before trying to create it!
6649
6650Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
6651
6652 * config/vx.exp: Use hostname instead of netport.
6653
6654 * config/vxworks.exp: New file.
6655
6656 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
6657
6658 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
6659 gdb before assuming everything worked. Send a ^C if a timeout
6660 occurs.
6661
6662 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
6663 $gdb_spawn_id directly.
6664 (gdb_run_cmd): Try _start as well as start. Use the target feature
6665 gdb,start_symbol as the symbol to start from when jumping.
6666
6667Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
6668
6669 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
6670 redundant) test.
6671
6672 * gdb.base/recurse.exp: Relax final value test for 'b' so that
6673 it doesn't lose for 16bit integer systems.
6674
6675Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
6676
6677 * gdb.fortran/types.exp: If the target doesn't support "double"
6678 data types, then expect "real" types to only be 4 bytes.
6679
6680 * gdb.c++/virtfunc.exp: Expect failure for virtual function
6681 call tests if the target doesn't support inferior function calls.
6682
6683 * gdb.base/printcmds.exp: Allow minor deviation in FP values
6684 in printf tests.
6685
6686Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
6687
6688 * gdb.base/help.exp: Disable "help set", "help show", and
6689 "help support". Simplify regexp for "help stack".
6690
6691 * gdb.base/default.exp: Set match_max to 5000 and the timeout
6692 to 60 seconds. Temporarily set match_max to 15000 around the
6693 "info copying" test.
6694
6695 * gdb.base/nodebug.exp: Don't try to do an inferior function
6696 call if the target doesn't support them.
6697 * gdb.base/printcmds.exp: Likewise.
6698 * gdb.base/setvar.exp: Likewise.
6699 * gdb.base/structs.exp: Likewise.
6700 * gdb.c++/templates.exp: Likewise.
6701 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
6702
6703 * gdb.base/recurse.exp: Enable for the mn10200.
6704
6705 * configure.in: Do configure gdb.stabs directory for *-*-elf
6706 targets.
6707 * configure: Rebuilt.
6708
6709 * gdb.base/break.exp: Check for gdb,noresults before testing
6710 exit status and/or results from the target.
6711 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
6712 * lib/gdb.exp: Remove old (now bogus) initialization of
6713 noinferior, noargs, noresults and nosignals.
6714
6715Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
6716
6717 * config/sh.exp: New file.
6718
6719 * config/slite.exp: Try to connect multiple times to the board
6720 before rebooting. Only send a "monitor run" if need_monitor_run
6721 is set.
6722
6723 * gdb.base/break.exp: Don't do the "stub continue" test if
6724 the target has gdb_stub set.
6725
6726 * gdb.base/callfuncs.exp: Increase the timeout.
6727
6728 * gdb.base/interrupt.exp: Don't even try to compile the testcase
6729 if the target has gdb,noinferiorio set.
6730
6731 * gdb.base/list.exp: Increase match_max to 10000 characters.
6732
6733 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
6734
6735 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
6736 target.
6737
6738 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
6739
6740Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
6741
6742 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
6743 trying to delete the copy of gdb. Catch the file delete so we
6744 don't die if the delete fails; also, the file should be copied to
6745 the host, not to the build.
6746
6747Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
6748
6749 * lib/gdb.exp(gdb_test): Surround the result pattern with
6750 parenthesis in case it contains multiple regexps separated
6751 with |.
6752
6753 * gdb.base/watchpoint.exp: Use gdb_test.
6754 * gdb.base/default.exp: Ditto.
6755
6756Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
6757
99707966 6758 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
beb998c6 6759
c906108c
SS
6760 * gdb.base/scope.exp: Use gdb_test.
6761 * gdb.c++/classes.exp: Ditto.
6762 * gdb.c++/inherit.exp: Ditto.
6763
6764Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
6765
6766 * gdb.base/crossload.exp: Don't use execute_anywhere, use
6767 remote_exec instead.
6768 * gdb.base/corefile.exp: Don't be ridiculous.
6769 * gdb.base/*.c: Add missing stub invocations.
6770
6771Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
6772
6773 * config/slite.exp: Miscellaneous fixes.
6774
6775 * lib/gdb.exp: Fix runto.
6776
6777 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
6778 the target.
6779
6780 * gdb.base/watchpoint.exp: Fix regexp.
6781
6782 * lib/gdb.exp(default_gdb_exit): Add a catch to the
6783 close and wait commands, as the descriptor may now be
6784 invalid. Always call "remote_close host".
6785
6786Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
6787
6788 Major rewrite for testsuite revision.
beb998c6 6789
c906108c
SS
6790 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
6791 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
6792 instead of relying on spawn_id to always contain a valid
6793 spawn id.
6794 (get_compiler_info): New procedure to build the ${binfile}.ci
6795 file, instead of replicating this in N different places.
6796 (gdb_compile): New procedure.
beb998c6 6797
c906108c
SS
6798 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
6799 appropriate arguments) instead of compile. Use gdb_test in a lot
6800 more places. Use send_gdb instead of send. Always run gdb_start
6801 at the start of a testcase, as this is no longer done magically.
6802
6803 config/*-gdb.exp: Rename without the -gdb suffix.
6804
6805 config/mips.exp: Use remote_close instead of exit_remote_shell.
6806 config/monitor.exp: Use target_info instead of looking at
6807 baud, timeout, etc.
6808 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
6809
6810Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6811
6812 * gdb.c++/templates.exp (test_ptype_of_templates),
6813 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
6814 Update expect patterns for destructors and assignment operators
6815 to match corresponding c-typeprint.c changes.
6816 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
6817 to destructor breakpoint test, GDB should be able to set the
6818 destructor breakpoint without specifying arguments.
6819
6820Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
6821
6822 * gdb.threads/pthreads.exp: Change result for failure to compile due
6823 to lack of pthreads runtime support from an error to simply an
6824 unsupported test, per dejagnu standards.
6825
6826Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6827
6828 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
6829 where GDB exits to reduce pattern match time.
6830 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
6831
6832 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
6833
dc96c6c7 6834Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6835
6836 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
6837 * gdb.base/default.exp: ditto.
6838 * gdb.base/nodebug.exp: ditto.
6839 * gdb.base/printcmds.exp: ditto.
6840 * gdb.base/ptype.exp: ditto.
6841 * gdb.base/setvar.exp: ditto.
6842 * gdb.base/structs.exp: ditto.
6843 * gdb.base/setshow.c: Guard against uninitialized values of argc.
6844
6845Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
6846
6847 * configure, */configure: Rebuild with autoconf 2.12.
6848
6849Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
6850
6851 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
6852 use new i*86-pc-linux*-gnu quads.
6853 * gdb.base/corefile.exp: Ditto.
6854 * gdb.base/signals.exp: Ditto.
6855 * gdb.base/sigall.exp: Ditto.
6856 * gdb.base/interrupt.exp: Ditto.
6857
6858 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
6859 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
6860 RedHat 4.0.
beb998c6 6861
c906108c
SS
6862 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
6863 linux. This allows the test case to at least compile on latest
6864 linux, but still not run due to missing the threads runtime library.
6865
6866Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6867
6868 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
6869 directory to search gdb directory. Accept and step over conditional
6870 stack alignment code. Consume $prompt in failure cases.
6871 Reset timeout to $oldtimeout instead of some arbitrary value.
6872 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
6873 timeout problems with infinite stack backtraces.
6874 * gdb.base/ptype.exp (ptype struct link, union tu_link):
6875 Accept function parameters for linkfunc member.
6876
6877Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
6878
6879 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
6880 (CXXFLAGS): Remove, unreferenced.
6881 (B_OPTIONS): Add for -B options and add code to initialize with
6882 previous -B options and also add -B option to pick up cross compiled
6883 runtime.
6884 (TARGET_INCLUDES): Add for -I options and add code to initialize when
6885 doing cross compiles.
6886 (target_alias): Declare global.
6887 (xgcc): Set variable to full path of gcc in build tree. Use findfile
6888 to verify that gcc exists in build tree, and if so set CC to that
6889 gcc and to use B_OPTIONS and TARGET_INCLUDES.
beb998c6 6890
c906108c
SS
6891Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
6892
6893 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
6894 ptype test for anonymous union. Fixup testcase to match
6895 current gcc debug output.
6896
6897Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
6898
6899 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
6900 force argument to an unsigned long type.
6901
6902Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
6903
6904 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
6905 tests and anonymous union print/ptype tests.
6906 * gdb.base/list.exp (test_forward-search): Increase timeout by
6907 5 minutes for the "search extremely long line" case.
6908 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
6909 completely optional and that the pass/fail messages use the command as
6910 the message if that third arg is a null string.
6911 (gdb_test_exact): Arrange that a null string pattern means match a
6912 null string output rather than any output, which might include random
6913 errors.
6914 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
6915 backtrace test.
6916 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
6917 always failing and failure is now exposed by gdb.exp changes.
6918
6919Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
6920
6921 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
6922 weren't being noted.
6923
6924Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6925
6926 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
6927 * gdb.stabs/weird.exp: Remove v_comb xfails.
6928
dc96c6c7 6929Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6930
6931 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
6932 list.exp scope.exp watchpoint.exp]
6933 Make all timeout error msgs explicitly say "(timeout)".
beb998c6 6934
dc96c6c7 6935Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6936
6937 * config/monitor.exp: Increase download timeout to 1000 seconds.
6938
dc96c6c7 6939Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6940
6941 * config/m32r.exp: Increase timeout to 120 seconds.
6942
6943Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
6944
6945 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
6946 and accept older ordering as obsolescent gcc or gdb.
6947 * gdb.c++/templates.exp: Ditto.
6948 * gdb.c++/virtfunc.exp: Ditto.
6949
6950Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
6951
6952 * gdb.base/coremaker.c: Add code to mmap some data so we
6953 can check that it ends up in the core file.
6954 * gdb.base/corefile.exp: Add test to read mmapped data
6955 from core file.
6956
dc96c6c7 6957Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6958
6959 * config/m32r.exp: New file.
6960
6961Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
6962
6963 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
6964 that cflags can contains -gstabs, and work correctly for other tests.
6965
dc96c6c7 6966Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6967
6968 * gdb.base/setshow.exp: New file, tests show and set.
6969 * gdb.base/setshow.c: New file, tests show and set.
6970 * gdb.base/help.exp: Add test for help set|show annotate.
6971 * gdb.base/default.exp: Add test for set|show annotate.
6972
6973Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
6974
6975 * testsuite/gdb.base/break.exp: Make backtrace from factorial
6976 errors unique.
6977 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
6978 explicitly.
6979
6980Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
6981
6982 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
6983 and width commands. This is done elsewhere.
6984 * (gdb_start): Don't call gdb_start_sim here. That's already
6985 done in gdb_load. This fixes lots of failures in default.exp.
6986
6987Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
6988
6989 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6990 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
6991 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
6992 in the same we we treat other failures (since it may be an expected
6993 condition), rather than as an error.
6994 * gdb.base/signals.exp (test_handle_all_print): Revert back to
6995 old test format.
6996
6997Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
6998
6999 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
7000 (distclean maintainer-clean realclean): No need to remove files
7001 twice. Nuke the duplicates.
7002 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
beb998c6 7003 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
7004 Remove config.h along with other config files.
7005
7006Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
7007
7008 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
7009 "p func1 ()" and note that rests of tests are skipped.
7010 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
7011 setup_xfails for "print func2::coremaker_local".
7012 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
7013 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
7014 affected by the previous run test.
7015 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
7016 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
7017 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
7018 "pass int powerset tuple" and "pass modeless int powerset tuple".
7019 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
7020 "real write 4" and "real write 8".
7021 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
7022 setup_xfails for "print vs1 after tuple assign 2",
7023 "print \$i after tuple assign 2", and
7024 "print vs2 after tuple assign 2".
7025 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
7026 meaningful error message and return -1 so the caller can
7027 suppress further tests and avoid a cascade of errors.
beb998c6 7028
c906108c
SS
7029Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
7030
7031 * gdb.base/a1-selftest.exp: Tweak tests to account for new
7032 format for printing version.
7033 * gdb.base/default.exp: Ditto.
7034 * gdb.base/interrupt.exp: Fix problem with cascade of
7035 errors if child process dies while calling a function.
beb998c6 7036
c906108c
SS
7037Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
7038
7039 * Makefile.in (VPATH): Add
7040 * Makefile.in (Makefile, config.status): Fix rules so things get
7041 remade when necessary.
7042
7043Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
7044
7045 * Makefile.in (just-check): Add path to sibling expect dir
7046 to environment variable specified by RPATH_ENVVAR.
7047
7048Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
7049
7050 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
7051 (just-check): Add shared library paths for libstdc++, tk,
7052 tcl, bfd, and opcodes to the environment variable specified
7053 in RPATH_ENVVAR.
7054 * configure.in: Add support to recognize --enable-shared flag
7055 and generate correct value for RPATH_ENVVAR.
7056 * configure: Regenerated with autoconf.
7057
7058Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
7059
7060 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
7061 include all osf versions.
7062 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
7063 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
7064 when target is linux. When failing to build pthreads test
7065 executable, give more meaningful message.
7066 * gdb.threads/pthreads.c: Hpux also uses old definition of second
7067 arg for pthread_create.
beb998c6 7068
c906108c
SS
7069Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
7070
7071 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
7072 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
7073 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
7074 and -lpthreads (everybody else).
7075 (test_startup): Fail gracefully if threads are not supported.
7076 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
7077 "p/c array_index("abcdef",2)" when not gcc compiled.
7078 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
7079 "print func2::coremaker_local" when not gcc compiled.
7080 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
7081 "ptype on opaque struct tagname (statically)",
7082 "ptype on opaque struct tagname (dynamically) 1", and
7083 "ptype on opaque struct tagname (dynamically) 2"
7084 for not compiled with gcc.
7085 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
7086 backtrace when compiled with gcc.
beb998c6 7087 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
7088 than always return success.
7089
7090Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
7091
7092 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
7093
7094Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
7095
7096 * gdb.base/structs.exp: Undo last change.
7097
7098Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
7099
7100 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
7101 encapsulate all the steps/nexts done during self test, starting
7102 at main, and makes them less sensitive to optimization issues.
7103 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
7104 signal handler" test.
7105 * gdb.threads/pthreads.exp: Only run this for native configs.
7106 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
7107 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
7108 tests.
7109 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
7110 for "runto test_calls(void)" test.
beb998c6 7111
c906108c
SS
7112Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
7113
7114 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
7115 and don't expect address info in breakpoint confirmations.
7116
7117Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
7118
7119 * gdb.base/list.exp (test_forward_search): Increase timeout
7120 temporarily by 60 seconds for searching extremely long line,
7121 and then reset to old value when done. Increase expect input
7122 buffer to 10000.
7123
7124Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
7125
7126 * gdb.base/list.exp (test_forward_search): Fix to handle very
7127 long source line without overflowing expect's input buffer.
7128
7129Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
7130
7131 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
7132 "buffer_full".
7133
7134 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
7135 "buffer_full".
7136
7137 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
7138 "buffer_full".
7139
7140 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
7141 "buffer_full".
7142
7143Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
7144
7145 * configure.in (configdirs): Add gdb.threads.
7146 * configure: Regenerated with autoconf.
7147 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
7148 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
7149 * gdb.threads/configure: New, generated with autoconf.
beb998c6 7150
c906108c
SS
7151Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
7152
7153 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
7154
7155Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
7156
7157 * gdb.base/signals.exp (test_handle_all_print): Test separately for
7158 each signal's status in the output of "handle all print".
7159 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
7160 the \r\n sequence that immediately precedes the gdb prompt.
7161 * gdb.base/a1-selftest.exp: Save original timeout and restore
7162 after test.
7163
7164Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
7165
7166 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
7167 symbol.
7168
7169Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7170
7171 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
7172
7173Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
7174
7175 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
7176 timeout by 60 seconds.
7177
7178Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
7179
7180 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
7181 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
7182 error return.
7183
7184Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
7185
7186 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
7187 gdb initialization, also report how long dejagnu waited. Restore
7188 old timeout before doing error return. Temporarily increase timeout
7189 by 3 minutes to allow for slow startups over heavy NFS use.
7190
7191Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
7192
7193 * lib/gdb.exp: Report timeout value for verbosity level 2.
7194 * config/gdbserver.exp: Ditto.
7195 * config/hppro.exp: Ditto.
7196 * config/mips-gdb.exp: Ditto.
7197 * config/monitor.exp: Ditto.
7198 * config/netware.exp: Ditto.
7199 * config/sim-gdb.exp: Ditto.
7200 * config/slite-gdb.exp: Ditto.
7201 * config/udi-gdb.exp: Ditto.
7202 * config/unix-gdb.exp: Ditto.
7203 * config/vx-gdb.exp: Ditto.
7204 * gdb.base/a1-selftest.exp: Ditto.
7205 * gdb.base/a2-run.exp: Ditto.
7206 * gdb.base/break.exp: Ditto.
7207 * gdb.base/corefile.exp: Ditto.
7208 * gdb.base/list.exp: Ditto.
7209 * gdb.base/recurse.exp: Ditto.
7210 * gdb.base/scope.exp: Ditto.
7211 * gdb.base/signals.exp: Ditto.
7212
7213Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7214
7215 * gdb.threads/Makefile.in (docdir): Removed.
7216
7217Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7218
7219 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
beb998c6 7220 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 7221 @srcdir@.
beb998c6 7222 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
7223 autoconf 2.5 or higher.
7224 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
7225
7226Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
7227
7228 * configure: Regenerated.
7229 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
7230 avoid name clashes with SunOS headers.
7231
7232Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
7233
7234 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
7235
7236Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
7237
7238 * gdb.base/callfuncs.exp: Finish last change -- make sure the
7239 prototype information ends up in the compiler info file.
7240
7241Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
7242
7243 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
7244 attempting to regenerate it. Eliminate use of a temporary file
7245 and just generate the info file directly. Source it immediately,
7246 for consistency of use.
7247 * gdb.base/corefile.exp: Ditto
7248 * gdb.base/exprs.exp: Ditto.
7249 * gdb.base/funcargs.exp: Ditto.
7250 * gdb.base/langs.exp: Ditto.
7251 * gdb.base/list.exp: Ditto.
7252 * gdb.base/mips_pro.exp: Ditto.
7253 * gdb.base/nodebug.exp: Ditto.
7254 * gdb.base/opaque.exp: Ditto.
7255 * gdb.base/ptype.exp: Ditto.
7256 * gdb.base/scope.exp: Ditto.
7257 * gdb.base/setvar.exp: Ditto.
7258 * gdb.base/signals.exp: Ditto.
7259 * gdb.base/whatis.exp: Ditto.
7260 * gdb.c++/templates.exp: Ditto.
7261 * gdb.c++/virtfunc.exp: Ditto.
7262 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
7263 whether or not to add -lstdc++ to the compile command line args.
7264
7265Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7266
7267 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
7268 it got fixed by the recent lookup_minimal_symbol_by_pc change.
7269 Increase timeout, a lot of single stepping might be needed if the
7270 target has no hardware watchpoints.
7271
7272Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
7273
7274 * gdb.base/break.exp: Ignore compiler warnings when compiling
7275 break.c.
7276 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
7277 * gdb.base/default.exp: Add h8300 xfails. Handle messages
7278 from remote-sim.
7279 * gdb.base/exprs.exp: Add h8300 xfails.
7280 * gdb.base/funcargs.exp: Likewise.
7281 * gdb.base/nodebug.exp: Likewise.
7282 * gdb.base/printcmds.exp: Likewise.
7283 * gdb.base/ptype.exp: Likewise.
7284 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
7285 h8300 xfails.
beb998c6 7286 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
7287 on the h8300.
7288 * gdb.base/funcargs.c: Explicitly make last constant argument to
7289 call_after_alloca_subr an unsigned long type.
7290 * gdb.base/return.c: Include stdio.h.
7291
7292Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
7293
7294 * config/abug.exp: New file for the older Motorola Bug monitor
7295 that runs on the mvme13x series VME boards.
7296 * config/monitor.exp: Use the new config array for target settings
7297 if they exist.
7298
7299Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
7300
7301 * sim-gdb.exp: Make the SH simulator allocate less space when
7302 it is targeted.
7303
7304Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
7305
7306 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
7307 test.
7308
7309Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
7310
7311 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
7312 "rs6000-*-*" for "list function in include file" when gcc compiled.
7313 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
7314 for "p ctable1[120]".
7315 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
7316 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
7317 Remove setup_xfail for "rs6000-*-*" for
7318 "print 'scope0.c'::filelocal before run".
7319 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
7320 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
7321 since some compilers don't allow both options to be given
7322 on the same command line. Create object file and move it.
beb998c6 7323
c906108c
SS
7324Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
7325
7326 * gdb.base/corefile.exp: Always regenerate the core file, since
7327 we always regenerate the coremaker program. Detect special case
7328 where registers cannot be read from core file.
beb998c6 7329
c906108c
SS
7330Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
7331
7332 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7333 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
7334 * gdb.c++/templates.exp: Only match on basename of file since
7335 some formats like xcoff don't encode directory information.
7336 * gdb.stabs/weird.exp: Use the right sed script for powerpc
7337 and rs6000 AIX xcoff targets.
7338 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
7339 * configure: Regenerate.
7340 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
7341 here, rather than in distclean.
beb998c6 7342
c906108c
SS
7343Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
7344
7345 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
7346 defined, and use it to compile the test case with -O2. The
7347 native compilation still uses no optimization.
7348 * gdb.base/mips_pro.c: Remove inline assembly code since
7349 it is compiled PIC by default, which results in assembler
7350 warnings that make the testsuite think the compilation
7351 was unsuccessful.
7352
7353Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
7354
7355 * gdb.c++/misc.exp: Add note to message for
7356 "print s.a for foo struct" that this is a known gcc 2.7.2
7357 and earlier bug.
7358
7359Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
7360
7361 * gdb.base/break.exp: Fix pattern for matching "Delete all
7362 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
7363 setup_xfail for deleting all breakpoints test. Fix various
7364 timeout messages to include "(timeout)".
7365 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
7366 for "p t_float_values2(3.14159,float_val2)".
7367 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
7368 for "continue to call2g" when gcc compiled.
7369 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
7370 "up to foo in langs.exp", "show language at foo in langs.exp",
7371 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
7372 and "show language at fsub in langs.exp".
7373 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
7374 "list line 1 in include file", "list message for lines past EOF",
7375 "list function in include file", "list list0.h:foo", and
7376 "list filename:function; nonexistant function".
7377 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
7378 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
7379 and "ptype t_char_array" to be for native cc only.
beb998c6 7380
c906108c
SS
7381Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
7382
beb998c6 7383 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
7384 setup_xfail for "print coremaker_bss", "print coremaker_ro",
7385 "print func2::coremaker_local", and "backtrace in corefile.exp".
7386
7387Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
7388
7389 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
7390 "bt in signals.exp". This problem only appears when running
7391 the testsuite, and then only intermittently.
7392
7393Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
7394
7395 * gdb.base/return.exp (return_tests): Differentiate between
7396 two tests of continuing.
7397
7398Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
7399
7400 * */Makefile.in (maintainer-clean): Remove config.log.
7401 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
7402 * gdb.c++/Makefile.in (PROGS): Add inherit.
7403 (clean): Remove *.ci.
7404
7405Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
7406
7407 * gdb.c++/misc.cc: Add test code from Mike Stump.
7408 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
7409
7410Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
7411
7412 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
7413 to "alpha-*-osf2*" and add comment.
7414 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
7415 setup_xfail for "step over execarg initialization" and
7416 "step over corearg initialization".
7417 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
7418 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
7419 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
7420 gcc compiled for "print coremaker_bss", "print coremaker_ro",
7421 "print func2::coremaker_local", and "backtrace in corefile.exp".
7422 * gdb.base/signals.exp: Build and source signals.ci.
7423 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
7424 to be for gcc only.
7425 * lib/gdb.exp: Move verbose statements outside conditionals.
beb998c6 7426
c906108c
SS
7427Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7428
7429 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
7430 Feb 3 procfs.c change.
7431
7432Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
7433
7434 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
7435
7436Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
7437
7438 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
7439 from dejagnu's apparent default of 10 seconds, which gives random
7440 results when running the tests over NFS on moderately loaded systems.
7441 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
7442
7443Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
7444
7445 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
7446 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
7447 result reports.
7448
7449Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
7450
7451 * configure.in (CY_AC_PATH_TCLH): Remove.
7452 * configure: Regenerate.
7453
7454Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
7455
7456 * gdb.c++/Makefile.in (clean): Add missing '{'.
7457
7458Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
7459
7460 * lib/gdb.exp: Provide a default value for noinferior.
7461
7462 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
7463 Load libgloss.exp.
7464
7465Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
7466
7467 * gdb.disasm/hppa.exp: Compile directly into an executable, use
7468 the executable, not the .o to run the tests from.
7469
7470Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
7471
7472 * gdb.base/break.exp: Don't test for program exit or exit status
7473 if $noresults if nonzero.
7474 * gdb.base/langs.exp: Likewise.
7475 * gdb.base/watchpoint.exp: Likewise.
7476
7477 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
7478 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
7479 trying to compile the testcase.
7480
7481Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
7482
7483 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
7484 * gdb.base/signals.exp (continue to handler): Likewise.
7485
7486Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
7487
7488 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
7489
7490 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
7491
7492Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
7493
7494 * gdb.base/corefile.exp: Recognize "not found" as failure
7495 when trying to determine if a core file was generated.
7496 If no core file was generate the first time, try again without
7497 the ulimit -c to work around braindamaged shells.
7498
7499Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
7500
7501 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
7502 [] tests with "test" and enclose string in quotes.
7503 * gdb.stabs/configure: Rebuild
beb998c6 7504
c906108c
SS
7505Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
7506
7507 Changes in sync with expect:
7508 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
7509 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
7510 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
7511 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
7512 argument to AC_REQUIRE.
7513 * configure: Regenerated.
7514
7515Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
7516
7517 * gdb.base/corefile.exp: When generating a core, discard any
7518 error messages about ulimit not found and the "core dumped"
7519 message from the shell that runs the coredumper.
7520
7521Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
7522
7523 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
7524
7525 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
7526 which sed script to run. Expect failure for v_comb test
7527 on PA targets too.
beb998c6 7528
c906108c
SS
7529Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
7530
7531 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
7532 "print func2::coremaker_local" and for "backtrace in corefile.exp"
7533
7534Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
7535
7536 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
7537 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
7538 "sparc-sun-solaris*" xfails for "p v_comb".
7539 * lib/gdb.exp (default_gdb_start): Fix typo.
7540 * gdb.base/corefile.exp: Allow "Core was generated by ..."
7541 messages to not include the full program name that caused
7542 the core dump since some systems (such as solaris) apparently
7543 truncate this path to about 80 characters.
7544 When generating a core file first try increasing the core file
7545 size limit to unlimited since some systems may default it to
7546 zero, and it is harmless to try it. Move the test for failing
7547 to generate a core file to where it will actually get executed.
7548 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
7549 new gdb result from g++ debug info improvements and make old
7550 pattern obsolescent. Also account for size_t differences
7551 (may be int or long).
7552 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
7553 initialization before function call is placed in the delay slot
7554 and thus appears to be skipped over by commands such as "next".
7555
7556Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
7557
7558 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
7559
7560Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
7561
7562 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
7563 input source file; fix code to compile test to deal with this
7564 convention.
7565 * gdb.c++/*.exp: Likewise.
7566
7567Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
7568
7569 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
7570 "bt in signals.exp".
7571
7572Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
7573
7574 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
7575 "step over execarg initialization" and
7576 "step over corearg initialization".
7577
7578Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
7579
7580 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
7581 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
7582
7583Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
7584
7585 From Rob Savoye (rob@poseidon.cygnus.com)
7586 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
7587 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
7588 configure.in}, gdb.disasm/{Makefile.in, configure.in},
7589 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
7590 configure.in}: Major reworking for autoconfig.
7591 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
7592 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
7593 New files.
7594 * config/unix-gdb.exp: Make GDB global.
7595 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
7596 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
7597 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
7598 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
7599 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
7600 term.exp, twice.exp, watchpoint.exp, whatis.exp},
7601 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
7602 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
7603 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
7604 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
7605 pr-8136.exp, result.exp, string.exp, tuples.exp},
7606 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
7607 to returns as necessary, arrange for test to compile own testcase
7608 executable.
7609 * lib/gdb.exp: Changes for testsuite to compile own test cases.
beb998c6 7610
c906108c
SS
7611Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
7612
7613 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
7614 clear_xfail at end of test which might not call either pass or fail.
7615 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
7616 "backtrace through signal handler".
7617
7618Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7619
7620 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
7621 continuing from a job control stop signal.
7622 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
7623
7624Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
7625
7626 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
7627 * gdb.base/corefile.exp: Likewise.
7628 * gdb.base/funcargs.exp: Likewise.
7629
7630Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
7631
7632 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
7633 * config/monitor.exp: Add support for setting baud rate.
7634
7635Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
7636
7637 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
7638 i*86-*-linux* xfails for "backtrace through signal handler".
7639 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
7640 "print func2::coremaker_local".
7641 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
7642 alpha-dec-osf2* xfail for
7643 "delete all breakpoints when none".
7644
7645Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
7646
7647 * gdb.base/break.exp: Change test that deletes all breakpoints
7648 when no user breakpoints are installed. A post 4.15 change
7649 causes gdb to no longer prompt in this case.
7650
7651Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
7652
7653 * gdb.base/return.exp (return_tests): Change xfail for test
7654 "correct value returned double test" to stop xfailing at
7655 Solaris 2.5. Apparently the bug has been fixed.
7656
7657Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
7658
7659 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
7660 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
7661
7662Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
7663
7664 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
7665 * gdb.disasm/hppa.s: Corresponding changes.
7666
7667Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
7668
7669 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
7670 makefile fragment.
7671 * config/mt-hpux: Deleted.
7672
7673Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
7674
beb998c6 7675 * Many files: When warning about suppressed tests due to a
c906108c
SS
7676 nonexistant test binary, avoid incrementing the warning count.
7677
7678Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
7679
7680 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
beb998c6 7681
c906108c
SS
7682Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7683
7684 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
7685 "sparc-*-solaris2*".
7686
7687Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7688
7689 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
7690 Add global and local variables and initialize them.
7691 * gdb.base/corefile.exp: Test correct mapping of corefile sections
7692 by printing variables. Remove rs6000 and powerpc xfails, BFD now
7693 extracts the file name and terminating signal from the core file.
7694 * TODO: Remove note about tests for correct mapping of corefile.
7695 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
7696 from optimizing it away.
7697 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
7698 handles common blocks.
7699
7700Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
7701
7702 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
7703 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
7704
7705Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
7706
7707 * Makefile.in (maintainer-clean): New target, synonym for
7708 realclean.
7709 * gdb.base/Makefile.in (maintainer-clean): Likewise.
7710 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
7711 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
7712 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
7713 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
7714 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
7715
7716Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
7717
7718 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
7719 xfails when not gcc compiled for "print foo::funclocal".
7720 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
7721 "print foo::funclocal at foo",
7722 "print 'scope1.c'::foo::funclocal at foo",
7723 "print foo::funclocal_bss at foo",
7724 "print 'scope1.c'::foo::funclocal_bss at foo",
7725 "print foo::funclocal_ro at foo",
7726 "print 'scope1.c'::foo::funclocal_ro at foo",
7727 "print bar::funclocal at foo" and
7728 "print 'scope1.c'::bar::funclocal at foo".
7729 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
7730 gcc compiled for "print foo::funclocal at bar".
7731 Expand all messages to ensure that they identify that
7732 the test is at bar().
7733 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
7734 gcc compiled for:
7735 "ptype on opaque struct pointer (statically)",
7736 "ptype on opaque struct tagname (statically)",
7737 "ptype on opaque struct pointer (dynamically) 1",
7738 "ptype on opaque struct tagname (dynamically) 1",
7739 "ptype on opaque struct pointer (dynamically) 2" and
7740 "ptype on opaque struct tagname (dynamically) 2
7741 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
7742 gcc compiled for:
7743 "p datalocal"
7744 "whatis datalocal",
7745 "ptype datalocal",
7746 "p bsslocal",
7747 "whatis bsslocal", and
7748 "ptype bsslocal".
7749 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
7750 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
7751 when not gcc compiled.
7752 * gdb.base/funcargs.exp (float_and_integral_args): Add
7753 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
7754 compiled.
7755 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
7756 "backtrace from call6a" when not gcc compiled.
7757 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
7758 "backtrace from call7a" when not gcc compiled.
7759 * gdb.base/callfuncs.exp (do_function_calls):
7760 Add "hppa*-*-hpux*" xfail when not gcc compiled for
7761 "p t_char_array_values(char_array_val2,char_array_val1)",
7762 "p t_char_array_values(char_array_val1,char_array_val2)",
7763 "p t_char_array_values("carray 1","carray 2")",
7764 "p t_char_array_values("carray 1",char_array_val2)",
7765 "p t_char_array_values(char_array_val1,"carray 2")",
7766 "p sum_args(1,{2})",
7767 "p sum_args(2,{2,3})",
7768 "p sum_args(3,{2,3,4})",
7769 "p sum_args(4,{2,3,4,5})"
7770 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
7771 "backtrace in corefile.exp" when not gcc compiled.
7772
7773Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7774
7775 * gdb.base/signals.exp: Rewrite `handle all print' test as
7776 a procedure. Accept blanks or TABs as whitespace, increase
7777 timeout and expect input buffer size for the large output
7778 from the command. Remove "i*86-*-bsdi2.0" xfail.
7779
7780Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7781
7782 * gdb.base/setvar.exp: Add new testcases for truncation when
7783 assigning invalid values to bitfields.
7784
7785Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
7786
beb998c6 7787 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
7788 mips-sgi-irix* xfail for
7789 "call inferior func with struct - returns char *"
7790 and fix test so that an optional (unsigned char *) cast is
7791 accepted in the result.
7792
7793Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
7794
7795 * gdb.base/funcargs.exp (float_and_integral_args): Remove
7796 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
7797 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
7798 * gdb.base/signals.exp: Remove duplicate "handle all print" test
7799 that accidentally got checked in.
7800
7801Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
7802
beb998c6 7803 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
7804 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
7805 compiled test.
7806 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
7807 Add mips-sgi-irix5* xfail for not gcc compiled.
7808 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
7809 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
7810 "p top", "whatis top", "p middle", and "whatis middle".
7811 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
7812 "whatis signed char" for not gcc compiled.
7813 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
7814 "set variable signed char=-1 (-1)" and
7815 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
7816 * gdb.base/funcargs.exp (float_and_integral_args):
7817 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
7818 Add mips-sgi-irix* xfail when not gcc compiled for
7819 "continue to call2b".
7820 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
7821 "continue to call2g".
7822 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
7823 "backtrace from call6a"
7824 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
7825 "backtrace from call7k".
7826 Add mips-sgi-irix5* xfail when not gcc compiled for
7827 "backtrace from call7a".
7828 (localvars_after_alloca): Fix gdb_test cmds for
7829 "print * after runto ...".
7830 Remove rs6000-*-* xfails for
7831 "print i after runto localvars_after_alloca" and
7832 "print l after runto localvars_after_alloca"
7833 for all compilers.
7834 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
7835 when not compiled with gcc, for:
7836 "print signed char == (minus)",
7837 "print signed char != (minus)",
7838 "print signed char < (minus)",
7839 "print signed char > (minus)".
7840 * gdb.base/callfuncs.exp (do_function_calls):
7841 Add mips-sgi-irix* xfail, when compiled with native compiler, for
7842 "call inferior func with struct - returns char *".
beb998c6 7843 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
7844 "correct value returned double test" to include Solaris 2.4.
7845 * gdb.base/funcargs.exp (float_and_integral_args):
7846 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
beb998c6 7847
c906108c
SS
7848Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7849
7850 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
7851 enumeration bitfields if compiling with GNU C.
7852 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
7853 to empty' prompt.
7854
7855Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
7856
7857 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
7858 test for PRO targets.
7859
7860 * gdb.base/funcargs.exp: Avoid ever setting more than 8
7861 breakpoints in the inferior at any given time by making
7862 two groups of breakpoints for call2*, call6* and call7*
7863 tests.
7864
7865Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7866
7867 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
7868 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
7869 from optimizing it away.
7870 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
7871 "call inferior func with struct".
7872
7873Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
7874
7875 * configure.in: Only configure gdb.chill for particular targets.
7876
7877Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
7878
7879 * gdb.base/Makefile.in: Add action to .c.o transformation
7880 rule that generates a .ci file for each .o file and remove
7881 explicit .c.o rules except for callfuncs.o.
7882 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
7883 generates a .ci file for each .o file and remove explicit
7884 .cc.o rules.
7885 (clean): Remove *.tmp *.ci files.
7886 (EXECUTABLES): Remove templ-info.exp.
7887 * gdb.base/compiler.c: New file.
7888 * gdb.c++/compiler.cc: New file
7889 * gdb.base/scope.exp: Source gdb.base/scope.ci.
7890 Change rs6000-*-* xfail for
7891 "print 'scope0.c'::filelocal_ro" and
7892 "print 'scope1.c'::filelocal" and
7893 "print 'scope1.c'::filelocal_bss" and
7894 "print 'scope1.c'::filelocal_ro" and
7895 "print 'scope1.c'::foo::funclocal" and
7896 "print 'scope1.c'::foo::funclocal_ro" and
7897 "print 'scope1.c'::bar::funclocal" and
7898 "print 'scope0.c'::filelocal_ro" and
7899 "print 'scope1.c'::filelocal at foo" and
7900 "print 'scope1.c'::filelocal_bss at foo" and
7901 "print 'scope1.c'::filelocal_ro at foo" and
7902 "print 'scope1.c'::foo::funclocal at foo" and
7903 "print 'scope1.c'::foo::funclocal_bss at foo" and
7904 "print 'scope1.c'::foo::funclocal_ro at foo" and
7905 "print 'scope1.c'::bar::funclocal at foo" and
7906 "print 'scope0.c'::filelocal_ro" and
7907 "print 'scope1.c'::filelocal" and
7908 "print 'scope1.c'::filelocal_bss" and
7909 "print 'scope1.c'::filelocal_ro" and
7910 "print 'scope1.c'::foo::funclocal" and
7911 "print 'scope1.c'::foo::funclocal_bss" and
7912 "print 'scope1.c'::foo::funclocal_ro" and
7913 "print 'scope1.c'::bar::funclocal" and
7914 "print 'scope1.c'::bar::funclocal_bss"
7915 to only be xfail'd when not compiled with gcc.
beb998c6 7916 Add rs6000-*-* xfail for
c906108c
SS
7917 "print 'scope0.c'::filelocal_bss before run"
7918 when compiled with gcc.
7919 (test_at_main): Add rs6000-*-* xfail for
7920 "print filelocal_ro in test_at_main"
7921 when compiled with gcc.
7922 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
beb998c6 7923 Add rs6000-*-aix* xfail for
c906108c
SS
7924 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
7925 "ptype t_char_array", not compiled with gcc.
7926 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
7927 xfail for "list foo (in include file)" when gcc compiled.
7928 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
7929 (integral_args): Add rs6000-*-* xfail for
7930 "run to call0a" if not compiled with gcc.
7931 (unsigned_integral_args): Add rs6000-*-* xfail for
7932 "run to call1a" if not compiled with gcc.
7933 (float_and_integral_args): Add rs6000-*-* xfail for
7934 "run to call2a" if not compiled with gcc and for
7935 "continue to call2b" for any compiler.
7936 Add rs6000-*-* xfail to
7937 "print f1 after run to call2a" for gcc compiled.
7938 (discard_and_shuffle): Add rs6000-*-* xfail for
7939 "run to call6a".
7940 (shuffle_round_robin): Add rs6000-*-* xfail for
7941 "backtrace from call7a" if not compiled with gcc.
7942 Add rs6000-*-* xfail for
7943 "backtrace from call7b" if compiled with gcc.
7944 (call_after_alloca): Add rs6000-*-* xfail for
7945 "print c in call_after_alloca" and
7946 "print s in call_after_alloca" and
7947 "backtrace from call_after_alloca_subr"
7948 if not compiled with gcc.
7949 (localvars_in_indirect_call): Add rs6000-*-* xfail for
7950 "print c in localvars_in_indirect_call" and
7951 "print c in localvars_in_indirect_call" and
7952 "backtrace in indirectly called function" and
7953 "stepping into indirectly called function"
7954 if not compiled with gcc.
7955 (localvars_after_alloca): Add rs6000-*-* xfail for
7956 "print c after runto localvars_after_alloca" and
7957 "print s after runto localvars_after_alloca" and
7958 "print i after runto localvars_after_alloca" and
7959 "print l after runto localvars_after_alloca"
7960 for all compilers.
7961 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
7962 than whatis-info.exp.
7963 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
7964 than opaque-info.exp.
7965 Setup rs6000-*-* xfail for
beb998c6 7966 "ptype on opaque struct pointer (statically)" and
c906108c
SS
7967 "ptype on opaque struct pointer (dynamically)" when
7968 not compiled with gcc.
7969 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
7970 rather than callf-info.exp.
7971 (do_function_calls): Add clear_xfail for rs6000-*-* for
7972 "p t_float_values2(3.14159,float_val2)". Seems to work
7973 fine there, both with xlc and gcc. Need to find out what
7974 it is doing right and fix other platforms.
7975 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
7976 "call inferior func with struct - returns int",
7977 "call inferior func with struct - returns long",
7978 "call inferior func with struct - returns float",
7979 "call inferior func with struct - returns double",
7980 "call inferior func with struct - returns char *",
7981 but only if not gcc compiled (presumes xlc compiled).
7982 Change rs6000-*-* xfails for
7983 "call inferior func with struct - returns char" and
7984 " call inferior func with struct - returns short" to only
7985 xfail if not using gcc.
7986 (clean mostlyclean): Remove *.ci and *.tmp files.
7987 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
7988 than templ-info.exp.
7989 * gdb.base/langs.exp: Source gdb.base/langs.ci.
7990 Add rs6000-*-* xfail for "up to foo in langs.exp"
7991 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
7992 when not gcc compiled.
beb998c6 7993
c906108c
SS
7994Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7995
7996 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
7997 * gdb.base/corefile.exp: Likewise.
7998 * gdb.base/list.exp: Likewise.
7999 * gdb.base/scope.exp: Likewise.
8000 * gdb.base/siganls.exp: Likewise.
8001
8002 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
8003 compiler output.
8004 * gdb.base/whatis.exp: Likewise.
8005
8006Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
8007
8008 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
8009 failure (opcode table has been fixed to match reality).
8010
8011Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
8012
8013 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
8014 "call inferior func with struct - returns char",
8015 "call inferior func with struct - returns short"
8016
8017 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
8018 "print 'scope0.c'::filelocal at main",
8019 "print 'scope0.c'::filelocal_bss in test_at_main",
8020 "print 'scope0.c'::filelocal at foo",
8021 "print 'scope0.c'::filelocal_bss in test_at_foo",
8022 "print 'scope0.c'::filelocal at bar",
8023 "print 'scope0.c'::filelocal_bss in test_at_bar"
beb998c6 8024
c906108c
SS
8025 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
8026 in source file 1". This bug seems to have been fixed with both
8027 gcc and native cc (was native assembler bug?).
8028
8029Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
8030
8031 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
8032 "backtrace through signal handler" to "i*86-*-sysv4*".
8033 * gdb.base/signals.exp: Add xfail for "'next' behaved as
8034 continue" case. Add "known SVR4 bug" to fail message.
8035 Add "i*86-*-bsdi2.0" xfail for "handle all print".
8036 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
8037 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
8038 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
8039 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
8040 "up to foo in langs.exp", "show language at foo in
8041 langs.exp", "up to cppsub_ in langs.exp", "show
8042 language at cppsub_ in langs.exp", "up to fsub in
8043 langs.exp", and "show language at fsub in langs.exp".
8044 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
8045 "bactrace in corefile.exp".
8046 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
8047 "call inferior function with struct - returns float" and
8048 "call inferior function with struct - returns double".
beb998c6 8049
c906108c
SS
8050Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
8051
8052 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
8053 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
8054 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
8055 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
8056
8057Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
8058
8059 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
8060 (or overriden) "CHILL" macro rather then bare "gcc".
8061 Also look for ../../gcc/xgcc since that is what we will
8062 actually need, not "Makefile". Remove following assignment
8063 of CHILL to CHILL_FOR_TARGET because that results in
8064 recursive definition.
8065
8066Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
8067
8068 * gdb.base/corefile.exp: Change xfail for backtrace in
8069 corefile.exp from linuxaout to all linux.
8070 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
8071 cases where we miss the breakpoint at the signal handler
8072 for some reason. Setup xfail for linuxoldld/linuxaout and
8073 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
8074 hitting SIGURG breakpoint.
8075 * gdb.base/signals.exp: Setup xfail for "next" acting like
8076 continue to add linuxoldld. Setup xfail for all linux for
8077 "next to handler in signals_tests_1", "backtrace in
8078 signals_tests_1", "continue to func1", "pass SIGUSR1",
8079 and continue to handler".
8080
8081Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8082
8083 * Update all FSF addresses except those in COPYING* files.
8084
8085Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
8086
8087 * gdb.base/a2-run.exp: Change messages to be more explicit about
8088 the status of args, and quote binfile in results.
8089
8090Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
8091
8092 * gdb.base/callfuncs.exp: Add tests for passing structs to
8093 inferior functions and return various types.
8094 * gdb.base/callfuncs.c: Add functions to receive a struct
8095 and return a member of the struct, in various types.
8096
8097Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8098
8099 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
8100
8101Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8102
8103 * config/vxworks29k.exp: New file, sources vxworks.exp.
8104
8105Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8106
8107 * config/gdbremote.exp: New file. Testing framework using
8108 gdbserver.
8109
8110Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
8111
8112 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
8113 "call function when asleep" and "send end of file".
8114 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
8115 for "backtrace in corefile.exp".
8116 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
8117 for "backtrace through signal handler".
8118 * gdb.base/corefile.exp: Make sure we actually generate a core file
8119 before trying the core tests. Some systems allow the user to suppress
8120 generation of core files and default to that (linux for example).
8121 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
8122 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
8123
8124Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8125
8126 * gdb.threads: New directory with some crude multi-threaded
8127 gdb tests (step.exp and step2.exp).
8128 * config/mt-lynx (STEP_EXECUTABLE): Define.
8129 (THREADFLAGS): Define.
8130
8131Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
8132
8133 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
8134
8135 * gdb.base/signals.exp: Disable whole file for lynx until
8136 further notice.
8137
8138 * gdb.base/signals.exp: xfail test where "next" acts like
8139 "continue" for lynx.
8140
8141 * gdb.base/interrupt.exp: xfail test for calling function while
8142 inferior is asleep for lynx.
8143
8144 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
8145 than one cr-lf after each command.
8146
8147Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8148
8149 * configure.in: Reinstate setting of stabsdirs variable, fix
8150 typo in setting up configdirs for native builds.
8151
8152 * gdb.base/return.exp: Fix typo in return double test.
8153 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
8154 compiler from optimizing them away.
8155
8156Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
8157
8158 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
8159 sequences to be echo'd by gdb when using gdb_test.
8160 * gdb.chill/chexp.exp: Likewise.
8161 * gdb.fortran/exprs.exp: Likewise
8162
8163Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8164
8165 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
8166 after the inferior gdb has started.
8167
8168 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
8169 after each command.
8170 * gdb.base/funcargs.exp: Likewise.
8171 * gdb.base/gdbvars.exp: Likewise.
8172 * gdb.base/interrupt.exp: Likewise.
8173 * gdb.base/list.exp: Likewise.
8174 * gdb.base/watchpoint.exp: Likewise.
8175 * gdb.c++/demangle.exp: Likewise.
8176 * gdb.c++/inherit.exp: Likewise.
8177 * gdb.chill/chexp.exp: Likewise.
8178 * gdb.fortran/exprs.exp: Likewise.
8179
8180 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
8181 test if we can't handle IO to/from the inferior.
8182
8183 * gdb.c++/misc.exp: Always check for a program already being
8184 started after sending a "run" command to gdb.
8185
8186 * gdb.base/twice.exp: Start with a fresh gdb.
8187
8188 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
8189 only depend on gdb's expression code, not the chill runtime.
8190
8191 * gdb.base/return.c: Put return values into variables so we
8192 can have gdb print them rather than depending on the program
8193 to print them.
8194 * gdb.base/return.exp: Corresponding changes.
8195
8196 * lib/gdb.exp: Provide default value for noinferiorio.
8197 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
8198 the inferior.
8199
8200 * gdb.base/break.exp: Always check for a program already being
8201 started after sending a "run" command to gdb.
8202 (text_next_with_recursion): Don't check the output from the
8203 program's printf statement. Instead just make sure the program
8204 exited.
8205
8206 * gdb.base/commands.exp: Protect tests which need arguments with
8207 $noargs conditionals.
8208
8209Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8210
8211 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
8212 of structure member arrays to match gdb/valops.c:value_addr change.
8213
8214Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
8215
8216 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
8217 cases.
8218
8219Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
8220
8221 * configure.in (configdirs): Remove gdb.chill from default list
8222 of subdirs and then add it back in only if doing a native build.
8223 The current chill compiler does not yet work in any cross build.
8224 * Revert all signal changes from Jul 6.
8225 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
8226 for sh-hms targets, allowing these tests to link, with no other
8227 changes. Testing is suppressed by setting "nosignals" in site.exp.
8228
8229Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
8230
8231 * configure.in (signaldirs): Define and add to configdirs for all
8232 targets except some specific ones that are known to not support signals.
8233 Also clean up formatting.
8234 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
8235 (signals, sigall): Remove rules to build.
8236 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
8237 Moved to new gdb.signals directory.
8238 * gdb.signals: New test directory.
8239 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
8240 signals.c signals.exp}: New or moved files.
8241
8242Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
8243
8244 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
8245
8246Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
8247
8248 * gdb.base/return.exp: Xfail `return double' test failure
8249 on at least Solaris 2.3 and handle future/past versions on
8250 a case by case basis as appropriate. Also update message
8251 to include i*86 failures.
8252
8253Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8254
8255 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
8256
8257 * lib/gdb.exp: Fix comment which erroneously identified
8258 gdb_file_cmd as gdb_load (the 19 May change was in fact to
8259 gdb_file_cmd not gdb_load).
8260 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
8261
8262 * gdb.base/setvar.exp: Make test names consistent between pass and
8263 fail cases. Use gdb_test more.
8264
8265Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8266
8267 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
8268
8269Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8270
8271 * gdb.base/help.exp: Fix expected help string for `show commands'.
8272
8273Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
8274
8275 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
8276
8277 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
8278 of a text section.
8279
8280Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
8281
8282 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
8283 that loop eventually terminates. Fix Connection refused logic so
8284 that testsuite will expire nicely.
8285
8286Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
8287
8288 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
8289 config/rom68k.exp: New tcl glue for the appropriate monitors.
8290 These all just end up calling monitor.exp.
8291 * config/monitor.exp (gdb_target_monitor): Handle `Connection
8292 refused' by retrying. Cleanup some timeout issues.
8293 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
8294 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
8295 callers don't have to set/restore global timeout variable.
8296
8297 * The following set of changes centralizes management of the global
8298 timeout variable. This way, it can be set in one target dependent
8299 place instead of dozens of places scattered throughout the test suite.
8300 If you need to lengthen a timeout, then you should either set timeout
8301 in one of the config/{target}.exp files, or multiply it by a factor.
8302 Setting it to an absolute value is always going to lose for some
8303 targets.
8304 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
8305 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
8306 * gdb.base/funcargs.exp: Don't set timeout.
8307 * gdb.base/list.exp (test_forward_search): Only use local timeout.
8308 * gdb.base/printcmds.exp (test_print_string_constants
8309 test_print_array_constants): Don't set timeout.
8310 * gdb.base/ptype.exp: Don't set timeout.
8311 * gdb.base/recurse.exp: Don't set timeout.
8312 * gdb.base/return.exp: Don't set timeout.
8313 * gdb.base/watchpoint.exp: Don't set timeout.
8314 * gdb.c++/classes.exp (do_tests): Don't set timeout.
8315 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
8316
8317Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
8318
8319 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
8320
8321Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8322
8323 * lib/gdb.exp: Disable chill tests for irix5.
8324
8325Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8326
8327 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
8328 each test pass or fail.
8329
8330Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8331
8332 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
8333 xlc not gcc.
8334
8335Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
8336
8337 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
8338
8339Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
8340
8341 * config/est.exp: Fix copyright and comments. Remove dead code.
8342 Use targetname, serialport and baud variables instead of fixed
8343 constants.
8344 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
8345 * config/cpu32bug.exp: New file to support cpu32bug monitors.
8346
8347Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8348
8349 * gdb.base/watchpoint.exp: Don't run
8350 test_watchpoint_triggered_in_syscall for sunos.
8351
8352Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8353
8354 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
8355 they don't seem to exist. Do include stdio.h.
8356
8357Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8358
8359 * gdb.base/a1-selftest.exp: Add alpha xfail.
8360
8361Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8362
8363 * gdb.base/watchpoint.c (main): Prompt before calling read().
8364 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
8365 Revise accordingly. Remove cruft about sending "123" several
8366 times, until it gets noticed. Clean up the "print buf[0]" stuff
8367 so that it passes or fails, and waits for prompts in the usual way.
8368
8369Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8370
8371 * gdb.base/recurse.exp: Fix comment.
8372
8373 * TODO: Remove item about printing variables in nodebug.exp. Add
8374 item about enabling tests which are only run on some targets.
8375
8376 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
8377 fail, make test names unique, use new gdb_test convention
8378 regarding pattern, use gdb_test more, etc.).
8379
8380 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
8381 fail, make test names unique, etc.).
8382
8383Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8384
8385 * gdb.base/nodebug.c: Change return type of top and middle to
8386 short.
8387 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
8388 are fixed by the recent mdebugread.c changes. Allow `short ()'
8389 as type for top and middle.
8390
8391Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8392
8393 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
8394 nearly as I can tell, the whole thing was an accident in Stu's
8395 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
8396 to replace a send/expect pair with gdb_test, but ended up only
8397 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
8398 of 30 Mar 1995 took care of it, but left this vestigial comment
8399 which I am now nuking.
8400
8401Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8402
8403 * gdb.base/break.exp: Look for different line number for
8404 breakpoint at main depending on usestubs.
8405
8406Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8407
8408 * gdb.base/list.exp: Adjust some alternate expect patterns to
8409 match recent list0.c change. Add alternate expect pattern for
8410 output from `list default lines around main' for optimizing
8411 compilers.
8412
8413Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8414
8415 * lib/gdb.exp: If nosignals is not set, set it to 0.
8416
8417Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
8418
8419 * config/slite-gdb.exp: Responds to load symbol table prompt.
8420 * gdb.base/break.exp: Adjust line number, fix rerun.
8421 * gdb.base/langs0.c: Add #ifdef usestubs.
8422
8423Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
8424
8425 * gdb.base/list.exp: Adjust line contents after adding new lines in
8426 list0.c. Also fix a syntax error.
8427
8428 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
8429 * gdb.base/break.exp: ditto.
8430 * gdb.base/list.exp: ditto.
8431 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
8432 * gdb.base/run.c: ditto.
8433 * gdb.base/list0.c: ditto.
8434 * gdb.base/funcargs.c: ditto.
8435
8436Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
8437
8438 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
8439 $targetname, $serialport and $baud instead of hardwired variables.
8440 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
8441 target doesn't support signals.
8442
8443Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
8444
8445 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
8446
8447Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8448
8449 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
8450 Don't rely on the value of an auto variable before it has been
8451 initialized. Use gdb_test more.
8452
8453Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8454
8455 * lib/gdb.exp (default_gdb_version): A version number must start
8456 with a digit, but other than that contains all characters up to
8457 the first whitespace character.
8458
8459Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8460
8461 * gdb.base/commands.exp (breakpoint_command_test): New tests.
8462
8463Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8464
8465 * gdb.c++/*.exp: Warn if executable does not exist. The original
8466 reason for skipping the warning was that configure.in sometimes
8467 intentionally skipped building the executables but the tcl code
8468 had no way of knowing. That (a) was always bogus with respect to
8469 error handling, (b) is no longer true (right now there is no way
8470 to skip C++ tests).
8471
8472 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
8473
8474Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8475
8476 * gdb.base/list.exp: Add expect patterns for output from
8477 SunPRO compiled executables.
8478 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
8479 types.
8480
8481Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8482
8483 * gdb.base/break.exp (test_next_with_recursion): Accept any line
8484 number (we are already testing that the correct source line text
8485 gets printed).
8486
8487 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
8488 that is what is intended, but something needed to be done to get
8489 sunos4 native working again.
8490
8491 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
8492
8493 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
8494 apparently went with a (very) old xfail.
8495
8496Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
8497
8498 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
8499 runto_main is a proc in gdb.exp that will do 'step' for target use
8500 stubs.
8501 * gdb.base/exprs.exp: ditto.
8502 * gdb.base/interrupt.exp: ditto.
8503 * gdb.base/opaque.exp: ditto.
8504 * gdb.base/printcmds.exp: ditto.
8505 * gdb.base/ptype.exp: ditto.
8506 * gdb.base/scope.exp: ditto.
8507 * gdb.base/setvar.exp: ditto.
8508 * gdb.base/signals.exp: ditto.
8509 * gdb.base/twice.exp: ditto.
8510 * gdb.c++/classes.exp: ditto.
8511 * gdb.c++/inherit.exp: ditto.
8512 * gdb.c++/templates.exp: ditto.
8513 * gdb.base/break.exp: no run and hit main for stubs. Change line
8514 numbers for breakpoints and info breakpoint.
8515 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
8516 breakpoint().
8517 * gdb.base/callfuncs.c: ditto.
8518 * gdb.base/exprs: ditto.
8519 * gdb.base/interrupt.c: ditto.
8520 * gdb.base/opaque0.c: ditto.
8521 * gdb.base/printcmds.c: ditto.
8522 * gdb.base/ptype.c: ditto.
8523 * gdb.base/scope0.c: ditto.
8524 * gdb.base/setvar.c: ditto.
8525 * gdb.base/signals.c: ditto.
8526 * gdb.base/twice.c: ditto.
8527 * gdb.c++/misc.cc: ditto.
8528 * gdb.c++/templates.cc: ditto.
8529
8530Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8531
8532 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
8533
8534 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
8535 somewhere between `read' and `main.c'. I'm pretty sure the
8536 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
8537 and it isn't particularly useful.
8538
8539 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
8540
8541Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8542
8543 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
8544
8545Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
8546
8547 * config/mt-slite: add LIBS and -nostdlib.
8548 * config/slite-gdb.exp: add this new file to support sparclite target.
8549
8550Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
8551
8552 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
8553
8554 * gdb.base/a2-run.exp: Change argument to istarget from
8555 "*-*-vxworks" to "*-*-vxworks*".
8556 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
8557
8558Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
8559
8560 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
8561 will not runto main but do a 'step' to step out of breakpoint().
8562 * config/mt-slite: add -Dusestubs.
8563
8564Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8565
8566 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
8567 instead of just @.
8568
8569 * gdb.base/signals.exp: Add test for "handle all print".
8570 * TODO: Remove "handle all print". Also remove item about
8571 checking copyright date (I don't like the idea of a spurious FAIL
8572 based on when we run the tests).
8573
8574 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
8575 for SunOS4 (reason for failure not investigated). Remove
8576 redundant test for $binfile.
8577
8578 * gdb.base/nodebug.c (array_index): Call malloc.
8579
8580 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
8581
8582Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
8583
8584 * gdb.base/recurse.exp: Update gdb_test invocation to use new
8585 conventions and slightly simplify the matching regexp.
8586
8587Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8588
8589 * gdb.base/break.exp: Update gdb_test invocation to use new
8590 convention.
8591
8592 * lib/gdb.exp: If noargs is not set, set it to 0.
8593
8594 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
8595 tests unique.
8596
8597 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
8598
8599Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8600
8601 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
8602 one argument of type "<non-float parameter>".
8603
8604Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
8605
8606 * config/rom68k.exp: New file to support Motorola IDP board.
8607 * gdb.base/a2-run.exp: Skip this file if noargs is set.
8608 * gdb.base/break.c: Change things around so that this program
8609 doesn't depend upon args. This is necessary to make remote
8610 targets work (in general, they can't take args).
8611 * gdb.base/break.exp: Don't try to send args to program. Don't
8612 expect output. Also, replace lots of code with gdb_test.
8613
8614Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8615
8616 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
8617 printing of '\'' (which is what the comment says we are testing,
8618 even though we were not), not '''.
8619 (test_integer_literals_rejected): Test that printing ''' is an error.
8620
8621 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
8622 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
8623 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
8624 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
8625 Use gdb_test not test_print_accept.
8626 * lib/gdb.exp: Remove test_print_accept.
8627
8628 * gdb.base/signals.exp (signal_tests_1): Make pass message
8629 consistent with fail message.
8630
8631 * gdb.base/whatis.exp: Remove xfails for printing char vs.
8632 unsigned char; the bug (PR 1821) is fixed.
8633
8634 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
8635
8636 * gdb.base/scope.exp (test_at_localscopes): Call pass for
8637 successful tests--makes xfailing them work right.
8638
8639Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8640
8641 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
8642 only \r\n, not .*. The test can pass .* as the last thing in
8643 $pattern if that is what it wants. In addition to providing this
8644 flexibility, this change should speed up pattern matching in cases
8645 where the pattern already ended with .* (there were a number of
8646 them). This change also helps catch bad patterns--in the old
8647 scheme the typo "char \*" instead of "char \\*" would pass. Now
8648 it is caught.
8649 * Many .exp files: Update callers.
8650
8651 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
8652 clearer and does not spuriously match multiple ('s. Likewise for
8653 ) and *.
8654
8655 * gdb.base/nodebug.exp: Test ability to call a function and pass
8656 it a string (even with no debugging info).
8657
8658 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
8659 "p '\'", which is the same as "p ''" once tcl gets done with
8660 quoting, to "p '\\'", which I suspect is what is intended (one
8661 backslash gets sent to GDB).
8662
8663 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
8664
8665Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8666
8667 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
8668 1817) was fixed literally years ago.
8669
8670Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8671
8672 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
8673 test, it causes stepping out of call_after_alloca_subr with
8674 optimizing compilers.
8675 (localvars_in_indirect_call): Consume GDB prompt if `finish'
8676 fails.
8677
8678 * gdb.c++/templates.exp: Source templ-info.exp only if
8679 the templates executable exists.
8680
8681 * gdb.c++/misc.cc (class Contains_static_instance,
8682 class Contains_nested_static_instance),
8683 gdb.c++/classes.exp (test_static_members): Test printing of
8684 a class that contains a static instance of the class.
8685
8686Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8687
8688 * gdb.base/langs2.c (cppsub_): Don't prototype.
8689 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
8690 only, I believe).
8691
8692Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8693
8694 * lib/gdb.exp (skip_chill_tests): New procedure.
8695
8696 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
8697
8698Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
8699
8700 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
8701 each expect pattern. Cuts runtime from 12 to about 4 seconds.
8702
8703Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8704
8705 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
8706
8707 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
8708 disassemble 8, not 16, instructions for part 4.
8709
8710 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
8711 support the latter anymore.
8712
8713 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
8714 -DNO_PROTOTYPES.
8715 * gdb.base/callfuncs.c: Control use of prototypes based on
8716 NO_PROTOTYPES, not __STDC__.
8717 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
8718 t_float_values2 tests if prototypes in use.
8719
8720 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
8721 t_double_values): When checking differences against DELTA, check
8722 that difference is within the range (-DELTA,DELTA), not just
8723 (-infinity,DELTA).
8724
8725Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
8726
8727 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
8728 'file' command firts, then 'target', then 'load', this is due to gdb
8729 target set up.
8730 * config/mips-gdb.exp: Fix a couple regular exp bugs.
8731
8732Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
8733
8734 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
8735 FP load/store variants.
8736 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
8737
8738Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
8739
8740 * gdb.base/term.exp: Do not give a warning if not native, it is
8741 not an abnormal condition.
8742
8743Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
8744
8745 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
8746 t_char_array".
8747
8748Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
8749
8750 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
8751 are getting the version number.
8752
8753 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
8754 if not native, it is not an abnormal condition.
8755
8756Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8757
8758 * lib/gdb.exp: Just use "file exists", rather than undocumented
8759 dejagnu procedure "findfile".
8760
8761Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8762
8763 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
8764 (LDFLAGS): Set to -Xlinker -Ur.
8765
8766 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
8767 Removed, these values are set by lib/gdb.exp.
8768
8769 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
8770
8771Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8772
8773 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
8774 of replicating gdb startup code.
8775
8776 * config/mt-vxworks (LDFLAGS): Set to -r.
8777 (CFLAGS_FOR_TARGET): Removed.
8778
8779 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
8780 (gdb) and gdb for vxworks uses (vxgdb).
8781
8782 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
8783 executable is not in the tree and host != target, use sed and
8784 program_transform_name to determine the gdb name used by the
8785 target.
8786
8787 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
8788 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
8789
8790Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8791
8792 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
8793 floats, chars, and shorts where there are ANSI-style function
8794 definitions.
8795
8796 * gdb.base/langs.exp, gdb.base/langs*: New test.
8797 * gdb.base/Makefile.in: Build it.
8798 * TODO: Remove item about checking that C names don't get C++
8799 demangling applied; this test tests it.
8800
8801Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8802
8803 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
8804 went with the const70 xfail. The xfail went away a year ago.
8805
8806 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
8807
8808 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
8809 for hp300.
8810
8811 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
8812
8813 * gdb.base/a1-selftest.exp: Don't run on hp300.
8814
8815Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8816
8817 * Makefile.in (site.exp): Set host_alias and target_alias as well
8818 as host_triplet and target_triplet.
8819
8820Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8821
8822 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
8823
8824 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
8825 places as other ecoff systems).
8826
8827 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
8828 ultrix.
8829
8830Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8831
8832 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
8833 remove them.
8834 * gdb.base/nodebug.exp: Accept "function" in addition to "text
8835 variable and "variable" in addition to "data variable".
8836 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
8837
8838 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
8839 2.
8840 * gdb.base/list1.c (long_line): Add additional statement at start
8841 of function.
8842 * gdb.base/list.exp (test_forward_search): Update line number to
8843 reflect new statement.
8844
8845Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8846
8847 * gdb.base/signals.exp: Reinitialize searched source directories
8848 after gdb_start call.
8849
8850Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
8851
8852 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
8853 * gdb.stabs/Makefile.in: Likewise.
8854
8855 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
8856 change. Instead split the tests into smaller pieces.
8857 * gdb.disasm/hppa.s: Corresponding changes.
8858
8859Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8860
8861 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
8862 Quote ^C when passing it to stty. For some shells ^ is a pipe.
8863
8864 * gdb.base/funcargs.exp: Modify many tests so that every test
8865 either passes or fails. Make some test names unique.
8866
8867Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8868
8869 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
8870 Call stty to set interrupt character.
8871
8872 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
8873 for HP assembler versus GNU assembler based on actual behavior of
8874 $(CC), rather than assuming that $(AS) is always the GNU assembler.
8875
8876 * TODO: Suggest a few more stepping tests.
8877
8878Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
8879
8880 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
8881 restart GDB for h8300 after a continue.
8882 (return): Add pattern to match a29k-udi behavior.
8883 * gdb.base/nodebug.exp: Remove obsolete comment.
8884 * gdb.base/regs.exp: New file, testing of register displays.
8885 * gdb.base/return.exp: Fix typo in reference to $objdir.
8886 * gdb.base/whatis.exp: Always start with a fresh GDB.
8887
8888Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8889
8890 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
8891 higher, these tests generate a lot of output.
8892
8893Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8894
8895 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
8896 code following the catch silently ignored some errors; without the
8897 catch they should be thrown like any other tcl error. Also, the
8898 catch used "" instead of {} which meant all the callers who wanted
8899 to include one of the characters "[]$ had to quote it an extra time.
8900 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
8901 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
8902 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
8903 Remove extra quoting.
8904
8905Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
8906
8907 * gdb.base/commands.exp: Make test names unique; every test either
8908 passes or fails. Update some comments.
8909
8910 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
8911
8912Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8913
8914 The following fixes a FAIL caused by the fact that the alpha stabs
8915 configuration didn't use the ".if alpha" code in weird.def.
8916 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
8917 bit pointer, so the 32 bit version works even on the alpha.
8918 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
8919 Remove the stuff which allowed us to have separate versions for
8920 alpha and everything else.
8921
8922 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
8923 regexp which "info func operator\[\](" is supposed to match. Fix
8924 string to send to GDB. Note that GDB still doesn't work right. Add a
8925 new test for "info func .perator\[\](" which GDB does handle correctly.
8926
8927 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
8928
8929Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8930
8931 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
8932 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
8933 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
8934 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
8935 it makes the tests harder to understand and confuses test-o-matic.
8936 The preferred style is that each test provides a PASS or a FAIL,
8937 and has a unique message (e.g. "continue #54" not just "continue")
8938 which is the same for the pass and the fail.
8939 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
8940 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
8941 to lib/gdb.exp.
8942 * gdb.base/printcmds.exp: Use test_print_accept. Remove
8943 prt_accept which was basically the same thing. Likewise for
8944 test_print_reject and prt_reject.
8945 * lib/gdb.exp (test_print_reject): Add some more error message
8946 patterns to match from the former printcmds.exp (prt_reject).
8947 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
8948 One defect of the passcount stuff is that some of it failed to
8949 report XPASS where appropriate.
8950 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
8951 stuff before and after arg in expected pattern.
8952 (test_paddr_operator_functions): Re-do test without print_addr_of;
8953 this is the only test which seems to want extra stuff there.
8954
8955Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8956
8957 * gdb.base/nodebug.exp: Update new tests to reflect improved
8958 wording of gdb output.
8959
8960 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
8961 and "ptype" work on variables in files compiled without -g.
8962 Replaces commented out "maint print msymbol" tests.
8963
8964Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8965
8966 * gdb.base/setvar.c (dummy): Call malloc.
8967
8968 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
8969 losing with the irix4 sed.
8970
8971 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
8972 ALRM" on irix4.
8973
8974Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8975
8976 * TODO: Remove items about corefile.exp testing new exec-file and
8977 backtrace; both are now done. Add items about printing enums.
8978
8979Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8980
8981 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
8982 "get signal $thissig" test fails.
8983
8984 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
8985
8986Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8987
8988 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
8989 compiler warning with dec alpha compiler.
8990
8991 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
8992 extra \n from gdb_test call (this explains why the prompt test
8993 that I removed yesterday was there).
8994 (user_defined_command_test): Remove extra \n and prompt test.
8995
8996 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
8997 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
8998 doesn't exist.
8999 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
9000 Also remove alpha workaround, which turns out to be because
9001 SIGABRT == SIGLOST.
9002
9003 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
9004
9005 * gdb.base/help.exp: Don't test "help show".
9006
9007Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9008
9009 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
9010 "set print address" is on.
9011 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
9012 pass prompt to gdb_test; gdb_test already looks for the prompt.
9013
9014 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
9015
9016 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
9017 was a vestige of the manual TESTSTRATEGY, and the purpose of it
9018 was to make sure that gdb can read a core file. But (a) the "read
9019 the corefile" part didn't make it to a1-selftest.exp, we just
9020 delete the corefile after creating it, and (b) we test reading
9021 corefiles in corefile.exp anyway. Also, this test left around a
9022 xgdb process on Solaris.
9023
9024 * gdb.base/corefile.exp: Also test backtrace.
9025
9026Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
9027
9028 * gdb.base/commands.exp: Test a simple user defined command with
9029 arguments and if/while statements; verify the full user command is
9030 printed by "show user".
9031
9032 * gdb.base/commands.exp: Test if/while commands as part of a
9033 breakpoint command list; verify they appear in breakpoint
9034 information.
9035
9036Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9037
9038 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
9039 than by dividing by zero.
9040
9041Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
9042
9043 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
9044 performing an inferior call with watchpoints enabled.
9045 * gdb.base/watchpoint.c (main): Delete second unnecessary read
9046 call.
9047
9048Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9049
9050 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
9051 of "file" command.
9052
9053 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
9054 Add additional pattern for when "int operator int(void);" appears
9055 in a different order.
9056
9057Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9058
9059 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
9060
9061 * gdb.base/help.exp: Replace most of docstrings for "info signals"
9062 and "signal" with ".*".
9063
9064Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9065
9066 * TODO: Add note about "handle all nostop".
9067
9068 * gdb.base/{sigall.c, sigall.exp}: New test.
9069 * gdb.base/Makefile.in: Add it.
9070
9071Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9072
9073 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
9074 when invoking GDB, suppresses any windowing interface.
9075
9076Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
9077
9078 * config/sim-gdb: New file, simulator testing support.
9079
9080Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
9081
9082 * gdb.base/interrupt.exp: Test calling func1 twice.
9083
9084Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
9085
9086 * gdb.base/list.exp (test_forward_search): Set timeout higher
9087 when we'll be getting lots of output from gdb.
9088
9089 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
9090 "init_malloc" to after the expect statement. Run it if that
9091 regexp is taken, but also for two others which happen if source
9092 cannot be found.
9093
9094Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9095
9096 * gdb.base/printcmds.exp: New test, for printing register before
9097 program is running.
9098
9099Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9100
9101 * gdb.base/list.exp: Correct some alternate expect patterns
9102 to reflect changes in list1.c.
9103
9104Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9105
9106 * TODO: Add item regarding large frames.
9107
9108 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
9109
9110 * TODO: Remove item about enabling return.exp; it
9111 is enabled. Suggest a few more "return" tests.
9112
9113Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9114
9115 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
9116 anonymous unions.
9117
9118Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9119
9120 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
9121 and pr-5646.o, so "make" is the same as "make all", not "make
9122 pr-4975.o".
9123
9124Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
9125
9126 * gdb.base/list.exp: Adjust expectations to reflect changes in
9127 list1.c.
9128 (test_forward_search): New test proc.
9129 * gdb.base/list1.c (long_line): New function, has long source line.
9130
9131Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
9132
9133 * gdb.base/a1-selftest.exp: Change initial stepping to know about
9134 additional line of code that was added.
9135
9136Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
9137
9138 * gdb.disasm/hppa.s: Break the large branching tests into smaller
9139 tests so as not to overflow expect's input buffers.
9140 * gdb.disasm/hppa.exp: Corresponding changes.
9141
9142Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9143
9144 Beginnings of template debugging tests.
9145 * gdb.c++/templ-info.cc: New file to test for template
9146 debugging capability of the compiler.
9147 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
9148 templ-info.cc.
9149 * gdb.c++/templates.cc: Add explicit template instantiations
9150 to enable compiling with -fno-implicit-templates. Add destructor
9151 and 'value' method to T5 class for template tests.
9152 * gdb.c++/templates.exp: Add testcases for printing of template
9153 types, setting breakpoints on template methods and calling a
beb998c6 9154 template method.
c906108c
SS
9155
9156Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
9157
9158 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
9159 branch target since some assemblers (gas-2.5) may emit a
9160 relocation for the branch instead of resolving it in the
9161 assembler.
9162
9163Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9164
9165 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
9166 through signal handler.
9167
9168Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9169
9170 * configure.in (*-*-netware): Use config/mt-netware.
9171
9172 * config/mt-netware: New file.
9173 * config/mt-i386-netware: Removed, separate configs for different
9174 netware architectures are no longer needed now that we have
9175 --with-headers.
9176
9177Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9178
9179 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
9180 by the recent changes to use ANSI C arithmetic conversions.
9181
9182Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9183
9184 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
9185 bug involving using inferior_pid to figure out whether to select a
9186 frame.
9187
9188Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
9189
9190 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
9191 match the current disassembler output.
9192
9193Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
9194
9195 * gdb.fortran/exprs.exp: Expect VOID instead of void.
9196 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
9197 types, expect "int" as type of integer values (for now).
9198
9199Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
9200
9201 * gdb.base/commands.exp: New tests for if/while commands.
9202
9203Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
9204
9205 * lib/gdb.exp (runto): Replace sub-pattern for hex value
9206 by .*, since hex values have different syntax in Chill mode.
9207
9208Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9209
9210 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
9211 linefeed from expect pattern for repeated types with indices > 9.
9212
9213Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
9214
9215 First part of Fortran test suite.
9216 * gdb.fortran: New directory.
9217 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
9218
9219Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9220
9221 * gdb.base/default.exp: Update expect pattern for load command
9222 without arguments.
9223
9224Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9225
9226 * configure.in: Change i386 to i[345]86.
9227 * gdb.base/configure.in: Likewise.
9228 * gdb.c++/configure.in: Likewise.
9229 * gdb.chill/configure.in: Likewise.
9230
9231Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
9232
9233 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
9234 patterns, since that is not a valid context for comments.
9235
9236Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
9237
9238 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
9239 repeated types and repeated types with indices > 9.
9240
9241Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9242
9243 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
9244 2417; old bug has been fixed.
9245
9246Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
9247
9248 * gdb.base/interrupt.exp: When trying to wake up the inferior,
9249 send the newline ourselves instead of assuming gdb_test will do
9250 so when passed an empty input string.
9251
9252 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
9253 stabs testcode.
9254
9255Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9256
9257 * lib/gdb.exp (gdb_test): Don't send anything if the first
9258 argument is an empty string. This makes cases where we want to
9259 match output that is already in expect's buffers (for example,
9260 matching a breakpoint after gdb_run_cmd has been called) work
9261 reliably.
9262
9263Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9264
9265 * config/netware.exp: New file.
9266
9267Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9268
9269 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
9270 the -B and -L prefixes so we can find the debugging stub.
9271
9272 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
9273 there and we are using the gcc from the tree.
9274
9275 * gdb.base/types.c: Removed.
9276
9277 * gdb.base/configure.in: Look for makefile fragments in ../config.
9278 Recognize i386-*-netware.
9279 * gdb.c++/configure.in: Likewise.
9280
9281Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9282
9283 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
9284 the correct TCL syntax.
9285
9286Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9287
9288 * gdb.base/opaque.exp: use runto instead of messing around with
9289 breakpoints. Simplify by using gdb_test.
9290
9291 * gdb.base/bitfields.exp: restart between tests on netware targets
9292 because breakpoints aren't relocated after target death. Run
9293 processes to completion.
9294
9295 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
9296
9297Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
9298
9299 * Makefile.in: Remove extra tabs that confuse some versions
9300 of "make". Use the newly built gdb to test with by default,
9301 rather than the first one in the tester's search path.
9302
9303Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
9304
9305 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
9306
9307 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
9308 condition help.
9309
9310Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9311
9312 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
9313
9314 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
9315 running.
9316 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
9317 * gdb.base/funcargs.exp: Likewise.
9318
9319 * gdb.base/bitfields.exp: Simplify by using gdb_test.
9320 * gdb.base/funcargs.exp: Likewise.
9321
9322 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
9323 message is "".
9324
9325Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9326
9327 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
9328 return,signals,twice}.exp: Handle non-existant binaries
9329 consistantly.
9330
9331 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
9332 * gdb.base/Makefile.in: Don't try to generate a core dump, we
9333 might testing a cross development system.
9334
9335Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9336
9337 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
9338 runtest script is relative to ${srcdir}, not ${rootdir}.
9339
9340Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
9341
9342 * gdb.base/signals.exp: Allow for optionality of breakpoint
9343 address.
9344
9345Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9346
9347 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
9348
9349Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9350
9351 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
9352 for size_t definition.
9353 * gdb.c++/templates.cc: Likewise
9354
9355 * config/mt-i386-netware: New file.
9356
9357 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
9358 defined.
9359
9360 * gdb.base/Makefile.in: Added support for systems that name core
9361 files by appending "core" to the program name.
9362 * gdb.base/a1-selftest.exp: Likewise.
9363
9364Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9365
9366 * gdb.base/return.exp: Add comment and message for `return double'
9367 test failure on Sparc Solaris.
9368
9369Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
9370
9371 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
9372
9373Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9374
9375 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
9376 from optimizing them away.
9377 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
9378 patterns to include default constructors and assignment operators,
9379 to match gcc versions beyond 2.5.8. Accept any cplus demangling
9380 character in the output of the virtual base pointer.
9381
9382Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9383
9384 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
9385 expression match in print_addr_of to avoid unintented matches.
9386 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
9387 versions up to 2.5.8.
9388
9389Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9390
9391 * gdb.base/list.exp: Tweak alternate pattern for listing of an
9392 included file to run under newer versions of expect.
9393 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
9394 consecutive >'s in templates to accomodate recent cplus-dem.c change.
9395 Remove xfail for the virtual table of BDDHookV.
9396
9397Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
9398
9399 * lib/gdb.exp (string_to_regexp): Set a default result.
9400 (default_gdb_start): Fix misleading message.
9401
9402Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
9403
9404 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
9405 Remove all CC, etc definitions.
9406 * config/mt-hpux: New file.
9407 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
9408 (CFLAGS, LDFLAGS): Define.
9409 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
9410
9411 * Makefile.in (site.exp): Don't insert host_os, etc.
9412 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
9413 (distclean): Check existence of subdir.
9414 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
9415 * gdb.base/Makefile.in: General cleanup and simplification.
9416 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
9417 to build executables. Use default rule to build .o files.
9418 (EXPECT, RUNTEST, CC): Fix relative pathname.
9419 (site.exp): Don't insert host_os, etc.
9420 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
9421 and/or SIGUSR1 defined.
9422 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
9423 * gdb.c++/Makefile.in: General cleanup and simplification.
9424 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
9425 (CFLAGS): Remove.
9426 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
9427
9428Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
9429
9430 * gdb.base/recurse.exp: Misc changes to get tests running again
9431 after Kung's changes to the watchpoint code.
9432 * gdb.base/watchpoint.exp: Likewise.
9433
9434Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
9435
9436 * lib/gdb.exp (string_to_regexp): Convert {\} also.
9437
9438Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9439
9440 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
9441 * lib/gdb.exp (default_gdb_start): Define.
9442 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
9443 gdb.base/funcargs.exp, gdb.base/opaque.exp,
9444 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
9445 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
9446 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
9447 Don't call gdb_target_udi in between tests.
9448
9449Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9450
9451 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
9452 (which was basically just a local version of the same thing). In
9453 addition to avoiding duplication, gdb_test_exact is faster.
9454 * lib/gdb.exp (gdb_test_exact): Fix typo.
9455
9456 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
9457 don't give an error.
9458
9459 * gdb.base/term.exp: Call delete_breakpoints before starting.
9460
9461 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
9462 (t10): Add comment.
9463
9464Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
9465
9466 Reorganization of the GDB Test Suite.
9467
9468 * gdb.base: New directory, contains all the basic tests.
9469 * gdb.c++: New directory, tests specific to C++.
9470 * gdb.chill: New directory, tests specific to Chill.
9471 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
9472 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
9473 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
9474 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
9475 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
9476 t30-31 to chill).
9477 * */gdbme.*: Rename to match appropriate expect scripts.
9478 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
9479 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
9480 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
9481 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
9482 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
9483 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
9484 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
9485 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
9486 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
9487 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
9488 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
9489 gdb.c++/virtfunc.cc: New names of C++ files.
9490 * gdb.chill/chillvars.ch: New name of Chill file.
9491 * gdb.base/configure.in, gdb.c++/configure.in,
9492 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
9493 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
9494 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
9495 * configure.in (configdirs): Update to reflect directory changes.
9496 (target_abbrev): No longer define for any configuration.
9497 * Makefile.in: Cosmetic improvements to header comments.
9498
9499Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
9500
9501 Various changes to gdb.t31:
9502
9503 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
9504 * gdbme.ch: Make all key-words and predefineds be upper-case.
9505 * chillvars.exp: Expect key-words and predefinds in upper-case.
9506
9507 * chillvars.exp: Use gdb_test_exact many places.
9508 Change expected output for arrays (which now includes index labels).
9509
9510 * pr-5020.exp, gdme.ch (module PR_5020):
9511 New test, for PR-5020.
9512
9513Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
9514
9515 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
9516 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
9517
9518Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
9519
9520 * Makefile.in: Fix bit-rot in definitions of CHILL,
9521 CHILL_FOR_TARGET and Chill_LIB.
9522 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
9523 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
9524 CHILL, and CHILL_LIB.
9525
9526Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
9527
9528 * Revert the previous changes. Please see Rob's directory
9529 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
9530
9531Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
9532
9533 * Makefile.in, configure.in, config/mips-gdb.exp,
9534 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
9535 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
9536 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
9537 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
9538 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
9539 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
9540 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
9541 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
9542 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
9543 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
9544 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
9545 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
9546 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
9547 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
9548 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
9549 changes from 94Q1.
9550
9551Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
9552
9553 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
9554 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
9555 Rob's new testing fragments.
9556
9557Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
9558
9559 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
9560 lib/gdb.exp: Replace error proc calls with perror.
9561
9562Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
9563
9564 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
9565 version also, match on casted version strings, and match on
9566 gdb startup case where the line numbers might be messed up.
9567
9568Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
9569
9570 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
9571 (CFLAGS): Delete it from here.
9572
9573Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
9574
9575 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
9576
9577Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
9578
9579 * Makefile.in (RUNTEST): Default to just "runtest".
9580
9581Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9582
9583 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
9584 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
9585 the code has been restructured.
9586
9587Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9588
9589 * gdb.t00/default.exp (set write): Allow any number of \r and/or
9590 \n, not just one of each.
9591
9592 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
9593 /bin/cc gives a warning if you do.
9594
9595Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
9596
beb998c6 9597 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
9598 __t10ListS_link1ZUiRCUiPT0
9599
9600Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9601
9602 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
9603 on local variables in recursive functions.
9604
9605 * gdb.t07/Makefile.in: Build the new test.
9606
9607Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9608
9609 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
9610 directly. Instead compare the return values from actual calls.
9611
9612Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
9613
9614 * Makefile.in (check): Set TCL_LIBRARY for runtest.
9615
9616Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9617
9618 * From Peter Schauer with minor modifications.
9619 * gdb.t15/return.exp (return_tests): Handle targets where "return"
9620 stops in mid-line in the caller. Add xfail for returning a float
9621 value on X86 targets.
9622
9623Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9624
9625 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
9626 to avoid expect lossage.
9627 (fmem_LRbug_tests): Likewise.
9628 * gdb.disasm/hppa.s: Corresponding changes.
9629
9630 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
9631 conditions to work with latest dejagnu/expect.
9632
9633 * gdb.t15/funcargs.exp (finish from indirect call): No longer
9634 expected to fail on the PA.
9635 (backtrace in call with trampolines): Explicitly require main
9636 to be frame #1 (no trampolines should show up in backtrace).
9637
9638 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
9639 "continue -expect".
9640 * gdb.t06/break.exp: Likewise.
9641 * gdb.t07/watchpoint.exp: Likewise.
9642 * gdb.t13/bitfields.exp: Likewise.
9643 * gdb.t15/{funcargs,return}.exp: Likewise.
9644 * gdb.stabs/weird.exp: Likewise.
9645 * config/{mips,udi}-gdb.exp: Likewise.
9646
9647 * hppa.sed: Enclose comments within a sed command to avoid
9648 losing with the old OSF1 sed.
9649
9650Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9651
9652 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
9653 sequent dynix.
9654 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
9655 * gdb.t15/funcargs.exp: Conditionally step again to really
9656 finish from marker_call_with_trampolines. Handle the case where
9657 the first step from within call_with_trampolines already steps
9658 us back to main.
9659 * gdb.t15/gdbme.c: Add comment to closing brace of
9660 call_with_trampolines for funcargs.exp.
9661
9662Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9663
beb998c6 9664 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
9665 Fix typo(s).
9666
9667Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9668
9669 * gdb.t07/gdbme.c: More code for watchpoint testing.
9670
9671 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
9672 "Hardware watchpoint" throughout file.
9673 (test_watchpoint_triggered_in_syscall): New test.
9674 (test_complex_watchpoint): New test.
9675
9676Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9677
9678 * gdbme.c (call_with_trampolines): New function to try and step
9679 into. Tests trampoline problems on the PA.
9680
9681 * funcargs.exp (localvars_in_indirect_call): No longer expect
9682 stepping into indirect call to fail on PAs.
9683 (test_stepping_over_trampolines): New test.
9684
9685Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9686
9687 * TODO: Add suggestions for static member function tests, and
9688 completion tests.
9689
9690Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9691
9692 * TODO: Add suggestions for "p/a" tests.
9693
9694 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
9695 (default_gdb_exit): Replace all the hair with sending "quit" to
9696 the process with a simple close.
9697
9698Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9699
9700 * TODO: Add suggestions for shared library tests.
9701
9702Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9703
9704 * TODO: Add suggestions for x/s tests.
9705
9706Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9707
9708 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
9709 "enable once", and "enable breakpoints once" with ".*".
9710
9711Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9712
9713 * TODO: Add suggestions about structure passing tests.
9714
9715Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9716
9717 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
9718 the primary1 test, use work around if __GNUC__ < 2.
9719 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
9720 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
9721 Test for bad output rather than waiting for timeout. Issue
9722 second continue only if first continue failed.
9723
9724Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9725
9726 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
9727 operator[] test with gdb_test because the old code didn't seem to
9728 be getting the quoting right with the new dejagnu.
9729
9730Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
9731
9732 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
9733 one from the path.
9734 * Makefile.in: Use a fresh expect if there is one, use runtest
9735 from the src tree if there is one.
beb998c6 9736
c906108c
SS
9737Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9738
9739 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
9740 next over recursive call. Revise the tests from that point on
9741 (which had been skipped) to match GDB's actual (correct) output.
9742
9743 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
9744 with next over a breakpoint whose condition is false.
9745
9746 * gdb.t00/help.exp: Comment out "help set print" tests just like
9747 (and for same reason as) "help set" test.
9748
9749Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9750
9751 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
9752 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
9753
9754Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9755
9756 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
9757 necessary gdb_target_udi.
9758
9759 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
9760
9761 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
9762 1838 and 2417; they are fixed.
9763
9764 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
9765 gdb.t03/ptype.exp (ptype structure, ptype union):
9766 Remove xfails; the test is looser than when the xfails were added.
9767
9768 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
9769 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
9770
9771 * gdb.t01/run.exp: Only run shell test if isnative.
9772
9773 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
9774 since "run" automatically loads if necessary. Call gdb_target_udi
9775 after the "file" since "file" kills any execution target.
9776
9777 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
9778 GDB. GDB doesn't work that way (not anymore at least) on UDI.
9779 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
9780 argument for UDI.
9781
9782Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9783
9784 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
9785
9786 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
9787
9788Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9789
9790 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
9791 properly quoting regexps. This makes the second argument to
9792 demangle a fixed string, which matches the callers, instead of a
9793 shell-style pattern which is what the previous implementation
9794 used. Update some of the callers.
9795
9796Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9797
9798 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
9799 (comib_nullified_tests): Fix typo.
9800 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
9801 strings. No longer expected to fail.
9802
9803 * gdb.disasm/hppa.s (addib_tests): Fix typo.
9804 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
9805 strings. No longer expected to fail.
9806
9807 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
9808 string. No longer expected to fail.
9809
9810Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9811
9812 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
9813 No longer expected to fail.
9814
9815 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
9816 string. No longer expected to fail.
9817
9818Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9819
9820 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
9821 only in the names (I probably got most of them). I was even
9822 generous with some which differed in underscores in names, and
9823 probably missed a few, and I *still* was able to remove almost a
9824 third of the file with almost no impact on testsuite coverage.
9825
9826Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9827
9828 * gdb.t00/default.exp: Match udi_attach error message as well as
9829 the one from child_attach.
9830
9831 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
9832
9833 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
9834
9835 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
9836 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
9837
9838 * Move test with enums and partial symbols back to
9839 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
9840 Reverts the change of 26 May 93. Per today's change to
9841 stabs.texinfo, the behavior that weird.exp was expecting was
9842 unreasonable; what is important is that the compiler+gdb get
9843 things right, which happens with a recent gcc. Also fix the test
9844 to deal with native compilers which put out the stab gdb can't
9845 deal with.
9846
9847Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9848
9849 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
9850 in the names. The main thing these accomplish is to slow things down.
9851 Many more such duplicates surely remain.
9852
9853 * gdb.t00/help.exp: Comment out "help support" test just like
9854 (and for same reason as) "help set" test.
9855
9856Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
9857
9858 * gdb.t06/break.exp: Remove setup_xfails for
9859 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
9860 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
9861 about known bug in gcc to include up through 2.5.8.
9862 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
9863 well as "_vb$".
9864 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
9865 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
9866 with latest gcc and gdb.
9867 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
9868 well as "_vb$".
9869
9870Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9871
9872 * configure.in (hppa*-*-*): Also configure and build stabs-only
9873 tests.
9874
9875Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9876
9877 * gdb.t10/hppa.mt: A makefile fragment for the PA.
9878 * gdb.t10/configure.in (hppa*-*-*): Use it.
9879
9880Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9881
9882 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
9883
9884Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9885
9886 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
9887 versions prior to 1.13.5.
9888
9889Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9890
9891 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
9892 the prompt is at the start of a line.
9893
9894Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9895
9896 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
9897 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
9898 in the copr tests now.
9899 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
9900 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
9901 expected to fail.
9902
9903Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
9904
9905 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
9906 gdb.t31/chillvars.exp, lib/gdb.exp:
9907 Tweak to run under either version of expect.
9908 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
9909 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
9910 * gdb.t11/list.exp: Remove extraneous whitespace.
9911
9912Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9913
9914 * gdb.t16/printcmds.exp (test_print_strings): Accept
9915 "(unsigned char *) " before the string.
9916
9917 * TODO: Add notes about printing of fancy types and GDB expressions.
9918
9919Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
9920
9921 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
9922 * gdb.t06/configure.in: Don't try to compile signals test program
beb998c6 9923 if doing mips-idt-ecoff.
c906108c
SS
9924
9925Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
9926
9927 * Most .exp files: Tweak to run under either version of expect.
9928
9929Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9930
9931 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
9932 xfails; I'm not sure why they are failing, but not because of PR 1806.
9933
9934Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
9935
9936 * config/unix-gdb.exp: Remove gdb_unload cause it's already
9937 defined in lib/gdb.exp.
9938
9939Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9940
9941 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
9942 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
9943 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
9944 have to be typeless.
9945
9946Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9947
9948 * TODO: Add suggestion for copyright year test.
9949
9950Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
9951
9952 * configure.in (*-*-lynxos*): Add stabs tests.
9953
9954Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9955
9956 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
9957 so insert a tab before any assembler directive in column zero.
9958
9959 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
9960 stores.
9961 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
9962 stores.
9963 (fpu_short_memory_tests): Likewise.
9964
9965Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9966
9967 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
9968 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
9969 .stabs directives in comments.
9970
9971Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9972
9973 * TODO: New file, describing tests we could write.
9974 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
9975
9976Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9977
9978 * gdb.t06/signals.exp: Add kludge to force re-sync.
9979
9980 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
9981 to xgdb instead of gdb, get out of gdb.
9982
9983Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
9984
9985 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
9986 for info.
9987
9988Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9989
9990 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
9991 * gdb.stabs/configure.in (hppa*-*-*): Use it.
9992 * gdb.stabs/hppa.sed: New sed script for the PA.
9993
9994Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9995
9996 * gdb.stabs: Re-write weird.def and configuration to use sed
9997 instead of cpp. sed is portable and POSIX; cpp is neither.
9998
9999Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10000
10001 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
10002
10003Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10004
10005 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
10006
10007Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10008
10009 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
10010 "_vb$".
10011 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
10012 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
10013
10014Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10015
10016 * lib/gdb.exp: Comment out code which depends on non-existent
10017 `transform' procedure.
10018
10019Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
10020
10021 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
10022 * lib/gdb.exp: Transform tool name.
10023 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
10024 1.1's new error handling system.
10025
10026Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10027
10028 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
10029
10030Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10031
10032 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
10033 They made pattern matching so slow that timeouts happened on
10034 heavily loaded systems. Now any output from "show print" which
10035 gets us back to the GDB prompt is a PASS.
10036
10037Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
10038
10039 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
10040
10041Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10042
10043 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
10044
10045 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
10046 It is not from PR 3220.
10047
10048Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10049
10050 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
10051 just started failing because they depended on the order the
10052 subcommands are presented, or exact docstring text. This kind of
10053 test is a pain and has minimal benefit.
10054
10055Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10056
10057 * gdb.t09/corefile.exp: At end of test, use "core" command with
10058 no arguments.
10059
10060Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
10061
10062 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
10063 17}/Makefile.in: Make it possible to run the testsuite with Sun
10064 make and CC = cross gcc by adding explicit build rules for .o
10065 files.
10066
10067Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10068
10069 * gdb.t15/funcargs.exp: Don't put comments on same line as
10070 setup_xfail (@#$*%& tcl braindamage!).
beb998c6 10071
c906108c
SS
10072Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10073
10074 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
10075
10076Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
10077
10078 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
10079 * gdb.t20/inherit.exp: remove three dumplicate entries.
10080
10081Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10082
10083 * gdb.t06/break.exp: For "next over recursive call", fail on any
10084 incorrect output, not just on "factorial (value=2)".
10085
10086Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10087
10088 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
10089 working now. Add an xfail if accesing a bss variable causes
10090 a memory error if the target is not yet run.
10091
10092Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10093
10094 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
10095 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
10096 name of __st* demangling (2 strings). Did Kung really get the
10097 more than 95 others right without testing them?
10098
10099Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
10100
10101 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
10102
10103Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
10104
10105 * configure.in (configdirs): Add gdb.disasm
10106 * gdb.disasm: New directory for GDB disassembler tests.
10107 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
10108
10109Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10110
10111 * gdb.t00/help.exp: Don't test "help set".
10112
10113 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
10114 from within expect statements. None of these happen anymore and
10115 they cause regressions to be silently unnoticed.
10116
10117 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
10118 messages) about known failures with gcc cygnus-2.4.5-930417.
10119
10120 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
10121 comp-info.exp so it gets built if it doesn't exist.
10122
10123 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
10124 it is no longer used.
10125 * gdb.t13/comp-info.c: Removed.
10126
10127Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10128
10129 * gdb.t06/signals.exp: Add xfail for sun3.
10130
10131Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10132
10133 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
10134 relevant because ^C doesn't get sent but failure can be reproduced
10135 interactively).
10136
10137Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10138
10139 * gdb.stabs/alpha.mt: New configuration file for alpha.
10140 * gdb.stabs/configure.in: Use it.
10141 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
10142 sharing with alpha.mt, redefine long to word via preprocessor.
10143 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
10144 for alpha.
10145 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
10146 native cc.
10147 * gdb.t00/teststrategy.exp: Change expect string so that we
10148 consume the `(xgdb)' from the command echo and from the gdb prompt.
10149 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
10150 gdb currently compares all values as long, so this failure probably
10151 applies to any configuration where LONGEST is bigger than a target int.
10152 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
10153 with gcc.
10154 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
10155 to handle opaque pointers, gcc is.
10156 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
10157 as first argument. Include <sys/types.h> and change all operator
10158 new definitions to use size_t.
10159 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
10160 now that we use size_t.
10161
10162Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10163
10164 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
10165 a long or float array cast all array members to the same type.
10166 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
10167 with 64 bit longs.
10168 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
10169 on alpha.
10170 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
10171
10172Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10173
10174 * gdb.t24 (demangle.exp): Constructors of templates have names like
10175 vector<int>::vector(int) not vector<int>::vector<int>(int). See
10176 section 14.6 of the ARM.
10177
10178 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
10179 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
10180 accomplish little and slow down the testsuite.
10181
10182 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
10183 Accept spaces various places.
10184
10185Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10186
10187 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
10188 with watchpoint enabled.
10189
10190 * Makefile.in: Remove definition of CC and remove the second
10191 definition of CXX (the "CXX = gcc" one remains). These definitions
10192 were causing backquotes to be expanded within backquotes, which
10193 doesn't work.
10194
10195Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10196
10197 * gdb.t17/callfuncs.exp: Add "return 0" to end.
10198
10199Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10200
10201 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
10202 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
10203 by mips cc and contains no stabs entries.
10204
10205Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
10206
10207 * config/vx-gdb.exp: Use fake device to load files rather than
10208 NFS.
10209 * lib/gdb.exp: New proc to do "file" command.
10210 * config/unix-gdb.exp: Use new "file" proc.
10211
10212Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10213
10214 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
10215 Rework board rebooting slightly.
10216 (gdb_exit): Don't exit from the remote shell; there isn't one.
10217 * gdb.stabs/weird.exp: If a program is being debugged already,
10218 kill it.
10219 * gdb.t04/setvar.exp: Stop and restart gdb.
10220 * gdb.t05/expr.exp: Likewise.
10221 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
10222 restart gdb and reload the program.
10223 * gdb.t08/opaque.exp: Likewise.
10224 * gdb.t12/scope.exp: Likewise.
10225 * gdb.t13/bitfields.exp: Likewise.
10226 * gdb.t15/funcargs.exp: Likewise.
10227 * gdb.t20/classes.exp: Likewise.
10228 * gdb.t03/ptype.exp: Increase timeout.
10229 * gdb.t16/printcmds.exp (test_print_string_constants,
10230 test_print_array_constants): Likewise.
10231 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
10232 * gdb.t20/classes.exp (do_tests): Likewise.
10233 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
10234
10235Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
10236
10237 * gdb.stabs: Renamed *wierd* to *weird*.
10238
10239Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10240
10241 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
10242 for timeout. Add "known gcc 2.4.5 bug" to failure message.
10243
10244Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10245
10246 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
10247 (do_tests): Remove xfail for whatis on one_var and two_var.
10248
10249Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
10250
10251 * Makefile.in: Made cross building work better by adding
10252 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
10253
10254Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10255
10256 * gdb.t15/{return.c,return.exp,Makefile.in}:
10257 New test, currently commented out.
10258
10259Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
10260
10261 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
10262 still running and removes the leftover named socket so GDb can do
10263 clean restarts.
10264
10265Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
10266
10267 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
10268 console, not GDB.
10269 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
10270 cross testing works better with "make check"
10271 * config/unix-gdb: Use default procedures for exit and version.
10272 * config/vx-gdb.exp: Cleaned up and massaged back to working order
10273 with the newest VxWorks.
10274
10275Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10276
10277 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
10278 old form.
10279
10280 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
10281 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
10282
10283 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
10284
10285 * config/unix-gdb.exp: Remove this version of gdb_exit
10286 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
10287 Rob says he'll look at it when he gets back to testing boards.
10288
10289Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
10290
10291 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
10292 an expected fail for certain ptype commands.
10293
10294 * gdb.t20/classes.exp: Update expected results of "ptype class
10295 Base1" to account for the constructor that now appears in the type.
10296
10297Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
10298
10299 * configure.in (configdirs): Restore gdb.t04, which mysteriously
10300 disappeared from list.
10301 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
10302 "alldone" proc with call to cleanup and exit.
10303 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
10304 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
10305 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
10306 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
10307 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
10308 "alldone" proc with simple returns that suppress remaining
10309 tests. The alldone proc went away many months ago.
10310
10311Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10312
10313 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
10314
10315 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
10316
10317Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10318
10319 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
10320 as vax gdb will display them.
10321
10322Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10323
10324 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
10325 optimizers.
10326
10327 * scope.exp: Change "bad value for localval" messages so each one
10328 is unique.
10329
10330 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
10331 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
10332
10333 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
10334
10335Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10336
10337 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
10338 doesn't exist (due to optimization).
10339
10340Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10341
10342 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
10343 contains \r because the filename is long.
10344
10345 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
10346 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
10347
10348Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10349
10350 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
10351 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
10352 Ultrix.
10353 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
10354 int tests.
10355 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
10356
10357Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
10358
10359 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
10360
10361 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
beb998c6 10362 to match does not match the passing case but still matches the
c906108c
SS
10363 failing case.
10364
10365Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10366
10367 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
10368
10369Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
10370
10371 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
10372 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
10373 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
10374 Remove various versions of gdb_exit.
10375 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
10376 gdb_exit.
10377 * config/unix-gdb.exp: gdb_exit remains here, and should override
10378 the generic version, since it's doing a lot of wierd stuff that
10379 the other versions aren't. FIXME, fold it in, or abandon this
10380 version.
10381
10382Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10383
10384 * gdb.t24/demangle.exp: Add tests for PR 3220.
10385
10386Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10387
10388 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
10389
10390Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
10391
10392 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
10393 "i386-*-*". Works for i486 as well.
10394
10395 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
10396 bug, and expand domain of xfail to all SVR4 systems, since the
10397 actual problem is likely to be in generic SVR4 /proc support.
10398
10399Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10400
10401 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
10402
10403Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
10404
10405 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
10406 xfails for other systems. Match a missing 'Continuing.' as an
10407 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
10408
10409 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
10410 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
10411 Only issue warning for missing executables if -all option is used.
10412
10413 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
10414 file if -all option is used. It's like an unpredictable XFAIL.
10415
10416Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10417
10418 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
10419 for dynamically linked binaries.
10420
10421 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
10422
10423Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10424
10425 * gdb.t20/inherit.exp: Change message for "print tagless struct"
10426 to state that this is a known bug in old versions of g++.
10427
10428Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10429
10430 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
10431 while waiting for `Continuing'.
10432
10433Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
10434
10435 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
10436 in text, data, and bss.
10437 * gdb.t10/nodebug.c: Add local and global test variables for
10438 initialized and uninitialized data.
10439
10440Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10441
10442 * config/unix-gdb.exp (gdb_exit): Add "wait".
10443
10444Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10445
10446 * gdb.t06/signals.exp: xfail the continue from the handler for all
10447 targets.
10448
10449 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
10450 function with watchpoints enabled, the i386 call dummy starts with
10451 a call.
10452
10453 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
10454 386 bsd names its corefiles.
10455
10456Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
10457
10458 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
10459 compilers don't grok it.
10460 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
10461 with small octal ints rather than character constants, which
10462 are signed and might not fit if first promoted to int.
10463
10464Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
10465
10466 * gdb.t09/Makefile.in (clean): Remove corefile.
10467
10468Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10469
10470 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
10471
10472Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10473 and Jim Kingdon (kingdon@cygnus.com)
10474
10475 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
10476 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
10477 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
10478
10479Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10480
10481 * gdb.t17/interrupt.exp: Add xfail for hppa.
10482
10483Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10484
10485 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
10486 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
10487 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
10488 to determine signed-ness of bitfields and use the result to setup
10489 the xfail.
10490 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
10491 * gdb.t15/funcargs.exp: Use them to step until the second indirect
10492 call line is reached if necessary.
10493
10494Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10495
10496 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
10497
10498Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10499
10500 * gdb.t06/break.exp: Also test `clear' command.
10501
10502Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10503
10504 * gdb.t00/teststrategy.exp: Remove extra quote.
10505
10506 * gdb.t07/watchpoint.exp: Change xfail for calling function with
10507 watchpoint enabled to be for all non-68k machines.
10508
10509 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
10510
10511Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10512
10513 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
10514 targets use aout.mt instead of ecoff.mt as gas understands
10515 standard aout format.
10516
10517Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10518
10519 * lib/gdb.exp (runto): Don't insist that function we are running to
10520 was compiled with -g.
10521
10522 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
10523
10524 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
10525 to get back into the read system call.
10526 Accept leading newline in case where we woke it up.
10527
10528Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10529
10530 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
10531 to make the stabs test work on ecoff systems using gcc and -with-stabs.
10532 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
10533 enable ecoff configuration.
10534
10535Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10536
10537 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
10538
10539Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10540
10541 * gdb.t16/printcmds.exp: Add another printf test.
10542
10543Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
10544
10545 * configure.in: If configured -with-stabs on any target, add
10546 stabsdirs to configdirs.
10547
10548Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10549
10550 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
10551 fun" so pattern does not match the command itself.
10552
10553Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10554
10555 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
10556
10557Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10558
10559 * gdb.t17/interrupt.exp: Test for more things.
10560
10561Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10562
10563 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
10564 compiler arranges the code and line numbers.
10565
10566 * gdb.t17/interrupt.exp: Don't send \n after ^C.
10567
10568Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10569
10570 * gdb.t00/help.exp: Increase expect input buffer size.
10571
10572Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10573
10574 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
10575
10576 * gdb.t07/watchpoint.exp: Add xfail for hppa.
10577
10578 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
10579
10580 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
10581 [0-9]*, not just [0-9].
10582
10583Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10584
10585 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
10586
10587 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
10588
10589Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10590
10591 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
10592
10593Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10594
10595 * gdb.t06/signals.c: Add xfails for sun3.
10596
10597 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
10598
10599 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
10600 test_stepping tests.
10601
10602Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10603
10604 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
10605
10606 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
10607
10608 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
10609 rather than actually putting it through cpp twice.
10610
10611 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
10612
10613Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
10614
10615 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
10616 no longer needed.
10617
10618Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10619
10620 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
10621
10622 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
10623 C++ features prints as "struct", make it a pass, not an xfail.
10624
10625Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10626
10627 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
10628 Don't require VA to print as "class" rather than "struct".
10629
10630Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
10631
10632 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
10633
10634Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10635
10636 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
10637
10638Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10639
10640 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
10641 order.
10642
10643Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10644
10645 * gdb.t16/printcmds.exp: Add printf tests.
10646
10647 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
10648
10649 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
10650
10651Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
10652
10653 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
10654 pass counts, to counteract any existing or future setup_xfails.
10655
10656Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10657
10658 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
10659 {BEGIN,END}_COMMON for common block instead of STAB.
10660 * gdb.stabs/wierd.exp: Add xfail for rs6000.
10661
10662 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
10663 intp_var should be N_GSYM not N_LSYM.
10664 wierd-aout.S: Use a label for the value of the N_SO.
10665 wierd.def: Remove all backslashes.
10666 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
10667
10668Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10669
10670 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
10671 get the expected next to inheritance3.
10672
10673Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10674
10675 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
10676 now that gcc-2.4 gets it right.
10677
10678Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10679
10680 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
10681
10682 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
10683 generating comp-info.exp which works for cross-compilation.
10684
10685Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
10686
10687 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
10688 "*-*-sysv4.*".
10689
10690Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
10691
10692 * gdb.t01/run.exp: Start with a fresh gdb.
10693 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
10694 SVR4.x.
10695
10696Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
10697
10698 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
10699 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
10700 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
10701 Makefile.in (distclean, realclean): Remove gdbme.c from list of
10702 things to remove.
10703
10704Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
10705
10706 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
10707 test cases from bug reports.
10708
10709Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
10710
10711 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
10712 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
10713 avoid spurious xfails.
10714 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
10715 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
10716 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
10717
10718Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
10719
10720 * gdb.t00/teststrategy.exp: Rework to provide more useful
10721 description of each test, fix problem with systems that define
10722 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
10723 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
10724 results for "next over recursive call" so timeouts aren't taken
10725 by error.
10726
10727Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
10728
10729 * gdb.t12/scope.exp: Test printing of variables before run.
10730
10731 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
10732 printed in wrong order due to sorting.
10733
10734Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
10735
10736 * gdb.t00/teststrategy.exp: Fix expected results for printing
10737 user entered string constant. Is array of char, prints with no
10738 address.
10739
10740 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
10741 commands.
10742 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
10743 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
10744 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
10745 of struct of char arrays.
10746 * gdb.t00/radix.exp: New tests for radix commands.
10747
10748Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
10749
10750 * gdb.t16/printcmd.exp: Print a variable before running program
10751 (with xfail for AIX).
10752
10753Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
10754
10755 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
10756
10757 * gdb.t16/printcmd.exp: Don't print variables before running program.
10758
10759 * gdb.t06/break.exp: Don't require envp argument to main.
10760
10761 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
10762
10763 * gdb.t02/whatis.exp, gdb.t11/list.exp:
10764 Add xfails for rs6000.
10765
10766 * gdb.t02/whatis.exp: Change other tests not to re-test something
10767 we already tested.
10768
10769 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
10770 each type used has a variable of that type.
10771
10772Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
10773
10774 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
10775
10776Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10777
10778 * configure.in: change srctrigger to be a file, not a directory
10779
10780Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
10781
10782 * configure.in (mips-idt-ecoff*): Added trailing '*'.
10783
10784 * gdb.t11/list.exp: Fixed a couple of typos.
10785
10786Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
10787
10788 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
10789 is fixed and PR is closed.
10790 * gdb.t16 (gdbme.c): Add simple test string variable.
10791 * gdb.t16 (printcmds.exp): Add tests with simple test string
10792 variable, primarily for boundaries on "set print elements".
10793
10794Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
10795
10796 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
10797 Make leading 0's optional and don't expect a tab in the middle
10798 of the number.
10799
10800 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
10801
10802 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
10803 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
10804 don't end command passed to gdb_test with newline.
10805
10806 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
10807 signed keyword away, don't expect signed bitfields to be signed.
10808
10809 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
10810 printing with only as many 1's as are in the field as well as printing
10811 with 32 1's (see comment).
10812
10813Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
10814
10815 * gdb.t00/default.exp: Start with a fresh gdb.
10816 * configure.in (configdirs): Remove gdb.t31 until the chill
10817 compiler works again. It no longer is able to find chillrt0
10818 since it isn't in libchill.a anymore.
10819 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
10820 wierd.o, make more modular.
10821 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
10822 spurious newlines that caused problems.
10823
10824Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10825
10826 * Move test with enums and partial symbols from gdb.t03/ptype.exp
10827 to gdb.stabs/wierd.exp since GCC has worked around the bug.
10828 gdb.stabs/wierd.{exp,def}: Many new tests.
10829
10830 * gdb.t00/default.exp: update info line for new message.
10831
10832 * gdb.t02/{whatis.exp,gdbme.c}:
10833 Test that "char *" doesn't print as "caddr_t".
10834
10835Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10836
10837 * gdb.t00/help.exp: Use .* in place of some help messages which
10838 just changed.
10839 gdb.t00/default.exp: Update "info frame" test for new message.
10840 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
10841 Remove some xfails
10842
10843Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10844
10845 * gdb.t03/{gdbme.c,ptype.exp}:
10846 Add tests for typedef'd struct and union without tags.
10847 Also check "whatis" on a variable of a typedef'd enum without a tag.
10848
10849 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
10850 PRMS 1823; the bug still exists but isn't reproduced by this test
10851 anymore), and remove rs6000 XFAIL (the bug is fixed).
10852
10853 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
10854 duplicated from whatis.exp. For those that are left, accept
10855 "long", "long int", or "int" for long variables (whatis.exp already
10856 has an XFAIL for "int", so no need to fail it here).
10857
10858 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
10859 Deal with GCC's names for types now that GDB uses the compiler's names.
10860
10861 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
10862 setup_xfail's for sunos4. If we #defined the signed keyword away,
10863 don't expect GDB to know that char it is signed.
10864
10865 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
10866
10867Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
10868
10869 * configure.in (configdirs): Add gdb.t24 for C++ tests that
10870 should work on any system, regardless of debugging format.
10871 * gdb.t21/demangle.exp: Move to gdb.t24.
10872 * gdb.t24/demangle.exp: Move from gdb.t21.
10873 * gdb.t24/{Makefile.in, configure.in}: New files.
10874
10875Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10876
10877 * configure.in: Do gdb.stabs and C++ tests only for stabs.
10878 * gdb.stabs: New directory.
10879
10880Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10881
10882 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
10883 not just "Quit anyway?".
10884
10885Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
10886
10887 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
10888 that all setup_xfails are immediately followed by clear_xfails.
10889
10890Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
10891
10892 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
10893 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
10894 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
10895 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
10896 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
10897 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
10898 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
10899 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
10900 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
10901 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
10902 gdb.t31/chillvars.exp, lib/gdb.exp:
10903 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
10904 bug-gdb@prep.ai.mit.edu.
10905
10906Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
10907
10908 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
10909 with 0.0, not integer 0.
10910
10911Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
10912
10913 * gdb.t06/break.exp: Update for "Kill the program" message change.
10914
10915Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
10916
10917 * Makefile.in (GDBFLAGS): Set to -nx.
10918 * Makefile.in (site.exp): Use GDBFLAGS.
10919
10920Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10921
10922 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
10923 Makefiles.
10924 (check): depend on just-check.
10925 (just-check): added so that tests can be run without a noop
10926 build pass.
10927
10928Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10929
10930 Switch to using configure's configdirs.
10931 * Makefile.in (Makefile): add configure.in dependency.
10932 (SUBDIRS): removed redundant assignment.
10933 * configure.in: switch subdirs assignment to configdirs.
10934 * gdb.t*/configure.in: new files.
10935
10936Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
10937
10938 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
10939 works.
10940
10941Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
10942
10943 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
10944 in explicit rules. Apparently this is not supported by some makes.
10945
10946Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
10947
10948 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
10949
10950Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10951
10952 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
10953 disappeared.
10954
10955Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
10956
10957 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
10958
10959Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
10960
10961 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
10962 watchpoint problem that is now fixed.
10963 * gdb.t30/chexp.exp: Remove setup_xfail for printing
10964 uninitialized convenience variables.
10965 * gdb.t31/chillvars.exp: Fix expected patterns for printing
10966 structures.
10967
10968Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10969
10970 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
10971 which causes expect to get out of sync with gdb on long output
10972 from help set.
10973 * gdb.t09/corefile.exp: Make expected pattern for core file
10974 failing signal and frame output format less sun specific.
10975
10976Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
10977
10978 * gdb.t31/chillvars.exp: Add and remove initial dummy
10979 breakpoint, so that symbol table is forced in.
10980 (Needed at least on Sunos4, though it seems not SVR4.)
10981 * gdb.t31/chillvars.exp: Update for changed output format.
10982
10983Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
10984
10985 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
10986
10987Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
10988
10989 * Makefile.in: Added --srcdir when invoking runtest, removed the
10990 need for a local config file. (optional now)
10991
10992Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
10993
10994 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
10995 failure count used to force early termination. Add some more
10996 expected failures for gnu style demangling.
10997
10998Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10999
11000 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
11001 pmi variable from gdb.t20/gdbme to get optimized away.
11002 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
11003 Check for written corefile upon timeout _and_ eof.
11004
11005Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11006
11007 * config/unix-gdb.exp: Add missing return 0.
11008
11009Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11010
11011 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
11012 test termination.
11013
11014Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
11015
11016 * configure.in (subdirs): Put back gdb.t17 which mysteriously
11017 disappeared.
11018
11019Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
11020
11021 * gdb.t10/crossload.exp: Disable the i860-elf test until such
11022 time as i860 support works.
11023
beb998c6 11024 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
11025 "backtrace 100\r" rather than just "backtrace\r", to match last
11026 change.
11027
11028Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
11029
11030 * config/udi-gdb.exp (gdb_exit): Remove close command.
11031 (gdb_target_udi): New procedure to set the UDI target.
11032 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
11033 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
11034 Added waits for prompts after several question responses. Added
11035 some more responses used by a29k-amd-udi-gdb.
11036 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
11037 pass different arguments, restart UDI connection after program
11038 completion.
11039 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
11040 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
11041 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
11042 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
11043 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
11044 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
11045 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
11046 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
11047 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
11048 after program completion.
11049 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
11050 compiled with a SELECT_VECS setting.
11051 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
11052 infinite recursion.
11053
11054 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
11055 Added checks for COFF results, and made them expected failures for
11056 all targets. It would be better to make them expected failures
11057 for COFF targets only.
11058
11059Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11060
11061 * Makefile.in: add null dvi target, don't bother to recurse
11062 through test directories for info and install-info; rename
11063 $(datadir) to be dejagnu instead of deja-gnu
11064
11065Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
11066
11067 * gdb.t31/gdbme.ch: Re-enable code that previously caused
11068 compiler to coredump.
11069 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
11070 code.
11071
11072Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
11073
11074 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
11075 coredump.
11076 * gdb.t31/chillvars.exp: Comment out tests that depend on that
11077 code.
11078
11079Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
11080
11081 * gdb.t03/ptype.exp: tests for return code from gdb_test.
11082 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
11083 which in a shell. Deletes xgdb when done.
11084 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
11085 Tests the return from the "set height" or "set width" commands.
11086 Added a few return codes where needed.
11087
11088Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
11089
11090 * Makefile.in (SUBDIRS): Add gdb.t17.
11091 * configure.in (subdirs): Add gdb.t17.
11092 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
11093 files to test gdb's calling of functions in the inferior with
11094 the correct arguments and gdb's ability to retrieve any
11095 result returned.
11096
11097Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
11098
11099 * config/unix-gdb.exp (gdb_exit): Remove close commands that
11100 may be called after gdb goes away. Previous versions of expect
11101 needed these to avoid file descriptor leaks, but they cause
11102 errors with the current revision of expect.
11103 * gdb.t00/gdbvars.exp: Use -re on expected output after
11104 setting sevenbit-strings.
11105 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
11106 to set sevenbit-strings consistent across tests.
11107 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
11108 set sevenbit-strings consistent across tests.
11109
11110Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
11111
11112 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
11113 expected output to match current "expect" expectations.
11114
11115Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
11116
11117 * gdb.t00/default.exp: Change expected output for default "source"
11118 command, to match new gdb behavior which requires a filename to
11119 source.
11120
11121Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
11122
11123 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
11124 expected fail for i486-*-* that misses the marker2 function.
11125 * gdb.t10/crossload.exp (bfddefault): Allow successful
11126 recognition of a format to pass even if no symbols are found.
11127 Explicitly catch failures where the format is not recognized
11128 or is ambiguous, and add the reason to the fail message.
11129 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
11130 the cause is and invalid target and add reason to failure message.
11131 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
11132 elf32-i386, elf32-sparc, and elf32-i860.
11133 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
11134 Set up expected failure for 'filename'::variable scope resolution,
11135 which is now apparently broken on all targets.
11136 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
11137 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
11138 gdb.t23/templates.exp: Change failure for missing binfile into
11139 just a warning.
11140 gdb.t21/demangle.exp: Change all cfront references to 'arm'
11141 references.
11142
11143Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
11144
11145 * gdb.t00/default.exp: Add expected output for default "source"
11146 command, to match new gdb behavior.
11147 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
11148
11149Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
11150
11151 * config/*-gdb.exp: returns an error, rather than exiting on
11152 internal errors.
11153
11154Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
11155
11156 * gdb.t03/gdbme.c: Add pointer to struct variable.
11157 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
11158 referencing struct members.
11159
11160Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
11161
11162 * configure.in (mips-idt-ecoff): New target.
11163 * config/mips-gdb.exp: New file for remote board using MIPS remote
11164 debugging protocol.
11165
11166 * Redid configuration scheme. Removed gdb.t*/configure.in.
11167 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
11168 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
11169 distclean targets. Built executables via .o files. Adjusted
11170 tests to account for source files in $(srcdir) rather than
11171 $(objdir).
11172 * lib/gdb.exp (runto): Don't expect () after the function name,
11173 because it may have arguments.
11174
11175Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
11176
11177 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
11178 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
11179 expected failures for mips-idt-* and mips-sgi-*.
11180 * gdb.t00/default.exp (attach): Kill process if requested.
11181 * gdb.t00/help.exp (help target core, help target): Accept a gdb
11182 that does not read core files.
11183 * gdb.t01/run.exp: Removed checks for exit status code.
11184 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
11185 it is linked in.
11186 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
11187 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
11188 appropriate, rather than doing it by hand.
11189 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
11190 execution.
11191 * gdb.t10/crossload.exp: Kill existing program if needed.
11192 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
11193 appropriate, rather than doing it by hand. Always increase
11194 timeout for this test, not just for VxWorks.
11195
11196Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
11197
11198 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
11199 of Chill STRUCT types and STRUCT values.
11200 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
11201 than "char".
11202 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
beb998c6 11203 struct2): New struct definitions and initializations to test
c906108c
SS
11204 simple Chill STRUCT types.
11205
11206Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
11207
11208 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
11209 the null byte at the end of strings.
11210 * gdb.t00/default.exp: Make show version insensitive to copyright
11211 date.
11212 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
11213 to avoid dependencies on target char signedness.
11214 * gdb.t16/printcmds.exp: Update expected results for explicitly
11215 unsigned char.
11216 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
11217 now work.
11218 * gdb.t21/demangle.exp: Add many more patterns for template
11219 demangling, most of them being expected failures.
11220 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
11221 string we are matching for, to match on the whole string.
11222 * gdb.t21/demangle.exp: Add many new test strings to demangle,
11223 and fix a whole bunch that had incorrect expected output but were
11224 passing anyway because of the bug in "proc demangle".
11225 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
11226 type.
11227 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
11228
11229Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
11230
11231 * gdb/testsuite: made modifications to testcases, etc., to allow
11232 them to work properly given the reorganization of deja-gnu and the
11233 relocation of the testcases from deja-gnu to a "tool" subdirectory.
11234
11235Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
11236
11237 * gdb/testsuite: Initial creation of gdb/testsuite.
11238 Migrated dejagnu testcases and support files for testing nm to
11239 gdb/testsuite from deja-gnu. These files were moved "as is"
11240 with no modifications. This migration is part of a major overhaul
11241 of dejagnu. The modifications to these testcases, etc., which
11242 will allow them to work with the new version of dejagnu will be
11243 made in a future update.
11244\f
11245Local Variables:
ef043731 11246mode: change-log
c906108c
SS
11247left-margin: 8
11248fill-column: 74
11249version-control: never
11250End:
This page took 1.200327 seconds and 4 git commands to generate.