2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
ec4646ef
MC
12004-02-03 Michael Chastain <mec.gnu@mindspring.com>
2
3 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
4
1b802196
FF
52004-02-02 Fred Fish <fnf@redhat.com>
6
7 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
8 remote targets. Update copyright years.
9
18fe2033
JJ
102004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11
12 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
13 support.
14 * gdb.base/langs.exp: Fix test which attempts to create
15 breakpoint on non-existent function to handle new pending
16 support.
17 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
18 a breakpoint.
19 * gdb.base/pending.exp: New test.
20 * gdb.base/pending.c: New file.
21 * gdb.base/pendshr.c: Ditto.
22
8d577d32
DC
232004-02-02 David Carlton <carlton@kealia.com>
24
25 * gdb.cp/overload.exp: Add overloadNamespace tests.
26 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
27 (overloadNamespace, XXX): New.
28 (main): Call XXX::marker2.
29
3ad13771
FF
302004-02-01 Fred Fish <fnf@redhat.com>
31
32 * gdb.base/dump.exp: Use runto_main instead of "runto main".
33 * gdb.base/finish.exp: Ditto.
34 * gdb.base/gcore.exp: Ditto.
35 * gdb.base/huge.exp: Ditto.
36 * gdb.base/info-proc.exp: Ditto.
37 * gdb.base/return2.exp: Ditto.
38 * gdb.threads/gcore-thread.exp: Ditto.
39
44c75849
DJ
402004-02-01 Daniel Jacobowitz <drow@mvista.com>
41
42 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
43
005bc093
MK
442004-02-01 Mark Kettenis <kettenis@gnu.org>
45
46 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
47 that opening the file succeeds on OpenBSD.
48
c47cebdb
DJ
492004-02-01 Daniel Jacobowitz <drow@mvista.com>
50
51 * gdb.threads/thread-specific.c: New file.
52 * gdb.threads/threads-specific.exp: New test script.
53 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
54 to expect_out.
55
5a01311c
MK
562004-02-01 Mark Kettenis <kettenis@gnu.org>
57
58 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
59 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
60 only on the "print_small_structs from print_long_arg_list" test.
61
ce22a4f1
DJ
622004-02-01 Daniel Jacobowitz <drow@mvista.com>
63
64 * gdb.base/completion.exp: Kill a stray backslash.
65
66 From Jim Ingham <jingham@apple.com>:
67 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
68 agrees with the result from sending a tab.
69
abbab9d3
DJ
702004-01-31 Daniel Jacobowitz <drow@mvista.com>
71
72 * gdb.base/chng-syms.exp: Remove stray newline.
73
53904d1e
MK
742004-01-31 Mark Kettenis <kettenis@gnu.org>
75
76 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
77 *-*-openbsd*.
78 * gdb.asm/openbsd.inc: New file.
79
3a4b3aac
MK
802004-01-30 Mark Kettenis <kettenis@gnu.org>
81
82 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
83 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
84 *-*solaris2*. Remove commented out default settings for
85 asm-flags. Replace gdb_compile with target_link.
86
ebac27b4
MC
872004-01-29 Michael Chastain <mec.gnu@mindspring.com>
88
89 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
90 for all tests. Remove old hp-ux and cygnus xfail cases.
91
d8679d84
PH
922004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
93
94 * gdb.base/chng-syms.exp: New file.
95 * gdb.base/chng-syms.c: New file.
96
0a55bc22
MC
972004-01-24 Michael Chastain <mec.gnu@mindspring.com>
98
99 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
100 Provide arms for current output in all my configurations.
101
94b8e876
MC
1022004-01-24 Michael Chastain <mec.gnu@mindspring.com>
103
104 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
105 * lib/compiler.cc: Likewise.
106 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
107 get the right preprocessor. Eval the output directly. Remove
108 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
109 hp_f77_compiler and hp_f90_compiler completely.
110 (gdb_preprocess): Delete.
111 (get_compiler): Delete.
112
7cf03d44
MK
1132004-01-24 Mark Kettenis <kettenis@gnu.org>
114
115 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
116 <string.h>.
117
68b6dce9
NR
1182004-01-24 Nick Roberts <nick@nick.uklinux.net>
119
120 * gdb.mi/mi-stack.exp: Update copyright.
121
b368761e
DC
1222004-01-23 David Carlton <carlton@kealia.com>
123
124 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
125 test for cp_lookup_transparent_type.
126 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
127 call them.
128
f2061b53
DJ
1292004-01-23 Daniel Jacobowitz <drow@mvista.com>
130
131 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
132 after -var-update.
133
37fc574a
DC
1342004-01-23 David Carlton <carlton@kealia.com>
135
136 * gdb.cp/namespace.cc (C::ensureRefs): New.
137 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
138
8e94b928
NR
1392004-01-20 Nick Roberts <nick@nick.uklinux.net>
140
141 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
142 case "-stack-list-locals 2".
143 * gdb.mi/mi-var-child.exp: Test for case
144 "-var-list-children --all-values NAME".
145
997b0952
MC
1462004-01-18 Michael Chastain <mec.gnu@mindspring.com>
147
148 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
149
52470da3
MK
1502004-01-18 Mark Kettenis <kettenis@gnu.org>
151
7049b4b8
MK
152 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
153 used with gdb_test_multiple.
154
52470da3
MK
155 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
156 read at address 0. This fixes PR testsuite/1504.
157
da6012e5
DJ
1582004-01-18 Daniel Jacobowitz <drow@mvista.com>
159
160 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
161 Remove downloading, guessing the host executable, the calls to
162 gdb_file_cmd and gdb_target_cmd, and "load" support.
163 (infer_host_exec): New function broken out from gdb_load.
164 (gdb_load): New wrapper for gdbserver_gdb_load.
165 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
166 gdb_target_cmd. Use -target-select.
167 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
168 Download binaries to the host. Clear last_mi_remote_file when
169 we load a new binary.
170 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
171 call gdbserver_gdb_load and mi_gdb_target_cmd.
172
32c70722
MC
1732004-01-17 Michael Chastain <mec.gnu@mindspring.com>
174
175 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
176 type patterns.
177
b0cecf36
MC
1782004-01-17 Michael Chastain <mec.gnu@mindspring.com>
179
180 * gdb.cp/templates.exp: Fix typo in test name of
181 "print Foo<volatile char*>::foo".
182
4120d7e6
MC
1832004-01-15 Michael Chastain <mec.gnu@mindspring.com>
184
185 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
186
f679e530
BE
1872004-01-16 Ben Elliston <bje@wasabisystems.com>
188
189 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
190 (clean mostlyclean): Remove empty rm.
191
091c48f6
MC
1922004-01-15 Michael Chastain <mec.gnu@mindspring.com>
193
194 * gdb.base/setvar.exp: Add copyright years.
195
3e5fc8d2
DC
1962004-01-14 David Carlton <carlton@bactrian.org>
197
198 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
199 PR c++/1511 and update coment.
200 * gdb.cp/templates.exp: Update patterns to match current output.
201 If changes involve something other than whitespace, KFAIL
202 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
203
63d06c5c
DC
2042004-01-14 David Carlton <carlton@kealia.com>
205
206 * gdb.cp/namespace.exp: Add tests involving classes defined within
207 namespaces.
208 * gdb.cp/namespace.cc (C::CClass): New.
209 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
210
a51dab88
EZ
2112004-01-14 Elena Zannoni <ezannoni@redhat.com>
212
213 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
214 what debug info we have. Print a better message if something goes
215 wrong while producing the separate debug info file.
216
a476ccc9
MC
2172004-01-14 Michael Chastain <mec.gnu@mindspring.com>
218
219 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
220
f453692c
MC
2212004-01-14 Michael Chastain <mec.gnu@mindspring.com>
222
223 * gdb.base/callfuncs.c: Add copyright notice.
224
f40063a5
MC
2252004-01-13 Michael Chastain <mec.gnu@mindspring.com>
226
227 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
228 inheritance. PR gdb/1498, PR gcc/13539.
229
19ac3974
EZ
2302004-01-13 Elena Zannoni <ezannoni@redhat.com>
231
232 * gdb.threads/gcore-thread.exp: Prefix name of binary with
233 test specific name.
234 * gdb.mi/gdb669.exp: Ditto.
235 * gdb.mi/mi-pthreads.exp: Ditto.
236 * gdb.mi/mi1-pthreads.exp: Ditto.
237 * gdb.mi/mi2-pthreads.exp: Ditto.
238
56c97c6e
MC
2392004-01-12 Michael Chastain <mec.gnu@mindspring.com>
240
241 * gdb.cp/member-ptr.cc: Add copyright notice.
242
a0644324
MC
2432004-01-12 Michael Chastain <mec.gnu@mindspring.com>
244
245 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
246 some patterns for recent versions of gcc and hpacc. Delete
247 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
248 Delete tests that access a NULL pointer-to-member-data. This
249 script is still disabled for gcc.
250
32fabe09
EZ
2512004-01-12 Elena Zannoni <ezannoni@redhat.com>
252
253 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
254 escaped correctly.
255
1f8a6abb
EZ
2562004-01-12 Elena Zannoni <ezannoni@redhat.com>
257
258 * gdb.base/sepdebug.exp: New file.
259 * gdb.base/sepdebug.c: New file.
260 * lib/gdb.exp (separate_debug_filename): New procedure.
261 (gdb_gnu_strip_debug): New procedure.
262
48efe704
AC
2632004-01-12 Andrew Cagney <cagney@redhat.com>
264
265 * gdb.mi/ChangeLog: Delete file. Renamed to ...
266 * gdb.mi/ChangeLog-1999-2003: New file.
267
a9415475
AC
2682004-01-12 Andrew Cagney <cagney@redhat.com>
269
270 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
271 "Renaming a directory to a non-empty directory returns ENOTEMPTY
272 or EEXIST", treat EBUSY as an XFAIL.
273
83b8cf9d
MC
2742004-01-11 Michael Chastain <mec.gnu@mindspring.com>
275
276 * gdb.base/scope.exp: Remove obsolete setup_xfail for
277 hp_cc_compiler.
278
9939d2a8
MC
2792004-01-10 Michael Chastain <mec.gnu@mindspring.com>
280
281 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
282 decorations.
283
1ff8cadf
MC
2842004-01-10 Michael Chastain <mec.gnu@mindspring.com>
285
286 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
287 and "(aCC)" decorations. Remove obsolete doco about old
288 test results.
289
6fa9022e
MC
2902004-01-09 Michael Chastain <mec.gnu@mindspring.com>
291
292 * gdb.cp/exception.exp: Fix typo in doco.
293
209721fe
MK
2942004-01-09 Mark Kettenis <kettenis@gnu.org>
295
296 * gdb.base/gdb1476.exp: Fix typo.
297
ef11303e
MC
2982004-01-09 Michael Chastain <mec.gnu@mindspring.com>
299
300 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
301 file.
302
041ab88c
MC
3032004-01-09 Michael Chastain <mec.gnu@mindspring.com>
304
305 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
306 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
307 Use gdb_compile. Remove restriction on gcc. Add some patterns
308 for recent version of gdb. Delete second half, which was a copy
309 of the first half with different build flags. This test is
310 still disabled because it is still not ready for production.
311
e36d075a
MC
3122004-01-08 Michael Chastain <mec.gnu@mindspring.com>
313
314 * gdb.cp/exception.cc: Add copyright notice.
315 * gdb.cp/exception.exp: Add a notice that this file is broken
316 because of line number changes caused by addition of copyright
317 notice.
318
42b190ad
MC
3192004-01-08 Michael Chastain <mec.gnu@mindspring.com>
320
321 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
322 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
323
8f25f06b
MC
3242004-01-08 Michael Chastain <mec.gnu@mindspring.com>
325
326 * gdb.cp/classes.exp: Accept gnu abi 2.
327 * gdb.cp/derivation.exp: Likewise.
328 * gdb.cp/overload.exp: Likewise.
329 * gdb.cp/virtfunc.exp: Likewise.
330
06ded8b8
MC
3312004-01-08 Michael Chastain <mec.gnu@mindspring.com>
332
333 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
334 semicolon after end of function.
335
77c26ae3
MC
3362004-01-07 Michael Chastain <mec.gnu@mindspring.com>
337
338 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
339 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
340 boilerplate code for compiling and running the program under
341 test. Add some string method tests.
342
20757486
MC
3432004-01-07 Michael Chastain <mec.gnu@mindspring.com>
344
345 * gdb.cp/bs15503.cc: Add copyright notice.
346 * gdb.cp/bs15503.exp: Adjust line number.
347
0fd3b503
MC
3482004-01-07 Michael Chastain <mec.gnu@mindspring.com>
349
350 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
351 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
352
10d1bea8
MC
3532004-01-07 Michael Chastain <mec.gnu@mindspring.com>
354
355 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
356 hp_cc_compiler.
357
2789202a
MC
3582004-01-07 Michael Chastain <mec.gnu@mindspring.com>
359
360 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
361 * gdb.cp/ctti.exp: Use the marker instead of "next".
362 With gcc, run further before bailing.
363
b862f14c
MC
3642004-01-07 Michael Chastain <mec.gnu@mindspring.com>
365
366 * gdb.cp/cttiadd.cc: Add copyright notice.
367 * gdb.cp/cttiadd1.cc: Likewise.
368 * gdb.cp/cttiadd2.cc: Likewise.
369 * gdb.cp/cttiadd3.cc: Likewise.
370
96da2469
MC
3712004-01-07 Michael Chastain <mec.gnu@mindspring.com>
372
373 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
374 Use gdb_test, gdb_test_multiple. Use floating-point values that
375 have exact representations in IEEE-ish formats.
376
053248ff
MC
3772004-01-07 Michael Chastain <mec.gnu@mindspring.com>
378
379 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
380 compilers. Delete duplicate call to get_compiler_info.
381 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
382 * gdb.base/volatile.exp: Likewise.
383
84acecdd
MK
3842004-01-07 Mark Kettenis <kettenis@gnu.org>
385
386 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
387 memory at address 0.
388
fe11a27f
MC
3892004-01-07 Michael Chastain <mec.gnu@mindspring.com>
390
391 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
392 to test for hp-ux assembler. Fix copyright years.
393
60ad077b
AC
3942004-01-07 Andrew Cagney <cagney@redhat.com>
395
396 * gdb.base/fileio.c (strerrno): Add "EBUSY".
397
1c9b8f33
AC
3982004-01-07 Andrew Cagney <cagney@redhat.com>
399
400 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
401 when creating the read-only file. From analysis by Roland McGrath
402 and Elena Zannoni.
403
753ccc7a
MC
4042004-01-06 Michael Chastain <mec.gnu@mindspring.com>
405
406 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
407
eca3e36b
MC
4082004-01-06 Michael Chastain <mec.gnu@mindspring.com>
409
410 * gdb.base/cvexpr.c: Be type-safe with function pointers and
411 data pointers.
412
f8d4bac4
MC
4132004-01-06 Michael Chastain <mec.gnu@mindspring.com>
414
415 * gdb.cp/m-static.exp: Compile one source file at a time.
416 Delete unused call to get_compiler_info.
417
9b4e0f94
MC
4182004-01-06 Michael Chastain <mec.gnu@mindspring.com>
419
420 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
421 * gdb.base/call-rt-st.exp: Likewise.
422 * gdb.base/nodebug.exp: Likewise.
423 * gdb.base/volatile.exp: Likewise.
424 * gdb.cp/ref-types.exp: Likewise.
425 * gdb.cp/templates.exp: Likewise.
426
023c1024
MK
4272004-01-05 Mark Kettenis <kettenis@gnu.org>
428
429 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
430
19703c4a
MC
4312004-01-05 Michael Chastain <mec.gnu@mindspring.com>
432
433 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
434 hppa*-hp-hpux*.
435
18b67037
MK
4362004-01-04 Mark Kettenis <kettenis@gnu.org>
437
ba6219c8
MK
438 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
439 x86_64-*-*.
440
18b67037
MK
441 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
442 sparc64-*-* and sparc*-solaris2*.
443
1bfbbb9d
MK
4442004-01-04 Mark Kettenis <kettenis@gnu.org>
445
446 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
447 return ${tests}" test. The ${tests} already mentions the
448 filename.
449
06846494
MC
4502004-01-02 Michael Chastain <mec.gnu@mindspring.com>
451
452 * gdb.cp/local.exp: Accept gcc abi 2.
453
3b0cb202
MC
4542004-01-02 Michael Chastain <mec.gnu@mindspring.com>
455
456 * gdb.cp/templates.exp: Accept gcc abi 2.
457
0643ec3f
MC
4582004-01-02 Michael Chastain <mec.gnu@mindspring.com>
459
460 * lib/compiler.cc: Remove supports_template_debugging.
461 * gdb.cp/templates.exp: Do not test supports_template_debugging.
462
d231d0b1
MC
4632004-01-01 Michael Chastain <mec.gnu@mindspring.com>
464
465 * gdb.cp/namespace.exp: Accept gcc abi 2.
466
44ffb27c
MC
4672004-01-01 Michael Chastain <mec.gnu@mindspring.com>
468
469 * gdb.cp/method.exp: Accept gcc abi 2.
470
184ad485
MC
4712004-01-01 Michael Chastain <mec.gnu@mindspring.com>
472
473 * gdb.cp/classes.exp: Generate identical results as old version.
474 * gdb.cp/derivation.exp: Likewise.
475 * gdb.cp/overload.exp: Likewise.
476 * gdb.cp/virtfunc.exp: Likewise.
477
116f09e7
MC
4782004-01-01 Michael Chastain <mec.gnu@mindspring.com>
479
480 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
481 mysterious bug with sourceware version of expect.
482
b1379776
MC
4832004-01-01 Michael Chastain <mec.gnu@mindspring.com>
484
485 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
486 current versions of gcc, including gcc abi 2. Remove gratuitous
487 restart of test program. Use gdb_test_multiple and gdb_test for
488 all tests. Add patterns to xfail missing "const" in "const char *"
489 and kfail PR gdb/1155.
490
6b7a4c0e
MC
4912004-01-01 Michael Chastain <mec.gnu@mindspring.com>
492
493 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
494 current versions of gcc, including gcc abi 2. Remove gratuitous
495 restart of test program. Use gdb_test_multiple and gdb_test for
496 all tests. Add patterns to kfail PR gdb/1498.
497
51615d72
MC
4982003-12-31 Michael Chastain <mec.gnu@mindspring.com>
499
500 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
501 current versions of gcc, including gcc abi 2. Use "breakpoint"
502 and "continue" instead of restarting the target program. Use
503 gdb_test_multiple and gdb_test for all tests.
504
7b79a9d7
MK
5052004-01-01 Mark Kettenis <kettenis@gnu.org>
506
507 * gdb.asm/asm-source.exp: Update copyright year. Link statically
508 for *-*-solaris2*.
509
1cd3489f
MC
5102003-12-31 Michael Chastain <mec.gnu@mindspring.com>
511
512 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
513 current versions of gcc, including gcc abi 2. Use "breakpoint"
514 and "continue" instead of restarting the target program several
515 times. Use gdb_test_multiple and gdb_test for all tests.
516
850742db
MC
5172003-12-18 Michael Chastain <mec.gnu@mindspring.com>
518
519 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
520 source files.
521
eb4bbda8
MC
5222003-12-16 Michael Chastain <mec.gnu@mindspring.com>
523
524 * gdb.base/environ.exp: Handle compiling test case from multiple
525 source files.
526
e42c7771
MC
5272003-12-16 Michael Chastain <mec.gnu@mindspring.com>
528
529 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
530
80e4b428
JB
5312003-12-17 Jim Blandy <jimb@redhat.com>
532
5f06973a
JB
533 * gdb.base/freebpcmd.c: Add copyright notice.
534
80e4b428
JB
535 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
536
0ab84fb7
MC
5372003-12-16 Michael Chastain <mec.gnu@mindspring.com>
538
539 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
540
1b3bb3d0
JB
5412003-12-13 Jim Blandy <jimb@redhat.com>
542
543 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
544
3a4c9371
KB
5452003-12-12 Kevin Buettner <kevinb@redhat.com>
546
547 * gdb.asm/frv.inc: New file.
548 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
549
a1dea79a
FF
5502003-12-09 Fred Fish <fnf@redhat.com>
551
552 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
553 functions to break1.c and leave prototypes behind. Add more
554 "set breakpoint NN here" comments.
555 * gdb.base/break1.c: New file.
556
557 * gdb.base/break.exp: Handle compiling test case from multiple
558 source files and change source file references as needed.
559 * gdb.base/completion.exp: Ditto.
560 * gdb.base/condbreak.exp: Ditto.
561 * gdb.base/define.exp: Ditto.
562 * gdb.base/ena-dis-br.exp: Ditto.
563 * gdb.base/info-proc.exp: Ditto.
564 * gdb.base/maint.exp: Ditto.
565 * gdb.base/until.exp: Ditto.
566
567 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
568 hardcoded line numbers.
569 * gdb.base/define.exp: Ditto.
570 * gdb.base/ena-dis-br.exp: Ditto.
571 * gdb.base/maint.exp: Ditto.
572 * gdb.base/until.exp: Ditto.
573
574 * gdb.base/completion.exp: Use "break1" for completion tests since
575 "break" is no longer a unique prefix.
576
5266b69c
AC
5772003-12-06 Andrew Cagney <cagney@redhat.com>
578
579 * gdb.base/structs.exp (test_struct_returns): When applicable, set
580 "return_value_unimplemented". When an unimplemented struct return
581 architecture, report incorrect values as a KFAIL
582
374451f0
MC
5832003-12-05 Michael Chastain <mec.gnu@mindspring.com>
584
585 * gdb.cp/rtti.exp: Accept new wording of warning from
586 cp_lookup_rtti_type.
587
ba9b20a7
MC
5882003-12-05 Michael Chastain <mec.gnu@mindspring.com>
589
590 Partial fix for PR testsuite/1456.
591 * gdb.base/scope.exp (test_at_main): Replace references to
592 gcc_compiled with calls to test_compiler_info.
593 (test_at_foo): Likewise.
594 (test_at_bar): Likewise.
595
b74b6d0b
MC
5962003-12-04 Michael Chastain <mec.gnu@mindspring.com>
597
598 Partial fix for PR testsuite/1456.
599 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
600 to test_compiler_info.
601
ccfa3402
MC
6022003-12-03 Michael Chastain <mec.gnu@mindspring.com>
603
604 * gdb.base/so-impl-ld.exp: Update copyright notice.
605
f6246aba
MC
6062003-12-02 Michael Chastain <mec.gnu@mindspring.com>
607
608 Partial fix for PR testsuite/1456.
609 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
610 to test_compiler_info.
611
13ae734a
MC
6122003-11-28 Michael Chastain <mec.gnu@mindspring.com>
613
614 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
615 from current versions of gdb. Clean up regular expressions.
616 Delete redundant timeout case.
617
d8e1cdee
MC
6182003-11-28 Michael Chastain <mec.gnu@mindspring.com>
619
620 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
621 from current versions of gdb. Clean up regular expressions.
622 Delete redundant timeout case.
623
96457b64
MC
6242003-12-01 Michael Chastain <mec.gnu@mindspring.com>
625
626 Partial fix for PR testsuite/1456.
627 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
628 gcc_compiled with call to test_compiler_info.
629
f35309fc
MC
6302003-11-30 Michael Chastain <mec.gnu@mindspring.com>
631
632 Partial fix for PR testsuite/1456.
633 * gdb.base/list.exp (test_list_function): Delete unused declaration
634 of gcc_compiled.
635
d7afdf9b
MC
6362003-11-29 Michael Chastain <mec.gnu@mindspring.com>
637
638 Partial fix for PR testsuite/1456.
639 * gdb.base/complex.exp: Replace reference to gcc_compiled with
640 call to test_compiler_info.
641
71507b56
MK
6422003-11-29 Mark Kettenis <kettenis@gnu.org>
643
644 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
645 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
646 it to create the appropriate note.inc.
647 * gdb.asm/asmsrc1.s: Include "note.inc".
648 * gdb.asm/netbsd.inc: New file.
649 * gdb.asm/empty.inc: New file.
650
f81f93f7
MC
6512003-11-28 Michael Chastain <mec.gnu@mindspring.com>
652
653 Partial fix for PR testsuite/1456.
654 * gdb.base/constvars.exp: Replace references to gcc_compiled with
655 calls to test_compiler_info.
656
9a77938e
MC
6572003-11-27 Michael Chastain <mec.gnu@mindspring.com>
658
659 Partial fix for PR testsuite/1456.
660 * gdb.base/volatile.exp: Replace references to gcc_compiled with
661 calls to test_compiler_info.
662
e8367dc7
MK
6632003-11-27 Mark Kettenis <kettenis@gnu.org>
664
665 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
666 pattern for the KFAILs.
667
526c61ee
AF
6682003-11-25 Adam Fedor <fedor@gnu.org>
669
670 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
671 * gdb.objc/objcdecode.m: New file.
672
28f2d600
AF
6732003-11-25 Adam Fedor <fedor@gnu.org>
674
675 * gdb.objc/nondebug.exp: Test for PR objc/1236.
676 * gdb.objc/nondebug.m: New file.
677
a3895cee
BE
6782003-11-26 Ben Elliston <bje@wasabisystems.com>
679
680 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
681 NetBSD as it does on FreeBSD. Modelled on a similar change by
682 Mark Kettenis on 2003-05-30.
683 (link-flags): Set to "--entry _start" regardless of target.
684 Special linker flags are to be appended to $link-flags.
685 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
686
c9f2c8a3
MC
6872003-11-25 Michael Chastain <mec.gnu@mindspring.com>
688
689 * gdb.cp/method.exp: Accept output of new demangler.
690
15a0587a 6912003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
692
693 * gdb/class2.exp: New file.
694 * gdb/class2.cc: New file.
695
3c00b570
MC
6962003-11-25 Michael Chastain <mec.gnu@mindspring.com>
697
698 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
699 of new demangler.
700
7027acc7
MK
7012003-11-23 Mark Kettenis <kettenis@gnu.org>
702
703 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
704 of gdb_test "run".
705
b0e1598a
MK
7062003-11-23 Mark Kettenis <kettenis@gnu.org>
707
708 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
709 "continue" into "run".
710
4d9eda44
MC
7112003-11-23 Michael Chastain <mec.gnu@mindspring.com>
712
713 Partial fix for PR testsuite/1456.
714 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
715 call to test_compiler_info.
716 * gdb.cp/ctti.exp: Likewise.
717 * gdb.cp/derivation.exp: Likewise.
718 * gdb.cp/member-ptr.exp: Likewise.
719 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
720 reference to gcc_compiled.
721
7222003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
723
724 Fix PR testsuite/1463.
725 * gdb.base/structs.exp (start_structs_test): Call
726 get_debug_format before using the debug format.
727
d422fe19
AC
7282003-11-22 Andrew Cagney <cagney@redhat.com>
729
730 * lib/gdb.exp (gdb_test_multiple): Add simple example.
731 * gdb.base/structs.exp: Use gdb_test_multiple.
732
039cf96d
AC
7332003-11-20 Andrew Cagney <cagney@redhat.com>
734
6882279b
AC
735 * gdb.base/structs.exp: Handle and recover from internal errors.
736 Replace "foo${n}" with "foo<n>" in test messages.
737
e53890ae
AC
738 * gdb.base/structs.exp: Update copyright. Rewrite.
739 * gdb.base/structs.c: Update copyright. Rewrite.
740
2b211c59
AC
741 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
742 resync count exceeded.
743
039cf96d
AC
744 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
745 from the internal error.
746 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
747 Original from Jim Blandy.
748 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 749
eac98b22
AC
7502003-11-19 Andrew Cagney <cagney@redhat.com>
751
752 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
753 KFAIL.
754
67455b2a
MK
7552003-11-17 Mark Kettenis <kettenis@gnu.org>
756
757 New testcase for PR backtrace/1435.
758 * gdb.arch/i386-unwind.exp: New file.
759 * gdb.arch/i386-unwind.c: New file.
760
853d6e5b
AC
7612003-11-17 Andrew Cagney <cagney@redhat.com>
762
763 * lib/gdb.exp (compiler_info): New global.
764 (test_compiler_info): New function.
765 (get_compiler_info): Set compiler_info.
766 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
767 "compiler_info" to gcc-<major>-<minor>.
768
38cf6e11
MC
7692003-11-15 Michael Chastain <mec.gnu@mindspring.com>
770
771 * gdb.trace/configure: Remove.
772
a50d3602
EZ
7732003-11-13 Elena Zannoni <ezannoni@redhat.com>
774
775 * gdb.base/break.c: Add comments to aid finding line numbers for
776 breakpoints.
777 * gdb.base/break.exp: Remove all references to explicit line
778 numbers.
779
d9407aaa
NC
7802003-11-11 Nick Clifton <nickc@redhat.com>
781
782 * gdb.base/shreloc.exp: Do not run for targets which do not
783 support shared objects.
784
db488fc1
CV
7852003-11-10 Corinna Vinschen <vinschen@redhat.com>
786
787 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
788 Don't run tests if nofileio flag is given.
789
6a90a18e
EZ
7902003-11-07 Elena Zannoni <ezannoni@redhat.com>
791
792 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
793 as well as 'Watchpoint'.
794
0b915e9c
EZ
7952003-11-06 Elena Zannoni <ezannoni@redhat.com>
796
797 Reported by Jim Ingham <jingham@apple.com>:
798 * gdb.base/annota1.exp: Match at least one occurrence of the
799 signal handler annotation.
800
d7e4b55f
EZ
8012003-11-06 Elena Zannoni <ezannoni@redhat.com>
802
803 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
804 as well as 'Watchpoint'.
805
2fe4e8d0
MC
8062003-11-05 Michael Chastain <mec@shout.net>
807
808 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
809
6ef88553
KW
8102003-11-03 Kris Warkentin <kewarken@qnx.com>
811
812 * gdb.arch/gdb1291.c: New test file.
813 * gdb.arch/gdb1291.exp: New test script.
814 * gdb.arch/gdb1431.c: New test file.
815 * gdb.arch/gdb1431.exp: New test script.
816
ae7dc4d8
MC
8172003-10-22 Michael Chastain <mec@shout.net>
818
819 * gdb.mi/pthreads.c: Add copyright notice.
820
c39d7427
MC
8212003-10-22 Michael Chastain <mec@shout.net>
822
823 * gdb.threads/pthreads.c: Add copyright notice.
824
8b7d96c1
MC
8252003-10-20 Michael Chastain <mec@shout.net>
826
827 * gdb.base/gdb1056.exp: New test script.
828
d1d69fdd
DJ
8292003-10-13 Daniel Jacobowitz <drow@mvista.com>
830
831 * gdb.threads/killed.exp: Use gdb_run_cmd.
832
7d605576
DJ
8332003-10-13 Daniel Jacobowitz <drow@mvista.com>
834
835 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
836 create a core file.
837 * gdb.threads/gcore-thread.exp: Likewise.
838
618ec112
CV
8392003-10-13 Corinna Vinschen <vinschen@redhat.com>
840
841 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
842 type, based on char type.
843 (struct bit_flags_short_t): New bitfield type, based on short type.
844 (init_bit_flags_char): New fuction.
845 (init_bit_flags_short): Ditto.
846 (print_bit_flags_char): Ditto.
847 (print_bit_flags_short): Ditto.
848 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
849
9367a73c
MC
8502003-10-11 Michael Chastain <mec@shout.net>
851
852 * gdb.base/call-rt-st.exp: Update copyright year.
853
1decf120
KI
8542003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
855
856 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
857 * gdb.disasm/sh3.s: Ditto.
858
5445b2ae
DJ
8592003-10-07 Daniel Jacobowitz <drow@mvista.com>
860
861 * gdb.threads/switch-threads.exp: New test.
862 * gdb.threads/switch-threads.c: New source file.
863
aec24853
CV
8642003-10-07 Corinna Vinschen <vinschen@redhat.com>
865
866 * gdb.base/ending-run.exp: Add sh specific case.
867
adc7428d
AC
8682003-10-06 Andrew Cagney <cagney@redhat.com>
869
870 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
871 * gdb.disasm/mn10200.exp: Delete obsolete file.
872
c9d37158
DJ
8732003-09-29 Daniel Jacobowitz <drow@mvista.com>
874
875 * ChangeLog: Correct an entry command.exp -> commands.exp.
876 * gdb.base/commands.exp (bp_deleted_in_command_test)
877 (temporary_breakpoint_commands): Check noargs.
878
79c2c32d
DC
8792003-09-25 David Carlton <carlton@kealia.com>
880
881 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
882 of some print tests, where appropriate. Add tests for C::D::cd,
883 E::ce, F::cXfX, G::XgX.
884 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
885
594e6d67
RE
8862003-09-25 Richard Earnshaw <rearnsha@arm.com>
887
888 * lib/java.exp (java_init): Import target_alias before using it.
889
10f0d451
DC
8902003-09-25 David Carlton <carlton@kealia.com>
891
892 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
893
274bcba0
EZ
8942003-09-23 Elena Zannoni <ezannoni@redhat.com>
895
896 * gdb.base/selftest.exp: Accomodate more instruction reordering
897 weirdness.
898
cdbf20f7
MC
8992003-09-17 Michael Chastain <mec@shout.net>
900
901 * gdb.cp/gdb1355.exp: New file.
902 * gdb.cp/gdb1355.c: New file.
903
71e06f80
CV
9042003-09-15 Corinna Vinschen <vinschen@redhat.com>
905
906 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
907 * gdb.asm/sh.inc: New file.
908
5c4e30ca
DC
9092003-09-11 David Carlton <carlton@kealia.com>
910
bd45b7af
DC
911 * gdb.cp/namespace.exp: Add tests for namespace types.
912 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
913 (test_namespace): New.
914
1c199746
EZ
9152003-09-11 Elena Zannoni <ezannoni@redhat.com>
916
917 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 918 * gdb.stabs/weird.exp: Ditto.
1c199746 919
04ed252f
MC
9202003-09-08 Michael Chastain <mec@shout.net>
921
922 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
923
d8a2d9e7
MC
9242003-09-07 Michael Chastain <mec@shout.net>
925
926 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
927 'parse error'.
928
161afb24
MK
9292003-09-07 Mark Kettenis <m.kettenis@osp.nl>
930
931 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
932
49f2741a
MC
9332003-08-30 Michael Chastain <mec@shout.net>
934
935 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
936 * gdb.gdb/observer.exp: Ditto.
937 * gdb.gdb/xfullpath.exp: Ditto.
938
8afa723e
MK
9392003-08-29 Mark Kettenis <kettenis@gnu.org>
940
941 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
942 *-*-*bsd*.
943
f31dfe3b
JJ
9442003-08-28 Jeff Johnston <jjohnstn@redhat.com>
945
946 * gdb.base/dump.exp: Skip for ia64.
947
4630e498
JJ
9482003-08-25 Jeff Johnston <jjohnstn@redhat.com>
949
950 * gdb.asm/asm-source.exp: Add ia64 support.
951 * gdb.asm/ia64.inc: New file.
952
1105b7ef
MC
9532003-08-22 Michael Chastain <mec@shout.net>
954
955 * gdb.cp: New directory.
956 * gdb.cp/*: Copy from gdb.c++/*.
957 * gdb.c++/*: Remove.
958 * Makefile.in: Change gdb.c++ to gdb.cp.
959 * configure.in: Ditto.
960 * configure: Regnerate.
961
c945b932
MK
9622003-08-18 Mark Kettenis <kettenis@gnu.org>
963
964 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
965 * gdb.arch/i386-prologue.c (gdb1338): Add function.
966
2b66634b
DJ
9672003-08-17 Daniel Jacobowitz <drow@mvista.com>
968
969 * mi-var-display.exp (-var-list-children weird): Accept function
970 pointers with argument types.
971 * mi1-var-display.exp (-var-list-children weird): Likewise.
972 * mi2-var-display.exp (-var-list-children weird): Likewise.
973
a356f73b
DJ
9742003-08-17 Daniel Jacobowitz <drow@mvista.com>
975
976 * gdb.base/annota3.exp: Add missing newline.
977
483417b8
MC
9782003-08-06 Michael Chastain <mec@shout.net>
979
980 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
981
c99c59c3
MS
9822003-08-12 Michael Snyder <msnyder@redhat.com>
983
984 * gdb.base/float.exp: Add test for SH.
985
55ed7501
MK
9862003-08-10 Mark Kettenis <kettenis@gnu.org>
987
988 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
989
1a371f2e
EZ
9902003-08-07 Elena Zannoni <ezannoni@redhat.com>
991
992 * gdb.base/completion.exp: Remove reduntant completion test
993 on filename.
994
e0f353ce
EZ
9952003-08-07 Elena Zannoni <ezannoni@redhat.com>
996
997 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
998 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
999 gdb.trace/save-trace.exp: Make sure that full pathnames are
1000 escaped correctly.
1001
5710a1af
EZ
10022003-08-07 Elena Zannoni <ezannoni@redhat.com>
1003
1004 * configure.in: Don't generate config.h from config.hin.
1005 * configure: Regenerate.
1006 * config.hin: Remove file.
1007 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
1008 * gdb.threads/pthreads.c: Ditto.
1009
dcd81ce9
DJ
10102003-08-07 Daniel Jacobowitz <drow@mvista.com>
1011
1012 From Kei Sakamoto <sakamoto.kei@renesas.com>:
1013 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
1014 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
1015 Replace ld24 with seth/add3.
1016
6009d884
AC
10172003-08-02 Andrew Cagney <cagney@redhat.com>
1018
1019 * gdb.base/annota3.exp: New file.
1020 * gdb.base/annota3.c: New file.
1021 * gdb.c++/annota3.exp: New file.
1022 * gdb.c++/annota3.cc: New file.
1023
51514e06
MC
10242003-07-29 Michael Chastain <mec@shout.net>
1025
1026 * gdb.threads/tls.c (spin): Check errno only if sem_wait
1027 actually failed.
1028 (do_pass): Likewise.
1029 * gdb.threads/tls.exp: Always initialize no_of_threads.
1030
4ee6625b
DJ
10312003-07-27 Daniel Jacobowitz <drow@mvista.com>
1032
1033 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
1034 pattern.
1035 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
1036 * gdb.threads/tls.exp: Recognize one case of the host library not
1037 supporting TLS.
1038
225f2bf6
AC
10392003-07-27 Andrew Cagney <cagney@redhat.com>
1040
1041 * gdb.base/fileio.exp: Use SH when running commands using
1042 remote_exec.
1043
bcb27c9f
DJ
10442003-07-24 Daniel Jacobowitz <drow@mvista.com>
1045
1046 From Kei Sakamoto <sakamoto.kei@renesas.com>:
1047 * gdb.base/relocate.c (dummy): New padding array.
1048
3d67be83
MS
10492003-07-22 Michael Snyder <msnyder@redhat.com>
1050
1051 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
1052
1053 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
1054 patterns to be more general, accepting old and new output.
1055 Some output chars (such as '+') also must be quoted.
1056 Some addresses are displayed numerically instead of
1057 symbolically.
1058
57ba3b85
MS
10592003-07-23 Michael Snyder <msnyder@redhat.com>
1060
686d097c
MS
1061 * gdb.base/return2.exp: Don't test long-long return.
1062
57ba3b85
MS
1063 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
1064 * gdb.disasm/t01_mov.exp: Ditto.
1065 * gdb.disasm/t02_mova.s: Ditto.
1066 * gdb.disasm/t02_mova.exp: Ditto.
1067 * gdb.disasm/t03_add.s: Ditto.
1068 * gdb.disasm/t03_add.exp: Ditto.
1069 * gdb.disasm/t04_sub.s: Ditto.
1070 * gdb.disasm/t04_sub.exp: Ditto.
1071 * gdb.disasm/t05_cmp.s: Ditto.
1072 * gdb.disasm/t05_cmp.exp: Ditto.
1073 * gdb.disasm/t06_ari2.s: Ditto.
1074 * gdb.disasm/t06_ari2.exp: Ditto.
1075 * gdb.disasm/t07_ari3.s: Ditto.
1076 * gdb.disasm/t07_ari3.exp: Ditto.
1077 * gdb.disasm/t08_or.s: Ditto.
1078 * gdb.disasm/t08_or.exp: Ditto.
1079 * gdb.disasm/t09_xor.s: Ditto.
1080 * gdb.disasm/t09_xor.exp: Ditto.
1081 * gdb.disasm/t10_and.s: Ditto.
1082 * gdb.disasm/t10_and.exp: Ditto.
1083 * gdb.disasm/t11_logs.s: Ditto.
1084 * gdb.disasm/t11_logs.exp: Ditto.
1085 * gdb.disasm/t12_bit.s: Ditto.
1086 * gdb.disasm/t12_bit.exp: Ditto.
1087 * gdb.disasm/t13_otr.s: Ditto.
1088 * gdb.disasm/t13_otr.exp: Ditto.
1089
e00759ef
EZ
10902003-07-22 Elena Zannoni <ezannoni@redhat.com>
1091
1092 * gdb.threads/tls.exp :Add kfail for 'info address' case.
1093
8bc2021f
EZ
10942003-07-22 Elena Zannoni <ezannoni@redhat.com>
1095
1096 * gdb.threads/tls.c : New file.
1097 * gdb.threads/tls.exp : New file.
1098 * gdb.threads/tls-main.c : New file.
1099 * gdb.threads/tls-shared.c : New file.
1100 * gdb.threads/tls-shared.exp : New file.
1101
89320c4c
AS
11022003-07-22 Andreas Schwab <schwab@suse.de>
1103
1104 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
1105
180dea7c
AS
11062003-07-20 Andreas Schwab <schwab@suse.de>
1107
1108 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
1109 due to insn reordering.
1110
0714963c
AC
11112003-07-15 Andrew Cagney <cagney@redhat.com>
1112
1113 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
1114
98a23b3f
MC
11152003-07-15 Michael Chastain <mec@shout.net>
1116
1117 * gdb.base/gdb1250.exp: New file.
1118 * gdb.base/gdb1250.c: New file.
1119
27e417a2
ML
11202003-07-09 Michal Ludvig <mludvig@suse.cz>
1121
1122 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
1123 expansion of size_t to 'unsigned long', not only to 'unsigned'.
1124
8bc2021f
EZ
11252003-07-09 Elena Zannoni <ezannoni@redhat.com>
1126
1127 * gdb.threads/tls.c: New file.
1128 * gdb.threads/tls.exp: New file.
1129 * gdb.threads/tls-main.c: New file.
1130 * gdb.threads/tls-shared.c: New file.
1131 * gdb.threads/tls-shared.exp: New file.
1132
d99968dc
EZ
11332003-07-09 Elena Zannoni <ezannoni@redhat.com>
1134
1135 * gdb.base/annota1.exp: Make sure that we properly escape the
1136 full path of the source file. Xfail more permissive patterns,
1137 due to a compiler debug info problem.
1138
83876b3b
AS
11392003-07-07 Andreas Schwab <schwab@suse.de>
1140
2705e972
AS
1141 * gdb.asm/m68k.inc: New file.
1142 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
1143
83876b3b
AS
1144 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
1145 arguments"): Also match negative number.
1146
1147 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
1148
3a871b37
DJ
11492003-07-03 Daniel Jacobowitz <drow@mvista.com>
1150
1151 * gdb.base/store.c (charest): New typedef.
1152 (add_char): Rename to add_charest, update.
1153 (wack_char): Rename to wack_charest, update types. Return l + r
1154 to keep r live across the call.
1155 (wack_short, wack_int, wack_long, wack_longest, wack_float)
1156 (wack_double, wack_doublest): Return l + r to keep r live across
1157 the call.
1158 * gdb.base/store.exp: Accomodate store.c changes.
1159
b2a7f303
DC
11602003-06-30 David Carlton <carlton@kealia.com>
1161
1162 * gdb.c++/maint.exp (test_invalid_name): New.
1163 (test_first_component): Add tests for invalid names.
1164
3c6cb4a1
MC
11652003-06-29 Michael Chastain <mec@shout.net>
1166
1167 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
1168 output of '<VTT for class>' for virtual base classes.
1169
f1c2644b
DJ
11702003-06-29 Daniel Jacobowitz <drow@mvista.com>
1171
1172 * gdb.base/completion.exp: Tab-complete "complet" instead of
1173 "compl".
1174 * gdb.base/complex.exp, gdb.base/complex.c: New files.
1175
18080350
DJ
11762003-06-29 Daniel Jacobowitz <drow@mvista.com>
1177
1178 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
1179 * gdb.base/volatile.exp: Likewise.
1180
f56973f8
DJ
11812003-06-29 Daniel Jacobowitz <drow@mvista.com>
1182
1183 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
1184 gdb/1265.
1185
11862003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
1187 Daniel Jacobowitz <drow@mvista.com>
1188
1189 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
1190 initial line count of 'captured_main' from 26 to 32.
1191 (test_with_self): Allow xmalloc call to be interleaved with the
1192 preceding two lines.
1193
e766d4d6
JB
11942003-06-24 Joel Brobecker <brobecker@gnat.com>
1195
1196 * gdb.base/bang.exp: New testcase.
1197
f125c9a4
JB
11982003-06-23 Joel Brobecker <brobecker@gnat.com>
1199
1200 * gdb.base/langs.exp: Add some tests for the "minimal" language
1201 support.
1202
6e25beaf
EZ
12032003-06-23 Elena Zannoni <ezannoni@redhat.com>
1204
1205 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
1206 the testcase.
1207
2f816dda
DJ
12082003-06-22 Daniel Jacobowitz <drow@mvista.com>
1209
1210 * gdb.base/relocate.exp: Test add-symbol-file with a variable
1211 offset.
1212
db5a5748
DJ
12132003-06-22 Daniel Jacobowitz <drow@mvista.com>
1214
1215 * gdb.c++/pr-1210.cc: New file.
1216 * gdb.c++/pr-1210.exp: New file.
1217
1df0c130
DJ
12182003-06-21 Daniel Jacobowitz <drow@mvista.com>
1219
1220 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
1221 000-exec-continue.
1222
a92feac0
MK
12232003-06-15 Mark Kettenis <kettenis@gnu.org>
1224
1225 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
1226 on *-*-*bsd* instead of *-*-freebsd*.
1227
81a58f5b
AC
12282003-06-14 Andrew Cagney <cagney@redhat.com>
1229
1230 * gdb.base/store.exp: Test longest and doublest. Test all
1231 parameters. Weaken return statement match.
1232 * gdb.base/store.c: Add longest and doublest - aka long long and
1233 long double functions. Put all parameters into local register
1234 variables. Use negative values.
1235
b257a0d3
AC
12362003-06-14 Andrew Cagney <cagney@redhat.com>
1237
1238 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
1239 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
1240 exit status.
1241 * gdb.base/fileio.exp: Disable target when nointerrupts and
1242 noinferiorio, instead of limiting it to remote. Use remote_exec
1243 instead of system.
1244
21c38304
JJ
12452003-06-12 Jeff Johnston <jjohnstn@redhat.com>
1246
1247 * gdb.base/float.exp: Add ia64 support.
1248
1bcdb424
CV
12492003-06-12 Corinna Vinschen <vinschen@redhat.com>
1250
1251 * gdb.base/fileio.exp: Run only on remote targets.
1252
6aeb981f
CV
12532003-06-10 Corinna Vinschen <vinschen@redhat.com>
1254
1255 * gdb.base/fileio.c: New file, testing File-I/O.
1256 * gdb.base/fileio.exp: Ditto.
1257
53df362e
RG
12582003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
1259
1260 * gdb.base/shreloc.exp: New file, check symbol values obtained from
1261 shared objects after relocation at load time (gdb PR/1132).
1262 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
1263 as above, part of the shared object relocation test.
1264
ffee1b46
MK
12652003-06-08 Mark Kettenis <kettenis@gnu.org>
1266
b5ca3722
MK
1267 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
1268 fully filled history list.
1269 * gdb.base/gdb_history: New file.
1270
03ed860d
MK
1271 * gdb.base/signals.exp: XFAIL "continue to func1" on
1272 i*86-*-freebsd*.
1273
ffee1b46
MK
1274 * gdb.base/attach.exp: When trying to attach to a nonexistent
1275 process, make it possible to specify the PID based on the target,
1276 and do so for *-*-freebsd*.
1277
d80dbb52
RH
12782003-06-02 Richard Henderson <rth@redhat.com>
1279
1280 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
1281
6dd77b81
RH
12822003-06-02 Richard Henderson <rth@redhat.com>
1283
1284 * gdb.base/selftest.exp: Next over lim_at_start initialization.
1285
f6347e16
RH
12862003-06-02 Richard Henderson <rth@redhat.com>
1287
1288 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
1289
2c161407
DJ
12902003-06-01 Daniel Jacobowitz <drow@mvista.com>
1291
1292 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
1293 of globalvar.
1294
572eb746
MK
12952003-06-01 Mark Kettenis <kettenis@gnu.org>
1296
1297 * gdb.asm/asm-source.exp: Check for memory read errors in
1298 disassembler test on *BSD too.
1299
9e9617a5
RH
13002003-06-01 Richard Henderson <rth@redhat.com>
1301
1302 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
1303 for .frame.
1304 (gdbasm_call): Lose ldgp.
1305 (gdbasm_startup): Add frame information.
1306 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
1307
7b34ad4e
MK
13082003-05-31 Mark Kettenis <kettenis@gnu.org>
1309
1310 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
1311 i?86-*-*.
1312
10059fdf
MK
13132003-05-30 Mark Kettenis <kettenis@gnu.org>
1314
1315 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
1316 FreeBSD.
1317
acf4b816
RH
13182003-05-29 Richard Henderson <rth@redhat.com>
1319
1320 * gdb.asm/alpha.inc: New file.
1321 * gdb.asm/asm-source.exp: Use it.
1322
e9ecd949
JB
13232003-05-29 Jim Blandy <jimb@redhat.com>
1324
1325 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
1326 'core.PID'.
1327
e3e5a4f3
JB
13282003-05-22 Jim Blandy <jimb@redhat.com>
1329
1330 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
1331 backtrace.
1332
72fe3d25
DC
13332003-05-20 David Carlton <carlton@math.stanford.edu>
1334
1335 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
1336 this time.
1337
58da2eb2
DC
13382003-05-19 David Carlton <carlton@bactrian.org>
1339
1340 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
1341 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
1342
1fcb5155
DC
13432003-05-19 David Carlton <carlton@bactrian.org>
1344
1345 * gdb.c++/namespace.exp: Add namespace scope and anonymous
1346 namespace tests.
1347 Bump copyright date.
1348 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
1349 (main): Call C::D::marker2.
1350 * gdb.c++/namespace1.cc: New file.
1351
85e85163
JJ
13522003-05-14 Jeff Johnston <jjohnstn@redhat.com>
1353
1354 Roland McGrath <roland@redhat.com>
1355 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
1356 there is no manager thread.
1357
a25fbfec
JJ
13582003-05-08 Jeff Johnston <jjohnstn@redhat.com>
1359
1360 * gdb.threads/schedlock.exp: Remove assumption that all threads
1361 will run in a particular small time slice. Also ensure we break
1362 in one of the child threads rather than the main thread.
1363
be375bae
JB
13642003-05-07 Jim Blandy <jimb@redhat.com>
1365
09bf6082
JB
1366 Add support for assembly source testing on the s390x.
1367 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
1368 architecture.
1369 * gdb.asm/s390x.inc: New file.
1370
be375bae
JB
1371 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
1372 succession of 'if' statements.
1373
00905d52
AC
13742003-05-05 Andrew Cagney <cagney@redhat.com>
1375
1376 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
1377
b1e29e33
AC
13782003-05-05 Andrew Cagney <cagney@redhat.com>
1379
1380 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
1381 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
1382
e33d66ec
EZ
13832003-05-02 Elena Zannoni <ezannoni@redhat.com>
1384
1385 * gdb.base/charset.exp: Update based on new behavior of set/show
1386 charset commands.
1387
2b6fd0d8
AC
13882003-05-01 Andrew Cagney <cagney@redhat.com>
1389
1390 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
1391 variable do not give memory errors.
1392
130cacce
AF
13932003-04-30 Adam Fedor <fedor@gnu.org>
1394
1395 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
1396 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
1397 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
1398 gdb.objc/basicclass.m: : New files
1399
1400 * lib/gdb.exp (gdb_compile_objc): New procedure.
1401
bea71854
DJ
14022003-04-27 Daniel Jacobowitz <drow@mvista.com>
1403
1404 * gdb.base/signals.exp: Make backtrace tests more specific.
1405
0f20eeea
DC
14062003-04-23 David Carlton <carlton@bactrian.org>
1407
1408 * gdb.c++/maint.exp (test_first_component): Add tests for
1409 'operator' in more locations.
1410
c8c4d8dc
KB
14112003-04-16 Kevin Buettner <kevinb@redhat.com>
1412
1413 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
1414
3fe60e3c
EZ
14152003-04-16 Elena Zannoni <ezannoni@redhat.com>
1416
1417 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
1418 func marke' instead. Update test name.
1419
9219021c
DC
14202003-04-15 David Carlton <carlton@math.stanford.edu>
1421
1422 * gdb.c++/maint.exp: New file.
1423
5dd55bdd
EZ
14242003-04-14 Elena Zannoni <ezannoni@redhat.com>
1425
1426 * gdb.threads/schedlock.c: Change type of thread function argument
1427 to long, to avoid warnings on 64-bit platforms.
1428
00890572
EZ
14292003-04-14 Elena Zannoni <ezannoni@redhat.com>
1430
1431 * gdb.base/attach.exp: Add new message from ptrace in case of
1432 attaching to nonexistent process.
1433
93201743
JB
14342003-04-11 Jim Blandy <jimb@redhat.com>
1435
1436 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1437 gdb.c++/userdef.cc: Place comments on the lines to which the
1438 marker function might return.
1439 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1440 gdb.c++/userdef.exp: Look for those comments to check that we've
1441 returned to the right place, instead of checking line numbers.
1442
2a11c64d
EZ
14432003-04-11 Elena Zannoni <ezannoni@redhat.com>
1444
1445 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
1446 match on sourcefile name, instead of directory name.
1447
68ab8fc5
EZ
14482003-04-10 Elena Zannoni <ezannoni@redhat.com>
1449
1450 * gdb.base/completion.exp: Use string_to_regexp to match the
1451 working directory name.
1452
5624293a
JB
14532003-04-09 Jim Blandy <jimb@redhat.com>
1454
1455 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1456 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
1457 after an inferior function call, report the failure, but allow the
1458 test to continue.
1459
f1f02ee4
SC
14602003-04-05 Stephane Carrez <stcarrez@nerim.fr>
1461
1462 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
1463 with -DPROTOTYPES.
1464
6eb79af0
SC
14652003-04-05 Stephane Carrez <stcarrez@nerim.fr>
1466
1467 * gdb.base/break.exp: Revert last patch.
1468
8dfb4cf0
SC
14692003-04-04 Stephane Carrez <stcarrez@nerim.fr>
1470
1471 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
1472 with -DPROTOTYPES.
1473
ed4c619a
AC
14742003-04-02 Andrew Cagney <cagney@redhat.com>
1475
1476 * gdb.base/callfuncs.exp: Make "print add" messages unique.
1477 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
1478 matching directories by the name breakpoint.
1479 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
1480 Make "continue to marker1" consistent.
1481 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
1482 message consistent.
1483 * lib/gdb.exp: Put "the program is no longer running", and "the
1484 program exited" in parenthesis.
1485 * lib/mi-support.exp: Ditto.
1486
4e35d5f0
BR
14872003-04-02 Bob Rossi <bob_rossi@cox.net>
1488
1489 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
1490
71900fe8
AC
14912003-03-29 Andrew Cagney <cagney@redhat.com>
1492
1493 * gdb.base/sizeof.c (main): Print the value of '\377'.
1494 * gdb.base/sizeof.exp: Check the sign of '\377'.
1495
c0655a16
MC
14962003-03-27 Michael Chastain <mec@shout.net>
1497
1498 * gdb.base/gdb1090.exp: New file.
1499 * gdb.base/gdb1090.cc: New file.
1500
5b2a3989
JB
15012003-03-27 J. Brobecker <brobecker@gnat.com>
1502
1503 * gdb.gdb/observer.exp: New regression test.
1504
79876890
MC
15052003-03-27 Michael Chastain <mec@shout.net>
1506
1507 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
1508 * gdb.base/ptype.exp: Likewise.
1509
6eac95e3
CV
15102003-03-27 Corinna Vinschen <vinschen@redhat.com>
1511
1512 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
1513
e8c71839
MC
15142003-03-26 Michael Chastain <mec@shout.net>
1515
1516 * gdb.base/ptype.exp: Actually use some typedef'd types.
1517
71b10041
SC
15182003-03-21 Stephane Carrez <stcarrez@nerim.fr>
1519
1520 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
1521 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
1522
2512cf80
CV
15232003-03-20 Corinna Vinschen <vinschen@redhat.com>
1524
1525 * gdb.base/default.exp: Fix regular expression.
1526
0d195a4f
CV
15272003-03-20 Corinna Vinschen <vinschen@redhat.com>
1528
1529 * gdb.base/args.exp: Fix regular expression.
1530
8a2dbca8
CV
15312003-03-20 Corinna Vinschen <vinschen@redhat.com>
1532
1533 * gdb.base/help.exp: Allow Win32 child process.
1534
bf028682
CV
15352003-03-20 Corinna Vinschen <vinschen@redhat.com>
1536
1537 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
1538 when stepping out of main().
1539
182dbe85
CV
15402003-03-20 Corinna Vinschen <vinschen@redhat.com>
1541
1542 * gdb.base/default.exp: Check for win32 specific message when calling
1543 "run" without executable.
1544
d67a6ba5
CV
15452003-03-20 Corinna Vinschen <vinschen@redhat.com>
1546
1547 * gdb.base/args.exp: Expect .exe in output.
1548
a955b5bb
CV
15492003-03-20 Corinna Vinschen <vinschen@redhat.com>
1550
1551 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
1552 Cygwin native.
1553
bf6bad4b
AC
15542003-03-17 Andrew Cagney <cagney@redhat.com>
1555
1556 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
1557 vector registes.
1558 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
1559 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
1560
293e9a31
DC
15612003-03-17 David Carlton <carlton@math.stanford.edu>
1562
1563 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
1564 test, for PR breakpoints/38.
1565 Call test_watchpoint_and_breakpoint.
1566 * gdb.base/watchpoint.c (func3): New function.
1567 (main): Call func3.
1568
5330f2db
DC
15692003-03-04 David Carlton <carlton@math.stanford.edu>
1570
1571 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
1572 Garply<Garply<char> >:: garply".
1573 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
1574 with respect to PR c++/1111; note also PR c++/1113.
1575 (test_template_breakpoints): KFAIL "constructor breakpoint" with
1576 respect to PR c++/1062.
1577 KFAIL "destructor breakpoint" with respect to PR c++/1112.
1578
6ece72da
DC
15792003-03-03 David Carlton <carlton@math.stanford.edu>
1580
1581 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
1582 with respect to PR c++/57.
1583 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
1584 c++/826.
1585 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
1586 respect to PR c++/57.
1587
85ca1584
DC
15882003-03-03 David Carlton <carlton@math.stanford.edu>
1589
1590 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
1591 respect to PR c++/33 into FAILs.
1592
98e9c5b8
MC
15932003-03-03 Michael Chastain <mec@shout.net>
1594
7bedbf27
MC
1595 * configure.in: Update copyright years.
1596
15972003-03-03 Michael Chastain <mec@shout.net>
1598
1599 * Makefile.in: Update copyright years.
98e9c5b8 1600
f683e100
DC
16012003-02-28 David Carlton <carlton@math.stanford.edu>
1602
1603 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
1604 print class instead of struct and/or superfluous protection
1605 specifiers, as long as the resulting output is equivalent to the
1606 source code.
1607 Delete FIXME from end of messages on tests that don't need
1608 fixing.
1609
a9e0cf2c
DC
16102003-02-28 David Carlton <carlton@math.stanford.edu>
1611
1612 * gdb.c++/templates.exp (do_tests): Allow const in the two
1613 Foo<volatile char *>::foo tests.
1614
e8d359df
MS
16152003-02-27 Michael Snyder <msnyder@redhat.com>
1616
1617 * gdb.base/restore.c (main): Return zero, so exit code
1618 will be consistant.
1619
0b71dc91
DC
16202003-02-26 David Carlton <carlton@math.stanford.edu>
1621
1622 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
1623 char *>::foo" test with respect to PR c++/33. Create a new test
1624 which is identical to that one except that it doesn't put the
1625 space between the "char" and the "*"; KFAIL it, too.
1626
dd14ab43
DC
16272003-02-26 David Carlton <carlton@math.stanford.edu>
1628
1629 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
1630 template types into either PASSes or KFAILs (corresponding to PR
1631 c++/57). Tweak indentation. Update copyright.
1632
1146c7f1
SC
16332003-02-23 Stephane Carrez <stcarrez@nerim.fr>
1634
1635 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
1636
74641dfb
MC
16372003-02-13 Michael Chastain <mec@shout.net>
1638
1639 * gdb.base/exprs.exp: Remove i960 remnants.
1640 * gdb.base/funcargs.exp: Likewise.
1641 * gdb.base/list.exp: Likewise.
1642 * gdb.base/ptype.exp: Likewise.
1643
559cd2d0
DC
16442003-02-14 David Carlton <carlton@math.stanford.edu>
1645
1646 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
1647 pEe->D::vg()" from XFAIL to KFAIL.
1648
c4f90d87
JM
16492003-02-13 Jason Molenda (jmolenda@apple.com)
1650
1651 * gdb.base/maint.exp: Update maint print statistics regexp to include
1652 new entries.
1653
cbc4d97c
MC
16542003-02-13 Michael Chastain <mec@shout.net>
1655
1656 * gdb.c++/inherit.exp: Remove call to get_debug_format.
1657
40f235b7
MC
16582003-02-12 Michael Chastain <mec@shout.net>
1659
1660 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
1661 * gdb.c++/inherit.exp: Likewise.
1662 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
1663 * gdb.c++/templates.exp: Likewise.
1664 * gdb.c++/virtfunc.exp: Likewise.
1665
c56716b0
JM
16662003-02-06 Jason Molenda (jason-cl@molenda.com)
1667
1668 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
1669 why the code is written that way.
1670
070afcf8
MC
16712003-02-05 Michael Chastain <mec@shout.net>
1672
1673 * gdb.base/dump.exp: Add missing copyright line.
1674
5d0331e5
JM
16752003-02-05 Jason Molenda (jason-cl@molenda.com)
1676
f7ae6d3e 1677 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
1678 at the beginning so the breakpoint doesn't get set on the loop.
1679
92851186
MC
16802003-02-05 Michael Chastain <mec@shout.net>
1681
1682 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
1683 output for configurations with gcc 2.95.3.
1684
cbf1e085
AC
16852003-02-05 Keith Seitz <keiths@redhat.com>
1686 Andrew Cagney <ac131313@redhat.com>
1687
1688 * gdb.mi/mi-cli.exp: New file.
1689
29518e1e
MC
16902003-02-04 Michael Chastain <mec@shout.net>
1691
1692 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
1693 Call perror and then continue.
1694
5af1d5f3
MC
16952003-02-03 Michael Chastain <mec@shout.net>
1696
1697 * gdb.c++/pr-1023.cc: New file.
1698 * gdb.c++/pr-1023.exp: New file.
1699
6b549786
JB
17002003-02-05 Jim Blandy <jimb@redhat.com>
1701
1702 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
1703 it's local to foobar. Check for it there, and check that it's not
1704 present in main.
1705 * gdb.c++/local.cc (marker2): New function.
1706 (foobar): Call marker1.
1707 (main): Call marker2 instead of marker1.
1708
67f16606
AC
17092003-02-04 Andrew Cagney <ac131313@redhat.com>
1710
1711 * gdb.disasm/mn10200.exp: Obsolete file.
1712 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
1713 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
1714 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
1715
1c5cb38e
DC
17162003-02-04 David Carlton <carlton@math.stanford.edu>
1717
1718 * gdb.c++/overload.exp: Test intToChar(1).
1719 * gdb.c++/overload.cc (intToChar): New.
1720 (main): Call intToChar.
1721
d1fe6965
DC
17222003-02-03 David Carlton <carlton@math.stanford.edu>
1723
1724 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
1725 'might_kfail' arg.
1726 KFAIL some of the continue_to_bp_overloaded calls, according to
1727 PR c++/1025.
1728
9ba61c5d
MC
17292003-02-01 Michael Chastain <mec@shout.net>
1730
1731 * gdb.base/advance.c (marker1): New marker function.
1732 * gdb.base/advance.exp: When the 'advance' command lands on the
1733 return breakpoint, it can legitimately stop on either the
1734 current line or the next line. Accommodate both outcomes.
1735 * gdb.base/until.exp: Likewise.
1736
e7494ffb
AC
17372003-02-02 Andrew Cagney <ac131313@redhat.com>
1738
1739 2002-11-10 Jason Molenda (jason-cl@molenda.com):
1740 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
1741 now a list, not a tuple.
1742 * gdb.mi/mi-var-display.exp: Ditto.
1743 * gdb.mi/gdb792.exp: Ditto.
1744
075559bc
AC
17452003-02-01 Andrew Cagney <ac131313@redhat.com>
1746
1747 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
1748 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
1749 stack backtraces.
1750 * gdb.mi/mi-syn-frame.c: Part of same.
1751
2bd4c7b1
MK
17522003-02-01 Mark Kettenis <kettenis@gnu.org>
1753
1754 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
1755 gdb.mi/mi1-pthreads.exp: Return instead of calling
1756 gdb_suppress_entire_file.
1757
eabd8992
MS
17582003-02-01 Mark Salter <msalter@redhat.com>
1759
1760 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
1761
71469e2f
MS
17622003-01-31 Mark Salter <msalter@redhat.com>
1763
1764 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
1765 Support empty arg.
1766
38a94d44
MC
17672003-01-30 Michael Chastain <mec@shout.net>
1768
1769 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
1770 This was a workaround for a UTF-8 bug in readline 4.3. The bug
1771 has been fixed in gdb/readline on 2003-01-09.
1772
19ea9e73
MS
17732003-01-29 Michael Snyder <msnyder@redhat.com>
1774
e8d359df
MS
1775 * gdb.base/maint.exp: Allow for leading underscore in symbol.
1776 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
1777 * gdb.base/args.exp: Skip if target does not support args passing.
1778
2307bd6a
DJ
17792003-01-22 Daniel Jacobowitz <drow@mvista.com>
1780
19ea9e73 1781 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
1782 gdb_test. Accept a list of expect arguments as the third
1783 parameter.
1784 (gdb_test): Use it.
1785
f2dd3617
EZ
17862003-01-20 Elena Zannoni <ezannoni@redhat.com>
1787
1788 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
1789 allow for different test tree configurations. Update some
1790 tescases accordingly.
1791 * gdb.arch/altivec-regs.exp: Ditto.
1792 * gdb.asm/asm-source.exp: Ditto.
1793 * gdb.base/advance.exp: Ditto.
1794 * gdb.base/display.exp: Ditto.
1795 * gdb.base/long_long.exp: Ditto.
1796 * gdb.base/mips_pro.exp: Ditto.
1797 * gdb.base/overlays.exp: Ditto.
1798 * gdb.base/relocate.exp: Ditto.
1799 * gdb.base/setshow.exp: Ditto.
1800 * gdb.base/step-line.exp: Ditto.
1801 * gdb.base/step-test.exp: Ditto.
1802 * gdb.base/until.exp: Ditto.
1803 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
1804
c71cdefd
DC
18052003-01-17 David Carlton <carlton@math.stanford.edu>
1806
1807 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
1808 corresponding to PR c++/945.
1809 Update copyright.
1810
fdba05d7
DC
18112003-01-17 David Carlton <carlton@math.stanford.edu>
1812
1813 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
1814 corresponding to PR c++/68.
1815
18162003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
1817
1818 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
1819 (test_paddr_hairy_functions): Call print_addr_2_kfail for
1820 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
1821
c362c33a
EZ
18222003-01-15 Elena Zannoni <ezannoni@redhat.com>
1823
0fbc361c
EZ
1824 * gdb.base/break.exp: Fix change of default location, because of
1825 removal of until tests.
1826 * gdb.base/help.exp: Update test for new 'until' help message.
1827 Add test for help on 'advance'.
c362c33a
EZ
1828 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
1829
dabf8a35
MK
18302003-01-15 Mark Kettenis <kettenis@gnu.org>
1831
1832 * gdb.base/default.exp: Adapt "info float" test for recent changes
1833 to that command. Add test for "info vector".
1834 * gdb.base/float.exp: New file. Add test for "info float" that
1835 resembles the old test in gdb.base/default.exp.
1836
a1769aca
DC
18372003-01-15 David Carlton <carlton@math.stanford.edu>
1838
1839 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
1840
82025e13
EZ
18412003-01-15 Elena Zannoni <ezannoni@redhat.com>
1842
1843 * gdb.base/break.exp: Move the tests of until command from here...
1844 * gdb.base/until.exp: ... to here. New file. Add other tests.
1845 * gdb.base/advance.c: New file.
1846 * gdb.base/advance.exp: New file.
1847
8f9ab801
EZ
18482003-01-14 Elena Zannoni <ezannoni@redhat.com>
1849
1850 * gdb.base/args.c: New file.
1851 * gdb.base/args.exp: New file.
1852
9ae66589
DJ
18532003-01-14 Daniel Jacobowitz <drow@mvista.com>
1854
1855 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
1856
8d77e5c3
DJ
18572003-01-14 Daniel Jacobowitz <drow@mvista.com>
1858
1859 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
1860
12d2f0a1
DJ
18612003-01-14 Daniel Jacobowitz <drow@mvista.com>
1862
1863 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
1864 dates.
1865
6ca37014
DJ
18662003-01-13 Daniel Jacobowitz <drow@mvista.com>
1867
1868 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
1869
b0023472
DJ
18702003-01-13 Daniel Jacobowitz <drow@mvista.com>
1871
1872 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
1873 (ptype &*"foo").
1874 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
1875
d6abaea5
DJ
18762002-01-13 Daniel Jacobowitz <drow@mvista.com>
1877
1878 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
1879 * gdb.mi/mi1-console.exp: Likewise.
1880
dfd536a7
DJ
18812002-01-13 Daniel Jacobowitz <drow@mvista.com>
1882
1883 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
1884 * gdb.mi/mi1-console.exp: Likewise.
1885
a1fb14a2
DJ
18862003-01-13 Daniel Jacobowitz <drow@mvista.com>
1887
1888 * gdb.c++/overload.exp: Remove some fixed XFAILs.
1889
c4cf40b7
DJ
18902003-01-09 Daniel Jacobowitz <drow@mvista.com>
1891
1892 * gdb.base/detach.exp: New test.
1893
696d5a5b
DJ
18942003-01-09 Daniel Jacobowitz <drow@mvista.com>
1895
1896 * Makefile.in (ALL_SUBDIRS): New variable.
1897 (subdirs, clean, distclean): Use it.
1898 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
1899 regenerating Makefile, since it is generated from the top level.
1900 * gdb.asm/Makefile.in: Likewise.
1901 * gdb.base/Makefile.in: Likewise.
1902 * gdb.c++/Makefile.in: Likewise.
1903 * gdb.disasm/Makefile.in: Likewise.
1904 * gdb.java/Makefile.in: Likewise.
1905 * gdb.mi/Makefile.in: Likewise.
1906 * gdb.threads/Makefile.in: Likewise.
1907 * gdb.trace/Makefile.in: Likewise.
1908
754533e4
DC
19092003-01-09 David Carlton <carlton@math.stanford.edu>
1910
1911 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
1912 Add copyright year 2003.
1913
d8b3e9ee
MC
19142003-01-06 Michael Chastain <mec@shout.net>
1915
1916 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
1917 When selecting a thread, 'line' and 'file' are optional.
1918 * gdb.mi/mi1-pthreads.exp: Likewise.
1919
8e9e0fe6
AS
19202003-01-06 Andreas Schwab <schwab@suse.de>
1921
1922 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
1923 failures.
1924
b5ab8ff3
DJ
19252003-01-04 Daniel Jacobowitz <drow@mvista.com>
1926
1927 Fix PR gdb/844
1928 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
1929 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
1930
1931 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
1932 instead of calling gdb_suppress_entire_file.
1933 * gdb.threads/print-threads.exp: Likewise.
1934 * gdb.threads/schedlock.exp: Likewise.
1935
1936 * gdb.threads/killed.exp: Return instead of calling
1937 gdb_suppress_entire_file.
1938 * gdb.threads/linux-dp.exp: Likewise.
1939 * gdb.threads/pthreads.exp: Likewise.
1940
1e698235
DJ
19412003-01-04 Daniel Jacobowitz <drow@mvista.com>
1942
1943 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
1944 stabs.
1945 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
1946 * gdb.base/whatis.exp: Always allow (void) after function names.
1947
147ff08c
DJ
19482003-01-04 Daniel Jacobowitz <drow@mvista.com>
1949
1950 * gdb.c++/casts.exp: Correct regexp.
1951
dc62bfc2
MK
19522003-01-04 Mark Kettenis <kettenis@gnu.org>
1953
1954 * configure.in: Call AC_CONFIG_HEADER. Don't call
1955 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
1956 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
1957 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
1958 aforementioned directories in the AC_OUPUT call.
1959 * config.hin: New file.
1960 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
1961 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
1962 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
1963 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
1964 pass -I$objdir instead of -I$objdir/$subdir in compilation.
1965 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
1966 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
1967 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
1968 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
1969 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
1970 gdb.threads/configure.in, gdb.threads/configure,
1971 gdb.threads/config.in, gdb.trace/configure.in,
1972 gdb.trace/configure: Removed.
1973
77afa639
MC
19742003-01-03 Michael Chastain <mec@shout.net>
1975
1976 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
1977 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
1978
7634bb6e
DJ
19792003-01-03 Daniel Jacobowitz <drow@mvista.com>
1980
1981 * gdb.base/store.exp: Fix regular expressions.
1982
b39c905e
MK
19832002-12-28 Mark Kettenis <kettenis@gnu.org>
1984
1985 * configure.in: Rewrite.
1986 * configure: Regenerated.
1987
0a8551dd
DC
19882003-01-03 David Carlton <carlton@math.stanford.edu>
1989
1990 * gdb.base/psymtab.exp: New file.
1991 * gdb.base/psymtab1.c: Ditto.
1992 * gdb.base/psymtab2.c: Ditto.
1993
c60b7188
AF
19942002-12-23 Adam Fedor <fedor@gnu.org>
1995
1996 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
1997
ee73db83
DC
19982002-12-23 David Carlton <carlton@math.stanford.edu>
1999
2000 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
2001 and current_directory initialization.
2002
d6c1774e
JB
20032002-12-22 Jim Blandy <jimb@redhat.com>
2004
f0a847b8
JB
2005 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
2006 rather than as part of the output file name.
2007
d6c1774e
JB
2008 * gdb.base/attach.exp: There's no need to copy the test program to
2009 /tmp; that was only ever necessary on HP/UX, and this test is
2010 entirely disabled there anyway.
2011
f0708dbb
JB
20122002-12-21 Jim Blandy <jimb@redhat.com>
2013
4c2acfea
JB
2014 * gdb.c++/psmang.exp: Doc fix.
2015
f0708dbb
JB
2016 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
2017 test.
2018
9579e000
DC
20192002-12-20 David Carlton <carlton@math.stanford.edu>
2020
2021 * gdb.c++/annota2.exp: KFAIL annotate-quit.
2022
d1810171
MC
20232002-12-18 Michael Chastain <mec@shout.net>
2024
2025 * gdb.c++/annota2.exp: Add copyright year 2002.
2026
76565097
DC
20272002-12-17 David Carlton <carlton@math.stanford.edu>
2028
2029 * gdb.c++/try_catch.cc: Add marker comments.
2030 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
2031 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
2032 * gdb.c++/m-static.cc: Ditto.
2033 * gdb.c++/m-static1.cc: Ditto.
2034 * gdb.c++/try_catch.cc: Ditto.
2035
da81390b
JJ
20362002-12-16 Jeff Johnston <jjohnstn@redhat.com>
2037
2038 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
2039 to see whether we are using the new -environment-directory
2040 command which resets via -r or the old version of the command
2041 which may prompt the user. Part of fix for gdb/741.
2042
b304d130
AC
20432002-12-13 Andrew Cagney <ac131313@redhat.com>
2044
2045 * gdb.fortran/types.exp: Update obsolete comment.
2046 * gdb.fortran/exprs.exp: Ditto.
2047 * lib/gdb.exp: Delete obsolete code.
2048 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
2049 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
2050 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
2051 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
2052 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
2053 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
2054 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
2055 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
2056 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
2057 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
2058 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
2059 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
2060 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
2061 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
2062 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
2063 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
2064 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
2065 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
2066 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
2067 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
2068 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
2069 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
2070 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
2071 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
2072 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
2073 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
2074 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
2075 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
2076 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
2077 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
2078 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
2079 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
2080 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
2081 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
2082 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
2083 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
2084 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
2085
a23b6e6a
DC
20862002-12-11 David Carlton <carlton@math.stanford.edu>
2087
2088 * gdb.c++/m-data.exp: Add test for members that shadow global
2089 variables: see PR gdb/804.
2090 * gdb.c++/m-data.cc: Ditto.
2091
6604731b
DJ
20922002-12-10 Daniel Jacobowitz <drow@mvista.com>
2093
2094 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
2095
de46ecd7
DC
20962002-12-06 David Carlton <carlton@math.stanford.edu>
2097
2098 * gdb.base/store.c: Don't declare functions static.
2099
27e829d0
AC
21002002-12-04 Andrew Cagney <ac131313@redhat.com>
2101
2102 * gdb.base/store.exp, gdb.base/store.c: New files.
2103
92806416
DJ
21042002-12-03 Daniel Jacobowitz <drow@mvista.com>
2105
2106 * gdb.base/selftest.exp: Update for current gdb.
2107
3bcbaac5
DJ
21082002-12-03 Daniel Jacobowitz <drow@mvista.com>
2109
2110 * gdb.base/maint.exp: Only dump symbols from one source file
2111 or objfile.
2112
f4f00b1f
DJ
21132002-12-03 Daniel Jacobowitz <drow@mvista.com>
2114
2115 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
2116 function call.
2117
f1c8a949
JB
21182002-11-25 Jim Blandy <jimb@redhat.com>
2119
2120 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
2121 function appearing in error message.
2122
9e297a97
DJ
21232002-11-21 Daniel Jacobowitz <drow@mvista.com>
2124
2125 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
2126
1f312e79
JJ
21272002-11-08 Jeff Johnston <jjohnstn@redhat.com>
2128
2129 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
2130 for mi1 and current mi is in correct format. New mi startup message
2131 should be in mi console format. This is part of fix for PR gdb/604.
2132
83c31e7d
FN
21332002-09-18 Fernando Nasser <fnasser@redhat.com>
2134
2135 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
2136 which explicitly prints the zero offset as "+0".
2137
322b3f65
DJ
21382002-10-22 Daniel Jacobowitz <drow@mvista.com>
2139
2140 * gdb.threads/schedlock.c (args): Make unsigned.
2141
21422002-10-21 Daniel Jacobowitz <drow@mvista.com>
2143
2144 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
2145 numbers. Allow "foo2|selected stack frame".
2146 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
2147 * gdb.asm/asmsrc2.s: Likewise.
2148 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
2149 comments.
2150 * gdb.asm/mips.inc: New file.
2151
5e2fe5b8
AF
21522002-10-18 Adam Fedor <fedor@gnu.org>
2153
2154 * gdb.base/default.exp: Update expected output to include 'ObjC'.
2155 * gdb.base/help.exp: Likewise.
2156
abe1a5d0
KB
21572002-10-17 Kevin Buettner <kevinb@redhat.com>
2158
2159 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
2160 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
2161
10abb1d4
JB
21622002-10-02 Jim Blandy <jimb@redhat.com>
2163
2164 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
2165
1f609b42
AC
21662002-10-01 Andrew Cagney <ac131313@redhat.com>
2167
2168 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
2169 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
2170 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
2171 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
2172 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
2173 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
2174 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
2175
0aee02e4
AC
21762002-09-29 Andrew Cagney <ac131313@redhat.com>
2177
2178 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
2179 * mi0-disassemble.exp, mi0-eval.exp: Delete.
2180 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
2181 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
2182 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
2183 * mi0-var-block.exp, mi0-var-child.exp: Delete.
2184 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
2185
6fde09ad
KB
21862002-09-27 Kevin Buettner <kevinb@redhat.com>
2187
2188 * gdb.base/annota1.exp (info break): Make directory components of
2189 path optional since not all compilers emit this debug information.
2190
2191 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
2192 step ends up stepping out of the function instead of stopping on
2193 the epilogue.
2194
9e8aab75
KS
21952002-09-26 Keith Seitz <keiths@redhat.com>
2196
2197 * lib/insight-support.exp (gdbtk_start): Figure out where
2198 the insight executable is based on where gdb is. Use this
2199 executable to start insight instead of gdb.
2200
e36180d7
AC
22012002-09-25 Andrew Cagney <cagney@redhat.com>
2202
2203 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
2204
9dd34b2b
AC
22052002-09-24 Andrew Cagney <ac131313@redhat.com>
2206
2207 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
2208 test_isolated_complaints.
2209 (test_empty_complaint): New function.
2210 (test_empty_complaints): New function. Check no output when no
2211 complaints.
2212
dea97812
KB
22132002-09-19 Jim Blandy <jimb@redhat.com>
2214
2215 * gdb.base/charset.exp, gdb.base/charset.c: New files.
2216
54951bd7
AC
22172002-09-19 Andrew Cagney <ac131313@redhat.com>
2218
2219 * gdb.gdb/complaints.exp: New file.
2220
dec43320
AC
22212002-09-18 Andrew Cagney <ac131313@redhat.com>
2222
2223 * gdb.base/maint.exp: Check `help maint internal-warning'.
2224
e70d6e3f
DC
22252002-09-18 David Carlton <carlton@math.stanford.edu>
2226
2227 * gdb.c++/m-static.exp: Remove breakpoints depending on line
2228 numbers, and replace them by a single breakpoint after the
2229 constructors are all finished.
2230 Add test 4.
2231 * gdb.c++/m-static.cc: Add test 4.
2232 * gdb.c++/m-static.h: New file.
2233 * gdb.c++/m-static1.cc: New file.
2234
2235 * gdb.c++/printmethod.exp: New file.
2236 * gdb.c++/printmethod.cc: New file.
2237
2238 * gdb.c++/pr-574.exp: New file.
2239 * gdb.c++/pr-574.cc: New file.
2240
afb5c968
CV
22412002-09-18 Corinna Vinschen <vinschen@redhat.com>
2242
2243 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
2244 embedded targets which never actually exit.
2245
31e45dee
FN
22462002-09-18 Fernando Nasser <fnasser@redhat.com>
2247
2248 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
2249 "don't step after run" as unresolved or unsupported, instead of xfail.
2250
a283c5a1
CV
22512002-09-18 Corinna Vinschen <vinschen@redhat.com>
2252
2253 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
2254 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
2255 Add newline to expected string in "step out of main (status wrapper)"
2256 case.
2257
11350d2a
CV
22582002-09-18 Corinna Vinschen <vinschen@redhat.com>
2259
2260 * lib/gdb.exp (rerun_to_main): Allow restarting application.
2261 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
2262
0deec7d6
TT
22632002-09-17 Tom Tromey <tromey@redhat.com>
2264
2265 * gdb.base/printcmds.exp (test_print_string_constants): Expect
2266 \000, not \0, in double-quoted string.
2267
b2b4a1b5
CV
22682002-09-14 Corinna Vinschen <vinschen@redhat.com>
2269
c9d37158 2270 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
2271 string after running the commands execution on breakpoint tests.
2272
1c56143a
CV
22732002-09-13 Corinna Vinschen <vinschen@redhat.com>
2274
2275 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
2276
37f8da45
JB
22772002-09-12 Joel Brobecker <brobecker@gnat.com>
2278
2279 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
2280
08b468e0
KS
22812002-09-10 Keith Seitz <keiths@redhat.com>
2282
2283 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
2284 runto proc.
2285 (mi_run_to_main): Use mi_runto.
2286 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
2287
dc360f58
KS
22882002-09-10 Keith Seitz <keiths@redhat.com>
2289
2290 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
2291 regexp for stopping at main. Could have multiple event notifications.
2292 Don't assume that main was declared with no parameters.
2293 (mi_next): Use mi_step_to.
2294 (mi_step): Use mi_next_to.
2295
ce3abcfb
CV
22962002-09-09 Corinna Vinschen <vinschen@redhat.com>
2297
2298 * gdb.base/default.exp: Fix expected string in `info float' test.
2299
d1f5b980
BE
23002002-09-09 Ben Elliston <bje@redhat.com>
2301
2302 * config/mips.exp: Update comments.
2303 * config/mips-idt.exp: Likewise.
2304 * config/nind.exp: Likewise.
2305 * config/slite.exp: Likewise.
2306 * config/sparclet.exp: Likewise.
2307 * config/udi.exp: Likewise.
2308 * config/vx.exp: Likewise.
2309 * config/vxworks29k.exp: Likewise.
2310
2f71430b
JB
23112002-09-05 Jim Blandy <jimb@redhat.com>
2312
2313 * gdb.threads/killed.exp: Fix test failure message.
2314
7ddebc7e
KS
23152002-09-04 Keith Seitz <keiths@redhat.com>
2316
2317 * lib/mi-support.exp: Update copyright.
2318 (mi_gdb_test): Increase the priority of the expected pattern
2319 so that it matches gdb_test.
2320
0ae67eb3
KS
23212002-09-03 Keith Seitz <keiths@redhat.com>
2322
2323 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
2324 Use integer comparison instead of string comparison for testing
2325 whether binary was built.
2326
38fc42c8
JB
23272002-09-03 Jim Blandy <jimb@redhat.com>
2328
2329 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
2330
b6ff0e81
JB
23312002-08-29 Jim Blandy <jimb@redhat.com>
2332
2333 * gdb.threads/pthreads.exp: Move the portable thread compilation
2334 code into a function in lib/gdb.exp, and call that from here.
2335 * lib/gdb.exp (gdb_compile_pthreads): New function.
2336
07c98896
KS
23372002-08-29 Keith Seitz <keiths@redhat.com>
2338
2339 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
2340 expect_out so that callers can get at it.
2341
0312286c
DJ
23422002-08-23 Daniel Jacobowitz <drow@mvista.com>
2343
2344 * gdb.threads/print-threads.c: New file.
2345 * gdb.threads/print-threads.exp: New file.
2346 * gdb.threads/schedlock.c: New file.
2347 * gdb.threads/schedlock.exp: New file.
2348
dd039bc4
EZ
23492002-08-22 Elena Zannoni <ezannoni@redhat.com>
2350
2351 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
2352 not altivec.c.
2353
1f36144c
MK
23542002-08-17 Mark Kettenis <kettenis@gnu.org>
2355
2356 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
2357 targets. The problem should be fixed now.
2358
16057ec7 23592002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
2360
2361 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
2362 2002-07-24 change that removes final dots from error messages.
2363
3c1499ad
TT
23642002-08-13 Tom Tromey <tromey@redhat.com>
2365
2366 * gdb.base/readline.exp: New file.
2367
a20ce2c3
AC
23682002-08-01 Andrew Cagney <ac131313@redhat.com>
2369
2370 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
2371 supress message.
2372
db034ac5
AC
23732002-08-01 Andrew Cagney <cagney@redhat.com>
2374
2375 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
2376 CHILL_FOR_TARGET and CHILL_LIB.
2377 * configure.in (configdirs): Remove gdb.chill.
2378 * configure: Regenerate.
2379 * lib/gdb.exp: Obsolete references to chill.
2380 * gdb.fortran/types.exp: Ditto.
2381 * gdb.fortran/exprs.exp: Ditto.
2382
3e000b18
KB
23832002-07-30 Kevin Buettner <kevinb@redhat.com>
2384
2385 * gdb.base/shlib-call.exp (additional_flags): Conditionally
2386 set Irix-specific compile and link flags.
2387
28f4966b
KB
23882002-07-29 Kevin Buettner <kevinb@redhat.com>
2389
2390 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
2391 source files. The ``-o'' option doesn't work with the ``-E'' option
2392 when using the Irix compiler.
2393
46c0d5a6
DJ
23942002-07-19 Daniel Jacobowitz <drow@mvista.com>
2395
2396 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
2397 Improve support for reusing an exec file. Copy exec file
2398 to target, and run gdbserver on the target instead of on the host.
2399
eecf4bed
JB
24002002-07-18 Jim Blandy <jimb@redhat.com>
2401
0f815cdf
JB
2402 * gdb.base/ending-run.exp: Don't expect to see the program end in
2403 some orderly fashion when we're running on a real stand-alone
2404 board.
2405
eecf4bed
JB
2406 * gdb.base/interrupt.exp: Correct logic for skipping tests on
2407 targets that don't support interrupts.
2408
52d309e4
JB
24092002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2410
2411 * gdb.base/attach.exp: Add patterns to match output from /proc-based
2412 systems.
2413 Move comments in expect statements to inside the actions, so that they
2414 don't get matched against.
2415
ff683d9e
MK
24162002-07-10 Mark Kettenis <kettenis@gnu.org>
2417
2418 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
2419 function when asleep" test.
2420
b5356753
AC
24212002-07-10 Andrew Cagney <ac131313@redhat.com>
2422
2423 * gdb.base/page.exp: Rewrite to handle problems with very long
2424 `info set' output. Update copyright.
2425
6aa4d13a
AC
24262002-06-26 Andrew Cagney <ac131313@redhat.com>
2427
2428 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
2429 gdb.threads-hp.
2430 * gdb.hp/configure: Regenerate.
2431 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
2432 * gdb.hp/gdb.threads-hp/configure: Delete file.
2433 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
2434
8cf8c2b8
AC
24352002-06-22 Andrew Cagney <ac131313@redhat.com>
2436
2437 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
2438 setlocale, bindtextdomain and textdomain.
2439
6827a8f8
JB
24402002-06-11 Jim Blandy <jimb@redhat.com>
2441
919d772c
JB
2442 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
2443 preprocessor macro information is present.
2444
6827a8f8
JB
2445 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
2446 tests.
2447
c15b0d21
MS
24482002-06-06 Michael Snyder <msnyder@redhat.com>
2449
c5984d70
MS
2450 * gdb.base/overlays.exp: Record addresses of overlay
2451 functions in TCL variables rather than in GDB variables,
2452 to avoid having GDB convert them to pointers (with loss
2453 of information).
2454
99a8512b
MS
2455 * gdb.base/d10v.ld: Merge in several years worth of
2456 default linker script changes.
c15b0d21
MS
2457 * gdb.base/long_long.exp: Add check for sizeof (long double).
2458
be26fe0d
ML
24592002-06-06 Michal Ludvig <mludvig@suse.cz>
2460
2461 * gdb.asm/asm-source.exp: Add x86-64 target.
2462 * gdb.asm/x86_64.inc: New.
2463
258093ca 24642002-05-30 Michael Chastain <mec@shout.net>
258093ca 2465
4b3153f1 2466 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
2467 * gdb.c++/m-static.cc: New file.
2468 * gdb.c++/m-static.exp: New file.
2469
241264c6
MS
24702002-05-28 Michael Snyder <msnyder@redhat.com>
2471
2472 * gdb.base/call-ar-st.exp: Allow for reduced floating point
2473 precision.
2474
9bba8c8f 24752002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 2476
4b3153f1 2477 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
2478 * gdb.c++/m-data.cc: New file.
2479 * gdb.c++/m-data.exp: New file.
2480
24812002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 2482
4b3153f1 2483 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f
MC
2484 * gdb.c++/try_catch.cc: New file.
2485 * gdb.c++/try_catch.exp: New file.
2486
def1b996
MC
24872002-05-27 Michael Chastain <mec@shout.net>
2488
2489 * gdb.c++/local.exp: Accept more nested types in output.
2490
522ba268
MC
24912002-05-26 Michael Chastain <mec@shout.net>
2492
2493 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
2494
277254ba
MS
24952002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
2496
2497 * lib/gdb.exp (gdb_wrapper_init): Just because
2498 gdb_wrapper_file exists, this does not mean that the file
2499 should not be rebuilt. That is what gdb_wrapper_initialized
2500 is for.
2501 (default_gdb_init): Reset gdb_wrapper_initialized.
2502
b61a8733
MS
25032002-05-23 Michael Snyder <msnyder@redhat.com>
2504
5bdb6d01
MS
2505 * gdb.base/all-bin.exp: Revise previous patch by just reducing
2506 the precision of the floating point test results.
2507 * gdb.base/call-rt-st.exp: Ditto.
2508
b61a8733
MS
2509 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
2510 * gdb.base/call-rt-st.exp: Ditto.
2511
56f6e910
MC
25122002-05-19 Michael Chastain <mec@shout.net>
2513
2514 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
2515
ad0b0016
EZ
25162002-05-19 Elena Zannoni <ezannoni@redhat.com>
2517
2518 * configure.in (configdirs): Add gdb.arch.
2519 * configure: Regenerate.
2520
f617d2b6
JB
25212002-05-17 Jim Blandy <jimb@redhat.com>
2522
2523 * gdb.base/completion.exp: Recognize the more detailed error
2524 messages produced by the macro expander's lexical analyzer.
2525
eac2a696
EZ
25262002-05-14 Elena Zannoni <ezannoni@redhat.com>
2527
2528 * gdb.arch/altivec-abi.c: New file.
2529 * gdb.arch/altivec-abi.exp: New file.
2530 * gdb.arch/altivec-regs.c: New file.
2531 * gdb.arch/altivec-regs.exp: New file.
2532
2fdde8f8
DJ
25332002-05-14 Daniel Jacobowitz <drow@mvista.com>
2534
2535 * gdb.base/maint.exp (maint print type): Update for new type
2536 structure.
eac2a696 2537
e31f1a7c
EZ
25382002-05-14 Elena Zannoni <ezannoni@redhat.com>
2539
2540 * gdb.arch: New directory.
2541 * gdb.arch/configure.in: New file.
2542 * gdb.arch/configure: New file.
2543 * gdb.arch/Makefile.in: New file.
2544
db589741
CV
25452002-05-13 Corinna Vinschen <vinschen@redhat.com>
2546
2547 * gdb.asm/asm-source.exp: Add v850 as supported target.
2548 * gdb.asm/v850.inc: New file.
2549
8ce2a7dc
DJ
25502002-05-13 Daniel Jacobowitz <drow@mvista.com>
2551
2552 * gdb.c++/annota2.exp (annotate-quit): Add comment.
2553
df763c7f
DJ
25542002-05-12 Daniel Jacobowitz <drow@mvista.com>
2555
2556 * gdb.base/break.exp: Check 'break "marker2"'.
2557
377daeed
MS
25582002-05-10 Michael Snyder <msnyder@redhat.com>
2559
2560 * gdb.base/long_long.exp: Fix typo.
2561
c4b7bc2b
JB
25622002-05-10 Jim Blandy <jimb@redhat.com>
2563
ecac9a4e
JB
2564 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
2565 a bug.
2566
c4b7bc2b
JB
2567 * gdb.base/printcmds.exp (test_integer_literals_rejected):
2568 Recognize more detailed error message produced by the macro
2569 expander's lexical analyzer.
2570 * lib/gdb.exp (test_print_reject): Same.
2571
e71019a1
MK
25722002-05-09 Mark Kettenis <kettenis@gnu.org>
2573
2574 * gdb.c++/method.exp: Fix typo.
2575
fedfc8e6
MS
25762002-05-08 Michael Snyder <msnyder@redhat.com>
2577
166a1957
MS
2578 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
2579 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 2580 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
2581 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
2582 Add iftarget clause for strongarm.
2583
f1c47eb2
MS
25842002-05-06 Michael Snyder <msnyder@redhat.com>
2585
cb9a9d3e
MS
2586 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
2587 (gdb_continue_to_end): Accept output from status wrapper.
2588 * gdb.base/ending-run.exp: Add case for output from status wrapper.
2589 Clean up fail messages to match pass messages.
2590
f1c47eb2
MS
2591 Enable the "needs_status_wrapper" testsuite feature.
2592 * lib/gdb.exp (gdb_wrapper_init): New procedure.
2593 (gdb_compile): Conditionally call gdb_wrapper_init.
2594 * gdb.base/a2-run.exp: Recognize output from status wrapper.
2595 * gdb.c++/method.exp: Recognize output from status wrapper.
2596
6079c749
BE
25972002-05-06 Ben Elliston <bje@redhat.com>
2598From Graydon Hoare <graydon@redhat.com>
2599
2600 * config/sid.exp: Include support for "rawsid" protocol.
2601
188baff3
JB
26022002-05-03 Jim Blandy <jimb@redhat.com>
2603
2604 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
2605 * gdb.c++/hang3.C: New file.
2606
b9c07f0f
AC
26072002-05-04 Andrew Cagney <ac131313@redhat.com>
2608
2609 * gdb.base/default.exp: Remove obsolete code.
2610 * gdb.c++/misc.exp: Ditto. Update copyright.
2611 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
2612 * gdb.base/whatis.exp: Ditto. Update copyright.
2613 * gdb.base/scope.exp: Ditto. Update copyright.
2614 * gdb.base/ptype.exp: Ditto. Update copyright.
2615 * gdb.base/printcmds.exp: Ditto. Update copyright.
2616 * gdb.base/opaque.exp: Ditto. Update copyright.
2617 * gdb.base/list.exp: Ditto.
2618 * gdb.base/funcargs.exp: Ditto. Update copyright.
2619 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
2620 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
2621 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
2622 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
2623 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
2624 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
2625
5c7a0397
MS
26262002-05-02 Michael Snyder <msnyder@redhat.com>
2627
d6dcc264 2628 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
2629 * gdb.base/long_long.exp: Add xscale target.
2630 * gdb.base/default.exp: Add xscale target.
2631
eb7f1c48
JB
26322002-05-01 Jim Blandy <jimb@redhat.com>
2633
2634 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
2635 gdb.c++/hang.exp: New test.
2636
a6befae8
FF
26372002-05-01 Fred Fish <fnf@redhat.com>
2638
2639 * gdb.base/completion.exp: Handle completions of "./Make" for
2640 more than one completion possibility, as is the case when we
2641 build and test in the source tree.
2642
0a310277
AG
26432002-04-29 Anthony Green <green@redhat.com>
2644
2645 * gdb.java/jmisc1.exp: New file.
2646 * gdb.java/jmisc2.exp: New file.
2647
6ff9af88
DJ
26482002-04-24 Daniel Jacobowitz <drow@mvista.com>
2649
2650 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
2651
96b3d632
EZ
26522002-04-23 Elena Zannoni <ezannoni@redhat.com>
2653
2654 * gdb.base/help.exp: Change 'help status' to allow for target
2655 dependent output differences.
2656
5019bb54
MC
26572002-04-22 Michael Chastain <mec@shout.net>
2658
2659 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
2660
a805a116
MC
26612002-04-22 Michael Chastain <mec@shout.net>
2662
2663 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
2664
a1706bfd
DM
26652002-04-17 David S. Miller <davem@redhat.com>
2666
2667 * gdb.asm/sparc64.inc: New file.
2668 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
2669
a73a20a2
EZ
26702002-04-19 Elena Zannoni <ezannoni@redhat.com>
2671
2672 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
2673 instruction file directly into the build tree. Clean up at end of
2674 test.
2675
ba678339
DM
26762002-04-18 David S. Miller <davem@redhat.com>
2677
2678 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
2679 handle 64-bit platforms correctly.
2680 * gdb.base/maint.exp: Likewise.
2681
b03399da
KB
26822002-04-18 Kevin Buettner <kevinb@redhat.com>
2683
2684 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
2685 ``-fpic'' when compiling files comprising a shared library, but
2686 it does need additional linker flags in order to find shared
2687 libraries at run time.
2688
e2004992
KB
26892002-04-18 Kevin Buettner <kevinb@redhat.com>
2690
2691 * gdb.base/cvexpr.c (use): New function.
2692 (main): Invoke use() on all global variables to prevent
2693 some linkers from deleting these otherwise unused symbols.
2694
d8937120
MC
26952002-04-17 Michael Chastain <mec@shout.net>
2696From David S. Miller <davem@redhat.com>
2697
2698 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
2699 handle 64-bit platforms correctly.
2700
ffd61a58
MS
27012002-04-12 Michael Snyder <msnyder@redhat.com>
2702From Jim Blandy <jimb@redhat.com>
2703 * gdb.base/foo.c (foox): Remove section attribute; the linker
2704 script can handle this instead.
2705 * gdb.base/bar.c (barx): Same.
2706 * gdb.base/baz.c (bazx): Same.
2707 * gdb.base/grbx.c (grbxx): Same.
2708
2709 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
2710 manager doesn't automatically unmap overlays unnecessarily.
2711
6b8426a6
MH
27122002-04-10 Martin M. Hunt <hunt@redhat.com>
2713
2714 * gdb.base/ending-run.exp: Fix pattern for Mips targets
2715 stepping out of main.
2716
34af4875
MC
27172002-04-09 Michael Chastain <mec@shout.net>
2718
2719 * gdb.c++/local.cc (main): Move call to marker1() inside nested
2720 scope so that the nested scope tests will make sense.
2721 * gdb.c++/local.exp: Write patterns that actually work with gcc
2722 (the HP patterns "were never known to work with gcc").
2723 Keep the old aCC patterns too.
2724
2d1676a0
DJ
27252002-04-09 Daniel Jacobowitz <drow@mvista.com>
2726
2727 * gdb.base/attach.exp: Correct target board test.
2728
3a63e3f9
MC
27292002-04-08 Michael Chastain <mec@shout.net>
2730
2731 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
2732 in a const method. Add some xfail and fail cases for configurations
2733 that do not emit the "const ...".
2734
f18dabd2
MC
27352002-04-07 Michael Chastain <mec@shout.net>
2736
2737 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
2738 Accept "A * const" and "const A * const" as type of "this".
2739 Fix spelling of getFunky throughout. Make messages uniform.
2740
0fcddd82
EZ
27412002-04-07 Elena Zannoni <ezannoni@redhat.com>
2742
2743 Work around for PR gdb/285:
2744 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
2745
16a8534a
EZ
27462002-04-07 Elena Zannoni <ezannoni@redhat.com>
2747
2748 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
2749 instructions file at run time instead of configure time.
2750 Sometimes we run the test in a directory that is not the one we
2751 configured in.
2752 * gdb.asm/configure.in: Delete creation of symlink.
2753 * gdb.asm/configure: Regenerate.
2754
24181d81
JB
27552002-04-05 J. Brobecker <brobecker@gnat.com>
2756
2757 * gdb.gdb/xfullpath.exp: New test, to exercise the new
2758 xfullpath () function.
2759
7cdb7107
DJ
27602002-04-04 Daniel Jacobowitz <drow@mvista.com>
2761
2762 * gdb.asm/Makefile.in: Correct dependencies.
2763
2764 * gdb.asm/powerpc.inc: New file.
2765 * gdb.asm/asm-source.exp: Add PowerPC.
2766 * gdb.asm/configure.in: Likewise.
2767 * gdb.asm/configure: Regenerated.
2768
a7d17088
DJ
27692002-04-04 Daniel Jacobowitz <drow@mvista.com>
2770
2771 * gdb.base/relocate.exp: New file.
2772 * gdb.base/relocate.c: New file.
2773
cd721503
FF
27742002-04-04 Fred Fish <fnf@redhat.com>
2775
2776 * gdb.base/step-test.exp: Update comment regarding stopping in
2777 memcpy/bcopy calls inserted as part of the compiler runtime.
2778
b22ad7a7
MS
27792002-04-04 Michael Snyder <msnyder@redhat.com>
2780
2781 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
2782
5f279fa6
DJ
27832002-04-03 Daniel Jacobowitz <drow@mvista.com>
2784
2785 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
2786 (gdb_expect): Remove $notransfer hack.
2787
dd0fd3ce
DJ
27882002-04-02 Daniel Jacobowitz <drow@mvista.com>
2789
2790 * gdb.c++/classes.exp ("calling method for small class"): Match
2791 updated register output.
2792
1e50cda1
DJ
27932002-03-30 Daniel Jacobowitz <drow@mvista.com>
2794
2795 Fix PR gdb/452
2796 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
2797 when finished. Make gdb_file_cmd send "exec-file" when
2798 appropriate.
2799
24015922
DJ
28002002-03-30 Daniel Jacobowitz <drow@mvista.com>
2801
2802 * gdb.base/attach.exp: Remove extra setup_xfail.
2803
dd7dfd64
MS
28042002-03-26 Michael Snyder <msnyder@redhat.com>
2805
2806 * gdb.base/default.exp: Add tests for dump, append, and restore.
2807 * gdb.base/help.exp: Add tests for dump, append, and restore.
2808 * gdb.base/dump.exp: New file, test dump, append and restore.
2809 * gdb.base/dump.c: New file.
2810
48b2f8d7
MS
28112002-03-27 Michael Snyder <msnyder@redhat.com>
2812
2813 * gdb.base/help.exp: Modify expect strings to reflect
2814 clean-ups in help messages.
2815
05b4d525
FF
28162002-03-26 Fred Fish <fnf@redhat.com>
2817
2818 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
2819 have debugging info for those functions and the compiler uses them
2820 internally to copy structs around.
2821
d7679631
FF
28222002-03-26 Fred Fish <fnf@redhat.com>
2823
2824 * gdb.base/list.exp: Revert the change made yesterday and add note
2825 about why we don't list the default lines for remote targets.
2826
523ac3f9
MS
28272002-03-25 Michael Snyder <msnyder@redhat.com>
2828
2829 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
2830
754b2b8d
FF
28312002-03-25 Fred Fish <fnf@redhat.com>
2832
2833 * gdb.base/list.exp: This test works on remote targets so remove
2834 the short circuit for remote targets. Update copyright.
2835
33c3e192
FF
28362002-03-25 Fred Fish <fnf@redhat.com>
2837
2838 * gdb.base/attach.exp: Fix logic error that was suppressing this
2839 test for all non hppa*-*-hpux* targets, instead of the hp target.
2840 Move comments closer to the suppression point. Also now need to
2841 check that we are running natively.
2842
d43e73ee
MS
28432002-03-22 Michael Snyder <msnyder@redhat.com>
2844
882c8f02
MS
2845 * gdb.base/default.exp: Add test for gcore. Update copyright.
2846 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 2847
04c12f60
FF
28482002-03-06 Fred Fish <fnf@redhat.com>
2849
2850 * gdb.base/funcargs.c: Remove extraneous ';' character.
2851 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
2852
b43df995
MC
28532002-03-04 Michael Chastain <mec@shout.net>
2854
2855 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
2856 accommodate gcc v3 function signature.
2857 * gdb.mi/mi0-var-cmd-exp: Ditto.
2858
92362027
AC
28592002-02-24 Andrew Cagney <ac131313@redhat.com>
2860
2861 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
2862 ``GNU/Linux'' or ``Linux kernel''
2863 * testsuite/gdb.threads/pthreads.c: Ditto.
2864
258ad32d
MC
28652002-02-24 Michael Chastain <mec@shout.net>
2866
2867 * gdb.threads/pthreads.c (thread1): Add a return statement.
2868 (thread2): Likewise.
2869 (foo): Likewise.
2870
04c3b3d4
MC
28712002-02-23 Michael Chastain <mec@shout.net>
2872
2873 * gdb.threads/linux-dp.c (philosopher): Add a return statement
2874 to placate gcc.
2875
5a2a0a20
MC
28762002-02-23 Michael Chastain <mec@shout.net>
2877
2878 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
2879 test "ptype bint". The test passes on all my stabs configurations.
2880
a640f7fc
JB
28812002-02-21 Jim Blandy <jimb@redhat.com>
2882
27924826
JB
2883 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
2884 filename at a time, and watch for the ones we want to see.
2885
a640f7fc
JB
2886 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
2887 types of pointers to prototyped functions.
2888
edcc8c75
AC
28892002-02-20 Andrew Cagney <ac131313@redhat.com>
2890
2891 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
2892 signed, unsigned and straight char.
2893 (padding_char, padding_short, padding_int, padding_long,
2894 padding_long_long, padding_float, padding_double,
2895 padding_long_double): New global variables.
2896 (fill, fill_structs): New functions.
2897
2898 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
2899 for correctly sized writes. Update copyright.
2900 (get_valueof): New procedure.
2901 (get_sizeof): Call get_valueof.
2902 (check_valueof): New procedure.
2903 (check_padding): New procedure.
2904
ac57ea44
MC
29052002-02-20 Michael Chastain <mec@shout.net>
2906
2907 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
2908 to setup_xfail. Document some of the remaining calls.
2909
7a10c941
MC
29102002-02-18 Michael Chastain <mec@shout.net>
2911
2912 * gdb.c++/userdef.exp: Update copyright year.
2913
fb8acdcc
DJ
29142002-02-18 Daniel Jacobowitz <drow@mvista.com>
2915
2916 * gdb.c++/userdef.exp: Test overloaded operators properly.
2917 Remove xfails.
2918
fda6ae12
MS
29192002-02-14 Michael Snyder <msnyder@redhat.com>
2920
2921 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
2922
676a0442
DJ
29232002-02-14 Daniel Jacobowitz <drow@mvista.com>
2924
2925 * gdb.base/a2-run.exp: Check for a remote target properly.
2926 * gdb.base/annota1.exp: Likewise.
2927 * gdb.base/list.exp: Likewise.
2928 * gdb.base/reread.exp: Likewise.
2929 * gdb.base/scope.exp: Likewise.
2930 * gdb.base/shlib-call.exp: Likewise.
2931 * gdb.base/term.exp: Likewise.
2932 * gdb.c++/annota2.exp: Likewise.
2933
78b4f468
RE
29342002-02-13 Richard Earnshaw <rearnsha@arm.com>
2935
2936 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
2937
9a81ba51
MC
29382002-02-10 Michael Chastain <mec@shout.net>
2939
2940 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
2941 (call_after_alloca): Ditto.
2942
004af6c7
DJ
29432002-02-10 Daniel Jacobowitz <drow@mvista.com>
2944
2945 * gdb.base/ending-run.exp: Guard "cont" test with
2946 gdb_skip_stdio_test.
2947
37225f62
JB
29482002-02-06 Jim Blandy <jimb@redhat.com>
2949
2950 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
2951 from here...
2952 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
2953 To here. Disable this test on non-HP platforms. Add big comment.
2954
fe6fdd96
MS
29552002-02-04 Michael Snyder <msnyder@redhat.com>
2956
2957 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
2958 other than d10v and m32r.
2959
036fad3f
RE
29602002-02-02 Richard Earnshaw <rearnsha@arm.com>
2961
2962 * gdb.base/default.exp: Rewrite test patterns to reduce time
2963 taken to match them.
2964
7148ab62
DJ
29652002-01-30 Daniel Jacobowitz <drow@mvista.com>
2966
2967 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
2968 Allow a start function above main.
2969 * gdb.threads/linux-dp.exp: Fix copyright date.
2970
396cc255
DJ
29712002-01-30 Daniel Jacobowitz <drow@mvista.com>
2972
2973 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
2974 (check_philosopher_stack): Check for manager thread before checking
2975 for a just-starting thread.
2976
f038d31b
DJ
29772002-01-30 Daniel Jacobowitz <drow@mvista.com>
2978
2979 From Neil Booth <neil@daikokuya.demon.co.uk>:
2980 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
2981 warnings.
2982
b3ff9d9a
FF
29832002-01-21 Fred Fish <fnf@redhat.com>
2984
2985 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
2986 not caller.
2987
39ad761d
JB
29882002-01-21 Jim Blandy <jimb@redhat.com>
2989
2990 * gdb.base/reread.exp: Check that GDB properly re-reads the
2991 executable file when it changes while no inferior is running.
2992
aaf320fa
FF
29932002-01-21 Fred Fish <fnf@redhat.com>
2994
2995 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
2996 optionally accept the "shlib events" variation.
2997
808a31f5
JB
29982002-01-21 Jim Blandy <jimb@redhat.com>
2999
3000 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
3001 call `fflush' after every `printf', so that the output is produced
3002 at predictable points, regardless of whatever buffering does (or
3003 doesn't) take place.
3004 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
3005 at different points.
3006
4420d5e2
DJ
30072002-01-20 Daniel Jacobowitz <drow@mvista.com>
3008
3009 * gdb.c++/inherit.exp: Update copyright years.
3010 * gdb.c++/method.exp: Likewise.
3011
3e36a0f4
DJ
30122002-01-20 Daniel Jacobowitz <drow@mvista.com>
3013
3014 * gdb.c++/classes.exp: Update for improved v3 support and skipping
3015 artificial methods/arguments.
3016 * gdb.c++/derivation.exp: Likewise.
3017 * gdb.c++/inherit.exp: Likewise.
3018 * gdb.c++/method.exp: Likewise.
3019 * gdb.c++/virtfunc.exp: Likewise.
3020
b4ceaee6
AC
30212002-01-18 Andrew Cagney <ac131313@redhat.com>
3022
3023 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
3024 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
3025 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
3026 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
3027 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
3028 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
3029
ecace851
JB
30302002-01-17 Jim Blandy <jimb@redhat.com>
3031
3032 * gdb.asm/asm-source.exp (info symbol): Take another shot at
3033 anchoring the pattern matching the entry point symbol's name.
3034
375fc983
AC
30352002-01-17 Andrew Cagney <ac131313@redhat.com>
3036
3037 * gdb.base/maint.exp: Update ``maint internal-error'' to match
3038 continue/quit query. Update copyright.
3039
fe6fdd96
MS
30402002-01-14 Michael Snyder <msnyder@redhat.com>
3041
3042 * gdb.base/gcore.exp: Remove extra debugging output.
3043
e017c81f
DJ
30442002-01-13 Daniel Jacobowitz <drow@mvista.com>
3045
3046 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
3047 for slightly dubious v2 mangled string.
3048
37ab3bf8
DJ
30492002-01-13 Daniel Jacobowitz <drow@mvista.com>
3050
3051 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
3052
1bc05c3a 30532002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 3054
1bc05c3a 3055 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 3056
1bc05c3a
JM
3057 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
3058 constructors.
3059 * gdb.c++/derivation.exp: Likewise.
3060 * gdb.c++/templates.exp: Likewise.
3061 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 3062
1bc05c3a
JM
30632002-01-10 Michael Snyder <msnyder@redhat.com>
3064
3065 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 3066
a911c360
MS
30672002-01-08 Michael Snyder <msnyder@redhat.com>
3068
3069 * gdb.base/gcore.exp: New test for generate-core-file command.
3070 * gdb.base/gcore.c: Testcase for above.
3071 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
3072
ea2119ec
JM
30732002-01-08 Jason Merrill <jason@redhat.com>
3074
3075 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
3076
68203136
FF
30772002-01-07 Fred Fish <fnf@redhat.com>
3078
3079 * gdb.c++/overload.exp: Remove unconditional xfails for:
3080 print foo_instance1.overloadargs(1)
3081 print foo_instance1.overloadargs(1, 2)
3082 print foo_instance1.overloadargs(1, 2, 3)
3083 print foo_instance1.overloadargs(1, 2, 3, 4)
3084 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
3085 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
3086 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
3087 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
3088 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
3089 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
3090 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
3091 print foo_instance1.overload1arg()
3092 print foo_instance1.overload1arg((char)arg2)
3093 print foo_instance1.overload1arg((signed char)arg3)
3094 print foo_instance1.overload1arg((unsigned char)arg4)
3095 print foo_instance1.overload1arg((int)arg7)
3096 print foo_instance1.overload1arg((unsigned int)arg8)
3097 print foo_instance1.overload1arg((float)arg11)
3098 print foo_instance1.overload1arg((double)arg12)
3099
21b9b5b1
MS
31002002-01-07 Michael Snyder <msnyder@redhat.com>
3101
3102 * gdb.base/huge.exp: New test. Print a very large target data object.
3103 (skip_huge_test): New test variable. Define if you want to skip this
3104 test. The test reads an 8 megabyte data object from the target, so it
3105 might be very time consuming on remote targets with a slow connection.
3106 * gdb.base/huge.c: New file. Test case for above.
3107
725f922e
FF
31082002-01-07 Fred Fish <fnf@redhat.com>
3109
3110 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
3111 g_instance.bfoo, and g_instance.cfoo.
3112
634d57ec
JL
3113Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
3114
f286b2c3
JL
3115 * gdb.base/break.c (multi_line_if_conditional): New function.
3116 (multi_ilne_while_conditional): Likewise.
3117 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
3118 IF or WHILE condition puts the breakpoint at the start of
3119 the condition.
3120
634d57ec
JL
3121 * gdb.base/selftest.exp (backtrace through signal handler): Remove
3122 hppa*-*-hpux* expected failure.
3123 * gdb.base/structs.exp (do_function_calls): Similarly.
3124
3125 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
3126 watchpoints.
3127
9fbfe2dc
AC
31282002-01-06 Andrew Cagney <ac131313@redhat.com>
3129
3130 Fix PR gdb/66.
3131 * gdb.base/structs.exp: Replace skip for a29k with skip for
3132 gdb,cannot_call_functions.
3133 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
3134 * gdb.base/callfuncs.exp: Ditto.
3135 * gdb.base/call-rt-st.exp: Ditto.
3136 * gdb.base/call-strs.exp: Ditto.
3137 * gdb.base/callfwmall.exp: Ditto.
3138 * gdb.base/scope.exp: Obsolete xfail a29k.
3139 * gdb.c++/misc.exp: Ditto.
3140 * gdb.c++/cplusfuncs.exp: Ditto.
3141 * gdb.base/ptype.exp: Ditto.
3142 * gdb.base/printcmds.exp: Ditto.
3143 * gdb.base/opaque.exp: Ditto.
3144 * gdb.base/list.exp: Ditto.
3145 * gdb.base/funcargs.exp: Ditto.
3146 * gdb.base/default.exp: Ditto.
3147
8ddad156
MS
31482002-01-04 Michael Snyder <msnyder@redhat.com>
3149
ca4976a6 3150 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
3151 * gdb.base/maint.exp: Add tests for maint info sections options.
3152
1b074332
JL
3153Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
3154
3155 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
3156
7d159115
CV
31572001-12-20 Corinna Vinschen <vinschen@redhat.com>
3158
3159 * gdb.asm/arm.inc: New file.
3160 * gdb.asm/asm-source.exp: Add arm targets.
3161 * gdb.asm/configure.in: Ditto.
3162 * gdb.asm/configure: Recreated from configure.in.
3163
8fb87725
JL
3164Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
3165
afabe08c
JL
3166 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
3167 with HP's compiler.
3168 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
3169 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
3170 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
3171 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
3172
3173 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
3174 either HP's compilers or GCC.
3175
db521deb
JL
3176 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
3177 a SIGBUS or SIGSEGV.
3178
3179 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
3180
3181 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
3182 can be compiled with either HP's compiler or GCC.
3183
cfa88ab7
JL
3184 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
3185 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
3186 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
3187
ca344dff
JL
3188 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
3189 to match current gdb output. Update due to using auto-solib-limit
3190 for limiting instead of overloading auto-solib-add.
3191 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
3192 test program.
3193
3f3c6e55 3194 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
3195 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
3196 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
3197 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
3198 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
3199 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
3200 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
3201 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
3202 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
3203 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
3204 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
3205 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
3206 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 3207
8fb87725
JL
3208 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
3209 a SIGTRAP to the inferior.
3210
cf599fa7
CV
32112001-12-19 Corinna Vinschen <vinschen@redhat.com>
3212
3213 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
3214 Substitute call to target_link by call to gdb_compile.
3215
2cd045cd
JL
3216Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
3217
3218 * gdb.base/break.exp: Fix HP specific search string when testing
3219 backtracing in a called function.
3220
3221 * gdb.base/constvars.exp: Only set lang to C++ if we're
3222 compiling the test with HP's compilers.
3223 * gdb.base/volatile.exp: Similarly.
3224
99ebe9ac
JB
32252001-12-19 Jim Blandy <jimb@redhat.com>
3226
3227 * gdb.base/printcmds.exp: Expect the null character to be printed
3228 as '\0', and the '\013' to be printed as '\v'.
3229 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
3230 * gdb.base/setvar.exp: Same.
3231
b9891b29
JB
32322001-12-17 Jim Blandy <jimb@redhat.com>
3233
0eba65ab
JB
3234 * gdb.base/completion.exp: Rather than completing very long
3235 filenames, which can make the readline library produce output we
3236 don't recognize, cd to the directory first, and then complete
3237 using nice, short relative paths.
3238
6970b5b1
JB
3239 * gdb.base/completion.exp: On some systems, there is, in fact, a
3240 variable named `b' in scope, since GDB treats all static
3241 variables as being in scope. So use `no_var_named_this'
3242 instead of `b'.
3243
b9891b29
JB
3244 * gdb.base/corefile.exp: Recognize the message saying that GDB
3245 can't find the core file's registers as a failure.
3246
e6ccd35f
JSC
32472001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
3248
3249 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
3250 test expect string more specific.
3251
105ba819
CV
32522001-12-13 Corinna Vinschen <vinschen@redhat.com>
3253
3254 * gdb.asm/asm-source.exp: Add support for xstormy16.
3255 * gdb.asm/configure.in: Ditto.
3256 * gdb.asm/configure: Rebuild.
3257 * gdb.asm/xstormy16.inc: New file.
3258
e9e79dd9
FF
32592001-12-10 Fred Fish <fnf@redhat.com>
3260
3261 * gdb.base/maint.exp: Update to match changes in type dumping code.
3262
347dc97d
JB
32632001-12-10 Jim Blandy <jimb@redhat.com>
3264
3265 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
3266 matching the entry point symbol's name at the beginning of the
3267 line.
3268
5178b9d6
DJ
32692001-12-07 Daniel Jacobowitz <drow@mvista.com>
3270
3271 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
3272 gdb.c++/inherit.exp, gdb.c++/method.exp,
3273 gdb.c++/namespace.exp, gdb.c++/templates.exp,
3274 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
3275 and class layout support.
3276
af890c52
DJ
32772001-12-07 Daniel Jacobowitz <drow@mvista.com>
3278
3279 * gdb.c++/classes.exp: Add test for static member function.
3280 * gdb.c++/misc.cc: Add class with static member function.
3281
7a345fb3
JB
32822001-12-07 Jim Blandy <jimb@redhat.com>
3283
f2e54a80 3284 If GDB says it can't find the struct the function returned, report
8032bf31
JB
3285 those tests as `unsupported'.
3286 * gdb.base/call-rt-st.exp (print_struct_call): New function.
3287 Rewrite subsequent tests to use it.
3288
3289 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
3290 those tests as `unsupported'.
3291 * gdb.base/structs.exp (call_struct_func): New function.
3292 (do_function_calls): Use call_struct_func to call the functions
3293 returning structs.
3294
0bc69509
JB
3295 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
3296 whether functions are prototyped or not, so we can't possibly pass
3297 arguments to t_float_values2 properly.
3298
7a345fb3
JB
3299 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
3300 value of `timeout' for targets other than the mips*tx39-*.
3301
edb6ede1
MS
33022001-12-06 Michael Snyder <msnyder@redhat.com>
3303
3304 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
3305 and detect whether the start symbol has a leading underscore.
3306
2d842f13
JB
33072001-12-04 Jim Blandy <jimb@redhat.com>
3308
3309 * gdb.base/completion.exp: Clarify indentation.
3310
68550daf
JB
33112001-12-03 Jim Blandy <jimb@redhat.com>
3312
3313 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
3314 variables on the S/390, not `.word'.
3315
cd5195a8
JB
33162001-11-30 Jim Blandy <jimb@redhat.com>
3317
3318 Add assembly-source tests for s390-ibm-linux.
3319 * gdb.asm/s390.inc: New file.
3320 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
3321 the S/390 architecture.
3322 * gdb.asm/configure: Regenerated.
3323
ca9efc90
MS
33242001-11-30 Michael Snyder <msnyder@redhat.com>
3325
3326 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
3327 next, info source, info sources, info line, global and static
3328 variables, and static functions.
3329 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
3330 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
3331 * gdb.asm/asmsrc1.s: Add a static function and some variables.
3332 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
3333 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
3334 (gdbasm_leave): Restore frame pointer.
3335 (gdbasm_startup): Copy stack set-up from crt0.S.
3336
d0e66976
FN
33372001-11-26 Fernando Nasser <fnasser@redhat.com>
3338
3339 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
3340 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
3341 to a local (non-static) variable. Copy tstruct.a to a static buffer
3342 and return a pointer to that buffer.
3343 * gdb.base/callfwmall.c (t_structs_a): Ditto.
3344
e2334072
MK
33452001-11-24 Mark Kettenis <kettenis@gnu.org>
3346
3347 * gdb.asm/configure.in: Fix recognition of ix86 target.
3348 * gdb.asm/configure: Regenerate.
3349
756caa3d
MS
33502001-11-21 Michael Snyder <msnyder@redhat.com>
3351
3352 * gdb.asm/sparc.inc: New file.
3353 * gdb.asm/asm-source.exp: Recognize sparc target.
3354 * gdb.asm/configure.in: Recognize sparc target.
3355 * gdb.asm/configure: Regenerate.
3356
9a4d72d5
MS
33572001-11-21 Michael Snyder <msnyder@redhat.com>
3358
3359 * gdb.asm/m32r.inc: New file.
3360 * gdb.asm/asm-source.exp: Recognize m32r target.
3361 * gdb.asm/configure.in: Recognize m32r target.
3362 * gdb.asm/configure: Regenerate.
3363
a773d1cd
MS
33642001-11-20 Michael Snyder <msnyder@redhat.com>
3365
017ac23d
MS
3366 * gdb.asm/i386.inc: New file.
3367 * gdb.asm/asm-source.exp: Recognize ix86 target.
3368 * gdb.asm/configure.in: Recognize ix86 target.
3369 * gdb.asm/configure: Regenerate.
3370
a773d1cd
MS
3371 * gdb.c++/namespace.exp: Fix quotes in output messages.
3372
bb632afb
MS
33732001-11-14 Michael Snyder <msnyder@redhat.com>
3374
25d559ca 3375 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
3376 qualifier in a type cast expression, to designate an address
3377 in the instruction space (Harvard architecture).
3378
4749e309
MS
33792001-11-13 Michael Snyder <msnyder@redhat.com>
3380
3381 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
3382 Tests for expressions using 'const' and 'volatile'.
3383
25050984
CV
33842001-11-13 Corinna Vinschen <vinschen@redhat.com>
3385
3386 * gdb.asm/asm-sources.exp: Allow defining linker flags.
3387
1902c51f
DJ
33882001-11-12 Daniel Jacobowitz <drow@mvista.com>
3389
3390 * lib/mi-support.exp (mi_run_to_helper): Move comments
3391 outside of gdb_expect.
3392
dcf95b47
DJ
33932001-11-11 Daniel Jacobowitz <drow@mvista.com>
3394
3395 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
3396 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
3397 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
3398 mi0_run_to): New functions.
3399 * gdb.mi/mi-simplerun.exp: Use them.
3400 * gdb.mi/mi0-simplerun.exp: Likewise.
3401 * gdb.mi/mi-var-cmd.exp: Likewise.
3402 * gdb.mi/mi0-var-cmd.exp: Likewise.
3403
45b074e1
AC
34042001-11-10 Andrew Cagney <ac131313@redhat.com>
3405
3406 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
3407 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
3408
bf50d346
AC
34092001-11-09 Andrew Cagney <ac131313@redhat.com>
3410
3411 * gdb.base/restore.exp: Include $expected value in restored test
3412 message.
3413
9383332c
AC
34142001-11-09 Andrew Cagney <ac131313@redhat.com>
3415
3416 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
3417 implemented.
3418
db62520a
MS
34192001-11-08 Michael Snyder <msnyder@redhat.com>
3420
3421 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
3422 Add pass/fail message for stop at breakpoint in call dummy function.
3423
b5703437
MS
34242001-11-07 Michael Snyder <msnyder@redhat.com>
3425
760f6330
MS
3426 * gdb.c++/templates.exp (test_template_breakpoints):
3427 If we get an overload menu, but it does not match what
3428 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
3429 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
3430 making the whitespace optional. Argument for "new" may be
3431 "unsigned" as well as "unsigned int/long".
eef747c0
MS
3432 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
3433 making the whitespace optional. Also replace "(void) with
3434 "((void|)), making the keyword "void" optional.
63f50499
MS
3435 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
3436 making the whitespace optional. Also replace "(void) with
3437 "((void|)), making the keyword "void" optional.
3bf40917
MS
3438 * gdb.base/callfuncs.c (t_float_values): This function must
3439 _not_ be prototyped, and the following function (t_float_values2)
3440 must be prototyped (if the compiler supports it), so that GDB
3441 can be tested against both cases. Usually one case involves
3442 promotion of float to double, while the other does not.
3443 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
3444 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
3445 includes a stack frame for "start".
3446
c8ab4e6d
JB
34472001-11-05 Jim Blandy <jimb@redhat.com>
3448
3449 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
3450 pointers are 32 bits long, and that offsets of relocs are always
3451 stored in the data (REL-style), and not in the reloc entry itself
3452 (RELA-style).
3453 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
3454 stabs.
3455
3f08ced9
MS
34562001-11-01 Michael Snyder <msnyder@redhat.com>
3457
3458 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
3459 and regular expression operators by using quoting.
3460
cbfa24cd
MS
34612001-10-31 Michael Snyder <msnyder@redhat.com>
3462
3463 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
3464 depending on what the symbol table contains.
3465 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
3466 the output of the ptype command. Similarly, accept both "const &"
3467 and "const&".
3468
aaa68313
CV
34692001-10-31 Corinna Vinschen <vinschen@redhat.com>
3470
3471 * gdb.base/miscexprs.c (main): Add usage of preprocessor
3472 symbol `STORAGE' to allow to choose the storage class of
3473 the local datastructures.
3474 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
3475 compiler directive.
3476
91740388
MS
34772001-10-30 Michael Snyder <msnyder@redhat.com>
3478
3479 * gdb.base/jump.exp: Allow it to run for all targets.
3480
1b7c05e7
CV
34812001-10-29 Corinna Vinschen <vinschen@redhat.com>
3482
3483 * gdb.base/call-ar-st.c (print_double_array): Match for loop
3484 with new double_array size.
3485 (main): Change storage class of all local variables to static.
3486 Reduce size of double_array to 9.
3487 * gdb.base/call-ar-st.exp: Increase timeout value.
3488 Change expected output for double array to match new size in
3489 call-ar-st.c.
3490
36a22261
CV
34912001-10-29 Corinna Vinschen <vinschen@redhat.com>
3492
3493 * gdb.base/ending-run.exp: Create identical output when passing
3494 `step to end of run' case. Add regular expression branch satisfying
3495 Stormy16 target.
3496
92b8ae91
MK
34972001-10-28 Mark Kettenis <kettenis@gnu.org>
3498
3499 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
3500 that we catch the expected failure under Linux/x86.
3501
cb135b83
OF
35022001-10-29 Orjan Friberg <orjanf@axis.com>
3503
3504 * gdb.base/setvar.exp: Escape curly braces.
3505 * gdb.stabs/weird.exp: Ditto.
3506
6884aa54
DJ
35072001-10-27 Daniel Jacobowitz <drow@mvista.com>
3508
3509 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
3510 * gdm.mi/mi0-hack-cli.exp: Likewise.
3511
0398c9aa
AC
35122001-10-25 Andrew Cagney <ac131313@redhat.com>
3513
3514 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
3515 messages.
3516
d20bf2e8
AC
35172001-10-21 Andrew Cagney <ac131313@redhat.com>
3518
3519 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
3520 checking MI enabled.
3521
03dd63aa
CV
35222001-10-09 Corinna Vinschen <vinschen@redhat.com>
3523
3524 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
3525
1d9d99f3
FCE
35262001-10-04 Frank Ch. Eigler <fche@redhat.com>
3527
3528 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
3529 if gdb child process crashes, just signal an error.
3530
838ae6c4
JB
35312001-10-02 Jim Blandy <jimb@redhat.com>
3532
3533 * lib/gdb.exp (test_xfail_format): Simplify.
3534
3535 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
3536 front of the variable name `format'. Simplify `if'.
3537
8f0cbc1c
DJ
35382001-10-01 Daniel Jacobowitz <drow@mvista.com>
3539
3540 * gdb.threads/pthreads.exp: Wait for output and delay
3541 before sending ^C.
3542
1f08dafd
DJ
35432001-10-01 Daniel Jacobowitz <drow@mvista.com>
3544
3545 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
3546 some incorrect output instead of timing out.
3547 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
3548
674f90ff
CV
35492001-09-28 Corinna Vinschen <vinschen@redhat.com>
3550
3551 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
3552 check to allow additional `int'.
3553
9b284272
DJ
35542001-09-27 Daniel Jacobowitz <drow@mvista.com>
3555
3556 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
3557 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
3558
b55a4771
MS
35592001-09-27 Michael Snyder <msnyder@redhat.com>
3560
3561 * lib/gdb.exp (test_debug_format): New proc.
3562 (setup_xfail_format): Use new proc test_debug_format.
3563 * gdb.base/constvars.exp (local_compiler_xfail_check): New
3564 proc; use new service proc test_debug_format.
3565 Replace all other "gcc_compiled" tests with this test.
3566 * gdb.base/volatile.exp (local_compiler_xfail_check): New
3567 proc; use new service proc test_debug_format.
3568 Replace all other "gcc_compiled" tests with this test.
3569
35702001-09-27 Michael Snyder <msnyder@redhat.com>
3571
3572 * gdb.base/cvexpr.exp: New file.
3573 * gdb.base/cvexpr.c: New file
3574 Test for expressions using const and volatile keywords.
3575
4e6667ac
CV
35762001-09-26 Corinna Vinschen <vinschen@redhat.com>
3577
3578 * gdb.base/constvars.exp: Check for different orders of keywords
3579 and additional "int" strings in output.
3580
4f337972
AC
35812001-09-22 Andrew Cagney <ac131313@redhat.com>
3582
3583 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
3584 responses from "help maint".
3585
2015650d
FCE
35862001-09-19 Frank Ch. Eigler <fche@redhat.com>
3587
3588 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
3589 to localhost:NNN instead of :NNN, in case Xvfb is listening
3590 only on TCP.
3591
f3bcedc1
CV
35922001-09-19 Corinna Vinschen <vinschen@redhat.com>
3593
3594 * gdb.base/recurse.exp: When checking leaving the watchpoint
3595 scope, recognize when gdb is in function's epilogue and pass.
3596
6b819c92
KS
35972001-09-18 Keith Seitz <keiths@redhat.com>
3598
3599 * lib/insight-support.exp (_gdbtk_export_target_info): Add
3600 support for running tests against sid targets.
3601 (gdbtk_done): Ditto.
3602
a10c9419
CV
36032001-09-18 Corinna Vinschen <vinschen@redhat.com>
3604
3605 * gdb.base/ending-run.c (main): Set stdout buffersize
3606 to the same reasonable value for any target.
3607 * gdb.base/ending-run.exp: Add a regular expression
3608 to make testsuite happy on Sanyo Stormy16 target.
3609
739d0d99
CV
36102001-09-17 Corinna Vinschen <vinschen@redhat.com>
3611
3612 * gdb.base/display.c (do_loops): Add float variable `f'.
3613 Increment f in loop.
3614 * gdb.base/display.exp: Increment timeout by 60 seconds.
3615 Change float display test to use variable `f'.
3616
1b8947f0
JB
36172001-09-17 Jim Blandy <jimb@redhat.com>
3618
3619 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
3620 overflowing the limited breakpoint tables on some ROM monitors
3621 (like the ROM68K).
3622
9890ac81
FCE
36232001-09-15 Frank Ch. Eigler <fche@redhat.com>
3624
3625 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
3626 the "-ac" (disable access control) flag.
3627
6db765ea
JH
36282001-08-30 Jeff Holcomb <jeffh@redhat.com>
3629
3630 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
3631 ints.
3632
4c32cc04
KS
36332001-08-30 Keith Seitz <keiths@redhat.com>
3634
3635 * lib/gdb.exp: Move all insight-related functionality into
3636 separate file.
3637 * lib/insight-support.exp: New file.
3638
8d6e6f81
FCE
36392001-08-29 Frank Ch. Eigler <fche@redhat.com>
3640
3641 * config/sid.exp (sid_start): Never set sid verbosity; disable
3642 expect_background {} that consumed its stdout; tolerate </dev/null.
3643 Attempt to set endianness override in "sid" protocol mode. Cleanup.
3644
6a90e1d0
AC
36452001-08-18 Andrew Cagney <ac131313@redhat.com>
3646
3647 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
3648 CLI jump command to start it.
3649 (mi_run_to_main): Fail immediatly when unexpected output.
3650
1759b3c3
AC
36512001-08-18 Andrew Cagney <ac131313@redhat.com>
3652
3653 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
3654 beginning of function. Fix PR gdb/191.
3655
61d11d80
FCE
36562001-08-16 Frank Ch. Eigler <fche@redhat.com>
3657
3658 * config/sid.exp (sid_start): Don't warn if we cannot figure out
3659 what to force sid endianness to.
3660
942a4df2
KS
36612001-08-15 Keith Seitz <keiths@redhat.com>
3662
3663 * lib/gdb.exp (gdbtk_start): Don't set environment
3664 variables for TCL_LIBRARY and friends. Insight will
3665 now figure these out for itself.
3666
0521c418
MS
36672001-08-02 Michael Snyder <msnyder@redhat.com>
3668
3669 * gdb.base/completion.exp: Remove the symbol "a64l" from
3670 the expect string; this is target-specific, and not related
3671 to what is being tested.
3672
74a9a58a
DB
36732001-08-02 Dave Brolley <brolley@redhat.com>
3674
3675 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
3676
c70819fa
MS
36772001-07-25 Michael Snyder <msnyder@redhat.com>
3678
c2b8fa57
MS
3679 * gdb.base/consecutive.exp: New file. Test stepping over
3680 breakpoints on consecutive instructions.
3681 * gdb.base/consecutive.c: New file.
3682
c70819fa
MS
3683 * gdb.base/call-rt-st.exp: Use double-backslash to quote
3684 curly braces in regular expressions.
3685
2b1a1355
MS
36862001-07-25 Michael Snyder <msnyder@redhat.com>
3687
3688 * gdb.base/ending-run.exp: Accept "Program exited normally" as
3689 legitimate output from stepping out of main.
3690
413eca6f
KS
36912001-07-22 Keith Seitz <keiths@redhat.com>
3692
3693 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
3694 the empty string, do not run the tests.
3695
7e5a9322
SC
36962001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3697
3698 * gdb.base/long_long.exp: Detect size of pointer. Take into
3699 account 2-byte pointers when testing for p/a results.
3700
de58f10f
SC
37012001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3702
3703 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
3704 and defined to 1K for m68hc11.
3705 (random_data): Reduce table to 1K for embedded platforms (68hc11).
3706 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
3707 (sizeof_random_data): New variable to tell the size of the data table;
3708 don't test past this size; always run to main.
3709
d6f5fea1
SC
37102001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3711
3712 * gdb.base/return2.exp: return of long long and double fails for
3713 68HC11; don't execute these tests on that platform.
3714 * gdb.base/return.exp: Return of a double fails for 68hc11.
3715
c477543d
SC
37162001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3717
3718 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
3719 tests that print a float.
3720 * call-rt-st.exp: Likewise.
3721
63cf1c79
MK
37222001-07-12 Mark Kettenis <kettenis@gnu.org>
3723
3724 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
3725 running this test on Linux.
3726
112f9ab5
MC
37272001-06-24 Michael Chastain <chastain@redhat.com>
3728
3729 * gdb.base/arithmet.exp: Remove some tests to make all test names
3730 unique.
3731
4970cb0f
MS
37322001-07-03 Michael Snyder <msnyder@redhat.com>
3733
3734 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
3735 the output of the ptype command.
3736
d85da69f
MS
37372001-07-02 Michael Snyder <msnyder@redhat.com>
3738
4c8a82de
MS
3739 * gdb.base/completion.exp: Don't assume that break.c is the only
3740 source file that may contain functions named "marker".
d85da69f
MS
3741 * gdb.base/corefile.exp: Quote the curly braces in regexp.
3742
8afc772b
AC
37432001-06-28 Andrew Cagney <ac131313@redhat.com>
3744
3745 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
3746 of files to delete.
3747
3748 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
3749 * gdb.disasm/h8300s.exp: New file.
3750 gdb.disasm/h8300s.s: Likewise.
3751
cff22675
AC
37522001-06-27 Andrew Cagney <ac131313@redhat.com>
3753
3754 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
3755 empty breakpoint tables.
3756
68c81b54
AC
37572001-06-25 Andrew Cagney <ac131313@redhat.com>
3758
3759 * lib/mi-support.exp: Update args=... part of stop-reason
3760 patterns. Accept either a list or a tuple.
3761
2dd62704
AC
37622001-06-23 Andrew Cagney <ac131313@redhat.com>
3763
3764 * lib/mi-support.exp: Remove local emacs variable defining
3765 change-log-default-name.
3766
b4127474
MC
37672001-06-22 Michael Chastain <chastain@redhat.com>
3768
3769 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
3770 This is operationally compatible with the previous version.
3771
8dbfb380
JB
37722001-06-13 Jim Blandy <jimb@redhat.com>
3773
3774 * lib/gdb.exp (gdb_test): Doc fix.
3775
f2d8c86d
MC
37762001-06-10 Michael Chastain <chastain@redhat.com>
3777
3778 * gdb.base/exprs.exp: Remove a duplicate test.
3779
81564d34
JB
37802001-06-06 Jim Blandy <jimb@redhat.com>
3781
3782 * gdb.base/return2.exp (main): Use values to test float and double
3783 returns that are not NaN's, to avoid being confused by IEEE
3784 comparison rules.
3785
da55addb
MS
37862001-06-04 Michael Snyder <msnyder@redhat.com>
3787
3788 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
3789 non-zero if control_c fails. Terminate the test on failure,
3790 rather than wait for 12 more tests to time out.
3791
42c65987
JB
37922001-06-06 Jim Blandy <jimb@redhat.com>
3793
b18bced9
JB
3794 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
3795 Don't forget to match the GDB prompt.
3796
42c65987
JB
3797 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
3798
5b41e5f0
JB
37992001-06-04 Jim Blandy <jimb@redhat.com>
3800
3801 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
3802 command.
3803
015e046f
KB
38042001-05-31 Kevin Buettner <kevinb@redhat.com>
3805
3806 * gdb.base/annota1.exp (info break): Match four or more spaces
3807 after "Address".
3808
fb1ffbbe
MC
38092001-05-31 Michael Chastain <chastain@redhat.com>
3810
3811 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
3812 (dm_type_int_star): Likewise.
3813 (dm_type_long_star): Likewise.
3814 (dm_type_void_star): Likewise.
3815
5ea2a32c
KB
38162001-05-29 Kevin Buettner <kevinb@redhat.com>
3817
3818 * gdb.base/completion.exp (INPUTRC): Set this environment variable
3819 to a known value in order to get consistent results regardless
3820 of the setting of INPUTRC or the presence or contents of .inputrc.
3821
ae23c492
MS
38222001-05-24 Michael Snyder <msnyder@redhat.com>
3823
ac55707e
MS
3824 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
3825 Don't require that the main thread and the manager thread are the
3826 first in the list.
3827
ae23c492
MS
3828 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
3829 debugging. If test fails, issue an "unsupported" not a "fail".
3830
400071f1
JB
38312001-05-24 Jim Blandy <jimb@redhat.com>
3832
3833 Don't assume that short is shorter than int.
3834 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
3835 assume that shorts are smaller than ints. On a 16-bit machine,
3836 this isn't true.
3837 ("print unsigned char == (~0)"): Add test that verifies that ~0,
3838 an int, is not equal to ~0 stored in an unsigned char. This tests
3839 the same thing that the previous test meant to, but works on
3840 16-bit machines, too.
3841 ("print unsigned char != (~0)"): Same test, complemented.
3842
0816a3e5
MS
38432001-05-24 Michael Snyder <msnyder@redhat.com>
3844
3845 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
3846 test for (full_coverage == 0). This makes the test run faster,
3847 and prevents dejagnu getting out of step.
3848
f6dc23a9
KB
38492001-05-23 Kevin Buettner <kevinb@redhat.com>
3850
3851 * gdb.base/finish.exp (finish_void): Revise pattern for
3852 stopping on the call statement to not permit stopping at
3853 the start of the instructions comprising the call sequence.
3854
7dbd117d
MC
38552001-05-19 Michael Chastain <chastain@redhat.com>
3856
3857 * gdb.base/callfuncs.exp: Make all test names unique.
3858 * gdb.base/commands.exp: Make all test names unique.
3859 * gdb.base/condbreak.exp: Make all test names unique.
3860 * gdb.base/dbx.exp: Make all test names unique.
3861 * gdb.base/default.exp: Make all test names unique.
3862 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
3863 and TIMEOUT messages to their corresponding PASS message.
3864 * gdb.base/ending-run.exp: Make all test names unique.
3865 * gdb.base/long_long.exp: Remove duplicate test.
3866
6b0b0a9e
KB
38672001-05-21 Kevin Buettner <kevinb@redhat.com>
3868
3869 * gdb.base/finish.exp (finish_void): Allow "finish" command to
3870 stop on the call statement as well as the statement after the
3871 call.
3872
2caa35cb
MS
38732001-05-21 Michael Snyder <msnyder@redhat.com>
3874
3875 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
3876
40713331
EZ
38772001-05-10 Elena Zannoni <ezannoni@redhat.com>
3878
3879 * gdb.base/completion.exp: Revamp test. Make it execute on all
3880 platforms.
3881
c2c1be8d
EZ
38822001-05-10 Elena Zannoni <ezannoni@redhat.com>
3883
2c9cd303
EZ
3884 * config/gdbserver.exp (gdb_load): Handle the case
3885 in which the arguments to gdbserver are given in the
3886 baseboard configuration file.
3887 Also handle the case in which the server needs to do a
3888 load.
3889
9671de48
KS
38902001-05-07 Keith Seitz <keiths@cygnus.com>
3891
3892 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
3893 set up the display for testing.
3894 (gdbtk_start): Convert all paths to paths that tcl will like.
3895 Export target information to environment.
3896 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
3897 necessary.
3898 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
3899 (to_tcl_path): New proc to convert a given pathname into
3900 a path acceptible as an argument to a tcl command.
3901 (_gdbtk_export_target_info): New proc to export target info
3902 into the environment for gdbtk testing.
3903 (gdbtk_done): New proc to signal end-of-test.
3904
5a360f47
JB
39052001-05-06 Jim Blandy <jimb@redhat.com>
3906
3907 * restore.c: Make the code of caller0 correspond to its comment.
3908
66c756c6
MS
39092001-05-03 Michael Snyder <msnyder@redhat.com>
3910
3911 * config/sid.exp (gdb_target_sid): Check for error messages.
3912 On error or timeout, don't make expect exit (which will terminate
3913 all subsequent tests); instead just make gdb exit.
3914 (gdb_load): Check for error messages. On error or timeout,
3915 return a negative value.
3916
a966fde5
JB
39172001-04-24 Jim Blandy <jimb@redhat.com>
3918
851c18e0
JB
3919 * gdb.c++/templates.exp: If we see the prompt for the overload
3920 list, but we haven't recognized any of the longer patterns,
3921 arrange for this test to fail, not hang.
3922
a966fde5
JB
3923 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
3924 variations.
3925
db144853
MC
39262001-04-22 Michael Chastain <chastain@redhat.com>
3927
3928 * gdb.c++/local.exp: Use the 'runto' library function.
3929 * gdb.c++/namespace.exp: Likewise.
3930 * gdb.c++/overload.exp: Likewise.
3931
3207ec21
KB
39322001-03-26 Kevin Buettner <kevinb@redhat.com>
3933
3934 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
3935 * gdb.base/step-line.exp: New file. Test step/next in presence of
3936 #line directives.
3937 * gdb.base/step-line.c: New file. Test program for the above.
3938 * gdb.base/step-line.inp: New file. We pretend that this file has
3939 been transformed by some other tool into step-line.c.
3940
13b57657
JB
39412001-03-21 Jim Blandy <jimb@redhat.com>
3942
3943 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
3944 unmangled operator names.
3945
754cbe1c
JB
39462001-03-20 Jim Blandy <jimb@redhat.com>
3947
3948 * gdb.threads/linux-dp.exp: Recognize an additional message
3949 generated by GDB when it doesn't understand how to debug threads
3950 on the target system.
3951
177495c9
AC
39522001-03-19 Andrew Cagney <ac131313@redhat.com>
3953
3954 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
3955
f266096b
MC
39562001-03-12 Michael Chastain <chastain@redhat.com>
3957
3958 * gdb.c++/derivation.exp: Use the 'runto' library function.
3959
cac3c2ff
MC
39602001-03-12 Michael Chastain <chastain@redhat.com>
3961
3962 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
3963
b6c11a24
MC
39642001-02-24 Michael Chastain <chastain@redhat.com>
3965
3966 * gdb.c++/ref-types.exp: Change handwritten code to library
3967 function 'runto'.
3968
6bae5bce
OF
39692001-03-16 Orjan Friberg <orjanf@axis.com>
3970
3971 * gdb.base/signals.exp: Set count to 0 explicitly.
3972
0015fd9a
MS
39732001-03-15 Mark Salter <msalter@redhat.com>
3974
3975 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
3976 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
3977 (gdb_load): Add support for additional target_info: gdb_download_size
3978 and gdb_load_timeout.
0015fd9a 3979
fc33412a
DT
3980Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
3981
3982 * gdb.base/annota1.exp: Move test of isnative to earlier in the
3983 file -- to prevent failing when the compile fails but we have no
3984 intention of running the tests anyway.
3985
3986 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
3987 tests if set.
3988
3989 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
3990 integers.
3991
3992 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
3993 * gdb.c++/namespace.exp: Ditto.
3994
115f06de
OF
39952001-03-07 Orjan Friberg <orjanf@axis.com>
3996
3997 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
3998 * gdb.base/pointers.exp: Relax pattern match of decimals.
3999
b6ba6518
KB
40002001-03-06 Kevin Buettner <kevinb@redhat.com>
4001
4002 * Makefile.in, config/abug.exp, config/cfdbug.exp,
4003 config/cpu32bug.exp, config/dve.exp, config/est.exp,
4004 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
4005 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
4006 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
4007 config/sh.exp, config/sid.exp, config/slite.exp,
4008 config/sparclet.exp, config/udi.exp, config/unknown.exp,
4009 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
4010 config/vxworks.exp, config/vxworks29k.exp,
4011 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
4012 gdb.base/all-bin.exp, gdb.base/annota1.exp,
4013 gdb.base/arithmet.exp, gdb.base/assign.exp,
4014 gdb.base/async.exp, gdb.base/attach.exp,
4015 gdb.base/bitfields.exp, gdb.base/bitops.exp,
4016 gdb.base/break.exp, gdb.base/call-ar-st.exp,
4017 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
4018 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
4019 gdb.base/commands.exp, gdb.base/completion.exp,
4020 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
4021 gdb.base/constvars.exp, gdb.base/corefile.exp,
4022 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
4023 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
4024 gdb.base/ending-run.exp, gdb.base/environ.exp,
4025 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
4026 gdb.base/finish.exp, gdb.base/foll-exec.exp,
4027 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
4028 gdb.base/funcargs.exp, gdb.base/help.exp,
4029 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
4030 gdb.base/logical.exp, gdb.base/long_long.exp,
4031 gdb.base/maint.exp, gdb.base/mips_pro.exp,
4032 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
4033 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
4034 gdb.base/pointers.exp, gdb.base/printcmds.exp,
4035 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
4036 gdb.base/regs.exp, gdb.base/relational.exp,
4037 gdb.base/remote.exp, gdb.base/reread.exp,
4038 gdb.base/restore.exp, gdb.base/return2.exp,
4039 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
4040 gdb.base/selftest.exp, gdb.base/setshow.exp,
4041 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
4042 gdb.base/sigall.exp, gdb.base/signals.exp,
4043 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
4044 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
4045 gdb.base/step-test.exp, gdb.base/structs.c,
4046 gdb.base/structs.exp, gdb.base/structs2.exp,
4047 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
4048 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
4049 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
4050 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
4051 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
4052 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
4053 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
4054 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
4055 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
4056 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
4057 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
4058 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
4059 gdb.fortran/types.exp, gdb.java/jmisc.exp,
4060 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
4061 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
4062 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
4063 gdb.trace/circ.exp, gdb.trace/collection.exp,
4064 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
4065 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
4066 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
4067 gdb.trace/report.exp, gdb.trace/save-trace.exp,
4068 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
4069 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
4070 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
4071 notices.
4072
dc96c6c7 40732001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
4074
4075 * gdb.base/varargs.c (find_max_double): Fix printf format string:
4076 first arg is int not float.
4077
dc96c6c7 40782001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
4079
4080 * gdb.base/reread.exp: Unsupported for non-native targets;
4081 doesn't work for remote debugging.
4082
9b0c4aeb
FN
40832001-02-19 Fernando Nasser <fnasser@redhat.com>
4084
4085 From Drew Moseley <dmoseley@redhat.com>
4086 * gdb.base/ending-run.exp: Properly handle the BSP state when
4087 stepping past the end of main.
4088
02aa71d5
MC
40892001-02-19 John Moore <jmoore@redhat.com>
4090
4091 * gdb.base/commands.exp (infrun_breakpoint_command_test):
4092 Converted HPUX fix for non-expected items following multiple
4093 step commands into general solution for all platforms.
4094
1fa449a4
MC
40952001-02-18 Michael Chastain <chastain@redhat.com>
4096
4097 * gdb.c++/classes.exp (do_tests): Change runto statements
4098 from "runto 'foo(void)'" to "runto 'foo'". This makes the
4099 statements demangler agnostic.
4100 * gdb.c++/virtfunc.exp (do_tests): Likewise.
4101 (gdb_virtfunc_restart): Likewise.
4102
b2f9ec70
MC
41032001-02-14 Michael Chastain <chastain@redhat.com>
4104
4105 * gdb.c++/inherit.exp (do_tests): Change runto statements
4106 from "runto 'foo(void)'" to "runto 'foo'". This makes the
4107 statements demangler agnostic.
4108
cf74b8ca
AC
4109Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
4110
4111 * gdb.threads/pthreads.exp: Unify pass/fail messages for
4112 ``continue to bkpt at common_routine in thread 2'' and ``stopped
4113 before calling common_routine 15 times'' tests.
4114
99f78f56
MC
41152001-02-11 Michael Chastain <chastain@redhat.com>
4116
4117 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
4118 Helps the test script figure out which demangler is in use.
4119 (dm_type_foo_ref): Ditto.
4120 (dm_type_int_star): Ditto.
4121 (dm_type_long_star): Ditto.
4122 (dm_type_unsigned_int): Ditto.
4123 (dm_type_void): Ditto.
4124 (dm_type_void_star): Ditto.
99707966 4125 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
4126 Probe the gdb demangler and set variables to accommodate
4127 formatting differences.
4128 (info_func_regexp): New function. Same as info_func, but
4129 matches against a regexp.
4130 (info_func): Match against a literal string.
4131 (print_addr_2): New function. Match against a literal string,
4132 which can be different from the input to gdb.
4133 (print_addr): Simply call print_addr_2 with the same argument twice.
4134 (test_lookup_operator_functions): Use demangler formatting variables.
4135 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
4136 the tests in the same order as the C++ class declaration.
4137 (test_paddr_operator_functions): Ditto.
4138 (test_paddr_overloaded_functions): Ditto.
4139 (test_paddr_hairy_functions): Use demangler formatting variables.
4140 Add reference to gdb/19 for related tests.
4141 (do_tests): Call probe_demangler.
4142
1de8f023
KB
41432001-01-30 Kevin Buettner <kevinb@redhat.com>
4144
4145 * gdb.c++/templates.cc (printf): Remove unused function definition.
4146
ca3f91ed
MS
41472001-01-26 Felix Lee <flee@redhat.com>
4148
4149 * sid.exp (sid_exit): Pass host, not target, to remote_close.
4150
41512001-01-25 matthew green <mrg@redhat.com>
4152
4153 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
4154 up sid.
4155 (sid_exit): Call `remote_pop_conn' after GDB is gone.
4156
41572001-01-25 matthew green <mrg@redhat.com>
4158
4159 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
4160 Deprecate $sid_spawn_id.
4161 (sid_exit): Remove code necessary only for `spawn.'
4162
41632001-01-25 matthew green <mrg@redhat.com>
4164
4165 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
4166
fb18ec4a
MC
41672001-01-28 Michael Chastain <chastain@redhat.com>
4168
4169 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
4170 to call when tests fail. It takes gdb out of the overloaded
4171 function choice menu back to the main prompt, so that the test
4172 program stays synchronized.
4173 (set_bp_overloaded): New proc to collect all the common
4174 code for setting a breakpoint on an overloaded name. Calls
4175 take_gdb_out_of_choice_menu when needed.
4176 (menu_overload1arg): New variable to collect the repeated
4177 instances of the expected menu for an overloaded name. Change
4178 the regular expression to handle changes in g++ type encoding:
4179 "void" can be either "void" or "", and "unsigned int" can be
4180 either "unsigned int" or "unsigned".
4181 (continue_to_bp_overloaded): Change regular expressions to handle
4182 changes in g++ type encoding.
4183 (no proc): Call take_gdb_out_of_choice_menu when needed.
4184 Remove redundant calls to "info break". Accept either "canceled"
4185 or "cancelled". Change regular expressions in "info break"
4186 calls to handle changes in g++ type encoding. Give all tests
4187 unique strings.
4188
9c646a6e
BE
41892001-01-17 Ben Elliston <bje@redhat.com>
4190
4191 * config/sid.exp: New file.
4192
9549d9c1
AC
4193Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
4194
4195 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
4196
dc96c6c7 41972000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
4198
4199 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
4200 Add a RE to accept a non-ascii char if one is ever presented.
4201
b4df4f68
FN
42022000-12-20 Fernando Nasser <fnasser@redhat.com>
4203
297dd0fd 4204 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 4205
dc96c6c7 42062000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc
MS
4207
4208 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
4209 in regexp. One '\' does not suffice on Linux.
4210
4a7bddb6
MC
42112000-12-09 Michael Chastain <chastain@redhat.com>
4212
4213 * gdb.base/break.exp (test_clear_command): Use a marker function
4214 rather than 'main' for the test function. Also move this
4215 test to an execution point where the marker function names are
4216 guaranteed to be bound to functions. (Executing tests after a
4217 'finish' from main runs into name conflicts with local names
4218 in __libc_start_main).
4219
dc96c6c7 42202000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
4221
4222 * gdb.base/finish.exp: New test for gdb's "finish" command.
4223 * gdb.base/return2.exp: New test for gdb's "return" command.
4224 * gdb.base/return2.c: New source file for above.
4225
dc96c6c7 42262000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
4227
4228 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
4229 * gdb.base/miscexprs.exp: Ditto.
4230 * gdb.base/pointers.exp: Ditto.
4231 * gdb.c++/derivation.exp: Ditto.
4232 * gdb.c++/local.exp: Ditto.
4233 * gdb.c++/namespace.exp: Ditto.
4234 * gdb.c++/overload.exp: Ditto.
4235 * gdb.c++/ref-types.exp: Ditto.
4236
dc96c6c7 42372000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
4238
4239 * gdb.base/constvars.exp: Test result of "up" command.
4240 * gdb.base/miscexprs.exp: Ditto.
4241 * gdb.base/pointers.exp: Ditto.
4242 * gdb.base/scope.exp: Ditto.
4243 * gdb.c++/derivation.exp: Ditto.
4244 * gdb.c++/local.exp: Ditto.
4245 * gdb.c++/namespace.exp: Ditto.
4246 * gdb.c++/overload.exp: Ditto.
4247 * gdb.c++/ref-types.exp: Ditto.
4248
44097287
FN
42492000-11-22 Michael Chastain <chastain@redhat.com>
4250
4251 * mips_pro.exp: Accept either "middle -> top -> main" or
4252 "middle -> main" in the backtrace, because gcc can optimize
4253 tail calls to jumps. Remove setup_xfail for the hppa case.
4254 Add a comment with the original warning messages from PR 3016,
4255 which was filed in 1993, to preserve them for posterity.
4256
9d2e1bab
ND
42572000-11-17 Nick Duffek <nsd@redhat.com>
4258
4259 * lib/gdb.exp (gdb_test): Override timeout with board info.
4260
1aca8eb7
ND
42612000-11-17 Nick Duffek <nsd@redhat.com>
4262
4263 * gdb.base/display.exp: Don't kill running stub. Add "again" to
4264 the second kill and detach messages.
4265
93076499
ND
42662000-11-17 Nick Duffek <nsd@redhat.com>
4267
4268 * configure.in: Add AC_EXEEXT.
4269 * configure: Regenerate.
4270 * Makefile.in (just-check): Export EXEEXT.
4271 * lib/gdb.exp ($EXEEXT): Import from environment.
4272 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
4273 expect "maint dump-me" on Cygwin.
4274 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
4275 $EXEEXT.
4276
30e87cd3
ND
42772000-11-17 Nick Duffek <nsd@redhat.com>
4278
4279 * gdb.base/break.exp: Test backtrace and finish from called
4280 function on all platforms, not just HP-UX.
4281
dc96c6c7 42822000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
4283
4284 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
4285 code from gdb_target_monitor, so it can be used independantly
4286 for gdbserver. Also comment out an unnecessary PUTS.
4287
dc96c6c7 42882000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
4289
4290 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
4291 * gdb.base/corefile.exp: Expect the message "Program is being
4292 debugged already" when we send the "corefile" command, since
4293 the preceeding gdb_load may have connected gdb to a remote target.
4294 * gdb.base/display.exp: Disable hardware watchpoints if new
4295 board info variable "no_hardware_watchpoints" is true.
4296 Replace single-letter commands with more readable ones.
4297 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
4298 if new board info variable "no_hardware_watchpoints" is true.
4299 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
4300 to see if stdio (printf) testing is possible.
4301 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
4302 board info variable "no_hardware_watchpoints" is true. Use new
4303 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
4304
39124dea
FN
43052000-11-13 Fernando Nasser <fnasser@redhat.com>
4306
4307 From Orjan Friberg <orjanf@axis.com>:
4308 * gdb.base/printcmds.exp: Escape curly braces followed by a number
4309 in array print pattern match.
4310
a9e2e984
FN
43112000-11-09 Fernando Nasser <fnasser@redhat.com>
4312
4313 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
4314 spelling "cancelled" to U.S. spelling "canceled" to match changes
4315 made to gdb.
4316 * gdb.c++/ovldbreak.exp: Ditto.
4317
c7db355b
PS
43182000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4319
4320 * gdb.base/callfuncs.c (main): Moved to end of file, call
4321 t_double_values to initialize the FPU before inferior calls are made.
4322 * gdb.base/callfuncs.exp: Test for register preservation after calling
4323 inferior functions. Add tests for continuining, finishing and
4324 returning from a stop in a call dummy.
4325
dc96c6c7 43262000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
4327
4328 * gdb.base/commands.exp: Break up long lines, and re-indent.
4329
dc96c6c7 43302000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
4331
4332 * config/gdbserver.exp: Rewritten from the ground up, to make it
4333 compatible with the current dejagnu tree, and to make it work with
4334 the new "gdbserver" in libremote.
4335
dc96c6c7 43362000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
4337
4338 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
4339 * gdb.base/varargs.exp: Skip entire test if no printf support.
4340 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
4341 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
4342
dc96c6c7 43432000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
4344
4345 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
4346 no floating point support.
4347 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
4348 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
4349 * gdb.base/call-rt-st.exp: Ditto.
4350 * gdb.base/call-strs.exp: Ditto.
4351
bac5fc66
JG
43522000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
4353
4354 * gdb.base/sizeof.c: include <stdio.h>.
4355
4356 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
4357 'finish', otherwise uncaptured gdb_prompt would potentially
4358 throw remaining test points out of sync.
4359
b22a6027
SB
43602000-07-26 Scott Bambrough <scottb@netwinder.org>
4361
4362 * gdb.base/recurse.exp: Run tests for all targets.
4363 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
4364 gnu-oldld case on ARM.
4365 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
4366 for ARM targets.
4367
d8231941
AG
4368Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
4369
4370 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
4371 * gdb.java/configure: Rebuild.
4372
8caabe69
AG
4373Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
4374
4375 * gdb.java/jv-exp.exp: New file.
4376
9d273ca3
AG
4377Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
4378
4379 * configure: Rebuilt.
4380 * configure.in (configdirs): Add gdb.java.
4381 * gdb.java/jmisc.java: New file.
4382 * gdb.java/jmisc.exp: New file.
4383 * gdb.java/Makefile.in: New file.
4384 * gdb.java/configure: Rebuilt.
4385 * gdb.java/configure.in: New file.
4386 * lib/java.exp: New file.
4387
4f823a66
AC
4388Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
4389
4390 * gdb.base/exprs.exp: Test casts to a pointer including over and
4391 underflow.
4392
2391e11d
AC
4393Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
4394
4395 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
4396 and the compilers sizes.
4397
54602222
ND
43982000-07-09 Nick Duffek <nsd@redhat.com>
4399
4400 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
4401 (use_methods): New function.
4402 (main): Call use_methods().
4403 * gdb.c++/classes.exp (test_method_param_class): New procedure.
4404 (do_tests): Call test_method_param_class.
4405
2bec0572
ND
44062000-07-09 Nick Duffek <nsd@redhat.com>
4407
4408 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
4409 spelling.
4410 (test_enums): New procedure. Move enum tests from end of script
4411 to here. Set breakpoint on function name instead of line number.
4412 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
4413 (enums2): New marker function.
4414 (enums1): New function.
4415 (main): Call enums1(). Move enum tests to enums1().
4416
78492fde
AC
4417Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
4418
4419 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
4420 compile/link program. Update line numbers.
4421 * gdb.asm/d10v.inc: Define ``startup''.
4422 * gdb.asm/asmsrc1.s: Add definition of _start.
4423
49a2cef8
AC
4424Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
4425
4426 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
4427
3e6c8688
EZ
44282000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4429
4430 * gdb.base/maint.exp: Add 'maint print architecture' item to output
4431 of 'help maint print' command.
4432
9ff5cbe9
AC
4433Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
4434
4435 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
4436 they use gdb_expect_list.
4437
17c579bd
AC
4438Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
4439
4440 * gdb.base/commands.exp: Use ``set remote
4441 memory-read-packet-size'' instead of ``set endian big'' to test
4442 long commands.
4443
e6d71bf3
DB
44442000-06-03 Daniel Berlin <dan@cgsoftware.com>
4445
4446 * gdb.c++/templates.exp (do_tests): Make all of these work under
4447 g++, and stop skipping them.
4448
4449 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
4450 work under g++.
4451
e5f9ba7b
MS
4452 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
4453 initialization.
4454
dc96c6c7 44552000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
4456
4457 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
4458 the regular expression: accept an (almost) arbitrary sequence of
4459 "frames-invalid" and "breakpoints-invalid" messages both before
4460 and after the "starting" message.
4461
dc96c6c7 44622000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
4463
4464 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 4465
dc96c6c7 44662000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
4467
4468 * gdb.base/annota1.exp (annotate-signal-handler-caller):
4469 Relax the regular expression a little, make it pass on Solaris 8.
4470
8216cda9
KB
44712000-05-12 Kevin Buettner <kevinb@redhat.com>
4472
4473 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
4474 a call, do not require that gdb stop on the line after the call.
4475 Instead, it is permissible for gdb to stop on the line of the
4476 call itself.
4477
1a570b2f
MS
44782000-05-12 Michael Snyder <msnyder@.cygnus.com>
4479
4480 * gdb.base/break.exp (bp on small function, optimized file):
4481 Add a second pass pattern. The behavior differs here between stabs
4482 and dwarf for one-line functions. Stabs preserves two line symbols
4483 (one before the prologue and one after) with the same line number,
4484 but dwarf regards these as duplicates and discards one of them.
4485 Therefore the address after the prologue (where the breakpoint is)
4486 has no exactly matching line symbol, and GDB reports the breakpoint
4487 as if it were in the middle of a line rather than at the beginning.
4488
dc96c6c7 44892000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2
MS
4490
4491 * gdb.base/interrupt.exp: Make "pass" message say "send"
4492 rather than "send_gdb" (for consistancy).
4493
7d418785
AC
4494Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
4495
4496 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
4497 * gdb.c++/templates.cc: Properly check for GCC version number.
4498 * lib/compiler.cc: Likewise
4499
dc96c6c7 45002000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79
MS
4501
4502 * gdb.base/break.exp: When compiled with -O2 optimization,
4503 gdb may not stop at the first line of main, due to code motion.
4504
dc96c6c7 45052000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
4506
4507 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
4508 This test depends on parsing the printf output from the target.
4509 Since the sparclet stub doesn't do stdio, this will never work.
4510 * gdb.base/call-rt-st.exp: ditto.
4511 * gdb.base/call-strs: ditto.
4512
dc96c6c7 45132000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
4514
4515 * gdb.base/miscexprs.exp: make sizeof long array test portable.
4516
4517 * gdb.base/ending-run.exp: After connecting to a remote target,
4518 but before running, the target will appear to be in a random
4519 location. Specify both a file and a line for breakpoints.
4520 Also, the function that calls main may be called 'init'
4521 rather than 'start'.
4522
a5a51225
EZ
45232000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4524
4525 * gdb.base/help.exp: Update output for add-symbol-file command.
4526
7930cc7c
FN
45272000-04-10 Fernando Nasser <fnasser@cygnus.com>
4528
4529 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4530 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
4531
23e37ab1
C
45322000-04-07 J.T. Conklin <jtc@redback.com>
4533
e93c542c
C
4534 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
4535
23e37ab1
C
4536 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
4537
591b8fa3
PDM
4538Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
4539
4540 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
4541 values that can be represented exactly.
4542 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
4543 above change, and to not check against the directory part of the source
4544 file name.
4545 (step into print_long_arg_list): Likewise.
4546 (print print_small_structs from print_long_arg_list): Likewise.
4547 (print print_long_arg_list): Likewise.
4548
7a495180
EZ
45492000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4550
30b53638 4551 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 4552
beb998c6
AC
4553Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
4554
4555 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
4556
1c689132
DB
45572000-03-25 Daniel Berlin <dan@cgsoftware.com>
4558
4559 * gdb.base/commands.exp (deprecated_command_test): Add test for
4560 deprecate with no arguments.
4561
c1790a9d
JL
45622000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
4563
4564 * gdb.base/break.exp: Add new test for setting breakpoints on
4565 optimized code so we can test breakpoints work even when function
4566 prologues may be optimized away
4567
003ba290
FN
45682000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
4569
4570 From David Whedon <dwhedon@gordian.com>
4571 * gdb.base/commands.exp : Added command deprecator tests.
4572
6837a0a2
DB
45732000-03-22 Daniel Berlin <dan@cgsoftware.com>
4574
4575 * gdb.base/help.exp: Added test for new apropos command.
4576
b9593231
KB
45772000-03-21 Kevin Buettner <kevinb@redhat.com>
4578
4579 * gdb.base/pointers.c (usevar): New function.
4580 (main): Make sure that global variables v_int_pointer2, rptr,
4581 and y are all referenced someplace in the program by calling
4582 usevar() on them. [Some linkers delete symbols which are
4583 never referenced. The space remains, but there's no way to
4584 get a (symbolic) handle on the variable from the debugger.]
4585
751a959b
EZ
45862000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4587
4588 * gdb.base/printcmds.c: Add typedeffed arrays.
4589
4590 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
4591 procedure to test arrays that are typedef'd.
4592
73a93a32
JI
45932000-03-13 James Ingham <jingham@leda.cygnus.com>
4594
4595 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
beb998c6 4596 the library directories.
73a93a32 4597
fb40c209
AC
4598Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
4599
4600 * configure.in (configdirs): Add sub directory gdb.mi.
4601 * configure: Re-generate.
4602
4603 * gdb.mi: New directory.
beb998c6 4604
ee4dd2c9
AC
46052000-02-25 Scott Bambrough <scottb@netwinder.org>
4606
4607 * gdb.base/long_long.exp: Correct test suite failure when printing
4608 a long long value as a double on ARM platforms.
4609
70f0cc22
JB
46102000-02-16 Jim Blandy <jimb@redhat.com>
4611
4612 * gdb.base/break.exp ("breakpoint line number"): Make sure the
4613 default source file is set properly before running this test.
4614
853819b8
EZ
46152000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4616
4617 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
4618 gdbtk/library directory, not in gdbtcl2.
4619
dfcd3bfb
JM
46202000-02-04 Jim Blandy <jimb@redhat.com>
4621
4622 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
4623 backslash from regexp pattern.
4624
4625 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
4626 procedure. Use it to run all the "continue to bp overloaded"
4627 tests. Note that this changes the names of the tests slightly.
4628 If the breakpoint hit message includes a hex PC value, because
4629 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
4630 from the real source code, still consider that a pass.
4631
4632 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
4633 XFAIL here if the breakpoint message contains a hex address. Note
4634 similar change on 1999-11-02.
4635
4636 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
4637
4638 * gdb.base/ptype.exp: Establish a default source file before
4639 calling get_debug_format.
4640
46412000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
4642
4643 * gdb.base/watchpoint.exp: Remove duplication of test messages.
4644
8b93c638
JM
46452000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
4646
4647 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
4648 of successive stepi commands -- while in the prologue we should see
4649 the function entry bracket.
4650
46512000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
4652
4653 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
4654 reach __change_mode() when stepping through the end of main().
4655
c5394b80
JM
46562000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
4657
4658 * gdb.base/default.exp: Fix expected pattern.
4659 * gdb.base/help.exp: Same.
4660
0d06e24b
JM
46612000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4662
4663 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
4664 Don't use xfail's because that affects only the following test.
beb998c6 4665
0d06e24b
JM
4666 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
4667 solaris or linux.
4668
4669 * gdb.base/selftest.exp: Update to reflect changes to main.c.
4670
dc96c6c7 46712000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 4672
beb998c6 4673 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
4674 "A syntax error" rather than "A parse error". Accept both.
4675
46762000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
4677
4678 * gdb.base/default.exp: Remove OS dependent string from "target
4679 remote" test.
4680 * gdb.base/help.exp: Same for "help target remote" test.
4681
c3f6f71d
JM
46822000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4683
4684 From Jim Kingdon <kingdon@redhat.com>:
4685
4686 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
4687 prompt (cleanup rather than necessity, but still might keep output
4688 from spilling to next test).
4689
46902000-01-02 Fred Fish <fnf@cygnus.com>
4691
4692 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
4693 AIX, which defines them in <sys/types.h>.
4694
ed9a39eb 46951999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 4696
ed9a39eb
JM
4697 * gdb.base/default.exp: Match arm* etc instead of arm in "info
4698 float" test.
4699
47001999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 4701
ed9a39eb 4702 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
4703
4704 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
4705 outermost frame disallowed".
4706
47071999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
4708
4709 * gdb.base/setvar.exp: New tests for setting the value of a struct
4710 with a constant list.
4711
47121999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
4713
4714 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
4715 require the user to type a cast before setting the value of a struct.
4716
de57eccd
JM
47171999-12-06 Jim Blandy <jimb@cygnus.com>
4718
4719 * gdb.base/default.exp: Expect the new 'info float' command on
4720 all i386 platforms.
4721
4722 * gdb.threads/linux-dp.exp: Expand our ability to recognize
4723 LinuxThreads libraries that don't support debugging.
4724
c2d11a7d
JM
4725Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
4726
4727 * gdb.base/remote.c: Fill the buffer with truely random data.
4728 Change the buffer type to ``unsigned char'' to simplify size
4729 arithmetic.
4730
4731 * gdb.base/remote.exp: Reduce download numbers by one. Typical
4732 stub only handles 400-1 byte packets. Verify that the download
4733 worked.
4734
47351999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
4736
4737 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
4738 tests, using UNRESOLVED for the untested cases. Also, does not wait
4739 for a timeout if the prompt was received before a recognizable pattern.
4740
47411999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
4742
4743 * lib/gdb.exp (gdb_expect_list): Fix spelling.
4744
47451999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4746
4747 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
4748 watchpoints.
4749
47501999-11-24 Jason Merrill <jason@casey.cygnus.com>
4751
4752 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
4753
4754 * gdb.c++/local.exp: Be more flexible in recognizing local class
4755 name mangling. Don't allow horribly truncated method names.
4756 * gdb.c++/derivation.exp: Expect protected inheritance.
4757 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
4758 * gdb.c++/virtfunc.exp: Likewise.
4759 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
4760 when printing a nested enum.
4761
47621999-11-22 Jim Blandy <jimb@cygnus.com>
4763
4764 * gdb.base/step-test.exp: Properly await GDB's response to setting
4765 a breakpoint on the call to large_struct_by_value.
4766
4767 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
4768 just because we have debug info for the `start' function.
4769
47701999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
4771
4772 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
4773 "Unknown signal" messages, which indicate (on LinuxThreads) that
4774 GDB doesn't know how to debug threads on this system. This is
4775 better than hanging while philosopher 0 dumps chatter into gdb.log.
4776
47771999-11-18 Tom Tromey <tromey@cygnus.com>
4778
4779 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
4780
47811999-11-18 Fred Fish <fnf@cygnus.com>
4782
4783 * gdb.base/coremaker2.c: Add sample program for generating
4784 cores that is more self contained than coremaker.c. Eventually
4785 I'll add more code to this and tie it into the testsuite.
4786
4ce44c66
JM
47871999-11-12 Stan Shebs <shebs@andros.cygnus.com>
4788
4789 * gdb.base/dollar.exp: Remove, now in gdb.hp.
4790
47911999-11-10 Jimmy Guo <guo@cup.hp.com>
4792
4793 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
4794 from $srcdir/lib/.
4795 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
4796 and gdb.c++/.
4797
4798 * gdb.c++/derivation.exp: remove redundant get compiler info code.
4799
beb998c6 4800 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
4801 'continue with watch' test point.
4802
48031999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
4804
4805 Merged from p2linux-990323-branch:
beb998c6 4806
4ce44c66
JM
4807 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
4808
11cf8741
JM
4809Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
4810
4811 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
4812 {limit,fixed}''. Test ``set download-write-size''.
4813
4814Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
4815
4816 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
4817 gdb_expect_list.
4818
4819Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
4820
4821 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
4822
48231999-11-03 Mark Salter <msalter@cygnus.com>
4824
4825 * gdb.base/break.exp: Fix "stub continue" pattern.
4826
48271999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
4828
4829 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
4830
48311999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
4832
4833 * gdb.base/display.exp ("finish"): Add timeout clause.
4834
4835 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
4836 plain prompt clause, so this doesn't have to time out in order to
4837 fail.
4838
4839 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
4840 breakpoint hit messages include an address.
4841
4842 * gdb.base/display.exp: Don't forget to escape parens in regular
4843 expressions. Unix regexp notatation sucks.
4844
48451999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4846
4847 * gdb.base/annota1.exp: Test for annotate-signalled: change output
4848 order for 'signalled' message.
4849
5c44784c
JM
48501999-11-01 Stan Shebs <shebs@andros.cygnus.com>
4851
4852 From Jimmy Guo <guo@cup.hp.com>:
4853 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
4854 * gdb.base/annota1.c: Add code for tests to work with.
4855
48561999-10-26 Frank Ch. Eigler <fche@cygnus.com>
4857
4858 * gdb.base/remote.exp: New test for remote downloading settings.
4859 * gdb.base/remote.c: New file with large .data.
4860
917317f4
JM
48611999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
4862
4863 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
4864 for LinuxThreads support, merged from the Code Fusion branch.
4865
4866Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
4867
4868 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
4869 containing exp_continue into a while within an expect. Don't
4870 attempt a start more than three times. Check return value from
4871 gdb_load.
beb998c6 4872
2df3850c
JM
4873Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
4874
4875 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
4876 a pass case.
4877
2acceee2
JM
48781999-10-01 Kevin Buettner <kevinb@cygnus.com>
4879
4880 * gdb.base/break.c (main): Added a statement that we can step
4881 off of.
4882 * gdb.base/break.exp: Added tests for setting a breakpoint
4883 at an offset and stepping onto a breakpoint.
4884
48851999-10-01 Fred Fish <fnf@cygnus.com>
4886
beb998c6 4887 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
4888 gdb output.
4889
c2c6d25f
JM
48901999-09-18 Jim Blandy <jimb@cris.red-bean.com>
4891
4892 * gdb.base/break.exp: Code locations are in hex, don't forget!
4893 (For HP-UX.)
4894
48951999-09-17 Stan Shebs <shebs@andros.cygnus.com>
4896
4897 * condbreak.exp: Use break.c as test program.
4898 * condbreak.c: Remove, redundant with break.c.
4899
49001999-09-15 Stan Shebs <shebs@andros.cygnus.com>
4901
4902 * config/monitor.exp (gdb_target_monitor): Disable X- and
4903 Z-packets if the target needs it.
4904
49051999-09-13 James Ingham <jingham@leda.cygnus.com>
4906
4907 * gdb.c++/overload.exp: Added tests for listing overloaded
4908 functions with function pointers in the arg, explicitly calling
4909 out the version you want.
4910
cff3e48b
JM
49111999-09-09 Stan Shebs <shebs@andros.cygnus.com>
4912
4913 * long_long.exp: Add variations of test cases that work for
4914 targets with 16-bit ints and 32-bit doubles.
4915
d4f3574e
SS
49161999-09-08 Stan Shebs <shebs@andros.cygnus.com>
4917
4918 * break.c (main): Compare a possibly-uninitialized argc with an
4919 unlikely value that fits in 16 bits.
4920
49211999-09-07 Stan Shebs <shebs@andros.cygnus.com>
4922
4923 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
4924 0xfeeb, don't want negative numbers if ints are 16 bits.
4925
4926 * lib/gdb.exp (skip_cplus_tests): New proc.
4927 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
4928 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
4929 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
4930 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
4931 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
4932 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
4933 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
4934 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
4935
4936 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
4937
4938Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
4939
4940 * gdb.base/corefile.exp (up): Allow a parameter to appear
4941 in the frame that we're going up to.
4942
4943 From Jim Blandy <jimb@cygnus.com>:
4944
4945 * gdb.base/default.exp (info float): Expect some output now.
4946
4947 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
4948 returning floating-point values to fail on the x86.
4949 * gdb.base/callfwmall.exp (do_function_calls): Same.
4950
4951 * gdb.base/list.exp (test_listsize): Correct expectations for
4952 listing line 1 with listsize 2. Also, listing a single line
4953 works now, as does listing three lines. [Kevin's note: There
4954 were a number of other cases fixed too where the expectations
4955 differed...]
4956
49571999-09-02 Stan Shebs <shebs@andros.cygnus.com>
4958
4959 * gdb.base/selftest.exp: Add case for when version prints as
4960 constant string instead of char pointer.
4961
104c1213
JM
49621999-08-25 Stan Shebs <shebs@andros.cygnus.com>
4963
4964 * gdb.base/ending-run.exp: Add Solaris case for what happens when
4965 stepping out of main.
4966
4967 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
4968 G++ used.
4969
4970 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
4971 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
4972
4973 * gdb.c++/ovldbreak.exp: Update match string in test that
4974 includes a warning of multiple breakpoints.
4975
49761999-08-24 Stan Shebs <shebs@andros.cygnus.com>
4977
4978 * gdb.base/display.exp: Improve precision of step-after-finish
4979 added yesterday.
4980
4981 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
4982 test.
4983
4984 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
4985 configs when using G++, not just hppa*.
4986
49871999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4988
4989 * gdb.base/async.c: New file.
4990 * gdb.base/async.exp: New file.
4991
4992Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
4993
4994 * gdb.base/break.exp: Tweak PA specific tests to properly handle
4995 PA64.
4996
53a5351d
JM
4997Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
4998
104c1213
JM
4999 * gdb.base/display.exp: "finish" can leave us mid-line on many
5000 targets, deal with it. Add a small constant to main, instead of
5001 1000 since main+1000 may not be a valid address in the target.
5002
53a5351d
JM
5003 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
5004 on hpux11.
5005
5006 * gdb.base/attach.exp: Handle another hpux11 error message variant
5007 when attaching to a process that does not exist.
5008
50091999-08-19 J.T. Conklin <jtc@redback.com>
5010
5011 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
5012 characters in 'continue to 1241' test.
5013
50141999-08-17 Stan Shebs <shebs@andros.cygnus.com>
5015
5016 * gdb.base/call-ar-st.exp: Add a shorter match case for the
5017 stop in print_long_arg_list, define and use a whitespace
5018 variable in print_small_structs test, add an XFAIL for Solaris.
5019 * gdb.base/dbx.exp: XFAIL func commands until somebody is
5020 interested enough to fix.
5021
7be570e7
JM
50221999-08-13 Keith Seitz <keiths@cygnus.com>
5023
5024 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
5025 (dbx_gdb_load): Remove. Use gdb_load instead, since that
5026 proc knows about targets other than the natives.
5027 (test_assign): Use "gdb_run_cmd" to "run" the target.
5028 Check that we've actually hit the breakpoint at main.
5029 When we attempt to assign a value to a local variable, check
5030 that the variable is in the current scope, i.e., don't use
5031 a test with an empty result.
5032
5033Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
5034
5035 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
5036 command.
5037
50381999-08-09 Stan Shebs <shebs@andros.cygnus.com>
5039
5040 From Jimmy Guo <guo@cup.hp.com> and others at HP:
5041 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
5042 gdb.compat, gdb.threads-hp.
5043 gdb.hp/configure, gdb.hp/configure.in: New files.
5044 gdb.hp/Makefile.in: Recurse into new subdirs.
5045 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
5046 gdb.hp/gdb.objdbg: New directory, tests for debugging info
5047 in object files.
5048 gdb.hp/tools: New directory, aux tools for HP-specific tests.
5049
96baa820
JM
50501999-08-05 Stan Shebs <shebs@andros.cygnus.com>
5051
5052 * gdb.base/display.exp: Help expect by putting a newline in the
5053 funky printf, remove a bogus p/a test.
5054
50551999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5056
5057 * gdb.base/display.exp: Make sure that when we say 'run', we are
5058 connected to the target. This is necessary when running not
5059 natively.
5060
50611999-08-03 Stan Shebs <shebs@andros.cygnus.com>
5062
5063 * gdb.base/step-test.exp: Removed some extraneous messages.
5064
5065 * gdb.base/long_long.exp: Don't run memory examination tests
5066 on little-endian targets (they will need a different set of
5067 results to match).
5068
50691999-08-02 Stan Shebs <shebs@andros.cygnus.com>
5070
5071 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
5072 until somebody decides to fix GDB.
5073
5074 * gdb.base/long_long.c: Stop compiler complaint by specifying long
5075 constant as "ULL".
5076 * gdb.base/long_long.exp: Loosen x/c test, add partial result
5077 matches for a couple x/2 commands.
5078
a0b3c4fd
JM
50791999-07-30 Stan Shebs <shebs@andros.cygnus.com>
5080
5081 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
5082 by merging in ref-types2 tests.
5083 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
5084
5085 From Jimmy Guo <guo@cup.hp.com> and others at HP:
5086 * gdb.c++/Makefile.in: Add standard actions.
5087 (EXECUTABLES): Rename from PROGS, update list.
5088 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
5089 from gdb.hp.
5090 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
5091 foo and bar locals.
5092 * gdb.c++/anon-union.exp: Fix tests to match.
5093 * gdb.c++/classes.exp: Run if HP compiler used, add extra
5094 expect matches to handle output variations.
5095 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
5096 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
5097 output, add HP alternatives for new and delete prints.
5098 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
5099 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
5100 * gdb.c++/demangle.exp: Use $style when reporting failure.
5101 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
5102 * gdb.c++/inherit.exp: Run if HP compiler used, add some
5103 match alternatives.
5104 * gdb.c++/local.exp: Add match alternatives or xfails for HP
5105 compilers.
5106 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
5107 * gdb.c++/method.exp: Add match alternatives.
5108 * gdb.c++/misc.cc: Add bool types.
5109 * gdb.c++/misc.exp: Add tests for bool types.
5110 * gdb.c++/overload.exp: Add xfails.
5111 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
5112 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
5113 add some more template parameter tests (only for HP currently).
5114 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
5115 * gdb.c++/virtfunc.cc: Add return type and value for main.
5116 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
5117 match alternatives.
beb998c6 5118
a0b3c4fd
JM
51191999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5120
5121 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
5122
51231999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
5124
5125 * gdb.base/signals.exp: Don't expect getting a backtrace from
5126 within a signal handler to fail on Linux.
5127
51281999-07-29 Stan Shebs <shebs@andros.cygnus.com>
5129
5130 From Jimmy Guo <guo@cup.hp.com> and others at HP:
5131 * lib/gdb.exp: Remove some gratuitious semicolons.
5132 (delete_breakpoints): Increase timeout.
5133 (gdb_expect): Add -notransfer option.
5134 (gdb_test): Use -notransfer option.
5135 (get_compiler_info): Add f77 case.
5136 (get_compiler): New proc, split out from gdb_preprocess, add f77
5137 case.
5138 (gdb_preprocess): Call get_compiler.
5139
5140 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
5141 * gdb.base/attach.exp, gdb.base/display.exp,
5142 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
5143 gdb.base/long_long.exp, gdb.base/printcmds.exp,
5144 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
5145 third arg to gdb_test.
5146 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
5147 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
5148 HP-UX xfails, add others.
5149 * gdb.base/completion.exp: Reflect name change of self-test.
5150 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
5151 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
5152 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
5153 HP failure number.
5154 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
5155 useless HP-UX 10.30 references.
5156 * gdb.base/maint.exp: Loosen matches.
5157 * gdb.base/pointers.c (main): Declare more_code.
5158 * gdb.base/pointers.exp: Match on output of a `next'.
5159 * gdb.base/structs.c: Add prototypes.
5160 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
5161 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
5162
51631999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5164
5165 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
5166 command.
5167
51681999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5169
5170 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
5171 Fix run to main failures. Watchpoint can be hardware watchpoint.
beb998c6
AC
5172
5173 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
5174 debug info. Deal with lack of signal hanlder info in stack.
5175
5176 From Jim Kingdon <kingdon@redhat.com>:
5177 * gdb.base/annota1.exp: If printf has debug info, deal with it.
5178
5a2468f5
JM
51791999-07-19 Stan Shebs <shebs@andros.cygnus.com>
5180
5181 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
5182 gdb.base/foll-vfork.exp: Don't run for crosses.
5183
adf40b2e
JM
5184Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
5185
5186 * gdb.base/configure.in: Check for gdbvars.exp instead of
5187 a1-selftest.exp.
5188 * gdb.base/configure: Re-generate.
5189
51901999-07-12 Stan Shebs <shebs@andros.cygnus.com>
5191
5192 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
5193 in trying to run first and name is too long.
5194
5195 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
5196 pointers2.c and pointers2.exp, respectively.
5197 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
5198 doschk happier.
5199
43e526b9
JM
52001999-07-08 Stan Shebs <shebs@andros.cygnus.com>
5201
5202 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
5203 callfuncs2.c and callfuncs2.exp.
5204
5205 * gdb.base/list.exp: Remove mistaken xfails.
5206 * gdb.base/list0.h: Add optional prototypes.
5207
9846de1b
JM
5208Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
5209
5210 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
5211 calling malloc.
5212 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
5213 * ptype.exp: Move test for get_debug_format to before its first
5214 use.
5215
52161999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5217
5218 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
5219 * gdb.base/annota2.cc, annota2.exp: Move from here.
5220 * gdb.c++/annota2.cc, annota2.exp: To here.
5221 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
5222
43ff13b4
JM
5223Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
5224
5225 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
5226 a consistent format.
5227
085dd6e6
JM
52281999-06-25 Stan Shebs <shebs@andros.cygnus.com>
5229
5230 From Jimmy Guo <guo@cup.hp.com> and others at HP:
5231 * lib/gdb.exp (get_compiler_info): Add detection for assorted
5232 HP compilers, also set the globals $true and $false.
5233
5234 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
5235 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
5236 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
5237 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
5238 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
5239 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
5240 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
5241 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
5242 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
5243 whatis.c} Add C++ compatible function definitions and return
5244 types, add includes for library functions.
5245 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
5246 * gdb.base/step-test.c (myglob): Rename from glob.
5247 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
5248 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
5249 files, move here from gdb.hp.
5250 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
5251 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
5252 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
5253 Adjust line numbers in regexps.
5254
5255 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
5256 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
5257 instead of 0/1.
5258
5259 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
5260 foll-vfork.exp: New files, move here from gdb.hp.
5261 * gdb.base/page.exp: New file, test of pagination command.
5262
5263 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
5264 recursion test.
5265 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
5266
5267 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
5268 gdb.base/solib.exp: Fix compiler invocation process.
5269
5270 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
5271 HP-UX 11, turn off overload resolution explicitly.
5272 * gdb.base/commands.exp: Set argument list explicitly, add
5273 watchpoint test.
5274 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
5275 them work.
5276 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
5277 expressions properly.
5278 * gdb.base/corefile.exp: Loosen the match slightly.
5279 * gdb.base/default.exp: Allow "Error accessing memory" message
5280 also.
5281 * gdb.base/display.exp: Skip over x/0 j if PA64.
5282 * gdb.base/funcargs.exp: Add xfails for HP-UX.
5283 * gdb.base/interrupt.exp: Ditto.
5284 * gdb.base/langs.exp: Add symbolic matches governed by compiler
5285 in use.
5286 * gdb.base/list.exp: Add xfails for HP-UX.
5287 * gdb.base/long_long.exp: Refine some of the numeric matches.
5288 * gdb.base/mips_pro.exp: Xfail on HP-UX.
5289 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
5290 * gdb.base/nodebug.exp: Succeed on more varieties of output.
5291 * gdb.base/opaque.exp: Remove some HP-UX xfails.
5292 * gdb.base/ptype.exp: Succeed on more varieties of output.
5293 * gdb.base/scope.exp: Add xfails for HP-UX.
5294 * gdb.base/sect-cmd.exp: Add more cases.
5295 * gdb.base/setvar.exp: Add xfails for HP-UX.
5296 * gdb.base/shlib-call.exp: Loosen some matches slightly.
5297 * gdb.base/signals.exp: Match on void symbolically.
5298 * gdb.base/step-test.exp: Add case for PA64.
5299 * gdb.base/term.exp: Add exit and restart.
5300 * gdb.base/twice.exp: Clean up after self.
5301 * gdb.base/varargs.exp: Disable overload resolution explicitly.
5302 * gdb.base/whatis.exp: Allow more ways to pass tests.
5303
5304 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
5305 no longer useful.
5306
5307Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
5308
5309 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
5310 list of patterns.
5311 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
5312 print_double_array(double_array)", "continuing to breakpoint
5313 1018", "print print_double_array(array_d)" and "continuing to
5314 1034" tests.
beb998c6 5315
085dd6e6
JM
53161999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
5317
5318 * Makefile.in: Add empty html and install-html targets.
5319
53201999-06-24 Stan Shebs <shebs@andros.cygnus.com>
5321
5322 * config/mt-*: Remove, these haven't been used since 1996.
5323
53241999-06-22 Stan Shebs <shebs@andros.cygnus.com>
5325
5326 * gdb.base/call-strs.c, gdb.base/ending-run.c,
5327 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
5328 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
5329
9e0b60a8
JM
53301999-06-18 Stan Shebs <shebs@andros.cygnus.com>
5331
5332 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
5333 simpler match case for the ptype of the big class.
5334
53351999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5336
5337 * gdb.exp: Fix test for gdb_prompt existence.
5338
53391999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5340
5341 * gdb.exp (gdb_test): Add fail after calls to perror.
5342
53431999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5344
5345 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
5346
53471999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5348
5349 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
5350
0f71a2f6
JM
5351Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
5352
5353 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
5354 malloc() is linked in.
5355
53561999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
5357
5358 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
5359 step at end.
5360
5361 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
5362
53631999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
5364
5365 * gdb.java/jv-print.exp: New file. (Our first Java test!)
5366
cce74817
JM
5367Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
5368
5369 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
5370 * gdb.base/mips_pro.exp: Likewise.
5371
53721999-06-02 Keith Seitz <keiths@cygnus.com>
5373
5374 * gdb.c++/templates.cc: Change all "new" operators to throw
5375 an exception.
5376 * gdb.c++/cplusfuncs.cc: Likewise.
5377
5378 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
5379
5380Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
5381
5382 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
5383 * gdb.base/ending-run.exp: When stepping out of main, accept a
5384 step into an arbitrary assembler file.
5385
392a587b
JM
53861999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5387
beb998c6 5388 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 5389 "breakpoint-invalid" to be printed.
beb998c6 5390 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
5391 number of "frames-invalid" and "breakpoint-invalid" to be printed.
5392 * gdb.base/annota2.cc: Initialize a.x to 0.
5393
9e086581
JM
53941999-05-17 Keith Seitz <keiths@cygnus.com>
5395
5396 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
5397 when "skip_float_tests" set.
5398 Ditto for "print print_double_array(array_d)", "print print_small_structs",
5399 "print print_ten_doubles", and "step into print_long_arg_list".
5400 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
5401 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
5402 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
5403 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
5404 "skip_float_tests" is set.
5405 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
5406 when "skip_float_tests" set.
beb998c6 5407
cd0fc7c3
SS
54081999-05-06 Keith Seitz <keiths@cygnus.com>
5409
5410 * gdb.base/annota2.cc: Include stdio.h.
5411
5412Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
5413
5414 * gdb.base/crossload.exp: Remove, this has been disabled ever
5415 since BFD stopped including all targets, and cross-GDB gets
5416 plenty of testing anyway.
5417 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
5418 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
5419 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
5420 * gdb.base/README: Remove, was doc for this.
5421 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
5422 needed.
5423
b83266a0
SS
54241999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5425
5426 * gdb.base/call-ar-st.exp: Fix one regular expression in test
5427 output.
5428
5429 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
5430 * gdb.base/annota2.exp: New file. More annotation tests.
5431 * gdb.base/annota1.c: New file. Source file for annota1.exp.
5432 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
5433
54341999-04-23 Angela Marie Thomas <angela@cygnus.com>
5435
5436 * config/cfdbug.exp: New file.
5437
7a292a7a
SS
54381999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
5439
5440 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
5441 Marcus Daniel's and Dale Hawkins's demangler crashes.
5442
5443 * gdb.c++/demangle.exp (test_gnu_style_demangling,
5444 test_lucid_style_demangling, test_arm_style_demangling,
5445 test_hp_style_demangling): Try Tom Tromey's core-dumping
5446 identifier under each demangling style.
5447
54481999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
5449
5450 * gdb.c++/demangle.exp: Include the current demangling style
5451 in all test names.
5452 (current_demangling_style): New global variable.
5453 (set_demangling_style, test_demangling_core, test_demangling,
5454 test_demangling_exact): New functions.
5455 (test_gnu_style_demangling, test_lucid_style_demangling,
5456 test_arm_style_demangling, test_hp_style_demangling): Use those,
5457 instead of calling gdb_test and gdb_test_exact directly.
5458 (catch_demangling_errors): New function, which reports errors
5459 signalled by the demangling test functions in an orderly way.
5460 (do_tests): Use catch_demangling_errors.
5461
54621999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
5463
5464 * gdb.base/signals.exp (test_handle_all_print): Use () for
5465 grouping in expressions, not {}.
5466
5467 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
5468 initialized yet.
5469
54701999-04-01 Stan Shebs <shebs@andros.cygnus.com>
5471
5472 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
5473 are listed.
5474
54751999-03-26 Stan Shebs <shebs@andros.cygnus.com>
5476
5477 * gdb.stabs/weird.exp: Test for CC being defined before
5478 looking at its value.
5479
54801999-03-25 Stan Shebs <shebs@andros.cygnus.com>
5481
5482 * gdb.base/call-ar-st.exp: Remove stray '#'.
5483 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
5484 "short int" and "long int".
5485 * gdb.c++/overload.cc: Cast the string added in the previous
5486 change, to mollify finicky HP compiler.
5487 * gdb.hp/reg-test.exp (testfile): Fix file name.
5488 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
beb998c6 5489
7a292a7a
SS
5490 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
5491 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
5492 alternate form of enum ptype.
5493
c906108c
SS
54941999-03-23 Stan Shebs <shebs@andros.cygnus.com>
5495
7a292a7a
SS
5496 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
5497 * gdb.hp/*.exp: Change all to run compiler probe only after
5498 passing skip_hp_tests, so as not to waste time on guaranteed
5499 failure.
5500
c906108c
SS
5501 * gdb.c++/overload.cc: Pass string instead of char addr, always
5502 init ccpfoo.
5503 * gdb.c++/templates.cc: Fix syntax error.
5504
7a292a7a
SS
5505Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5506
5507 * gdb.base/commands.exp: Add test for correct position of '>'
beb998c6 5508 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
5509 command.
5510
55111999-03-18 James Ingham <jingham@cygnus.com>
5512
5513 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
5514
5515 * gdb.c++/method.exp: It was testing an uninitialized int on the
5516 stack and assuming it was positive.
5517
5518 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
5519
5520 * gdb.base/step-test.exp: Catch a case where finish is broken and
beb998c6 5521 keep it from killing the rest of the tests.
7a292a7a
SS
5522 Use gdb_continue_to_end.
5523
5524 * gdb.base/sigall.exp: use gdb_continue_to_end.
5525
5526 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
5527
5528 * gdb.base/display.exp: use runto_main, not run.
5529
beb998c6
AC
5530 * gdb.base/default.exp: Check for the current error message in the
5531 r abbreviation test.
7a292a7a
SS
5532 Add strongarm to the targets that know info float.
5533
beb998c6 5534 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
5535 run which doesn't work with monitors.
5536
5537 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
5538
5539 * gdb.base/break.exp: use the gdb_continue_to_end proc.
5540
5541 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
beb998c6
AC
5542 program. Traps the case (in Cygmon) when the program never really
5543 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
5544 more places, so I used my name. Sorry Mark...
5545
5546 * config/monitor.exp (gdb_target_monitor): added another
5547 target_info parameter: remotebinarydownload. This will set the
5548 remotebinarydownload flag if this is causing some boards trouble.
5549
55501999-03-18 Mark Salter <msalter@cygnus.com>
5551
5552 * lib/gdb.exp (continue_to_exit): New function.
5553
5554 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
5555 * gdb.base/ending-run.exp: Ditto.
5556 * gdb.base/step-test.exp: Ditto.
5557
55581999-03-16 Stan Shebs <shebs@andros.cygnus.com>
5559
5560 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
5561 (suggested by Art Haas <ahaas@neosoft.com>).
5562
55631999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
5564
5565 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
5566
5567Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
5568
5569 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
5570 descriptions of types (short unsigned int vs unsigned short, etc).
5571
55721999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
5573
5574 * gdb.base/call-strs.exp: Don't assume that `step' will step over
5575 a call to strlen; sometimes we do have sources.
5576
55771999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
5578
5579 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
5580 character, so GDB won't print garbage after its end.
beb998c6 5581
c906108c
SS
5582 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
5583 breakpoint there instead. Sometimes GCC emits memcpy to handle
5584 the large structures being passed by value, so we step into that
5585 instead of sum_array_print, which obscures what we're really testing.
5586 * gdb.base/step-test.exp: However, we do want a test that notices
5587 the bizarre steps into memcpy, so do that here. Add check for
5588 stepping into function calls that pass large structures by value.
5589 ("Is that a noun clause, or are you just happy to see me?")
5590 Remove all references to specific line numbers.
5591 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
5592 New type and function.
5593 (main): Call large_struct_by_value, passing it a large struct by value.
5594 * lib/gdb.exp (gdb_get_line_number): New function.
5595
5596 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
5597 more portable.
5598
7a292a7a
SS
55991999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
5600
c906108c
SS
5601 * lib/gdb.exp: Doc fixes.
5602
7a292a7a
SS
56031999-03-05 Nick Clifton <nickc@cygnus.com>
5604
beb998c6 5605 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
5606
56071999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
5608
c906108c
SS
5609 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
5610 commands. They're not germane to this test, and they don't work
5611 that way on remote targets.
5612
3fc11d3e
JM
56131999-03-01 James Ingham <jingham@cygnus.com>
5614
5615 * Changelog entries merged over from gdb development branch.
5616
3fc11d3e
JM
5617 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
5618
5619 * lib/gdb.exp (gdbtk_analyze_results): Generic function
5620 for outputting results of test run.
5621
2d4a1622 5622 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
5623
5624 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 5625
7a292a7a
SS
56261999-02-25 Felix Lee <flee@cygnus.com>
5627
5628 * lib/gdb.exp (debug_format): initialize
5629
c906108c
SS
56301999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
5631
5632 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
5633 * gdb.base/call-rt-st.c: Ditto.
5634
c906108c
SS
56351999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
5636
5637 * gdb.threads/pthreads.exp (horiz): New variable.
5638 (test_startup): Fix regexps that capture thread numbers.
5639
56401999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
5641
5642 * gdb.base/smoke.exp: Disambiguate two test case names (both
5643 called ``print'').
5644
5645Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
5646
5647 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
5648 compilation.
5649
56501999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
5651
5652 * gdb.base/miscexprs.exp: Change patterns to match GDB's
5653 actual output formatting.
5654 * gdb.base/smoke.exp: GDB removes leading 0's.
5655 * gdb.base/volatile.exp: Don't check type of remuneration;
5656 that variable is no longer defined in constvars.c.
5657 * gdb.base/step-test.c (main): Exit with explicit exit code.
5658 * gdb.base/step-test.exp: Remove two nexti checks--they are
5659 not portable.
5660
56611999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
5662
5663 * gdb.base/help.exp ("help delete display"): Fix test to match
5664 gdb's output.
5665
5666 * gdb.base/long_long.c (known_types): Initialize values to zero.
5667 * gdb.base/long_long.exp: Step one more line
5668 so 'dec' is initialized in "get to known place". GDB removes
beb998c6 5669 leading zeros. Explicitly ask for hex formatting. Use
c906108c
SS
5670 unique test case names.
5671
5672Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5673
beb998c6 5674 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
5675
5676 * gdb.c++/method.exp: Add missing close brace.
5677
56781999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
5679
5680 * gdb.base/maint.exp: Use 'set height 0' to disable page
5681 prompting, not 'set height 400'.
5682
5683 Fix a bunch of timeouts.
5684 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
5685 four separate tests, so expect doesn't take forever to match a ton
5686 of text against a regexp with lots of .* forms.
5687 ("maint print psymbols", "maint print symbols"): Make some of
5688 these greps more selective, so that expect doesn't try to wade
5689 through huge piles of output and time out.
5690
5691 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
5692
5693 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
5694 tests: one which doesn't expect shlib events to be reported, and
5695 another which does, but is XFAIL for all platforms other than
5696 HP/UX.
5697
5698 * gdb.base/break.exp: Teach the test suite that the `catch
5699 fork', `catch vfork', and `catch exec' commands produce error
5700 messages on platforms that don't provide these features.
5701
5702Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
5703
5704 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
5705 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
5706 (shortening names from solib_threshold.exp etc), won't run on
5707 anything but HP-UX for the foreseeable future.
5708 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
5709 reflect move.
5710
5711Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
5712
5713 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
5714 gdb.trace/Makefile.in (clean): Remove all test executables.
5715
5716Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
5717
5718 * gdb.base/shlib-call.exp: add test cases to verify that gdb
5719 successfully re-sets breakpoints in shared libraries.
5720 * gdb.base/shmain.c (main): return 0, don't fall off the end.
5721
5722Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5723
beb998c6
AC
5724 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
5725 and compiled w/o GCC.
c906108c
SS
5726
5727 * gdb.hp/watch-cmd.exp: ditto.
5728
5729 * gdb.hp/watch-hp.exp: ditto.
5730
5731 * gdb.hp/xdb1.exp: ditto.
5732
5733 * gdb.hp/xdb2.exp: ditto.
5734
5735 * gdb.hp/dbx.exp: ditto.
5736
5737Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
5738
5739 * constvars.c: Remove C++-isms.
5740 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
5741 with GCC.
5742
5743Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
5744
5745 The following changes are part of the HP merge.
5746
5747 * gdb.base/break.exp: new tests to verify that catchpoints for
5748 fork, vfork, and exec don't trigger inappropriately.
5749
5750 * gdb.base/opaque.exp: compile one file at a time, then link.
5751
5752 * gdb.base/signals.exp: be more restrictive about which hppa
5753 systems receive a setup_xfail. new tests.
5754
5755 * gdb.base/solib_threshold.build: new file.
5756 * gdb.base/solib_threshold.exp: new file.
5757 * gdb.base/solib_threshold.link_opts: new file.
5758 * gdb.base/solib_threshold.mk: new file.
5759 * gdb.base/gen_solib_threshold.c: new file.
5760
5761 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
5762 tests. New tests for enums inside classes.
5763
5764 * gdb.c++/compiler.cc: indicate support of template debugging.
5765
5766 * gdb.c++/demangle.exp: run hp style demangling tests.
5767
5768 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
5769 tests.
5770
5771 * gdb.c++/misc.cc: changes to support new tests.
5772
5773 * gdb.c++/templates.cc: changes to support HP's compiler; changes
5774 to support new tests.
5775
5776 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
5777 gcc, then skip these tests.
5778
5779Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
5780
5781 The following files are part of the HP merge; some had longer
5782 names at HP, but have been renamed to be no more than 14
5783 characters in length.
5784
5785 * gdb.hp/ambiguous.cc: new file.
5786 * gdb.hp/ambiguous.exp: new file.
5787 * gdb.hp/attach.exp: new file.
5788 * gdb.hp/attach2.exp: new file.
5789 * gdb.hp/classes-hp.exp: new file.
5790 * gdb.hp/ctti.exp: new file.
5791 * gdb.hp/ctti-add.cc: new file.
5792 * gdb.hp/ctti-add1.cc: new file.
5793 * gdb.hp/ctti-add2.cc: new file.
5794 * gdb.hp/ctti-add3.cc: new file.
5795 * gdb.hp/dbx.exp: new file.
5796 * gdb.hp/exception.cc: new file.
5797 * gdb.hp/exception.exp: new file.
5798 * gdb.hp/foll-exec.c: new file.
5799 * gdb.hp/foll-exec.exp: new file.
5800 * gdb.hp/foll-fork.c: new file.
5801 * gdb.hp/foll-fork.exp: new file.
5802 * gdb.hp/foll-vfork.c: new file.
5803 * gdb.hp/foll-vfork.exp: new file.
5804 * gdb.hp/inherit-hp.exp: new file.
5805 * gdb.hp/more-steps.exp: new file.
5806 * gdb.hp/namespace.cc: new file.
5807 * gdb.hp/namespace.exp: new file.
5808 * gdb.hp/optimize.exp: new file.
5809 * gdb.hp/pxdb.c: new file.
5810 * gdb.hp/pxdb.exp: new file.
5811 * gdb.hp/quicksort.exp: new file.
5812 * gdb.hp/reg-test.exp: new file.
5813 * gdb.hp/reg-test.s: new file.
5814 * gdb.hp/sized-enum.c: new file.
5815 * gdb.hp/sized-enum.exp: new file.
5816 * gdb.hp/start-stop.exp: new file.
5817 * gdb.hp/templ-hp.cc: new file.
5818 * gdb.hp/templ-hp.exp: new file.
5819 * gdb.hp/thr-lib.c: new file.
5820 * gdb.hp/thr-lib.exp: new file.
5821 * gdb.hp/thr-lib.h: new file.
5822 * gdb.hp/thr-liblib.c: new file.
5823 * gdb.hp/virtfun-hp.c: new file.
5824 * gdb.hp/virtfun-hp.exp: new file.
5825 * gdb.hp/watch-cmd.exp: new file.
5826 * gdb.hp/watch-hp.exp: new file.
5827 * gdb.hp/xdb1.exp: new file.
5828 * gdb.hp/xdb2.exp: new file.
5829 * gdb.hp/xdb3.exp: new file.
5830
5831Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
5832
5833 The following files are part of the HP merge; some had longer
5834 names at HP, but have been renamed to be no more than 14
5835 characters in length.
5836
5837 * gdb.base/ss.h: new file.
5838 * gdb.base/call-ar-st.c: new file.
5839 * gdb.base/call-ar-st.exp: new file.
5840 * gdb.base/call-rt-st.c: new file.
5841 * gdb.base/call-rt-st-exp: new file.
5842 * gdb.base/call-strs.exp: new file.
5843 * gdb.base/ena-dis-br.exp: new file.
5844 * gdb.base/environ.exp: new file.
5845 * gdb.base/long_long.exp: new file.
5846 * gdb.base/sect-cmd.exp: new file.
5847 * gdb.base/shlib-cl2.exp: new file.
5848 * gdb.base/smoke.exp: new file.
5849 * gdb.base/so-impl-ld.c: new file.
5850 * gdb.base/so-impl-ld.exp: new file.
5851 * gdb.base/so-indr-cl.c: new file.
5852 * gdb.base/so-indr-cl.exp: new file.
5853 * gdb.base/varargs.exp: new file.
5854 * gdb.base/volatile.exp: new file.
5855 * gdb.base/whatis-exp.exp: new file.
7a292a7a 5856 * gdb.base/display.exp: new file.
c906108c
SS
5857 * gdb.c++/derivation.exp: new file.
5858 * gdb.c++/local.exp: new file.
5859 * gdb.c++/member-ptr.exp: new file.
5860 * gdb.c++/overload.exp: new file.
5861 * gdb.c++/ovldbreak.exp: new file.
5862 * gdb.c++/ref-types.exp: new file.
5863 * gdb.c++/ref-types2.exp: new file.
5864 * gdb.c++/userdef.exp: new file.
beb998c6 5865
c906108c
SS
5866Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
5867
5868 * gdb.base/default.exp: Reflect wording change in remote.c.
5869
dc96c6c7 5870Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5871
5872 * gdb.base/help.exp: Update to reflect current text.
5873
5874Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
5875
5876 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
5877 they're stack variables and contain garbage.
5878 * gdb.c++/anon-union.exp: new file.
5879
5880 The following changes were made by David Taylor
5881 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
5882 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
5883 in changes by HP.
5884
5885 * gdb.base/bitops.exp: new file.
5886 * gdb.base/default.exp: change expected messages for catch and
5887 info catch tests to reflect HP merge changes.
5888 * gdb.base/enable-disable-break.exp
5889 * gdb.base/ending-run.c: new file.
5890 * gdb.base/long_long.c: new file.
5891 * gdb.base/maint.exp: new file.
5892 * gdb.base/pointers2.exp: new file.
5893 * gdb.base/shlib-call2.exp: new file.
5894 * gdb.base/solib.exp: new file.
5895 * gdb.base/step-test.c: new file.
5896 * gdb.c++/anon-union.cc: new file.
5897 * gdb.c++/local.cc: new file.
5898 * gdb.c++/member-pointer.cc: new file.
5899 * gdb.c++/method.cc: new file.
5900 * gdb.c++/ref-types.cc: new file.
5901 * gdb.c++/ref-types2.cc: new file.
5902 * gdb.c++/userdef.cc: new file.
beb998c6 5903
c906108c
SS
5904 * gdb.base/scope.exp: compile one file at a time, then link.
5905 * gdb.base/langs.exp: ditto.
5906 * gdb.base/list.exp: ditto.
beb998c6 5907
c906108c
SS
5908Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
5909
5910 The following changes were made by David Taylor
5911 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
5912 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
5913 in changes by HP.
beb998c6 5914
c906108c
SS
5915 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
5916 skip tests. When compiling pass c++ flag to gdb_compile.
5917 * gdb.c++/
beb998c6 5918
c906108c
SS
5919 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
5920 test for on hppa*-*-hpux*; use args to see if c++ was specified.
5921 (skip_hp_tests): new function.
5922 (gdb_preprocess): new function.
5923
5924 * configure.in (hpdir): decide whether to configure gdb.hp.
5925 * configure: regenerated.
5926
5927 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
5928 to delete on clean.
5929 (EXECUTABLES): update to reflect new additions.
5930 * gdb.base/commands.exp: update message expected.
5931 * gdb.base/default.exp: add copyright notice.
5932 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
5933 * gdb.base/help.exp: update messages to reflect current text.
5934 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
5935 targets for recurse tests.
5936 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
5937 skip this file.
5938
5939 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
5940 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
5941 compilation.
5942 * gdb.c++/misc.exp: ditto.
5943 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
5944 run the tests. tell gdb_compile that it's a c++ compilation.
5945
5946 * gdb.threads/pthreads.exp: fix typo in message.
beb998c6 5947
c906108c
SS
5948 * gdb.base/all-bin.exp: new file.
5949 * gdb.base/arithmet.exp: new file.
5950 * gdb.base/assign.exp: new file.
5951 * gdb.base/completion.exp: new file.
5952 * gdb.base/cond-expr.exp: new file.
5953 * gdb.base/condbreak.exp: new file.
5954 * gdb.base/define.exp: new file.
5955 * gdb.base/dollar.exp: new file.
5956 * gdb.base/environment.exp: new file.
5957 * gdb.base/eval-skip.exp: new file.
5958 * gdb.base/jump.exp: new file.
5959 * gdb.base/logical.exp: new file.
5960 * gdb.base/pointers.exp: new file.
5961 * gdb.base/relational.exp: new file.
5962 * gdb.base/section_command.exp: new file.
5963 * gdb.base/whatis-expr.exp: new file.
5964
5965 * gdb.base/all-types.c: new file.
5966 * gdb.base/call-array-struct.c: new file.
5967 * gdb.base/call-return-struct.c: new file.
5968 * gdb.base/call-strings.c: new file.
5969 * gdb.base/callfuncs2.c: new file.
5970 * gdb.base/condbreak.c: new file.
5971 * gdb.base/constvars.c: new file.
5972 * gdb.base/display.c: new file.
5973 * gdb.base/int-type.c: new file.
5974 * gdb.base/jump.c: new file.
5975 * gdb.base/miscexprs.c: new file.
5976 * gdb.base/pointers.c: new file.
5977 * gdb.base/pointers2.c: new file.
5978 * gdb.base/shmain.c: new file.
5979 * gdb.base/shr1.c: new file.
5980 * gdb.base/shr2.c: new file.
5981 * gdb.base/solib.c: new file.
5982 * gdb.base/solib1.c: new file.
5983 * gdb.base/solib2.c: new file.
5984 * gdb.base/varargs.c: new file.
5985 * gdb.c++/derivation.cc: new file.
5986 * gdb.c++/overload.cc: new file.
5987 * gdb.c++/ovldbreak.cc: new file.
5988 * gdb.hp/attach.c: new file.
5989 * gdb.hp/attach2.c: new file.
5990 * gdb.hp/average.c: new file.
5991 * gdb.hp/compiler.c: new file.
5992 * gdb.hp/compiler.cc: new file.
5993 * gdb.hp/execd-program.c: new file.
5994 * gdb.hp/follow-exec.c: new file.
5995 * gdb.hp/follow-fork.c: new file.
5996 * gdb.hp/follow-vfork-and-exec.c: new file.
5997 * gdb.hp/misc-hp.cc: new file.
5998 * gdb.hp/more-steps.c: new file.
5999 * gdb.hp/optimize.c: new file.
6000 * gdb.hp/quicksort.c: new file.
6001 * gdb.hp/run-hp.c: new file.
6002 * gdb.hp/start-stop.c: new file.
6003 * gdb.hp/sum.c: new file.
6004 * gdb.hp/templates-hp.cc: new file.
6005 * gdb.hp/thread-local-in-lib.c: new file.
6006 * gdb.hp/thread-local-in-lib.h: new file.
6007 * gdb.hp/thread-local-in-lib.lib.c: new file.
6008 * gdb.hp/vforked-program.c: new file.
6009 * gdb.hp/virtfunc-hp.cc: new file.
6010 * gdb.hp/watchpoint-hp.c: new file.
6011 * gdb.hp/xdb.c: new file.
6012 * gdb.hp/xdb0.c: new file.
6013 * gdb.hp/xdb0.h: new file.
6014 * gdb.hp/xdb1.c: new file.
6015
6016Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
6017
6018 The following change was made by Edith Epstein
6019 <eepstein@cygnus.com> as part of a project to merge in changes
6020 originally made by HP; HP did not create ChangeLog entries.
6021
6022 * gdb.c++/demangle.exp: changed the expected output for some
6023 ARM-style mangling -- removed second reference to datatype.
6024 For example, maint demangle __dt__11T1__pt__2_cFv
6025 T1<char>::~T1<char>(void)
6026 becomes,
6027 maint demangle __dt__11T1__pt__2_cFv
6028 T1<char>::~T1(void)
6029
6030 (test_hp_style_demangling): new hp specific demangling test cases.
beb998c6 6031
c906108c
SS
6032Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
6033
6034 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
6035 * gdb.trace/backtrace.exp: Likewise.
6036 * gdb.trace/circ.exp: Likewise.
6037 * gdb.trace/collection.exp: Likewise.
6038 * gdb.trace/deltrace.exp: Likewise.
6039 * gdb.trace/infotrace.exp: Likewise.
6040 * gdb.trace/limits.exp: Likewise.
6041 * gdb.trace/packetlen.exp: Likewise.
6042 * gdb.trace/passc-dyn.exp: Likewise.
6043 * gdb.trace/passcount.exp: Likewise.
6044 * gdb.trace/report.exp: Likewise.
6045 * gdb.trace/save-trace.exp: Likewise.
6046 * gdb.trace/tfind.exp: Likewise.
6047 * gdb.trace/tracecmd.exp: Likewise.
6048 * gdb.trace/while-dyn.exp: Likewise.
6049 * gdb.trace/while-stepping.exp: Likewise.
6050
60511998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
6052
6053 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
6054
6055Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
6056
6057 From Brendan Kehoe:
6058 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
6059 int return types.
6060
6061Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
6062
6063 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
6064 remote dos host testing right.
6065
6066Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
6067
6068 * gdb.base/corefile.exp: remove some xfails.
6069
6070Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
6071
6072 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
6073 have different timestamps.
6074
6075Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
6076
6077 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
6078 gdb.base/default.exp: Replace "exec" with "executable".
6079
6080Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
6081
6082 * gdb.base/default.exp: Change else if to elseif from previous
6083 delta.
6084
6085Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
6086
6087 * gdb.base/default.exp: Add brace missing from previous delta.
6088
6089Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
6090
6091 * gdb.base/default.exp: Support test for info float for all
6092 varieties of arm toolchain.
6093
dc96c6c7 6094Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6095
6096 * gdb.trace/*.exp: remove "remote_download" command.
6097
dc96c6c7 6098Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6099
6100 * gdb.trace/*.exp: remove -gdwarf from compile.
6101
6102Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
6103
6104 * gdb.trace/configure.in(AC_INIT): typo
6105 * gdb.trace/configure: regenerated
6106
dc96c6c7 6107Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6108
6109 * config/m68k-emc.exp: New file.
6110 * lib/<emc-support.exp trace-support.exp}: New files.
6111 * configure.in: add new test directory gdb.trace.
6112 * gdb.trace/{configure configure.in Makefile.in}: New files.
6113 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
6114 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
6115 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
6116 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
6117 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
6118 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
6119 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
beb998c6 6120
dc96c6c7 6121Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6122
6123 * gdb.c++/classes.exp: Change all regular expressions to match
6124 arbitrary combinations of newline/carriage-return, so that they
6125 will work equally well on Unix and Windows.
6126 * gdb.c++/inherit.exp: ditto.
6127 * gdb.c++/virtfunc.exp: ditto.
6128
61291998-08-11 Dawn Perchik <dawn@cygnus.com>
6130
6131 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
6132
c2d11a7d
JM
6133Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
6134
6135 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
6136 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
6137 to use a0-a3/d0-d3 as needed.
6138
6139Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
6140
6141 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
6142 * gdb.disasm/am33.exp: Corresponding changes.
6143
c906108c
SS
61441998-07-11 Felix Lee <flee@cygnus.com>
6145
6146 * gdb.base/callfuncs.exp: add cmp10 test.
6147 * gdb.base/callfuncs.c (cmp10): new function.
6148
6149Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
6150
beb998c6 6151 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
6152 into two parts to get around a synchronization problem in expect.
6153
3fc11d3e
JM
6154Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
6155
6156 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
6157
6158 * configure.in: Add options for gdbtk testsuite.
6159
6160 * configure: Regenerate.
6161
6162 * gdb.gdbtk: New directory to hold gdbtk tests.
6163
c906108c
SS
6164Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6165
6166 * gdb.fortran/types.exp: Escape brackets in expect patterns
6167 for test_float_literal_types_accepted tests.
6168 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
6169 before run test.
6170
c2d11a7d
JM
6171Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
6172
6173 * am33.exp: Just compile, do not link the testcase.
6174 * am33.s: Add ".am33" pseudoop to force am33 mode.
6175
c906108c
SS
61761998-06-25 Felix Lee <flee@cygnus.com>
6177
6178 * gdb.base/setshow.exp: make sure $pc is sane.
6179
6180 * gdb.stabs/weird.exp: split expect patterns properly.
6181
c2d11a7d
JM
6182Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
6183
6184 * gdb.disasm/am33.s: New disassembler testfile for the am33.
6185 * gdb.disasm/am33.exp: Run it.
6186
dc96c6c7 6187Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6188
6189 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
6190 match processing (and eliminate spurious timeouts when running).
6191
dc96c6c7 6192Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6193
6194 * gdb.base/signals.exp (test_handle_all_print): put back Mach
6195 exception test, but conditionalize it on target [mach | gnu].
6196
dc96c6c7 6197Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6198
6199 * gdb.base/overlays.exp: fixup compile line for linker script.
6200
6201Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
6202
6203 * gdb.fortran/types.exp: don't guess at float size.
6204
6205Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
6206
6207 * gdb.base/exprs.exp: delete test that depends on int size.
6208
6209Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
6210
6211 * config/sim.exp: Removed checks for target triplets.
6212 (gdb_target_sim): Use gdb,target_sim_options.
6213
6214Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
6215
6216 * gdb.base/reread.exp: New file.
6217 * gdb.base/reread1.c: New file.
6218 * gdb.base/reread2.c: New file.
6219
6220Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
6221
6222 * config/sim.exp: Use 'target sim -sparclite' when running
6223 SPARClite programs.
6224
6225Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
6226
6227 * gdb.base/structs2.exp: New file.
6228 * gdb.base/structs2.c: New file.
6229
6230Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
6231
6232 * gdb.asm/common.inc: New file.
6233 * gdb.asm/d10v.inc: New file.
6234 * asm-source.exp: Pass -I's to gas to find .inc files.
6235 Update line numbers in expected output.
6236 * asmsrc1.s: Rewrite.
6237 * asmsrc2.s: Rewrite.
6238 * configure.in: Create arch.inc symlink.
6239 * configure: Regenerate.
6240 * Makefile.in (distclean): Delete arch.inc.
6241
6242Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
6243
6244 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
6245 (t_enum_value2): ditto
6246 (t_enum_value3): ditto
6247 (main): ditto
6248Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6249
6250 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
6251 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
6252 change.
6253 Use gdb_test instead of send_gdb/gdb_expect sequences.
6254
6255Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
6256
6257 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
6258 not void.
6259
6260Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
6261
6262 * gdb.base/branches.c: Code with lots of loops and
6263 subroutines. Used to test gdbs ability to single step through PC
6264 changes, especially to test mips-tdep.c:mips_next_pc
6265
6266Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
6267
6268 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
6269 more rigorous EGCS C++ error checking.
6270
6271Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6272
6273 * gdb.base/help.exp: Clean up `help set args' and `help show args'
beb998c6 6274 tests.
c906108c 6275 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
beb998c6 6276 function when asleep.
c906108c 6277 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
beb998c6
AC
6278 for i*86 Linux and SVR4 signal handling problems.
6279 Remove linux xfail for `next to handler in signals_tests_1', fixed
6280 by recent infrun.c change.
c906108c 6281 Limit backtrace to 10 frames to avoid timeout problems with infinite
beb998c6 6282 stack backtraces.
c906108c
SS
6283 Adjust expect pattern in `handle all print' test to match Apr 28 1997
6284 target.[ch] change.
6285
6286Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
6287
6288 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
6289 for a newline from gdb before continuing.
6290 (default_gdb_exit): Just look for y or n.
6291 (gdb_test): Detect abnormal exit from GDB running on DOS; if
6292 it does, fail the rests of the tests in the file.
6293
6294Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
6295
6296 * config/cygmon.exp: New file.
6297
6298Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
6299
6300 * gdb.base/list.exp: Fix problem with "list default lines around
6301 main" test on remote targets.
6302
6303 * gdb.base/scope.exp: Fix problem with filelocal_bss before
6304 run test on remote targets.
6305
6306Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
6307
6308 * gdb.asm: New directory.
6309 * configure.in: Configure it.
6310 * configure: Regenerate.
6311 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
6312 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
6313
6314Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
6315
6316 * config/mn10300-eval.exp: New file to support MN10300 eval board.
6317
dc96c6c7 6318Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 6319
c906108c
SS
6320 * gdb.base/overlays (several files): Merge the two overlay
6321 managers into one. Change variables (foox, barx, bazx, grbxx)
6322 back into ints but force them to load in their proper sections.
6323
6324Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
6325
6326 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
6327 on-chip insn memory and IMAP1 to upper 128k.
6328 (D10VCopy): Handle memory regions crossing 16k boundaries.
6329 (D10VCopy): Transfer data in 32 bit chunks.
6330
6331Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
6332
6333 * gdb.base/overlays.c (main): Exit normally when result is
6334 correct.
6335
6336 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
6337 map. Include space for printf in .text segment.
6338
6339 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
6340 updated d10v memory VMA/LMA map.
6341 (D10VCopy): Call D10VTranslate.
beb998c6 6342
c906108c
SS
6343Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
6344
6345 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
6346
6347 * gdb.base/bar.c (barx, bar): Change variable to small array so
6348 that it won't be put into the .sdata - small data -
6349 section. Update reference.
6350 * gdb.base/baz.c (bazx, baz): Ditto.
6351 * gdb.base/foo.c (foox, foo): Ditto.
6352 * gdb.base/grbx.c (grbxx, grbx): Ditto.
6353
6354 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
6355 to be arrays.
beb998c6 6356
dc96c6c7 6357Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 6358
c906108c
SS
6359 * gdb.base/overlays.exp: fix up and get working again.
6360 Add tests for backtraces from an overlay function.
beb998c6 6361
c906108c
SS
6362Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
6363
6364 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
6365 "calling function with watchpoint enabled".
6366
6367Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
6368
6369 * gdb.base/break.exp (test_next_with_recursion): Remove
6370 gdb_suppress_tests for d10v-*-*.
6371 * lib/gdb.exp (gdb_suppress_tests): Disable this function
6372 pending review of whether it is useful or not.
6373
6374Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
6375
6376 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
6377
6378Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
6379
6380 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
6381 * config/dve.exp: New file to support Densan boards.
6382
6383Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
6384
6385 * gdb.base/interrupt.exp: Document problem of simulators, signals,
6386 reads and BSD.
6387
6388Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
6389
6390 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
6391 response.
6392
6393 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
6394
6395Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
6396
6397 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
6398 test.
6399
6400 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
6401 target_sizeof_long and target_bigendian_p.
6402 (structs_by_value, structs_by_reference): Check values according
6403 to targets word size and endianess.
beb998c6 6404
c906108c
SS
6405Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
6406
6407 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
6408 output.
6409
6410Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
6411
6412 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
6413 Update test of set args help to match source change.
6414
6415Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
6416
6417 * gdb.base/default.exp: Expect help system output to be in
6418 alphabetical order.
6419 * gdb.base/help.exp: Ditto.
6420
6421Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
6422
6423 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
6424 "i*86-pc-linux-gnu*".
6425 * gdb.base/interrupt.exp: Ditto.
6426 * gdb.base/corefile.exp: Ditto.
6427
6428 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
6429 define vxworks when building the testcase.
6430
6431 * gdb.base/ptype.exp: Fix testnames to be unique.
6432 * gdb.base/radix.exp: Ditto.
6433 * gdb.base/term.exp: Ditto.
6434 * gdb.base/whatis.exp: Ditto.
6435 * gdb.c++/classes.exp: Ditto.
6436
6437Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
6438
6439 * gdb.base/callfuncs.exp: Fix indentation.
6440
6441 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
6442 suppress_flag has been set.
6443 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
6444 target feature.
6445
6446Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
6447
6448 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
6449 the testcase.
6450
6451 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
6452 set_debug_traps() and breakpoint().
6453 * gdb.c++/misc.cc (main): Ditto.
6454 * gdb.c++/templates.cc (main): Ditto.
6455 * gdb.c++/virtfunc.cc (main): Ditto.
6456
6457Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
6458
6459 * lib/gdb.exp(gdb_step_for_stub): New function.
6460 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
6461 exists, reload the executable and do a "continue" instead of
6462 doing a jump.
6463 (runto_main): Use gdb_step_for_stub.
beb998c6 6464
c906108c
SS
6465 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
6466 tests to have unique names.
6467 * gdb.base/callfuncs.exp: Ditto.
6468 * gdb.base/commands.exp: Ditto.
6469 * gdb.base/default.exp: Ditto.
6470 * gdb.base/help.exp: Ditto.
6471 * gdb.base/list.exp: Ditto.
6472 * gdb.base/opaque.exp: Ditto.
6473 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
6474 similar tests.
beb998c6 6475
c906108c
SS
6476 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
6477 * gdb.c++/cplusfuncs.cc: Ditto.
6478 * gdb.c++/virtfunc.cc: Ditto.
6479
6480 * config/monitor.exp: Keep track of the last file we saw, rather
6481 than trying to get the info from gdb.
6482
6483 * gdb.fortran/types.exp: Move comment to previous line.
6484
6485Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
6486
6487 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
6488 target mode.
6489
6490Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
6491
6492 From Bob Manson:
6493 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
6494 string from GDB when it connects.
6495
6496 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
6497
6498Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
6499
6500 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
6501 if we can't get a debug format from GDB (we may be testing an
6502 older GDB). Use a 10 second timeout when checking for the format.
6503
6504 * gdb.stabs/weird.exp: Fix quoting.
6505
6506 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
6507
6508Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
6509
6510 * config/arm-ice.exp: New file.
6511
6512Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
6513
6514 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
6515 until it has been modified to work with the new testsuite.
6516
99707966 6517 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
6518 testcase won't compile, cause all of the testcases in the file to
6519 fail instead.
6520
6521 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
6522 (gdb_clear_suppressed): New procedure.
6523 (gdb_stop_suppressing_tests): Only clear suppress_flag if
6524 it contains a positive value.
6525
6526Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
6527
6528 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
6529
6530 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
6531
6532Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
6533
6534 * lib/gdb.exp (setup_xfail_format): New function.
6535 (get_debug_format): New function to get debug format.
6536 (debug_format): New global variable to hold last value set
6537 by get_debug_format.
6538 * gdb.base/list.exp: Call get_debug_format and expect some
6539 tests to fail for DWARF 1 and COFF formats.
6540 * gdb.c++/ptype.exp: Ditto.
6541 * gdb.c++/classes.exp: Ditto.
6542 * gdb.c++/cplusfuncs.exp: Ditto.
6543 * gdb.c++/inherit.exp: Ditto.
6544 * gdb.c++/templates.exp: Ditto.
6545 * gdb.c++/virtfunc.exp: Ditto.
beb998c6 6546
c906108c
SS
6547Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
6548
6549 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
6550 host doesn't have a currently-open connection.
6551
6552 * config/sparclet.exp: Cleanups and fixes to make it generic for
6553 any gdb stub target. Handle cases where gdb doesn't respond when
6554 interrupted in a sane fashion.
6555
6556 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
6557 same thing in a totally different way.
6558
6559 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
6560 setting "timeout".
6561 (gdb_start): We set the global gdb_prompt variable in
6562 default_gdb_init now.
6563
6564Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
6565
6566 * gdb.base/printcmds.exp: Fix "check for floating addition"
6567 regexp to accept results within approx +/- .01 of exact value.
6568 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
6569
6570Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
6571
6572 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
6573 properly.
6574 (gdb_expect): Add optional timeout parameter, and add timeout
6575 value to various calls.
6576 (gdb_suppress_tests): Only give one warning message per group.
6577
6578Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
6579
6580 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
6581 global variables. Handle getting a value for $timeout more
6582 gracefully.
6583
6584Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
6585
6586 * lib/gdb.exp: Close connection to remote host if gdb doesn't
6587 initialize.
6588 (default_gdb_init): New procedure; allow gdb_init to be overridden
6589 by a target configuration file.
6590 (gdb_expect): Pass the timeout to remote_expect.
6591
6592 * config/monitor.exp(gdb_load): Fix typo in regexp.
6593
6594Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
6595
6596 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
6597
6598Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
6599
6600 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
6601 here. Call gdb_target_exec before rebooting the target, to make
6602 sure the connection to the target is closed.
6603 (gdb_load): Pass the name of the executable to gdb_target_monitor.
6604 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
6605 Also detect "Timeout reading from remote" error.
6606
6607 * config/gdbserver.exp: Pass the executable being loaded to
6608 gdb_target_monitor. Don't call gdb_file_cmd here; let
6609 gdb_target_monitor do it.
6610
6611 * gdb.disasm/hppa.exp: Don't use exec_output.
6612
6613Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
6614
6615 * gdb.base/list.exp: If we're debugging a non-native target,
6616 try to set the pc register to point to the start of the
6617 program before doing the first list command.
6618
6619 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
6620 test_calls after restarting.
6621
6622 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
6623 reloading.
6624
6625 * gdb.base/watchpoint.exp: Fix typo.
6626
6627 * gdb.base/setshow.exp: Check for use_gdb_stub.
6628
6629 * gdb.base/break.exp: Fix continue until exit test for the gdb
6630 stub case.
6631 * gdb.base/langs.exp: Ditto.
6632
6633 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
6634 gdb_load_offset. If we weren't given a file to load, figure out
6635 what the current file is and use it.
6636
6637 * config/i386-bozo.exp: New file.
6638
6639Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
6640
6641 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
6642 feature.
6643
6644 * config/proelf.exp: New entry.
6645
6646Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
6647
6648 * lib/gdb.exp: Remove spurious .* patterns at the beginning
6649 of regexps.
6650
6651 * gdb.base/watchpoint.exp: Don't run the test_stepping
6652 tests if gdb can't call functions on the target.
6653
6654 * gdb.base/setshow.exp: Don't run the set prompt tests if
6655 the board has gdb_prompt set.
6656
6657Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
6658
6659 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
6660 * gdb.base/commands.exp: Likewise.
6661 * gdb.base/setshow.exp: Likewise.
6662
6663Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
6664
6665 * config/monitor.exp(gdb_start): Look for gdb_prompt target
6666 feature.
6667
6668 * config/i960.exp: New file.
6669
6670Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
6671
6672 * gdb.base/funcargs.exp: Check for gdb,short_int target
6673 feature instead of looking for explicit target triplets.
6674
dc96c6c7 6675Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 6676
beb998c6 6677 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
6678 "p 123DEADBEEF", to check parse_number.
6679 * top.c: change "to enable to enable" to "to enable" in a couple
6680 of help strings.
6681
6682Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
6683
6684 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
6685 on the mn10300.
beb998c6 6686
c906108c
SS
6687Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
6688
6689 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
6690 where the test executable is run with explicit args.
6691 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
6692
6693Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
6694
6695 * gdb.base/run.c: Use FAKEARGV to build test executable that
6696 does not require a command line arg, since most simulators
6697 don't currently support passing such an arg into the simulated
6698 program.
6699 * gdb.base/commands.exp: Change tests to insert the proper
6700 value as the arg to the first recursive factorial call. Change
6701 compilation line to define FAKEARGV at compile time.
6702
6703Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
6704
6705 * gdb.base/recurse.exp: Enable these tests for the mn10300.
6706 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
6707 function with watchpoint enabled" test.
6708
6709Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
6710
6711 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
6712 Don't call gdb_test when the command doesn't return to a gdb prompt.
6713
6714 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
6715 "Tests restarted" messages.
6716
6717Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
6718
6719 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
6720
dc96c6c7 6721Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6722
6723 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
6724 for INFO SYMBOL; add help tests for OVERLAY commands.
6725 * gdb.base/default.exp: add tests for INFO SYMBOL command;
6726 add tests for OVERLAY commands
6727 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
6728 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
6729 * gdb.base/sigall.c: add usestubs code frag
6730 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
beb998c6 6731
c906108c
SS
6732Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
6733
6734 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
6735 failures.
6736 (gdb_stop_suppressing_tests): Note that tests have restarted.
6737
6738Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
6739
6740 * config/h8300.exp: New file.
6741
6742Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
6743
6744 * gdb.base/setshow.exp: Check for the existence of a
6745 feature, not its value.
6746
6747Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
6748
6749 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
6750
6751 * gdb.base/scope.exp: It's now init0(), not init().
6752
6753 * gdb.base/scope0.c: For now, change init() to be init0().
6754
6755 * config/monitor.exp: Use gdb_serial in preference to serial
6756 or netport.
6757
6758 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
6759 and it's not already set.
6760
6761Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
6762
6763 * gdb.base/setshow.exp: Only test the run command if the target
6764 isn't using a stub and if it supports argument passing.
6765
6766Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
6767
6768 * config/udi.exp(gdb_start): Make sure UDICONF is set
6769 properly before starting gdb.
6770
6771Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
6772
6773 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
6774 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
6775 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
6776
6777Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
6778
6779 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
6780 specialized code to reboot the board, use remote_reboot instead.
6781
6782 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
6783
6784 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
6785
6786 * config/monitor.exp: Make sure we disconnect from the target.
6787 Also, try a reboot/reload cycle instead of failing if the
6788 load fails.
6789
6790Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
6791
6792 * gdb.base/default.exp: Don't set match_max.
6793 * gdb.base/help.exp: Ditto.
6794 * gdb.base/list.exp: Ditto.
6795 * gdb.base/signals.exp: Ditto.
6796
6797 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
6798 set, use remote_ld to download the testcase instead of
6799 the GDB loader.
6800
6801Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
6802
6803 * config/vr5000.exp: New file.
6804
6805 * config/monitor.exp(gdb_target_monitor): Add pattern for
6806 "Ending remote" to detect errors in connecting.
6807
6808 * gdb.base/setshow.exp: Add .* within auto language test.
6809
6810 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
6811 target feature.
6812
6813 * config/monitor.exp(gdb_load): Check for a failure when loading,
6814 and reboot the board if necessary.
6815
6816 * gdb.base/setvar.exp(test_set): Handle multiple prints within
6817 a set of tests. Remove print.* from the patterns being checked.
6818
6819Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
6820
6821 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
6822 refer to gdb_spawn_id.
6823
6824 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
6825 longer used.
6826 * config/sparclet.exp: Ditto.
6827 * config/sparclet-old.exp: Ditto.
6828 * config/slite.exp: Ditto.
6829 * config/sim.exp: Ditto.
6830 * gdb.base/funcargs.exp: Ditto.
6831
6832 * lib/gdb.exp:Remove references to gdb_spawn_id.
6833 (gdb_expect): Move to remote.exp.
6834
6835Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
6836
6837 * config/monitor.exp: Detect the "Couldn't establish connection"
6838 message from GDB.
6839
6840Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
6841
6842 * gdb.base/bitfields.exp: Use runto instead of explicit
6843 gdb_run_cmd/gdb_expect sequences.
6844
6845 * gdb.base/break.exp(text_next_with_recursion): Add match for
6846 gdb_expect call.
6847
6848 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
6849 We also need to handle the "A program is being debugged already"
6850 prompt from gdb. Use gdb_test to set the baud rate.
6851
6852 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
6853 to 20000. Really. I mean it.
6854
6855Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
6856
6857 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
6858 fails. If suppress_flag is set, skip perror message about not
6859 being able to send to GDB.
6860 (send_gdb): If suppress_flag is set, don't try to send commands to
6861 GDB.
6862 (gdb_expect): If suppress_flag is set, always fail immediately.
6863 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
6864 (gdb_init): Call gdb_stop_suppressing_tests.
6865 (default_gdb_exit): Ditto.
6866 (default_gdb_start): Ditto.
6867
6868 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
6869 gdb_stop_suppressing_tests as appropriate.
6870 * gdb.base/break.exp: Ditto.
6871 * gdb.base/callfuncs.exp: Ditto.
6872 * gdb.base/commands.exp: Ditto.
6873 * gdb.base/exprs.exp: Ditto.
6874 * gdb.base/funcargs.exp: Ditto.
6875 * gdb.base/list.exp: Ditto.
6876 * gdb.base/recurse.exp: Ditto.
6877 * gdb.base/scope.exp: Ditto.
6878 * gdb.base/structs.exp: Ditto.
6879 * gdb.c++/inherit.exp: Ditto.
6880
6881Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
6882
6883 * config/vr4300.exp: New file.
6884
99707966
MC
6885 * gdb.*/*.exp: Call gdb_expect instead of expect.
6886
6887 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
6888
6889Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
6890
6891 * lib/gdb.exp(gdb_init): New function.
6892
6893 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
6894 for each individual variable set.
6895
6896 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
6897 name.
6898
6899 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
6900
6901 * gdb.base/scope.exp: Use gdb_test.
6902
6903 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
6904 aborting; the testsuite driver will do that for us (see
6905 gdb_finish). Also, use gdb_test in a few more places.
6906
6907Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
6908
6909 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
6910
6911Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
6912
6913 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
6914 and "add_tests" are not at the same address.
6915
6916Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
6917
6918 * gdb.base/ptype.exp: Use gdb_test.
6919
6920Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
6921
6922 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
6923 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
6924 left in. No longer expect them to fail.
6925
6926 * gdb.stabs/*.mt; Deleted, no longer used.
6927 * gdb.stabs/configure.in: Remove references to target makefile
6928 frags.
6929 * gdb.stabs/configure: Rebuilt.
6930
6931 * gdb.disasm/*.mt: Deleted, no longer used.
6932 * gdb.disasm/configure.in: Remove references to target makefile
6933 frags. Use "sh3.s" as the unique filename for this directory.
6934 * gdb.disasm/configure: Rebuilt.
6935
6936 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
6937 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
6938 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
6939
6940Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
6941
6942 * config/udi.exp: Use mondfe,name instead of remote_host.
6943
6944Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
6945
6946 * gdb.base/watchpoint.exp: Don't expect a failure when calling
6947 a function with a watchpoint enabled on the mn10200.
6948
6949 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
6950 before trying to create it!
6951
6952Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
6953
6954 * config/vx.exp: Use hostname instead of netport.
6955
6956 * config/vxworks.exp: New file.
6957
6958 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
6959
6960 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
6961 gdb before assuming everything worked. Send a ^C if a timeout
6962 occurs.
6963
6964 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
6965 $gdb_spawn_id directly.
6966 (gdb_run_cmd): Try _start as well as start. Use the target feature
6967 gdb,start_symbol as the symbol to start from when jumping.
6968
6969Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
6970
6971 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
6972 redundant) test.
6973
6974 * gdb.base/recurse.exp: Relax final value test for 'b' so that
6975 it doesn't lose for 16bit integer systems.
6976
6977Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
6978
6979 * gdb.fortran/types.exp: If the target doesn't support "double"
6980 data types, then expect "real" types to only be 4 bytes.
6981
6982 * gdb.c++/virtfunc.exp: Expect failure for virtual function
6983 call tests if the target doesn't support inferior function calls.
6984
6985 * gdb.base/printcmds.exp: Allow minor deviation in FP values
6986 in printf tests.
6987
6988Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
6989
6990 * gdb.base/help.exp: Disable "help set", "help show", and
6991 "help support". Simplify regexp for "help stack".
6992
6993 * gdb.base/default.exp: Set match_max to 5000 and the timeout
6994 to 60 seconds. Temporarily set match_max to 15000 around the
6995 "info copying" test.
6996
6997 * gdb.base/nodebug.exp: Don't try to do an inferior function
6998 call if the target doesn't support them.
6999 * gdb.base/printcmds.exp: Likewise.
7000 * gdb.base/setvar.exp: Likewise.
7001 * gdb.base/structs.exp: Likewise.
7002 * gdb.c++/templates.exp: Likewise.
7003 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
7004
7005 * gdb.base/recurse.exp: Enable for the mn10200.
7006
7007 * configure.in: Do configure gdb.stabs directory for *-*-elf
7008 targets.
7009 * configure: Rebuilt.
7010
7011 * gdb.base/break.exp: Check for gdb,noresults before testing
7012 exit status and/or results from the target.
7013 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
7014 * lib/gdb.exp: Remove old (now bogus) initialization of
7015 noinferior, noargs, noresults and nosignals.
7016
7017Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
7018
7019 * config/sh.exp: New file.
7020
7021 * config/slite.exp: Try to connect multiple times to the board
7022 before rebooting. Only send a "monitor run" if need_monitor_run
7023 is set.
7024
7025 * gdb.base/break.exp: Don't do the "stub continue" test if
7026 the target has gdb_stub set.
7027
7028 * gdb.base/callfuncs.exp: Increase the timeout.
7029
7030 * gdb.base/interrupt.exp: Don't even try to compile the testcase
7031 if the target has gdb,noinferiorio set.
7032
7033 * gdb.base/list.exp: Increase match_max to 10000 characters.
7034
7035 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
7036
7037 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
7038 target.
7039
7040 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
7041
7042Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
7043
7044 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
7045 trying to delete the copy of gdb. Catch the file delete so we
7046 don't die if the delete fails; also, the file should be copied to
7047 the host, not to the build.
7048
7049Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
7050
7051 * lib/gdb.exp(gdb_test): Surround the result pattern with
7052 parenthesis in case it contains multiple regexps separated
7053 with |.
7054
7055 * gdb.base/watchpoint.exp: Use gdb_test.
7056 * gdb.base/default.exp: Ditto.
7057
7058Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
7059
99707966 7060 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
beb998c6 7061
c906108c
SS
7062 * gdb.base/scope.exp: Use gdb_test.
7063 * gdb.c++/classes.exp: Ditto.
7064 * gdb.c++/inherit.exp: Ditto.
7065
7066Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
7067
7068 * gdb.base/crossload.exp: Don't use execute_anywhere, use
7069 remote_exec instead.
7070 * gdb.base/corefile.exp: Don't be ridiculous.
7071 * gdb.base/*.c: Add missing stub invocations.
7072
7073Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
7074
7075 * config/slite.exp: Miscellaneous fixes.
7076
7077 * lib/gdb.exp: Fix runto.
7078
7079 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
7080 the target.
7081
7082 * gdb.base/watchpoint.exp: Fix regexp.
7083
7084 * lib/gdb.exp(default_gdb_exit): Add a catch to the
7085 close and wait commands, as the descriptor may now be
7086 invalid. Always call "remote_close host".
7087
7088Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
7089
7090 Major rewrite for testsuite revision.
beb998c6 7091
c906108c
SS
7092 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
7093 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
7094 instead of relying on spawn_id to always contain a valid
7095 spawn id.
7096 (get_compiler_info): New procedure to build the ${binfile}.ci
7097 file, instead of replicating this in N different places.
7098 (gdb_compile): New procedure.
beb998c6 7099
c906108c
SS
7100 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
7101 appropriate arguments) instead of compile. Use gdb_test in a lot
7102 more places. Use send_gdb instead of send. Always run gdb_start
7103 at the start of a testcase, as this is no longer done magically.
7104
7105 config/*-gdb.exp: Rename without the -gdb suffix.
7106
7107 config/mips.exp: Use remote_close instead of exit_remote_shell.
7108 config/monitor.exp: Use target_info instead of looking at
7109 baud, timeout, etc.
7110 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
7111
7112Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7113
7114 * gdb.c++/templates.exp (test_ptype_of_templates),
7115 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
7116 Update expect patterns for destructors and assignment operators
7117 to match corresponding c-typeprint.c changes.
7118 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
7119 to destructor breakpoint test, GDB should be able to set the
7120 destructor breakpoint without specifying arguments.
7121
7122Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
7123
7124 * gdb.threads/pthreads.exp: Change result for failure to compile due
7125 to lack of pthreads runtime support from an error to simply an
7126 unsupported test, per dejagnu standards.
7127
7128Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7129
7130 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
7131 where GDB exits to reduce pattern match time.
7132 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
7133
7134 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
7135
dc96c6c7 7136Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7137
7138 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
7139 * gdb.base/default.exp: ditto.
7140 * gdb.base/nodebug.exp: ditto.
7141 * gdb.base/printcmds.exp: ditto.
7142 * gdb.base/ptype.exp: ditto.
7143 * gdb.base/setvar.exp: ditto.
7144 * gdb.base/structs.exp: ditto.
7145 * gdb.base/setshow.c: Guard against uninitialized values of argc.
7146
7147Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
7148
7149 * configure, */configure: Rebuild with autoconf 2.12.
7150
7151Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
7152
7153 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
7154 use new i*86-pc-linux*-gnu quads.
7155 * gdb.base/corefile.exp: Ditto.
7156 * gdb.base/signals.exp: Ditto.
7157 * gdb.base/sigall.exp: Ditto.
7158 * gdb.base/interrupt.exp: Ditto.
7159
7160 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
7161 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
7162 RedHat 4.0.
beb998c6 7163
c906108c
SS
7164 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
7165 linux. This allows the test case to at least compile on latest
7166 linux, but still not run due to missing the threads runtime library.
7167
7168Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7169
7170 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
7171 directory to search gdb directory. Accept and step over conditional
7172 stack alignment code. Consume $prompt in failure cases.
7173 Reset timeout to $oldtimeout instead of some arbitrary value.
7174 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
7175 timeout problems with infinite stack backtraces.
7176 * gdb.base/ptype.exp (ptype struct link, union tu_link):
7177 Accept function parameters for linkfunc member.
7178
7179Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
7180
7181 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
7182 (CXXFLAGS): Remove, unreferenced.
7183 (B_OPTIONS): Add for -B options and add code to initialize with
7184 previous -B options and also add -B option to pick up cross compiled
7185 runtime.
7186 (TARGET_INCLUDES): Add for -I options and add code to initialize when
7187 doing cross compiles.
7188 (target_alias): Declare global.
7189 (xgcc): Set variable to full path of gcc in build tree. Use findfile
7190 to verify that gcc exists in build tree, and if so set CC to that
7191 gcc and to use B_OPTIONS and TARGET_INCLUDES.
beb998c6 7192
c906108c
SS
7193Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
7194
7195 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
7196 ptype test for anonymous union. Fixup testcase to match
7197 current gcc debug output.
7198
7199Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
7200
7201 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
7202 force argument to an unsigned long type.
7203
7204Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
7205
7206 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
7207 tests and anonymous union print/ptype tests.
7208 * gdb.base/list.exp (test_forward-search): Increase timeout by
7209 5 minutes for the "search extremely long line" case.
7210 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
7211 completely optional and that the pass/fail messages use the command as
7212 the message if that third arg is a null string.
7213 (gdb_test_exact): Arrange that a null string pattern means match a
7214 null string output rather than any output, which might include random
7215 errors.
7216 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
7217 backtrace test.
7218 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
7219 always failing and failure is now exposed by gdb.exp changes.
7220
7221Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
7222
7223 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
7224 weren't being noted.
7225
7226Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7227
7228 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
7229 * gdb.stabs/weird.exp: Remove v_comb xfails.
7230
dc96c6c7 7231Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7232
7233 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
7234 list.exp scope.exp watchpoint.exp]
7235 Make all timeout error msgs explicitly say "(timeout)".
beb998c6 7236
dc96c6c7 7237Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7238
7239 * config/monitor.exp: Increase download timeout to 1000 seconds.
7240
dc96c6c7 7241Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7242
7243 * config/m32r.exp: Increase timeout to 120 seconds.
7244
7245Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
7246
7247 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
7248 and accept older ordering as obsolescent gcc or gdb.
7249 * gdb.c++/templates.exp: Ditto.
7250 * gdb.c++/virtfunc.exp: Ditto.
7251
7252Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
7253
7254 * gdb.base/coremaker.c: Add code to mmap some data so we
7255 can check that it ends up in the core file.
7256 * gdb.base/corefile.exp: Add test to read mmapped data
7257 from core file.
7258
dc96c6c7 7259Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7260
7261 * config/m32r.exp: New file.
7262
7263Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
7264
7265 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
7266 that cflags can contains -gstabs, and work correctly for other tests.
7267
dc96c6c7 7268Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7269
7270 * gdb.base/setshow.exp: New file, tests show and set.
7271 * gdb.base/setshow.c: New file, tests show and set.
7272 * gdb.base/help.exp: Add test for help set|show annotate.
7273 * gdb.base/default.exp: Add test for set|show annotate.
7274
7275Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
7276
7277 * testsuite/gdb.base/break.exp: Make backtrace from factorial
7278 errors unique.
7279 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
7280 explicitly.
7281
7282Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
7283
7284 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
7285 and width commands. This is done elsewhere.
7286 * (gdb_start): Don't call gdb_start_sim here. That's already
7287 done in gdb_load. This fixes lots of failures in default.exp.
7288
7289Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
7290
7291 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7292 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
7293 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
7294 in the same we we treat other failures (since it may be an expected
7295 condition), rather than as an error.
7296 * gdb.base/signals.exp (test_handle_all_print): Revert back to
7297 old test format.
7298
7299Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
7300
7301 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
7302 (distclean maintainer-clean realclean): No need to remove files
7303 twice. Nuke the duplicates.
7304 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
beb998c6 7305 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
7306 Remove config.h along with other config files.
7307
7308Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
7309
7310 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
7311 "p func1 ()" and note that rests of tests are skipped.
7312 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
7313 setup_xfails for "print func2::coremaker_local".
7314 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
7315 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
7316 affected by the previous run test.
7317 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
7318 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
7319 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
7320 "pass int powerset tuple" and "pass modeless int powerset tuple".
7321 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
7322 "real write 4" and "real write 8".
7323 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
7324 setup_xfails for "print vs1 after tuple assign 2",
7325 "print \$i after tuple assign 2", and
7326 "print vs2 after tuple assign 2".
7327 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
7328 meaningful error message and return -1 so the caller can
7329 suppress further tests and avoid a cascade of errors.
beb998c6 7330
c906108c
SS
7331Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
7332
7333 * gdb.base/a1-selftest.exp: Tweak tests to account for new
7334 format for printing version.
7335 * gdb.base/default.exp: Ditto.
7336 * gdb.base/interrupt.exp: Fix problem with cascade of
7337 errors if child process dies while calling a function.
beb998c6 7338
c906108c
SS
7339Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
7340
7341 * Makefile.in (VPATH): Add
7342 * Makefile.in (Makefile, config.status): Fix rules so things get
7343 remade when necessary.
7344
7345Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
7346
7347 * Makefile.in (just-check): Add path to sibling expect dir
7348 to environment variable specified by RPATH_ENVVAR.
7349
7350Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
7351
7352 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
7353 (just-check): Add shared library paths for libstdc++, tk,
7354 tcl, bfd, and opcodes to the environment variable specified
7355 in RPATH_ENVVAR.
7356 * configure.in: Add support to recognize --enable-shared flag
7357 and generate correct value for RPATH_ENVVAR.
7358 * configure: Regenerated with autoconf.
7359
7360Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
7361
7362 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
7363 include all osf versions.
7364 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
7365 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
7366 when target is linux. When failing to build pthreads test
7367 executable, give more meaningful message.
7368 * gdb.threads/pthreads.c: Hpux also uses old definition of second
7369 arg for pthread_create.
beb998c6 7370
c906108c
SS
7371Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
7372
7373 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
7374 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
7375 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
7376 and -lpthreads (everybody else).
7377 (test_startup): Fail gracefully if threads are not supported.
7378 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
7379 "p/c array_index("abcdef",2)" when not gcc compiled.
7380 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
7381 "print func2::coremaker_local" when not gcc compiled.
7382 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
7383 "ptype on opaque struct tagname (statically)",
7384 "ptype on opaque struct tagname (dynamically) 1", and
7385 "ptype on opaque struct tagname (dynamically) 2"
7386 for not compiled with gcc.
7387 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
7388 backtrace when compiled with gcc.
beb998c6 7389 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
7390 than always return success.
7391
7392Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
7393
7394 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
7395
7396Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
7397
7398 * gdb.base/structs.exp: Undo last change.
7399
7400Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
7401
7402 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
7403 encapsulate all the steps/nexts done during self test, starting
7404 at main, and makes them less sensitive to optimization issues.
7405 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
7406 signal handler" test.
7407 * gdb.threads/pthreads.exp: Only run this for native configs.
7408 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
7409 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
7410 tests.
7411 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
7412 for "runto test_calls(void)" test.
beb998c6 7413
c906108c
SS
7414Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
7415
7416 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
7417 and don't expect address info in breakpoint confirmations.
7418
7419Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
7420
7421 * gdb.base/list.exp (test_forward_search): Increase timeout
7422 temporarily by 60 seconds for searching extremely long line,
7423 and then reset to old value when done. Increase expect input
7424 buffer to 10000.
7425
7426Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
7427
7428 * gdb.base/list.exp (test_forward_search): Fix to handle very
7429 long source line without overflowing expect's input buffer.
7430
7431Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
7432
7433 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
7434 "buffer_full".
7435
7436 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
7437 "buffer_full".
7438
7439 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
7440 "buffer_full".
7441
7442 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
7443 "buffer_full".
7444
7445Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
7446
7447 * configure.in (configdirs): Add gdb.threads.
7448 * configure: Regenerated with autoconf.
7449 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
7450 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
7451 * gdb.threads/configure: New, generated with autoconf.
beb998c6 7452
c906108c
SS
7453Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
7454
7455 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
7456
7457Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
7458
7459 * gdb.base/signals.exp (test_handle_all_print): Test separately for
7460 each signal's status in the output of "handle all print".
7461 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
7462 the \r\n sequence that immediately precedes the gdb prompt.
7463 * gdb.base/a1-selftest.exp: Save original timeout and restore
7464 after test.
7465
7466Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
7467
7468 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
7469 symbol.
7470
7471Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7472
7473 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
7474
7475Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
7476
7477 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
7478 timeout by 60 seconds.
7479
7480Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
7481
7482 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
7483 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
7484 error return.
7485
7486Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
7487
7488 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
7489 gdb initialization, also report how long dejagnu waited. Restore
7490 old timeout before doing error return. Temporarily increase timeout
7491 by 3 minutes to allow for slow startups over heavy NFS use.
7492
7493Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
7494
7495 * lib/gdb.exp: Report timeout value for verbosity level 2.
7496 * config/gdbserver.exp: Ditto.
7497 * config/hppro.exp: Ditto.
7498 * config/mips-gdb.exp: Ditto.
7499 * config/monitor.exp: Ditto.
7500 * config/netware.exp: Ditto.
7501 * config/sim-gdb.exp: Ditto.
7502 * config/slite-gdb.exp: Ditto.
7503 * config/udi-gdb.exp: Ditto.
7504 * config/unix-gdb.exp: Ditto.
7505 * config/vx-gdb.exp: Ditto.
7506 * gdb.base/a1-selftest.exp: Ditto.
7507 * gdb.base/a2-run.exp: Ditto.
7508 * gdb.base/break.exp: Ditto.
7509 * gdb.base/corefile.exp: Ditto.
7510 * gdb.base/list.exp: Ditto.
7511 * gdb.base/recurse.exp: Ditto.
7512 * gdb.base/scope.exp: Ditto.
7513 * gdb.base/signals.exp: Ditto.
7514
7515Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7516
7517 * gdb.threads/Makefile.in (docdir): Removed.
7518
7519Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7520
7521 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
beb998c6 7522 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 7523 @srcdir@.
beb998c6 7524 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
7525 autoconf 2.5 or higher.
7526 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
7527
7528Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
7529
7530 * configure: Regenerated.
7531 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
7532 avoid name clashes with SunOS headers.
7533
7534Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
7535
7536 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
7537
7538Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
7539
7540 * gdb.base/callfuncs.exp: Finish last change -- make sure the
7541 prototype information ends up in the compiler info file.
7542
7543Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
7544
7545 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
7546 attempting to regenerate it. Eliminate use of a temporary file
7547 and just generate the info file directly. Source it immediately,
7548 for consistency of use.
7549 * gdb.base/corefile.exp: Ditto
7550 * gdb.base/exprs.exp: Ditto.
7551 * gdb.base/funcargs.exp: Ditto.
7552 * gdb.base/langs.exp: Ditto.
7553 * gdb.base/list.exp: Ditto.
7554 * gdb.base/mips_pro.exp: Ditto.
7555 * gdb.base/nodebug.exp: Ditto.
7556 * gdb.base/opaque.exp: Ditto.
7557 * gdb.base/ptype.exp: Ditto.
7558 * gdb.base/scope.exp: Ditto.
7559 * gdb.base/setvar.exp: Ditto.
7560 * gdb.base/signals.exp: Ditto.
7561 * gdb.base/whatis.exp: Ditto.
7562 * gdb.c++/templates.exp: Ditto.
7563 * gdb.c++/virtfunc.exp: Ditto.
7564 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
7565 whether or not to add -lstdc++ to the compile command line args.
7566
7567Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7568
7569 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
7570 it got fixed by the recent lookup_minimal_symbol_by_pc change.
7571 Increase timeout, a lot of single stepping might be needed if the
7572 target has no hardware watchpoints.
7573
7574Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
7575
7576 * gdb.base/break.exp: Ignore compiler warnings when compiling
7577 break.c.
7578 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
7579 * gdb.base/default.exp: Add h8300 xfails. Handle messages
7580 from remote-sim.
7581 * gdb.base/exprs.exp: Add h8300 xfails.
7582 * gdb.base/funcargs.exp: Likewise.
7583 * gdb.base/nodebug.exp: Likewise.
7584 * gdb.base/printcmds.exp: Likewise.
7585 * gdb.base/ptype.exp: Likewise.
7586 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
7587 h8300 xfails.
beb998c6 7588 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
7589 on the h8300.
7590 * gdb.base/funcargs.c: Explicitly make last constant argument to
7591 call_after_alloca_subr an unsigned long type.
7592 * gdb.base/return.c: Include stdio.h.
7593
7594Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
7595
7596 * config/abug.exp: New file for the older Motorola Bug monitor
7597 that runs on the mvme13x series VME boards.
7598 * config/monitor.exp: Use the new config array for target settings
7599 if they exist.
7600
7601Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
7602
7603 * sim-gdb.exp: Make the SH simulator allocate less space when
7604 it is targeted.
7605
7606Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
7607
7608 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
7609 test.
7610
7611Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
7612
7613 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
7614 "rs6000-*-*" for "list function in include file" when gcc compiled.
7615 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
7616 for "p ctable1[120]".
7617 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
7618 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
7619 Remove setup_xfail for "rs6000-*-*" for
7620 "print 'scope0.c'::filelocal before run".
7621 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
7622 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
7623 since some compilers don't allow both options to be given
7624 on the same command line. Create object file and move it.
beb998c6 7625
c906108c
SS
7626Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
7627
7628 * gdb.base/corefile.exp: Always regenerate the core file, since
7629 we always regenerate the coremaker program. Detect special case
7630 where registers cannot be read from core file.
beb998c6 7631
c906108c
SS
7632Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
7633
7634 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7635 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
7636 * gdb.c++/templates.exp: Only match on basename of file since
7637 some formats like xcoff don't encode directory information.
7638 * gdb.stabs/weird.exp: Use the right sed script for powerpc
7639 and rs6000 AIX xcoff targets.
7640 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
7641 * configure: Regenerate.
7642 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
7643 here, rather than in distclean.
beb998c6 7644
c906108c
SS
7645Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
7646
7647 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
7648 defined, and use it to compile the test case with -O2. The
7649 native compilation still uses no optimization.
7650 * gdb.base/mips_pro.c: Remove inline assembly code since
7651 it is compiled PIC by default, which results in assembler
7652 warnings that make the testsuite think the compilation
7653 was unsuccessful.
7654
7655Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
7656
7657 * gdb.c++/misc.exp: Add note to message for
7658 "print s.a for foo struct" that this is a known gcc 2.7.2
7659 and earlier bug.
7660
7661Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
7662
7663 * gdb.base/break.exp: Fix pattern for matching "Delete all
7664 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
7665 setup_xfail for deleting all breakpoints test. Fix various
7666 timeout messages to include "(timeout)".
7667 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
7668 for "p t_float_values2(3.14159,float_val2)".
7669 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
7670 for "continue to call2g" when gcc compiled.
7671 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
7672 "up to foo in langs.exp", "show language at foo in langs.exp",
7673 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
7674 and "show language at fsub in langs.exp".
7675 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
7676 "list line 1 in include file", "list message for lines past EOF",
7677 "list function in include file", "list list0.h:foo", and
7678 "list filename:function; nonexistant function".
7679 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
7680 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
7681 and "ptype t_char_array" to be for native cc only.
beb998c6 7682
c906108c
SS
7683Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
7684
beb998c6 7685 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
7686 setup_xfail for "print coremaker_bss", "print coremaker_ro",
7687 "print func2::coremaker_local", and "backtrace in corefile.exp".
7688
7689Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
7690
7691 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
7692 "bt in signals.exp". This problem only appears when running
7693 the testsuite, and then only intermittently.
7694
7695Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
7696
7697 * gdb.base/return.exp (return_tests): Differentiate between
7698 two tests of continuing.
7699
7700Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
7701
7702 * */Makefile.in (maintainer-clean): Remove config.log.
7703 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
7704 * gdb.c++/Makefile.in (PROGS): Add inherit.
7705 (clean): Remove *.ci.
7706
7707Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
7708
7709 * gdb.c++/misc.cc: Add test code from Mike Stump.
7710 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
7711
7712Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
7713
7714 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
7715 to "alpha-*-osf2*" and add comment.
7716 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
7717 setup_xfail for "step over execarg initialization" and
7718 "step over corearg initialization".
7719 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
7720 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
7721 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
7722 gcc compiled for "print coremaker_bss", "print coremaker_ro",
7723 "print func2::coremaker_local", and "backtrace in corefile.exp".
7724 * gdb.base/signals.exp: Build and source signals.ci.
7725 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
7726 to be for gcc only.
7727 * lib/gdb.exp: Move verbose statements outside conditionals.
beb998c6 7728
c906108c
SS
7729Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7730
7731 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
7732 Feb 3 procfs.c change.
7733
7734Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
7735
7736 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
7737
7738Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
7739
7740 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
7741 from dejagnu's apparent default of 10 seconds, which gives random
7742 results when running the tests over NFS on moderately loaded systems.
7743 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
7744
7745Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
7746
7747 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
7748 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
7749 result reports.
7750
7751Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
7752
7753 * configure.in (CY_AC_PATH_TCLH): Remove.
7754 * configure: Regenerate.
7755
7756Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
7757
7758 * gdb.c++/Makefile.in (clean): Add missing '{'.
7759
7760Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
7761
7762 * lib/gdb.exp: Provide a default value for noinferior.
7763
7764 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
7765 Load libgloss.exp.
7766
7767Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
7768
7769 * gdb.disasm/hppa.exp: Compile directly into an executable, use
7770 the executable, not the .o to run the tests from.
7771
7772Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
7773
7774 * gdb.base/break.exp: Don't test for program exit or exit status
7775 if $noresults if nonzero.
7776 * gdb.base/langs.exp: Likewise.
7777 * gdb.base/watchpoint.exp: Likewise.
7778
7779 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
7780 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
7781 trying to compile the testcase.
7782
7783Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
7784
7785 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
7786 * gdb.base/signals.exp (continue to handler): Likewise.
7787
7788Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
7789
7790 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
7791
7792 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
7793
7794Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
7795
7796 * gdb.base/corefile.exp: Recognize "not found" as failure
7797 when trying to determine if a core file was generated.
7798 If no core file was generate the first time, try again without
7799 the ulimit -c to work around braindamaged shells.
7800
7801Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
7802
7803 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
7804 [] tests with "test" and enclose string in quotes.
7805 * gdb.stabs/configure: Rebuild
beb998c6 7806
c906108c
SS
7807Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
7808
7809 Changes in sync with expect:
7810 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
7811 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
7812 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
7813 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
7814 argument to AC_REQUIRE.
7815 * configure: Regenerated.
7816
7817Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
7818
7819 * gdb.base/corefile.exp: When generating a core, discard any
7820 error messages about ulimit not found and the "core dumped"
7821 message from the shell that runs the coredumper.
7822
7823Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
7824
7825 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
7826
7827 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
7828 which sed script to run. Expect failure for v_comb test
7829 on PA targets too.
beb998c6 7830
c906108c
SS
7831Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
7832
7833 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
7834 "print func2::coremaker_local" and for "backtrace in corefile.exp"
7835
7836Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
7837
7838 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
7839 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
7840 "sparc-sun-solaris*" xfails for "p v_comb".
7841 * lib/gdb.exp (default_gdb_start): Fix typo.
7842 * gdb.base/corefile.exp: Allow "Core was generated by ..."
7843 messages to not include the full program name that caused
7844 the core dump since some systems (such as solaris) apparently
7845 truncate this path to about 80 characters.
7846 When generating a core file first try increasing the core file
7847 size limit to unlimited since some systems may default it to
7848 zero, and it is harmless to try it. Move the test for failing
7849 to generate a core file to where it will actually get executed.
7850 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
7851 new gdb result from g++ debug info improvements and make old
7852 pattern obsolescent. Also account for size_t differences
7853 (may be int or long).
7854 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
7855 initialization before function call is placed in the delay slot
7856 and thus appears to be skipped over by commands such as "next".
7857
7858Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
7859
7860 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
7861
7862Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
7863
7864 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
7865 input source file; fix code to compile test to deal with this
7866 convention.
7867 * gdb.c++/*.exp: Likewise.
7868
7869Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
7870
7871 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
7872 "bt in signals.exp".
7873
7874Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
7875
7876 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
7877 "step over execarg initialization" and
7878 "step over corearg initialization".
7879
7880Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
7881
7882 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
7883 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
7884
7885Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
7886
7887 From Rob Savoye (rob@poseidon.cygnus.com)
7888 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
7889 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
7890 configure.in}, gdb.disasm/{Makefile.in, configure.in},
7891 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
7892 configure.in}: Major reworking for autoconfig.
7893 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
7894 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
7895 New files.
7896 * config/unix-gdb.exp: Make GDB global.
7897 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
7898 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
7899 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
7900 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
7901 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
7902 term.exp, twice.exp, watchpoint.exp, whatis.exp},
7903 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
7904 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
7905 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
7906 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
7907 pr-8136.exp, result.exp, string.exp, tuples.exp},
7908 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
7909 to returns as necessary, arrange for test to compile own testcase
7910 executable.
7911 * lib/gdb.exp: Changes for testsuite to compile own test cases.
beb998c6 7912
c906108c
SS
7913Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
7914
7915 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
7916 clear_xfail at end of test which might not call either pass or fail.
7917 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
7918 "backtrace through signal handler".
7919
7920Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7921
7922 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
7923 continuing from a job control stop signal.
7924 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
7925
7926Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
7927
7928 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
7929 * gdb.base/corefile.exp: Likewise.
7930 * gdb.base/funcargs.exp: Likewise.
7931
7932Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
7933
7934 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
7935 * config/monitor.exp: Add support for setting baud rate.
7936
7937Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
7938
7939 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
7940 i*86-*-linux* xfails for "backtrace through signal handler".
7941 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
7942 "print func2::coremaker_local".
7943 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
7944 alpha-dec-osf2* xfail for
7945 "delete all breakpoints when none".
7946
7947Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
7948
7949 * gdb.base/break.exp: Change test that deletes all breakpoints
7950 when no user breakpoints are installed. A post 4.15 change
7951 causes gdb to no longer prompt in this case.
7952
7953Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
7954
7955 * gdb.base/return.exp (return_tests): Change xfail for test
7956 "correct value returned double test" to stop xfailing at
7957 Solaris 2.5. Apparently the bug has been fixed.
7958
7959Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
7960
7961 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
7962 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
7963
7964Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
7965
7966 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
7967 * gdb.disasm/hppa.s: Corresponding changes.
7968
7969Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
7970
7971 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
7972 makefile fragment.
7973 * config/mt-hpux: Deleted.
7974
7975Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
7976
beb998c6 7977 * Many files: When warning about suppressed tests due to a
c906108c
SS
7978 nonexistant test binary, avoid incrementing the warning count.
7979
7980Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
7981
7982 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
beb998c6 7983
c906108c
SS
7984Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7985
7986 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
7987 "sparc-*-solaris2*".
7988
7989Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7990
7991 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
7992 Add global and local variables and initialize them.
7993 * gdb.base/corefile.exp: Test correct mapping of corefile sections
7994 by printing variables. Remove rs6000 and powerpc xfails, BFD now
7995 extracts the file name and terminating signal from the core file.
7996 * TODO: Remove note about tests for correct mapping of corefile.
7997 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
7998 from optimizing it away.
7999 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
8000 handles common blocks.
8001
8002Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
8003
8004 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
8005 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
8006
8007Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
8008
8009 * Makefile.in (maintainer-clean): New target, synonym for
8010 realclean.
8011 * gdb.base/Makefile.in (maintainer-clean): Likewise.
8012 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
8013 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
8014 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
8015 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
8016 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
8017
8018Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
8019
8020 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
8021 xfails when not gcc compiled for "print foo::funclocal".
8022 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
8023 "print foo::funclocal at foo",
8024 "print 'scope1.c'::foo::funclocal at foo",
8025 "print foo::funclocal_bss at foo",
8026 "print 'scope1.c'::foo::funclocal_bss at foo",
8027 "print foo::funclocal_ro at foo",
8028 "print 'scope1.c'::foo::funclocal_ro at foo",
8029 "print bar::funclocal at foo" and
8030 "print 'scope1.c'::bar::funclocal at foo".
8031 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
8032 gcc compiled for "print foo::funclocal at bar".
8033 Expand all messages to ensure that they identify that
8034 the test is at bar().
8035 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
8036 gcc compiled for:
8037 "ptype on opaque struct pointer (statically)",
8038 "ptype on opaque struct tagname (statically)",
8039 "ptype on opaque struct pointer (dynamically) 1",
8040 "ptype on opaque struct tagname (dynamically) 1",
8041 "ptype on opaque struct pointer (dynamically) 2" and
8042 "ptype on opaque struct tagname (dynamically) 2
8043 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
8044 gcc compiled for:
8045 "p datalocal"
8046 "whatis datalocal",
8047 "ptype datalocal",
8048 "p bsslocal",
8049 "whatis bsslocal", and
8050 "ptype bsslocal".
8051 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
8052 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
8053 when not gcc compiled.
8054 * gdb.base/funcargs.exp (float_and_integral_args): Add
8055 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
8056 compiled.
8057 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
8058 "backtrace from call6a" when not gcc compiled.
8059 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
8060 "backtrace from call7a" when not gcc compiled.
8061 * gdb.base/callfuncs.exp (do_function_calls):
8062 Add "hppa*-*-hpux*" xfail when not gcc compiled for
8063 "p t_char_array_values(char_array_val2,char_array_val1)",
8064 "p t_char_array_values(char_array_val1,char_array_val2)",
8065 "p t_char_array_values("carray 1","carray 2")",
8066 "p t_char_array_values("carray 1",char_array_val2)",
8067 "p t_char_array_values(char_array_val1,"carray 2")",
8068 "p sum_args(1,{2})",
8069 "p sum_args(2,{2,3})",
8070 "p sum_args(3,{2,3,4})",
8071 "p sum_args(4,{2,3,4,5})"
8072 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
8073 "backtrace in corefile.exp" when not gcc compiled.
8074
8075Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8076
8077 * gdb.base/signals.exp: Rewrite `handle all print' test as
8078 a procedure. Accept blanks or TABs as whitespace, increase
8079 timeout and expect input buffer size for the large output
8080 from the command. Remove "i*86-*-bsdi2.0" xfail.
8081
8082Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8083
8084 * gdb.base/setvar.exp: Add new testcases for truncation when
8085 assigning invalid values to bitfields.
8086
8087Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
8088
beb998c6 8089 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
8090 mips-sgi-irix* xfail for
8091 "call inferior func with struct - returns char *"
8092 and fix test so that an optional (unsigned char *) cast is
8093 accepted in the result.
8094
8095Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
8096
8097 * gdb.base/funcargs.exp (float_and_integral_args): Remove
8098 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
8099 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
8100 * gdb.base/signals.exp: Remove duplicate "handle all print" test
8101 that accidentally got checked in.
8102
8103Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
8104
beb998c6 8105 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
8106 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
8107 compiled test.
8108 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
8109 Add mips-sgi-irix5* xfail for not gcc compiled.
8110 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
8111 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
8112 "p top", "whatis top", "p middle", and "whatis middle".
8113 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
8114 "whatis signed char" for not gcc compiled.
8115 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
8116 "set variable signed char=-1 (-1)" and
8117 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
8118 * gdb.base/funcargs.exp (float_and_integral_args):
8119 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
8120 Add mips-sgi-irix* xfail when not gcc compiled for
8121 "continue to call2b".
8122 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
8123 "continue to call2g".
8124 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
8125 "backtrace from call6a"
8126 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
8127 "backtrace from call7k".
8128 Add mips-sgi-irix5* xfail when not gcc compiled for
8129 "backtrace from call7a".
8130 (localvars_after_alloca): Fix gdb_test cmds for
8131 "print * after runto ...".
8132 Remove rs6000-*-* xfails for
8133 "print i after runto localvars_after_alloca" and
8134 "print l after runto localvars_after_alloca"
8135 for all compilers.
8136 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
8137 when not compiled with gcc, for:
8138 "print signed char == (minus)",
8139 "print signed char != (minus)",
8140 "print signed char < (minus)",
8141 "print signed char > (minus)".
8142 * gdb.base/callfuncs.exp (do_function_calls):
8143 Add mips-sgi-irix* xfail, when compiled with native compiler, for
8144 "call inferior func with struct - returns char *".
beb998c6 8145 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
8146 "correct value returned double test" to include Solaris 2.4.
8147 * gdb.base/funcargs.exp (float_and_integral_args):
8148 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
beb998c6 8149
c906108c
SS
8150Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8151
8152 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
8153 enumeration bitfields if compiling with GNU C.
8154 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
8155 to empty' prompt.
8156
8157Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
8158
8159 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
8160 test for PRO targets.
8161
8162 * gdb.base/funcargs.exp: Avoid ever setting more than 8
8163 breakpoints in the inferior at any given time by making
8164 two groups of breakpoints for call2*, call6* and call7*
8165 tests.
8166
8167Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8168
8169 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
8170 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
8171 from optimizing it away.
8172 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
8173 "call inferior func with struct".
8174
8175Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
8176
8177 * configure.in: Only configure gdb.chill for particular targets.
8178
8179Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
8180
8181 * gdb.base/Makefile.in: Add action to .c.o transformation
8182 rule that generates a .ci file for each .o file and remove
8183 explicit .c.o rules except for callfuncs.o.
8184 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
8185 generates a .ci file for each .o file and remove explicit
8186 .cc.o rules.
8187 (clean): Remove *.tmp *.ci files.
8188 (EXECUTABLES): Remove templ-info.exp.
8189 * gdb.base/compiler.c: New file.
8190 * gdb.c++/compiler.cc: New file
8191 * gdb.base/scope.exp: Source gdb.base/scope.ci.
8192 Change rs6000-*-* xfail for
8193 "print 'scope0.c'::filelocal_ro" and
8194 "print 'scope1.c'::filelocal" and
8195 "print 'scope1.c'::filelocal_bss" and
8196 "print 'scope1.c'::filelocal_ro" and
8197 "print 'scope1.c'::foo::funclocal" and
8198 "print 'scope1.c'::foo::funclocal_ro" and
8199 "print 'scope1.c'::bar::funclocal" and
8200 "print 'scope0.c'::filelocal_ro" and
8201 "print 'scope1.c'::filelocal at foo" and
8202 "print 'scope1.c'::filelocal_bss at foo" and
8203 "print 'scope1.c'::filelocal_ro at foo" and
8204 "print 'scope1.c'::foo::funclocal at foo" and
8205 "print 'scope1.c'::foo::funclocal_bss at foo" and
8206 "print 'scope1.c'::foo::funclocal_ro at foo" and
8207 "print 'scope1.c'::bar::funclocal at foo" and
8208 "print 'scope0.c'::filelocal_ro" and
8209 "print 'scope1.c'::filelocal" and
8210 "print 'scope1.c'::filelocal_bss" and
8211 "print 'scope1.c'::filelocal_ro" and
8212 "print 'scope1.c'::foo::funclocal" and
8213 "print 'scope1.c'::foo::funclocal_bss" and
8214 "print 'scope1.c'::foo::funclocal_ro" and
8215 "print 'scope1.c'::bar::funclocal" and
8216 "print 'scope1.c'::bar::funclocal_bss"
8217 to only be xfail'd when not compiled with gcc.
beb998c6 8218 Add rs6000-*-* xfail for
c906108c
SS
8219 "print 'scope0.c'::filelocal_bss before run"
8220 when compiled with gcc.
8221 (test_at_main): Add rs6000-*-* xfail for
8222 "print filelocal_ro in test_at_main"
8223 when compiled with gcc.
8224 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
beb998c6 8225 Add rs6000-*-aix* xfail for
c906108c
SS
8226 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
8227 "ptype t_char_array", not compiled with gcc.
8228 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
8229 xfail for "list foo (in include file)" when gcc compiled.
8230 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
8231 (integral_args): Add rs6000-*-* xfail for
8232 "run to call0a" if not compiled with gcc.
8233 (unsigned_integral_args): Add rs6000-*-* xfail for
8234 "run to call1a" if not compiled with gcc.
8235 (float_and_integral_args): Add rs6000-*-* xfail for
8236 "run to call2a" if not compiled with gcc and for
8237 "continue to call2b" for any compiler.
8238 Add rs6000-*-* xfail to
8239 "print f1 after run to call2a" for gcc compiled.
8240 (discard_and_shuffle): Add rs6000-*-* xfail for
8241 "run to call6a".
8242 (shuffle_round_robin): Add rs6000-*-* xfail for
8243 "backtrace from call7a" if not compiled with gcc.
8244 Add rs6000-*-* xfail for
8245 "backtrace from call7b" if compiled with gcc.
8246 (call_after_alloca): Add rs6000-*-* xfail for
8247 "print c in call_after_alloca" and
8248 "print s in call_after_alloca" and
8249 "backtrace from call_after_alloca_subr"
8250 if not compiled with gcc.
8251 (localvars_in_indirect_call): Add rs6000-*-* xfail for
8252 "print c in localvars_in_indirect_call" and
8253 "print c in localvars_in_indirect_call" and
8254 "backtrace in indirectly called function" and
8255 "stepping into indirectly called function"
8256 if not compiled with gcc.
8257 (localvars_after_alloca): Add rs6000-*-* xfail for
8258 "print c after runto localvars_after_alloca" and
8259 "print s after runto localvars_after_alloca" and
8260 "print i after runto localvars_after_alloca" and
8261 "print l after runto localvars_after_alloca"
8262 for all compilers.
8263 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
8264 than whatis-info.exp.
8265 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
8266 than opaque-info.exp.
8267 Setup rs6000-*-* xfail for
beb998c6 8268 "ptype on opaque struct pointer (statically)" and
c906108c
SS
8269 "ptype on opaque struct pointer (dynamically)" when
8270 not compiled with gcc.
8271 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
8272 rather than callf-info.exp.
8273 (do_function_calls): Add clear_xfail for rs6000-*-* for
8274 "p t_float_values2(3.14159,float_val2)". Seems to work
8275 fine there, both with xlc and gcc. Need to find out what
8276 it is doing right and fix other platforms.
8277 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
8278 "call inferior func with struct - returns int",
8279 "call inferior func with struct - returns long",
8280 "call inferior func with struct - returns float",
8281 "call inferior func with struct - returns double",
8282 "call inferior func with struct - returns char *",
8283 but only if not gcc compiled (presumes xlc compiled).
8284 Change rs6000-*-* xfails for
8285 "call inferior func with struct - returns char" and
8286 " call inferior func with struct - returns short" to only
8287 xfail if not using gcc.
8288 (clean mostlyclean): Remove *.ci and *.tmp files.
8289 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
8290 than templ-info.exp.
8291 * gdb.base/langs.exp: Source gdb.base/langs.ci.
8292 Add rs6000-*-* xfail for "up to foo in langs.exp"
8293 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
8294 when not gcc compiled.
beb998c6 8295
c906108c
SS
8296Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8297
8298 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
8299 * gdb.base/corefile.exp: Likewise.
8300 * gdb.base/list.exp: Likewise.
8301 * gdb.base/scope.exp: Likewise.
8302 * gdb.base/siganls.exp: Likewise.
8303
8304 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
8305 compiler output.
8306 * gdb.base/whatis.exp: Likewise.
8307
8308Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
8309
8310 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
8311 failure (opcode table has been fixed to match reality).
8312
8313Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
8314
8315 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
8316 "call inferior func with struct - returns char",
8317 "call inferior func with struct - returns short"
8318
8319 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
8320 "print 'scope0.c'::filelocal at main",
8321 "print 'scope0.c'::filelocal_bss in test_at_main",
8322 "print 'scope0.c'::filelocal at foo",
8323 "print 'scope0.c'::filelocal_bss in test_at_foo",
8324 "print 'scope0.c'::filelocal at bar",
8325 "print 'scope0.c'::filelocal_bss in test_at_bar"
beb998c6 8326
c906108c
SS
8327 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
8328 in source file 1". This bug seems to have been fixed with both
8329 gcc and native cc (was native assembler bug?).
8330
8331Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
8332
8333 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
8334 "backtrace through signal handler" to "i*86-*-sysv4*".
8335 * gdb.base/signals.exp: Add xfail for "'next' behaved as
8336 continue" case. Add "known SVR4 bug" to fail message.
8337 Add "i*86-*-bsdi2.0" xfail for "handle all print".
8338 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
8339 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
8340 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
8341 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
8342 "up to foo in langs.exp", "show language at foo in
8343 langs.exp", "up to cppsub_ in langs.exp", "show
8344 language at cppsub_ in langs.exp", "up to fsub in
8345 langs.exp", and "show language at fsub in langs.exp".
8346 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
8347 "bactrace in corefile.exp".
8348 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
8349 "call inferior function with struct - returns float" and
8350 "call inferior function with struct - returns double".
beb998c6 8351
c906108c
SS
8352Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
8353
8354 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
8355 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
8356 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
8357 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
8358
8359Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
8360
8361 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
8362 (or overriden) "CHILL" macro rather then bare "gcc".
8363 Also look for ../../gcc/xgcc since that is what we will
8364 actually need, not "Makefile". Remove following assignment
8365 of CHILL to CHILL_FOR_TARGET because that results in
8366 recursive definition.
8367
8368Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
8369
8370 * gdb.base/corefile.exp: Change xfail for backtrace in
8371 corefile.exp from linuxaout to all linux.
8372 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
8373 cases where we miss the breakpoint at the signal handler
8374 for some reason. Setup xfail for linuxoldld/linuxaout and
8375 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
8376 hitting SIGURG breakpoint.
8377 * gdb.base/signals.exp: Setup xfail for "next" acting like
8378 continue to add linuxoldld. Setup xfail for all linux for
8379 "next to handler in signals_tests_1", "backtrace in
8380 signals_tests_1", "continue to func1", "pass SIGUSR1",
8381 and continue to handler".
8382
8383Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8384
8385 * Update all FSF addresses except those in COPYING* files.
8386
8387Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
8388
8389 * gdb.base/a2-run.exp: Change messages to be more explicit about
8390 the status of args, and quote binfile in results.
8391
8392Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
8393
8394 * gdb.base/callfuncs.exp: Add tests for passing structs to
8395 inferior functions and return various types.
8396 * gdb.base/callfuncs.c: Add functions to receive a struct
8397 and return a member of the struct, in various types.
8398
8399Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8400
8401 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
8402
8403Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8404
8405 * config/vxworks29k.exp: New file, sources vxworks.exp.
8406
8407Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8408
8409 * config/gdbremote.exp: New file. Testing framework using
8410 gdbserver.
8411
8412Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
8413
8414 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
8415 "call function when asleep" and "send end of file".
8416 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
8417 for "backtrace in corefile.exp".
8418 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
8419 for "backtrace through signal handler".
8420 * gdb.base/corefile.exp: Make sure we actually generate a core file
8421 before trying the core tests. Some systems allow the user to suppress
8422 generation of core files and default to that (linux for example).
8423 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
8424 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
8425
8426Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8427
8428 * gdb.threads: New directory with some crude multi-threaded
8429 gdb tests (step.exp and step2.exp).
8430 * config/mt-lynx (STEP_EXECUTABLE): Define.
8431 (THREADFLAGS): Define.
8432
8433Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
8434
8435 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
8436
8437 * gdb.base/signals.exp: Disable whole file for lynx until
8438 further notice.
8439
8440 * gdb.base/signals.exp: xfail test where "next" acts like
8441 "continue" for lynx.
8442
8443 * gdb.base/interrupt.exp: xfail test for calling function while
8444 inferior is asleep for lynx.
8445
8446 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
8447 than one cr-lf after each command.
8448
8449Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8450
8451 * configure.in: Reinstate setting of stabsdirs variable, fix
8452 typo in setting up configdirs for native builds.
8453
8454 * gdb.base/return.exp: Fix typo in return double test.
8455 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
8456 compiler from optimizing them away.
8457
8458Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
8459
8460 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
8461 sequences to be echo'd by gdb when using gdb_test.
8462 * gdb.chill/chexp.exp: Likewise.
8463 * gdb.fortran/exprs.exp: Likewise
8464
8465Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8466
8467 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
8468 after the inferior gdb has started.
8469
8470 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
8471 after each command.
8472 * gdb.base/funcargs.exp: Likewise.
8473 * gdb.base/gdbvars.exp: Likewise.
8474 * gdb.base/interrupt.exp: Likewise.
8475 * gdb.base/list.exp: Likewise.
8476 * gdb.base/watchpoint.exp: Likewise.
8477 * gdb.c++/demangle.exp: Likewise.
8478 * gdb.c++/inherit.exp: Likewise.
8479 * gdb.chill/chexp.exp: Likewise.
8480 * gdb.fortran/exprs.exp: Likewise.
8481
8482 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
8483 test if we can't handle IO to/from the inferior.
8484
8485 * gdb.c++/misc.exp: Always check for a program already being
8486 started after sending a "run" command to gdb.
8487
8488 * gdb.base/twice.exp: Start with a fresh gdb.
8489
8490 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
8491 only depend on gdb's expression code, not the chill runtime.
8492
8493 * gdb.base/return.c: Put return values into variables so we
8494 can have gdb print them rather than depending on the program
8495 to print them.
8496 * gdb.base/return.exp: Corresponding changes.
8497
8498 * lib/gdb.exp: Provide default value for noinferiorio.
8499 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
8500 the inferior.
8501
8502 * gdb.base/break.exp: Always check for a program already being
8503 started after sending a "run" command to gdb.
8504 (text_next_with_recursion): Don't check the output from the
8505 program's printf statement. Instead just make sure the program
8506 exited.
8507
8508 * gdb.base/commands.exp: Protect tests which need arguments with
8509 $noargs conditionals.
8510
8511Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8512
8513 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
8514 of structure member arrays to match gdb/valops.c:value_addr change.
8515
8516Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
8517
8518 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
8519 cases.
8520
8521Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
8522
8523 * configure.in (configdirs): Remove gdb.chill from default list
8524 of subdirs and then add it back in only if doing a native build.
8525 The current chill compiler does not yet work in any cross build.
8526 * Revert all signal changes from Jul 6.
8527 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
8528 for sh-hms targets, allowing these tests to link, with no other
8529 changes. Testing is suppressed by setting "nosignals" in site.exp.
8530
8531Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
8532
8533 * configure.in (signaldirs): Define and add to configdirs for all
8534 targets except some specific ones that are known to not support signals.
8535 Also clean up formatting.
8536 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
8537 (signals, sigall): Remove rules to build.
8538 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
8539 Moved to new gdb.signals directory.
8540 * gdb.signals: New test directory.
8541 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
8542 signals.c signals.exp}: New or moved files.
8543
8544Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
8545
8546 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
8547
8548Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
8549
8550 * gdb.base/return.exp: Xfail `return double' test failure
8551 on at least Solaris 2.3 and handle future/past versions on
8552 a case by case basis as appropriate. Also update message
8553 to include i*86 failures.
8554
8555Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8556
8557 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
8558
8559 * lib/gdb.exp: Fix comment which erroneously identified
8560 gdb_file_cmd as gdb_load (the 19 May change was in fact to
8561 gdb_file_cmd not gdb_load).
8562 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
8563
8564 * gdb.base/setvar.exp: Make test names consistent between pass and
8565 fail cases. Use gdb_test more.
8566
8567Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8568
8569 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
8570
8571Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8572
8573 * gdb.base/help.exp: Fix expected help string for `show commands'.
8574
8575Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
8576
8577 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
8578
8579 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
8580 of a text section.
8581
8582Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
8583
8584 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
8585 that loop eventually terminates. Fix Connection refused logic so
8586 that testsuite will expire nicely.
8587
8588Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
8589
8590 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
8591 config/rom68k.exp: New tcl glue for the appropriate monitors.
8592 These all just end up calling monitor.exp.
8593 * config/monitor.exp (gdb_target_monitor): Handle `Connection
8594 refused' by retrying. Cleanup some timeout issues.
8595 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
8596 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
8597 callers don't have to set/restore global timeout variable.
8598
8599 * The following set of changes centralizes management of the global
8600 timeout variable. This way, it can be set in one target dependent
8601 place instead of dozens of places scattered throughout the test suite.
8602 If you need to lengthen a timeout, then you should either set timeout
8603 in one of the config/{target}.exp files, or multiply it by a factor.
8604 Setting it to an absolute value is always going to lose for some
8605 targets.
8606 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
8607 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
8608 * gdb.base/funcargs.exp: Don't set timeout.
8609 * gdb.base/list.exp (test_forward_search): Only use local timeout.
8610 * gdb.base/printcmds.exp (test_print_string_constants
8611 test_print_array_constants): Don't set timeout.
8612 * gdb.base/ptype.exp: Don't set timeout.
8613 * gdb.base/recurse.exp: Don't set timeout.
8614 * gdb.base/return.exp: Don't set timeout.
8615 * gdb.base/watchpoint.exp: Don't set timeout.
8616 * gdb.c++/classes.exp (do_tests): Don't set timeout.
8617 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
8618
8619Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
8620
8621 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
8622
8623Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8624
8625 * lib/gdb.exp: Disable chill tests for irix5.
8626
8627Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8628
8629 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
8630 each test pass or fail.
8631
8632Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8633
8634 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
8635 xlc not gcc.
8636
8637Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
8638
8639 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
8640
8641Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
8642
8643 * config/est.exp: Fix copyright and comments. Remove dead code.
8644 Use targetname, serialport and baud variables instead of fixed
8645 constants.
8646 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
8647 * config/cpu32bug.exp: New file to support cpu32bug monitors.
8648
8649Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8650
8651 * gdb.base/watchpoint.exp: Don't run
8652 test_watchpoint_triggered_in_syscall for sunos.
8653
8654Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8655
8656 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
8657 they don't seem to exist. Do include stdio.h.
8658
8659Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8660
8661 * gdb.base/a1-selftest.exp: Add alpha xfail.
8662
8663Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8664
8665 * gdb.base/watchpoint.c (main): Prompt before calling read().
8666 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
8667 Revise accordingly. Remove cruft about sending "123" several
8668 times, until it gets noticed. Clean up the "print buf[0]" stuff
8669 so that it passes or fails, and waits for prompts in the usual way.
8670
8671Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8672
8673 * gdb.base/recurse.exp: Fix comment.
8674
8675 * TODO: Remove item about printing variables in nodebug.exp. Add
8676 item about enabling tests which are only run on some targets.
8677
8678 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
8679 fail, make test names unique, use new gdb_test convention
8680 regarding pattern, use gdb_test more, etc.).
8681
8682 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
8683 fail, make test names unique, etc.).
8684
8685Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8686
8687 * gdb.base/nodebug.c: Change return type of top and middle to
8688 short.
8689 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
8690 are fixed by the recent mdebugread.c changes. Allow `short ()'
8691 as type for top and middle.
8692
8693Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8694
8695 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
8696 nearly as I can tell, the whole thing was an accident in Stu's
8697 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
8698 to replace a send/expect pair with gdb_test, but ended up only
8699 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
8700 of 30 Mar 1995 took care of it, but left this vestigial comment
8701 which I am now nuking.
8702
8703Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8704
8705 * gdb.base/break.exp: Look for different line number for
8706 breakpoint at main depending on usestubs.
8707
8708Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8709
8710 * gdb.base/list.exp: Adjust some alternate expect patterns to
8711 match recent list0.c change. Add alternate expect pattern for
8712 output from `list default lines around main' for optimizing
8713 compilers.
8714
8715Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8716
8717 * lib/gdb.exp: If nosignals is not set, set it to 0.
8718
8719Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
8720
8721 * config/slite-gdb.exp: Responds to load symbol table prompt.
8722 * gdb.base/break.exp: Adjust line number, fix rerun.
8723 * gdb.base/langs0.c: Add #ifdef usestubs.
8724
8725Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
8726
8727 * gdb.base/list.exp: Adjust line contents after adding new lines in
8728 list0.c. Also fix a syntax error.
8729
8730 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
8731 * gdb.base/break.exp: ditto.
8732 * gdb.base/list.exp: ditto.
8733 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
8734 * gdb.base/run.c: ditto.
8735 * gdb.base/list0.c: ditto.
8736 * gdb.base/funcargs.c: ditto.
8737
8738Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
8739
8740 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
8741 $targetname, $serialport and $baud instead of hardwired variables.
8742 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
8743 target doesn't support signals.
8744
8745Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
8746
8747 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
8748
8749Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8750
8751 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
8752 Don't rely on the value of an auto variable before it has been
8753 initialized. Use gdb_test more.
8754
8755Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8756
8757 * lib/gdb.exp (default_gdb_version): A version number must start
8758 with a digit, but other than that contains all characters up to
8759 the first whitespace character.
8760
8761Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8762
8763 * gdb.base/commands.exp (breakpoint_command_test): New tests.
8764
8765Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8766
8767 * gdb.c++/*.exp: Warn if executable does not exist. The original
8768 reason for skipping the warning was that configure.in sometimes
8769 intentionally skipped building the executables but the tcl code
8770 had no way of knowing. That (a) was always bogus with respect to
8771 error handling, (b) is no longer true (right now there is no way
8772 to skip C++ tests).
8773
8774 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
8775
8776Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8777
8778 * gdb.base/list.exp: Add expect patterns for output from
8779 SunPRO compiled executables.
8780 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
8781 types.
8782
8783Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8784
8785 * gdb.base/break.exp (test_next_with_recursion): Accept any line
8786 number (we are already testing that the correct source line text
8787 gets printed).
8788
8789 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
8790 that is what is intended, but something needed to be done to get
8791 sunos4 native working again.
8792
8793 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
8794
8795 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
8796 apparently went with a (very) old xfail.
8797
8798Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
8799
8800 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
8801 runto_main is a proc in gdb.exp that will do 'step' for target use
8802 stubs.
8803 * gdb.base/exprs.exp: ditto.
8804 * gdb.base/interrupt.exp: ditto.
8805 * gdb.base/opaque.exp: ditto.
8806 * gdb.base/printcmds.exp: ditto.
8807 * gdb.base/ptype.exp: ditto.
8808 * gdb.base/scope.exp: ditto.
8809 * gdb.base/setvar.exp: ditto.
8810 * gdb.base/signals.exp: ditto.
8811 * gdb.base/twice.exp: ditto.
8812 * gdb.c++/classes.exp: ditto.
8813 * gdb.c++/inherit.exp: ditto.
8814 * gdb.c++/templates.exp: ditto.
8815 * gdb.base/break.exp: no run and hit main for stubs. Change line
8816 numbers for breakpoints and info breakpoint.
8817 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
8818 breakpoint().
8819 * gdb.base/callfuncs.c: ditto.
8820 * gdb.base/exprs: ditto.
8821 * gdb.base/interrupt.c: ditto.
8822 * gdb.base/opaque0.c: ditto.
8823 * gdb.base/printcmds.c: ditto.
8824 * gdb.base/ptype.c: ditto.
8825 * gdb.base/scope0.c: ditto.
8826 * gdb.base/setvar.c: ditto.
8827 * gdb.base/signals.c: ditto.
8828 * gdb.base/twice.c: ditto.
8829 * gdb.c++/misc.cc: ditto.
8830 * gdb.c++/templates.cc: ditto.
8831
8832Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8833
8834 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
8835
8836 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
8837 somewhere between `read' and `main.c'. I'm pretty sure the
8838 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
8839 and it isn't particularly useful.
8840
8841 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
8842
8843Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8844
8845 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
8846
8847Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
8848
8849 * config/mt-slite: add LIBS and -nostdlib.
8850 * config/slite-gdb.exp: add this new file to support sparclite target.
8851
8852Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
8853
8854 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
8855
8856 * gdb.base/a2-run.exp: Change argument to istarget from
8857 "*-*-vxworks" to "*-*-vxworks*".
8858 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
8859
8860Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
8861
8862 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
8863 will not runto main but do a 'step' to step out of breakpoint().
8864 * config/mt-slite: add -Dusestubs.
8865
8866Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8867
8868 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
8869 instead of just @.
8870
8871 * gdb.base/signals.exp: Add test for "handle all print".
8872 * TODO: Remove "handle all print". Also remove item about
8873 checking copyright date (I don't like the idea of a spurious FAIL
8874 based on when we run the tests).
8875
8876 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
8877 for SunOS4 (reason for failure not investigated). Remove
8878 redundant test for $binfile.
8879
8880 * gdb.base/nodebug.c (array_index): Call malloc.
8881
8882 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
8883
8884Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
8885
8886 * gdb.base/recurse.exp: Update gdb_test invocation to use new
8887 conventions and slightly simplify the matching regexp.
8888
8889Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8890
8891 * gdb.base/break.exp: Update gdb_test invocation to use new
8892 convention.
8893
8894 * lib/gdb.exp: If noargs is not set, set it to 0.
8895
8896 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
8897 tests unique.
8898
8899 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
8900
8901Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8902
8903 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
8904 one argument of type "<non-float parameter>".
8905
8906Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
8907
8908 * config/rom68k.exp: New file to support Motorola IDP board.
8909 * gdb.base/a2-run.exp: Skip this file if noargs is set.
8910 * gdb.base/break.c: Change things around so that this program
8911 doesn't depend upon args. This is necessary to make remote
8912 targets work (in general, they can't take args).
8913 * gdb.base/break.exp: Don't try to send args to program. Don't
8914 expect output. Also, replace lots of code with gdb_test.
8915
8916Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8917
8918 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
8919 printing of '\'' (which is what the comment says we are testing,
8920 even though we were not), not '''.
8921 (test_integer_literals_rejected): Test that printing ''' is an error.
8922
8923 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
8924 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
8925 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
8926 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
8927 Use gdb_test not test_print_accept.
8928 * lib/gdb.exp: Remove test_print_accept.
8929
8930 * gdb.base/signals.exp (signal_tests_1): Make pass message
8931 consistent with fail message.
8932
8933 * gdb.base/whatis.exp: Remove xfails for printing char vs.
8934 unsigned char; the bug (PR 1821) is fixed.
8935
8936 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
8937
8938 * gdb.base/scope.exp (test_at_localscopes): Call pass for
8939 successful tests--makes xfailing them work right.
8940
8941Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8942
8943 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
8944 only \r\n, not .*. The test can pass .* as the last thing in
8945 $pattern if that is what it wants. In addition to providing this
8946 flexibility, this change should speed up pattern matching in cases
8947 where the pattern already ended with .* (there were a number of
8948 them). This change also helps catch bad patterns--in the old
8949 scheme the typo "char \*" instead of "char \\*" would pass. Now
8950 it is caught.
8951 * Many .exp files: Update callers.
8952
8953 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
8954 clearer and does not spuriously match multiple ('s. Likewise for
8955 ) and *.
8956
8957 * gdb.base/nodebug.exp: Test ability to call a function and pass
8958 it a string (even with no debugging info).
8959
8960 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
8961 "p '\'", which is the same as "p ''" once tcl gets done with
8962 quoting, to "p '\\'", which I suspect is what is intended (one
8963 backslash gets sent to GDB).
8964
8965 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
8966
8967Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8968
8969 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
8970 1817) was fixed literally years ago.
8971
8972Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8973
8974 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
8975 test, it causes stepping out of call_after_alloca_subr with
8976 optimizing compilers.
8977 (localvars_in_indirect_call): Consume GDB prompt if `finish'
8978 fails.
8979
8980 * gdb.c++/templates.exp: Source templ-info.exp only if
8981 the templates executable exists.
8982
8983 * gdb.c++/misc.cc (class Contains_static_instance,
8984 class Contains_nested_static_instance),
8985 gdb.c++/classes.exp (test_static_members): Test printing of
8986 a class that contains a static instance of the class.
8987
8988Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8989
8990 * gdb.base/langs2.c (cppsub_): Don't prototype.
8991 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
8992 only, I believe).
8993
8994Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8995
8996 * lib/gdb.exp (skip_chill_tests): New procedure.
8997
8998 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
8999
9000Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
9001
9002 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
9003 each expect pattern. Cuts runtime from 12 to about 4 seconds.
9004
9005Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9006
9007 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
9008
9009 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
9010 disassemble 8, not 16, instructions for part 4.
9011
9012 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
9013 support the latter anymore.
9014
9015 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
9016 -DNO_PROTOTYPES.
9017 * gdb.base/callfuncs.c: Control use of prototypes based on
9018 NO_PROTOTYPES, not __STDC__.
9019 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
9020 t_float_values2 tests if prototypes in use.
9021
9022 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
9023 t_double_values): When checking differences against DELTA, check
9024 that difference is within the range (-DELTA,DELTA), not just
9025 (-infinity,DELTA).
9026
9027Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
9028
9029 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
9030 'file' command firts, then 'target', then 'load', this is due to gdb
9031 target set up.
9032 * config/mips-gdb.exp: Fix a couple regular exp bugs.
9033
9034Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
9035
9036 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
9037 FP load/store variants.
9038 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
9039
9040Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
9041
9042 * gdb.base/term.exp: Do not give a warning if not native, it is
9043 not an abnormal condition.
9044
9045Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
9046
9047 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
9048 t_char_array".
9049
9050Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
9051
9052 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
9053 are getting the version number.
9054
9055 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
9056 if not native, it is not an abnormal condition.
9057
9058Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9059
9060 * lib/gdb.exp: Just use "file exists", rather than undocumented
9061 dejagnu procedure "findfile".
9062
9063Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9064
9065 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
9066 (LDFLAGS): Set to -Xlinker -Ur.
9067
9068 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
9069 Removed, these values are set by lib/gdb.exp.
9070
9071 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
9072
9073Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9074
9075 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
9076 of replicating gdb startup code.
9077
9078 * config/mt-vxworks (LDFLAGS): Set to -r.
9079 (CFLAGS_FOR_TARGET): Removed.
9080
9081 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
9082 (gdb) and gdb for vxworks uses (vxgdb).
9083
9084 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
9085 executable is not in the tree and host != target, use sed and
9086 program_transform_name to determine the gdb name used by the
9087 target.
9088
9089 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
9090 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
9091
9092Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9093
9094 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
9095 floats, chars, and shorts where there are ANSI-style function
9096 definitions.
9097
9098 * gdb.base/langs.exp, gdb.base/langs*: New test.
9099 * gdb.base/Makefile.in: Build it.
9100 * TODO: Remove item about checking that C names don't get C++
9101 demangling applied; this test tests it.
9102
9103Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9104
9105 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
9106 went with the const70 xfail. The xfail went away a year ago.
9107
9108 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
9109
9110 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
9111 for hp300.
9112
9113 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
9114
9115 * gdb.base/a1-selftest.exp: Don't run on hp300.
9116
9117Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9118
9119 * Makefile.in (site.exp): Set host_alias and target_alias as well
9120 as host_triplet and target_triplet.
9121
9122Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9123
9124 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
9125
9126 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
9127 places as other ecoff systems).
9128
9129 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
9130 ultrix.
9131
9132Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9133
9134 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
9135 remove them.
9136 * gdb.base/nodebug.exp: Accept "function" in addition to "text
9137 variable and "variable" in addition to "data variable".
9138 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
9139
9140 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
9141 2.
9142 * gdb.base/list1.c (long_line): Add additional statement at start
9143 of function.
9144 * gdb.base/list.exp (test_forward_search): Update line number to
9145 reflect new statement.
9146
9147Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9148
9149 * gdb.base/signals.exp: Reinitialize searched source directories
9150 after gdb_start call.
9151
9152Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
9153
9154 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
9155 * gdb.stabs/Makefile.in: Likewise.
9156
9157 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
9158 change. Instead split the tests into smaller pieces.
9159 * gdb.disasm/hppa.s: Corresponding changes.
9160
9161Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9162
9163 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
9164 Quote ^C when passing it to stty. For some shells ^ is a pipe.
9165
9166 * gdb.base/funcargs.exp: Modify many tests so that every test
9167 either passes or fails. Make some test names unique.
9168
9169Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9170
9171 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
9172 Call stty to set interrupt character.
9173
9174 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
9175 for HP assembler versus GNU assembler based on actual behavior of
9176 $(CC), rather than assuming that $(AS) is always the GNU assembler.
9177
9178 * TODO: Suggest a few more stepping tests.
9179
9180Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
9181
9182 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
9183 restart GDB for h8300 after a continue.
9184 (return): Add pattern to match a29k-udi behavior.
9185 * gdb.base/nodebug.exp: Remove obsolete comment.
9186 * gdb.base/regs.exp: New file, testing of register displays.
9187 * gdb.base/return.exp: Fix typo in reference to $objdir.
9188 * gdb.base/whatis.exp: Always start with a fresh GDB.
9189
9190Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9191
9192 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
9193 higher, these tests generate a lot of output.
9194
9195Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9196
9197 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
9198 code following the catch silently ignored some errors; without the
9199 catch they should be thrown like any other tcl error. Also, the
9200 catch used "" instead of {} which meant all the callers who wanted
9201 to include one of the characters "[]$ had to quote it an extra time.
9202 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
9203 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
9204 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
9205 Remove extra quoting.
9206
9207Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
9208
9209 * gdb.base/commands.exp: Make test names unique; every test either
9210 passes or fails. Update some comments.
9211
9212 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
9213
9214Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9215
9216 The following fixes a FAIL caused by the fact that the alpha stabs
9217 configuration didn't use the ".if alpha" code in weird.def.
9218 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
9219 bit pointer, so the 32 bit version works even on the alpha.
9220 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
9221 Remove the stuff which allowed us to have separate versions for
9222 alpha and everything else.
9223
9224 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
9225 regexp which "info func operator\[\](" is supposed to match. Fix
9226 string to send to GDB. Note that GDB still doesn't work right. Add a
9227 new test for "info func .perator\[\](" which GDB does handle correctly.
9228
9229 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
9230
9231Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9232
9233 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
9234 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
9235 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
9236 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
9237 it makes the tests harder to understand and confuses test-o-matic.
9238 The preferred style is that each test provides a PASS or a FAIL,
9239 and has a unique message (e.g. "continue #54" not just "continue")
9240 which is the same for the pass and the fail.
9241 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
9242 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
9243 to lib/gdb.exp.
9244 * gdb.base/printcmds.exp: Use test_print_accept. Remove
9245 prt_accept which was basically the same thing. Likewise for
9246 test_print_reject and prt_reject.
9247 * lib/gdb.exp (test_print_reject): Add some more error message
9248 patterns to match from the former printcmds.exp (prt_reject).
9249 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
9250 One defect of the passcount stuff is that some of it failed to
9251 report XPASS where appropriate.
9252 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
9253 stuff before and after arg in expected pattern.
9254 (test_paddr_operator_functions): Re-do test without print_addr_of;
9255 this is the only test which seems to want extra stuff there.
9256
9257Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9258
9259 * gdb.base/nodebug.exp: Update new tests to reflect improved
9260 wording of gdb output.
9261
9262 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
9263 and "ptype" work on variables in files compiled without -g.
9264 Replaces commented out "maint print msymbol" tests.
9265
9266Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9267
9268 * gdb.base/setvar.c (dummy): Call malloc.
9269
9270 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
9271 losing with the irix4 sed.
9272
9273 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
9274 ALRM" on irix4.
9275
9276Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9277
9278 * TODO: Remove items about corefile.exp testing new exec-file and
9279 backtrace; both are now done. Add items about printing enums.
9280
9281Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9282
9283 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
9284 "get signal $thissig" test fails.
9285
9286 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
9287
9288Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9289
9290 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
9291 compiler warning with dec alpha compiler.
9292
9293 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
9294 extra \n from gdb_test call (this explains why the prompt test
9295 that I removed yesterday was there).
9296 (user_defined_command_test): Remove extra \n and prompt test.
9297
9298 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
9299 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
9300 doesn't exist.
9301 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
9302 Also remove alpha workaround, which turns out to be because
9303 SIGABRT == SIGLOST.
9304
9305 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
9306
9307 * gdb.base/help.exp: Don't test "help show".
9308
9309Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9310
9311 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
9312 "set print address" is on.
9313 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
9314 pass prompt to gdb_test; gdb_test already looks for the prompt.
9315
9316 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
9317
9318 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
9319 was a vestige of the manual TESTSTRATEGY, and the purpose of it
9320 was to make sure that gdb can read a core file. But (a) the "read
9321 the corefile" part didn't make it to a1-selftest.exp, we just
9322 delete the corefile after creating it, and (b) we test reading
9323 corefiles in corefile.exp anyway. Also, this test left around a
9324 xgdb process on Solaris.
9325
9326 * gdb.base/corefile.exp: Also test backtrace.
9327
9328Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
9329
9330 * gdb.base/commands.exp: Test a simple user defined command with
9331 arguments and if/while statements; verify the full user command is
9332 printed by "show user".
9333
9334 * gdb.base/commands.exp: Test if/while commands as part of a
9335 breakpoint command list; verify they appear in breakpoint
9336 information.
9337
9338Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9339
9340 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
9341 than by dividing by zero.
9342
9343Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
9344
9345 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
9346 performing an inferior call with watchpoints enabled.
9347 * gdb.base/watchpoint.c (main): Delete second unnecessary read
9348 call.
9349
9350Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9351
9352 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
9353 of "file" command.
9354
9355 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
9356 Add additional pattern for when "int operator int(void);" appears
9357 in a different order.
9358
9359Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9360
9361 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
9362
9363 * gdb.base/help.exp: Replace most of docstrings for "info signals"
9364 and "signal" with ".*".
9365
9366Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9367
9368 * TODO: Add note about "handle all nostop".
9369
9370 * gdb.base/{sigall.c, sigall.exp}: New test.
9371 * gdb.base/Makefile.in: Add it.
9372
9373Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9374
9375 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
9376 when invoking GDB, suppresses any windowing interface.
9377
9378Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
9379
9380 * config/sim-gdb: New file, simulator testing support.
9381
9382Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
9383
9384 * gdb.base/interrupt.exp: Test calling func1 twice.
9385
9386Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
9387
9388 * gdb.base/list.exp (test_forward_search): Set timeout higher
9389 when we'll be getting lots of output from gdb.
9390
9391 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
9392 "init_malloc" to after the expect statement. Run it if that
9393 regexp is taken, but also for two others which happen if source
9394 cannot be found.
9395
9396Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9397
9398 * gdb.base/printcmds.exp: New test, for printing register before
9399 program is running.
9400
9401Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9402
9403 * gdb.base/list.exp: Correct some alternate expect patterns
9404 to reflect changes in list1.c.
9405
9406Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9407
9408 * TODO: Add item regarding large frames.
9409
9410 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
9411
9412 * TODO: Remove item about enabling return.exp; it
9413 is enabled. Suggest a few more "return" tests.
9414
9415Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9416
9417 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
9418 anonymous unions.
9419
9420Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9421
9422 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
9423 and pr-5646.o, so "make" is the same as "make all", not "make
9424 pr-4975.o".
9425
9426Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
9427
9428 * gdb.base/list.exp: Adjust expectations to reflect changes in
9429 list1.c.
9430 (test_forward_search): New test proc.
9431 * gdb.base/list1.c (long_line): New function, has long source line.
9432
9433Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
9434
9435 * gdb.base/a1-selftest.exp: Change initial stepping to know about
9436 additional line of code that was added.
9437
9438Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
9439
9440 * gdb.disasm/hppa.s: Break the large branching tests into smaller
9441 tests so as not to overflow expect's input buffers.
9442 * gdb.disasm/hppa.exp: Corresponding changes.
9443
9444Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9445
9446 Beginnings of template debugging tests.
9447 * gdb.c++/templ-info.cc: New file to test for template
9448 debugging capability of the compiler.
9449 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
9450 templ-info.cc.
9451 * gdb.c++/templates.cc: Add explicit template instantiations
9452 to enable compiling with -fno-implicit-templates. Add destructor
9453 and 'value' method to T5 class for template tests.
9454 * gdb.c++/templates.exp: Add testcases for printing of template
9455 types, setting breakpoints on template methods and calling a
beb998c6 9456 template method.
c906108c
SS
9457
9458Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
9459
9460 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
9461 branch target since some assemblers (gas-2.5) may emit a
9462 relocation for the branch instead of resolving it in the
9463 assembler.
9464
9465Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9466
9467 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
9468 through signal handler.
9469
9470Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9471
9472 * configure.in (*-*-netware): Use config/mt-netware.
9473
9474 * config/mt-netware: New file.
9475 * config/mt-i386-netware: Removed, separate configs for different
9476 netware architectures are no longer needed now that we have
9477 --with-headers.
9478
9479Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9480
9481 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
9482 by the recent changes to use ANSI C arithmetic conversions.
9483
9484Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9485
9486 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
9487 bug involving using inferior_pid to figure out whether to select a
9488 frame.
9489
9490Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
9491
9492 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
9493 match the current disassembler output.
9494
9495Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
9496
9497 * gdb.fortran/exprs.exp: Expect VOID instead of void.
9498 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
9499 types, expect "int" as type of integer values (for now).
9500
9501Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
9502
9503 * gdb.base/commands.exp: New tests for if/while commands.
9504
9505Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
9506
9507 * lib/gdb.exp (runto): Replace sub-pattern for hex value
9508 by .*, since hex values have different syntax in Chill mode.
9509
9510Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9511
9512 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
9513 linefeed from expect pattern for repeated types with indices > 9.
9514
9515Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
9516
9517 First part of Fortran test suite.
9518 * gdb.fortran: New directory.
9519 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
9520
9521Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9522
9523 * gdb.base/default.exp: Update expect pattern for load command
9524 without arguments.
9525
9526Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9527
9528 * configure.in: Change i386 to i[345]86.
9529 * gdb.base/configure.in: Likewise.
9530 * gdb.c++/configure.in: Likewise.
9531 * gdb.chill/configure.in: Likewise.
9532
9533Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
9534
9535 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
9536 patterns, since that is not a valid context for comments.
9537
9538Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
9539
9540 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
9541 repeated types and repeated types with indices > 9.
9542
9543Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9544
9545 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
9546 2417; old bug has been fixed.
9547
9548Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
9549
9550 * gdb.base/interrupt.exp: When trying to wake up the inferior,
9551 send the newline ourselves instead of assuming gdb_test will do
9552 so when passed an empty input string.
9553
9554 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
9555 stabs testcode.
9556
9557Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9558
9559 * lib/gdb.exp (gdb_test): Don't send anything if the first
9560 argument is an empty string. This makes cases where we want to
9561 match output that is already in expect's buffers (for example,
9562 matching a breakpoint after gdb_run_cmd has been called) work
9563 reliably.
9564
9565Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9566
9567 * config/netware.exp: New file.
9568
9569Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9570
9571 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
9572 the -B and -L prefixes so we can find the debugging stub.
9573
9574 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
9575 there and we are using the gcc from the tree.
9576
9577 * gdb.base/types.c: Removed.
9578
9579 * gdb.base/configure.in: Look for makefile fragments in ../config.
9580 Recognize i386-*-netware.
9581 * gdb.c++/configure.in: Likewise.
9582
9583Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9584
9585 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
9586 the correct TCL syntax.
9587
9588Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9589
9590 * gdb.base/opaque.exp: use runto instead of messing around with
9591 breakpoints. Simplify by using gdb_test.
9592
9593 * gdb.base/bitfields.exp: restart between tests on netware targets
9594 because breakpoints aren't relocated after target death. Run
9595 processes to completion.
9596
9597 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
9598
9599Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
9600
9601 * Makefile.in: Remove extra tabs that confuse some versions
9602 of "make". Use the newly built gdb to test with by default,
9603 rather than the first one in the tester's search path.
9604
9605Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
9606
9607 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
9608
9609 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
9610 condition help.
9611
9612Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9613
9614 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
9615
9616 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
9617 running.
9618 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
9619 * gdb.base/funcargs.exp: Likewise.
9620
9621 * gdb.base/bitfields.exp: Simplify by using gdb_test.
9622 * gdb.base/funcargs.exp: Likewise.
9623
9624 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
9625 message is "".
9626
9627Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9628
9629 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
9630 return,signals,twice}.exp: Handle non-existant binaries
9631 consistantly.
9632
9633 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
9634 * gdb.base/Makefile.in: Don't try to generate a core dump, we
9635 might testing a cross development system.
9636
9637Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9638
9639 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
9640 runtest script is relative to ${srcdir}, not ${rootdir}.
9641
9642Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
9643
9644 * gdb.base/signals.exp: Allow for optionality of breakpoint
9645 address.
9646
9647Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9648
9649 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
9650
9651Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9652
9653 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
9654 for size_t definition.
9655 * gdb.c++/templates.cc: Likewise
9656
9657 * config/mt-i386-netware: New file.
9658
9659 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
9660 defined.
9661
9662 * gdb.base/Makefile.in: Added support for systems that name core
9663 files by appending "core" to the program name.
9664 * gdb.base/a1-selftest.exp: Likewise.
9665
9666Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9667
9668 * gdb.base/return.exp: Add comment and message for `return double'
9669 test failure on Sparc Solaris.
9670
9671Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
9672
9673 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
9674
9675Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9676
9677 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
9678 from optimizing them away.
9679 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
9680 patterns to include default constructors and assignment operators,
9681 to match gcc versions beyond 2.5.8. Accept any cplus demangling
9682 character in the output of the virtual base pointer.
9683
9684Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9685
9686 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
9687 expression match in print_addr_of to avoid unintented matches.
9688 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
9689 versions up to 2.5.8.
9690
9691Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9692
9693 * gdb.base/list.exp: Tweak alternate pattern for listing of an
9694 included file to run under newer versions of expect.
9695 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
9696 consecutive >'s in templates to accomodate recent cplus-dem.c change.
9697 Remove xfail for the virtual table of BDDHookV.
9698
9699Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
9700
9701 * lib/gdb.exp (string_to_regexp): Set a default result.
9702 (default_gdb_start): Fix misleading message.
9703
9704Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
9705
9706 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
9707 Remove all CC, etc definitions.
9708 * config/mt-hpux: New file.
9709 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
9710 (CFLAGS, LDFLAGS): Define.
9711 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
9712
9713 * Makefile.in (site.exp): Don't insert host_os, etc.
9714 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
9715 (distclean): Check existence of subdir.
9716 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
9717 * gdb.base/Makefile.in: General cleanup and simplification.
9718 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
9719 to build executables. Use default rule to build .o files.
9720 (EXPECT, RUNTEST, CC): Fix relative pathname.
9721 (site.exp): Don't insert host_os, etc.
9722 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
9723 and/or SIGUSR1 defined.
9724 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
9725 * gdb.c++/Makefile.in: General cleanup and simplification.
9726 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
9727 (CFLAGS): Remove.
9728 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
9729
9730Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
9731
9732 * gdb.base/recurse.exp: Misc changes to get tests running again
9733 after Kung's changes to the watchpoint code.
9734 * gdb.base/watchpoint.exp: Likewise.
9735
9736Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
9737
9738 * lib/gdb.exp (string_to_regexp): Convert {\} also.
9739
9740Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9741
9742 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
9743 * lib/gdb.exp (default_gdb_start): Define.
9744 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
9745 gdb.base/funcargs.exp, gdb.base/opaque.exp,
9746 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
9747 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
9748 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
9749 Don't call gdb_target_udi in between tests.
9750
9751Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9752
9753 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
9754 (which was basically just a local version of the same thing). In
9755 addition to avoiding duplication, gdb_test_exact is faster.
9756 * lib/gdb.exp (gdb_test_exact): Fix typo.
9757
9758 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
9759 don't give an error.
9760
9761 * gdb.base/term.exp: Call delete_breakpoints before starting.
9762
9763 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
9764 (t10): Add comment.
9765
9766Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
9767
9768 Reorganization of the GDB Test Suite.
9769
9770 * gdb.base: New directory, contains all the basic tests.
9771 * gdb.c++: New directory, tests specific to C++.
9772 * gdb.chill: New directory, tests specific to Chill.
9773 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
9774 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
9775 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
9776 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
9777 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
9778 t30-31 to chill).
9779 * */gdbme.*: Rename to match appropriate expect scripts.
9780 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
9781 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
9782 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
9783 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
9784 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
9785 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
9786 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
9787 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
9788 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
9789 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
9790 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
9791 gdb.c++/virtfunc.cc: New names of C++ files.
9792 * gdb.chill/chillvars.ch: New name of Chill file.
9793 * gdb.base/configure.in, gdb.c++/configure.in,
9794 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
9795 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
9796 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
9797 * configure.in (configdirs): Update to reflect directory changes.
9798 (target_abbrev): No longer define for any configuration.
9799 * Makefile.in: Cosmetic improvements to header comments.
9800
9801Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
9802
9803 Various changes to gdb.t31:
9804
9805 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
9806 * gdbme.ch: Make all key-words and predefineds be upper-case.
9807 * chillvars.exp: Expect key-words and predefinds in upper-case.
9808
9809 * chillvars.exp: Use gdb_test_exact many places.
9810 Change expected output for arrays (which now includes index labels).
9811
9812 * pr-5020.exp, gdme.ch (module PR_5020):
9813 New test, for PR-5020.
9814
9815Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
9816
9817 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
9818 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
9819
9820Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
9821
9822 * Makefile.in: Fix bit-rot in definitions of CHILL,
9823 CHILL_FOR_TARGET and Chill_LIB.
9824 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
9825 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
9826 CHILL, and CHILL_LIB.
9827
9828Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
9829
9830 * Revert the previous changes. Please see Rob's directory
9831 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
9832
9833Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
9834
9835 * Makefile.in, configure.in, config/mips-gdb.exp,
9836 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
9837 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
9838 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
9839 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
9840 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
9841 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
9842 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
9843 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
9844 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
9845 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
9846 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
9847 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
9848 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
9849 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
9850 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
9851 changes from 94Q1.
9852
9853Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
9854
9855 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
9856 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
9857 Rob's new testing fragments.
9858
9859Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
9860
9861 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
9862 lib/gdb.exp: Replace error proc calls with perror.
9863
9864Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
9865
9866 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
9867 version also, match on casted version strings, and match on
9868 gdb startup case where the line numbers might be messed up.
9869
9870Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
9871
9872 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
9873 (CFLAGS): Delete it from here.
9874
9875Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
9876
9877 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
9878
9879Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
9880
9881 * Makefile.in (RUNTEST): Default to just "runtest".
9882
9883Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9884
9885 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
9886 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
9887 the code has been restructured.
9888
9889Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9890
9891 * gdb.t00/default.exp (set write): Allow any number of \r and/or
9892 \n, not just one of each.
9893
9894 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
9895 /bin/cc gives a warning if you do.
9896
9897Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
9898
beb998c6 9899 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
9900 __t10ListS_link1ZUiRCUiPT0
9901
9902Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9903
9904 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
9905 on local variables in recursive functions.
9906
9907 * gdb.t07/Makefile.in: Build the new test.
9908
9909Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9910
9911 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
9912 directly. Instead compare the return values from actual calls.
9913
9914Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
9915
9916 * Makefile.in (check): Set TCL_LIBRARY for runtest.
9917
9918Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9919
9920 * From Peter Schauer with minor modifications.
9921 * gdb.t15/return.exp (return_tests): Handle targets where "return"
9922 stops in mid-line in the caller. Add xfail for returning a float
9923 value on X86 targets.
9924
9925Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9926
9927 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
9928 to avoid expect lossage.
9929 (fmem_LRbug_tests): Likewise.
9930 * gdb.disasm/hppa.s: Corresponding changes.
9931
9932 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
9933 conditions to work with latest dejagnu/expect.
9934
9935 * gdb.t15/funcargs.exp (finish from indirect call): No longer
9936 expected to fail on the PA.
9937 (backtrace in call with trampolines): Explicitly require main
9938 to be frame #1 (no trampolines should show up in backtrace).
9939
9940 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
9941 "continue -expect".
9942 * gdb.t06/break.exp: Likewise.
9943 * gdb.t07/watchpoint.exp: Likewise.
9944 * gdb.t13/bitfields.exp: Likewise.
9945 * gdb.t15/{funcargs,return}.exp: Likewise.
9946 * gdb.stabs/weird.exp: Likewise.
9947 * config/{mips,udi}-gdb.exp: Likewise.
9948
9949 * hppa.sed: Enclose comments within a sed command to avoid
9950 losing with the old OSF1 sed.
9951
9952Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9953
9954 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
9955 sequent dynix.
9956 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
9957 * gdb.t15/funcargs.exp: Conditionally step again to really
9958 finish from marker_call_with_trampolines. Handle the case where
9959 the first step from within call_with_trampolines already steps
9960 us back to main.
9961 * gdb.t15/gdbme.c: Add comment to closing brace of
9962 call_with_trampolines for funcargs.exp.
9963
9964Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9965
beb998c6 9966 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
9967 Fix typo(s).
9968
9969Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9970
9971 * gdb.t07/gdbme.c: More code for watchpoint testing.
9972
9973 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
9974 "Hardware watchpoint" throughout file.
9975 (test_watchpoint_triggered_in_syscall): New test.
9976 (test_complex_watchpoint): New test.
9977
9978Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9979
9980 * gdbme.c (call_with_trampolines): New function to try and step
9981 into. Tests trampoline problems on the PA.
9982
9983 * funcargs.exp (localvars_in_indirect_call): No longer expect
9984 stepping into indirect call to fail on PAs.
9985 (test_stepping_over_trampolines): New test.
9986
9987Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9988
9989 * TODO: Add suggestions for static member function tests, and
9990 completion tests.
9991
9992Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9993
9994 * TODO: Add suggestions for "p/a" tests.
9995
9996 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
9997 (default_gdb_exit): Replace all the hair with sending "quit" to
9998 the process with a simple close.
9999
10000Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10001
10002 * TODO: Add suggestions for shared library tests.
10003
10004Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10005
10006 * TODO: Add suggestions for x/s tests.
10007
10008Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10009
10010 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
10011 "enable once", and "enable breakpoints once" with ".*".
10012
10013Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10014
10015 * TODO: Add suggestions about structure passing tests.
10016
10017Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10018
10019 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
10020 the primary1 test, use work around if __GNUC__ < 2.
10021 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
10022 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
10023 Test for bad output rather than waiting for timeout. Issue
10024 second continue only if first continue failed.
10025
10026Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10027
10028 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
10029 operator[] test with gdb_test because the old code didn't seem to
10030 be getting the quoting right with the new dejagnu.
10031
10032Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
10033
10034 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
10035 one from the path.
10036 * Makefile.in: Use a fresh expect if there is one, use runtest
10037 from the src tree if there is one.
beb998c6 10038
c906108c
SS
10039Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10040
10041 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
10042 next over recursive call. Revise the tests from that point on
10043 (which had been skipped) to match GDB's actual (correct) output.
10044
10045 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
10046 with next over a breakpoint whose condition is false.
10047
10048 * gdb.t00/help.exp: Comment out "help set print" tests just like
10049 (and for same reason as) "help set" test.
10050
10051Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10052
10053 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
10054 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
10055
10056Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10057
10058 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
10059 necessary gdb_target_udi.
10060
10061 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
10062
10063 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
10064 1838 and 2417; they are fixed.
10065
10066 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
10067 gdb.t03/ptype.exp (ptype structure, ptype union):
10068 Remove xfails; the test is looser than when the xfails were added.
10069
10070 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
10071 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
10072
10073 * gdb.t01/run.exp: Only run shell test if isnative.
10074
10075 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
10076 since "run" automatically loads if necessary. Call gdb_target_udi
10077 after the "file" since "file" kills any execution target.
10078
10079 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
10080 GDB. GDB doesn't work that way (not anymore at least) on UDI.
10081 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
10082 argument for UDI.
10083
10084Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10085
10086 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
10087
10088 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
10089
10090Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10091
10092 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
10093 properly quoting regexps. This makes the second argument to
10094 demangle a fixed string, which matches the callers, instead of a
10095 shell-style pattern which is what the previous implementation
10096 used. Update some of the callers.
10097
10098Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10099
10100 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
10101 (comib_nullified_tests): Fix typo.
10102 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
10103 strings. No longer expected to fail.
10104
10105 * gdb.disasm/hppa.s (addib_tests): Fix typo.
10106 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
10107 strings. No longer expected to fail.
10108
10109 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
10110 string. No longer expected to fail.
10111
10112Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10113
10114 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
10115 No longer expected to fail.
10116
10117 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
10118 string. No longer expected to fail.
10119
10120Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10121
10122 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
10123 only in the names (I probably got most of them). I was even
10124 generous with some which differed in underscores in names, and
10125 probably missed a few, and I *still* was able to remove almost a
10126 third of the file with almost no impact on testsuite coverage.
10127
10128Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10129
10130 * gdb.t00/default.exp: Match udi_attach error message as well as
10131 the one from child_attach.
10132
10133 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
10134
10135 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
10136
10137 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
10138 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
10139
10140 * Move test with enums and partial symbols back to
10141 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
10142 Reverts the change of 26 May 93. Per today's change to
10143 stabs.texinfo, the behavior that weird.exp was expecting was
10144 unreasonable; what is important is that the compiler+gdb get
10145 things right, which happens with a recent gcc. Also fix the test
10146 to deal with native compilers which put out the stab gdb can't
10147 deal with.
10148
10149Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10150
10151 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
10152 in the names. The main thing these accomplish is to slow things down.
10153 Many more such duplicates surely remain.
10154
10155 * gdb.t00/help.exp: Comment out "help support" test just like
10156 (and for same reason as) "help set" test.
10157
10158Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
10159
10160 * gdb.t06/break.exp: Remove setup_xfails for
10161 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
10162 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
10163 about known bug in gcc to include up through 2.5.8.
10164 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
10165 well as "_vb$".
10166 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
10167 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
10168 with latest gcc and gdb.
10169 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
10170 well as "_vb$".
10171
10172Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10173
10174 * configure.in (hppa*-*-*): Also configure and build stabs-only
10175 tests.
10176
10177Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10178
10179 * gdb.t10/hppa.mt: A makefile fragment for the PA.
10180 * gdb.t10/configure.in (hppa*-*-*): Use it.
10181
10182Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10183
10184 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
10185
10186Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10187
10188 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
10189 versions prior to 1.13.5.
10190
10191Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10192
10193 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
10194 the prompt is at the start of a line.
10195
10196Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10197
10198 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
10199 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
10200 in the copr tests now.
10201 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
10202 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
10203 expected to fail.
10204
10205Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
10206
10207 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
10208 gdb.t31/chillvars.exp, lib/gdb.exp:
10209 Tweak to run under either version of expect.
10210 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
10211 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
10212 * gdb.t11/list.exp: Remove extraneous whitespace.
10213
10214Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10215
10216 * gdb.t16/printcmds.exp (test_print_strings): Accept
10217 "(unsigned char *) " before the string.
10218
10219 * TODO: Add notes about printing of fancy types and GDB expressions.
10220
10221Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
10222
10223 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
10224 * gdb.t06/configure.in: Don't try to compile signals test program
beb998c6 10225 if doing mips-idt-ecoff.
c906108c
SS
10226
10227Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
10228
10229 * Most .exp files: Tweak to run under either version of expect.
10230
10231Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10232
10233 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
10234 xfails; I'm not sure why they are failing, but not because of PR 1806.
10235
10236Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
10237
10238 * config/unix-gdb.exp: Remove gdb_unload cause it's already
10239 defined in lib/gdb.exp.
10240
10241Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10242
10243 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
10244 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
10245 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
10246 have to be typeless.
10247
10248Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10249
10250 * TODO: Add suggestion for copyright year test.
10251
10252Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
10253
10254 * configure.in (*-*-lynxos*): Add stabs tests.
10255
10256Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10257
10258 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
10259 so insert a tab before any assembler directive in column zero.
10260
10261 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
10262 stores.
10263 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
10264 stores.
10265 (fpu_short_memory_tests): Likewise.
10266
10267Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10268
10269 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
10270 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
10271 .stabs directives in comments.
10272
10273Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10274
10275 * TODO: New file, describing tests we could write.
10276 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
10277
10278Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10279
10280 * gdb.t06/signals.exp: Add kludge to force re-sync.
10281
10282 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
10283 to xgdb instead of gdb, get out of gdb.
10284
10285Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
10286
10287 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
10288 for info.
10289
10290Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10291
10292 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
10293 * gdb.stabs/configure.in (hppa*-*-*): Use it.
10294 * gdb.stabs/hppa.sed: New sed script for the PA.
10295
10296Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10297
10298 * gdb.stabs: Re-write weird.def and configuration to use sed
10299 instead of cpp. sed is portable and POSIX; cpp is neither.
10300
10301Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10302
10303 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
10304
10305Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10306
10307 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
10308
10309Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10310
10311 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
10312 "_vb$".
10313 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
10314 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
10315
10316Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10317
10318 * lib/gdb.exp: Comment out code which depends on non-existent
10319 `transform' procedure.
10320
10321Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
10322
10323 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
10324 * lib/gdb.exp: Transform tool name.
10325 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
10326 1.1's new error handling system.
10327
10328Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10329
10330 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
10331
10332Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10333
10334 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
10335 They made pattern matching so slow that timeouts happened on
10336 heavily loaded systems. Now any output from "show print" which
10337 gets us back to the GDB prompt is a PASS.
10338
10339Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
10340
10341 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
10342
10343Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10344
10345 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
10346
10347 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
10348 It is not from PR 3220.
10349
10350Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10351
10352 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
10353 just started failing because they depended on the order the
10354 subcommands are presented, or exact docstring text. This kind of
10355 test is a pain and has minimal benefit.
10356
10357Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10358
10359 * gdb.t09/corefile.exp: At end of test, use "core" command with
10360 no arguments.
10361
10362Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
10363
10364 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
10365 17}/Makefile.in: Make it possible to run the testsuite with Sun
10366 make and CC = cross gcc by adding explicit build rules for .o
10367 files.
10368
10369Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10370
10371 * gdb.t15/funcargs.exp: Don't put comments on same line as
10372 setup_xfail (@#$*%& tcl braindamage!).
beb998c6 10373
c906108c
SS
10374Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10375
10376 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
10377
10378Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
10379
10380 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
10381 * gdb.t20/inherit.exp: remove three dumplicate entries.
10382
10383Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10384
10385 * gdb.t06/break.exp: For "next over recursive call", fail on any
10386 incorrect output, not just on "factorial (value=2)".
10387
10388Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10389
10390 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
10391 working now. Add an xfail if accesing a bss variable causes
10392 a memory error if the target is not yet run.
10393
10394Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10395
10396 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
10397 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
10398 name of __st* demangling (2 strings). Did Kung really get the
10399 more than 95 others right without testing them?
10400
10401Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
10402
10403 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
10404
10405Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
10406
10407 * configure.in (configdirs): Add gdb.disasm
10408 * gdb.disasm: New directory for GDB disassembler tests.
10409 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
10410
10411Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10412
10413 * gdb.t00/help.exp: Don't test "help set".
10414
10415 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
10416 from within expect statements. None of these happen anymore and
10417 they cause regressions to be silently unnoticed.
10418
10419 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
10420 messages) about known failures with gcc cygnus-2.4.5-930417.
10421
10422 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
10423 comp-info.exp so it gets built if it doesn't exist.
10424
10425 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
10426 it is no longer used.
10427 * gdb.t13/comp-info.c: Removed.
10428
10429Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10430
10431 * gdb.t06/signals.exp: Add xfail for sun3.
10432
10433Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10434
10435 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
10436 relevant because ^C doesn't get sent but failure can be reproduced
10437 interactively).
10438
10439Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10440
10441 * gdb.stabs/alpha.mt: New configuration file for alpha.
10442 * gdb.stabs/configure.in: Use it.
10443 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
10444 sharing with alpha.mt, redefine long to word via preprocessor.
10445 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
10446 for alpha.
10447 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
10448 native cc.
10449 * gdb.t00/teststrategy.exp: Change expect string so that we
10450 consume the `(xgdb)' from the command echo and from the gdb prompt.
10451 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
10452 gdb currently compares all values as long, so this failure probably
10453 applies to any configuration where LONGEST is bigger than a target int.
10454 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
10455 with gcc.
10456 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
10457 to handle opaque pointers, gcc is.
10458 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
10459 as first argument. Include <sys/types.h> and change all operator
10460 new definitions to use size_t.
10461 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
10462 now that we use size_t.
10463
10464Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10465
10466 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
10467 a long or float array cast all array members to the same type.
10468 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
10469 with 64 bit longs.
10470 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
10471 on alpha.
10472 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
10473
10474Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10475
10476 * gdb.t24 (demangle.exp): Constructors of templates have names like
10477 vector<int>::vector(int) not vector<int>::vector<int>(int). See
10478 section 14.6 of the ARM.
10479
10480 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
10481 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
10482 accomplish little and slow down the testsuite.
10483
10484 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
10485 Accept spaces various places.
10486
10487Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10488
10489 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
10490 with watchpoint enabled.
10491
10492 * Makefile.in: Remove definition of CC and remove the second
10493 definition of CXX (the "CXX = gcc" one remains). These definitions
10494 were causing backquotes to be expanded within backquotes, which
10495 doesn't work.
10496
10497Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10498
10499 * gdb.t17/callfuncs.exp: Add "return 0" to end.
10500
10501Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10502
10503 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
10504 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
10505 by mips cc and contains no stabs entries.
10506
10507Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
10508
10509 * config/vx-gdb.exp: Use fake device to load files rather than
10510 NFS.
10511 * lib/gdb.exp: New proc to do "file" command.
10512 * config/unix-gdb.exp: Use new "file" proc.
10513
10514Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10515
10516 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
10517 Rework board rebooting slightly.
10518 (gdb_exit): Don't exit from the remote shell; there isn't one.
10519 * gdb.stabs/weird.exp: If a program is being debugged already,
10520 kill it.
10521 * gdb.t04/setvar.exp: Stop and restart gdb.
10522 * gdb.t05/expr.exp: Likewise.
10523 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
10524 restart gdb and reload the program.
10525 * gdb.t08/opaque.exp: Likewise.
10526 * gdb.t12/scope.exp: Likewise.
10527 * gdb.t13/bitfields.exp: Likewise.
10528 * gdb.t15/funcargs.exp: Likewise.
10529 * gdb.t20/classes.exp: Likewise.
10530 * gdb.t03/ptype.exp: Increase timeout.
10531 * gdb.t16/printcmds.exp (test_print_string_constants,
10532 test_print_array_constants): Likewise.
10533 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
10534 * gdb.t20/classes.exp (do_tests): Likewise.
10535 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
10536
10537Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
10538
10539 * gdb.stabs: Renamed *wierd* to *weird*.
10540
10541Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10542
10543 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
10544 for timeout. Add "known gcc 2.4.5 bug" to failure message.
10545
10546Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10547
10548 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
10549 (do_tests): Remove xfail for whatis on one_var and two_var.
10550
10551Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
10552
10553 * Makefile.in: Made cross building work better by adding
10554 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
10555
10556Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10557
10558 * gdb.t15/{return.c,return.exp,Makefile.in}:
10559 New test, currently commented out.
10560
10561Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
10562
10563 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
10564 still running and removes the leftover named socket so GDb can do
10565 clean restarts.
10566
10567Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
10568
10569 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
10570 console, not GDB.
10571 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
10572 cross testing works better with "make check"
10573 * config/unix-gdb: Use default procedures for exit and version.
10574 * config/vx-gdb.exp: Cleaned up and massaged back to working order
10575 with the newest VxWorks.
10576
10577Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10578
10579 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
10580 old form.
10581
10582 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
10583 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
10584
10585 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
10586
10587 * config/unix-gdb.exp: Remove this version of gdb_exit
10588 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
10589 Rob says he'll look at it when he gets back to testing boards.
10590
10591Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
10592
10593 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
10594 an expected fail for certain ptype commands.
10595
10596 * gdb.t20/classes.exp: Update expected results of "ptype class
10597 Base1" to account for the constructor that now appears in the type.
10598
10599Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
10600
10601 * configure.in (configdirs): Restore gdb.t04, which mysteriously
10602 disappeared from list.
10603 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
10604 "alldone" proc with call to cleanup and exit.
10605 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
10606 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
10607 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
10608 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
10609 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
10610 "alldone" proc with simple returns that suppress remaining
10611 tests. The alldone proc went away many months ago.
10612
10613Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10614
10615 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
10616
10617 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
10618
10619Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10620
10621 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
10622 as vax gdb will display them.
10623
10624Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10625
10626 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
10627 optimizers.
10628
10629 * scope.exp: Change "bad value for localval" messages so each one
10630 is unique.
10631
10632 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
10633 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
10634
10635 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
10636
10637Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10638
10639 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
10640 doesn't exist (due to optimization).
10641
10642Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10643
10644 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
10645 contains \r because the filename is long.
10646
10647 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
10648 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
10649
10650Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10651
10652 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
10653 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
10654 Ultrix.
10655 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
10656 int tests.
10657 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
10658
10659Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
10660
10661 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
10662
10663 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
beb998c6 10664 to match does not match the passing case but still matches the
c906108c
SS
10665 failing case.
10666
10667Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10668
10669 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
10670
10671Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
10672
10673 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
10674 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
10675 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
10676 Remove various versions of gdb_exit.
10677 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
10678 gdb_exit.
10679 * config/unix-gdb.exp: gdb_exit remains here, and should override
10680 the generic version, since it's doing a lot of wierd stuff that
10681 the other versions aren't. FIXME, fold it in, or abandon this
10682 version.
10683
10684Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10685
10686 * gdb.t24/demangle.exp: Add tests for PR 3220.
10687
10688Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10689
10690 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
10691
10692Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
10693
10694 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
10695 "i386-*-*". Works for i486 as well.
10696
10697 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
10698 bug, and expand domain of xfail to all SVR4 systems, since the
10699 actual problem is likely to be in generic SVR4 /proc support.
10700
10701Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10702
10703 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
10704
10705Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
10706
10707 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
10708 xfails for other systems. Match a missing 'Continuing.' as an
10709 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
10710
10711 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
10712 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
10713 Only issue warning for missing executables if -all option is used.
10714
10715 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
10716 file if -all option is used. It's like an unpredictable XFAIL.
10717
10718Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10719
10720 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
10721 for dynamically linked binaries.
10722
10723 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
10724
10725Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10726
10727 * gdb.t20/inherit.exp: Change message for "print tagless struct"
10728 to state that this is a known bug in old versions of g++.
10729
10730Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10731
10732 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
10733 while waiting for `Continuing'.
10734
10735Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
10736
10737 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
10738 in text, data, and bss.
10739 * gdb.t10/nodebug.c: Add local and global test variables for
10740 initialized and uninitialized data.
10741
10742Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10743
10744 * config/unix-gdb.exp (gdb_exit): Add "wait".
10745
10746Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10747
10748 * gdb.t06/signals.exp: xfail the continue from the handler for all
10749 targets.
10750
10751 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
10752 function with watchpoints enabled, the i386 call dummy starts with
10753 a call.
10754
10755 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
10756 386 bsd names its corefiles.
10757
10758Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
10759
10760 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
10761 compilers don't grok it.
10762 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
10763 with small octal ints rather than character constants, which
10764 are signed and might not fit if first promoted to int.
10765
10766Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
10767
10768 * gdb.t09/Makefile.in (clean): Remove corefile.
10769
10770Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10771
10772 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
10773
10774Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10775 and Jim Kingdon (kingdon@cygnus.com)
10776
10777 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
10778 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
10779 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
10780
10781Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10782
10783 * gdb.t17/interrupt.exp: Add xfail for hppa.
10784
10785Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10786
10787 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
10788 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
10789 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
10790 to determine signed-ness of bitfields and use the result to setup
10791 the xfail.
10792 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
10793 * gdb.t15/funcargs.exp: Use them to step until the second indirect
10794 call line is reached if necessary.
10795
10796Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10797
10798 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
10799
10800Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10801
10802 * gdb.t06/break.exp: Also test `clear' command.
10803
10804Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10805
10806 * gdb.t00/teststrategy.exp: Remove extra quote.
10807
10808 * gdb.t07/watchpoint.exp: Change xfail for calling function with
10809 watchpoint enabled to be for all non-68k machines.
10810
10811 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
10812
10813Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10814
10815 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
10816 targets use aout.mt instead of ecoff.mt as gas understands
10817 standard aout format.
10818
10819Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10820
10821 * lib/gdb.exp (runto): Don't insist that function we are running to
10822 was compiled with -g.
10823
10824 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
10825
10826 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
10827 to get back into the read system call.
10828 Accept leading newline in case where we woke it up.
10829
10830Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10831
10832 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
10833 to make the stabs test work on ecoff systems using gcc and -with-stabs.
10834 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
10835 enable ecoff configuration.
10836
10837Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10838
10839 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
10840
10841Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10842
10843 * gdb.t16/printcmds.exp: Add another printf test.
10844
10845Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
10846
10847 * configure.in: If configured -with-stabs on any target, add
10848 stabsdirs to configdirs.
10849
10850Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10851
10852 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
10853 fun" so pattern does not match the command itself.
10854
10855Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10856
10857 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
10858
10859Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10860
10861 * gdb.t17/interrupt.exp: Test for more things.
10862
10863Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10864
10865 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
10866 compiler arranges the code and line numbers.
10867
10868 * gdb.t17/interrupt.exp: Don't send \n after ^C.
10869
10870Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10871
10872 * gdb.t00/help.exp: Increase expect input buffer size.
10873
10874Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10875
10876 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
10877
10878 * gdb.t07/watchpoint.exp: Add xfail for hppa.
10879
10880 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
10881
10882 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
10883 [0-9]*, not just [0-9].
10884
10885Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10886
10887 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
10888
10889 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
10890
10891Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10892
10893 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
10894
10895Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10896
10897 * gdb.t06/signals.c: Add xfails for sun3.
10898
10899 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
10900
10901 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
10902 test_stepping tests.
10903
10904Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10905
10906 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
10907
10908 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
10909
10910 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
10911 rather than actually putting it through cpp twice.
10912
10913 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
10914
10915Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
10916
10917 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
10918 no longer needed.
10919
10920Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10921
10922 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
10923
10924 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
10925 C++ features prints as "struct", make it a pass, not an xfail.
10926
10927Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10928
10929 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
10930 Don't require VA to print as "class" rather than "struct".
10931
10932Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
10933
10934 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
10935
10936Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10937
10938 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
10939
10940Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10941
10942 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
10943 order.
10944
10945Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10946
10947 * gdb.t16/printcmds.exp: Add printf tests.
10948
10949 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
10950
10951 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
10952
10953Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
10954
10955 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
10956 pass counts, to counteract any existing or future setup_xfails.
10957
10958Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10959
10960 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
10961 {BEGIN,END}_COMMON for common block instead of STAB.
10962 * gdb.stabs/wierd.exp: Add xfail for rs6000.
10963
10964 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
10965 intp_var should be N_GSYM not N_LSYM.
10966 wierd-aout.S: Use a label for the value of the N_SO.
10967 wierd.def: Remove all backslashes.
10968 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
10969
10970Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10971
10972 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
10973 get the expected next to inheritance3.
10974
10975Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10976
10977 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
10978 now that gcc-2.4 gets it right.
10979
10980Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10981
10982 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
10983
10984 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
10985 generating comp-info.exp which works for cross-compilation.
10986
10987Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
10988
10989 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
10990 "*-*-sysv4.*".
10991
10992Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
10993
10994 * gdb.t01/run.exp: Start with a fresh gdb.
10995 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
10996 SVR4.x.
10997
10998Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
10999
11000 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
11001 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
11002 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
11003 Makefile.in (distclean, realclean): Remove gdbme.c from list of
11004 things to remove.
11005
11006Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
11007
11008 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
11009 test cases from bug reports.
11010
11011Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
11012
11013 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
11014 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
11015 avoid spurious xfails.
11016 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
11017 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
11018 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
11019
11020Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
11021
11022 * gdb.t00/teststrategy.exp: Rework to provide more useful
11023 description of each test, fix problem with systems that define
11024 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
11025 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
11026 results for "next over recursive call" so timeouts aren't taken
11027 by error.
11028
11029Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
11030
11031 * gdb.t12/scope.exp: Test printing of variables before run.
11032
11033 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
11034 printed in wrong order due to sorting.
11035
11036Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
11037
11038 * gdb.t00/teststrategy.exp: Fix expected results for printing
11039 user entered string constant. Is array of char, prints with no
11040 address.
11041
11042 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
11043 commands.
11044 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
11045 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
11046 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
11047 of struct of char arrays.
11048 * gdb.t00/radix.exp: New tests for radix commands.
11049
11050Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
11051
11052 * gdb.t16/printcmd.exp: Print a variable before running program
11053 (with xfail for AIX).
11054
11055Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
11056
11057 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
11058
11059 * gdb.t16/printcmd.exp: Don't print variables before running program.
11060
11061 * gdb.t06/break.exp: Don't require envp argument to main.
11062
11063 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
11064
11065 * gdb.t02/whatis.exp, gdb.t11/list.exp:
11066 Add xfails for rs6000.
11067
11068 * gdb.t02/whatis.exp: Change other tests not to re-test something
11069 we already tested.
11070
11071 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
11072 each type used has a variable of that type.
11073
11074Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
11075
11076 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
11077
11078Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11079
11080 * configure.in: change srctrigger to be a file, not a directory
11081
11082Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
11083
11084 * configure.in (mips-idt-ecoff*): Added trailing '*'.
11085
11086 * gdb.t11/list.exp: Fixed a couple of typos.
11087
11088Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
11089
11090 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
11091 is fixed and PR is closed.
11092 * gdb.t16 (gdbme.c): Add simple test string variable.
11093 * gdb.t16 (printcmds.exp): Add tests with simple test string
11094 variable, primarily for boundaries on "set print elements".
11095
11096Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
11097
11098 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
11099 Make leading 0's optional and don't expect a tab in the middle
11100 of the number.
11101
11102 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
11103
11104 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
11105 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
11106 don't end command passed to gdb_test with newline.
11107
11108 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
11109 signed keyword away, don't expect signed bitfields to be signed.
11110
11111 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
11112 printing with only as many 1's as are in the field as well as printing
11113 with 32 1's (see comment).
11114
11115Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
11116
11117 * gdb.t00/default.exp: Start with a fresh gdb.
11118 * configure.in (configdirs): Remove gdb.t31 until the chill
11119 compiler works again. It no longer is able to find chillrt0
11120 since it isn't in libchill.a anymore.
11121 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
11122 wierd.o, make more modular.
11123 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
11124 spurious newlines that caused problems.
11125
11126Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11127
11128 * Move test with enums and partial symbols from gdb.t03/ptype.exp
11129 to gdb.stabs/wierd.exp since GCC has worked around the bug.
11130 gdb.stabs/wierd.{exp,def}: Many new tests.
11131
11132 * gdb.t00/default.exp: update info line for new message.
11133
11134 * gdb.t02/{whatis.exp,gdbme.c}:
11135 Test that "char *" doesn't print as "caddr_t".
11136
11137Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11138
11139 * gdb.t00/help.exp: Use .* in place of some help messages which
11140 just changed.
11141 gdb.t00/default.exp: Update "info frame" test for new message.
11142 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
11143 Remove some xfails
11144
11145Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11146
11147 * gdb.t03/{gdbme.c,ptype.exp}:
11148 Add tests for typedef'd struct and union without tags.
11149 Also check "whatis" on a variable of a typedef'd enum without a tag.
11150
11151 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
11152 PRMS 1823; the bug still exists but isn't reproduced by this test
11153 anymore), and remove rs6000 XFAIL (the bug is fixed).
11154
11155 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
11156 duplicated from whatis.exp. For those that are left, accept
11157 "long", "long int", or "int" for long variables (whatis.exp already
11158 has an XFAIL for "int", so no need to fail it here).
11159
11160 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
11161 Deal with GCC's names for types now that GDB uses the compiler's names.
11162
11163 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
11164 setup_xfail's for sunos4. If we #defined the signed keyword away,
11165 don't expect GDB to know that char it is signed.
11166
11167 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
11168
11169Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
11170
11171 * configure.in (configdirs): Add gdb.t24 for C++ tests that
11172 should work on any system, regardless of debugging format.
11173 * gdb.t21/demangle.exp: Move to gdb.t24.
11174 * gdb.t24/demangle.exp: Move from gdb.t21.
11175 * gdb.t24/{Makefile.in, configure.in}: New files.
11176
11177Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11178
11179 * configure.in: Do gdb.stabs and C++ tests only for stabs.
11180 * gdb.stabs: New directory.
11181
11182Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11183
11184 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
11185 not just "Quit anyway?".
11186
11187Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
11188
11189 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
11190 that all setup_xfails are immediately followed by clear_xfails.
11191
11192Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
11193
11194 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
11195 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
11196 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
11197 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
11198 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
11199 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
11200 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
11201 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
11202 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
11203 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
11204 gdb.t31/chillvars.exp, lib/gdb.exp:
11205 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
11206 bug-gdb@prep.ai.mit.edu.
11207
11208Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
11209
11210 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
11211 with 0.0, not integer 0.
11212
11213Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
11214
11215 * gdb.t06/break.exp: Update for "Kill the program" message change.
11216
11217Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
11218
11219 * Makefile.in (GDBFLAGS): Set to -nx.
11220 * Makefile.in (site.exp): Use GDBFLAGS.
11221
11222Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11223
11224 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
11225 Makefiles.
11226 (check): depend on just-check.
11227 (just-check): added so that tests can be run without a noop
11228 build pass.
11229
11230Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11231
11232 Switch to using configure's configdirs.
11233 * Makefile.in (Makefile): add configure.in dependency.
11234 (SUBDIRS): removed redundant assignment.
11235 * configure.in: switch subdirs assignment to configdirs.
11236 * gdb.t*/configure.in: new files.
11237
11238Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
11239
11240 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
11241 works.
11242
11243Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
11244
11245 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
11246 in explicit rules. Apparently this is not supported by some makes.
11247
11248Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
11249
11250 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
11251
11252Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11253
11254 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
11255 disappeared.
11256
11257Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11258
11259 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
11260
11261Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
11262
11263 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
11264 watchpoint problem that is now fixed.
11265 * gdb.t30/chexp.exp: Remove setup_xfail for printing
11266 uninitialized convenience variables.
11267 * gdb.t31/chillvars.exp: Fix expected patterns for printing
11268 structures.
11269
11270Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11271
11272 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
11273 which causes expect to get out of sync with gdb on long output
11274 from help set.
11275 * gdb.t09/corefile.exp: Make expected pattern for core file
11276 failing signal and frame output format less sun specific.
11277
11278Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
11279
11280 * gdb.t31/chillvars.exp: Add and remove initial dummy
11281 breakpoint, so that symbol table is forced in.
11282 (Needed at least on Sunos4, though it seems not SVR4.)
11283 * gdb.t31/chillvars.exp: Update for changed output format.
11284
11285Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
11286
11287 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
11288
11289Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
11290
11291 * Makefile.in: Added --srcdir when invoking runtest, removed the
11292 need for a local config file. (optional now)
11293
11294Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
11295
11296 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
11297 failure count used to force early termination. Add some more
11298 expected failures for gnu style demangling.
11299
11300Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11301
11302 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
11303 pmi variable from gdb.t20/gdbme to get optimized away.
11304 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
11305 Check for written corefile upon timeout _and_ eof.
11306
11307Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11308
11309 * config/unix-gdb.exp: Add missing return 0.
11310
11311Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11312
11313 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
11314 test termination.
11315
11316Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
11317
11318 * configure.in (subdirs): Put back gdb.t17 which mysteriously
11319 disappeared.
11320
11321Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
11322
11323 * gdb.t10/crossload.exp: Disable the i860-elf test until such
11324 time as i860 support works.
11325
beb998c6 11326 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
11327 "backtrace 100\r" rather than just "backtrace\r", to match last
11328 change.
11329
11330Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
11331
11332 * config/udi-gdb.exp (gdb_exit): Remove close command.
11333 (gdb_target_udi): New procedure to set the UDI target.
11334 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
11335 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
11336 Added waits for prompts after several question responses. Added
11337 some more responses used by a29k-amd-udi-gdb.
11338 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
11339 pass different arguments, restart UDI connection after program
11340 completion.
11341 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
11342 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
11343 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
11344 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
11345 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
11346 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
11347 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
11348 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
11349 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
11350 after program completion.
11351 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
11352 compiled with a SELECT_VECS setting.
11353 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
11354 infinite recursion.
11355
11356 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
11357 Added checks for COFF results, and made them expected failures for
11358 all targets. It would be better to make them expected failures
11359 for COFF targets only.
11360
11361Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11362
11363 * Makefile.in: add null dvi target, don't bother to recurse
11364 through test directories for info and install-info; rename
11365 $(datadir) to be dejagnu instead of deja-gnu
11366
11367Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
11368
11369 * gdb.t31/gdbme.ch: Re-enable code that previously caused
11370 compiler to coredump.
11371 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
11372 code.
11373
11374Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
11375
11376 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
11377 coredump.
11378 * gdb.t31/chillvars.exp: Comment out tests that depend on that
11379 code.
11380
11381Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
11382
11383 * gdb.t03/ptype.exp: tests for return code from gdb_test.
11384 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
11385 which in a shell. Deletes xgdb when done.
11386 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
11387 Tests the return from the "set height" or "set width" commands.
11388 Added a few return codes where needed.
11389
11390Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
11391
11392 * Makefile.in (SUBDIRS): Add gdb.t17.
11393 * configure.in (subdirs): Add gdb.t17.
11394 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
11395 files to test gdb's calling of functions in the inferior with
11396 the correct arguments and gdb's ability to retrieve any
11397 result returned.
11398
11399Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
11400
11401 * config/unix-gdb.exp (gdb_exit): Remove close commands that
11402 may be called after gdb goes away. Previous versions of expect
11403 needed these to avoid file descriptor leaks, but they cause
11404 errors with the current revision of expect.
11405 * gdb.t00/gdbvars.exp: Use -re on expected output after
11406 setting sevenbit-strings.
11407 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
11408 to set sevenbit-strings consistent across tests.
11409 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
11410 set sevenbit-strings consistent across tests.
11411
11412Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
11413
11414 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
11415 expected output to match current "expect" expectations.
11416
11417Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
11418
11419 * gdb.t00/default.exp: Change expected output for default "source"
11420 command, to match new gdb behavior which requires a filename to
11421 source.
11422
11423Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
11424
11425 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
11426 expected fail for i486-*-* that misses the marker2 function.
11427 * gdb.t10/crossload.exp (bfddefault): Allow successful
11428 recognition of a format to pass even if no symbols are found.
11429 Explicitly catch failures where the format is not recognized
11430 or is ambiguous, and add the reason to the fail message.
11431 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
11432 the cause is and invalid target and add reason to failure message.
11433 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
11434 elf32-i386, elf32-sparc, and elf32-i860.
11435 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
11436 Set up expected failure for 'filename'::variable scope resolution,
11437 which is now apparently broken on all targets.
11438 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
11439 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
11440 gdb.t23/templates.exp: Change failure for missing binfile into
11441 just a warning.
11442 gdb.t21/demangle.exp: Change all cfront references to 'arm'
11443 references.
11444
11445Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
11446
11447 * gdb.t00/default.exp: Add expected output for default "source"
11448 command, to match new gdb behavior.
11449 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
11450
11451Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
11452
11453 * config/*-gdb.exp: returns an error, rather than exiting on
11454 internal errors.
11455
11456Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
11457
11458 * gdb.t03/gdbme.c: Add pointer to struct variable.
11459 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
11460 referencing struct members.
11461
11462Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
11463
11464 * configure.in (mips-idt-ecoff): New target.
11465 * config/mips-gdb.exp: New file for remote board using MIPS remote
11466 debugging protocol.
11467
11468 * Redid configuration scheme. Removed gdb.t*/configure.in.
11469 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
11470 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
11471 distclean targets. Built executables via .o files. Adjusted
11472 tests to account for source files in $(srcdir) rather than
11473 $(objdir).
11474 * lib/gdb.exp (runto): Don't expect () after the function name,
11475 because it may have arguments.
11476
11477Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
11478
11479 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
11480 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
11481 expected failures for mips-idt-* and mips-sgi-*.
11482 * gdb.t00/default.exp (attach): Kill process if requested.
11483 * gdb.t00/help.exp (help target core, help target): Accept a gdb
11484 that does not read core files.
11485 * gdb.t01/run.exp: Removed checks for exit status code.
11486 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
11487 it is linked in.
11488 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
11489 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
11490 appropriate, rather than doing it by hand.
11491 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
11492 execution.
11493 * gdb.t10/crossload.exp: Kill existing program if needed.
11494 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
11495 appropriate, rather than doing it by hand. Always increase
11496 timeout for this test, not just for VxWorks.
11497
11498Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
11499
11500 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
11501 of Chill STRUCT types and STRUCT values.
11502 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
11503 than "char".
11504 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
beb998c6 11505 struct2): New struct definitions and initializations to test
c906108c
SS
11506 simple Chill STRUCT types.
11507
11508Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
11509
11510 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
11511 the null byte at the end of strings.
11512 * gdb.t00/default.exp: Make show version insensitive to copyright
11513 date.
11514 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
11515 to avoid dependencies on target char signedness.
11516 * gdb.t16/printcmds.exp: Update expected results for explicitly
11517 unsigned char.
11518 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
11519 now work.
11520 * gdb.t21/demangle.exp: Add many more patterns for template
11521 demangling, most of them being expected failures.
11522 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
11523 string we are matching for, to match on the whole string.
11524 * gdb.t21/demangle.exp: Add many new test strings to demangle,
11525 and fix a whole bunch that had incorrect expected output but were
11526 passing anyway because of the bug in "proc demangle".
11527 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
11528 type.
11529 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
11530
11531Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
11532
11533 * gdb/testsuite: made modifications to testcases, etc., to allow
11534 them to work properly given the reorganization of deja-gnu and the
11535 relocation of the testcases from deja-gnu to a "tool" subdirectory.
11536
11537Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
11538
11539 * gdb/testsuite: Initial creation of gdb/testsuite.
11540 Migrated dejagnu testcases and support files for testing nm to
11541 gdb/testsuite from deja-gnu. These files were moved "as is"
11542 with no modifications. This migration is part of a major overhaul
11543 of dejagnu. The modifications to these testcases, etc., which
11544 will allow them to work with the new version of dejagnu will be
11545 made in a future update.
48efe704
AC
11546
11547For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c
SS
11548\f
11549Local Variables:
ef043731 11550mode: change-log
c906108c
SS
11551left-margin: 8
11552fill-column: 74
11553version-control: never
11554End:
This page took 1.070068 seconds and 4 git commands to generate.