2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
e425eb2b
MC
12004-08-05 Michael Chastain <mec.gnu@mindspring.com>
2
3 * gdb.base/freebpcmd.c: Include <stdio.h>.
4 * gdb.base/long_long.c: Include <string.h>.
5 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
6 * gdb.base/siginfo.c: Include <string.h>.
7 * gdb.base/sigstep.c: Include <string.h>.
8
cb9aaed5
MC
92004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10
11 * gdb.base/complex.c: Include <stdlib.h>.
12
55944f3d
MC
132004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14
15 * gdb.base/complex.c: Add copyright notice.
16
7b2953d9
MC
172004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18
19 * gdb.base/charset.c: Include <stdlib.h>.
20
c9133d23
MC
212004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22
23 * gdb.base/auxv.c: Include <stdlib.h>.
24
0a8490ad
MC
252004-08-04 Michael Chastain <mec.gnu@mindspring.com>
26
27 * gdb.base/auxv.c: Add copyright notice.
28
3426d5ec
MC
292004-08-04 Michael Chastain <mec.gnu@mindspring.com>
30
31 * gdb.base/coremaker.c: Add copyright notice.
32 * gdb.base/coremaker2.c: Add copyright notice.
33
8da195dd
AC
342004-08-04 Andrew Cagney <cagney@gnu.org>
35
36 * gdb.base/store.exp: Update copyright.
37 (check_set, up_set, check_struct, up_struct): Add a prefix to test
38 names, do not import gdb_prompt.
39
8d394f98
AC
402004-08-01 Andrew Cagney <cagney@gnu.org>
41
42 Fix PR testsuite/1729.
43 * gdb.base/dump.exp: Add test name to callers of capture_value, do
44 not use capture_value with value 4.
45 (capture_value): Add optional test name parameter.
46 (test_reload_saved_value, test_restore_saved_value): Use $msg as
47 the prefix, pass to capture_value.
48
b6702b23
MK
492004-08-01 Mark Kettenis <kettenis@gnu.org>
50
51 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
52 * gdb.arch/i386-prologue.c (standard): New prototype and function.
53 (main): Call new function.
54
c203e0ca
MC
552004-07-31 Michael Chastain <mec.gnu@mindspring.com>
56
57 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
58
a7995a30
MC
592004-07-31 Michael Chastain <mec.gnu@mindspring.com>
60
61 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
62
9366563b
MC
632004-07-31 Michael Chastain <mec.gnu@mindspring.com>
64
b6eeaf26 65 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
66 Accept more values of vtbl pointer. Remove some messages
67 about "obsolete gcc or gdb".
68
2fc1f950
MC
692004-07-30 Michael Chastain <mec.gnu@mindspring.com>
70
71 * gdb.cp/classes.exp: Accept more varieties of ptype output.
72
c724d49b
MC
732004-07-30 Michael Chastain <mec.gnu@mindspring.com>
74
75 * gdb.base/asm-source.exp: Properly convert target board
76 debug flags from gcc format to binutils format.
77
736b0fce
MK
782004-07-28 Mark Kettenis <kettenis@gnu.org>
79
80 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
81 gdb1718". PR backtrace/1718 partially fixed.
82
5633ea5c
JJ
832004-07-27 Jeff Johnston <jjohnstn@redhat.com>
84
85 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
86
575eebb1
NC
872004-07-26 Nick Clifton <nickc@redhat.com>
88
89 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
90 good default value for a specific architecture is available then
91 set it to that value. Otherwise default to the -gstabs switch.
92 Remove the -g... switches from the asm-flags variable. Allow the
93 target board info to override the value if it wants to. Pass the
94 switch on the assembler command line.
95
62104619
MK
962004-07-23 Mark Kettenis <kettenis@gnu.org>
97
98 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
99 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
100 (main): Call new function.
101
4a1135b8
MC
1022004-07-22 Michael Chastain <mec.gnu@mindspring.com>
103
104 Test for PR exp/1715.
105 * gdb.base/radix.exp: Refactor common procedures. Make all
106 test names unique. Change XFAIL to KFAIL.
107
8a12c1f0
MC
1082004-07-20 Michael Chastain <mec.gnu@mindspring.com>
109
110 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
111 * gdb.ada/gnat_ada.gin: ... to here.
112 * configure.in: Use gnat_ada.gin.
113 * configure: Regenerate.
114
23b451cf
AC
1152004-07-20 Andrew Cagney <cagney@gnu.org>
116
117 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
118 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
119 XFAILs. Clean up test messages and comments. Check backtraces.
120 Delete re-sync code.
121
ab618a02
MC
1222004-07-19 Michael Chastain <mec.gnu@mindspring.com>
123
124 Fix PR cli/740.
125 * gdb.base/annota1.exp: Honor gdb,nosignals.
126 * gdb.base/annota3.exp: Likewise.
127
46dad340
MC
1282004-07-19 Michael Chastain <mec.gnu@mindspring.com>
129
130 * lib/java.exp: Update copyright notice.
131
756d8c70
AC
1322004-07-19 Andrew Cagney <cagney@gnu.org>
133
134 * gdb.base/selftest.exp: Copy file from here ...
135 * gdb.gdb/selftest.exp: ... to here.
136
586027e6
AC
1372004-07-16 Andrew Cagney <cagney@redhat.com>
138
139 * lib/insight-support.exp: Delete file.
140 * lib/java.exp (java_init): Fix copyright.
141
029d2200
AC
1422004-07-16 Andrew Cagney <cagney@gnu.org>
143
144 * gdb.base/restore.c: Append "prologue" to comments marking the a
145 function's prologue.
146 * gdb.base/restore.exp: Update copyright, re-indent.
147 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
148 callerN" prefix where needed. Update patterns that match a
149 function's prologue.
150
653b62c5
MC
1512004-07-16 Michael Chastain <mec.gnu@mindspring.com>
152
153 * gdb.base/restore.c: Add copyright notice.
154
f7d690e5
AC
1552004-07-16 Andrew Cagney <cagney@gnu.org>
156
157 * gdb.base/logical.exp: Update copyright.
158 (evaluate): New procedure. Use to re-implement tests using
159 several tables.
160
d629a7cb
MH
1612004-07-14 Martin Hunt <hunt@redhat.com>
162
163 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
164 which fixes some problems where init.tcl was not found.
165
9c7bb332
AC
1662004-07-13 Andrew Cagney <cagney@gnu.org>
167
6bf46641
AC
168 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
169 (check_sizeof, check_valueof): Do not include the output in the
170 test name. Use gdb_test.
171 (get_valueof): Use gdb_test_multiple.
172
c4ffd4c0
AC
173 * gdb.base/step-test.exp: Update copyright. Use
174 gdb_test_multiple. Ensure that test names do not include
175 architecture dependent output.
176
ab89363a
AC
177 * gdb.gdb/observer.exp: Update copyright.
178 (setup_test): Use gdb_test_multiple.
179 (attach_first_observer, attach_second_observer)
180 (attach_third_observer, detach_first_observer)
181 (detach_second_observer, detach_third_observer)
182 (reset_counters, check_counters): Make $message a prefix.
183 (test_normal_stop_notifications): Add "args" parameter - a list of
184 init functions to be called. Make $message a prefix,
185 (test_observer_normal_stop): Change the message prefixes so that
186 they are unique, pass the attach / detach procedures to
187 test_normal_stop_notifications.
188
ec58997a
AC
189 * gdb.base/signull.exp (test_segv): Prefix all tests with
190 "${name}". Clean up test messages.
191
b475183b
AC
192 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
193
9c7bb332
AC
194 * gdb.base/ena-dis-br.exp: Update copyright.
195 (break_at): New function. Replace send_gdb with gdb_test,
196 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
197 ignore count, not stopped at bpt", with KFAIL.
198
2dd95497
CV
1992004-07-13 Corinna Vinschen <vinschen@redhat.com>
200
201 * gdb.base/attach.exp: Remove cleanupfile handling.
202
419e626b
AC
2032004-07-12 Andrew Cagney <cagney@gnu.org>
204
205 * gdb.base/annota1.exp: Cleanup corefile test name.
206 * gdb.base/annota3.exp: Ditto.
207
8b1b3228
AC
2082004-07-12 Andrew Cagney <cagney@gnu.org>
209
78650829
AC
210 * gdb.base/signals.exp: Clean up copyright, re-indent.
211
8b1b3228
AC
212 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
213 gdb_test and gdb_test_multiple.
214
935c2760
JJ
2152004-07-08 Jeff Johnston <jjohnstn@redhat.com>
216
217 * gdb.java/jmain.exp: Fix expected line number for main to
218 break at. Set XFAIL for break at main test since gcj does not
219 provide line number info for first statement in main.
220
1544280f
AC
2212004-07-08 Andrew Cagney <cagney@gnu.org>
222
1279f4ff
AC
223 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
224
1544280f
AC
225 * gdb.base/sigbpt.exp: Make the common part of each test name a
226 prefix instead of suffix.
227
bcc82369
BR
2282004-07-07 Bob Rossi <bob_rossi@cox.net>
229
230 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
231 test from test_tbreak_creation_and_listing to
232 test_file_list_exec_source_file
233 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
234 Changed name of test from test_tbreak_creation_and_listing to
235 test_file_list_exec_source_file
236
23f4b0aa
JJ
2372004-07-07 Jeff Johnston <jjohnstn@redhat.com>
238
239 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
240 the jmisc() constructor instead of <init>.
241 * gdb.java/jmisc1.exp: Ditto.
242
56401cd5
AC
2432004-07-07 Andrew Cagney <cagney@gnu.org>
244
245 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
246 corrupting the PC.
247
44ae2f6a
MC
2482004-07-06 Michael Chastain <mec.gnu@mindspring.com>
249
250 * gdb.cp/templates.exp: Accept whitespace change in demangler
251 output.
252
45a83408
AC
2532004-07-06 Andrew Cagney <cagney@gnu.org>
254
255 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
256
d205ad70
MC
2572004-07-02 Michael Chastain <mec.gnu@mindspring.com>
258
259 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
260 * lib/compiler.cc: Likewise.
261
06ea1a61
MC
2622004-06-30 Michael Chastain <mec.gnu@mindspring.com>
263
264 * lib/compiler.cc: Work around string preprocessing problem
265 with old hp c++ compiler.
266 * lib/compiler.c: Likewise.
267
daab1251
CV
2682004-06-29 Corinna Vinschen <vinschen@redhat.com>
269
270 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
271 directives to conditionalize symbol prefixing.
272 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
273 additional_flags handling. Add underscore prefix for Cygwin.
274 * gdb.arch/i386-unwind.c: Use preprocessor directives to
275 conditionalize symbol prefixing.
276 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
277 additional_flags handling. Add underscore prefix for Cygwin.
278
cc984116
CV
2792004-06-29 Corinna Vinschen <vinschen@redhat.com>
280
281 * gdb.base/bigcore.exp: Skip test on Cygwin.
282
c279b077
MC
2832004-06-28 Michael Chastain <mec.gnu@mindspring.com>
284
285 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
286 formats for "info register". Use gdb_test_multiple. Fix
287 the "invalid register" test.
288
0e915747
CV
2892004-06-28 Corinna Vinschen <vinschen@redhat.com>
290
291 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
292 PID for Cygwin. Add Cygwin specific strings to check for in some
293 tests.
294 (do_attach_tests): Add a test for user interaction when attaching
295 to a process with no matching symbol table already loaded.
296
11422c86
AC
2972004-06-26 Andrew Cagney <cagney@gnu.org>
298
299 Test PR java/1567 and PR java/1565.
300 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
301 * gdb.java/jmisc2.exp: Delete file.
302
cefbce26
MC
3032004-06-26 Michael Chastain <mec.gnu@mindspring.com>
304
305 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
306
e19f872c
CV
3072004-06-25 Corinna Vinschen <vinschen@redhat.com>
308
309 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
310 attach process.
311
d931ba3b
MC
3122004-06-23 Michael Chastain <mec.gnu@mindspring.com>
313
314 * gdb.cp/pr-1553.exp: Remove.
315
aef68c48
MC
3162004-06-22 Michael Chastain <mec.gnu@mindspring.com>
317
318 * gdb.cp/pr-1553.cc: Remove.
319 * gdb.cp/pr-1553.exp: Disable this test.
320
8d5df71a
JB
3212004-06-20 Jim Blandy <jimb@redhat.com>
322
323 Fix PR testsuite/1680.
324 * gdb.arch/i386-sse.exp: Properly quote curly braces in
325 regular expressions.
326
4ac6f39d
MC
3272004-06-19 Michael Chastain <mec.gnu@mindspring.com>
328
329 Fix PR testsuite/1679.
330 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
331 Issue an UNSUPPORTED result instead.
332
1b413552
JB
3332004-06-18 Jim Blandy <jimb@redhat.com>
334
335 * gdb.base/charset.exp: Only send a control-C if we see a new
336 prompt and incomplete command.
337
6daa6ebd
MC
3382004-06-18 Michael Chastain <mec.gnu@mindspring.com>
339
340 * gdb.cp/pr-574.cc: Add copyright notice.
341
51fa4ae0
JB
3422004-06-17 Jim Blandy <jimb@redhat.com>
343
344 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
345 cases where the regexp has no groups; this grabs random text from
346 the previous test suite, whatever that was.
347
8fea26c5
MC
3482004-06-17 Michael Chastain <mec.gnu@mindspring.com>
349
350 * gdb.cp/printmethod.cc: Add copyright notice.
351
1e3aeb41
MC
3522004-06-16 Michael Chastain <mec.gnu@mindspring.com>
353
354 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
355
9d9030bc
AC
3562004-06-16 Andrew Cagney <cagney@gnu.org>
357
358 * gdb.base/signull.c: Update copyright. Include <string.h>.
359 (bowler): Replace data_pointer with data_read
360 and data_write cases. Add code_descriptor case.
361 (zero, desc): New array and pointer.
362 (data, code): Change to simple pointers.
363 * gdb.base/signull.exp: Fix probe pattern matching a function
364 descriptor SIGSEGV. Replace data_pointer with data_read and
365 data_write tests.
366
acd4ad44
AC
3672004-06-16 Andrew Cagney <cagney@gnu.org>
368
369 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
370
08fd625c
MC
3712004-06-15 Michael Chastain <mec.gnu@mindspring.com>
372
373 * gdb.base/long_long.c: Add copyright notice.
374
1903502c
MC
3752004-06-15 Michael Chastain <mec.gnu@mindspring.com>
376
377 * gdb.base/long_long.exp: Remove reference to
378 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
379 to gdb_breakpoint and gdb_continue_to_breakpoint.
380
83313cb1
JB
3812004-06-14 Jim Blandy <jimb@redhat.com>
382
383 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
384 endian case.
385
1bf404ef
AC
3862004-06-14 Andrew Cagney <cagney@gnu.org>
387
388 * gdb.base/gcore.exp (capture_command_output): Delete the always
389 passing tests containing inferior values.
390 * gdb.base/ending-run.exp: Do not include the breakpoint address
391 in the test message. Update copyright.
392 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
393 size in the test name, use gdb_test_multiple. Update copyright.
394
ef220b33
MC
3952004-06-14 Michael Chastain <mec.gnu@mindspring.com>
396
397 * gdb.cp/ref-types.cc: Add copyright notice.
398
4f70a4c9
MC
3992004-06-14 Michael Chastain <mec.gnu@mindspring.com>
400
401 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
402 hp_aCC_compiler.
403 * lib/compiler.cc: Likewise.
404 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
405 'set' commands. Log diagnostics for other lines. Set
406 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
407
335928ac
MC
4082004-06-13 Michael Chastain <mec.gnu@mindspring.com>
409
410 * gdb.cp/try_catch.cc: Add copyright notice.
411
2efb12e8
MC
4122004-06-12 Michael Chastain <mec.gnu@mindspring.com>
413
414 * gdb.cp/userdef.cc: Add copyright notice.
415
0bbed51a
MC
4162004-06-11 Michael Chastain <mec.gnu@mindspring.com>
417
418 * gdb.cp/virtfunc.cc: Add copyright notice.
419
e12a46c9
RC
4202004-06-11 Randolph Chung <tausq@debian.org>
421
422 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
423 problem.
424
338e05af
AC
4252004-06-10 Andrew Cagney <cagney@gnu.org>
426
427 * lib/compiler.cc, lib/compiler.c: Append either
428 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
429 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
430 instead of gcc-3-3.
431
dc3f10cb
AC
4322004-06-09 Andrew Cagney <cagney@gnu.org>
433
b4d946af
AC
434 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
435 gdb/1455, bug is specific to "long long" and "double".
436
dc3f10cb
AC
437 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
438 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
439 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
440 fixed.
441
b5c0bfa2
AC
4422004-06-09 Andrew Cagney <cagney@gnu.org>
443
444 * gdb.base/structs.exp (test_struct_returns): Replace
445 "return_value_unknown" and "finish_value_unknown" by
446 "return_value_known" and "finish_value_known". Instead of
447 "return_value_unknown" iff "finish_value_unknown", check
448 "return_value_known" implies "finish_value_known".
449
caeb605f
MH
4502004-06-08 Martin Hunt <hunt@redhat.com>
451
452 * gdb.base/float.exp: Add pattern for mips targets.
453
c892bb64
RC
4542004-06-08 Randolph Chung <tausq@debian.org>
455
456 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
457 message for unknown architectures more clear.
458
48306d3e
JB
4592004-06-08 Joel Brobecker <brobecker@gnat.com>
460
461 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
462 start the execution of the program.
463
83ecb59f
JB
4642004-06-07 Jim Blandy <jimb@redhat.com>
465
466 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
467 * gdb.arch/i386-cpuid.h: New helper file.
468
55264cb4
RC
4692004-06-07 Randolph Chung <tausq@debian.org>
470
471 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
472 has started.
473
23cadb28
RM
4742004-06-04 Roland McGrath <roland@redhat.com>
475
476 Fix PR gdb/1647.
477 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
478 differently to be robust to output buffering differences.
479
51d01eda
MC
4802004-06-04 Michael Chastain <mec.gnu@mindspring.com>
481
482 * gdb.threads/pthreads.exp: Update copyright years.
483 (check_control_c): Change asynchronous 'after' to synchronous.
484
f4fc3b93
RM
4852004-06-04 Roland McGrath <roland@redhat.com>
486
487 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
488 next gdb prompt.
489
4013522b
MC
4902004-06-02 Michael Chastain <mec.gnu@mindspring.com>
491
492 Fix PR gdb/1636.
493 * gdb.threads/manythreads.exp: Change asynchronous 'after'
494 calls to synchronous.
495
7a8f1e6b
JB
4962004-05-26 Jim Blandy <jimb@redhat.com>
497
498 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
499
81bb3443
RC
5002004-05-24 Randolph Chung <tausq@debian.org>
501
502 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
503 * gdb.asm/pa.inc: New file.
504
8f5a3103
MK
5052004-05-22 Mark Kettenis <kettenis@gnu.org>
506
507 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
508
734b8fe8
JB
5092004-05-21 Joel Brobecker <brobecker@gnat.com>
510 Daniel Jacobowitz <drow@mvista.com>
511
512 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
513 GDB prompt.
514
725603e1
UW
5152004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
516
f4fc3b93 517 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
518 setjmp/longjmp. Use sigaction instead of signal.
519
8b923272
JB
5202004-05-19 J. Brobecker <brobecker@gnat.com>
521 Michael Snyder <msnyder@redhat.com>
522
523 * gdb.threads/pthread_cond_wait.c: New file.
524 * gdb.threads/pthread_cond_wait.exp: New testcase.
525
8bfabb04
AC
5262004-05-13 Andrew Cagney <cagney@redhat.com>
527
528 * gdb.base/signull.exp, gdb.base/signull.c: New files.
529 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
530
42edda50
AC
5312004-05-11 Andrew Cagney <cagney@redhat.com>
532
533 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
534 fixed but revealed gdb/1639.
535
d303a6c7
AC
5362004-05-10 Andrew Cagney <cagney@redhat.com>
537
538 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
539 func1" and "next to 2nd alarm", kernel bug avoided.
540
bf08c2a1
DJ
5412004-05-10 Daniel Jacobowitz <dan@debian.org>
542
543 PR external/1568
544 * gdb.base/bigcore.exp: Check the size of the dumped core file.
545 XFAIL if it is smaller than bytes_allocated.
546 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
547 (main): Make chunks_allocated unsigned. Correct comment.
548
c0586a34
JB
5492004-05-07 Joel Brobecker <brobecker@gnat.com>
550
551 * gdb.arch/powerpc-aix-prologue.c: New file.
552 * gdb.arch/powerpc-aix-prologue.exp: New file.
553
f2785d12
JB
5542004-05-07 Jim Blandy <jimb@redhat.com>
555
556 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
557 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
558
bd7f6e30
JB
5592004-05-06 Joel Brobecker <brobecker@gnat.com>
560
561 * gdb.base/sep.exp: No longer setup_kfail when the program was
562 built with dwarf2.
563
0a5e7efe
JI
5642004-05-05 Jim Ingham <jingham@apple.com>
565
566 * gdb.base/pending.exp: Make sure pending breakpoints
567 preserve the ignore count.
f4fc3b93 568
a8958849
MK
5692004-04-27 Jerome Guitton <guitton@gnat.com>
570
571 * i386-prologue.exp: Add testcase for jump instruction as first
572 instruction of the real code.
573 * i386-prologue.c (jump_at_beginning): New function.
574
7e103f5b
MK
5752004-04-28 Mark Kettenis <kettenis@gnu.org>
576
577 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
578 x86_64-*-*.
579
5d38b224
MK
5802004-04-28 Mark Kettenis <kettenis@gnu.org>
581
582 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
583 i*86-*-*.
584
0ef32fd9
MK
5852004-04-25 Mark Kettenis <kettenis@gnu.org>
586
587 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
588 expression that checks the return type.
589
71d7dd7c
AC
5902004-04-23 Andrew Cagney <cagney@redhat.com>
591
592 * gdb.base/call-sc.exp: New test of scalar call/return values.
593 * gdb.base/call-sc.c: Ditto.
594
1e9f977e
JJ
5952004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
596
597 * gdb.threads/manythreads.c: Reduce thread stack size.
598
899d9e3a
JJ
5992004-04-23 Jeff Johnston <jjohnstn@redhat.com>
600
601 * gdb.threads/manythreads.c: Add copyright notice.
602
61bcae62
AC
6032004-04-23 Andrew Cagney <cagney@redhat.com>
604
605 * gdb.base/siginfo.exp: Better handle step out of signal.
606 * gdb.base/sigstep.exp: Ditto.
607
7339a42e
JJ
6082004-04-22 Jeff Johnston <jjohnstn@redhat.com>
609 Daniel Jacobowitz <drow@mvista.com>
610
611 * gdb.threads/manythreads.c: New testcase.
612 * gdb.threads/manythreads.exp: Ditto.
613
5c98409b
JB
6142004-04-22 Jim Blandy <jimb@redhat.com>
615
616 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
617 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
618
3b611f1a
MC
6192004-04-21 Michael Chastain <mec.gnu@mindspring.com>
620
621 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
622
f0fd9238
AC
6232004-04-21 Andrew Cagney <cagney@redhat.com>
624
625 * gdb.base/sigstep.c: New file.
626 * gdb.base/sigstep.exp: New file.
627
90990674
JB
6282004-04-16 Joel Brobecker <brobecker@gnat.com>
629
630 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
631 call to observer_notify_normal_stop.
632
78cef34b
AC
6332004-04-15 Andrew Cagney <cagney@redhat.com>
634
635 * gdb.base/siginfo.c: New file.
636 * gdb.base/siginfo.exp: New file.
637
d2343407
JB
6382004-04-12 J. Brobecker <brobecker@gnat.com>
639
640 * gdb.base/sep.exp: Fix typo in comment.
641
a2dba3c8
JB
6422004-04-12 J. Brobecker <brobecker@gnat.com>
643
644 * gdb.base/sep.c: New file.
645 * gdb.base/sep-proc.c: New file.
646 * gdb.base/sep.exp: New testcase.
647
15f7b60e
MK
6482004-04-09 Mark Kettenis <kettenis@gnu.org>
649
650 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
651 support.
652
44f4de1a
AC
6532004-04-05 Andrew Cagney <cagney@redhat.com>
654
655 * gdb.base/sigaltstack.c: New file.
656 * gdb.base/sigaltstack.exp: New file.
657
ef04f396
JB
6582004-04-04 Joel Brobecker <brobecker@gnat.com>
659
660 * gdb.base/foll-fork.exp: Update the expected output for
661 "help set follow-fork-mode", to match a change that was made
662 to the help of this variable on 2004-01-13.
663
d40d2c92
JB
6642004-04-01 Joel Brobecker <brobecker@gnat.com>
665
666 * lib/ada.exp: Add copyright notice.
667 * bar.ads: Likewise.
668 * bar.adb: Likewise.
669 * null_record.adb: Likewise.
670 * null_record.exp: Likewise.
671 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
672
f86ef5a3
JB
6732004-04-01 Joel Brobecker <brobecker@gnat.com>
674
675 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
676 * configure: Regenerate.
677
414e70e3
JB
6782004-04-01 Joel Brobecker <brobecker@gnat.com>
679
680 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
681 to build the application. Remove the message printed when in
682 verbose mode, redundant with the UNSUPPORTED message above.
683
f0aaee49
JB
6842004-03-31 Joel Brobecker <brobecker@gnat.com>
685
686 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
687 * gdb.ada (null_record.exp): New testcase.
688
ac81cb54
JB
6892004-03-31 Joel Brobecker <brobecker@gnat.com>
690
691 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
692
854af2f7
JB
6932004-03-31 Joel Brobecker <brobecker@gnat.com>
694
695 * gdb.ada: New subdirectory.
696 * gdb.ada/Makefile.in: New file.
697 * gdb.ada/gnat_ada.gpr.in: New file.
698
034cb681
JB
6992004-03-31 Joel Brobecker <brobecker@gnat.com>
700
701 * lib/ada.exp: New file.
702
78a1a894
DJ
7032004-03-24 Daniel Jacobowitz <drow@mvista.com>
704
705 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
706 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
707
4b2b3b3e
AC
7082004-03-22 Andrew Cagney <cagney@redhat.com>
709
710 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
711 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
712 Problem identified by Ulrich Weigand.
713
23c73aa3
DC
7142004-03-17 David Carlton <carlton@kealia.com>
715
716 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
717 PR c++/826.
718
d63a86f8
RM
7192004-03-16 Roland McGrath <roland@redhat.com>
720
721 * gdb.base/auxv.exp: New file.
722 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
723
0e02aa50
DC
7242004-03-12 David Carlton <carlton@kealia.com>
725
726 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
727 * gdb.cp/pr-1553.cc: Ditto.
728 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
729 pass branch.
730
c20b71be
MC
7312004-03-12 Michael Chastain <mec.gnu@mindspring.com>
732
733 * gdb.cp/templates.exp: Accept more template types.
734
c7414a01
MC
7352004-03-09 Michael Chastain <mec.gnu@mindspring.com>
736
737 From Corinna Vinschen with modifications.
738 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
739 local variable obj_with_enum.
740 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
741 results with obj_with_enum.
742
ed69573c
MC
7432004-03-09 Michael Chastain <mec.gnu@mindspring.com>
744
745 * gdb.cp/classes.cc: New file, copied from misc.cc.
746 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
747
28301461
MC
7482004-03-09 Michael Chastain <mec.gnu@mindspring.com>
749
750 * gdb.cp/misc.cc: Add copyright notice.
751
1198ecbe
DC
7522004-03-05 David Carlton <carlton@kealia.com>
753
754 * gdb.cp/rtti.exp: Add 'print *obj3' test.
755 * gdb.cp/rtti.h: Update copyright.
756 (namespace n2::n3): New.
757 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
758 (n2::n3::func3): New.
759 (main): Call n2::n3::func3.
760 * gdb.cp/rtti2.cc: Update copyright.
761 (n2::create3): New.
762
9e08c470
MK
7632004-03-04 Mark Kettenis <kettenis@gnu.org>
764
765 * gdb.asm/openbsd.inc: Fix typo.
766
4bebc3aa
FF
7672004-03-03 Fred Fish <fnf@redhat.com>
768
769 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
770 "val" instead of unused "size". Update copyright year.
771
6ea9fb37
DJ
7722004-02-29 Daniel Jacobowitz <drow@mvista.com>
773
774 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
775 to use unsigned char.
776 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
777 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
778
23b23974
DJ
7792004-02-29 Daniel Jacobowitz <drow@mvista.com>
780
781 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
782 line of output.
783
7574fd53
DJ
7842004-02-28 Daniel Jacobowitz <drow@mvista.com>
785
786 * gdb.base/relocate.c (dummy): Initialize.
787
a195357f
DJ
7882004-02-28 Daniel Jacobowitz <drow@mvista.com>
789
790 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
791 a breakpoint at exit.
792
72fd54a9
FF
7932004-02-27 Fred Fish <fnf@redhat.com>
794
795 * gdb.base/chng-syms.exp: Add expect condition to match failing
796 case that isn't a timeout.
797
b9d23137
AC
7982004-02-27 Andrew Cagney <cagney@redhat.com>
799
800 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
801 support.
802
15d208f6 8032004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 804
15d208f6
FF
805 * gdb.arch/gdb1431.c: Remove.
806 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
807 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
808 of "until" incorrectly.
809
98f9cd2d
JB
8102004-02-26 J. Brobecker <brobecker@gnat.com>
811
812 * gdb.cp/class2.cc (empty): New class.
813 (refer): New function.
814 (main): Declare an object of type empty and use it.
815 * gdb.cp/class2.exp: Print the value of an object of type empty.
816
9b50c11b
JJ
8172004-02-26 Jeff Johnston <jjohnstn@redhat.com>
818
819 * gdb.base/langs.exp: Update query string to match the
820 new nquery format used for pending breakpoints.
821
0dcd613f
AC
8222004-02-26 Andrew Cagney <cagney@redhat.com>
823
824 Fix PR i18n/1570.
825 * gdb.base/charset.c: Update copyright notice.
826 (main, init_string): Remove the escape character '\e' tests.
827 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
828 * gdb.base/charset.exp (valid_host_charset): Ditto.
829 * gdb.base/setvar.exp: Ditto.
830
b8a56647
AC
8312004-02-24 Andrew Cagney <cagney@redhat.com>
832
90d59e34
AC
833 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
834 mmapped data in core file" PASS and FAIL messages consistent.
835
b8a56647
AC
836 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
837 setting a breakpoint. Work around PR java/1565.
838
9f27c604
JJ
8392004-02-23 Jeff Johnston <jjohnstn@redhat.com>
840
841 * lib/gdb.exp (gdb_breakpoint): Update query string to match
842 new nquery format.
843 * gdb.base/pending.exp: Ditto.
844
3224a706
MK
8452004-02-22 Mark Kettenis <kettenis@gnu.org>
846
847 * configure.in: Run stabs tests on *BSD.
848 * configure: Regenerated.
849
41e0a9ca
MK
8502004-02-21 Mark Kettenis <kettenis@gnu.org>
851
852 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
853
1e1b3428
FF
8542004-02-20 Fred Fish <fnf@redhat.com>
855
856 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
857 blank in test for "returns short", for consistency with other
858 "returns xxx" tests. Update copyright year.
859
f9a7572a
FF
8602004-02-19 Fred Fish <fnf@redhat.com>
861
862 New testcase for PR breakpoint/1558.
863 * gdb.arch/gdb1558.exp: New file.
864 * gdb.arch/gdb1558.c: New file.
865
b2ce2854
EZ
8662004-02-19 Elena Zannoni <ezannoni@redhat.com>
867
868 * gdb.base/nodebug.exp: Fix typo.
869
e7c9ff01
JB
8702004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
871
872 Committed by Jim Blandy <jimb@redhat.com>.
873
62f4b920
JB
874 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
875
2db536a1
JB
876 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
877
e7c9ff01
JB
878 * gdb.base/float.exp: Support s390*-*-* targets.
879
f3205b34
AF
8802004-02-17 Adam Fedor <fedor@gnu.org>
881
882 * gdb.base/gdb1555.exp: New file.
883 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
884
9d62932d
EZ
8852004-02-17 Elena Zannoni <ezannoni@redhat.com>
886
887 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
888
344c9711
FF
8892004-02-16 Fred Fish <fnf@redhat.com>
890
891 * gdb.arch/gdb1291.c: Remove
892 * gdb.arch/gdb1291.s: New test input file.
893 * gdb.arch/gdb1291.exp: Expand test to check case that should not
894 fail. Test for correct result, known incorrect result, other
895 failures and timeouts.
896
2d822687
AC
8972004-02-16 Andrew Cagney <cagney@redhat.com>
898
899 * gdb.base/bigcore.exp: New file.
900 * gdb.base/bigcore.c: New file.
901
dac15b66
AC
9022004-02-13 Andrew Cagney <cagney@redhat.com>
903
904 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
905 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
906 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
907 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
908 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
909 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
910 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
911 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
912 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
913 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
914
6bdfc2c4
JJ
9152004-02-11 Jeff Johnston <jjohnstn@redhat.com>
916
917 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
918 executed is an alloc instruction.
919
87b3ede8
DC
9202004-02-11 David Carlton <carlton@kealia.com>
921
922 * gdb.cp/breakpoint.exp: New.
923 * gdb.cp/breakpoint.cc: New.
924
6e19e2bf
MC
9252004-02-11 Michael Chastain <mec.gnu@mindspring.com>
926
927 Partial fix for PR gdb/1543.
928 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
929 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
930 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
931 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
932 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
933 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
934 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
935 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
936 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
937 to bug-gdb@prep.ai.mit.edu .
938 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
939 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
940 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
941 Likewise.
942
5c5455dc
AC
9432004-02-10 Andrew Cagney <cagney@redhat.com>
944
945 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
946 using gdb_internal_error_resync.
947
9cf689d7
DJ
9482004-02-09 Daniel Jacobowitz <drow@mvista.com>
949
950 * gdb.threads/thread-specific.exp: Stop early if no threads are
951 found.
952
d2dc51db
MC
9532004-02-09 Michael Chastain <mec.gnu@mindspring.com>
954
955 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
956
14b1a056
DJ
9572004-02-08 Daniel Jacobowitz <drow@mvista.com>
958
959 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
960 breakpoints.
961
83f66e8f
DJ
9622004-02-07 Daniel Jacobowitz <drow@mvista.com>
963
964 * config/sim.exp (gdb_load): Handle $arg == "".
965 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
966 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
967
30fc0091
EZ
9682004-02-07 Elena Zannoni <ezannoni@redhat.com>
969
970 * gdb.base/maint.exp: Update test to reflect
971 obstack changes.
972
4d806929
JJ
9732004-02-04 Jeff Johnston <jjohnstn@redhat.com>
974
975 * gdb.base/pendshr.c (pendfunc): New function that calls
976 pendfunc1.
977 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
978
7bfdd688
FF
9792004-02-04 Fred Fish <fnf@redhat.com>
980
981 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
982 function symbols and update copyright years.
983 * gdb.arch/gdb1291.c: Ditto.
984
aaa08ee4
MC
9852004-02-03 Michael Chastain <mec.gnu@mindspring.com>
986
987 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
988
dbad7755
MC
9892004-02-03 Michael Chastain <mec.gnu@mindspring.com>
990
991 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
992
ec4646ef
MC
9932004-02-03 Michael Chastain <mec.gnu@mindspring.com>
994
995 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
996
1b802196
FF
9972004-02-02 Fred Fish <fnf@redhat.com>
998
999 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
1000 remote targets. Update copyright years.
1001
18fe2033
JJ
10022004-02-02 Jeff Johnston <jjohnstn@redhat.com>
1003
1004 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
1005 support.
1006 * gdb.base/langs.exp: Fix test which attempts to create
1007 breakpoint on non-existent function to handle new pending
1008 support.
1009 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
1010 a breakpoint.
1011 * gdb.base/pending.exp: New test.
1012 * gdb.base/pending.c: New file.
1013 * gdb.base/pendshr.c: Ditto.
1014
8d577d32
DC
10152004-02-02 David Carlton <carlton@kealia.com>
1016
1017 * gdb.cp/overload.exp: Add overloadNamespace tests.
1018 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
1019 (overloadNamespace, XXX): New.
1020 (main): Call XXX::marker2.
1021
3ad13771
FF
10222004-02-01 Fred Fish <fnf@redhat.com>
1023
1024 * gdb.base/dump.exp: Use runto_main instead of "runto main".
1025 * gdb.base/finish.exp: Ditto.
1026 * gdb.base/gcore.exp: Ditto.
1027 * gdb.base/huge.exp: Ditto.
1028 * gdb.base/info-proc.exp: Ditto.
1029 * gdb.base/return2.exp: Ditto.
1030 * gdb.threads/gcore-thread.exp: Ditto.
1031
44c75849
DJ
10322004-02-01 Daniel Jacobowitz <drow@mvista.com>
1033
1034 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
1035
005bc093
MK
10362004-02-01 Mark Kettenis <kettenis@gnu.org>
1037
1038 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
1039 that opening the file succeeds on OpenBSD.
1040
c47cebdb
DJ
10412004-02-01 Daniel Jacobowitz <drow@mvista.com>
1042
1043 * gdb.threads/thread-specific.c: New file.
1044 * gdb.threads/threads-specific.exp: New test script.
1045 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
1046 to expect_out.
1047
5a01311c
MK
10482004-02-01 Mark Kettenis <kettenis@gnu.org>
1049
1050 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
1051 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
1052 only on the "print_small_structs from print_long_arg_list" test.
1053
ce22a4f1
DJ
10542004-02-01 Daniel Jacobowitz <drow@mvista.com>
1055
1056 * gdb.base/completion.exp: Kill a stray backslash.
1057
1058 From Jim Ingham <jingham@apple.com>:
1059 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
1060 agrees with the result from sending a tab.
1061
abbab9d3
DJ
10622004-01-31 Daniel Jacobowitz <drow@mvista.com>
1063
1064 * gdb.base/chng-syms.exp: Remove stray newline.
1065
53904d1e
MK
10662004-01-31 Mark Kettenis <kettenis@gnu.org>
1067
1068 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
1069 *-*-openbsd*.
1070 * gdb.asm/openbsd.inc: New file.
1071
3a4b3aac
MK
10722004-01-30 Mark Kettenis <kettenis@gnu.org>
1073
1074 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
1075 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
1076 *-*solaris2*. Remove commented out default settings for
1077 asm-flags. Replace gdb_compile with target_link.
1078
ebac27b4
MC
10792004-01-29 Michael Chastain <mec.gnu@mindspring.com>
1080
1081 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
1082 for all tests. Remove old hp-ux and cygnus xfail cases.
1083
d8679d84
PH
10842004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
1085
1086 * gdb.base/chng-syms.exp: New file.
1087 * gdb.base/chng-syms.c: New file.
1088
0a55bc22
MC
10892004-01-24 Michael Chastain <mec.gnu@mindspring.com>
1090
1091 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
1092 Provide arms for current output in all my configurations.
1093
94b8e876
MC
10942004-01-24 Michael Chastain <mec.gnu@mindspring.com>
1095
1096 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
1097 * lib/compiler.cc: Likewise.
1098 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
1099 get the right preprocessor. Eval the output directly. Remove
1100 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
1101 hp_f77_compiler and hp_f90_compiler completely.
1102 (gdb_preprocess): Delete.
1103 (get_compiler): Delete.
1104
7cf03d44
MK
11052004-01-24 Mark Kettenis <kettenis@gnu.org>
1106
1107 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
1108 <string.h>.
1109
68b6dce9
NR
11102004-01-24 Nick Roberts <nick@nick.uklinux.net>
1111
1112 * gdb.mi/mi-stack.exp: Update copyright.
1113
b368761e
DC
11142004-01-23 David Carlton <carlton@kealia.com>
1115
1116 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
1117 test for cp_lookup_transparent_type.
1118 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
1119 call them.
1120
f2061b53
DJ
11212004-01-23 Daniel Jacobowitz <drow@mvista.com>
1122
1123 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
1124 after -var-update.
1125
37fc574a
DC
11262004-01-23 David Carlton <carlton@kealia.com>
1127
1128 * gdb.cp/namespace.cc (C::ensureRefs): New.
1129 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
1130
8e94b928
NR
11312004-01-20 Nick Roberts <nick@nick.uklinux.net>
1132
1133 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
1134 case "-stack-list-locals 2".
1135 * gdb.mi/mi-var-child.exp: Test for case
1136 "-var-list-children --all-values NAME".
1137
997b0952
MC
11382004-01-18 Michael Chastain <mec.gnu@mindspring.com>
1139
1140 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
1141
52470da3
MK
11422004-01-18 Mark Kettenis <kettenis@gnu.org>
1143
7049b4b8
MK
1144 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
1145 used with gdb_test_multiple.
1146
52470da3
MK
1147 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
1148 read at address 0. This fixes PR testsuite/1504.
1149
da6012e5
DJ
11502004-01-18 Daniel Jacobowitz <drow@mvista.com>
1151
1152 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
1153 Remove downloading, guessing the host executable, the calls to
1154 gdb_file_cmd and gdb_target_cmd, and "load" support.
1155 (infer_host_exec): New function broken out from gdb_load.
1156 (gdb_load): New wrapper for gdbserver_gdb_load.
1157 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
1158 gdb_target_cmd. Use -target-select.
1159 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
1160 Download binaries to the host. Clear last_mi_remote_file when
1161 we load a new binary.
1162 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
1163 call gdbserver_gdb_load and mi_gdb_target_cmd.
1164
32c70722
MC
11652004-01-17 Michael Chastain <mec.gnu@mindspring.com>
1166
1167 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
1168 type patterns.
1169
b0cecf36
MC
11702004-01-17 Michael Chastain <mec.gnu@mindspring.com>
1171
1172 * gdb.cp/templates.exp: Fix typo in test name of
1173 "print Foo<volatile char*>::foo".
1174
4120d7e6
MC
11752004-01-15 Michael Chastain <mec.gnu@mindspring.com>
1176
1177 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
1178
f679e530
BE
11792004-01-16 Ben Elliston <bje@wasabisystems.com>
1180
1181 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
1182 (clean mostlyclean): Remove empty rm.
1183
091c48f6
MC
11842004-01-15 Michael Chastain <mec.gnu@mindspring.com>
1185
1186 * gdb.base/setvar.exp: Add copyright years.
1187
3e5fc8d2
DC
11882004-01-14 David Carlton <carlton@bactrian.org>
1189
1190 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
1191 PR c++/1511 and update coment.
1192 * gdb.cp/templates.exp: Update patterns to match current output.
1193 If changes involve something other than whitespace, KFAIL
1194 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
1195
63d06c5c
DC
11962004-01-14 David Carlton <carlton@kealia.com>
1197
1198 * gdb.cp/namespace.exp: Add tests involving classes defined within
1199 namespaces.
1200 * gdb.cp/namespace.cc (C::CClass): New.
1201 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
1202
a51dab88
EZ
12032004-01-14 Elena Zannoni <ezannoni@redhat.com>
1204
1205 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
1206 what debug info we have. Print a better message if something goes
1207 wrong while producing the separate debug info file.
1208
a476ccc9
MC
12092004-01-14 Michael Chastain <mec.gnu@mindspring.com>
1210
1211 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
1212
f453692c
MC
12132004-01-14 Michael Chastain <mec.gnu@mindspring.com>
1214
1215 * gdb.base/callfuncs.c: Add copyright notice.
1216
f40063a5
MC
12172004-01-13 Michael Chastain <mec.gnu@mindspring.com>
1218
1219 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
1220 inheritance. PR gdb/1498, PR gcc/13539.
1221
19ac3974
EZ
12222004-01-13 Elena Zannoni <ezannoni@redhat.com>
1223
1224 * gdb.threads/gcore-thread.exp: Prefix name of binary with
1225 test specific name.
1226 * gdb.mi/gdb669.exp: Ditto.
1227 * gdb.mi/mi-pthreads.exp: Ditto.
1228 * gdb.mi/mi1-pthreads.exp: Ditto.
1229 * gdb.mi/mi2-pthreads.exp: Ditto.
1230
56c97c6e
MC
12312004-01-12 Michael Chastain <mec.gnu@mindspring.com>
1232
1233 * gdb.cp/member-ptr.cc: Add copyright notice.
1234
a0644324
MC
12352004-01-12 Michael Chastain <mec.gnu@mindspring.com>
1236
1237 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
1238 some patterns for recent versions of gcc and hpacc. Delete
1239 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
1240 Delete tests that access a NULL pointer-to-member-data. This
1241 script is still disabled for gcc.
1242
32fabe09
EZ
12432004-01-12 Elena Zannoni <ezannoni@redhat.com>
1244
1245 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
1246 escaped correctly.
1247
1f8a6abb
EZ
12482004-01-12 Elena Zannoni <ezannoni@redhat.com>
1249
1250 * gdb.base/sepdebug.exp: New file.
1251 * gdb.base/sepdebug.c: New file.
1252 * lib/gdb.exp (separate_debug_filename): New procedure.
1253 (gdb_gnu_strip_debug): New procedure.
1254
48efe704
AC
12552004-01-12 Andrew Cagney <cagney@redhat.com>
1256
1257 * gdb.mi/ChangeLog: Delete file. Renamed to ...
1258 * gdb.mi/ChangeLog-1999-2003: New file.
1259
a9415475
AC
12602004-01-12 Andrew Cagney <cagney@redhat.com>
1261
1262 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
1263 "Renaming a directory to a non-empty directory returns ENOTEMPTY
1264 or EEXIST", treat EBUSY as an XFAIL.
1265
83b8cf9d
MC
12662004-01-11 Michael Chastain <mec.gnu@mindspring.com>
1267
1268 * gdb.base/scope.exp: Remove obsolete setup_xfail for
1269 hp_cc_compiler.
1270
9939d2a8
MC
12712004-01-10 Michael Chastain <mec.gnu@mindspring.com>
1272
1273 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
1274 decorations.
1275
1ff8cadf
MC
12762004-01-10 Michael Chastain <mec.gnu@mindspring.com>
1277
1278 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
1279 and "(aCC)" decorations. Remove obsolete doco about old
1280 test results.
1281
6fa9022e
MC
12822004-01-09 Michael Chastain <mec.gnu@mindspring.com>
1283
1284 * gdb.cp/exception.exp: Fix typo in doco.
1285
209721fe
MK
12862004-01-09 Mark Kettenis <kettenis@gnu.org>
1287
1288 * gdb.base/gdb1476.exp: Fix typo.
1289
ef11303e
MC
12902004-01-09 Michael Chastain <mec.gnu@mindspring.com>
1291
1292 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
1293 file.
1294
041ab88c
MC
12952004-01-09 Michael Chastain <mec.gnu@mindspring.com>
1296
1297 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
1298 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
1299 Use gdb_compile. Remove restriction on gcc. Add some patterns
1300 for recent version of gdb. Delete second half, which was a copy
1301 of the first half with different build flags. This test is
1302 still disabled because it is still not ready for production.
1303
e36d075a
MC
13042004-01-08 Michael Chastain <mec.gnu@mindspring.com>
1305
1306 * gdb.cp/exception.cc: Add copyright notice.
1307 * gdb.cp/exception.exp: Add a notice that this file is broken
1308 because of line number changes caused by addition of copyright
1309 notice.
1310
42b190ad
MC
13112004-01-08 Michael Chastain <mec.gnu@mindspring.com>
1312
1313 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
1314 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
1315
8f25f06b
MC
13162004-01-08 Michael Chastain <mec.gnu@mindspring.com>
1317
1318 * gdb.cp/classes.exp: Accept gnu abi 2.
1319 * gdb.cp/derivation.exp: Likewise.
1320 * gdb.cp/overload.exp: Likewise.
1321 * gdb.cp/virtfunc.exp: Likewise.
1322
06ded8b8
MC
13232004-01-08 Michael Chastain <mec.gnu@mindspring.com>
1324
1325 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
1326 semicolon after end of function.
1327
77c26ae3
MC
13282004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1329
1330 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
1331 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
1332 boilerplate code for compiling and running the program under
1333 test. Add some string method tests.
1334
20757486
MC
13352004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1336
1337 * gdb.cp/bs15503.cc: Add copyright notice.
1338 * gdb.cp/bs15503.exp: Adjust line number.
1339
0fd3b503
MC
13402004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1341
1342 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
1343 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
1344
10d1bea8
MC
13452004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1346
1347 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
1348 hp_cc_compiler.
1349
2789202a
MC
13502004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1351
1352 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
1353 * gdb.cp/ctti.exp: Use the marker instead of "next".
1354 With gcc, run further before bailing.
1355
b862f14c
MC
13562004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1357
1358 * gdb.cp/cttiadd.cc: Add copyright notice.
1359 * gdb.cp/cttiadd1.cc: Likewise.
1360 * gdb.cp/cttiadd2.cc: Likewise.
1361 * gdb.cp/cttiadd3.cc: Likewise.
1362
96da2469
MC
13632004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1364
1365 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
1366 Use gdb_test, gdb_test_multiple. Use floating-point values that
1367 have exact representations in IEEE-ish formats.
1368
053248ff
MC
13692004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1370
1371 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
1372 compilers. Delete duplicate call to get_compiler_info.
1373 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
1374 * gdb.base/volatile.exp: Likewise.
1375
84acecdd
MK
13762004-01-07 Mark Kettenis <kettenis@gnu.org>
1377
1378 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
1379 memory at address 0.
1380
fe11a27f
MC
13812004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1382
1383 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
1384 to test for hp-ux assembler. Fix copyright years.
1385
60ad077b
AC
13862004-01-07 Andrew Cagney <cagney@redhat.com>
1387
1388 * gdb.base/fileio.c (strerrno): Add "EBUSY".
1389
1c9b8f33
AC
13902004-01-07 Andrew Cagney <cagney@redhat.com>
1391
1392 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
1393 when creating the read-only file. From analysis by Roland McGrath
1394 and Elena Zannoni.
1395
753ccc7a
MC
13962004-01-06 Michael Chastain <mec.gnu@mindspring.com>
1397
1398 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
1399
eca3e36b
MC
14002004-01-06 Michael Chastain <mec.gnu@mindspring.com>
1401
1402 * gdb.base/cvexpr.c: Be type-safe with function pointers and
1403 data pointers.
1404
f8d4bac4
MC
14052004-01-06 Michael Chastain <mec.gnu@mindspring.com>
1406
1407 * gdb.cp/m-static.exp: Compile one source file at a time.
1408 Delete unused call to get_compiler_info.
1409
9b4e0f94
MC
14102004-01-06 Michael Chastain <mec.gnu@mindspring.com>
1411
1412 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
1413 * gdb.base/call-rt-st.exp: Likewise.
1414 * gdb.base/nodebug.exp: Likewise.
1415 * gdb.base/volatile.exp: Likewise.
1416 * gdb.cp/ref-types.exp: Likewise.
1417 * gdb.cp/templates.exp: Likewise.
1418
023c1024
MK
14192004-01-05 Mark Kettenis <kettenis@gnu.org>
1420
1421 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
1422
19703c4a
MC
14232004-01-05 Michael Chastain <mec.gnu@mindspring.com>
1424
1425 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
1426 hppa*-hp-hpux*.
1427
18b67037
MK
14282004-01-04 Mark Kettenis <kettenis@gnu.org>
1429
ba6219c8
MK
1430 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
1431 x86_64-*-*.
1432
18b67037
MK
1433 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
1434 sparc64-*-* and sparc*-solaris2*.
1435
1bfbbb9d
MK
14362004-01-04 Mark Kettenis <kettenis@gnu.org>
1437
1438 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
1439 return ${tests}" test. The ${tests} already mentions the
1440 filename.
1441
06846494
MC
14422004-01-02 Michael Chastain <mec.gnu@mindspring.com>
1443
1444 * gdb.cp/local.exp: Accept gcc abi 2.
1445
3b0cb202
MC
14462004-01-02 Michael Chastain <mec.gnu@mindspring.com>
1447
1448 * gdb.cp/templates.exp: Accept gcc abi 2.
1449
0643ec3f
MC
14502004-01-02 Michael Chastain <mec.gnu@mindspring.com>
1451
1452 * lib/compiler.cc: Remove supports_template_debugging.
1453 * gdb.cp/templates.exp: Do not test supports_template_debugging.
1454
d231d0b1
MC
14552004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1456
1457 * gdb.cp/namespace.exp: Accept gcc abi 2.
1458
44ffb27c
MC
14592004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1460
1461 * gdb.cp/method.exp: Accept gcc abi 2.
1462
184ad485
MC
14632004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1464
1465 * gdb.cp/classes.exp: Generate identical results as old version.
1466 * gdb.cp/derivation.exp: Likewise.
1467 * gdb.cp/overload.exp: Likewise.
1468 * gdb.cp/virtfunc.exp: Likewise.
1469
116f09e7
MC
14702004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1471
1472 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
1473 mysterious bug with sourceware version of expect.
1474
b1379776
MC
14752004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1476
1477 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
1478 current versions of gcc, including gcc abi 2. Remove gratuitous
1479 restart of test program. Use gdb_test_multiple and gdb_test for
1480 all tests. Add patterns to xfail missing "const" in "const char *"
1481 and kfail PR gdb/1155.
1482
6b7a4c0e
MC
14832004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1484
1485 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
1486 current versions of gcc, including gcc abi 2. Remove gratuitous
1487 restart of test program. Use gdb_test_multiple and gdb_test for
1488 all tests. Add patterns to kfail PR gdb/1498.
1489
51615d72
MC
14902003-12-31 Michael Chastain <mec.gnu@mindspring.com>
1491
1492 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
1493 current versions of gcc, including gcc abi 2. Use "breakpoint"
1494 and "continue" instead of restarting the target program. Use
1495 gdb_test_multiple and gdb_test for all tests.
1496
7b79a9d7
MK
14972004-01-01 Mark Kettenis <kettenis@gnu.org>
1498
1499 * gdb.asm/asm-source.exp: Update copyright year. Link statically
1500 for *-*-solaris2*.
1501
1cd3489f
MC
15022003-12-31 Michael Chastain <mec.gnu@mindspring.com>
1503
1504 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
1505 current versions of gcc, including gcc abi 2. Use "breakpoint"
1506 and "continue" instead of restarting the target program several
1507 times. Use gdb_test_multiple and gdb_test for all tests.
1508
850742db
MC
15092003-12-18 Michael Chastain <mec.gnu@mindspring.com>
1510
1511 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
1512 source files.
1513
eb4bbda8
MC
15142003-12-16 Michael Chastain <mec.gnu@mindspring.com>
1515
1516 * gdb.base/environ.exp: Handle compiling test case from multiple
1517 source files.
1518
e42c7771
MC
15192003-12-16 Michael Chastain <mec.gnu@mindspring.com>
1520
1521 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
1522
80e4b428
JB
15232003-12-17 Jim Blandy <jimb@redhat.com>
1524
5f06973a
JB
1525 * gdb.base/freebpcmd.c: Add copyright notice.
1526
80e4b428
JB
1527 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
1528
0ab84fb7
MC
15292003-12-16 Michael Chastain <mec.gnu@mindspring.com>
1530
1531 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
1532
1b3bb3d0
JB
15332003-12-13 Jim Blandy <jimb@redhat.com>
1534
1535 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
1536
3a4c9371
KB
15372003-12-12 Kevin Buettner <kevinb@redhat.com>
1538
1539 * gdb.asm/frv.inc: New file.
1540 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
1541
a1dea79a
FF
15422003-12-09 Fred Fish <fnf@redhat.com>
1543
1544 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
1545 functions to break1.c and leave prototypes behind. Add more
1546 "set breakpoint NN here" comments.
1547 * gdb.base/break1.c: New file.
1548
1549 * gdb.base/break.exp: Handle compiling test case from multiple
1550 source files and change source file references as needed.
1551 * gdb.base/completion.exp: Ditto.
1552 * gdb.base/condbreak.exp: Ditto.
1553 * gdb.base/define.exp: Ditto.
1554 * gdb.base/ena-dis-br.exp: Ditto.
1555 * gdb.base/info-proc.exp: Ditto.
1556 * gdb.base/maint.exp: Ditto.
1557 * gdb.base/until.exp: Ditto.
1558
1559 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
1560 hardcoded line numbers.
1561 * gdb.base/define.exp: Ditto.
1562 * gdb.base/ena-dis-br.exp: Ditto.
1563 * gdb.base/maint.exp: Ditto.
1564 * gdb.base/until.exp: Ditto.
1565
1566 * gdb.base/completion.exp: Use "break1" for completion tests since
1567 "break" is no longer a unique prefix.
1568
5266b69c
AC
15692003-12-06 Andrew Cagney <cagney@redhat.com>
1570
1571 * gdb.base/structs.exp (test_struct_returns): When applicable, set
1572 "return_value_unimplemented". When an unimplemented struct return
1573 architecture, report incorrect values as a KFAIL
1574
374451f0
MC
15752003-12-05 Michael Chastain <mec.gnu@mindspring.com>
1576
1577 * gdb.cp/rtti.exp: Accept new wording of warning from
1578 cp_lookup_rtti_type.
1579
ba9b20a7
MC
15802003-12-05 Michael Chastain <mec.gnu@mindspring.com>
1581
1582 Partial fix for PR testsuite/1456.
1583 * gdb.base/scope.exp (test_at_main): Replace references to
1584 gcc_compiled with calls to test_compiler_info.
1585 (test_at_foo): Likewise.
1586 (test_at_bar): Likewise.
1587
b74b6d0b
MC
15882003-12-04 Michael Chastain <mec.gnu@mindspring.com>
1589
1590 Partial fix for PR testsuite/1456.
1591 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
1592 to test_compiler_info.
1593
ccfa3402
MC
15942003-12-03 Michael Chastain <mec.gnu@mindspring.com>
1595
1596 * gdb.base/so-impl-ld.exp: Update copyright notice.
1597
f6246aba
MC
15982003-12-02 Michael Chastain <mec.gnu@mindspring.com>
1599
1600 Partial fix for PR testsuite/1456.
1601 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
1602 to test_compiler_info.
1603
13ae734a
MC
16042003-11-28 Michael Chastain <mec.gnu@mindspring.com>
1605
1606 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
1607 from current versions of gdb. Clean up regular expressions.
1608 Delete redundant timeout case.
1609
d8e1cdee
MC
16102003-11-28 Michael Chastain <mec.gnu@mindspring.com>
1611
1612 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
1613 from current versions of gdb. Clean up regular expressions.
1614 Delete redundant timeout case.
1615
96457b64
MC
16162003-12-01 Michael Chastain <mec.gnu@mindspring.com>
1617
1618 Partial fix for PR testsuite/1456.
1619 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
1620 gcc_compiled with call to test_compiler_info.
1621
f35309fc
MC
16222003-11-30 Michael Chastain <mec.gnu@mindspring.com>
1623
1624 Partial fix for PR testsuite/1456.
1625 * gdb.base/list.exp (test_list_function): Delete unused declaration
1626 of gcc_compiled.
1627
d7afdf9b
MC
16282003-11-29 Michael Chastain <mec.gnu@mindspring.com>
1629
1630 Partial fix for PR testsuite/1456.
1631 * gdb.base/complex.exp: Replace reference to gcc_compiled with
1632 call to test_compiler_info.
1633
71507b56
MK
16342003-11-29 Mark Kettenis <kettenis@gnu.org>
1635
1636 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
1637 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
1638 it to create the appropriate note.inc.
1639 * gdb.asm/asmsrc1.s: Include "note.inc".
1640 * gdb.asm/netbsd.inc: New file.
1641 * gdb.asm/empty.inc: New file.
1642
f81f93f7
MC
16432003-11-28 Michael Chastain <mec.gnu@mindspring.com>
1644
1645 Partial fix for PR testsuite/1456.
1646 * gdb.base/constvars.exp: Replace references to gcc_compiled with
1647 calls to test_compiler_info.
1648
9a77938e
MC
16492003-11-27 Michael Chastain <mec.gnu@mindspring.com>
1650
1651 Partial fix for PR testsuite/1456.
1652 * gdb.base/volatile.exp: Replace references to gcc_compiled with
1653 calls to test_compiler_info.
1654
e8367dc7
MK
16552003-11-27 Mark Kettenis <kettenis@gnu.org>
1656
1657 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
1658 pattern for the KFAILs.
1659
526c61ee
AF
16602003-11-25 Adam Fedor <fedor@gnu.org>
1661
1662 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
1663 * gdb.objc/objcdecode.m: New file.
1664
28f2d600
AF
16652003-11-25 Adam Fedor <fedor@gnu.org>
1666
1667 * gdb.objc/nondebug.exp: Test for PR objc/1236.
1668 * gdb.objc/nondebug.m: New file.
1669
a3895cee
BE
16702003-11-26 Ben Elliston <bje@wasabisystems.com>
1671
1672 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
1673 NetBSD as it does on FreeBSD. Modelled on a similar change by
1674 Mark Kettenis on 2003-05-30.
1675 (link-flags): Set to "--entry _start" regardless of target.
1676 Special linker flags are to be appended to $link-flags.
1677 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
1678
c9f2c8a3
MC
16792003-11-25 Michael Chastain <mec.gnu@mindspring.com>
1680
1681 * gdb.cp/method.exp: Accept output of new demangler.
1682
15a0587a 16832003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
1684
1685 * gdb/class2.exp: New file.
1686 * gdb/class2.cc: New file.
1687
3c00b570
MC
16882003-11-25 Michael Chastain <mec.gnu@mindspring.com>
1689
1690 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
1691 of new demangler.
1692
7027acc7
MK
16932003-11-23 Mark Kettenis <kettenis@gnu.org>
1694
1695 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
1696 of gdb_test "run".
1697
b0e1598a
MK
16982003-11-23 Mark Kettenis <kettenis@gnu.org>
1699
1700 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
1701 "continue" into "run".
1702
4d9eda44
MC
17032003-11-23 Michael Chastain <mec.gnu@mindspring.com>
1704
1705 Partial fix for PR testsuite/1456.
1706 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
1707 call to test_compiler_info.
1708 * gdb.cp/ctti.exp: Likewise.
1709 * gdb.cp/derivation.exp: Likewise.
1710 * gdb.cp/member-ptr.exp: Likewise.
1711 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
1712 reference to gcc_compiled.
1713
17142003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
1715
1716 Fix PR testsuite/1463.
1717 * gdb.base/structs.exp (start_structs_test): Call
1718 get_debug_format before using the debug format.
1719
d422fe19
AC
17202003-11-22 Andrew Cagney <cagney@redhat.com>
1721
1722 * lib/gdb.exp (gdb_test_multiple): Add simple example.
1723 * gdb.base/structs.exp: Use gdb_test_multiple.
1724
039cf96d
AC
17252003-11-20 Andrew Cagney <cagney@redhat.com>
1726
6882279b
AC
1727 * gdb.base/structs.exp: Handle and recover from internal errors.
1728 Replace "foo${n}" with "foo<n>" in test messages.
1729
e53890ae
AC
1730 * gdb.base/structs.exp: Update copyright. Rewrite.
1731 * gdb.base/structs.c: Update copyright. Rewrite.
1732
2b211c59
AC
1733 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
1734 resync count exceeded.
d63a86f8 1735
039cf96d
AC
1736 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
1737 from the internal error.
1738 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
1739 Original from Jim Blandy.
1740 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 1741
eac98b22
AC
17422003-11-19 Andrew Cagney <cagney@redhat.com>
1743
1744 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
1745 KFAIL.
1746
67455b2a
MK
17472003-11-17 Mark Kettenis <kettenis@gnu.org>
1748
1749 New testcase for PR backtrace/1435.
1750 * gdb.arch/i386-unwind.exp: New file.
1751 * gdb.arch/i386-unwind.c: New file.
1752
853d6e5b
AC
17532003-11-17 Andrew Cagney <cagney@redhat.com>
1754
1755 * lib/gdb.exp (compiler_info): New global.
1756 (test_compiler_info): New function.
1757 (get_compiler_info): Set compiler_info.
1758 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
1759 "compiler_info" to gcc-<major>-<minor>.
1760
38cf6e11
MC
17612003-11-15 Michael Chastain <mec.gnu@mindspring.com>
1762
1763 * gdb.trace/configure: Remove.
1764
a50d3602
EZ
17652003-11-13 Elena Zannoni <ezannoni@redhat.com>
1766
1767 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 1768 breakpoints.
a50d3602
EZ
1769 * gdb.base/break.exp: Remove all references to explicit line
1770 numbers.
1771
d9407aaa
NC
17722003-11-11 Nick Clifton <nickc@redhat.com>
1773
1774 * gdb.base/shreloc.exp: Do not run for targets which do not
1775 support shared objects.
1776
db488fc1
CV
17772003-11-10 Corinna Vinschen <vinschen@redhat.com>
1778
1779 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
1780 Don't run tests if nofileio flag is given.
1781
6a90a18e
EZ
17822003-11-07 Elena Zannoni <ezannoni@redhat.com>
1783
1784 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
1785 as well as 'Watchpoint'.
1786
0b915e9c
EZ
17872003-11-06 Elena Zannoni <ezannoni@redhat.com>
1788
1789 Reported by Jim Ingham <jingham@apple.com>:
1790 * gdb.base/annota1.exp: Match at least one occurrence of the
1791 signal handler annotation.
1792
d7e4b55f
EZ
17932003-11-06 Elena Zannoni <ezannoni@redhat.com>
1794
1795 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
1796 as well as 'Watchpoint'.
1797
2fe4e8d0
MC
17982003-11-05 Michael Chastain <mec@shout.net>
1799
1800 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
1801
6ef88553
KW
18022003-11-03 Kris Warkentin <kewarken@qnx.com>
1803
1804 * gdb.arch/gdb1291.c: New test file.
1805 * gdb.arch/gdb1291.exp: New test script.
1806 * gdb.arch/gdb1431.c: New test file.
1807 * gdb.arch/gdb1431.exp: New test script.
1808
ae7dc4d8
MC
18092003-10-22 Michael Chastain <mec@shout.net>
1810
1811 * gdb.mi/pthreads.c: Add copyright notice.
1812
c39d7427
MC
18132003-10-22 Michael Chastain <mec@shout.net>
1814
1815 * gdb.threads/pthreads.c: Add copyright notice.
1816
8b7d96c1
MC
18172003-10-20 Michael Chastain <mec@shout.net>
1818
1819 * gdb.base/gdb1056.exp: New test script.
1820
d1d69fdd
DJ
18212003-10-13 Daniel Jacobowitz <drow@mvista.com>
1822
1823 * gdb.threads/killed.exp: Use gdb_run_cmd.
1824
7d605576
DJ
18252003-10-13 Daniel Jacobowitz <drow@mvista.com>
1826
1827 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
1828 create a core file.
1829 * gdb.threads/gcore-thread.exp: Likewise.
1830
618ec112
CV
18312003-10-13 Corinna Vinschen <vinschen@redhat.com>
1832
1833 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
1834 type, based on char type.
1835 (struct bit_flags_short_t): New bitfield type, based on short type.
1836 (init_bit_flags_char): New fuction.
1837 (init_bit_flags_short): Ditto.
1838 (print_bit_flags_char): Ditto.
1839 (print_bit_flags_short): Ditto.
1840 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
1841
9367a73c
MC
18422003-10-11 Michael Chastain <mec@shout.net>
1843
1844 * gdb.base/call-rt-st.exp: Update copyright year.
1845
1decf120
KI
18462003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1847
1848 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
1849 * gdb.disasm/sh3.s: Ditto.
1850
5445b2ae
DJ
18512003-10-07 Daniel Jacobowitz <drow@mvista.com>
1852
1853 * gdb.threads/switch-threads.exp: New test.
1854 * gdb.threads/switch-threads.c: New source file.
1855
aec24853
CV
18562003-10-07 Corinna Vinschen <vinschen@redhat.com>
1857
1858 * gdb.base/ending-run.exp: Add sh specific case.
1859
adc7428d
AC
18602003-10-06 Andrew Cagney <cagney@redhat.com>
1861
1862 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
1863 * gdb.disasm/mn10200.exp: Delete obsolete file.
1864
c9d37158
DJ
18652003-09-29 Daniel Jacobowitz <drow@mvista.com>
1866
1867 * ChangeLog: Correct an entry command.exp -> commands.exp.
1868 * gdb.base/commands.exp (bp_deleted_in_command_test)
1869 (temporary_breakpoint_commands): Check noargs.
1870
79c2c32d
DC
18712003-09-25 David Carlton <carlton@kealia.com>
1872
1873 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
1874 of some print tests, where appropriate. Add tests for C::D::cd,
1875 E::ce, F::cXfX, G::XgX.
1876 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
1877
594e6d67
RE
18782003-09-25 Richard Earnshaw <rearnsha@arm.com>
1879
1880 * lib/java.exp (java_init): Import target_alias before using it.
1881
10f0d451
DC
18822003-09-25 David Carlton <carlton@kealia.com>
1883
1884 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
1885
274bcba0
EZ
18862003-09-23 Elena Zannoni <ezannoni@redhat.com>
1887
d63a86f8 1888 * gdb.base/selftest.exp: Accomodate more instruction reordering
274bcba0
EZ
1889 weirdness.
1890
cdbf20f7
MC
18912003-09-17 Michael Chastain <mec@shout.net>
1892
1893 * gdb.cp/gdb1355.exp: New file.
1894 * gdb.cp/gdb1355.c: New file.
1895
71e06f80
CV
18962003-09-15 Corinna Vinschen <vinschen@redhat.com>
1897
1898 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
1899 * gdb.asm/sh.inc: New file.
1900
5c4e30ca
DC
19012003-09-11 David Carlton <carlton@kealia.com>
1902
bd45b7af
DC
1903 * gdb.cp/namespace.exp: Add tests for namespace types.
1904 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
1905 (test_namespace): New.
1906
1c199746
EZ
19072003-09-11 Elena Zannoni <ezannoni@redhat.com>
1908
1909 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 1910 * gdb.stabs/weird.exp: Ditto.
1c199746 1911
04ed252f
MC
19122003-09-08 Michael Chastain <mec@shout.net>
1913
1914 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
1915
d8a2d9e7
MC
19162003-09-07 Michael Chastain <mec@shout.net>
1917
1918 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
1919 'parse error'.
1920
161afb24
MK
19212003-09-07 Mark Kettenis <m.kettenis@osp.nl>
1922
1923 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
1924
49f2741a
MC
19252003-08-30 Michael Chastain <mec@shout.net>
1926
1927 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
1928 * gdb.gdb/observer.exp: Ditto.
1929 * gdb.gdb/xfullpath.exp: Ditto.
1930
8afa723e
MK
19312003-08-29 Mark Kettenis <kettenis@gnu.org>
1932
1933 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
1934 *-*-*bsd*.
1935
f31dfe3b
JJ
19362003-08-28 Jeff Johnston <jjohnstn@redhat.com>
1937
1938 * gdb.base/dump.exp: Skip for ia64.
1939
4630e498
JJ
19402003-08-25 Jeff Johnston <jjohnstn@redhat.com>
1941
1942 * gdb.asm/asm-source.exp: Add ia64 support.
1943 * gdb.asm/ia64.inc: New file.
1944
1105b7ef
MC
19452003-08-22 Michael Chastain <mec@shout.net>
1946
1947 * gdb.cp: New directory.
1948 * gdb.cp/*: Copy from gdb.c++/*.
1949 * gdb.c++/*: Remove.
1950 * Makefile.in: Change gdb.c++ to gdb.cp.
1951 * configure.in: Ditto.
1952 * configure: Regnerate.
1953
c945b932
MK
19542003-08-18 Mark Kettenis <kettenis@gnu.org>
1955
1956 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
1957 * gdb.arch/i386-prologue.c (gdb1338): Add function.
1958
2b66634b
DJ
19592003-08-17 Daniel Jacobowitz <drow@mvista.com>
1960
1961 * mi-var-display.exp (-var-list-children weird): Accept function
1962 pointers with argument types.
1963 * mi1-var-display.exp (-var-list-children weird): Likewise.
1964 * mi2-var-display.exp (-var-list-children weird): Likewise.
1965
a356f73b
DJ
19662003-08-17 Daniel Jacobowitz <drow@mvista.com>
1967
1968 * gdb.base/annota3.exp: Add missing newline.
1969
483417b8
MC
19702003-08-06 Michael Chastain <mec@shout.net>
1971
1972 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
1973
c99c59c3
MS
19742003-08-12 Michael Snyder <msnyder@redhat.com>
1975
1976 * gdb.base/float.exp: Add test for SH.
1977
55ed7501
MK
19782003-08-10 Mark Kettenis <kettenis@gnu.org>
1979
1980 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
1981
1a371f2e
EZ
19822003-08-07 Elena Zannoni <ezannoni@redhat.com>
1983
1984 * gdb.base/completion.exp: Remove reduntant completion test
1985 on filename.
1986
e0f353ce
EZ
19872003-08-07 Elena Zannoni <ezannoni@redhat.com>
1988
1989 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
1990 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
1991 gdb.trace/save-trace.exp: Make sure that full pathnames are
1992 escaped correctly.
1993
5710a1af 19942003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 1995
5710a1af
EZ
1996 * configure.in: Don't generate config.h from config.hin.
1997 * configure: Regenerate.
1998 * config.hin: Remove file.
1999 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
2000 * gdb.threads/pthreads.c: Ditto.
2001
dcd81ce9
DJ
20022003-08-07 Daniel Jacobowitz <drow@mvista.com>
2003
2004 From Kei Sakamoto <sakamoto.kei@renesas.com>:
2005 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
2006 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
2007 Replace ld24 with seth/add3.
2008
6009d884
AC
20092003-08-02 Andrew Cagney <cagney@redhat.com>
2010
2011 * gdb.base/annota3.exp: New file.
2012 * gdb.base/annota3.c: New file.
2013 * gdb.c++/annota3.exp: New file.
2014 * gdb.c++/annota3.cc: New file.
2015
51514e06
MC
20162003-07-29 Michael Chastain <mec@shout.net>
2017
2018 * gdb.threads/tls.c (spin): Check errno only if sem_wait
2019 actually failed.
2020 (do_pass): Likewise.
2021 * gdb.threads/tls.exp: Always initialize no_of_threads.
2022
4ee6625b
DJ
20232003-07-27 Daniel Jacobowitz <drow@mvista.com>
2024
2025 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
2026 pattern.
2027 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
2028 * gdb.threads/tls.exp: Recognize one case of the host library not
2029 supporting TLS.
2030
225f2bf6
AC
20312003-07-27 Andrew Cagney <cagney@redhat.com>
2032
2033 * gdb.base/fileio.exp: Use SH when running commands using
2034 remote_exec.
2035
bcb27c9f
DJ
20362003-07-24 Daniel Jacobowitz <drow@mvista.com>
2037
2038 From Kei Sakamoto <sakamoto.kei@renesas.com>:
2039 * gdb.base/relocate.c (dummy): New padding array.
2040
3d67be83
MS
20412003-07-22 Michael Snyder <msnyder@redhat.com>
2042
d63a86f8 2043 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
2044
2045 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
2046 patterns to be more general, accepting old and new output.
2047 Some output chars (such as '+') also must be quoted.
d63a86f8 2048 Some addresses are displayed numerically instead of
3d67be83
MS
2049 symbolically.
2050
57ba3b85
MS
20512003-07-23 Michael Snyder <msnyder@redhat.com>
2052
686d097c
MS
2053 * gdb.base/return2.exp: Don't test long-long return.
2054
57ba3b85
MS
2055 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
2056 * gdb.disasm/t01_mov.exp: Ditto.
2057 * gdb.disasm/t02_mova.s: Ditto.
2058 * gdb.disasm/t02_mova.exp: Ditto.
2059 * gdb.disasm/t03_add.s: Ditto.
2060 * gdb.disasm/t03_add.exp: Ditto.
2061 * gdb.disasm/t04_sub.s: Ditto.
2062 * gdb.disasm/t04_sub.exp: Ditto.
2063 * gdb.disasm/t05_cmp.s: Ditto.
2064 * gdb.disasm/t05_cmp.exp: Ditto.
2065 * gdb.disasm/t06_ari2.s: Ditto.
2066 * gdb.disasm/t06_ari2.exp: Ditto.
2067 * gdb.disasm/t07_ari3.s: Ditto.
2068 * gdb.disasm/t07_ari3.exp: Ditto.
2069 * gdb.disasm/t08_or.s: Ditto.
2070 * gdb.disasm/t08_or.exp: Ditto.
2071 * gdb.disasm/t09_xor.s: Ditto.
2072 * gdb.disasm/t09_xor.exp: Ditto.
2073 * gdb.disasm/t10_and.s: Ditto.
2074 * gdb.disasm/t10_and.exp: Ditto.
2075 * gdb.disasm/t11_logs.s: Ditto.
2076 * gdb.disasm/t11_logs.exp: Ditto.
2077 * gdb.disasm/t12_bit.s: Ditto.
2078 * gdb.disasm/t12_bit.exp: Ditto.
2079 * gdb.disasm/t13_otr.s: Ditto.
2080 * gdb.disasm/t13_otr.exp: Ditto.
2081
e00759ef
EZ
20822003-07-22 Elena Zannoni <ezannoni@redhat.com>
2083
2084 * gdb.threads/tls.exp :Add kfail for 'info address' case.
2085
8bc2021f
EZ
20862003-07-22 Elena Zannoni <ezannoni@redhat.com>
2087
2088 * gdb.threads/tls.c : New file.
2089 * gdb.threads/tls.exp : New file.
2090 * gdb.threads/tls-main.c : New file.
2091 * gdb.threads/tls-shared.c : New file.
2092 * gdb.threads/tls-shared.exp : New file.
2093
89320c4c
AS
20942003-07-22 Andreas Schwab <schwab@suse.de>
2095
2096 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
2097
180dea7c
AS
20982003-07-20 Andreas Schwab <schwab@suse.de>
2099
2100 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
2101 due to insn reordering.
2102
0714963c
AC
21032003-07-15 Andrew Cagney <cagney@redhat.com>
2104
2105 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
2106
98a23b3f
MC
21072003-07-15 Michael Chastain <mec@shout.net>
2108
2109 * gdb.base/gdb1250.exp: New file.
2110 * gdb.base/gdb1250.c: New file.
2111
27e417a2
ML
21122003-07-09 Michal Ludvig <mludvig@suse.cz>
2113
2114 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
2115 expansion of size_t to 'unsigned long', not only to 'unsigned'.
2116
8bc2021f
EZ
21172003-07-09 Elena Zannoni <ezannoni@redhat.com>
2118
2119 * gdb.threads/tls.c: New file.
2120 * gdb.threads/tls.exp: New file.
2121 * gdb.threads/tls-main.c: New file.
2122 * gdb.threads/tls-shared.c: New file.
2123 * gdb.threads/tls-shared.exp: New file.
2124
d99968dc
EZ
21252003-07-09 Elena Zannoni <ezannoni@redhat.com>
2126
2127 * gdb.base/annota1.exp: Make sure that we properly escape the
2128 full path of the source file. Xfail more permissive patterns,
d63a86f8 2129 due to a compiler debug info problem.
d99968dc 2130
83876b3b
AS
21312003-07-07 Andreas Schwab <schwab@suse.de>
2132
2705e972
AS
2133 * gdb.asm/m68k.inc: New file.
2134 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
2135
83876b3b
AS
2136 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
2137 arguments"): Also match negative number.
2138
2139 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
2140
3a871b37
DJ
21412003-07-03 Daniel Jacobowitz <drow@mvista.com>
2142
2143 * gdb.base/store.c (charest): New typedef.
2144 (add_char): Rename to add_charest, update.
2145 (wack_char): Rename to wack_charest, update types. Return l + r
2146 to keep r live across the call.
2147 (wack_short, wack_int, wack_long, wack_longest, wack_float)
2148 (wack_double, wack_doublest): Return l + r to keep r live across
2149 the call.
2150 * gdb.base/store.exp: Accomodate store.c changes.
2151
b2a7f303
DC
21522003-06-30 David Carlton <carlton@kealia.com>
2153
2154 * gdb.c++/maint.exp (test_invalid_name): New.
2155 (test_first_component): Add tests for invalid names.
2156
3c6cb4a1
MC
21572003-06-29 Michael Chastain <mec@shout.net>
2158
2159 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
2160 output of '<VTT for class>' for virtual base classes.
2161
f1c2644b
DJ
21622003-06-29 Daniel Jacobowitz <drow@mvista.com>
2163
2164 * gdb.base/completion.exp: Tab-complete "complet" instead of
2165 "compl".
2166 * gdb.base/complex.exp, gdb.base/complex.c: New files.
2167
18080350
DJ
21682003-06-29 Daniel Jacobowitz <drow@mvista.com>
2169
2170 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
2171 * gdb.base/volatile.exp: Likewise.
2172
f56973f8
DJ
21732003-06-29 Daniel Jacobowitz <drow@mvista.com>
2174
2175 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
2176 gdb/1265.
2177
21782003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
2179 Daniel Jacobowitz <drow@mvista.com>
2180
2181 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
2182 initial line count of 'captured_main' from 26 to 32.
2183 (test_with_self): Allow xmalloc call to be interleaved with the
2184 preceding two lines.
2185
e766d4d6
JB
21862003-06-24 Joel Brobecker <brobecker@gnat.com>
2187
2188 * gdb.base/bang.exp: New testcase.
2189
f125c9a4
JB
21902003-06-23 Joel Brobecker <brobecker@gnat.com>
2191
2192 * gdb.base/langs.exp: Add some tests for the "minimal" language
2193 support.
2194
6e25beaf
EZ
21952003-06-23 Elena Zannoni <ezannoni@redhat.com>
2196
2197 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
2198 the testcase.
2199
2f816dda
DJ
22002003-06-22 Daniel Jacobowitz <drow@mvista.com>
2201
2202 * gdb.base/relocate.exp: Test add-symbol-file with a variable
2203 offset.
2204
db5a5748
DJ
22052003-06-22 Daniel Jacobowitz <drow@mvista.com>
2206
2207 * gdb.c++/pr-1210.cc: New file.
2208 * gdb.c++/pr-1210.exp: New file.
2209
1df0c130
DJ
22102003-06-21 Daniel Jacobowitz <drow@mvista.com>
2211
2212 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
2213 000-exec-continue.
2214
a92feac0
MK
22152003-06-15 Mark Kettenis <kettenis@gnu.org>
2216
2217 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
2218 on *-*-*bsd* instead of *-*-freebsd*.
2219
81a58f5b
AC
22202003-06-14 Andrew Cagney <cagney@redhat.com>
2221
2222 * gdb.base/store.exp: Test longest and doublest. Test all
2223 parameters. Weaken return statement match.
2224 * gdb.base/store.c: Add longest and doublest - aka long long and
2225 long double functions. Put all parameters into local register
2226 variables. Use negative values.
2227
b257a0d3
AC
22282003-06-14 Andrew Cagney <cagney@redhat.com>
2229
2230 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
2231 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
2232 exit status.
2233 * gdb.base/fileio.exp: Disable target when nointerrupts and
2234 noinferiorio, instead of limiting it to remote. Use remote_exec
2235 instead of system.
d63a86f8 2236
21c38304
JJ
22372003-06-12 Jeff Johnston <jjohnstn@redhat.com>
2238
2239 * gdb.base/float.exp: Add ia64 support.
2240
1bcdb424
CV
22412003-06-12 Corinna Vinschen <vinschen@redhat.com>
2242
2243 * gdb.base/fileio.exp: Run only on remote targets.
2244
6aeb981f
CV
22452003-06-10 Corinna Vinschen <vinschen@redhat.com>
2246
2247 * gdb.base/fileio.c: New file, testing File-I/O.
2248 * gdb.base/fileio.exp: Ditto.
2249
53df362e
RG
22502003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
2251
2252 * gdb.base/shreloc.exp: New file, check symbol values obtained from
2253 shared objects after relocation at load time (gdb PR/1132).
2254 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
2255 as above, part of the shared object relocation test.
2256
ffee1b46
MK
22572003-06-08 Mark Kettenis <kettenis@gnu.org>
2258
b5ca3722
MK
2259 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
2260 fully filled history list.
2261 * gdb.base/gdb_history: New file.
2262
03ed860d
MK
2263 * gdb.base/signals.exp: XFAIL "continue to func1" on
2264 i*86-*-freebsd*.
2265
ffee1b46
MK
2266 * gdb.base/attach.exp: When trying to attach to a nonexistent
2267 process, make it possible to specify the PID based on the target,
2268 and do so for *-*-freebsd*.
2269
d80dbb52
RH
22702003-06-02 Richard Henderson <rth@redhat.com>
2271
2272 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
2273
6dd77b81
RH
22742003-06-02 Richard Henderson <rth@redhat.com>
2275
2276 * gdb.base/selftest.exp: Next over lim_at_start initialization.
2277
f6347e16
RH
22782003-06-02 Richard Henderson <rth@redhat.com>
2279
2280 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
2281
2c161407
DJ
22822003-06-01 Daniel Jacobowitz <drow@mvista.com>
2283
2284 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
2285 of globalvar.
2286
572eb746
MK
22872003-06-01 Mark Kettenis <kettenis@gnu.org>
2288
2289 * gdb.asm/asm-source.exp: Check for memory read errors in
2290 disassembler test on *BSD too.
2291
9e9617a5
RH
22922003-06-01 Richard Henderson <rth@redhat.com>
2293
2294 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
2295 for .frame.
2296 (gdbasm_call): Lose ldgp.
2297 (gdbasm_startup): Add frame information.
2298 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
2299
7b34ad4e
MK
23002003-05-31 Mark Kettenis <kettenis@gnu.org>
2301
2302 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
2303 i?86-*-*.
2304
10059fdf
MK
23052003-05-30 Mark Kettenis <kettenis@gnu.org>
2306
2307 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
2308 FreeBSD.
2309
acf4b816
RH
23102003-05-29 Richard Henderson <rth@redhat.com>
2311
2312 * gdb.asm/alpha.inc: New file.
2313 * gdb.asm/asm-source.exp: Use it.
2314
e9ecd949
JB
23152003-05-29 Jim Blandy <jimb@redhat.com>
2316
2317 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
2318 'core.PID'.
2319
e3e5a4f3
JB
23202003-05-22 Jim Blandy <jimb@redhat.com>
2321
2322 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
2323 backtrace.
d63a86f8 2324
72fe3d25
DC
23252003-05-20 David Carlton <carlton@math.stanford.edu>
2326
2327 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
2328 this time.
2329
58da2eb2
DC
23302003-05-19 David Carlton <carlton@bactrian.org>
2331
2332 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
2333 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
2334
1fcb5155
DC
23352003-05-19 David Carlton <carlton@bactrian.org>
2336
2337 * gdb.c++/namespace.exp: Add namespace scope and anonymous
2338 namespace tests.
2339 Bump copyright date.
2340 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
2341 (main): Call C::D::marker2.
2342 * gdb.c++/namespace1.cc: New file.
2343
85e85163
JJ
23442003-05-14 Jeff Johnston <jjohnstn@redhat.com>
2345
2346 Roland McGrath <roland@redhat.com>
d63a86f8 2347 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
2348 there is no manager thread.
2349
a25fbfec
JJ
23502003-05-08 Jeff Johnston <jjohnstn@redhat.com>
2351
d63a86f8
RM
2352 * gdb.threads/schedlock.exp: Remove assumption that all threads
2353 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
2354 in one of the child threads rather than the main thread.
2355
be375bae
JB
23562003-05-07 Jim Blandy <jimb@redhat.com>
2357
09bf6082
JB
2358 Add support for assembly source testing on the s390x.
2359 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
2360 architecture.
2361 * gdb.asm/s390x.inc: New file.
2362
be375bae
JB
2363 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
2364 succession of 'if' statements.
2365
00905d52
AC
23662003-05-05 Andrew Cagney <cagney@redhat.com>
2367
2368 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
2369
b1e29e33
AC
23702003-05-05 Andrew Cagney <cagney@redhat.com>
2371
2372 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
2373 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
2374
e33d66ec
EZ
23752003-05-02 Elena Zannoni <ezannoni@redhat.com>
2376
2377 * gdb.base/charset.exp: Update based on new behavior of set/show
2378 charset commands.
2379
2b6fd0d8
AC
23802003-05-01 Andrew Cagney <cagney@redhat.com>
2381
2382 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
2383 variable do not give memory errors.
2384
130cacce
AF
23852003-04-30 Adam Fedor <fedor@gnu.org>
2386
2387 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
2388 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
2389 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
2390 gdb.objc/basicclass.m: : New files
2391
2392 * lib/gdb.exp (gdb_compile_objc): New procedure.
2393
bea71854
DJ
23942003-04-27 Daniel Jacobowitz <drow@mvista.com>
2395
2396 * gdb.base/signals.exp: Make backtrace tests more specific.
2397
0f20eeea
DC
23982003-04-23 David Carlton <carlton@bactrian.org>
2399
2400 * gdb.c++/maint.exp (test_first_component): Add tests for
2401 'operator' in more locations.
2402
c8c4d8dc
KB
24032003-04-16 Kevin Buettner <kevinb@redhat.com>
2404
2405 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
2406
3fe60e3c
EZ
24072003-04-16 Elena Zannoni <ezannoni@redhat.com>
2408
2409 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
2410 func marke' instead. Update test name.
2411
9219021c
DC
24122003-04-15 David Carlton <carlton@math.stanford.edu>
2413
2414 * gdb.c++/maint.exp: New file.
2415
5dd55bdd
EZ
24162003-04-14 Elena Zannoni <ezannoni@redhat.com>
2417
2418 * gdb.threads/schedlock.c: Change type of thread function argument
2419 to long, to avoid warnings on 64-bit platforms.
2420
00890572
EZ
24212003-04-14 Elena Zannoni <ezannoni@redhat.com>
2422
2423 * gdb.base/attach.exp: Add new message from ptrace in case of
2424 attaching to nonexistent process.
d63a86f8 2425
93201743
JB
24262003-04-11 Jim Blandy <jimb@redhat.com>
2427
2428 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
2429 gdb.c++/userdef.cc: Place comments on the lines to which the
2430 marker function might return.
2431 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
2432 gdb.c++/userdef.exp: Look for those comments to check that we've
2433 returned to the right place, instead of checking line numbers.
2434
2a11c64d
EZ
24352003-04-11 Elena Zannoni <ezannoni@redhat.com>
2436
2437 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
2438 match on sourcefile name, instead of directory name.
2439
68ab8fc5
EZ
24402003-04-10 Elena Zannoni <ezannoni@redhat.com>
2441
d63a86f8 2442 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
2443 working directory name.
2444
5624293a
JB
24452003-04-09 Jim Blandy <jimb@redhat.com>
2446
2447 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
2448 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
2449 after an inferior function call, report the failure, but allow the
2450 test to continue.
2451
f1f02ee4
SC
24522003-04-05 Stephane Carrez <stcarrez@nerim.fr>
2453
2454 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
2455 with -DPROTOTYPES.
2456
6eb79af0
SC
24572003-04-05 Stephane Carrez <stcarrez@nerim.fr>
2458
2459 * gdb.base/break.exp: Revert last patch.
2460
8dfb4cf0
SC
24612003-04-04 Stephane Carrez <stcarrez@nerim.fr>
2462
2463 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
2464 with -DPROTOTYPES.
2465
ed4c619a
AC
24662003-04-02 Andrew Cagney <cagney@redhat.com>
2467
2468 * gdb.base/callfuncs.exp: Make "print add" messages unique.
2469 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
2470 matching directories by the name breakpoint.
2471 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
2472 Make "continue to marker1" consistent.
2473 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
2474 message consistent.
2475 * lib/gdb.exp: Put "the program is no longer running", and "the
2476 program exited" in parenthesis.
2477 * lib/mi-support.exp: Ditto.
d63a86f8 2478
4e35d5f0 24792003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 2480
4e35d5f0
BR
2481 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
2482
71900fe8
AC
24832003-03-29 Andrew Cagney <cagney@redhat.com>
2484
2485 * gdb.base/sizeof.c (main): Print the value of '\377'.
2486 * gdb.base/sizeof.exp: Check the sign of '\377'.
2487
c0655a16
MC
24882003-03-27 Michael Chastain <mec@shout.net>
2489
2490 * gdb.base/gdb1090.exp: New file.
2491 * gdb.base/gdb1090.cc: New file.
2492
5b2a3989
JB
24932003-03-27 J. Brobecker <brobecker@gnat.com>
2494
2495 * gdb.gdb/observer.exp: New regression test.
2496
79876890
MC
24972003-03-27 Michael Chastain <mec@shout.net>
2498
2499 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
2500 * gdb.base/ptype.exp: Likewise.
2501
6eac95e3
CV
25022003-03-27 Corinna Vinschen <vinschen@redhat.com>
2503
2504 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
2505
e8c71839
MC
25062003-03-26 Michael Chastain <mec@shout.net>
2507
2508 * gdb.base/ptype.exp: Actually use some typedef'd types.
2509
71b10041
SC
25102003-03-21 Stephane Carrez <stcarrez@nerim.fr>
2511
2512 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
2513 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
2514
2512cf80
CV
25152003-03-20 Corinna Vinschen <vinschen@redhat.com>
2516
2517 * gdb.base/default.exp: Fix regular expression.
2518
0d195a4f
CV
25192003-03-20 Corinna Vinschen <vinschen@redhat.com>
2520
2521 * gdb.base/args.exp: Fix regular expression.
2522
8a2dbca8
CV
25232003-03-20 Corinna Vinschen <vinschen@redhat.com>
2524
2525 * gdb.base/help.exp: Allow Win32 child process.
2526
bf028682
CV
25272003-03-20 Corinna Vinschen <vinschen@redhat.com>
2528
2529 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
2530 when stepping out of main().
2531
182dbe85
CV
25322003-03-20 Corinna Vinschen <vinschen@redhat.com>
2533
2534 * gdb.base/default.exp: Check for win32 specific message when calling
2535 "run" without executable.
2536
d67a6ba5
CV
25372003-03-20 Corinna Vinschen <vinschen@redhat.com>
2538
2539 * gdb.base/args.exp: Expect .exe in output.
2540
a955b5bb
CV
25412003-03-20 Corinna Vinschen <vinschen@redhat.com>
2542
2543 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
2544 Cygwin native.
2545
bf6bad4b
AC
25462003-03-17 Andrew Cagney <cagney@redhat.com>
2547
2548 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
2549 vector registes.
2550 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
2551 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
2552
293e9a31
DC
25532003-03-17 David Carlton <carlton@math.stanford.edu>
2554
2555 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
2556 test, for PR breakpoints/38.
2557 Call test_watchpoint_and_breakpoint.
2558 * gdb.base/watchpoint.c (func3): New function.
2559 (main): Call func3.
2560
5330f2db
DC
25612003-03-04 David Carlton <carlton@math.stanford.edu>
2562
2563 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
2564 Garply<Garply<char> >:: garply".
2565 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
2566 with respect to PR c++/1111; note also PR c++/1113.
2567 (test_template_breakpoints): KFAIL "constructor breakpoint" with
2568 respect to PR c++/1062.
2569 KFAIL "destructor breakpoint" with respect to PR c++/1112.
2570
6ece72da
DC
25712003-03-03 David Carlton <carlton@math.stanford.edu>
2572
2573 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
2574 with respect to PR c++/57.
2575 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
2576 c++/826.
2577 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
2578 respect to PR c++/57.
2579
85ca1584
DC
25802003-03-03 David Carlton <carlton@math.stanford.edu>
2581
2582 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
2583 respect to PR c++/33 into FAILs.
2584
98e9c5b8
MC
25852003-03-03 Michael Chastain <mec@shout.net>
2586
7bedbf27
MC
2587 * configure.in: Update copyright years.
2588
25892003-03-03 Michael Chastain <mec@shout.net>
2590
2591 * Makefile.in: Update copyright years.
98e9c5b8 2592
f683e100
DC
25932003-02-28 David Carlton <carlton@math.stanford.edu>
2594
2595 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
2596 print class instead of struct and/or superfluous protection
2597 specifiers, as long as the resulting output is equivalent to the
2598 source code.
2599 Delete FIXME from end of messages on tests that don't need
2600 fixing.
2601
a9e0cf2c
DC
26022003-02-28 David Carlton <carlton@math.stanford.edu>
2603
2604 * gdb.c++/templates.exp (do_tests): Allow const in the two
2605 Foo<volatile char *>::foo tests.
2606
e8d359df
MS
26072003-02-27 Michael Snyder <msnyder@redhat.com>
2608
d63a86f8 2609 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
2610 will be consistant.
2611
0b71dc91
DC
26122003-02-26 David Carlton <carlton@math.stanford.edu>
2613
2614 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
2615 char *>::foo" test with respect to PR c++/33. Create a new test
2616 which is identical to that one except that it doesn't put the
2617 space between the "char" and the "*"; KFAIL it, too.
2618
dd14ab43
DC
26192003-02-26 David Carlton <carlton@math.stanford.edu>
2620
2621 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
2622 template types into either PASSes or KFAILs (corresponding to PR
2623 c++/57). Tweak indentation. Update copyright.
2624
1146c7f1
SC
26252003-02-23 Stephane Carrez <stcarrez@nerim.fr>
2626
2627 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
2628
74641dfb
MC
26292003-02-13 Michael Chastain <mec@shout.net>
2630
2631 * gdb.base/exprs.exp: Remove i960 remnants.
2632 * gdb.base/funcargs.exp: Likewise.
2633 * gdb.base/list.exp: Likewise.
2634 * gdb.base/ptype.exp: Likewise.
2635
559cd2d0
DC
26362003-02-14 David Carlton <carlton@math.stanford.edu>
2637
2638 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
2639 pEe->D::vg()" from XFAIL to KFAIL.
2640
c4f90d87
JM
26412003-02-13 Jason Molenda (jmolenda@apple.com)
2642
2643 * gdb.base/maint.exp: Update maint print statistics regexp to include
2644 new entries.
2645
cbc4d97c
MC
26462003-02-13 Michael Chastain <mec@shout.net>
2647
2648 * gdb.c++/inherit.exp: Remove call to get_debug_format.
2649
40f235b7
MC
26502003-02-12 Michael Chastain <mec@shout.net>
2651
2652 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
2653 * gdb.c++/inherit.exp: Likewise.
2654 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
2655 * gdb.c++/templates.exp: Likewise.
2656 * gdb.c++/virtfunc.exp: Likewise.
2657
c56716b0
JM
26582003-02-06 Jason Molenda (jason-cl@molenda.com)
2659
2660 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
2661 why the code is written that way.
2662
070afcf8
MC
26632003-02-05 Michael Chastain <mec@shout.net>
2664
2665 * gdb.base/dump.exp: Add missing copyright line.
2666
5d0331e5
JM
26672003-02-05 Jason Molenda (jason-cl@molenda.com)
2668
f7ae6d3e 2669 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
2670 at the beginning so the breakpoint doesn't get set on the loop.
2671
92851186
MC
26722003-02-05 Michael Chastain <mec@shout.net>
2673
2674 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
2675 output for configurations with gcc 2.95.3.
2676
cbf1e085
AC
26772003-02-05 Keith Seitz <keiths@redhat.com>
2678 Andrew Cagney <ac131313@redhat.com>
2679
2680 * gdb.mi/mi-cli.exp: New file.
d63a86f8 2681
29518e1e
MC
26822003-02-04 Michael Chastain <mec@shout.net>
2683
2684 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
2685 Call perror and then continue.
2686
5af1d5f3
MC
26872003-02-03 Michael Chastain <mec@shout.net>
2688
2689 * gdb.c++/pr-1023.cc: New file.
2690 * gdb.c++/pr-1023.exp: New file.
2691
6b549786
JB
26922003-02-05 Jim Blandy <jimb@redhat.com>
2693
2694 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
2695 it's local to foobar. Check for it there, and check that it's not
2696 present in main.
2697 * gdb.c++/local.cc (marker2): New function.
2698 (foobar): Call marker1.
2699 (main): Call marker2 instead of marker1.
2700
67f16606
AC
27012003-02-04 Andrew Cagney <ac131313@redhat.com>
2702
2703 * gdb.disasm/mn10200.exp: Obsolete file.
2704 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
2705 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
2706 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
2707
1c5cb38e
DC
27082003-02-04 David Carlton <carlton@math.stanford.edu>
2709
2710 * gdb.c++/overload.exp: Test intToChar(1).
2711 * gdb.c++/overload.cc (intToChar): New.
2712 (main): Call intToChar.
2713
d1fe6965
DC
27142003-02-03 David Carlton <carlton@math.stanford.edu>
2715
2716 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
2717 'might_kfail' arg.
2718 KFAIL some of the continue_to_bp_overloaded calls, according to
2719 PR c++/1025.
2720
9ba61c5d
MC
27212003-02-01 Michael Chastain <mec@shout.net>
2722
2723 * gdb.base/advance.c (marker1): New marker function.
2724 * gdb.base/advance.exp: When the 'advance' command lands on the
2725 return breakpoint, it can legitimately stop on either the
2726 current line or the next line. Accommodate both outcomes.
2727 * gdb.base/until.exp: Likewise.
2728
e7494ffb
AC
27292003-02-02 Andrew Cagney <ac131313@redhat.com>
2730
2731 2002-11-10 Jason Molenda (jason-cl@molenda.com):
2732 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
2733 now a list, not a tuple.
2734 * gdb.mi/mi-var-display.exp: Ditto.
2735 * gdb.mi/gdb792.exp: Ditto.
2736
075559bc
AC
27372003-02-01 Andrew Cagney <ac131313@redhat.com>
2738
2739 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
2740 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
2741 stack backtraces.
2742 * gdb.mi/mi-syn-frame.c: Part of same.
2743
2bd4c7b1
MK
27442003-02-01 Mark Kettenis <kettenis@gnu.org>
2745
2746 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
2747 gdb.mi/mi1-pthreads.exp: Return instead of calling
2748 gdb_suppress_entire_file.
2749
eabd8992
MS
27502003-02-01 Mark Salter <msalter@redhat.com>
2751
2752 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
2753
71469e2f
MS
27542003-01-31 Mark Salter <msalter@redhat.com>
2755
2756 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
2757 Support empty arg.
2758
38a94d44
MC
27592003-01-30 Michael Chastain <mec@shout.net>
2760
2761 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
2762 This was a workaround for a UTF-8 bug in readline 4.3. The bug
2763 has been fixed in gdb/readline on 2003-01-09.
2764
19ea9e73
MS
27652003-01-29 Michael Snyder <msnyder@redhat.com>
2766
e8d359df
MS
2767 * gdb.base/maint.exp: Allow for leading underscore in symbol.
2768 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
2769 * gdb.base/args.exp: Skip if target does not support args passing.
2770
2307bd6a
DJ
27712003-01-22 Daniel Jacobowitz <drow@mvista.com>
2772
19ea9e73 2773 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
2774 gdb_test. Accept a list of expect arguments as the third
2775 parameter.
2776 (gdb_test): Use it.
2777
f2dd3617
EZ
27782003-01-20 Elena Zannoni <ezannoni@redhat.com>
2779
2780 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
2781 allow for different test tree configurations. Update some
2782 tescases accordingly.
2783 * gdb.arch/altivec-regs.exp: Ditto.
2784 * gdb.asm/asm-source.exp: Ditto.
2785 * gdb.base/advance.exp: Ditto.
2786 * gdb.base/display.exp: Ditto.
d63a86f8 2787 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
2788 * gdb.base/mips_pro.exp: Ditto.
2789 * gdb.base/overlays.exp: Ditto.
2790 * gdb.base/relocate.exp: Ditto.
2791 * gdb.base/setshow.exp: Ditto.
2792 * gdb.base/step-line.exp: Ditto.
2793 * gdb.base/step-test.exp: Ditto.
2794 * gdb.base/until.exp: Ditto.
2795 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
2796
c71cdefd
DC
27972003-01-17 David Carlton <carlton@math.stanford.edu>
2798
2799 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
2800 corresponding to PR c++/945.
2801 Update copyright.
2802
fdba05d7
DC
28032003-01-17 David Carlton <carlton@math.stanford.edu>
2804
2805 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
2806 corresponding to PR c++/68.
2807
28082003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
2809
2810 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
2811 (test_paddr_hairy_functions): Call print_addr_2_kfail for
2812 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
2813
c362c33a
EZ
28142003-01-15 Elena Zannoni <ezannoni@redhat.com>
2815
0fbc361c
EZ
2816 * gdb.base/break.exp: Fix change of default location, because of
2817 removal of until tests.
2818 * gdb.base/help.exp: Update test for new 'until' help message.
2819 Add test for help on 'advance'.
c362c33a
EZ
2820 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
2821
dabf8a35
MK
28222003-01-15 Mark Kettenis <kettenis@gnu.org>
2823
2824 * gdb.base/default.exp: Adapt "info float" test for recent changes
2825 to that command. Add test for "info vector".
2826 * gdb.base/float.exp: New file. Add test for "info float" that
2827 resembles the old test in gdb.base/default.exp.
2828
a1769aca
DC
28292003-01-15 David Carlton <carlton@math.stanford.edu>
2830
2831 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
2832
82025e13
EZ
28332003-01-15 Elena Zannoni <ezannoni@redhat.com>
2834
2835 * gdb.base/break.exp: Move the tests of until command from here...
2836 * gdb.base/until.exp: ... to here. New file. Add other tests.
2837 * gdb.base/advance.c: New file.
2838 * gdb.base/advance.exp: New file.
2839
8f9ab801
EZ
28402003-01-14 Elena Zannoni <ezannoni@redhat.com>
2841
2842 * gdb.base/args.c: New file.
2843 * gdb.base/args.exp: New file.
2844
9ae66589
DJ
28452003-01-14 Daniel Jacobowitz <drow@mvista.com>
2846
2847 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
2848
8d77e5c3
DJ
28492003-01-14 Daniel Jacobowitz <drow@mvista.com>
2850
2851 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
2852
12d2f0a1
DJ
28532003-01-14 Daniel Jacobowitz <drow@mvista.com>
2854
2855 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
2856 dates.
2857
6ca37014
DJ
28582003-01-13 Daniel Jacobowitz <drow@mvista.com>
2859
2860 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
2861
b0023472
DJ
28622003-01-13 Daniel Jacobowitz <drow@mvista.com>
2863
2864 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
2865 (ptype &*"foo").
2866 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
2867
d6abaea5
DJ
28682002-01-13 Daniel Jacobowitz <drow@mvista.com>
2869
2870 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
2871 * gdb.mi/mi1-console.exp: Likewise.
2872
dfd536a7
DJ
28732002-01-13 Daniel Jacobowitz <drow@mvista.com>
2874
2875 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
2876 * gdb.mi/mi1-console.exp: Likewise.
2877
a1fb14a2
DJ
28782003-01-13 Daniel Jacobowitz <drow@mvista.com>
2879
2880 * gdb.c++/overload.exp: Remove some fixed XFAILs.
2881
c4cf40b7
DJ
28822003-01-09 Daniel Jacobowitz <drow@mvista.com>
2883
2884 * gdb.base/detach.exp: New test.
2885
696d5a5b
DJ
28862003-01-09 Daniel Jacobowitz <drow@mvista.com>
2887
2888 * Makefile.in (ALL_SUBDIRS): New variable.
2889 (subdirs, clean, distclean): Use it.
2890 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
2891 regenerating Makefile, since it is generated from the top level.
2892 * gdb.asm/Makefile.in: Likewise.
2893 * gdb.base/Makefile.in: Likewise.
2894 * gdb.c++/Makefile.in: Likewise.
2895 * gdb.disasm/Makefile.in: Likewise.
2896 * gdb.java/Makefile.in: Likewise.
2897 * gdb.mi/Makefile.in: Likewise.
2898 * gdb.threads/Makefile.in: Likewise.
2899 * gdb.trace/Makefile.in: Likewise.
2900
754533e4
DC
29012003-01-09 David Carlton <carlton@math.stanford.edu>
2902
2903 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
2904 Add copyright year 2003.
2905
d8b3e9ee
MC
29062003-01-06 Michael Chastain <mec@shout.net>
2907
2908 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
2909 When selecting a thread, 'line' and 'file' are optional.
2910 * gdb.mi/mi1-pthreads.exp: Likewise.
2911
8e9e0fe6
AS
29122003-01-06 Andreas Schwab <schwab@suse.de>
2913
2914 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
2915 failures.
2916
b5ab8ff3
DJ
29172003-01-04 Daniel Jacobowitz <drow@mvista.com>
2918
2919 Fix PR gdb/844
2920 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
2921 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
2922
2923 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
2924 instead of calling gdb_suppress_entire_file.
2925 * gdb.threads/print-threads.exp: Likewise.
2926 * gdb.threads/schedlock.exp: Likewise.
2927
2928 * gdb.threads/killed.exp: Return instead of calling
2929 gdb_suppress_entire_file.
2930 * gdb.threads/linux-dp.exp: Likewise.
2931 * gdb.threads/pthreads.exp: Likewise.
2932
1e698235
DJ
29332003-01-04 Daniel Jacobowitz <drow@mvista.com>
2934
2935 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
2936 stabs.
2937 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
2938 * gdb.base/whatis.exp: Always allow (void) after function names.
2939
147ff08c
DJ
29402003-01-04 Daniel Jacobowitz <drow@mvista.com>
2941
2942 * gdb.c++/casts.exp: Correct regexp.
2943
dc62bfc2
MK
29442003-01-04 Mark Kettenis <kettenis@gnu.org>
2945
2946 * configure.in: Call AC_CONFIG_HEADER. Don't call
2947 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
2948 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
2949 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
2950 aforementioned directories in the AC_OUPUT call.
2951 * config.hin: New file.
2952 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
2953 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
2954 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
2955 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
2956 pass -I$objdir instead of -I$objdir/$subdir in compilation.
2957 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
2958 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
2959 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
2960 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
2961 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
2962 gdb.threads/configure.in, gdb.threads/configure,
2963 gdb.threads/config.in, gdb.trace/configure.in,
2964 gdb.trace/configure: Removed.
2965
77afa639
MC
29662003-01-03 Michael Chastain <mec@shout.net>
2967
2968 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
2969 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
2970
7634bb6e
DJ
29712003-01-03 Daniel Jacobowitz <drow@mvista.com>
2972
2973 * gdb.base/store.exp: Fix regular expressions.
2974
b39c905e
MK
29752002-12-28 Mark Kettenis <kettenis@gnu.org>
2976
2977 * configure.in: Rewrite.
2978 * configure: Regenerated.
2979
0a8551dd
DC
29802003-01-03 David Carlton <carlton@math.stanford.edu>
2981
2982 * gdb.base/psymtab.exp: New file.
2983 * gdb.base/psymtab1.c: Ditto.
2984 * gdb.base/psymtab2.c: Ditto.
2985
c60b7188
AF
29862002-12-23 Adam Fedor <fedor@gnu.org>
2987
2988 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
2989
ee73db83
DC
29902002-12-23 David Carlton <carlton@math.stanford.edu>
2991
2992 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
2993 and current_directory initialization.
2994
d6c1774e
JB
29952002-12-22 Jim Blandy <jimb@redhat.com>
2996
f0a847b8
JB
2997 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
2998 rather than as part of the output file name.
2999
d6c1774e
JB
3000 * gdb.base/attach.exp: There's no need to copy the test program to
3001 /tmp; that was only ever necessary on HP/UX, and this test is
3002 entirely disabled there anyway.
3003
f0708dbb
JB
30042002-12-21 Jim Blandy <jimb@redhat.com>
3005
4c2acfea
JB
3006 * gdb.c++/psmang.exp: Doc fix.
3007
f0708dbb
JB
3008 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
3009 test.
3010
9579e000
DC
30112002-12-20 David Carlton <carlton@math.stanford.edu>
3012
3013 * gdb.c++/annota2.exp: KFAIL annotate-quit.
3014
d1810171
MC
30152002-12-18 Michael Chastain <mec@shout.net>
3016
3017 * gdb.c++/annota2.exp: Add copyright year 2002.
3018
76565097
DC
30192002-12-17 David Carlton <carlton@math.stanford.edu>
3020
3021 * gdb.c++/try_catch.cc: Add marker comments.
3022 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
3023 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
3024 * gdb.c++/m-static.cc: Ditto.
3025 * gdb.c++/m-static1.cc: Ditto.
3026 * gdb.c++/try_catch.cc: Ditto.
3027
da81390b
JJ
30282002-12-16 Jeff Johnston <jjohnstn@redhat.com>
3029
3030 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
3031 to see whether we are using the new -environment-directory
3032 command which resets via -r or the old version of the command
3033 which may prompt the user. Part of fix for gdb/741.
3034
b304d130
AC
30352002-12-13 Andrew Cagney <ac131313@redhat.com>
3036
3037 * gdb.fortran/types.exp: Update obsolete comment.
3038 * gdb.fortran/exprs.exp: Ditto.
3039 * lib/gdb.exp: Delete obsolete code.
3040 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
3041 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
3042 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
3043 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
3044 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
3045 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
3046 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
3047 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
3048 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
3049 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
3050 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
3051 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
3052 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
3053 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
3054 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
3055 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
3056 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
3057 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
3058 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
3059 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
3060 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
3061 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
3062 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
3063 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
3064 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
3065 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
3066 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
3067 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
3068 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
3069 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
3070 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
3071 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
3072 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
3073 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
3074 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
3075 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
3076 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
3077
a23b6e6a
DC
30782002-12-11 David Carlton <carlton@math.stanford.edu>
3079
3080 * gdb.c++/m-data.exp: Add test for members that shadow global
3081 variables: see PR gdb/804.
3082 * gdb.c++/m-data.cc: Ditto.
3083
6604731b
DJ
30842002-12-10 Daniel Jacobowitz <drow@mvista.com>
3085
3086 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
3087
de46ecd7
DC
30882002-12-06 David Carlton <carlton@math.stanford.edu>
3089
3090 * gdb.base/store.c: Don't declare functions static.
3091
27e829d0
AC
30922002-12-04 Andrew Cagney <ac131313@redhat.com>
3093
3094 * gdb.base/store.exp, gdb.base/store.c: New files.
3095
92806416
DJ
30962002-12-03 Daniel Jacobowitz <drow@mvista.com>
3097
3098 * gdb.base/selftest.exp: Update for current gdb.
3099
3bcbaac5
DJ
31002002-12-03 Daniel Jacobowitz <drow@mvista.com>
3101
3102 * gdb.base/maint.exp: Only dump symbols from one source file
3103 or objfile.
3104
f4f00b1f
DJ
31052002-12-03 Daniel Jacobowitz <drow@mvista.com>
3106
3107 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
3108 function call.
3109
f1c8a949
JB
31102002-11-25 Jim Blandy <jimb@redhat.com>
3111
3112 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
3113 function appearing in error message.
3114
9e297a97
DJ
31152002-11-21 Daniel Jacobowitz <drow@mvista.com>
3116
3117 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
3118
1f312e79
JJ
31192002-11-08 Jeff Johnston <jjohnstn@redhat.com>
3120
d63a86f8
RM
3121 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
3122 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
3123 should be in mi console format. This is part of fix for PR gdb/604.
3124
83c31e7d
FN
31252002-09-18 Fernando Nasser <fnasser@redhat.com>
3126
3127 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
3128 which explicitly prints the zero offset as "+0".
3129
322b3f65
DJ
31302002-10-22 Daniel Jacobowitz <drow@mvista.com>
3131
3132 * gdb.threads/schedlock.c (args): Make unsigned.
3133
31342002-10-21 Daniel Jacobowitz <drow@mvista.com>
3135
3136 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
3137 numbers. Allow "foo2|selected stack frame".
3138 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
3139 * gdb.asm/asmsrc2.s: Likewise.
3140 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
3141 comments.
3142 * gdb.asm/mips.inc: New file.
3143
5e2fe5b8
AF
31442002-10-18 Adam Fedor <fedor@gnu.org>
3145
3146 * gdb.base/default.exp: Update expected output to include 'ObjC'.
3147 * gdb.base/help.exp: Likewise.
3148
abe1a5d0
KB
31492002-10-17 Kevin Buettner <kevinb@redhat.com>
3150
3151 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
3152 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
3153
10abb1d4
JB
31542002-10-02 Jim Blandy <jimb@redhat.com>
3155
3156 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
3157
1f609b42
AC
31582002-10-01 Andrew Cagney <ac131313@redhat.com>
3159
3160 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
3161 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
3162 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
3163 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
3164 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
3165 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
3166 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
3167
0aee02e4
AC
31682002-09-29 Andrew Cagney <ac131313@redhat.com>
3169
3170 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
3171 * mi0-disassemble.exp, mi0-eval.exp: Delete.
3172 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
3173 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
3174 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
3175 * mi0-var-block.exp, mi0-var-child.exp: Delete.
3176 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 3177
6fde09ad
KB
31782002-09-27 Kevin Buettner <kevinb@redhat.com>
3179
3180 * gdb.base/annota1.exp (info break): Make directory components of
3181 path optional since not all compilers emit this debug information.
3182
3183 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
3184 step ends up stepping out of the function instead of stopping on
3185 the epilogue.
3186
9e8aab75
KS
31872002-09-26 Keith Seitz <keiths@redhat.com>
3188
3189 * lib/insight-support.exp (gdbtk_start): Figure out where
3190 the insight executable is based on where gdb is. Use this
3191 executable to start insight instead of gdb.
3192
e36180d7
AC
31932002-09-25 Andrew Cagney <cagney@redhat.com>
3194
3195 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
3196
9dd34b2b
AC
31972002-09-24 Andrew Cagney <ac131313@redhat.com>
3198
3199 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
3200 test_isolated_complaints.
3201 (test_empty_complaint): New function.
3202 (test_empty_complaints): New function. Check no output when no
3203 complaints.
d63a86f8 3204
dea97812
KB
32052002-09-19 Jim Blandy <jimb@redhat.com>
3206
3207 * gdb.base/charset.exp, gdb.base/charset.c: New files.
3208
54951bd7
AC
32092002-09-19 Andrew Cagney <ac131313@redhat.com>
3210
3211 * gdb.gdb/complaints.exp: New file.
3212
dec43320
AC
32132002-09-18 Andrew Cagney <ac131313@redhat.com>
3214
3215 * gdb.base/maint.exp: Check `help maint internal-warning'.
3216
e70d6e3f
DC
32172002-09-18 David Carlton <carlton@math.stanford.edu>
3218
3219 * gdb.c++/m-static.exp: Remove breakpoints depending on line
3220 numbers, and replace them by a single breakpoint after the
3221 constructors are all finished.
3222 Add test 4.
3223 * gdb.c++/m-static.cc: Add test 4.
3224 * gdb.c++/m-static.h: New file.
3225 * gdb.c++/m-static1.cc: New file.
3226
3227 * gdb.c++/printmethod.exp: New file.
3228 * gdb.c++/printmethod.cc: New file.
3229
3230 * gdb.c++/pr-574.exp: New file.
3231 * gdb.c++/pr-574.cc: New file.
3232
afb5c968
CV
32332002-09-18 Corinna Vinschen <vinschen@redhat.com>
3234
3235 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
3236 embedded targets which never actually exit.
3237
31e45dee
FN
32382002-09-18 Fernando Nasser <fnasser@redhat.com>
3239
3240 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
3241 "don't step after run" as unresolved or unsupported, instead of xfail.
3242
a283c5a1
CV
32432002-09-18 Corinna Vinschen <vinschen@redhat.com>
3244
3245 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
3246 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
3247 Add newline to expected string in "step out of main (status wrapper)"
3248 case.
3249
11350d2a
CV
32502002-09-18 Corinna Vinschen <vinschen@redhat.com>
3251
3252 * lib/gdb.exp (rerun_to_main): Allow restarting application.
3253 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
3254
0deec7d6
TT
32552002-09-17 Tom Tromey <tromey@redhat.com>
3256
3257 * gdb.base/printcmds.exp (test_print_string_constants): Expect
3258 \000, not \0, in double-quoted string.
3259
b2b4a1b5
CV
32602002-09-14 Corinna Vinschen <vinschen@redhat.com>
3261
c9d37158 3262 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
3263 string after running the commands execution on breakpoint tests.
3264
1c56143a
CV
32652002-09-13 Corinna Vinschen <vinschen@redhat.com>
3266
3267 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
3268
37f8da45
JB
32692002-09-12 Joel Brobecker <brobecker@gnat.com>
3270
3271 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
3272
08b468e0
KS
32732002-09-10 Keith Seitz <keiths@redhat.com>
3274
3275 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
3276 runto proc.
3277 (mi_run_to_main): Use mi_runto.
3278 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
3279
dc360f58
KS
32802002-09-10 Keith Seitz <keiths@redhat.com>
3281
3282 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
3283 regexp for stopping at main. Could have multiple event notifications.
3284 Don't assume that main was declared with no parameters.
3285 (mi_next): Use mi_step_to.
3286 (mi_step): Use mi_next_to.
3287
ce3abcfb
CV
32882002-09-09 Corinna Vinschen <vinschen@redhat.com>
3289
3290 * gdb.base/default.exp: Fix expected string in `info float' test.
3291
d1f5b980
BE
32922002-09-09 Ben Elliston <bje@redhat.com>
3293
3294 * config/mips.exp: Update comments.
3295 * config/mips-idt.exp: Likewise.
3296 * config/nind.exp: Likewise.
3297 * config/slite.exp: Likewise.
3298 * config/sparclet.exp: Likewise.
3299 * config/udi.exp: Likewise.
3300 * config/vx.exp: Likewise.
3301 * config/vxworks29k.exp: Likewise.
3302
2f71430b
JB
33032002-09-05 Jim Blandy <jimb@redhat.com>
3304
3305 * gdb.threads/killed.exp: Fix test failure message.
3306
7ddebc7e
KS
33072002-09-04 Keith Seitz <keiths@redhat.com>
3308
3309 * lib/mi-support.exp: Update copyright.
3310 (mi_gdb_test): Increase the priority of the expected pattern
3311 so that it matches gdb_test.
3312
0ae67eb3
KS
33132002-09-03 Keith Seitz <keiths@redhat.com>
3314
3315 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
3316 Use integer comparison instead of string comparison for testing
3317 whether binary was built.
3318
38fc42c8
JB
33192002-09-03 Jim Blandy <jimb@redhat.com>
3320
3321 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
3322
b6ff0e81
JB
33232002-08-29 Jim Blandy <jimb@redhat.com>
3324
3325 * gdb.threads/pthreads.exp: Move the portable thread compilation
3326 code into a function in lib/gdb.exp, and call that from here.
3327 * lib/gdb.exp (gdb_compile_pthreads): New function.
3328
07c98896
KS
33292002-08-29 Keith Seitz <keiths@redhat.com>
3330
3331 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
3332 expect_out so that callers can get at it.
3333
0312286c
DJ
33342002-08-23 Daniel Jacobowitz <drow@mvista.com>
3335
3336 * gdb.threads/print-threads.c: New file.
3337 * gdb.threads/print-threads.exp: New file.
3338 * gdb.threads/schedlock.c: New file.
3339 * gdb.threads/schedlock.exp: New file.
3340
dd039bc4
EZ
33412002-08-22 Elena Zannoni <ezannoni@redhat.com>
3342
3343 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
3344 not altivec.c.
3345
1f36144c
MK
33462002-08-17 Mark Kettenis <kettenis@gnu.org>
3347
3348 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
3349 targets. The problem should be fixed now.
3350
16057ec7 33512002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
3352
3353 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
3354 2002-07-24 change that removes final dots from error messages.
3355
3c1499ad
TT
33562002-08-13 Tom Tromey <tromey@redhat.com>
3357
3358 * gdb.base/readline.exp: New file.
3359
a20ce2c3
AC
33602002-08-01 Andrew Cagney <ac131313@redhat.com>
3361
3362 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
3363 supress message.
3364
db034ac5
AC
33652002-08-01 Andrew Cagney <cagney@redhat.com>
3366
3367 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
3368 CHILL_FOR_TARGET and CHILL_LIB.
3369 * configure.in (configdirs): Remove gdb.chill.
3370 * configure: Regenerate.
3371 * lib/gdb.exp: Obsolete references to chill.
3372 * gdb.fortran/types.exp: Ditto.
3373 * gdb.fortran/exprs.exp: Ditto.
3374
3e000b18
KB
33752002-07-30 Kevin Buettner <kevinb@redhat.com>
3376
3377 * gdb.base/shlib-call.exp (additional_flags): Conditionally
3378 set Irix-specific compile and link flags.
3379
28f4966b
KB
33802002-07-29 Kevin Buettner <kevinb@redhat.com>
3381
3382 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
3383 source files. The ``-o'' option doesn't work with the ``-E'' option
3384 when using the Irix compiler.
3385
46c0d5a6
DJ
33862002-07-19 Daniel Jacobowitz <drow@mvista.com>
3387
3388 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
3389 Improve support for reusing an exec file. Copy exec file
3390 to target, and run gdbserver on the target instead of on the host.
3391
eecf4bed
JB
33922002-07-18 Jim Blandy <jimb@redhat.com>
3393
0f815cdf
JB
3394 * gdb.base/ending-run.exp: Don't expect to see the program end in
3395 some orderly fashion when we're running on a real stand-alone
3396 board.
3397
eecf4bed
JB
3398 * gdb.base/interrupt.exp: Correct logic for skipping tests on
3399 targets that don't support interrupts.
3400
52d309e4
JB
34012002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
3402
3403 * gdb.base/attach.exp: Add patterns to match output from /proc-based
3404 systems.
3405 Move comments in expect statements to inside the actions, so that they
3406 don't get matched against.
3407
ff683d9e
MK
34082002-07-10 Mark Kettenis <kettenis@gnu.org>
3409
3410 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
3411 function when asleep" test.
3412
b5356753
AC
34132002-07-10 Andrew Cagney <ac131313@redhat.com>
3414
3415 * gdb.base/page.exp: Rewrite to handle problems with very long
3416 `info set' output. Update copyright.
3417
6aa4d13a
AC
34182002-06-26 Andrew Cagney <ac131313@redhat.com>
3419
3420 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
3421 gdb.threads-hp.
3422 * gdb.hp/configure: Regenerate.
3423 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
3424 * gdb.hp/gdb.threads-hp/configure: Delete file.
3425 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
3426
8cf8c2b8
AC
34272002-06-22 Andrew Cagney <ac131313@redhat.com>
3428
3429 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
3430 setlocale, bindtextdomain and textdomain.
3431
6827a8f8
JB
34322002-06-11 Jim Blandy <jimb@redhat.com>
3433
919d772c
JB
3434 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
3435 preprocessor macro information is present.
3436
6827a8f8
JB
3437 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
3438 tests.
3439
c15b0d21
MS
34402002-06-06 Michael Snyder <msnyder@redhat.com>
3441
c5984d70
MS
3442 * gdb.base/overlays.exp: Record addresses of overlay
3443 functions in TCL variables rather than in GDB variables,
3444 to avoid having GDB convert them to pointers (with loss
3445 of information).
3446
d63a86f8 3447 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 3448 default linker script changes.
c15b0d21
MS
3449 * gdb.base/long_long.exp: Add check for sizeof (long double).
3450
be26fe0d
ML
34512002-06-06 Michal Ludvig <mludvig@suse.cz>
3452
3453 * gdb.asm/asm-source.exp: Add x86-64 target.
3454 * gdb.asm/x86_64.inc: New.
d63a86f8 3455
258093ca 34562002-05-30 Michael Chastain <mec@shout.net>
258093ca 3457
4b3153f1 3458 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
3459 * gdb.c++/m-static.cc: New file.
3460 * gdb.c++/m-static.exp: New file.
3461
241264c6
MS
34622002-05-28 Michael Snyder <msnyder@redhat.com>
3463
3464 * gdb.base/call-ar-st.exp: Allow for reduced floating point
3465 precision.
3466
9bba8c8f 34672002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 3468
4b3153f1 3469 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
3470 * gdb.c++/m-data.cc: New file.
3471 * gdb.c++/m-data.exp: New file.
3472
34732002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 3474
4b3153f1 3475 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 3476 * gdb.c++/try_catch.cc: New file.
d63a86f8 3477 * gdb.c++/try_catch.exp: New file.
9bba8c8f 3478
def1b996
MC
34792002-05-27 Michael Chastain <mec@shout.net>
3480
3481 * gdb.c++/local.exp: Accept more nested types in output.
3482
522ba268
MC
34832002-05-26 Michael Chastain <mec@shout.net>
3484
3485 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
3486
277254ba
MS
34872002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
3488
3489 * lib/gdb.exp (gdb_wrapper_init): Just because
3490 gdb_wrapper_file exists, this does not mean that the file
3491 should not be rebuilt. That is what gdb_wrapper_initialized
3492 is for.
3493 (default_gdb_init): Reset gdb_wrapper_initialized.
3494
b61a8733
MS
34952002-05-23 Michael Snyder <msnyder@redhat.com>
3496
d63a86f8 3497 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
3498 the precision of the floating point test results.
3499 * gdb.base/call-rt-st.exp: Ditto.
3500
b61a8733
MS
3501 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
3502 * gdb.base/call-rt-st.exp: Ditto.
3503
56f6e910
MC
35042002-05-19 Michael Chastain <mec@shout.net>
3505
3506 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
3507
ad0b0016
EZ
35082002-05-19 Elena Zannoni <ezannoni@redhat.com>
3509
3510 * configure.in (configdirs): Add gdb.arch.
3511 * configure: Regenerate.
3512
f617d2b6
JB
35132002-05-17 Jim Blandy <jimb@redhat.com>
3514
3515 * gdb.base/completion.exp: Recognize the more detailed error
3516 messages produced by the macro expander's lexical analyzer.
3517
eac2a696
EZ
35182002-05-14 Elena Zannoni <ezannoni@redhat.com>
3519
3520 * gdb.arch/altivec-abi.c: New file.
3521 * gdb.arch/altivec-abi.exp: New file.
3522 * gdb.arch/altivec-regs.c: New file.
3523 * gdb.arch/altivec-regs.exp: New file.
3524
2fdde8f8
DJ
35252002-05-14 Daniel Jacobowitz <drow@mvista.com>
3526
3527 * gdb.base/maint.exp (maint print type): Update for new type
3528 structure.
d63a86f8 3529
e31f1a7c
EZ
35302002-05-14 Elena Zannoni <ezannoni@redhat.com>
3531
3532 * gdb.arch: New directory.
3533 * gdb.arch/configure.in: New file.
3534 * gdb.arch/configure: New file.
3535 * gdb.arch/Makefile.in: New file.
3536
db589741
CV
35372002-05-13 Corinna Vinschen <vinschen@redhat.com>
3538
3539 * gdb.asm/asm-source.exp: Add v850 as supported target.
3540 * gdb.asm/v850.inc: New file.
3541
8ce2a7dc
DJ
35422002-05-13 Daniel Jacobowitz <drow@mvista.com>
3543
3544 * gdb.c++/annota2.exp (annotate-quit): Add comment.
3545
df763c7f
DJ
35462002-05-12 Daniel Jacobowitz <drow@mvista.com>
3547
3548 * gdb.base/break.exp: Check 'break "marker2"'.
3549
377daeed
MS
35502002-05-10 Michael Snyder <msnyder@redhat.com>
3551
3552 * gdb.base/long_long.exp: Fix typo.
3553
c4b7bc2b
JB
35542002-05-10 Jim Blandy <jimb@redhat.com>
3555
ecac9a4e
JB
3556 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
3557 a bug.
3558
c4b7bc2b
JB
3559 * gdb.base/printcmds.exp (test_integer_literals_rejected):
3560 Recognize more detailed error message produced by the macro
3561 expander's lexical analyzer.
3562 * lib/gdb.exp (test_print_reject): Same.
3563
e71019a1
MK
35642002-05-09 Mark Kettenis <kettenis@gnu.org>
3565
3566 * gdb.c++/method.exp: Fix typo.
3567
fedfc8e6
MS
35682002-05-08 Michael Snyder <msnyder@redhat.com>
3569
166a1957
MS
3570 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
3571 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 3572 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
3573 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
3574 Add iftarget clause for strongarm.
d63a86f8 3575
f1c47eb2
MS
35762002-05-06 Michael Snyder <msnyder@redhat.com>
3577
cb9a9d3e
MS
3578 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
3579 (gdb_continue_to_end): Accept output from status wrapper.
3580 * gdb.base/ending-run.exp: Add case for output from status wrapper.
3581 Clean up fail messages to match pass messages.
3582
f1c47eb2
MS
3583 Enable the "needs_status_wrapper" testsuite feature.
3584 * lib/gdb.exp (gdb_wrapper_init): New procedure.
3585 (gdb_compile): Conditionally call gdb_wrapper_init.
3586 * gdb.base/a2-run.exp: Recognize output from status wrapper.
3587 * gdb.c++/method.exp: Recognize output from status wrapper.
3588
6079c749
BE
35892002-05-06 Ben Elliston <bje@redhat.com>
3590From Graydon Hoare <graydon@redhat.com>
3591
3592 * config/sid.exp: Include support for "rawsid" protocol.
3593
188baff3
JB
35942002-05-03 Jim Blandy <jimb@redhat.com>
3595
3596 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
3597 * gdb.c++/hang3.C: New file.
3598
b9c07f0f
AC
35992002-05-04 Andrew Cagney <ac131313@redhat.com>
3600
3601 * gdb.base/default.exp: Remove obsolete code.
3602 * gdb.c++/misc.exp: Ditto. Update copyright.
3603 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
3604 * gdb.base/whatis.exp: Ditto. Update copyright.
3605 * gdb.base/scope.exp: Ditto. Update copyright.
3606 * gdb.base/ptype.exp: Ditto. Update copyright.
3607 * gdb.base/printcmds.exp: Ditto. Update copyright.
3608 * gdb.base/opaque.exp: Ditto. Update copyright.
3609 * gdb.base/list.exp: Ditto.
3610 * gdb.base/funcargs.exp: Ditto. Update copyright.
3611 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
3612 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
3613 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
3614 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
3615 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
3616 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
3617
5c7a0397
MS
36182002-05-02 Michael Snyder <msnyder@redhat.com>
3619
d6dcc264 3620 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
3621 * gdb.base/long_long.exp: Add xscale target.
3622 * gdb.base/default.exp: Add xscale target.
3623
eb7f1c48
JB
36242002-05-01 Jim Blandy <jimb@redhat.com>
3625
3626 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
3627 gdb.c++/hang.exp: New test.
3628
a6befae8
FF
36292002-05-01 Fred Fish <fnf@redhat.com>
3630
3631 * gdb.base/completion.exp: Handle completions of "./Make" for
3632 more than one completion possibility, as is the case when we
3633 build and test in the source tree.
3634
0a310277
AG
36352002-04-29 Anthony Green <green@redhat.com>
3636
3637 * gdb.java/jmisc1.exp: New file.
3638 * gdb.java/jmisc2.exp: New file.
3639
6ff9af88
DJ
36402002-04-24 Daniel Jacobowitz <drow@mvista.com>
3641
3642 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
3643
96b3d632
EZ
36442002-04-23 Elena Zannoni <ezannoni@redhat.com>
3645
3646 * gdb.base/help.exp: Change 'help status' to allow for target
3647 dependent output differences.
3648
5019bb54
MC
36492002-04-22 Michael Chastain <mec@shout.net>
3650
3651 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
3652
a805a116
MC
36532002-04-22 Michael Chastain <mec@shout.net>
3654
3655 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
3656
a1706bfd
DM
36572002-04-17 David S. Miller <davem@redhat.com>
3658
3659 * gdb.asm/sparc64.inc: New file.
3660 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
3661
a73a20a2
EZ
36622002-04-19 Elena Zannoni <ezannoni@redhat.com>
3663
3664 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
3665 instruction file directly into the build tree. Clean up at end of
3666 test.
3667
ba678339
DM
36682002-04-18 David S. Miller <davem@redhat.com>
3669
3670 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
3671 handle 64-bit platforms correctly.
3672 * gdb.base/maint.exp: Likewise.
3673
b03399da
KB
36742002-04-18 Kevin Buettner <kevinb@redhat.com>
3675
3676 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
3677 ``-fpic'' when compiling files comprising a shared library, but
3678 it does need additional linker flags in order to find shared
3679 libraries at run time.
3680
e2004992
KB
36812002-04-18 Kevin Buettner <kevinb@redhat.com>
3682
3683 * gdb.base/cvexpr.c (use): New function.
3684 (main): Invoke use() on all global variables to prevent
3685 some linkers from deleting these otherwise unused symbols.
3686
d8937120
MC
36872002-04-17 Michael Chastain <mec@shout.net>
3688From David S. Miller <davem@redhat.com>
3689
3690 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
3691 handle 64-bit platforms correctly.
3692
ffd61a58
MS
36932002-04-12 Michael Snyder <msnyder@redhat.com>
3694From Jim Blandy <jimb@redhat.com>
3695 * gdb.base/foo.c (foox): Remove section attribute; the linker
3696 script can handle this instead.
3697 * gdb.base/bar.c (barx): Same.
3698 * gdb.base/baz.c (bazx): Same.
3699 * gdb.base/grbx.c (grbxx): Same.
3700
3701 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
3702 manager doesn't automatically unmap overlays unnecessarily.
3703
6b8426a6
MH
37042002-04-10 Martin M. Hunt <hunt@redhat.com>
3705
3706 * gdb.base/ending-run.exp: Fix pattern for Mips targets
3707 stepping out of main.
3708
34af4875
MC
37092002-04-09 Michael Chastain <mec@shout.net>
3710
3711 * gdb.c++/local.cc (main): Move call to marker1() inside nested
3712 scope so that the nested scope tests will make sense.
3713 * gdb.c++/local.exp: Write patterns that actually work with gcc
3714 (the HP patterns "were never known to work with gcc").
3715 Keep the old aCC patterns too.
3716
2d1676a0
DJ
37172002-04-09 Daniel Jacobowitz <drow@mvista.com>
3718
3719 * gdb.base/attach.exp: Correct target board test.
3720
3a63e3f9
MC
37212002-04-08 Michael Chastain <mec@shout.net>
3722
3723 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
3724 in a const method. Add some xfail and fail cases for configurations
3725 that do not emit the "const ...".
3726
f18dabd2
MC
37272002-04-07 Michael Chastain <mec@shout.net>
3728
3729 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
3730 Accept "A * const" and "const A * const" as type of "this".
3731 Fix spelling of getFunky throughout. Make messages uniform.
3732
0fcddd82
EZ
37332002-04-07 Elena Zannoni <ezannoni@redhat.com>
3734
3735 Work around for PR gdb/285:
3736 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
3737
16a8534a
EZ
37382002-04-07 Elena Zannoni <ezannoni@redhat.com>
3739
3740 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
3741 instructions file at run time instead of configure time.
3742 Sometimes we run the test in a directory that is not the one we
3743 configured in.
3744 * gdb.asm/configure.in: Delete creation of symlink.
3745 * gdb.asm/configure: Regenerate.
3746
24181d81
JB
37472002-04-05 J. Brobecker <brobecker@gnat.com>
3748
3749 * gdb.gdb/xfullpath.exp: New test, to exercise the new
3750 xfullpath () function.
3751
7cdb7107
DJ
37522002-04-04 Daniel Jacobowitz <drow@mvista.com>
3753
3754 * gdb.asm/Makefile.in: Correct dependencies.
3755
3756 * gdb.asm/powerpc.inc: New file.
3757 * gdb.asm/asm-source.exp: Add PowerPC.
3758 * gdb.asm/configure.in: Likewise.
3759 * gdb.asm/configure: Regenerated.
3760
a7d17088
DJ
37612002-04-04 Daniel Jacobowitz <drow@mvista.com>
3762
3763 * gdb.base/relocate.exp: New file.
3764 * gdb.base/relocate.c: New file.
3765
cd721503
FF
37662002-04-04 Fred Fish <fnf@redhat.com>
3767
3768 * gdb.base/step-test.exp: Update comment regarding stopping in
3769 memcpy/bcopy calls inserted as part of the compiler runtime.
3770
b22ad7a7
MS
37712002-04-04 Michael Snyder <msnyder@redhat.com>
3772
3773 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
3774
5f279fa6
DJ
37752002-04-03 Daniel Jacobowitz <drow@mvista.com>
3776
3777 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
3778 (gdb_expect): Remove $notransfer hack.
3779
dd0fd3ce
DJ
37802002-04-02 Daniel Jacobowitz <drow@mvista.com>
3781
3782 * gdb.c++/classes.exp ("calling method for small class"): Match
3783 updated register output.
3784
1e50cda1
DJ
37852002-03-30 Daniel Jacobowitz <drow@mvista.com>
3786
3787 Fix PR gdb/452
3788 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
3789 when finished. Make gdb_file_cmd send "exec-file" when
3790 appropriate.
3791
24015922
DJ
37922002-03-30 Daniel Jacobowitz <drow@mvista.com>
3793
3794 * gdb.base/attach.exp: Remove extra setup_xfail.
3795
dd7dfd64
MS
37962002-03-26 Michael Snyder <msnyder@redhat.com>
3797
3798 * gdb.base/default.exp: Add tests for dump, append, and restore.
3799 * gdb.base/help.exp: Add tests for dump, append, and restore.
3800 * gdb.base/dump.exp: New file, test dump, append and restore.
3801 * gdb.base/dump.c: New file.
3802
48b2f8d7
MS
38032002-03-27 Michael Snyder <msnyder@redhat.com>
3804
d63a86f8 3805 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
3806 clean-ups in help messages.
3807
05b4d525
FF
38082002-03-26 Fred Fish <fnf@redhat.com>
3809
3810 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
3811 have debugging info for those functions and the compiler uses them
3812 internally to copy structs around.
3813
d7679631
FF
38142002-03-26 Fred Fish <fnf@redhat.com>
3815
3816 * gdb.base/list.exp: Revert the change made yesterday and add note
3817 about why we don't list the default lines for remote targets.
3818
523ac3f9
MS
38192002-03-25 Michael Snyder <msnyder@redhat.com>
3820
3821 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
3822
754b2b8d
FF
38232002-03-25 Fred Fish <fnf@redhat.com>
3824
3825 * gdb.base/list.exp: This test works on remote targets so remove
3826 the short circuit for remote targets. Update copyright.
3827
33c3e192
FF
38282002-03-25 Fred Fish <fnf@redhat.com>
3829
3830 * gdb.base/attach.exp: Fix logic error that was suppressing this
3831 test for all non hppa*-*-hpux* targets, instead of the hp target.
3832 Move comments closer to the suppression point. Also now need to
3833 check that we are running natively.
3834
d43e73ee
MS
38352002-03-22 Michael Snyder <msnyder@redhat.com>
3836
882c8f02
MS
3837 * gdb.base/default.exp: Add test for gcore. Update copyright.
3838 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 3839
04c12f60
FF
38402002-03-06 Fred Fish <fnf@redhat.com>
3841
3842 * gdb.base/funcargs.c: Remove extraneous ';' character.
3843 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
3844
b43df995
MC
38452002-03-04 Michael Chastain <mec@shout.net>
3846
3847 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
3848 accommodate gcc v3 function signature.
3849 * gdb.mi/mi0-var-cmd-exp: Ditto.
3850
92362027
AC
38512002-02-24 Andrew Cagney <ac131313@redhat.com>
3852
3853 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
3854 ``GNU/Linux'' or ``Linux kernel''
3855 * testsuite/gdb.threads/pthreads.c: Ditto.
3856
258ad32d
MC
38572002-02-24 Michael Chastain <mec@shout.net>
3858
3859 * gdb.threads/pthreads.c (thread1): Add a return statement.
3860 (thread2): Likewise.
3861 (foo): Likewise.
3862
04c3b3d4
MC
38632002-02-23 Michael Chastain <mec@shout.net>
3864
3865 * gdb.threads/linux-dp.c (philosopher): Add a return statement
3866 to placate gcc.
3867
5a2a0a20
MC
38682002-02-23 Michael Chastain <mec@shout.net>
3869
3870 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
3871 test "ptype bint". The test passes on all my stabs configurations.
3872
a640f7fc
JB
38732002-02-21 Jim Blandy <jimb@redhat.com>
3874
27924826
JB
3875 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
3876 filename at a time, and watch for the ones we want to see.
3877
a640f7fc
JB
3878 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
3879 types of pointers to prototyped functions.
3880
edcc8c75
AC
38812002-02-20 Andrew Cagney <ac131313@redhat.com>
3882
3883 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
3884 signed, unsigned and straight char.
3885 (padding_char, padding_short, padding_int, padding_long,
3886 padding_long_long, padding_float, padding_double,
3887 padding_long_double): New global variables.
3888 (fill, fill_structs): New functions.
3889
3890 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
3891 for correctly sized writes. Update copyright.
3892 (get_valueof): New procedure.
3893 (get_sizeof): Call get_valueof.
3894 (check_valueof): New procedure.
3895 (check_padding): New procedure.
3896
ac57ea44
MC
38972002-02-20 Michael Chastain <mec@shout.net>
3898
3899 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
3900 to setup_xfail. Document some of the remaining calls.
3901
7a10c941
MC
39022002-02-18 Michael Chastain <mec@shout.net>
3903
3904 * gdb.c++/userdef.exp: Update copyright year.
3905
fb8acdcc
DJ
39062002-02-18 Daniel Jacobowitz <drow@mvista.com>
3907
3908 * gdb.c++/userdef.exp: Test overloaded operators properly.
3909 Remove xfails.
3910
fda6ae12
MS
39112002-02-14 Michael Snyder <msnyder@redhat.com>
3912
3913 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
3914
676a0442
DJ
39152002-02-14 Daniel Jacobowitz <drow@mvista.com>
3916
3917 * gdb.base/a2-run.exp: Check for a remote target properly.
3918 * gdb.base/annota1.exp: Likewise.
3919 * gdb.base/list.exp: Likewise.
3920 * gdb.base/reread.exp: Likewise.
3921 * gdb.base/scope.exp: Likewise.
3922 * gdb.base/shlib-call.exp: Likewise.
3923 * gdb.base/term.exp: Likewise.
3924 * gdb.c++/annota2.exp: Likewise.
3925
78b4f468
RE
39262002-02-13 Richard Earnshaw <rearnsha@arm.com>
3927
3928 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
3929
9a81ba51
MC
39302002-02-10 Michael Chastain <mec@shout.net>
3931
3932 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
3933 (call_after_alloca): Ditto.
3934
004af6c7
DJ
39352002-02-10 Daniel Jacobowitz <drow@mvista.com>
3936
3937 * gdb.base/ending-run.exp: Guard "cont" test with
3938 gdb_skip_stdio_test.
3939
37225f62
JB
39402002-02-06 Jim Blandy <jimb@redhat.com>
3941
3942 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
3943 from here...
3944 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
3945 To here. Disable this test on non-HP platforms. Add big comment.
3946
fe6fdd96
MS
39472002-02-04 Michael Snyder <msnyder@redhat.com>
3948
3949 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
3950 other than d10v and m32r.
3951
036fad3f
RE
39522002-02-02 Richard Earnshaw <rearnsha@arm.com>
3953
3954 * gdb.base/default.exp: Rewrite test patterns to reduce time
3955 taken to match them.
3956
7148ab62
DJ
39572002-01-30 Daniel Jacobowitz <drow@mvista.com>
3958
3959 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
3960 Allow a start function above main.
3961 * gdb.threads/linux-dp.exp: Fix copyright date.
3962
396cc255
DJ
39632002-01-30 Daniel Jacobowitz <drow@mvista.com>
3964
3965 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
3966 (check_philosopher_stack): Check for manager thread before checking
3967 for a just-starting thread.
3968
f038d31b
DJ
39692002-01-30 Daniel Jacobowitz <drow@mvista.com>
3970
3971 From Neil Booth <neil@daikokuya.demon.co.uk>:
3972 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
3973 warnings.
3974
b3ff9d9a
FF
39752002-01-21 Fred Fish <fnf@redhat.com>
3976
3977 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
3978 not caller.
3979
39ad761d
JB
39802002-01-21 Jim Blandy <jimb@redhat.com>
3981
3982 * gdb.base/reread.exp: Check that GDB properly re-reads the
3983 executable file when it changes while no inferior is running.
3984
aaf320fa
FF
39852002-01-21 Fred Fish <fnf@redhat.com>
3986
3987 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
3988 optionally accept the "shlib events" variation.
3989
808a31f5
JB
39902002-01-21 Jim Blandy <jimb@redhat.com>
3991
3992 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
3993 call `fflush' after every `printf', so that the output is produced
3994 at predictable points, regardless of whatever buffering does (or
3995 doesn't) take place.
3996 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
3997 at different points.
3998
4420d5e2
DJ
39992002-01-20 Daniel Jacobowitz <drow@mvista.com>
4000
4001 * gdb.c++/inherit.exp: Update copyright years.
4002 * gdb.c++/method.exp: Likewise.
4003
3e36a0f4
DJ
40042002-01-20 Daniel Jacobowitz <drow@mvista.com>
4005
4006 * gdb.c++/classes.exp: Update for improved v3 support and skipping
4007 artificial methods/arguments.
4008 * gdb.c++/derivation.exp: Likewise.
4009 * gdb.c++/inherit.exp: Likewise.
4010 * gdb.c++/method.exp: Likewise.
4011 * gdb.c++/virtfunc.exp: Likewise.
4012
b4ceaee6
AC
40132002-01-18 Andrew Cagney <ac131313@redhat.com>
4014
4015 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
4016 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
4017 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
4018 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
4019 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
4020 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
4021
ecace851
JB
40222002-01-17 Jim Blandy <jimb@redhat.com>
4023
4024 * gdb.asm/asm-source.exp (info symbol): Take another shot at
4025 anchoring the pattern matching the entry point symbol's name.
4026
375fc983
AC
40272002-01-17 Andrew Cagney <ac131313@redhat.com>
4028
4029 * gdb.base/maint.exp: Update ``maint internal-error'' to match
4030 continue/quit query. Update copyright.
4031
fe6fdd96
MS
40322002-01-14 Michael Snyder <msnyder@redhat.com>
4033
4034 * gdb.base/gcore.exp: Remove extra debugging output.
4035
e017c81f
DJ
40362002-01-13 Daniel Jacobowitz <drow@mvista.com>
4037
4038 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
4039 for slightly dubious v2 mangled string.
4040
37ab3bf8
DJ
40412002-01-13 Daniel Jacobowitz <drow@mvista.com>
4042
4043 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
4044
1bc05c3a 40452002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 4046
1bc05c3a 4047 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 4048
1bc05c3a
JM
4049 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
4050 constructors.
4051 * gdb.c++/derivation.exp: Likewise.
4052 * gdb.c++/templates.exp: Likewise.
4053 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 4054
1bc05c3a
JM
40552002-01-10 Michael Snyder <msnyder@redhat.com>
4056
4057 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 4058
a911c360
MS
40592002-01-08 Michael Snyder <msnyder@redhat.com>
4060
4061 * gdb.base/gcore.exp: New test for generate-core-file command.
4062 * gdb.base/gcore.c: Testcase for above.
4063 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
4064
ea2119ec
JM
40652002-01-08 Jason Merrill <jason@redhat.com>
4066
4067 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
4068
68203136
FF
40692002-01-07 Fred Fish <fnf@redhat.com>
4070
4071 * gdb.c++/overload.exp: Remove unconditional xfails for:
4072 print foo_instance1.overloadargs(1)
4073 print foo_instance1.overloadargs(1, 2)
4074 print foo_instance1.overloadargs(1, 2, 3)
4075 print foo_instance1.overloadargs(1, 2, 3, 4)
4076 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
4077 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
4078 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
4079 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
4080 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
4081 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
4082 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
4083 print foo_instance1.overload1arg()
4084 print foo_instance1.overload1arg((char)arg2)
4085 print foo_instance1.overload1arg((signed char)arg3)
4086 print foo_instance1.overload1arg((unsigned char)arg4)
4087 print foo_instance1.overload1arg((int)arg7)
4088 print foo_instance1.overload1arg((unsigned int)arg8)
4089 print foo_instance1.overload1arg((float)arg11)
4090 print foo_instance1.overload1arg((double)arg12)
d63a86f8 4091
21b9b5b1
MS
40922002-01-07 Michael Snyder <msnyder@redhat.com>
4093
4094 * gdb.base/huge.exp: New test. Print a very large target data object.
4095 (skip_huge_test): New test variable. Define if you want to skip this
4096 test. The test reads an 8 megabyte data object from the target, so it
4097 might be very time consuming on remote targets with a slow connection.
4098 * gdb.base/huge.c: New file. Test case for above.
4099
725f922e
FF
41002002-01-07 Fred Fish <fnf@redhat.com>
4101
4102 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
4103 g_instance.bfoo, and g_instance.cfoo.
4104
634d57ec
JL
4105Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
4106
f286b2c3
JL
4107 * gdb.base/break.c (multi_line_if_conditional): New function.
4108 (multi_ilne_while_conditional): Likewise.
4109 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
4110 IF or WHILE condition puts the breakpoint at the start of
4111 the condition.
4112
634d57ec
JL
4113 * gdb.base/selftest.exp (backtrace through signal handler): Remove
4114 hppa*-*-hpux* expected failure.
4115 * gdb.base/structs.exp (do_function_calls): Similarly.
4116
4117 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
4118 watchpoints.
4119
9fbfe2dc
AC
41202002-01-06 Andrew Cagney <ac131313@redhat.com>
4121
4122 Fix PR gdb/66.
4123 * gdb.base/structs.exp: Replace skip for a29k with skip for
4124 gdb,cannot_call_functions.
4125 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
4126 * gdb.base/callfuncs.exp: Ditto.
4127 * gdb.base/call-rt-st.exp: Ditto.
4128 * gdb.base/call-strs.exp: Ditto.
4129 * gdb.base/callfwmall.exp: Ditto.
4130 * gdb.base/scope.exp: Obsolete xfail a29k.
4131 * gdb.c++/misc.exp: Ditto.
4132 * gdb.c++/cplusfuncs.exp: Ditto.
4133 * gdb.base/ptype.exp: Ditto.
4134 * gdb.base/printcmds.exp: Ditto.
4135 * gdb.base/opaque.exp: Ditto.
4136 * gdb.base/list.exp: Ditto.
4137 * gdb.base/funcargs.exp: Ditto.
4138 * gdb.base/default.exp: Ditto.
4139
8ddad156
MS
41402002-01-04 Michael Snyder <msnyder@redhat.com>
4141
ca4976a6 4142 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
4143 * gdb.base/maint.exp: Add tests for maint info sections options.
4144
1b074332
JL
4145Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
4146
4147 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
4148
7d159115
CV
41492001-12-20 Corinna Vinschen <vinschen@redhat.com>
4150
4151 * gdb.asm/arm.inc: New file.
4152 * gdb.asm/asm-source.exp: Add arm targets.
4153 * gdb.asm/configure.in: Ditto.
4154 * gdb.asm/configure: Recreated from configure.in.
4155
8fb87725
JL
4156Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
4157
afabe08c
JL
4158 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
4159 with HP's compiler.
4160 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
4161 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
4162 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
4163 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
4164
4165 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
4166 either HP's compilers or GCC.
4167
db521deb
JL
4168 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
4169 a SIGBUS or SIGSEGV.
4170
4171 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
4172
4173 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
4174 can be compiled with either HP's compiler or GCC.
4175
cfa88ab7
JL
4176 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
4177 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
4178 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
4179
ca344dff
JL
4180 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
4181 to match current gdb output. Update due to using auto-solib-limit
4182 for limiting instead of overloading auto-solib-add.
4183 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
4184 test program.
4185
3f3c6e55 4186 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
4187 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
4188 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
4189 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
4190 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
4191 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
4192 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
4193 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
4194 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
4195 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
4196 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
4197 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
4198 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 4199
8fb87725
JL
4200 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
4201 a SIGTRAP to the inferior.
4202
cf599fa7
CV
42032001-12-19 Corinna Vinschen <vinschen@redhat.com>
4204
4205 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
4206 Substitute call to target_link by call to gdb_compile.
4207
2cd045cd
JL
4208Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
4209
4210 * gdb.base/break.exp: Fix HP specific search string when testing
4211 backtracing in a called function.
4212
d63a86f8 4213 * gdb.base/constvars.exp: Only set lang to C++ if we're
2cd045cd
JL
4214 compiling the test with HP's compilers.
4215 * gdb.base/volatile.exp: Similarly.
4216
99ebe9ac
JB
42172001-12-19 Jim Blandy <jimb@redhat.com>
4218
4219 * gdb.base/printcmds.exp: Expect the null character to be printed
4220 as '\0', and the '\013' to be printed as '\v'.
4221 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
4222 * gdb.base/setvar.exp: Same.
4223
b9891b29
JB
42242001-12-17 Jim Blandy <jimb@redhat.com>
4225
0eba65ab
JB
4226 * gdb.base/completion.exp: Rather than completing very long
4227 filenames, which can make the readline library produce output we
4228 don't recognize, cd to the directory first, and then complete
4229 using nice, short relative paths.
4230
6970b5b1
JB
4231 * gdb.base/completion.exp: On some systems, there is, in fact, a
4232 variable named `b' in scope, since GDB treats all static
4233 variables as being in scope. So use `no_var_named_this'
4234 instead of `b'.
4235
b9891b29
JB
4236 * gdb.base/corefile.exp: Recognize the message saying that GDB
4237 can't find the core file's registers as a failure.
4238
e6ccd35f
JSC
42392001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
4240
4241 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
4242 test expect string more specific.
4243
105ba819
CV
42442001-12-13 Corinna Vinschen <vinschen@redhat.com>
4245
4246 * gdb.asm/asm-source.exp: Add support for xstormy16.
4247 * gdb.asm/configure.in: Ditto.
4248 * gdb.asm/configure: Rebuild.
4249 * gdb.asm/xstormy16.inc: New file.
4250
e9e79dd9
FF
42512001-12-10 Fred Fish <fnf@redhat.com>
4252
4253 * gdb.base/maint.exp: Update to match changes in type dumping code.
4254
347dc97d
JB
42552001-12-10 Jim Blandy <jimb@redhat.com>
4256
4257 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
4258 matching the entry point symbol's name at the beginning of the
4259 line.
4260
5178b9d6
DJ
42612001-12-07 Daniel Jacobowitz <drow@mvista.com>
4262
4263 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
4264 gdb.c++/inherit.exp, gdb.c++/method.exp,
4265 gdb.c++/namespace.exp, gdb.c++/templates.exp,
4266 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
4267 and class layout support.
4268
af890c52
DJ
42692001-12-07 Daniel Jacobowitz <drow@mvista.com>
4270
4271 * gdb.c++/classes.exp: Add test for static member function.
4272 * gdb.c++/misc.cc: Add class with static member function.
4273
7a345fb3
JB
42742001-12-07 Jim Blandy <jimb@redhat.com>
4275
f2e54a80 4276 If GDB says it can't find the struct the function returned, report
8032bf31
JB
4277 those tests as `unsupported'.
4278 * gdb.base/call-rt-st.exp (print_struct_call): New function.
4279 Rewrite subsequent tests to use it.
4280
4281 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
4282 those tests as `unsupported'.
4283 * gdb.base/structs.exp (call_struct_func): New function.
4284 (do_function_calls): Use call_struct_func to call the functions
4285 returning structs.
4286
0bc69509
JB
4287 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
4288 whether functions are prototyped or not, so we can't possibly pass
4289 arguments to t_float_values2 properly.
4290
7a345fb3
JB
4291 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
4292 value of `timeout' for targets other than the mips*tx39-*.
4293
edb6ede1
MS
42942001-12-06 Michael Snyder <msnyder@redhat.com>
4295
d63a86f8 4296 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
4297 and detect whether the start symbol has a leading underscore.
4298
2d842f13
JB
42992001-12-04 Jim Blandy <jimb@redhat.com>
4300
4301 * gdb.base/completion.exp: Clarify indentation.
4302
68550daf
JB
43032001-12-03 Jim Blandy <jimb@redhat.com>
4304
4305 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
4306 variables on the S/390, not `.word'.
4307
cd5195a8
JB
43082001-11-30 Jim Blandy <jimb@redhat.com>
4309
4310 Add assembly-source tests for s390-ibm-linux.
4311 * gdb.asm/s390.inc: New file.
4312 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
4313 the S/390 architecture.
4314 * gdb.asm/configure: Regenerated.
4315
ca9efc90
MS
43162001-11-30 Michael Snyder <msnyder@redhat.com>
4317
4318 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
4319 next, info source, info sources, info line, global and static
4320 variables, and static functions.
4321 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
4322 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
4323 * gdb.asm/asmsrc1.s: Add a static function and some variables.
4324 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
4325 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
4326 (gdbasm_leave): Restore frame pointer.
4327 (gdbasm_startup): Copy stack set-up from crt0.S.
4328
d0e66976
FN
43292001-11-26 Fernando Nasser <fnasser@redhat.com>
4330
4331 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
4332 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
4333 to a local (non-static) variable. Copy tstruct.a to a static buffer
4334 and return a pointer to that buffer.
4335 * gdb.base/callfwmall.c (t_structs_a): Ditto.
4336
e2334072
MK
43372001-11-24 Mark Kettenis <kettenis@gnu.org>
4338
4339 * gdb.asm/configure.in: Fix recognition of ix86 target.
4340 * gdb.asm/configure: Regenerate.
4341
756caa3d
MS
43422001-11-21 Michael Snyder <msnyder@redhat.com>
4343
4344 * gdb.asm/sparc.inc: New file.
4345 * gdb.asm/asm-source.exp: Recognize sparc target.
4346 * gdb.asm/configure.in: Recognize sparc target.
4347 * gdb.asm/configure: Regenerate.
d63a86f8 4348
9a4d72d5
MS
43492001-11-21 Michael Snyder <msnyder@redhat.com>
4350
4351 * gdb.asm/m32r.inc: New file.
4352 * gdb.asm/asm-source.exp: Recognize m32r target.
4353 * gdb.asm/configure.in: Recognize m32r target.
4354 * gdb.asm/configure: Regenerate.
4355
a773d1cd
MS
43562001-11-20 Michael Snyder <msnyder@redhat.com>
4357
017ac23d
MS
4358 * gdb.asm/i386.inc: New file.
4359 * gdb.asm/asm-source.exp: Recognize ix86 target.
4360 * gdb.asm/configure.in: Recognize ix86 target.
4361 * gdb.asm/configure: Regenerate.
4362
a773d1cd
MS
4363 * gdb.c++/namespace.exp: Fix quotes in output messages.
4364
bb632afb
MS
43652001-11-14 Michael Snyder <msnyder@redhat.com>
4366
25d559ca 4367 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
4368 qualifier in a type cast expression, to designate an address
4369 in the instruction space (Harvard architecture).
4370
4749e309
MS
43712001-11-13 Michael Snyder <msnyder@redhat.com>
4372
4373 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
4374 Tests for expressions using 'const' and 'volatile'.
4375
25050984
CV
43762001-11-13 Corinna Vinschen <vinschen@redhat.com>
4377
4378 * gdb.asm/asm-sources.exp: Allow defining linker flags.
4379
1902c51f
DJ
43802001-11-12 Daniel Jacobowitz <drow@mvista.com>
4381
4382 * lib/mi-support.exp (mi_run_to_helper): Move comments
4383 outside of gdb_expect.
4384
dcf95b47
DJ
43852001-11-11 Daniel Jacobowitz <drow@mvista.com>
4386
4387 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
4388 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
4389 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
4390 mi0_run_to): New functions.
4391 * gdb.mi/mi-simplerun.exp: Use them.
4392 * gdb.mi/mi0-simplerun.exp: Likewise.
4393 * gdb.mi/mi-var-cmd.exp: Likewise.
4394 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 4395
45b074e1
AC
43962001-11-10 Andrew Cagney <ac131313@redhat.com>
4397
4398 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
4399 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
4400
bf50d346
AC
44012001-11-09 Andrew Cagney <ac131313@redhat.com>
4402
4403 * gdb.base/restore.exp: Include $expected value in restored test
4404 message.
4405
9383332c
AC
44062001-11-09 Andrew Cagney <ac131313@redhat.com>
4407
4408 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
4409 implemented.
4410
db62520a
MS
44112001-11-08 Michael Snyder <msnyder@redhat.com>
4412
4413 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
4414 Add pass/fail message for stop at breakpoint in call dummy function.
4415
b5703437
MS
44162001-11-07 Michael Snyder <msnyder@redhat.com>
4417
d63a86f8
RM
4418 * gdb.c++/templates.exp (test_template_breakpoints):
4419 If we get an overload menu, but it does not match what
760f6330 4420 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
4421 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
4422 making the whitespace optional. Argument for "new" may be
4423 "unsigned" as well as "unsigned int/long".
d63a86f8 4424 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
4425 making the whitespace optional. Also replace "(void) with
4426 "((void|)), making the keyword "void" optional.
d63a86f8 4427 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
4428 making the whitespace optional. Also replace "(void) with
4429 "((void|)), making the keyword "void" optional.
3bf40917
MS
4430 * gdb.base/callfuncs.c (t_float_values): This function must
4431 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 4432 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
4433 can be tested against both cases. Usually one case involves
4434 promotion of float to double, while the other does not.
4435 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
4436 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
4437 includes a stack frame for "start".
4438
c8ab4e6d
JB
44392001-11-05 Jim Blandy <jimb@redhat.com>
4440
4441 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
4442 pointers are 32 bits long, and that offsets of relocs are always
4443 stored in the data (REL-style), and not in the reloc entry itself
4444 (RELA-style).
4445 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
4446 stabs.
4447
3f08ced9
MS
44482001-11-01 Michael Snyder <msnyder@redhat.com>
4449
4450 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
4451 and regular expression operators by using quoting.
4452
cbfa24cd
MS
44532001-10-31 Michael Snyder <msnyder@redhat.com>
4454
4455 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
4456 depending on what the symbol table contains.
4457 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
4458 the output of the ptype command. Similarly, accept both "const &"
4459 and "const&".
4460
aaa68313
CV
44612001-10-31 Corinna Vinschen <vinschen@redhat.com>
4462
4463 * gdb.base/miscexprs.c (main): Add usage of preprocessor
4464 symbol `STORAGE' to allow to choose the storage class of
4465 the local datastructures.
4466 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
4467 compiler directive.
4468
91740388
MS
44692001-10-30 Michael Snyder <msnyder@redhat.com>
4470
4471 * gdb.base/jump.exp: Allow it to run for all targets.
4472
1b7c05e7
CV
44732001-10-29 Corinna Vinschen <vinschen@redhat.com>
4474
4475 * gdb.base/call-ar-st.c (print_double_array): Match for loop
4476 with new double_array size.
4477 (main): Change storage class of all local variables to static.
4478 Reduce size of double_array to 9.
4479 * gdb.base/call-ar-st.exp: Increase timeout value.
4480 Change expected output for double array to match new size in
4481 call-ar-st.c.
4482
36a22261
CV
44832001-10-29 Corinna Vinschen <vinschen@redhat.com>
4484
4485 * gdb.base/ending-run.exp: Create identical output when passing
4486 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 4487 Stormy16 target.
36a22261 4488
92b8ae91
MK
44892001-10-28 Mark Kettenis <kettenis@gnu.org>
4490
4491 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
4492 that we catch the expected failure under Linux/x86.
4493
cb135b83
OF
44942001-10-29 Orjan Friberg <orjanf@axis.com>
4495
4496 * gdb.base/setvar.exp: Escape curly braces.
4497 * gdb.stabs/weird.exp: Ditto.
4498
6884aa54
DJ
44992001-10-27 Daniel Jacobowitz <drow@mvista.com>
4500
4501 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
4502 * gdm.mi/mi0-hack-cli.exp: Likewise.
4503
0398c9aa
AC
45042001-10-25 Andrew Cagney <ac131313@redhat.com>
4505
4506 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
4507 messages.
4508
d20bf2e8
AC
45092001-10-21 Andrew Cagney <ac131313@redhat.com>
4510
4511 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
4512 checking MI enabled.
4513
03dd63aa
CV
45142001-10-09 Corinna Vinschen <vinschen@redhat.com>
4515
4516 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
4517
1d9d99f3
FCE
45182001-10-04 Frank Ch. Eigler <fche@redhat.com>
4519
4520 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
4521 if gdb child process crashes, just signal an error.
4522
838ae6c4
JB
45232001-10-02 Jim Blandy <jimb@redhat.com>
4524
4525 * lib/gdb.exp (test_xfail_format): Simplify.
4526
4527 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
4528 front of the variable name `format'. Simplify `if'.
4529
8f0cbc1c
DJ
45302001-10-01 Daniel Jacobowitz <drow@mvista.com>
4531
4532 * gdb.threads/pthreads.exp: Wait for output and delay
4533 before sending ^C.
4534
1f08dafd
DJ
45352001-10-01 Daniel Jacobowitz <drow@mvista.com>
4536
4537 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
4538 some incorrect output instead of timing out.
4539 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
4540
674f90ff
CV
45412001-09-28 Corinna Vinschen <vinschen@redhat.com>
4542
4543 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
4544 check to allow additional `int'.
4545
9b284272
DJ
45462001-09-27 Daniel Jacobowitz <drow@mvista.com>
4547
4548 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
4549 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
4550
b55a4771
MS
45512001-09-27 Michael Snyder <msnyder@redhat.com>
4552
4553 * lib/gdb.exp (test_debug_format): New proc.
4554 (setup_xfail_format): Use new proc test_debug_format.
4555 * gdb.base/constvars.exp (local_compiler_xfail_check): New
4556 proc; use new service proc test_debug_format.
4557 Replace all other "gcc_compiled" tests with this test.
4558 * gdb.base/volatile.exp (local_compiler_xfail_check): New
4559 proc; use new service proc test_debug_format.
4560 Replace all other "gcc_compiled" tests with this test.
4561
45622001-09-27 Michael Snyder <msnyder@redhat.com>
4563
4564 * gdb.base/cvexpr.exp: New file.
4565 * gdb.base/cvexpr.c: New file
4566 Test for expressions using const and volatile keywords.
4567
4e6667ac
CV
45682001-09-26 Corinna Vinschen <vinschen@redhat.com>
4569
4570 * gdb.base/constvars.exp: Check for different orders of keywords
4571 and additional "int" strings in output.
4572
4f337972
AC
45732001-09-22 Andrew Cagney <ac131313@redhat.com>
4574
4575 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
4576 responses from "help maint".
4577
2015650d
FCE
45782001-09-19 Frank Ch. Eigler <fche@redhat.com>
4579
4580 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
4581 to localhost:NNN instead of :NNN, in case Xvfb is listening
4582 only on TCP.
4583
f3bcedc1
CV
45842001-09-19 Corinna Vinschen <vinschen@redhat.com>
4585
4586 * gdb.base/recurse.exp: When checking leaving the watchpoint
4587 scope, recognize when gdb is in function's epilogue and pass.
4588
6b819c92
KS
45892001-09-18 Keith Seitz <keiths@redhat.com>
4590
4591 * lib/insight-support.exp (_gdbtk_export_target_info): Add
4592 support for running tests against sid targets.
4593 (gdbtk_done): Ditto.
4594
a10c9419
CV
45952001-09-18 Corinna Vinschen <vinschen@redhat.com>
4596
4597 * gdb.base/ending-run.c (main): Set stdout buffersize
4598 to the same reasonable value for any target.
4599 * gdb.base/ending-run.exp: Add a regular expression
4600 to make testsuite happy on Sanyo Stormy16 target.
4601
739d0d99
CV
46022001-09-17 Corinna Vinschen <vinschen@redhat.com>
4603
4604 * gdb.base/display.c (do_loops): Add float variable `f'.
4605 Increment f in loop.
4606 * gdb.base/display.exp: Increment timeout by 60 seconds.
4607 Change float display test to use variable `f'.
4608
1b8947f0
JB
46092001-09-17 Jim Blandy <jimb@redhat.com>
4610
4611 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
4612 overflowing the limited breakpoint tables on some ROM monitors
4613 (like the ROM68K).
4614
9890ac81
FCE
46152001-09-15 Frank Ch. Eigler <fche@redhat.com>
4616
4617 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
4618 the "-ac" (disable access control) flag.
4619
6db765ea
JH
46202001-08-30 Jeff Holcomb <jeffh@redhat.com>
4621
4622 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
4623 ints.
4624
4c32cc04
KS
46252001-08-30 Keith Seitz <keiths@redhat.com>
4626
4627 * lib/gdb.exp: Move all insight-related functionality into
4628 separate file.
4629 * lib/insight-support.exp: New file.
4630
8d6e6f81
FCE
46312001-08-29 Frank Ch. Eigler <fche@redhat.com>
4632
4633 * config/sid.exp (sid_start): Never set sid verbosity; disable
4634 expect_background {} that consumed its stdout; tolerate </dev/null.
4635 Attempt to set endianness override in "sid" protocol mode. Cleanup.
4636
6a90e1d0
AC
46372001-08-18 Andrew Cagney <ac131313@redhat.com>
4638
4639 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
4640 CLI jump command to start it.
4641 (mi_run_to_main): Fail immediatly when unexpected output.
4642
1759b3c3
AC
46432001-08-18 Andrew Cagney <ac131313@redhat.com>
4644
4645 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
4646 beginning of function. Fix PR gdb/191.
4647
61d11d80
FCE
46482001-08-16 Frank Ch. Eigler <fche@redhat.com>
4649
4650 * config/sid.exp (sid_start): Don't warn if we cannot figure out
4651 what to force sid endianness to.
4652
942a4df2
KS
46532001-08-15 Keith Seitz <keiths@redhat.com>
4654
4655 * lib/gdb.exp (gdbtk_start): Don't set environment
4656 variables for TCL_LIBRARY and friends. Insight will
4657 now figure these out for itself.
4658
0521c418
MS
46592001-08-02 Michael Snyder <msnyder@redhat.com>
4660
4661 * gdb.base/completion.exp: Remove the symbol "a64l" from
4662 the expect string; this is target-specific, and not related
4663 to what is being tested.
4664
74a9a58a
DB
46652001-08-02 Dave Brolley <brolley@redhat.com>
4666
4667 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
4668
c70819fa
MS
46692001-07-25 Michael Snyder <msnyder@redhat.com>
4670
c2b8fa57
MS
4671 * gdb.base/consecutive.exp: New file. Test stepping over
4672 breakpoints on consecutive instructions.
4673 * gdb.base/consecutive.c: New file.
4674
c70819fa
MS
4675 * gdb.base/call-rt-st.exp: Use double-backslash to quote
4676 curly braces in regular expressions.
4677
2b1a1355
MS
46782001-07-25 Michael Snyder <msnyder@redhat.com>
4679
4680 * gdb.base/ending-run.exp: Accept "Program exited normally" as
4681 legitimate output from stepping out of main.
4682
413eca6f
KS
46832001-07-22 Keith Seitz <keiths@redhat.com>
4684
4685 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
4686 the empty string, do not run the tests.
4687
7e5a9322
SC
46882001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4689
4690 * gdb.base/long_long.exp: Detect size of pointer. Take into
4691 account 2-byte pointers when testing for p/a results.
4692
de58f10f
SC
46932001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4694
d63a86f8 4695 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
4696 and defined to 1K for m68hc11.
4697 (random_data): Reduce table to 1K for embedded platforms (68hc11).
4698 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
4699 (sizeof_random_data): New variable to tell the size of the data table;
4700 don't test past this size; always run to main.
4701
d6f5fea1
SC
47022001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4703
4704 * gdb.base/return2.exp: return of long long and double fails for
4705 68HC11; don't execute these tests on that platform.
4706 * gdb.base/return.exp: Return of a double fails for 68hc11.
4707
c477543d
SC
47082001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4709
4710 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
4711 tests that print a float.
4712 * call-rt-st.exp: Likewise.
4713
63cf1c79
MK
47142001-07-12 Mark Kettenis <kettenis@gnu.org>
4715
4716 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
4717 running this test on Linux.
4718
112f9ab5
MC
47192001-06-24 Michael Chastain <chastain@redhat.com>
4720
4721 * gdb.base/arithmet.exp: Remove some tests to make all test names
4722 unique.
4723
4970cb0f
MS
47242001-07-03 Michael Snyder <msnyder@redhat.com>
4725
4726 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
4727 the output of the ptype command.
4728
d85da69f
MS
47292001-07-02 Michael Snyder <msnyder@redhat.com>
4730
4c8a82de
MS
4731 * gdb.base/completion.exp: Don't assume that break.c is the only
4732 source file that may contain functions named "marker".
d85da69f
MS
4733 * gdb.base/corefile.exp: Quote the curly braces in regexp.
4734
8afc772b
AC
47352001-06-28 Andrew Cagney <ac131313@redhat.com>
4736
4737 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
4738 of files to delete.
4739
4740 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
4741 * gdb.disasm/h8300s.exp: New file.
4742 gdb.disasm/h8300s.s: Likewise.
4743
cff22675
AC
47442001-06-27 Andrew Cagney <ac131313@redhat.com>
4745
4746 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
4747 empty breakpoint tables.
4748
68c81b54
AC
47492001-06-25 Andrew Cagney <ac131313@redhat.com>
4750
4751 * lib/mi-support.exp: Update args=... part of stop-reason
4752 patterns. Accept either a list or a tuple.
4753
2dd62704
AC
47542001-06-23 Andrew Cagney <ac131313@redhat.com>
4755
4756 * lib/mi-support.exp: Remove local emacs variable defining
4757 change-log-default-name.
4758
b4127474
MC
47592001-06-22 Michael Chastain <chastain@redhat.com>
4760
4761 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
4762 This is operationally compatible with the previous version.
4763
8dbfb380
JB
47642001-06-13 Jim Blandy <jimb@redhat.com>
4765
4766 * lib/gdb.exp (gdb_test): Doc fix.
4767
f2d8c86d
MC
47682001-06-10 Michael Chastain <chastain@redhat.com>
4769
4770 * gdb.base/exprs.exp: Remove a duplicate test.
4771
81564d34
JB
47722001-06-06 Jim Blandy <jimb@redhat.com>
4773
4774 * gdb.base/return2.exp (main): Use values to test float and double
4775 returns that are not NaN's, to avoid being confused by IEEE
4776 comparison rules.
4777
da55addb
MS
47782001-06-04 Michael Snyder <msnyder@redhat.com>
4779
4780 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 4781 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
4782 rather than wait for 12 more tests to time out.
4783
42c65987
JB
47842001-06-06 Jim Blandy <jimb@redhat.com>
4785
b18bced9 4786 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 4787 Don't forget to match the GDB prompt.
b18bced9 4788
42c65987
JB
4789 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
4790
5b41e5f0
JB
47912001-06-04 Jim Blandy <jimb@redhat.com>
4792
4793 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
4794 command.
4795
015e046f
KB
47962001-05-31 Kevin Buettner <kevinb@redhat.com>
4797
4798 * gdb.base/annota1.exp (info break): Match four or more spaces
4799 after "Address".
4800
fb1ffbbe
MC
48012001-05-31 Michael Chastain <chastain@redhat.com>
4802
4803 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
4804 (dm_type_int_star): Likewise.
4805 (dm_type_long_star): Likewise.
4806 (dm_type_void_star): Likewise.
4807
5ea2a32c
KB
48082001-05-29 Kevin Buettner <kevinb@redhat.com>
4809
4810 * gdb.base/completion.exp (INPUTRC): Set this environment variable
4811 to a known value in order to get consistent results regardless
4812 of the setting of INPUTRC or the presence or contents of .inputrc.
4813
ae23c492
MS
48142001-05-24 Michael Snyder <msnyder@redhat.com>
4815
ac55707e
MS
4816 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
4817 Don't require that the main thread and the manager thread are the
4818 first in the list.
4819
ae23c492
MS
4820 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
4821 debugging. If test fails, issue an "unsupported" not a "fail".
4822
400071f1
JB
48232001-05-24 Jim Blandy <jimb@redhat.com>
4824
4825 Don't assume that short is shorter than int.
4826 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
4827 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 4828 this isn't true.
400071f1
JB
4829 ("print unsigned char == (~0)"): Add test that verifies that ~0,
4830 an int, is not equal to ~0 stored in an unsigned char. This tests
4831 the same thing that the previous test meant to, but works on
4832 16-bit machines, too.
4833 ("print unsigned char != (~0)"): Same test, complemented.
4834
0816a3e5
MS
48352001-05-24 Michael Snyder <msnyder@redhat.com>
4836
4837 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 4838 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
4839 and prevents dejagnu getting out of step.
4840
f6dc23a9
KB
48412001-05-23 Kevin Buettner <kevinb@redhat.com>
4842
4843 * gdb.base/finish.exp (finish_void): Revise pattern for
4844 stopping on the call statement to not permit stopping at
4845 the start of the instructions comprising the call sequence.
4846
7dbd117d
MC
48472001-05-19 Michael Chastain <chastain@redhat.com>
4848
4849 * gdb.base/callfuncs.exp: Make all test names unique.
4850 * gdb.base/commands.exp: Make all test names unique.
4851 * gdb.base/condbreak.exp: Make all test names unique.
4852 * gdb.base/dbx.exp: Make all test names unique.
4853 * gdb.base/default.exp: Make all test names unique.
4854 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
4855 and TIMEOUT messages to their corresponding PASS message.
4856 * gdb.base/ending-run.exp: Make all test names unique.
4857 * gdb.base/long_long.exp: Remove duplicate test.
4858
6b0b0a9e
KB
48592001-05-21 Kevin Buettner <kevinb@redhat.com>
4860
4861 * gdb.base/finish.exp (finish_void): Allow "finish" command to
4862 stop on the call statement as well as the statement after the
4863 call.
4864
2caa35cb
MS
48652001-05-21 Michael Snyder <msnyder@redhat.com>
4866
4867 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
4868
40713331
EZ
48692001-05-10 Elena Zannoni <ezannoni@redhat.com>
4870
4871 * gdb.base/completion.exp: Revamp test. Make it execute on all
4872 platforms.
4873
c2c1be8d
EZ
48742001-05-10 Elena Zannoni <ezannoni@redhat.com>
4875
2c9cd303
EZ
4876 * config/gdbserver.exp (gdb_load): Handle the case
4877 in which the arguments to gdbserver are given in the
4878 baseboard configuration file.
4879 Also handle the case in which the server needs to do a
4880 load.
4881
9671de48
KS
48822001-05-07 Keith Seitz <keiths@cygnus.com>
4883
4884 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
4885 set up the display for testing.
4886 (gdbtk_start): Convert all paths to paths that tcl will like.
4887 Export target information to environment.
4888 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
4889 necessary.
4890 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
4891 (to_tcl_path): New proc to convert a given pathname into
4892 a path acceptible as an argument to a tcl command.
4893 (_gdbtk_export_target_info): New proc to export target info
4894 into the environment for gdbtk testing.
4895 (gdbtk_done): New proc to signal end-of-test.
4896
5a360f47
JB
48972001-05-06 Jim Blandy <jimb@redhat.com>
4898
4899 * restore.c: Make the code of caller0 correspond to its comment.
4900
66c756c6
MS
49012001-05-03 Michael Snyder <msnyder@redhat.com>
4902
4903 * config/sid.exp (gdb_target_sid): Check for error messages.
4904 On error or timeout, don't make expect exit (which will terminate
4905 all subsequent tests); instead just make gdb exit.
d63a86f8 4906 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
4907 return a negative value.
4908
a966fde5
JB
49092001-04-24 Jim Blandy <jimb@redhat.com>
4910
851c18e0
JB
4911 * gdb.c++/templates.exp: If we see the prompt for the overload
4912 list, but we haven't recognized any of the longer patterns,
4913 arrange for this test to fail, not hang.
4914
a966fde5
JB
4915 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
4916 variations.
4917
db144853
MC
49182001-04-22 Michael Chastain <chastain@redhat.com>
4919
4920 * gdb.c++/local.exp: Use the 'runto' library function.
4921 * gdb.c++/namespace.exp: Likewise.
4922 * gdb.c++/overload.exp: Likewise.
4923
3207ec21
KB
49242001-03-26 Kevin Buettner <kevinb@redhat.com>
4925
4926 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
4927 * gdb.base/step-line.exp: New file. Test step/next in presence of
4928 #line directives.
4929 * gdb.base/step-line.c: New file. Test program for the above.
4930 * gdb.base/step-line.inp: New file. We pretend that this file has
4931 been transformed by some other tool into step-line.c.
4932
13b57657
JB
49332001-03-21 Jim Blandy <jimb@redhat.com>
4934
4935 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
4936 unmangled operator names.
4937
754cbe1c
JB
49382001-03-20 Jim Blandy <jimb@redhat.com>
4939
4940 * gdb.threads/linux-dp.exp: Recognize an additional message
4941 generated by GDB when it doesn't understand how to debug threads
4942 on the target system.
4943
177495c9
AC
49442001-03-19 Andrew Cagney <ac131313@redhat.com>
4945
4946 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
4947
f266096b
MC
49482001-03-12 Michael Chastain <chastain@redhat.com>
4949
4950 * gdb.c++/derivation.exp: Use the 'runto' library function.
4951
cac3c2ff
MC
49522001-03-12 Michael Chastain <chastain@redhat.com>
4953
4954 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
4955
b6c11a24
MC
49562001-02-24 Michael Chastain <chastain@redhat.com>
4957
4958 * gdb.c++/ref-types.exp: Change handwritten code to library
4959 function 'runto'.
4960
6bae5bce
OF
49612001-03-16 Orjan Friberg <orjanf@axis.com>
4962
4963 * gdb.base/signals.exp: Set count to 0 explicitly.
4964
0015fd9a
MS
49652001-03-15 Mark Salter <msalter@redhat.com>
4966
4967 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
4968 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
4969 (gdb_load): Add support for additional target_info: gdb_download_size
4970 and gdb_load_timeout.
0015fd9a 4971
fc33412a
DT
4972Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
4973
4974 * gdb.base/annota1.exp: Move test of isnative to earlier in the
4975 file -- to prevent failing when the compile fails but we have no
4976 intention of running the tests anyway.
4977
4978 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
4979 tests if set.
4980
4981 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
4982 integers.
4983
4984 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
4985 * gdb.c++/namespace.exp: Ditto.
4986
115f06de
OF
49872001-03-07 Orjan Friberg <orjanf@axis.com>
4988
4989 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
4990 * gdb.base/pointers.exp: Relax pattern match of decimals.
4991
b6ba6518
KB
49922001-03-06 Kevin Buettner <kevinb@redhat.com>
4993
4994 * Makefile.in, config/abug.exp, config/cfdbug.exp,
4995 config/cpu32bug.exp, config/dve.exp, config/est.exp,
4996 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
4997 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
4998 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
4999 config/sh.exp, config/sid.exp, config/slite.exp,
5000 config/sparclet.exp, config/udi.exp, config/unknown.exp,
5001 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
5002 config/vxworks.exp, config/vxworks29k.exp,
5003 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
5004 gdb.base/all-bin.exp, gdb.base/annota1.exp,
5005 gdb.base/arithmet.exp, gdb.base/assign.exp,
5006 gdb.base/async.exp, gdb.base/attach.exp,
5007 gdb.base/bitfields.exp, gdb.base/bitops.exp,
5008 gdb.base/break.exp, gdb.base/call-ar-st.exp,
5009 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
5010 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
5011 gdb.base/commands.exp, gdb.base/completion.exp,
5012 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
5013 gdb.base/constvars.exp, gdb.base/corefile.exp,
5014 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
5015 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
5016 gdb.base/ending-run.exp, gdb.base/environ.exp,
5017 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
5018 gdb.base/finish.exp, gdb.base/foll-exec.exp,
5019 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
5020 gdb.base/funcargs.exp, gdb.base/help.exp,
5021 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
5022 gdb.base/logical.exp, gdb.base/long_long.exp,
5023 gdb.base/maint.exp, gdb.base/mips_pro.exp,
5024 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
5025 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
5026 gdb.base/pointers.exp, gdb.base/printcmds.exp,
5027 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
5028 gdb.base/regs.exp, gdb.base/relational.exp,
5029 gdb.base/remote.exp, gdb.base/reread.exp,
5030 gdb.base/restore.exp, gdb.base/return2.exp,
5031 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
5032 gdb.base/selftest.exp, gdb.base/setshow.exp,
5033 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
5034 gdb.base/sigall.exp, gdb.base/signals.exp,
5035 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
5036 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
5037 gdb.base/step-test.exp, gdb.base/structs.c,
5038 gdb.base/structs.exp, gdb.base/structs2.exp,
5039 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
5040 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
5041 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
5042 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
5043 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
5044 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
5045 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
5046 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
5047 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
5048 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
5049 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
5050 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
5051 gdb.fortran/types.exp, gdb.java/jmisc.exp,
5052 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
5053 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
5054 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
5055 gdb.trace/circ.exp, gdb.trace/collection.exp,
5056 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
5057 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
5058 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
5059 gdb.trace/report.exp, gdb.trace/save-trace.exp,
5060 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
5061 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
5062 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
5063 notices.
5064
dc96c6c7 50652001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
5066
5067 * gdb.base/varargs.c (find_max_double): Fix printf format string:
5068 first arg is int not float.
5069
dc96c6c7 50702001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
5071
5072 * gdb.base/reread.exp: Unsupported for non-native targets;
5073 doesn't work for remote debugging.
5074
9b0c4aeb
FN
50752001-02-19 Fernando Nasser <fnasser@redhat.com>
5076
5077 From Drew Moseley <dmoseley@redhat.com>
5078 * gdb.base/ending-run.exp: Properly handle the BSP state when
5079 stepping past the end of main.
5080
02aa71d5
MC
50812001-02-19 John Moore <jmoore@redhat.com>
5082
5083 * gdb.base/commands.exp (infrun_breakpoint_command_test):
5084 Converted HPUX fix for non-expected items following multiple
5085 step commands into general solution for all platforms.
5086
1fa449a4
MC
50872001-02-18 Michael Chastain <chastain@redhat.com>
5088
5089 * gdb.c++/classes.exp (do_tests): Change runto statements
5090 from "runto 'foo(void)'" to "runto 'foo'". This makes the
5091 statements demangler agnostic.
5092 * gdb.c++/virtfunc.exp (do_tests): Likewise.
5093 (gdb_virtfunc_restart): Likewise.
5094
b2f9ec70
MC
50952001-02-14 Michael Chastain <chastain@redhat.com>
5096
5097 * gdb.c++/inherit.exp (do_tests): Change runto statements
5098 from "runto 'foo(void)'" to "runto 'foo'". This makes the
5099 statements demangler agnostic.
5100
cf74b8ca
AC
5101Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
5102
5103 * gdb.threads/pthreads.exp: Unify pass/fail messages for
5104 ``continue to bkpt at common_routine in thread 2'' and ``stopped
5105 before calling common_routine 15 times'' tests.
5106
99f78f56
MC
51072001-02-11 Michael Chastain <chastain@redhat.com>
5108
5109 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
5110 Helps the test script figure out which demangler is in use.
5111 (dm_type_foo_ref): Ditto.
5112 (dm_type_int_star): Ditto.
5113 (dm_type_long_star): Ditto.
5114 (dm_type_unsigned_int): Ditto.
5115 (dm_type_void): Ditto.
5116 (dm_type_void_star): Ditto.
99707966 5117 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
5118 Probe the gdb demangler and set variables to accommodate
5119 formatting differences.
5120 (info_func_regexp): New function. Same as info_func, but
5121 matches against a regexp.
5122 (info_func): Match against a literal string.
5123 (print_addr_2): New function. Match against a literal string,
5124 which can be different from the input to gdb.
5125 (print_addr): Simply call print_addr_2 with the same argument twice.
5126 (test_lookup_operator_functions): Use demangler formatting variables.
5127 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
5128 the tests in the same order as the C++ class declaration.
5129 (test_paddr_operator_functions): Ditto.
5130 (test_paddr_overloaded_functions): Ditto.
5131 (test_paddr_hairy_functions): Use demangler formatting variables.
5132 Add reference to gdb/19 for related tests.
5133 (do_tests): Call probe_demangler.
5134
1de8f023
KB
51352001-01-30 Kevin Buettner <kevinb@redhat.com>
5136
5137 * gdb.c++/templates.cc (printf): Remove unused function definition.
5138
ca3f91ed
MS
51392001-01-26 Felix Lee <flee@redhat.com>
5140
5141 * sid.exp (sid_exit): Pass host, not target, to remote_close.
5142
51432001-01-25 matthew green <mrg@redhat.com>
5144
5145 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
5146 up sid.
5147 (sid_exit): Call `remote_pop_conn' after GDB is gone.
5148
51492001-01-25 matthew green <mrg@redhat.com>
5150
5151 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 5152 Deprecate $sid_spawn_id.
ca3f91ed
MS
5153 (sid_exit): Remove code necessary only for `spawn.'
5154
51552001-01-25 matthew green <mrg@redhat.com>
5156
5157 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
5158
fb18ec4a
MC
51592001-01-28 Michael Chastain <chastain@redhat.com>
5160
5161 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
5162 to call when tests fail. It takes gdb out of the overloaded
5163 function choice menu back to the main prompt, so that the test
5164 program stays synchronized.
5165 (set_bp_overloaded): New proc to collect all the common
5166 code for setting a breakpoint on an overloaded name. Calls
5167 take_gdb_out_of_choice_menu when needed.
5168 (menu_overload1arg): New variable to collect the repeated
5169 instances of the expected menu for an overloaded name. Change
5170 the regular expression to handle changes in g++ type encoding:
5171 "void" can be either "void" or "", and "unsigned int" can be
5172 either "unsigned int" or "unsigned".
5173 (continue_to_bp_overloaded): Change regular expressions to handle
5174 changes in g++ type encoding.
5175 (no proc): Call take_gdb_out_of_choice_menu when needed.
5176 Remove redundant calls to "info break". Accept either "canceled"
5177 or "cancelled". Change regular expressions in "info break"
5178 calls to handle changes in g++ type encoding. Give all tests
5179 unique strings.
5180
9c646a6e
BE
51812001-01-17 Ben Elliston <bje@redhat.com>
5182
5183 * config/sid.exp: New file.
5184
9549d9c1
AC
5185Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
5186
5187 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
5188
dc96c6c7 51892000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
5190
5191 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
5192 Add a RE to accept a non-ascii char if one is ever presented.
5193
b4df4f68
FN
51942000-12-20 Fernando Nasser <fnasser@redhat.com>
5195
297dd0fd 5196 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 5197
dc96c6c7 51982000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 5199
d63a86f8 5200 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
5201 in regexp. One '\' does not suffice on Linux.
5202
4a7bddb6
MC
52032000-12-09 Michael Chastain <chastain@redhat.com>
5204
5205 * gdb.base/break.exp (test_clear_command): Use a marker function
5206 rather than 'main' for the test function. Also move this
5207 test to an execution point where the marker function names are
5208 guaranteed to be bound to functions. (Executing tests after a
5209 'finish' from main runs into name conflicts with local names
5210 in __libc_start_main).
5211
dc96c6c7 52122000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
5213
5214 * gdb.base/finish.exp: New test for gdb's "finish" command.
5215 * gdb.base/return2.exp: New test for gdb's "return" command.
5216 * gdb.base/return2.c: New source file for above.
5217
dc96c6c7 52182000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
5219
5220 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
5221 * gdb.base/miscexprs.exp: Ditto.
5222 * gdb.base/pointers.exp: Ditto.
5223 * gdb.c++/derivation.exp: Ditto.
5224 * gdb.c++/local.exp: Ditto.
5225 * gdb.c++/namespace.exp: Ditto.
5226 * gdb.c++/overload.exp: Ditto.
5227 * gdb.c++/ref-types.exp: Ditto.
5228
dc96c6c7 52292000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
5230
5231 * gdb.base/constvars.exp: Test result of "up" command.
5232 * gdb.base/miscexprs.exp: Ditto.
5233 * gdb.base/pointers.exp: Ditto.
5234 * gdb.base/scope.exp: Ditto.
5235 * gdb.c++/derivation.exp: Ditto.
5236 * gdb.c++/local.exp: Ditto.
5237 * gdb.c++/namespace.exp: Ditto.
5238 * gdb.c++/overload.exp: Ditto.
5239 * gdb.c++/ref-types.exp: Ditto.
5240
44097287
FN
52412000-11-22 Michael Chastain <chastain@redhat.com>
5242
5243 * mips_pro.exp: Accept either "middle -> top -> main" or
5244 "middle -> main" in the backtrace, because gcc can optimize
5245 tail calls to jumps. Remove setup_xfail for the hppa case.
5246 Add a comment with the original warning messages from PR 3016,
5247 which was filed in 1993, to preserve them for posterity.
5248
9d2e1bab
ND
52492000-11-17 Nick Duffek <nsd@redhat.com>
5250
5251 * lib/gdb.exp (gdb_test): Override timeout with board info.
5252
1aca8eb7
ND
52532000-11-17 Nick Duffek <nsd@redhat.com>
5254
5255 * gdb.base/display.exp: Don't kill running stub. Add "again" to
5256 the second kill and detach messages.
5257
93076499
ND
52582000-11-17 Nick Duffek <nsd@redhat.com>
5259
5260 * configure.in: Add AC_EXEEXT.
5261 * configure: Regenerate.
5262 * Makefile.in (just-check): Export EXEEXT.
5263 * lib/gdb.exp ($EXEEXT): Import from environment.
5264 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
5265 expect "maint dump-me" on Cygwin.
5266 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
5267 $EXEEXT.
5268
30e87cd3
ND
52692000-11-17 Nick Duffek <nsd@redhat.com>
5270
5271 * gdb.base/break.exp: Test backtrace and finish from called
5272 function on all platforms, not just HP-UX.
5273
dc96c6c7 52742000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
5275
5276 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
5277 code from gdb_target_monitor, so it can be used independantly
5278 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 5279
dc96c6c7 52802000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
5281
5282 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
5283 * gdb.base/corefile.exp: Expect the message "Program is being
5284 debugged already" when we send the "corefile" command, since
5285 the preceeding gdb_load may have connected gdb to a remote target.
5286 * gdb.base/display.exp: Disable hardware watchpoints if new
5287 board info variable "no_hardware_watchpoints" is true.
5288 Replace single-letter commands with more readable ones.
5289 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
5290 if new board info variable "no_hardware_watchpoints" is true.
5291 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
5292 to see if stdio (printf) testing is possible.
5293 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
5294 board info variable "no_hardware_watchpoints" is true. Use new
5295 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
5296
39124dea
FN
52972000-11-13 Fernando Nasser <fnasser@redhat.com>
5298
5299 From Orjan Friberg <orjanf@axis.com>:
5300 * gdb.base/printcmds.exp: Escape curly braces followed by a number
5301 in array print pattern match.
5302
a9e2e984
FN
53032000-11-09 Fernando Nasser <fnasser@redhat.com>
5304
5305 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
5306 spelling "cancelled" to U.S. spelling "canceled" to match changes
5307 made to gdb.
5308 * gdb.c++/ovldbreak.exp: Ditto.
5309
c7db355b
PS
53102000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5311
5312 * gdb.base/callfuncs.c (main): Moved to end of file, call
5313 t_double_values to initialize the FPU before inferior calls are made.
5314 * gdb.base/callfuncs.exp: Test for register preservation after calling
5315 inferior functions. Add tests for continuining, finishing and
5316 returning from a stop in a call dummy.
5317
dc96c6c7 53182000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
5319
5320 * gdb.base/commands.exp: Break up long lines, and re-indent.
5321
dc96c6c7 53222000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
5323
5324 * config/gdbserver.exp: Rewritten from the ground up, to make it
5325 compatible with the current dejagnu tree, and to make it work with
5326 the new "gdbserver" in libremote.
5327
dc96c6c7 53282000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
5329
5330 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
5331 * gdb.base/varargs.exp: Skip entire test if no printf support.
5332 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
5333 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
5334
dc96c6c7 53352000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
5336
5337 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
5338 no floating point support.
5339 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
5340 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
5341 * gdb.base/call-rt-st.exp: Ditto.
5342 * gdb.base/call-strs.exp: Ditto.
5343
bac5fc66
JG
53442000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
5345
5346 * gdb.base/sizeof.c: include <stdio.h>.
5347
5348 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
5349 'finish', otherwise uncaptured gdb_prompt would potentially
5350 throw remaining test points out of sync.
5351
b22a6027
SB
53522000-07-26 Scott Bambrough <scottb@netwinder.org>
5353
5354 * gdb.base/recurse.exp: Run tests for all targets.
5355 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
5356 gnu-oldld case on ARM.
5357 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
5358 for ARM targets.
d63a86f8 5359
d8231941
AG
5360Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
5361
5362 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
5363 * gdb.java/configure: Rebuild.
5364
8caabe69
AG
5365Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
5366
5367 * gdb.java/jv-exp.exp: New file.
5368
9d273ca3
AG
5369Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
5370
5371 * configure: Rebuilt.
5372 * configure.in (configdirs): Add gdb.java.
5373 * gdb.java/jmisc.java: New file.
5374 * gdb.java/jmisc.exp: New file.
5375 * gdb.java/Makefile.in: New file.
5376 * gdb.java/configure: Rebuilt.
5377 * gdb.java/configure.in: New file.
5378 * lib/java.exp: New file.
5379
4f823a66
AC
5380Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
5381
5382 * gdb.base/exprs.exp: Test casts to a pointer including over and
5383 underflow.
5384
2391e11d
AC
5385Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
5386
5387 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
5388 and the compilers sizes.
5389
54602222
ND
53902000-07-09 Nick Duffek <nsd@redhat.com>
5391
5392 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
5393 (use_methods): New function.
5394 (main): Call use_methods().
5395 * gdb.c++/classes.exp (test_method_param_class): New procedure.
5396 (do_tests): Call test_method_param_class.
5397
2bec0572
ND
53982000-07-09 Nick Duffek <nsd@redhat.com>
5399
5400 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
5401 spelling.
5402 (test_enums): New procedure. Move enum tests from end of script
5403 to here. Set breakpoint on function name instead of line number.
5404 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
5405 (enums2): New marker function.
5406 (enums1): New function.
5407 (main): Call enums1(). Move enum tests to enums1().
5408
78492fde
AC
5409Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
5410
5411 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
5412 compile/link program. Update line numbers.
5413 * gdb.asm/d10v.inc: Define ``startup''.
5414 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 5415
49a2cef8
AC
5416Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
5417
5418 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
5419
3e6c8688
EZ
54202000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5421
5422 * gdb.base/maint.exp: Add 'maint print architecture' item to output
5423 of 'help maint print' command.
5424
9ff5cbe9
AC
5425Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
5426
5427 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
5428 they use gdb_expect_list.
5429
17c579bd
AC
5430Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
5431
5432 * gdb.base/commands.exp: Use ``set remote
5433 memory-read-packet-size'' instead of ``set endian big'' to test
5434 long commands.
5435
e6d71bf3
DB
54362000-06-03 Daniel Berlin <dan@cgsoftware.com>
5437
5438 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 5439 g++, and stop skipping them.
e6d71bf3
DB
5440
5441 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
5442 work under g++.
5443
d63a86f8 5444 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
5445 initialization.
5446
dc96c6c7 54472000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
5448
5449 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
5450 the regular expression: accept an (almost) arbitrary sequence of
5451 "frames-invalid" and "breakpoints-invalid" messages both before
5452 and after the "starting" message.
5453
dc96c6c7 54542000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
5455
5456 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 5457
dc96c6c7 54582000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
5459
5460 * gdb.base/annota1.exp (annotate-signal-handler-caller):
5461 Relax the regular expression a little, make it pass on Solaris 8.
5462
8216cda9
KB
54632000-05-12 Kevin Buettner <kevinb@redhat.com>
5464
5465 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 5466 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
5467 Instead, it is permissible for gdb to stop on the line of the
5468 call itself.
5469
1a570b2f
MS
54702000-05-12 Michael Snyder <msnyder@.cygnus.com>
5471
5472 * gdb.base/break.exp (bp on small function, optimized file):
5473 Add a second pass pattern. The behavior differs here between stabs
5474 and dwarf for one-line functions. Stabs preserves two line symbols
5475 (one before the prologue and one after) with the same line number,
5476 but dwarf regards these as duplicates and discards one of them.
5477 Therefore the address after the prologue (where the breakpoint is)
5478 has no exactly matching line symbol, and GDB reports the breakpoint
5479 as if it were in the middle of a line rather than at the beginning.
5480
dc96c6c7 54812000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 5482
d63a86f8 5483 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
5484 rather than "send_gdb" (for consistancy).
5485
7d418785
AC
5486Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
5487
5488 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
5489 * gdb.c++/templates.cc: Properly check for GCC version number.
5490 * lib/compiler.cc: Likewise
5491
dc96c6c7 54922000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 5493
d63a86f8 5494 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
5495 gdb may not stop at the first line of main, due to code motion.
5496
dc96c6c7 54972000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
5498
5499 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
5500 This test depends on parsing the printf output from the target.
5501 Since the sparclet stub doesn't do stdio, this will never work.
5502 * gdb.base/call-rt-st.exp: ditto.
5503 * gdb.base/call-strs: ditto.
5504
dc96c6c7 55052000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
5506
5507 * gdb.base/miscexprs.exp: make sizeof long array test portable.
5508
5509 * gdb.base/ending-run.exp: After connecting to a remote target,
5510 but before running, the target will appear to be in a random
5511 location. Specify both a file and a line for breakpoints.
5512 Also, the function that calls main may be called 'init'
5513 rather than 'start'.
5514
a5a51225
EZ
55152000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5516
5517 * gdb.base/help.exp: Update output for add-symbol-file command.
5518
7930cc7c
FN
55192000-04-10 Fernando Nasser <fnasser@cygnus.com>
5520
5521 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5522 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
5523
23e37ab1
C
55242000-04-07 J.T. Conklin <jtc@redback.com>
5525
e93c542c
C
5526 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
5527
23e37ab1
C
5528 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
5529
591b8fa3
PDM
5530Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
5531
5532 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
5533 values that can be represented exactly.
5534 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
5535 above change, and to not check against the directory part of the source
5536 file name.
5537 (step into print_long_arg_list): Likewise.
5538 (print print_small_structs from print_long_arg_list): Likewise.
5539 (print print_long_arg_list): Likewise.
5540
7a495180
EZ
55412000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5542
30b53638 5543 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 5544
beb998c6
AC
5545Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
5546
5547 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
5548
1c689132
DB
55492000-03-25 Daniel Berlin <dan@cgsoftware.com>
5550
5551 * gdb.base/commands.exp (deprecated_command_test): Add test for
5552 deprecate with no arguments.
5553
c1790a9d
JL
55542000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
5555
5556 * gdb.base/break.exp: Add new test for setting breakpoints on
5557 optimized code so we can test breakpoints work even when function
5558 prologues may be optimized away
5559
003ba290
FN
55602000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
5561
5562 From David Whedon <dwhedon@gordian.com>
5563 * gdb.base/commands.exp : Added command deprecator tests.
5564
6837a0a2
DB
55652000-03-22 Daniel Berlin <dan@cgsoftware.com>
5566
5567 * gdb.base/help.exp: Added test for new apropos command.
5568
b9593231
KB
55692000-03-21 Kevin Buettner <kevinb@redhat.com>
5570
5571 * gdb.base/pointers.c (usevar): New function.
5572 (main): Make sure that global variables v_int_pointer2, rptr,
5573 and y are all referenced someplace in the program by calling
5574 usevar() on them. [Some linkers delete symbols which are
5575 never referenced. The space remains, but there's no way to
5576 get a (symbolic) handle on the variable from the debugger.]
5577
751a959b
EZ
55782000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5579
5580 * gdb.base/printcmds.c: Add typedeffed arrays.
5581
5582 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
5583 procedure to test arrays that are typedef'd.
5584
73a93a32
JI
55852000-03-13 James Ingham <jingham@leda.cygnus.com>
5586
5587 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 5588 the library directories.
73a93a32 5589
fb40c209
AC
5590Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
5591
5592 * configure.in (configdirs): Add sub directory gdb.mi.
5593 * configure: Re-generate.
5594
5595 * gdb.mi: New directory.
d63a86f8 5596
ee4dd2c9
AC
55972000-02-25 Scott Bambrough <scottb@netwinder.org>
5598
5599 * gdb.base/long_long.exp: Correct test suite failure when printing
5600 a long long value as a double on ARM platforms.
5601
70f0cc22
JB
56022000-02-16 Jim Blandy <jimb@redhat.com>
5603
5604 * gdb.base/break.exp ("breakpoint line number"): Make sure the
5605 default source file is set properly before running this test.
5606
853819b8
EZ
56072000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5608
5609 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
5610 gdbtk/library directory, not in gdbtcl2.
5611
dfcd3bfb
JM
56122000-02-04 Jim Blandy <jimb@redhat.com>
5613
5614 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
5615 backslash from regexp pattern.
5616
5617 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
5618 procedure. Use it to run all the "continue to bp overloaded"
5619 tests. Note that this changes the names of the tests slightly.
5620 If the breakpoint hit message includes a hex PC value, because
5621 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
5622 from the real source code, still consider that a pass.
5623
5624 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
5625 XFAIL here if the breakpoint message contains a hex address. Note
5626 similar change on 1999-11-02.
5627
5628 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
5629
5630 * gdb.base/ptype.exp: Establish a default source file before
5631 calling get_debug_format.
5632
56332000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
5634
5635 * gdb.base/watchpoint.exp: Remove duplication of test messages.
5636
8b93c638
JM
56372000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
5638
5639 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
5640 of successive stepi commands -- while in the prologue we should see
5641 the function entry bracket.
5642
56432000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
5644
5645 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
5646 reach __change_mode() when stepping through the end of main().
5647
c5394b80
JM
56482000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
5649
5650 * gdb.base/default.exp: Fix expected pattern.
5651 * gdb.base/help.exp: Same.
5652
0d06e24b
JM
56532000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5654
5655 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
5656 Don't use xfail's because that affects only the following test.
d63a86f8 5657
0d06e24b
JM
5658 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
5659 solaris or linux.
5660
5661 * gdb.base/selftest.exp: Update to reflect changes to main.c.
5662
dc96c6c7 56632000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 5664
d63a86f8 5665 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
5666 "A syntax error" rather than "A parse error". Accept both.
5667
56682000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
5669
5670 * gdb.base/default.exp: Remove OS dependent string from "target
5671 remote" test.
5672 * gdb.base/help.exp: Same for "help target remote" test.
5673
c3f6f71d
JM
56742000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5675
5676 From Jim Kingdon <kingdon@redhat.com>:
5677
5678 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
5679 prompt (cleanup rather than necessity, but still might keep output
5680 from spilling to next test).
5681
56822000-01-02 Fred Fish <fnf@cygnus.com>
5683
5684 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
5685 AIX, which defines them in <sys/types.h>.
5686
ed9a39eb 56871999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 5688
ed9a39eb
JM
5689 * gdb.base/default.exp: Match arm* etc instead of arm in "info
5690 float" test.
5691
56921999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 5693
ed9a39eb 5694 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
5695
5696 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
5697 outermost frame disallowed".
5698
56991999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
5700
5701 * gdb.base/setvar.exp: New tests for setting the value of a struct
5702 with a constant list.
5703
57041999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
5705
5706 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
5707 require the user to type a cast before setting the value of a struct.
5708
de57eccd
JM
57091999-12-06 Jim Blandy <jimb@cygnus.com>
5710
5711 * gdb.base/default.exp: Expect the new 'info float' command on
5712 all i386 platforms.
5713
5714 * gdb.threads/linux-dp.exp: Expand our ability to recognize
5715 LinuxThreads libraries that don't support debugging.
5716
c2d11a7d
JM
5717Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
5718
5719 * gdb.base/remote.c: Fill the buffer with truely random data.
5720 Change the buffer type to ``unsigned char'' to simplify size
5721 arithmetic.
5722
5723 * gdb.base/remote.exp: Reduce download numbers by one. Typical
5724 stub only handles 400-1 byte packets. Verify that the download
5725 worked.
5726
57271999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
5728
5729 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
5730 tests, using UNRESOLVED for the untested cases. Also, does not wait
5731 for a timeout if the prompt was received before a recognizable pattern.
5732
57331999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
5734
5735 * lib/gdb.exp (gdb_expect_list): Fix spelling.
5736
57371999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5738
5739 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
5740 watchpoints.
5741
57421999-11-24 Jason Merrill <jason@casey.cygnus.com>
5743
5744 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
5745
5746 * gdb.c++/local.exp: Be more flexible in recognizing local class
5747 name mangling. Don't allow horribly truncated method names.
5748 * gdb.c++/derivation.exp: Expect protected inheritance.
5749 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
5750 * gdb.c++/virtfunc.exp: Likewise.
5751 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
5752 when printing a nested enum.
5753
57541999-11-22 Jim Blandy <jimb@cygnus.com>
5755
5756 * gdb.base/step-test.exp: Properly await GDB's response to setting
5757 a breakpoint on the call to large_struct_by_value.
5758
5759 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
5760 just because we have debug info for the `start' function.
5761
57621999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
5763
5764 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
5765 "Unknown signal" messages, which indicate (on LinuxThreads) that
5766 GDB doesn't know how to debug threads on this system. This is
5767 better than hanging while philosopher 0 dumps chatter into gdb.log.
5768
57691999-11-18 Tom Tromey <tromey@cygnus.com>
5770
5771 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
5772
57731999-11-18 Fred Fish <fnf@cygnus.com>
5774
5775 * gdb.base/coremaker2.c: Add sample program for generating
5776 cores that is more self contained than coremaker.c. Eventually
5777 I'll add more code to this and tie it into the testsuite.
5778
4ce44c66
JM
57791999-11-12 Stan Shebs <shebs@andros.cygnus.com>
5780
5781 * gdb.base/dollar.exp: Remove, now in gdb.hp.
5782
57831999-11-10 Jimmy Guo <guo@cup.hp.com>
5784
5785 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
5786 from $srcdir/lib/.
5787 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
5788 and gdb.c++/.
5789
5790 * gdb.c++/derivation.exp: remove redundant get compiler info code.
5791
d63a86f8 5792 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
5793 'continue with watch' test point.
5794
57951999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
5796
5797 Merged from p2linux-990323-branch:
d63a86f8 5798
4ce44c66
JM
5799 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
5800
11cf8741
JM
5801Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
5802
5803 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
5804 {limit,fixed}''. Test ``set download-write-size''.
5805
5806Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
5807
5808 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
5809 gdb_expect_list.
5810
5811Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
5812
5813 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
5814
58151999-11-03 Mark Salter <msalter@cygnus.com>
5816
5817 * gdb.base/break.exp: Fix "stub continue" pattern.
5818
58191999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
5820
5821 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
5822
58231999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
5824
5825 * gdb.base/display.exp ("finish"): Add timeout clause.
5826
5827 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
5828 plain prompt clause, so this doesn't have to time out in order to
5829 fail.
5830
5831 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
5832 breakpoint hit messages include an address.
5833
5834 * gdb.base/display.exp: Don't forget to escape parens in regular
5835 expressions. Unix regexp notatation sucks.
5836
58371999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5838
5839 * gdb.base/annota1.exp: Test for annotate-signalled: change output
5840 order for 'signalled' message.
5841
5c44784c
JM
58421999-11-01 Stan Shebs <shebs@andros.cygnus.com>
5843
5844 From Jimmy Guo <guo@cup.hp.com>:
5845 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
5846 * gdb.base/annota1.c: Add code for tests to work with.
5847
58481999-10-26 Frank Ch. Eigler <fche@cygnus.com>
5849
5850 * gdb.base/remote.exp: New test for remote downloading settings.
5851 * gdb.base/remote.c: New file with large .data.
5852
917317f4
JM
58531999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
5854
5855 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
5856 for LinuxThreads support, merged from the Code Fusion branch.
5857
5858Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
5859
5860 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
5861 containing exp_continue into a while within an expect. Don't
5862 attempt a start more than three times. Check return value from
5863 gdb_load.
d63a86f8 5864
2df3850c
JM
5865Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
5866
5867 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
5868 a pass case.
5869
2acceee2
JM
58701999-10-01 Kevin Buettner <kevinb@cygnus.com>
5871
5872 * gdb.base/break.c (main): Added a statement that we can step
5873 off of.
5874 * gdb.base/break.exp: Added tests for setting a breakpoint
5875 at an offset and stepping onto a breakpoint.
5876
58771999-10-01 Fred Fish <fnf@cygnus.com>
5878
d63a86f8 5879 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
5880 gdb output.
5881
c2c6d25f
JM
58821999-09-18 Jim Blandy <jimb@cris.red-bean.com>
5883
5884 * gdb.base/break.exp: Code locations are in hex, don't forget!
5885 (For HP-UX.)
5886
58871999-09-17 Stan Shebs <shebs@andros.cygnus.com>
5888
5889 * condbreak.exp: Use break.c as test program.
5890 * condbreak.c: Remove, redundant with break.c.
5891
58921999-09-15 Stan Shebs <shebs@andros.cygnus.com>
5893
5894 * config/monitor.exp (gdb_target_monitor): Disable X- and
5895 Z-packets if the target needs it.
5896
58971999-09-13 James Ingham <jingham@leda.cygnus.com>
5898
5899 * gdb.c++/overload.exp: Added tests for listing overloaded
5900 functions with function pointers in the arg, explicitly calling
5901 out the version you want.
5902
cff3e48b
JM
59031999-09-09 Stan Shebs <shebs@andros.cygnus.com>
5904
5905 * long_long.exp: Add variations of test cases that work for
5906 targets with 16-bit ints and 32-bit doubles.
5907
d4f3574e
SS
59081999-09-08 Stan Shebs <shebs@andros.cygnus.com>
5909
5910 * break.c (main): Compare a possibly-uninitialized argc with an
5911 unlikely value that fits in 16 bits.
5912
59131999-09-07 Stan Shebs <shebs@andros.cygnus.com>
5914
5915 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
5916 0xfeeb, don't want negative numbers if ints are 16 bits.
5917
5918 * lib/gdb.exp (skip_cplus_tests): New proc.
5919 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
5920 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
5921 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
5922 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
5923 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
5924 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
5925 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
5926 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
5927
5928 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
5929
5930Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
5931
5932 * gdb.base/corefile.exp (up): Allow a parameter to appear
5933 in the frame that we're going up to.
5934
5935 From Jim Blandy <jimb@cygnus.com>:
5936
5937 * gdb.base/default.exp (info float): Expect some output now.
5938
5939 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
5940 returning floating-point values to fail on the x86.
5941 * gdb.base/callfwmall.exp (do_function_calls): Same.
5942
5943 * gdb.base/list.exp (test_listsize): Correct expectations for
5944 listing line 1 with listsize 2. Also, listing a single line
5945 works now, as does listing three lines. [Kevin's note: There
5946 were a number of other cases fixed too where the expectations
5947 differed...]
5948
59491999-09-02 Stan Shebs <shebs@andros.cygnus.com>
5950
5951 * gdb.base/selftest.exp: Add case for when version prints as
5952 constant string instead of char pointer.
5953
104c1213
JM
59541999-08-25 Stan Shebs <shebs@andros.cygnus.com>
5955
5956 * gdb.base/ending-run.exp: Add Solaris case for what happens when
5957 stepping out of main.
5958
5959 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
5960 G++ used.
5961
5962 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
5963 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
5964
5965 * gdb.c++/ovldbreak.exp: Update match string in test that
5966 includes a warning of multiple breakpoints.
5967
59681999-08-24 Stan Shebs <shebs@andros.cygnus.com>
5969
5970 * gdb.base/display.exp: Improve precision of step-after-finish
5971 added yesterday.
5972
5973 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
5974 test.
5975
5976 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
5977 configs when using G++, not just hppa*.
5978
59791999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5980
5981 * gdb.base/async.c: New file.
5982 * gdb.base/async.exp: New file.
5983
5984Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
5985
5986 * gdb.base/break.exp: Tweak PA specific tests to properly handle
5987 PA64.
5988
53a5351d
JM
5989Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
5990
104c1213
JM
5991 * gdb.base/display.exp: "finish" can leave us mid-line on many
5992 targets, deal with it. Add a small constant to main, instead of
5993 1000 since main+1000 may not be a valid address in the target.
5994
53a5351d
JM
5995 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
5996 on hpux11.
5997
5998 * gdb.base/attach.exp: Handle another hpux11 error message variant
5999 when attaching to a process that does not exist.
6000
60011999-08-19 J.T. Conklin <jtc@redback.com>
6002
6003 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
6004 characters in 'continue to 1241' test.
6005
60061999-08-17 Stan Shebs <shebs@andros.cygnus.com>
6007
6008 * gdb.base/call-ar-st.exp: Add a shorter match case for the
6009 stop in print_long_arg_list, define and use a whitespace
6010 variable in print_small_structs test, add an XFAIL for Solaris.
6011 * gdb.base/dbx.exp: XFAIL func commands until somebody is
6012 interested enough to fix.
6013
7be570e7
JM
60141999-08-13 Keith Seitz <keiths@cygnus.com>
6015
6016 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
6017 (dbx_gdb_load): Remove. Use gdb_load instead, since that
6018 proc knows about targets other than the natives.
6019 (test_assign): Use "gdb_run_cmd" to "run" the target.
6020 Check that we've actually hit the breakpoint at main.
6021 When we attempt to assign a value to a local variable, check
6022 that the variable is in the current scope, i.e., don't use
6023 a test with an empty result.
6024
6025Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
6026
6027 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
6028 command.
6029
60301999-08-09 Stan Shebs <shebs@andros.cygnus.com>
6031
6032 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6033 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
6034 gdb.compat, gdb.threads-hp.
6035 gdb.hp/configure, gdb.hp/configure.in: New files.
6036 gdb.hp/Makefile.in: Recurse into new subdirs.
6037 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
6038 gdb.hp/gdb.objdbg: New directory, tests for debugging info
6039 in object files.
6040 gdb.hp/tools: New directory, aux tools for HP-specific tests.
6041
96baa820
JM
60421999-08-05 Stan Shebs <shebs@andros.cygnus.com>
6043
6044 * gdb.base/display.exp: Help expect by putting a newline in the
6045 funky printf, remove a bogus p/a test.
6046
60471999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6048
6049 * gdb.base/display.exp: Make sure that when we say 'run', we are
6050 connected to the target. This is necessary when running not
6051 natively.
6052
60531999-08-03 Stan Shebs <shebs@andros.cygnus.com>
6054
6055 * gdb.base/step-test.exp: Removed some extraneous messages.
6056
6057 * gdb.base/long_long.exp: Don't run memory examination tests
6058 on little-endian targets (they will need a different set of
6059 results to match).
6060
60611999-08-02 Stan Shebs <shebs@andros.cygnus.com>
6062
6063 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
6064 until somebody decides to fix GDB.
6065
6066 * gdb.base/long_long.c: Stop compiler complaint by specifying long
6067 constant as "ULL".
6068 * gdb.base/long_long.exp: Loosen x/c test, add partial result
6069 matches for a couple x/2 commands.
6070
a0b3c4fd
JM
60711999-07-30 Stan Shebs <shebs@andros.cygnus.com>
6072
6073 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
6074 by merging in ref-types2 tests.
6075 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
6076
6077 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6078 * gdb.c++/Makefile.in: Add standard actions.
6079 (EXECUTABLES): Rename from PROGS, update list.
6080 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
6081 from gdb.hp.
6082 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
6083 foo and bar locals.
6084 * gdb.c++/anon-union.exp: Fix tests to match.
6085 * gdb.c++/classes.exp: Run if HP compiler used, add extra
6086 expect matches to handle output variations.
6087 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
6088 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
6089 output, add HP alternatives for new and delete prints.
6090 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
6091 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
6092 * gdb.c++/demangle.exp: Use $style when reporting failure.
6093 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
6094 * gdb.c++/inherit.exp: Run if HP compiler used, add some
6095 match alternatives.
6096 * gdb.c++/local.exp: Add match alternatives or xfails for HP
6097 compilers.
6098 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
6099 * gdb.c++/method.exp: Add match alternatives.
6100 * gdb.c++/misc.cc: Add bool types.
6101 * gdb.c++/misc.exp: Add tests for bool types.
6102 * gdb.c++/overload.exp: Add xfails.
6103 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
6104 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
6105 add some more template parameter tests (only for HP currently).
6106 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
6107 * gdb.c++/virtfunc.cc: Add return type and value for main.
6108 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
6109 match alternatives.
d63a86f8 6110
a0b3c4fd
JM
61111999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6112
6113 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
6114
61151999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
6116
6117 * gdb.base/signals.exp: Don't expect getting a backtrace from
6118 within a signal handler to fail on Linux.
6119
61201999-07-29 Stan Shebs <shebs@andros.cygnus.com>
6121
6122 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6123 * lib/gdb.exp: Remove some gratuitious semicolons.
6124 (delete_breakpoints): Increase timeout.
6125 (gdb_expect): Add -notransfer option.
6126 (gdb_test): Use -notransfer option.
6127 (get_compiler_info): Add f77 case.
6128 (get_compiler): New proc, split out from gdb_preprocess, add f77
6129 case.
6130 (gdb_preprocess): Call get_compiler.
6131
6132 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
6133 * gdb.base/attach.exp, gdb.base/display.exp,
6134 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
6135 gdb.base/long_long.exp, gdb.base/printcmds.exp,
6136 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
6137 third arg to gdb_test.
6138 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
6139 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
6140 HP-UX xfails, add others.
6141 * gdb.base/completion.exp: Reflect name change of self-test.
6142 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
6143 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
6144 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
6145 HP failure number.
6146 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
6147 useless HP-UX 10.30 references.
6148 * gdb.base/maint.exp: Loosen matches.
6149 * gdb.base/pointers.c (main): Declare more_code.
6150 * gdb.base/pointers.exp: Match on output of a `next'.
6151 * gdb.base/structs.c: Add prototypes.
6152 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
6153 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
6154
61551999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6156
6157 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
6158 command.
6159
61601999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6161
6162 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
6163 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
6164
6165 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
6166 debug info. Deal with lack of signal hanlder info in stack.
6167
6168 From Jim Kingdon <kingdon@redhat.com>:
6169 * gdb.base/annota1.exp: If printf has debug info, deal with it.
6170
5a2468f5
JM
61711999-07-19 Stan Shebs <shebs@andros.cygnus.com>
6172
6173 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
6174 gdb.base/foll-vfork.exp: Don't run for crosses.
6175
adf40b2e
JM
6176Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
6177
6178 * gdb.base/configure.in: Check for gdbvars.exp instead of
6179 a1-selftest.exp.
6180 * gdb.base/configure: Re-generate.
6181
61821999-07-12 Stan Shebs <shebs@andros.cygnus.com>
6183
6184 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
6185 in trying to run first and name is too long.
6186
6187 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
6188 pointers2.c and pointers2.exp, respectively.
6189 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
6190 doschk happier.
6191
43e526b9
JM
61921999-07-08 Stan Shebs <shebs@andros.cygnus.com>
6193
6194 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
6195 callfuncs2.c and callfuncs2.exp.
6196
6197 * gdb.base/list.exp: Remove mistaken xfails.
6198 * gdb.base/list0.h: Add optional prototypes.
6199
9846de1b
JM
6200Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
6201
6202 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
6203 calling malloc.
6204 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
6205 * ptype.exp: Move test for get_debug_format to before its first
6206 use.
6207
62081999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6209
6210 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
6211 * gdb.base/annota2.cc, annota2.exp: Move from here.
6212 * gdb.c++/annota2.cc, annota2.exp: To here.
6213 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
6214
43ff13b4
JM
6215Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
6216
6217 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
6218 a consistent format.
6219
085dd6e6
JM
62201999-06-25 Stan Shebs <shebs@andros.cygnus.com>
6221
6222 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6223 * lib/gdb.exp (get_compiler_info): Add detection for assorted
6224 HP compilers, also set the globals $true and $false.
6225
6226 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
6227 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
6228 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
6229 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
6230 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
6231 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
6232 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
6233 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
6234 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
6235 whatis.c} Add C++ compatible function definitions and return
6236 types, add includes for library functions.
6237 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
6238 * gdb.base/step-test.c (myglob): Rename from glob.
6239 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
6240 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
6241 files, move here from gdb.hp.
6242 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
6243 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
6244 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
6245 Adjust line numbers in regexps.
6246
6247 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
6248 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
6249 instead of 0/1.
6250
6251 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
6252 foll-vfork.exp: New files, move here from gdb.hp.
6253 * gdb.base/page.exp: New file, test of pagination command.
6254
6255 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
6256 recursion test.
6257 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
6258
6259 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
6260 gdb.base/solib.exp: Fix compiler invocation process.
6261
6262 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
6263 HP-UX 11, turn off overload resolution explicitly.
6264 * gdb.base/commands.exp: Set argument list explicitly, add
6265 watchpoint test.
6266 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
6267 them work.
6268 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
6269 expressions properly.
6270 * gdb.base/corefile.exp: Loosen the match slightly.
6271 * gdb.base/default.exp: Allow "Error accessing memory" message
6272 also.
6273 * gdb.base/display.exp: Skip over x/0 j if PA64.
6274 * gdb.base/funcargs.exp: Add xfails for HP-UX.
6275 * gdb.base/interrupt.exp: Ditto.
6276 * gdb.base/langs.exp: Add symbolic matches governed by compiler
6277 in use.
6278 * gdb.base/list.exp: Add xfails for HP-UX.
6279 * gdb.base/long_long.exp: Refine some of the numeric matches.
6280 * gdb.base/mips_pro.exp: Xfail on HP-UX.
6281 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
6282 * gdb.base/nodebug.exp: Succeed on more varieties of output.
6283 * gdb.base/opaque.exp: Remove some HP-UX xfails.
6284 * gdb.base/ptype.exp: Succeed on more varieties of output.
6285 * gdb.base/scope.exp: Add xfails for HP-UX.
6286 * gdb.base/sect-cmd.exp: Add more cases.
6287 * gdb.base/setvar.exp: Add xfails for HP-UX.
6288 * gdb.base/shlib-call.exp: Loosen some matches slightly.
6289 * gdb.base/signals.exp: Match on void symbolically.
6290 * gdb.base/step-test.exp: Add case for PA64.
6291 * gdb.base/term.exp: Add exit and restart.
6292 * gdb.base/twice.exp: Clean up after self.
6293 * gdb.base/varargs.exp: Disable overload resolution explicitly.
6294 * gdb.base/whatis.exp: Allow more ways to pass tests.
6295
6296 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
6297 no longer useful.
6298
6299Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
6300
6301 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
6302 list of patterns.
6303 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
6304 print_double_array(double_array)", "continuing to breakpoint
6305 1018", "print print_double_array(array_d)" and "continuing to
6306 1034" tests.
d63a86f8 6307
085dd6e6
JM
63081999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
6309
6310 * Makefile.in: Add empty html and install-html targets.
6311
63121999-06-24 Stan Shebs <shebs@andros.cygnus.com>
6313
6314 * config/mt-*: Remove, these haven't been used since 1996.
6315
63161999-06-22 Stan Shebs <shebs@andros.cygnus.com>
6317
6318 * gdb.base/call-strs.c, gdb.base/ending-run.c,
6319 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
6320 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
6321
9e0b60a8
JM
63221999-06-18 Stan Shebs <shebs@andros.cygnus.com>
6323
6324 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
6325 simpler match case for the ptype of the big class.
6326
63271999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
6328
6329 * gdb.exp: Fix test for gdb_prompt existence.
6330
63311999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
6332
6333 * gdb.exp (gdb_test): Add fail after calls to perror.
6334
63351999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
6336
6337 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
6338
63391999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
6340
6341 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
6342
0f71a2f6
JM
6343Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
6344
6345 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
6346 malloc() is linked in.
6347
63481999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
6349
6350 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
6351 step at end.
6352
6353 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
6354
63551999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
6356
6357 * gdb.java/jv-print.exp: New file. (Our first Java test!)
6358
cce74817
JM
6359Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
6360
6361 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
6362 * gdb.base/mips_pro.exp: Likewise.
6363
63641999-06-02 Keith Seitz <keiths@cygnus.com>
6365
6366 * gdb.c++/templates.cc: Change all "new" operators to throw
6367 an exception.
6368 * gdb.c++/cplusfuncs.cc: Likewise.
6369
6370 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
6371
6372Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
6373
6374 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
6375 * gdb.base/ending-run.exp: When stepping out of main, accept a
6376 step into an arbitrary assembler file.
6377
392a587b
JM
63781999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6379
d63a86f8 6380 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 6381 "breakpoint-invalid" to be printed.
d63a86f8 6382 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
6383 number of "frames-invalid" and "breakpoint-invalid" to be printed.
6384 * gdb.base/annota2.cc: Initialize a.x to 0.
6385
9e086581
JM
63861999-05-17 Keith Seitz <keiths@cygnus.com>
6387
6388 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
6389 when "skip_float_tests" set.
6390 Ditto for "print print_double_array(array_d)", "print print_small_structs",
6391 "print print_ten_doubles", and "step into print_long_arg_list".
6392 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
6393 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
6394 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
6395 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
6396 "skip_float_tests" is set.
6397 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
6398 when "skip_float_tests" set.
d63a86f8 6399
cd0fc7c3
SS
64001999-05-06 Keith Seitz <keiths@cygnus.com>
6401
6402 * gdb.base/annota2.cc: Include stdio.h.
6403
6404Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
6405
6406 * gdb.base/crossload.exp: Remove, this has been disabled ever
6407 since BFD stopped including all targets, and cross-GDB gets
6408 plenty of testing anyway.
6409 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
6410 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
6411 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
6412 * gdb.base/README: Remove, was doc for this.
6413 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
6414 needed.
6415
b83266a0
SS
64161999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6417
6418 * gdb.base/call-ar-st.exp: Fix one regular expression in test
6419 output.
6420
6421 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
6422 * gdb.base/annota2.exp: New file. More annotation tests.
6423 * gdb.base/annota1.c: New file. Source file for annota1.exp.
6424 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
6425
64261999-04-23 Angela Marie Thomas <angela@cygnus.com>
6427
6428 * config/cfdbug.exp: New file.
6429
7a292a7a
SS
64301999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
6431
6432 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
6433 Marcus Daniel's and Dale Hawkins's demangler crashes.
6434
6435 * gdb.c++/demangle.exp (test_gnu_style_demangling,
6436 test_lucid_style_demangling, test_arm_style_demangling,
6437 test_hp_style_demangling): Try Tom Tromey's core-dumping
6438 identifier under each demangling style.
6439
64401999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
6441
6442 * gdb.c++/demangle.exp: Include the current demangling style
6443 in all test names.
6444 (current_demangling_style): New global variable.
6445 (set_demangling_style, test_demangling_core, test_demangling,
6446 test_demangling_exact): New functions.
6447 (test_gnu_style_demangling, test_lucid_style_demangling,
6448 test_arm_style_demangling, test_hp_style_demangling): Use those,
6449 instead of calling gdb_test and gdb_test_exact directly.
6450 (catch_demangling_errors): New function, which reports errors
6451 signalled by the demangling test functions in an orderly way.
6452 (do_tests): Use catch_demangling_errors.
6453
64541999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
6455
6456 * gdb.base/signals.exp (test_handle_all_print): Use () for
6457 grouping in expressions, not {}.
6458
6459 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
6460 initialized yet.
6461
64621999-04-01 Stan Shebs <shebs@andros.cygnus.com>
6463
6464 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
6465 are listed.
6466
64671999-03-26 Stan Shebs <shebs@andros.cygnus.com>
6468
6469 * gdb.stabs/weird.exp: Test for CC being defined before
6470 looking at its value.
6471
64721999-03-25 Stan Shebs <shebs@andros.cygnus.com>
6473
6474 * gdb.base/call-ar-st.exp: Remove stray '#'.
6475 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
6476 "short int" and "long int".
6477 * gdb.c++/overload.cc: Cast the string added in the previous
6478 change, to mollify finicky HP compiler.
6479 * gdb.hp/reg-test.exp (testfile): Fix file name.
6480 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 6481
7a292a7a
SS
6482 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
6483 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
6484 alternate form of enum ptype.
6485
c906108c
SS
64861999-03-23 Stan Shebs <shebs@andros.cygnus.com>
6487
7a292a7a
SS
6488 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
6489 * gdb.hp/*.exp: Change all to run compiler probe only after
6490 passing skip_hp_tests, so as not to waste time on guaranteed
6491 failure.
6492
c906108c
SS
6493 * gdb.c++/overload.cc: Pass string instead of char addr, always
6494 init ccpfoo.
6495 * gdb.c++/templates.cc: Fix syntax error.
6496
7a292a7a
SS
6497Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6498
6499 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 6500 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
6501 command.
6502
65031999-03-18 James Ingham <jingham@cygnus.com>
6504
6505 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
6506
6507 * gdb.c++/method.exp: It was testing an uninitialized int on the
6508 stack and assuming it was positive.
6509
6510 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
6511
6512 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 6513 keep it from killing the rest of the tests.
7a292a7a
SS
6514 Use gdb_continue_to_end.
6515
6516 * gdb.base/sigall.exp: use gdb_continue_to_end.
6517
6518 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
6519
6520 * gdb.base/display.exp: use runto_main, not run.
6521
d63a86f8
RM
6522 * gdb.base/default.exp: Check for the current error message in the
6523 r abbreviation test.
7a292a7a
SS
6524 Add strongarm to the targets that know info float.
6525
d63a86f8 6526 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
6527 run which doesn't work with monitors.
6528
6529 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
6530
6531 * gdb.base/break.exp: use the gdb_continue_to_end proc.
6532
6533 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
6534 program. Traps the case (in Cygmon) when the program never really
6535 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
6536 more places, so I used my name. Sorry Mark...
6537
6538 * config/monitor.exp (gdb_target_monitor): added another
6539 target_info parameter: remotebinarydownload. This will set the
6540 remotebinarydownload flag if this is causing some boards trouble.
6541
65421999-03-18 Mark Salter <msalter@cygnus.com>
6543
6544 * lib/gdb.exp (continue_to_exit): New function.
6545
6546 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
6547 * gdb.base/ending-run.exp: Ditto.
6548 * gdb.base/step-test.exp: Ditto.
6549
65501999-03-16 Stan Shebs <shebs@andros.cygnus.com>
6551
6552 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
6553 (suggested by Art Haas <ahaas@neosoft.com>).
6554
65551999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
6556
6557 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
6558
6559Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
6560
6561 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
6562 descriptions of types (short unsigned int vs unsigned short, etc).
6563
65641999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
6565
6566 * gdb.base/call-strs.exp: Don't assume that `step' will step over
6567 a call to strlen; sometimes we do have sources.
6568
65691999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
6570
6571 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
6572 character, so GDB won't print garbage after its end.
d63a86f8 6573
c906108c
SS
6574 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
6575 breakpoint there instead. Sometimes GCC emits memcpy to handle
6576 the large structures being passed by value, so we step into that
6577 instead of sum_array_print, which obscures what we're really testing.
6578 * gdb.base/step-test.exp: However, we do want a test that notices
6579 the bizarre steps into memcpy, so do that here. Add check for
6580 stepping into function calls that pass large structures by value.
6581 ("Is that a noun clause, or are you just happy to see me?")
6582 Remove all references to specific line numbers.
6583 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
6584 New type and function.
6585 (main): Call large_struct_by_value, passing it a large struct by value.
6586 * lib/gdb.exp (gdb_get_line_number): New function.
6587
6588 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
6589 more portable.
6590
7a292a7a
SS
65911999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
6592
c906108c
SS
6593 * lib/gdb.exp: Doc fixes.
6594
7a292a7a
SS
65951999-03-05 Nick Clifton <nickc@cygnus.com>
6596
d63a86f8 6597 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
6598
65991999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
6600
c906108c
SS
6601 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
6602 commands. They're not germane to this test, and they don't work
6603 that way on remote targets.
6604
3fc11d3e
JM
66051999-03-01 James Ingham <jingham@cygnus.com>
6606
6607 * Changelog entries merged over from gdb development branch.
6608
3fc11d3e
JM
6609 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
6610
6611 * lib/gdb.exp (gdbtk_analyze_results): Generic function
6612 for outputting results of test run.
6613
2d4a1622 6614 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
6615
6616 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 6617
7a292a7a
SS
66181999-02-25 Felix Lee <flee@cygnus.com>
6619
6620 * lib/gdb.exp (debug_format): initialize
6621
c906108c
SS
66221999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
6623
6624 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
6625 * gdb.base/call-rt-st.c: Ditto.
6626
c906108c
SS
66271999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
6628
6629 * gdb.threads/pthreads.exp (horiz): New variable.
6630 (test_startup): Fix regexps that capture thread numbers.
6631
66321999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
6633
6634 * gdb.base/smoke.exp: Disambiguate two test case names (both
6635 called ``print'').
6636
6637Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
6638
6639 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
6640 compilation.
6641
66421999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
6643
6644 * gdb.base/miscexprs.exp: Change patterns to match GDB's
6645 actual output formatting.
6646 * gdb.base/smoke.exp: GDB removes leading 0's.
6647 * gdb.base/volatile.exp: Don't check type of remuneration;
6648 that variable is no longer defined in constvars.c.
6649 * gdb.base/step-test.c (main): Exit with explicit exit code.
6650 * gdb.base/step-test.exp: Remove two nexti checks--they are
6651 not portable.
6652
66531999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
6654
6655 * gdb.base/help.exp ("help delete display"): Fix test to match
6656 gdb's output.
6657
6658 * gdb.base/long_long.c (known_types): Initialize values to zero.
6659 * gdb.base/long_long.exp: Step one more line
6660 so 'dec' is initialized in "get to known place". GDB removes
d63a86f8 6661 leading zeros. Explicitly ask for hex formatting. Use
c906108c
SS
6662 unique test case names.
6663
6664Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6665
d63a86f8 6666 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
6667
6668 * gdb.c++/method.exp: Add missing close brace.
6669
66701999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
6671
6672 * gdb.base/maint.exp: Use 'set height 0' to disable page
6673 prompting, not 'set height 400'.
6674
6675 Fix a bunch of timeouts.
6676 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
6677 four separate tests, so expect doesn't take forever to match a ton
6678 of text against a regexp with lots of .* forms.
6679 ("maint print psymbols", "maint print symbols"): Make some of
6680 these greps more selective, so that expect doesn't try to wade
6681 through huge piles of output and time out.
6682
6683 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
6684
6685 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
6686 tests: one which doesn't expect shlib events to be reported, and
6687 another which does, but is XFAIL for all platforms other than
6688 HP/UX.
6689
6690 * gdb.base/break.exp: Teach the test suite that the `catch
6691 fork', `catch vfork', and `catch exec' commands produce error
6692 messages on platforms that don't provide these features.
6693
6694Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
6695
6696 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
6697 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
6698 (shortening names from solib_threshold.exp etc), won't run on
6699 anything but HP-UX for the foreseeable future.
6700 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
6701 reflect move.
6702
6703Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
6704
6705 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
6706 gdb.trace/Makefile.in (clean): Remove all test executables.
6707
6708Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
6709
6710 * gdb.base/shlib-call.exp: add test cases to verify that gdb
6711 successfully re-sets breakpoints in shared libraries.
6712 * gdb.base/shmain.c (main): return 0, don't fall off the end.
6713
6714Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6715
d63a86f8
RM
6716 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
6717 and compiled w/o GCC.
c906108c
SS
6718
6719 * gdb.hp/watch-cmd.exp: ditto.
6720
6721 * gdb.hp/watch-hp.exp: ditto.
6722
6723 * gdb.hp/xdb1.exp: ditto.
6724
6725 * gdb.hp/xdb2.exp: ditto.
6726
6727 * gdb.hp/dbx.exp: ditto.
6728
6729Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
6730
6731 * constvars.c: Remove C++-isms.
6732 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
6733 with GCC.
6734
6735Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
6736
6737 The following changes are part of the HP merge.
6738
6739 * gdb.base/break.exp: new tests to verify that catchpoints for
6740 fork, vfork, and exec don't trigger inappropriately.
6741
6742 * gdb.base/opaque.exp: compile one file at a time, then link.
6743
6744 * gdb.base/signals.exp: be more restrictive about which hppa
6745 systems receive a setup_xfail. new tests.
6746
6747 * gdb.base/solib_threshold.build: new file.
6748 * gdb.base/solib_threshold.exp: new file.
6749 * gdb.base/solib_threshold.link_opts: new file.
6750 * gdb.base/solib_threshold.mk: new file.
6751 * gdb.base/gen_solib_threshold.c: new file.
6752
6753 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
6754 tests. New tests for enums inside classes.
6755
6756 * gdb.c++/compiler.cc: indicate support of template debugging.
6757
6758 * gdb.c++/demangle.exp: run hp style demangling tests.
6759
6760 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
6761 tests.
6762
6763 * gdb.c++/misc.cc: changes to support new tests.
6764
6765 * gdb.c++/templates.cc: changes to support HP's compiler; changes
6766 to support new tests.
6767
6768 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
6769 gcc, then skip these tests.
6770
6771Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
6772
6773 The following files are part of the HP merge; some had longer
6774 names at HP, but have been renamed to be no more than 14
6775 characters in length.
6776
6777 * gdb.hp/ambiguous.cc: new file.
6778 * gdb.hp/ambiguous.exp: new file.
6779 * gdb.hp/attach.exp: new file.
6780 * gdb.hp/attach2.exp: new file.
6781 * gdb.hp/classes-hp.exp: new file.
6782 * gdb.hp/ctti.exp: new file.
6783 * gdb.hp/ctti-add.cc: new file.
6784 * gdb.hp/ctti-add1.cc: new file.
6785 * gdb.hp/ctti-add2.cc: new file.
6786 * gdb.hp/ctti-add3.cc: new file.
6787 * gdb.hp/dbx.exp: new file.
6788 * gdb.hp/exception.cc: new file.
6789 * gdb.hp/exception.exp: new file.
6790 * gdb.hp/foll-exec.c: new file.
6791 * gdb.hp/foll-exec.exp: new file.
6792 * gdb.hp/foll-fork.c: new file.
6793 * gdb.hp/foll-fork.exp: new file.
6794 * gdb.hp/foll-vfork.c: new file.
6795 * gdb.hp/foll-vfork.exp: new file.
6796 * gdb.hp/inherit-hp.exp: new file.
6797 * gdb.hp/more-steps.exp: new file.
6798 * gdb.hp/namespace.cc: new file.
6799 * gdb.hp/namespace.exp: new file.
6800 * gdb.hp/optimize.exp: new file.
6801 * gdb.hp/pxdb.c: new file.
6802 * gdb.hp/pxdb.exp: new file.
6803 * gdb.hp/quicksort.exp: new file.
6804 * gdb.hp/reg-test.exp: new file.
6805 * gdb.hp/reg-test.s: new file.
6806 * gdb.hp/sized-enum.c: new file.
6807 * gdb.hp/sized-enum.exp: new file.
6808 * gdb.hp/start-stop.exp: new file.
6809 * gdb.hp/templ-hp.cc: new file.
6810 * gdb.hp/templ-hp.exp: new file.
6811 * gdb.hp/thr-lib.c: new file.
6812 * gdb.hp/thr-lib.exp: new file.
6813 * gdb.hp/thr-lib.h: new file.
6814 * gdb.hp/thr-liblib.c: new file.
6815 * gdb.hp/virtfun-hp.c: new file.
6816 * gdb.hp/virtfun-hp.exp: new file.
6817 * gdb.hp/watch-cmd.exp: new file.
6818 * gdb.hp/watch-hp.exp: new file.
6819 * gdb.hp/xdb1.exp: new file.
6820 * gdb.hp/xdb2.exp: new file.
6821 * gdb.hp/xdb3.exp: new file.
6822
6823Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
6824
6825 The following files are part of the HP merge; some had longer
6826 names at HP, but have been renamed to be no more than 14
6827 characters in length.
6828
6829 * gdb.base/ss.h: new file.
6830 * gdb.base/call-ar-st.c: new file.
6831 * gdb.base/call-ar-st.exp: new file.
6832 * gdb.base/call-rt-st.c: new file.
6833 * gdb.base/call-rt-st-exp: new file.
6834 * gdb.base/call-strs.exp: new file.
6835 * gdb.base/ena-dis-br.exp: new file.
6836 * gdb.base/environ.exp: new file.
6837 * gdb.base/long_long.exp: new file.
6838 * gdb.base/sect-cmd.exp: new file.
6839 * gdb.base/shlib-cl2.exp: new file.
6840 * gdb.base/smoke.exp: new file.
6841 * gdb.base/so-impl-ld.c: new file.
6842 * gdb.base/so-impl-ld.exp: new file.
6843 * gdb.base/so-indr-cl.c: new file.
6844 * gdb.base/so-indr-cl.exp: new file.
6845 * gdb.base/varargs.exp: new file.
6846 * gdb.base/volatile.exp: new file.
6847 * gdb.base/whatis-exp.exp: new file.
7a292a7a 6848 * gdb.base/display.exp: new file.
c906108c
SS
6849 * gdb.c++/derivation.exp: new file.
6850 * gdb.c++/local.exp: new file.
6851 * gdb.c++/member-ptr.exp: new file.
6852 * gdb.c++/overload.exp: new file.
6853 * gdb.c++/ovldbreak.exp: new file.
6854 * gdb.c++/ref-types.exp: new file.
6855 * gdb.c++/ref-types2.exp: new file.
6856 * gdb.c++/userdef.exp: new file.
d63a86f8 6857
c906108c
SS
6858Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
6859
6860 * gdb.base/default.exp: Reflect wording change in remote.c.
6861
dc96c6c7 6862Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6863
6864 * gdb.base/help.exp: Update to reflect current text.
6865
6866Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
6867
6868 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
6869 they're stack variables and contain garbage.
6870 * gdb.c++/anon-union.exp: new file.
6871
6872 The following changes were made by David Taylor
6873 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
6874 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
6875 in changes by HP.
6876
6877 * gdb.base/bitops.exp: new file.
6878 * gdb.base/default.exp: change expected messages for catch and
6879 info catch tests to reflect HP merge changes.
6880 * gdb.base/enable-disable-break.exp
6881 * gdb.base/ending-run.c: new file.
6882 * gdb.base/long_long.c: new file.
6883 * gdb.base/maint.exp: new file.
6884 * gdb.base/pointers2.exp: new file.
6885 * gdb.base/shlib-call2.exp: new file.
6886 * gdb.base/solib.exp: new file.
6887 * gdb.base/step-test.c: new file.
6888 * gdb.c++/anon-union.cc: new file.
6889 * gdb.c++/local.cc: new file.
6890 * gdb.c++/member-pointer.cc: new file.
6891 * gdb.c++/method.cc: new file.
6892 * gdb.c++/ref-types.cc: new file.
6893 * gdb.c++/ref-types2.cc: new file.
6894 * gdb.c++/userdef.cc: new file.
d63a86f8 6895
c906108c
SS
6896 * gdb.base/scope.exp: compile one file at a time, then link.
6897 * gdb.base/langs.exp: ditto.
6898 * gdb.base/list.exp: ditto.
d63a86f8 6899
c906108c
SS
6900Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
6901
6902 The following changes were made by David Taylor
6903 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
6904 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
6905 in changes by HP.
d63a86f8 6906
c906108c
SS
6907 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
6908 skip tests. When compiling pass c++ flag to gdb_compile.
6909 * gdb.c++/
d63a86f8 6910
c906108c
SS
6911 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
6912 test for on hppa*-*-hpux*; use args to see if c++ was specified.
6913 (skip_hp_tests): new function.
6914 (gdb_preprocess): new function.
6915
6916 * configure.in (hpdir): decide whether to configure gdb.hp.
6917 * configure: regenerated.
6918
6919 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
6920 to delete on clean.
6921 (EXECUTABLES): update to reflect new additions.
6922 * gdb.base/commands.exp: update message expected.
6923 * gdb.base/default.exp: add copyright notice.
6924 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
6925 * gdb.base/help.exp: update messages to reflect current text.
6926 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
6927 targets for recurse tests.
6928 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
6929 skip this file.
6930
6931 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
6932 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
6933 compilation.
6934 * gdb.c++/misc.exp: ditto.
6935 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
6936 run the tests. tell gdb_compile that it's a c++ compilation.
6937
6938 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 6939
c906108c
SS
6940 * gdb.base/all-bin.exp: new file.
6941 * gdb.base/arithmet.exp: new file.
6942 * gdb.base/assign.exp: new file.
6943 * gdb.base/completion.exp: new file.
6944 * gdb.base/cond-expr.exp: new file.
6945 * gdb.base/condbreak.exp: new file.
6946 * gdb.base/define.exp: new file.
6947 * gdb.base/dollar.exp: new file.
6948 * gdb.base/environment.exp: new file.
6949 * gdb.base/eval-skip.exp: new file.
6950 * gdb.base/jump.exp: new file.
6951 * gdb.base/logical.exp: new file.
6952 * gdb.base/pointers.exp: new file.
6953 * gdb.base/relational.exp: new file.
6954 * gdb.base/section_command.exp: new file.
6955 * gdb.base/whatis-expr.exp: new file.
6956
6957 * gdb.base/all-types.c: new file.
6958 * gdb.base/call-array-struct.c: new file.
6959 * gdb.base/call-return-struct.c: new file.
6960 * gdb.base/call-strings.c: new file.
6961 * gdb.base/callfuncs2.c: new file.
6962 * gdb.base/condbreak.c: new file.
6963 * gdb.base/constvars.c: new file.
6964 * gdb.base/display.c: new file.
6965 * gdb.base/int-type.c: new file.
6966 * gdb.base/jump.c: new file.
6967 * gdb.base/miscexprs.c: new file.
6968 * gdb.base/pointers.c: new file.
6969 * gdb.base/pointers2.c: new file.
6970 * gdb.base/shmain.c: new file.
6971 * gdb.base/shr1.c: new file.
6972 * gdb.base/shr2.c: new file.
6973 * gdb.base/solib.c: new file.
6974 * gdb.base/solib1.c: new file.
6975 * gdb.base/solib2.c: new file.
6976 * gdb.base/varargs.c: new file.
6977 * gdb.c++/derivation.cc: new file.
6978 * gdb.c++/overload.cc: new file.
6979 * gdb.c++/ovldbreak.cc: new file.
6980 * gdb.hp/attach.c: new file.
6981 * gdb.hp/attach2.c: new file.
6982 * gdb.hp/average.c: new file.
6983 * gdb.hp/compiler.c: new file.
6984 * gdb.hp/compiler.cc: new file.
6985 * gdb.hp/execd-program.c: new file.
6986 * gdb.hp/follow-exec.c: new file.
6987 * gdb.hp/follow-fork.c: new file.
6988 * gdb.hp/follow-vfork-and-exec.c: new file.
6989 * gdb.hp/misc-hp.cc: new file.
6990 * gdb.hp/more-steps.c: new file.
6991 * gdb.hp/optimize.c: new file.
6992 * gdb.hp/quicksort.c: new file.
6993 * gdb.hp/run-hp.c: new file.
6994 * gdb.hp/start-stop.c: new file.
6995 * gdb.hp/sum.c: new file.
6996 * gdb.hp/templates-hp.cc: new file.
6997 * gdb.hp/thread-local-in-lib.c: new file.
6998 * gdb.hp/thread-local-in-lib.h: new file.
6999 * gdb.hp/thread-local-in-lib.lib.c: new file.
7000 * gdb.hp/vforked-program.c: new file.
7001 * gdb.hp/virtfunc-hp.cc: new file.
7002 * gdb.hp/watchpoint-hp.c: new file.
7003 * gdb.hp/xdb.c: new file.
7004 * gdb.hp/xdb0.c: new file.
7005 * gdb.hp/xdb0.h: new file.
7006 * gdb.hp/xdb1.c: new file.
7007
7008Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
7009
7010 The following change was made by Edith Epstein
7011 <eepstein@cygnus.com> as part of a project to merge in changes
7012 originally made by HP; HP did not create ChangeLog entries.
7013
7014 * gdb.c++/demangle.exp: changed the expected output for some
7015 ARM-style mangling -- removed second reference to datatype.
7016 For example, maint demangle __dt__11T1__pt__2_cFv
7017 T1<char>::~T1<char>(void)
7018 becomes,
7019 maint demangle __dt__11T1__pt__2_cFv
7020 T1<char>::~T1(void)
7021
7022 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 7023
c906108c
SS
7024Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
7025
7026 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
7027 * gdb.trace/backtrace.exp: Likewise.
7028 * gdb.trace/circ.exp: Likewise.
7029 * gdb.trace/collection.exp: Likewise.
7030 * gdb.trace/deltrace.exp: Likewise.
7031 * gdb.trace/infotrace.exp: Likewise.
7032 * gdb.trace/limits.exp: Likewise.
7033 * gdb.trace/packetlen.exp: Likewise.
7034 * gdb.trace/passc-dyn.exp: Likewise.
7035 * gdb.trace/passcount.exp: Likewise.
7036 * gdb.trace/report.exp: Likewise.
7037 * gdb.trace/save-trace.exp: Likewise.
7038 * gdb.trace/tfind.exp: Likewise.
7039 * gdb.trace/tracecmd.exp: Likewise.
7040 * gdb.trace/while-dyn.exp: Likewise.
7041 * gdb.trace/while-stepping.exp: Likewise.
7042
70431998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
7044
7045 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
7046
7047Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
7048
7049 From Brendan Kehoe:
7050 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
7051 int return types.
7052
7053Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
7054
7055 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
7056 remote dos host testing right.
7057
7058Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
7059
7060 * gdb.base/corefile.exp: remove some xfails.
7061
7062Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
7063
7064 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
7065 have different timestamps.
7066
7067Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
7068
7069 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
7070 gdb.base/default.exp: Replace "exec" with "executable".
7071
7072Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
7073
7074 * gdb.base/default.exp: Change else if to elseif from previous
7075 delta.
7076
7077Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
7078
7079 * gdb.base/default.exp: Add brace missing from previous delta.
7080
7081Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
7082
7083 * gdb.base/default.exp: Support test for info float for all
7084 varieties of arm toolchain.
7085
dc96c6c7 7086Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7087
7088 * gdb.trace/*.exp: remove "remote_download" command.
7089
dc96c6c7 7090Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7091
7092 * gdb.trace/*.exp: remove -gdwarf from compile.
7093
7094Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
7095
7096 * gdb.trace/configure.in(AC_INIT): typo
7097 * gdb.trace/configure: regenerated
7098
dc96c6c7 7099Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7100
7101 * config/m68k-emc.exp: New file.
7102 * lib/<emc-support.exp trace-support.exp}: New files.
7103 * configure.in: add new test directory gdb.trace.
7104 * gdb.trace/{configure configure.in Makefile.in}: New files.
7105 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
7106 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
7107 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
7108 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
7109 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
7110 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
7111 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 7112
dc96c6c7 7113Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7114
7115 * gdb.c++/classes.exp: Change all regular expressions to match
7116 arbitrary combinations of newline/carriage-return, so that they
7117 will work equally well on Unix and Windows.
7118 * gdb.c++/inherit.exp: ditto.
7119 * gdb.c++/virtfunc.exp: ditto.
7120
71211998-08-11 Dawn Perchik <dawn@cygnus.com>
7122
7123 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
7124
c2d11a7d
JM
7125Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
7126
7127 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
7128 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
7129 to use a0-a3/d0-d3 as needed.
7130
7131Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
7132
7133 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
7134 * gdb.disasm/am33.exp: Corresponding changes.
7135
c906108c
SS
71361998-07-11 Felix Lee <flee@cygnus.com>
7137
7138 * gdb.base/callfuncs.exp: add cmp10 test.
7139 * gdb.base/callfuncs.c (cmp10): new function.
7140
7141Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
7142
d63a86f8 7143 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
7144 into two parts to get around a synchronization problem in expect.
7145
3fc11d3e
JM
7146Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
7147
7148 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
7149
7150 * configure.in: Add options for gdbtk testsuite.
7151
7152 * configure: Regenerate.
7153
7154 * gdb.gdbtk: New directory to hold gdbtk tests.
7155
c906108c
SS
7156Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7157
7158 * gdb.fortran/types.exp: Escape brackets in expect patterns
7159 for test_float_literal_types_accepted tests.
7160 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
7161 before run test.
7162
c2d11a7d
JM
7163Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
7164
7165 * am33.exp: Just compile, do not link the testcase.
7166 * am33.s: Add ".am33" pseudoop to force am33 mode.
7167
c906108c
SS
71681998-06-25 Felix Lee <flee@cygnus.com>
7169
7170 * gdb.base/setshow.exp: make sure $pc is sane.
7171
7172 * gdb.stabs/weird.exp: split expect patterns properly.
7173
c2d11a7d
JM
7174Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
7175
7176 * gdb.disasm/am33.s: New disassembler testfile for the am33.
7177 * gdb.disasm/am33.exp: Run it.
7178
dc96c6c7 7179Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7180
7181 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
7182 match processing (and eliminate spurious timeouts when running).
7183
dc96c6c7 7184Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7185
7186 * gdb.base/signals.exp (test_handle_all_print): put back Mach
7187 exception test, but conditionalize it on target [mach | gnu].
7188
dc96c6c7 7189Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7190
7191 * gdb.base/overlays.exp: fixup compile line for linker script.
7192
7193Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
7194
7195 * gdb.fortran/types.exp: don't guess at float size.
7196
7197Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
7198
7199 * gdb.base/exprs.exp: delete test that depends on int size.
7200
7201Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
7202
7203 * config/sim.exp: Removed checks for target triplets.
7204 (gdb_target_sim): Use gdb,target_sim_options.
7205
7206Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
7207
7208 * gdb.base/reread.exp: New file.
7209 * gdb.base/reread1.c: New file.
7210 * gdb.base/reread2.c: New file.
7211
7212Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
7213
7214 * config/sim.exp: Use 'target sim -sparclite' when running
7215 SPARClite programs.
7216
7217Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
7218
7219 * gdb.base/structs2.exp: New file.
7220 * gdb.base/structs2.c: New file.
7221
7222Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
7223
7224 * gdb.asm/common.inc: New file.
7225 * gdb.asm/d10v.inc: New file.
7226 * asm-source.exp: Pass -I's to gas to find .inc files.
7227 Update line numbers in expected output.
7228 * asmsrc1.s: Rewrite.
7229 * asmsrc2.s: Rewrite.
7230 * configure.in: Create arch.inc symlink.
7231 * configure: Regenerate.
7232 * Makefile.in (distclean): Delete arch.inc.
7233
7234Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
7235
7236 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
7237 (t_enum_value2): ditto
7238 (t_enum_value3): ditto
7239 (main): ditto
7240Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7241
7242 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
7243 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
7244 change.
7245 Use gdb_test instead of send_gdb/gdb_expect sequences.
7246
7247Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
7248
7249 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
7250 not void.
7251
7252Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
7253
7254 * gdb.base/branches.c: Code with lots of loops and
7255 subroutines. Used to test gdbs ability to single step through PC
7256 changes, especially to test mips-tdep.c:mips_next_pc
7257
7258Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
7259
7260 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
7261 more rigorous EGCS C++ error checking.
7262
7263Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7264
7265 * gdb.base/help.exp: Clean up `help set args' and `help show args'
d63a86f8 7266 tests.
c906108c 7267 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
d63a86f8 7268 function when asleep.
c906108c 7269 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
d63a86f8
RM
7270 for i*86 Linux and SVR4 signal handling problems.
7271 Remove linux xfail for `next to handler in signals_tests_1', fixed
7272 by recent infrun.c change.
c906108c 7273 Limit backtrace to 10 frames to avoid timeout problems with infinite
d63a86f8 7274 stack backtraces.
c906108c
SS
7275 Adjust expect pattern in `handle all print' test to match Apr 28 1997
7276 target.[ch] change.
7277
7278Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
7279
7280 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
7281 for a newline from gdb before continuing.
7282 (default_gdb_exit): Just look for y or n.
7283 (gdb_test): Detect abnormal exit from GDB running on DOS; if
7284 it does, fail the rests of the tests in the file.
7285
7286Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
7287
7288 * config/cygmon.exp: New file.
7289
7290Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
7291
7292 * gdb.base/list.exp: Fix problem with "list default lines around
7293 main" test on remote targets.
7294
7295 * gdb.base/scope.exp: Fix problem with filelocal_bss before
7296 run test on remote targets.
7297
7298Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
7299
7300 * gdb.asm: New directory.
7301 * configure.in: Configure it.
7302 * configure: Regenerate.
7303 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
7304 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
7305
7306Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
7307
7308 * config/mn10300-eval.exp: New file to support MN10300 eval board.
7309
dc96c6c7 7310Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 7311
c906108c
SS
7312 * gdb.base/overlays (several files): Merge the two overlay
7313 managers into one. Change variables (foox, barx, bazx, grbxx)
7314 back into ints but force them to load in their proper sections.
7315
7316Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
7317
7318 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
7319 on-chip insn memory and IMAP1 to upper 128k.
7320 (D10VCopy): Handle memory regions crossing 16k boundaries.
7321 (D10VCopy): Transfer data in 32 bit chunks.
7322
7323Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
7324
7325 * gdb.base/overlays.c (main): Exit normally when result is
7326 correct.
7327
7328 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
7329 map. Include space for printf in .text segment.
7330
7331 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
7332 updated d10v memory VMA/LMA map.
7333 (D10VCopy): Call D10VTranslate.
d63a86f8 7334
c906108c
SS
7335Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
7336
7337 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
7338
7339 * gdb.base/bar.c (barx, bar): Change variable to small array so
7340 that it won't be put into the .sdata - small data -
7341 section. Update reference.
7342 * gdb.base/baz.c (bazx, baz): Ditto.
7343 * gdb.base/foo.c (foox, foo): Ditto.
7344 * gdb.base/grbx.c (grbxx, grbx): Ditto.
7345
7346 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
7347 to be arrays.
d63a86f8 7348
dc96c6c7 7349Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 7350
c906108c
SS
7351 * gdb.base/overlays.exp: fix up and get working again.
7352 Add tests for backtraces from an overlay function.
d63a86f8 7353
c906108c
SS
7354Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
7355
7356 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
7357 "calling function with watchpoint enabled".
7358
7359Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
7360
7361 * gdb.base/break.exp (test_next_with_recursion): Remove
7362 gdb_suppress_tests for d10v-*-*.
7363 * lib/gdb.exp (gdb_suppress_tests): Disable this function
7364 pending review of whether it is useful or not.
7365
7366Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
7367
7368 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
7369
7370Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
7371
7372 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
7373 * config/dve.exp: New file to support Densan boards.
7374
7375Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
7376
7377 * gdb.base/interrupt.exp: Document problem of simulators, signals,
7378 reads and BSD.
7379
7380Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
7381
7382 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
7383 response.
7384
7385 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
7386
7387Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
7388
7389 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
7390 test.
7391
7392 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
7393 target_sizeof_long and target_bigendian_p.
7394 (structs_by_value, structs_by_reference): Check values according
7395 to targets word size and endianess.
d63a86f8 7396
c906108c
SS
7397Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
7398
7399 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
7400 output.
7401
7402Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
7403
7404 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
7405 Update test of set args help to match source change.
7406
7407Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
7408
7409 * gdb.base/default.exp: Expect help system output to be in
7410 alphabetical order.
7411 * gdb.base/help.exp: Ditto.
7412
7413Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
7414
7415 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
7416 "i*86-pc-linux-gnu*".
7417 * gdb.base/interrupt.exp: Ditto.
7418 * gdb.base/corefile.exp: Ditto.
7419
7420 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
7421 define vxworks when building the testcase.
7422
7423 * gdb.base/ptype.exp: Fix testnames to be unique.
7424 * gdb.base/radix.exp: Ditto.
7425 * gdb.base/term.exp: Ditto.
7426 * gdb.base/whatis.exp: Ditto.
7427 * gdb.c++/classes.exp: Ditto.
7428
7429Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
7430
7431 * gdb.base/callfuncs.exp: Fix indentation.
7432
7433 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
7434 suppress_flag has been set.
7435 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
7436 target feature.
7437
7438Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
7439
7440 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
7441 the testcase.
7442
7443 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
7444 set_debug_traps() and breakpoint().
7445 * gdb.c++/misc.cc (main): Ditto.
7446 * gdb.c++/templates.cc (main): Ditto.
7447 * gdb.c++/virtfunc.cc (main): Ditto.
7448
7449Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
7450
7451 * lib/gdb.exp(gdb_step_for_stub): New function.
7452 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
7453 exists, reload the executable and do a "continue" instead of
7454 doing a jump.
7455 (runto_main): Use gdb_step_for_stub.
d63a86f8 7456
c906108c
SS
7457 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
7458 tests to have unique names.
7459 * gdb.base/callfuncs.exp: Ditto.
7460 * gdb.base/commands.exp: Ditto.
7461 * gdb.base/default.exp: Ditto.
7462 * gdb.base/help.exp: Ditto.
7463 * gdb.base/list.exp: Ditto.
7464 * gdb.base/opaque.exp: Ditto.
7465 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
7466 similar tests.
d63a86f8 7467
c906108c
SS
7468 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
7469 * gdb.c++/cplusfuncs.cc: Ditto.
7470 * gdb.c++/virtfunc.cc: Ditto.
7471
7472 * config/monitor.exp: Keep track of the last file we saw, rather
7473 than trying to get the info from gdb.
7474
7475 * gdb.fortran/types.exp: Move comment to previous line.
7476
7477Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
7478
7479 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
7480 target mode.
7481
7482Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
7483
7484 From Bob Manson:
7485 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
7486 string from GDB when it connects.
7487
7488 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
7489
7490Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
7491
7492 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
7493 if we can't get a debug format from GDB (we may be testing an
7494 older GDB). Use a 10 second timeout when checking for the format.
7495
7496 * gdb.stabs/weird.exp: Fix quoting.
7497
7498 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
7499
7500Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
7501
7502 * config/arm-ice.exp: New file.
7503
7504Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
7505
7506 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
7507 until it has been modified to work with the new testsuite.
7508
99707966 7509 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
7510 testcase won't compile, cause all of the testcases in the file to
7511 fail instead.
7512
7513 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
7514 (gdb_clear_suppressed): New procedure.
7515 (gdb_stop_suppressing_tests): Only clear suppress_flag if
7516 it contains a positive value.
7517
7518Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
7519
7520 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
7521
7522 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
7523
7524Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
7525
7526 * lib/gdb.exp (setup_xfail_format): New function.
7527 (get_debug_format): New function to get debug format.
7528 (debug_format): New global variable to hold last value set
7529 by get_debug_format.
7530 * gdb.base/list.exp: Call get_debug_format and expect some
7531 tests to fail for DWARF 1 and COFF formats.
7532 * gdb.c++/ptype.exp: Ditto.
7533 * gdb.c++/classes.exp: Ditto.
7534 * gdb.c++/cplusfuncs.exp: Ditto.
7535 * gdb.c++/inherit.exp: Ditto.
7536 * gdb.c++/templates.exp: Ditto.
7537 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 7538
c906108c
SS
7539Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
7540
7541 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
7542 host doesn't have a currently-open connection.
7543
7544 * config/sparclet.exp: Cleanups and fixes to make it generic for
7545 any gdb stub target. Handle cases where gdb doesn't respond when
7546 interrupted in a sane fashion.
7547
7548 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
7549 same thing in a totally different way.
7550
7551 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
7552 setting "timeout".
7553 (gdb_start): We set the global gdb_prompt variable in
7554 default_gdb_init now.
7555
7556Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
7557
7558 * gdb.base/printcmds.exp: Fix "check for floating addition"
7559 regexp to accept results within approx +/- .01 of exact value.
7560 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
7561
7562Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
7563
7564 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
7565 properly.
7566 (gdb_expect): Add optional timeout parameter, and add timeout
7567 value to various calls.
7568 (gdb_suppress_tests): Only give one warning message per group.
7569
7570Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
7571
7572 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
7573 global variables. Handle getting a value for $timeout more
7574 gracefully.
7575
7576Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
7577
7578 * lib/gdb.exp: Close connection to remote host if gdb doesn't
7579 initialize.
7580 (default_gdb_init): New procedure; allow gdb_init to be overridden
7581 by a target configuration file.
7582 (gdb_expect): Pass the timeout to remote_expect.
7583
7584 * config/monitor.exp(gdb_load): Fix typo in regexp.
7585
7586Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
7587
7588 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
7589
7590Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
7591
7592 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
7593 here. Call gdb_target_exec before rebooting the target, to make
7594 sure the connection to the target is closed.
7595 (gdb_load): Pass the name of the executable to gdb_target_monitor.
7596 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
7597 Also detect "Timeout reading from remote" error.
7598
7599 * config/gdbserver.exp: Pass the executable being loaded to
7600 gdb_target_monitor. Don't call gdb_file_cmd here; let
7601 gdb_target_monitor do it.
7602
7603 * gdb.disasm/hppa.exp: Don't use exec_output.
7604
7605Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
7606
7607 * gdb.base/list.exp: If we're debugging a non-native target,
7608 try to set the pc register to point to the start of the
7609 program before doing the first list command.
7610
7611 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
7612 test_calls after restarting.
7613
7614 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
7615 reloading.
7616
7617 * gdb.base/watchpoint.exp: Fix typo.
7618
7619 * gdb.base/setshow.exp: Check for use_gdb_stub.
7620
7621 * gdb.base/break.exp: Fix continue until exit test for the gdb
7622 stub case.
7623 * gdb.base/langs.exp: Ditto.
7624
7625 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
7626 gdb_load_offset. If we weren't given a file to load, figure out
7627 what the current file is and use it.
7628
7629 * config/i386-bozo.exp: New file.
7630
7631Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
7632
7633 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
7634 feature.
7635
7636 * config/proelf.exp: New entry.
7637
7638Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
7639
7640 * lib/gdb.exp: Remove spurious .* patterns at the beginning
7641 of regexps.
7642
7643 * gdb.base/watchpoint.exp: Don't run the test_stepping
7644 tests if gdb can't call functions on the target.
7645
7646 * gdb.base/setshow.exp: Don't run the set prompt tests if
7647 the board has gdb_prompt set.
7648
7649Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
7650
7651 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
7652 * gdb.base/commands.exp: Likewise.
7653 * gdb.base/setshow.exp: Likewise.
7654
7655Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
7656
7657 * config/monitor.exp(gdb_start): Look for gdb_prompt target
7658 feature.
7659
7660 * config/i960.exp: New file.
7661
7662Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
7663
7664 * gdb.base/funcargs.exp: Check for gdb,short_int target
7665 feature instead of looking for explicit target triplets.
7666
dc96c6c7 7667Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 7668
d63a86f8 7669 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
7670 "p 123DEADBEEF", to check parse_number.
7671 * top.c: change "to enable to enable" to "to enable" in a couple
7672 of help strings.
7673
7674Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
7675
7676 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
7677 on the mn10300.
d63a86f8 7678
c906108c
SS
7679Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
7680
7681 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
7682 where the test executable is run with explicit args.
7683 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
7684
7685Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
7686
7687 * gdb.base/run.c: Use FAKEARGV to build test executable that
7688 does not require a command line arg, since most simulators
7689 don't currently support passing such an arg into the simulated
7690 program.
7691 * gdb.base/commands.exp: Change tests to insert the proper
7692 value as the arg to the first recursive factorial call. Change
7693 compilation line to define FAKEARGV at compile time.
7694
7695Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
7696
7697 * gdb.base/recurse.exp: Enable these tests for the mn10300.
7698 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
7699 function with watchpoint enabled" test.
7700
7701Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
7702
7703 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
7704 Don't call gdb_test when the command doesn't return to a gdb prompt.
7705
7706 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
7707 "Tests restarted" messages.
7708
7709Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
7710
7711 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
7712
dc96c6c7 7713Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7714
7715 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
7716 for INFO SYMBOL; add help tests for OVERLAY commands.
7717 * gdb.base/default.exp: add tests for INFO SYMBOL command;
7718 add tests for OVERLAY commands
7719 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
7720 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
7721 * gdb.base/sigall.c: add usestubs code frag
7722 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 7723
c906108c
SS
7724Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
7725
7726 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
7727 failures.
7728 (gdb_stop_suppressing_tests): Note that tests have restarted.
7729
7730Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
7731
7732 * config/h8300.exp: New file.
7733
7734Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
7735
7736 * gdb.base/setshow.exp: Check for the existence of a
7737 feature, not its value.
7738
7739Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
7740
7741 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
7742
7743 * gdb.base/scope.exp: It's now init0(), not init().
7744
7745 * gdb.base/scope0.c: For now, change init() to be init0().
7746
7747 * config/monitor.exp: Use gdb_serial in preference to serial
7748 or netport.
7749
7750 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
7751 and it's not already set.
7752
7753Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
7754
7755 * gdb.base/setshow.exp: Only test the run command if the target
7756 isn't using a stub and if it supports argument passing.
7757
7758Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
7759
7760 * config/udi.exp(gdb_start): Make sure UDICONF is set
7761 properly before starting gdb.
7762
7763Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
7764
7765 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
7766 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
7767 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
7768
7769Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
7770
7771 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
7772 specialized code to reboot the board, use remote_reboot instead.
7773
7774 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
7775
7776 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
7777
7778 * config/monitor.exp: Make sure we disconnect from the target.
7779 Also, try a reboot/reload cycle instead of failing if the
7780 load fails.
7781
7782Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
7783
7784 * gdb.base/default.exp: Don't set match_max.
7785 * gdb.base/help.exp: Ditto.
7786 * gdb.base/list.exp: Ditto.
7787 * gdb.base/signals.exp: Ditto.
7788
7789 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
7790 set, use remote_ld to download the testcase instead of
7791 the GDB loader.
7792
7793Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
7794
7795 * config/vr5000.exp: New file.
7796
7797 * config/monitor.exp(gdb_target_monitor): Add pattern for
7798 "Ending remote" to detect errors in connecting.
7799
7800 * gdb.base/setshow.exp: Add .* within auto language test.
7801
7802 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
7803 target feature.
7804
7805 * config/monitor.exp(gdb_load): Check for a failure when loading,
7806 and reboot the board if necessary.
7807
7808 * gdb.base/setvar.exp(test_set): Handle multiple prints within
7809 a set of tests. Remove print.* from the patterns being checked.
7810
7811Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
7812
7813 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
7814 refer to gdb_spawn_id.
7815
7816 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
7817 longer used.
7818 * config/sparclet.exp: Ditto.
7819 * config/sparclet-old.exp: Ditto.
7820 * config/slite.exp: Ditto.
7821 * config/sim.exp: Ditto.
7822 * gdb.base/funcargs.exp: Ditto.
7823
7824 * lib/gdb.exp:Remove references to gdb_spawn_id.
7825 (gdb_expect): Move to remote.exp.
7826
7827Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
7828
7829 * config/monitor.exp: Detect the "Couldn't establish connection"
7830 message from GDB.
7831
7832Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
7833
7834 * gdb.base/bitfields.exp: Use runto instead of explicit
7835 gdb_run_cmd/gdb_expect sequences.
7836
7837 * gdb.base/break.exp(text_next_with_recursion): Add match for
7838 gdb_expect call.
7839
7840 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
7841 We also need to handle the "A program is being debugged already"
7842 prompt from gdb. Use gdb_test to set the baud rate.
7843
7844 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
7845 to 20000. Really. I mean it.
7846
7847Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
7848
7849 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
7850 fails. If suppress_flag is set, skip perror message about not
7851 being able to send to GDB.
7852 (send_gdb): If suppress_flag is set, don't try to send commands to
7853 GDB.
7854 (gdb_expect): If suppress_flag is set, always fail immediately.
7855 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
7856 (gdb_init): Call gdb_stop_suppressing_tests.
7857 (default_gdb_exit): Ditto.
7858 (default_gdb_start): Ditto.
7859
7860 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
7861 gdb_stop_suppressing_tests as appropriate.
7862 * gdb.base/break.exp: Ditto.
7863 * gdb.base/callfuncs.exp: Ditto.
7864 * gdb.base/commands.exp: Ditto.
7865 * gdb.base/exprs.exp: Ditto.
7866 * gdb.base/funcargs.exp: Ditto.
7867 * gdb.base/list.exp: Ditto.
7868 * gdb.base/recurse.exp: Ditto.
7869 * gdb.base/scope.exp: Ditto.
7870 * gdb.base/structs.exp: Ditto.
7871 * gdb.c++/inherit.exp: Ditto.
7872
7873Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
7874
7875 * config/vr4300.exp: New file.
7876
99707966 7877 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 7878
99707966 7879 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
7880
7881Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
7882
7883 * lib/gdb.exp(gdb_init): New function.
7884
7885 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
7886 for each individual variable set.
7887
7888 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
7889 name.
7890
7891 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
7892
7893 * gdb.base/scope.exp: Use gdb_test.
7894
7895 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
7896 aborting; the testsuite driver will do that for us (see
7897 gdb_finish). Also, use gdb_test in a few more places.
7898
7899Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
7900
7901 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
7902
7903Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
7904
7905 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
7906 and "add_tests" are not at the same address.
7907
7908Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
7909
7910 * gdb.base/ptype.exp: Use gdb_test.
7911
7912Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
7913
7914 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
7915 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
7916 left in. No longer expect them to fail.
7917
7918 * gdb.stabs/*.mt; Deleted, no longer used.
7919 * gdb.stabs/configure.in: Remove references to target makefile
7920 frags.
7921 * gdb.stabs/configure: Rebuilt.
7922
7923 * gdb.disasm/*.mt: Deleted, no longer used.
7924 * gdb.disasm/configure.in: Remove references to target makefile
7925 frags. Use "sh3.s" as the unique filename for this directory.
7926 * gdb.disasm/configure: Rebuilt.
7927
7928 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
7929 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
7930 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
7931
7932Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
7933
7934 * config/udi.exp: Use mondfe,name instead of remote_host.
7935
7936Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
7937
7938 * gdb.base/watchpoint.exp: Don't expect a failure when calling
7939 a function with a watchpoint enabled on the mn10200.
7940
7941 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
7942 before trying to create it!
7943
7944Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
7945
7946 * config/vx.exp: Use hostname instead of netport.
7947
7948 * config/vxworks.exp: New file.
7949
7950 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
7951
7952 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
7953 gdb before assuming everything worked. Send a ^C if a timeout
7954 occurs.
7955
7956 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
7957 $gdb_spawn_id directly.
7958 (gdb_run_cmd): Try _start as well as start. Use the target feature
7959 gdb,start_symbol as the symbol to start from when jumping.
7960
7961Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
7962
7963 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
7964 redundant) test.
7965
7966 * gdb.base/recurse.exp: Relax final value test for 'b' so that
7967 it doesn't lose for 16bit integer systems.
7968
7969Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
7970
7971 * gdb.fortran/types.exp: If the target doesn't support "double"
7972 data types, then expect "real" types to only be 4 bytes.
7973
7974 * gdb.c++/virtfunc.exp: Expect failure for virtual function
7975 call tests if the target doesn't support inferior function calls.
7976
7977 * gdb.base/printcmds.exp: Allow minor deviation in FP values
7978 in printf tests.
7979
7980Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
7981
7982 * gdb.base/help.exp: Disable "help set", "help show", and
7983 "help support". Simplify regexp for "help stack".
7984
7985 * gdb.base/default.exp: Set match_max to 5000 and the timeout
7986 to 60 seconds. Temporarily set match_max to 15000 around the
7987 "info copying" test.
7988
7989 * gdb.base/nodebug.exp: Don't try to do an inferior function
7990 call if the target doesn't support them.
7991 * gdb.base/printcmds.exp: Likewise.
7992 * gdb.base/setvar.exp: Likewise.
7993 * gdb.base/structs.exp: Likewise.
7994 * gdb.c++/templates.exp: Likewise.
7995 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
7996
7997 * gdb.base/recurse.exp: Enable for the mn10200.
7998
7999 * configure.in: Do configure gdb.stabs directory for *-*-elf
8000 targets.
8001 * configure: Rebuilt.
8002
8003 * gdb.base/break.exp: Check for gdb,noresults before testing
8004 exit status and/or results from the target.
8005 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
8006 * lib/gdb.exp: Remove old (now bogus) initialization of
8007 noinferior, noargs, noresults and nosignals.
8008
8009Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
8010
8011 * config/sh.exp: New file.
8012
8013 * config/slite.exp: Try to connect multiple times to the board
8014 before rebooting. Only send a "monitor run" if need_monitor_run
8015 is set.
8016
8017 * gdb.base/break.exp: Don't do the "stub continue" test if
8018 the target has gdb_stub set.
8019
8020 * gdb.base/callfuncs.exp: Increase the timeout.
8021
8022 * gdb.base/interrupt.exp: Don't even try to compile the testcase
8023 if the target has gdb,noinferiorio set.
8024
8025 * gdb.base/list.exp: Increase match_max to 10000 characters.
8026
8027 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
8028
8029 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
8030 target.
8031
8032 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
8033
8034Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
8035
8036 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
8037 trying to delete the copy of gdb. Catch the file delete so we
8038 don't die if the delete fails; also, the file should be copied to
8039 the host, not to the build.
8040
8041Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
8042
8043 * lib/gdb.exp(gdb_test): Surround the result pattern with
8044 parenthesis in case it contains multiple regexps separated
8045 with |.
8046
8047 * gdb.base/watchpoint.exp: Use gdb_test.
8048 * gdb.base/default.exp: Ditto.
8049
8050Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
8051
99707966 8052 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 8053
c906108c
SS
8054 * gdb.base/scope.exp: Use gdb_test.
8055 * gdb.c++/classes.exp: Ditto.
8056 * gdb.c++/inherit.exp: Ditto.
8057
8058Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
8059
8060 * gdb.base/crossload.exp: Don't use execute_anywhere, use
8061 remote_exec instead.
8062 * gdb.base/corefile.exp: Don't be ridiculous.
8063 * gdb.base/*.c: Add missing stub invocations.
8064
8065Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
8066
8067 * config/slite.exp: Miscellaneous fixes.
8068
8069 * lib/gdb.exp: Fix runto.
8070
8071 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
8072 the target.
8073
8074 * gdb.base/watchpoint.exp: Fix regexp.
8075
8076 * lib/gdb.exp(default_gdb_exit): Add a catch to the
8077 close and wait commands, as the descriptor may now be
8078 invalid. Always call "remote_close host".
8079
8080Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
8081
8082 Major rewrite for testsuite revision.
d63a86f8 8083
c906108c
SS
8084 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
8085 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
8086 instead of relying on spawn_id to always contain a valid
8087 spawn id.
8088 (get_compiler_info): New procedure to build the ${binfile}.ci
8089 file, instead of replicating this in N different places.
8090 (gdb_compile): New procedure.
d63a86f8 8091
c906108c
SS
8092 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
8093 appropriate arguments) instead of compile. Use gdb_test in a lot
8094 more places. Use send_gdb instead of send. Always run gdb_start
8095 at the start of a testcase, as this is no longer done magically.
8096
8097 config/*-gdb.exp: Rename without the -gdb suffix.
8098
8099 config/mips.exp: Use remote_close instead of exit_remote_shell.
8100 config/monitor.exp: Use target_info instead of looking at
8101 baud, timeout, etc.
8102 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
8103
8104Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8105
8106 * gdb.c++/templates.exp (test_ptype_of_templates),
8107 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
8108 Update expect patterns for destructors and assignment operators
8109 to match corresponding c-typeprint.c changes.
8110 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
8111 to destructor breakpoint test, GDB should be able to set the
8112 destructor breakpoint without specifying arguments.
8113
8114Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
8115
8116 * gdb.threads/pthreads.exp: Change result for failure to compile due
8117 to lack of pthreads runtime support from an error to simply an
8118 unsupported test, per dejagnu standards.
8119
8120Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8121
8122 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
8123 where GDB exits to reduce pattern match time.
8124 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
8125
8126 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
8127
dc96c6c7 8128Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
8129
8130 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
8131 * gdb.base/default.exp: ditto.
8132 * gdb.base/nodebug.exp: ditto.
8133 * gdb.base/printcmds.exp: ditto.
8134 * gdb.base/ptype.exp: ditto.
8135 * gdb.base/setvar.exp: ditto.
8136 * gdb.base/structs.exp: ditto.
8137 * gdb.base/setshow.c: Guard against uninitialized values of argc.
8138
8139Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
8140
8141 * configure, */configure: Rebuild with autoconf 2.12.
8142
8143Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
8144
8145 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
8146 use new i*86-pc-linux*-gnu quads.
8147 * gdb.base/corefile.exp: Ditto.
8148 * gdb.base/signals.exp: Ditto.
8149 * gdb.base/sigall.exp: Ditto.
8150 * gdb.base/interrupt.exp: Ditto.
8151
8152 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
8153 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
8154 RedHat 4.0.
d63a86f8 8155
c906108c
SS
8156 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
8157 linux. This allows the test case to at least compile on latest
8158 linux, but still not run due to missing the threads runtime library.
8159
8160Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8161
8162 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
8163 directory to search gdb directory. Accept and step over conditional
8164 stack alignment code. Consume $prompt in failure cases.
8165 Reset timeout to $oldtimeout instead of some arbitrary value.
8166 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
8167 timeout problems with infinite stack backtraces.
8168 * gdb.base/ptype.exp (ptype struct link, union tu_link):
8169 Accept function parameters for linkfunc member.
8170
8171Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
8172
8173 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
8174 (CXXFLAGS): Remove, unreferenced.
8175 (B_OPTIONS): Add for -B options and add code to initialize with
8176 previous -B options and also add -B option to pick up cross compiled
8177 runtime.
8178 (TARGET_INCLUDES): Add for -I options and add code to initialize when
8179 doing cross compiles.
8180 (target_alias): Declare global.
8181 (xgcc): Set variable to full path of gcc in build tree. Use findfile
8182 to verify that gcc exists in build tree, and if so set CC to that
8183 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 8184
c906108c
SS
8185Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
8186
8187 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
8188 ptype test for anonymous union. Fixup testcase to match
8189 current gcc debug output.
8190
8191Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
8192
8193 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
8194 force argument to an unsigned long type.
8195
8196Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
8197
8198 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
8199 tests and anonymous union print/ptype tests.
8200 * gdb.base/list.exp (test_forward-search): Increase timeout by
8201 5 minutes for the "search extremely long line" case.
8202 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
8203 completely optional and that the pass/fail messages use the command as
8204 the message if that third arg is a null string.
8205 (gdb_test_exact): Arrange that a null string pattern means match a
8206 null string output rather than any output, which might include random
8207 errors.
8208 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
8209 backtrace test.
8210 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
8211 always failing and failure is now exposed by gdb.exp changes.
8212
8213Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
8214
8215 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
8216 weren't being noted.
8217
8218Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8219
8220 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
8221 * gdb.stabs/weird.exp: Remove v_comb xfails.
8222
dc96c6c7 8223Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
8224
8225 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
8226 list.exp scope.exp watchpoint.exp]
8227 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 8228
dc96c6c7 8229Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
8230
8231 * config/monitor.exp: Increase download timeout to 1000 seconds.
8232
dc96c6c7 8233Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
8234
8235 * config/m32r.exp: Increase timeout to 120 seconds.
8236
8237Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
8238
8239 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
8240 and accept older ordering as obsolescent gcc or gdb.
8241 * gdb.c++/templates.exp: Ditto.
8242 * gdb.c++/virtfunc.exp: Ditto.
8243
8244Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
8245
8246 * gdb.base/coremaker.c: Add code to mmap some data so we
8247 can check that it ends up in the core file.
8248 * gdb.base/corefile.exp: Add test to read mmapped data
8249 from core file.
8250
dc96c6c7 8251Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
8252
8253 * config/m32r.exp: New file.
8254
8255Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
8256
8257 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
8258 that cflags can contains -gstabs, and work correctly for other tests.
8259
dc96c6c7 8260Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
8261
8262 * gdb.base/setshow.exp: New file, tests show and set.
8263 * gdb.base/setshow.c: New file, tests show and set.
8264 * gdb.base/help.exp: Add test for help set|show annotate.
8265 * gdb.base/default.exp: Add test for set|show annotate.
8266
8267Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
8268
8269 * testsuite/gdb.base/break.exp: Make backtrace from factorial
8270 errors unique.
8271 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
8272 explicitly.
8273
8274Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
8275
8276 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
8277 and width commands. This is done elsewhere.
8278 * (gdb_start): Don't call gdb_start_sim here. That's already
8279 done in gdb_load. This fixes lots of failures in default.exp.
8280
8281Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
8282
8283 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8284 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
8285 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
8286 in the same we we treat other failures (since it may be an expected
8287 condition), rather than as an error.
8288 * gdb.base/signals.exp (test_handle_all_print): Revert back to
8289 old test format.
8290
8291Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
8292
8293 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
8294 (distclean maintainer-clean realclean): No need to remove files
8295 twice. Nuke the duplicates.
8296 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 8297 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
8298 Remove config.h along with other config files.
8299
8300Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
8301
8302 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
8303 "p func1 ()" and note that rests of tests are skipped.
8304 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
8305 setup_xfails for "print func2::coremaker_local".
8306 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
8307 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
8308 affected by the previous run test.
8309 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
8310 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
8311 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
8312 "pass int powerset tuple" and "pass modeless int powerset tuple".
8313 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
8314 "real write 4" and "real write 8".
8315 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
8316 setup_xfails for "print vs1 after tuple assign 2",
8317 "print \$i after tuple assign 2", and
8318 "print vs2 after tuple assign 2".
8319 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
8320 meaningful error message and return -1 so the caller can
8321 suppress further tests and avoid a cascade of errors.
d63a86f8 8322
c906108c
SS
8323Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
8324
8325 * gdb.base/a1-selftest.exp: Tweak tests to account for new
8326 format for printing version.
8327 * gdb.base/default.exp: Ditto.
8328 * gdb.base/interrupt.exp: Fix problem with cascade of
8329 errors if child process dies while calling a function.
d63a86f8 8330
c906108c
SS
8331Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
8332
8333 * Makefile.in (VPATH): Add
8334 * Makefile.in (Makefile, config.status): Fix rules so things get
8335 remade when necessary.
8336
8337Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
8338
8339 * Makefile.in (just-check): Add path to sibling expect dir
8340 to environment variable specified by RPATH_ENVVAR.
8341
8342Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
8343
8344 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
8345 (just-check): Add shared library paths for libstdc++, tk,
8346 tcl, bfd, and opcodes to the environment variable specified
8347 in RPATH_ENVVAR.
8348 * configure.in: Add support to recognize --enable-shared flag
8349 and generate correct value for RPATH_ENVVAR.
8350 * configure: Regenerated with autoconf.
8351
8352Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
8353
8354 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
8355 include all osf versions.
8356 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
8357 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
8358 when target is linux. When failing to build pthreads test
8359 executable, give more meaningful message.
8360 * gdb.threads/pthreads.c: Hpux also uses old definition of second
8361 arg for pthread_create.
d63a86f8 8362
c906108c
SS
8363Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
8364
8365 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
8366 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
8367 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
8368 and -lpthreads (everybody else).
8369 (test_startup): Fail gracefully if threads are not supported.
8370 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
8371 "p/c array_index("abcdef",2)" when not gcc compiled.
8372 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
8373 "print func2::coremaker_local" when not gcc compiled.
8374 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
8375 "ptype on opaque struct tagname (statically)",
8376 "ptype on opaque struct tagname (dynamically) 1", and
8377 "ptype on opaque struct tagname (dynamically) 2"
8378 for not compiled with gcc.
8379 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
8380 backtrace when compiled with gcc.
d63a86f8 8381 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
8382 than always return success.
8383
8384Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
8385
8386 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
8387
8388Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
8389
8390 * gdb.base/structs.exp: Undo last change.
8391
8392Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
8393
8394 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
8395 encapsulate all the steps/nexts done during self test, starting
8396 at main, and makes them less sensitive to optimization issues.
8397 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
8398 signal handler" test.
8399 * gdb.threads/pthreads.exp: Only run this for native configs.
8400 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
8401 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
8402 tests.
8403 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
8404 for "runto test_calls(void)" test.
d63a86f8 8405
c906108c
SS
8406Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
8407
8408 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
8409 and don't expect address info in breakpoint confirmations.
8410
8411Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
8412
8413 * gdb.base/list.exp (test_forward_search): Increase timeout
8414 temporarily by 60 seconds for searching extremely long line,
8415 and then reset to old value when done. Increase expect input
8416 buffer to 10000.
8417
8418Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
8419
8420 * gdb.base/list.exp (test_forward_search): Fix to handle very
8421 long source line without overflowing expect's input buffer.
8422
8423Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
8424
8425 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
8426 "buffer_full".
8427
8428 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
8429 "buffer_full".
8430
8431 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
8432 "buffer_full".
8433
8434 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
8435 "buffer_full".
8436
8437Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
8438
8439 * configure.in (configdirs): Add gdb.threads.
8440 * configure: Regenerated with autoconf.
8441 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
8442 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
8443 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 8444
c906108c
SS
8445Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
8446
8447 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
8448
8449Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
8450
8451 * gdb.base/signals.exp (test_handle_all_print): Test separately for
8452 each signal's status in the output of "handle all print".
8453 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
8454 the \r\n sequence that immediately precedes the gdb prompt.
8455 * gdb.base/a1-selftest.exp: Save original timeout and restore
8456 after test.
8457
8458Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
8459
8460 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
8461 symbol.
8462
8463Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
8464
8465 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
8466
8467Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
8468
8469 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
8470 timeout by 60 seconds.
8471
8472Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
8473
8474 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
8475 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
8476 error return.
8477
8478Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
8479
8480 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
8481 gdb initialization, also report how long dejagnu waited. Restore
8482 old timeout before doing error return. Temporarily increase timeout
8483 by 3 minutes to allow for slow startups over heavy NFS use.
8484
8485Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
8486
8487 * lib/gdb.exp: Report timeout value for verbosity level 2.
8488 * config/gdbserver.exp: Ditto.
8489 * config/hppro.exp: Ditto.
8490 * config/mips-gdb.exp: Ditto.
8491 * config/monitor.exp: Ditto.
8492 * config/netware.exp: Ditto.
8493 * config/sim-gdb.exp: Ditto.
8494 * config/slite-gdb.exp: Ditto.
8495 * config/udi-gdb.exp: Ditto.
8496 * config/unix-gdb.exp: Ditto.
8497 * config/vx-gdb.exp: Ditto.
8498 * gdb.base/a1-selftest.exp: Ditto.
8499 * gdb.base/a2-run.exp: Ditto.
8500 * gdb.base/break.exp: Ditto.
8501 * gdb.base/corefile.exp: Ditto.
8502 * gdb.base/list.exp: Ditto.
8503 * gdb.base/recurse.exp: Ditto.
8504 * gdb.base/scope.exp: Ditto.
8505 * gdb.base/signals.exp: Ditto.
8506
8507Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8508
8509 * gdb.threads/Makefile.in (docdir): Removed.
8510
8511Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8512
8513 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 8514 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 8515 @srcdir@.
d63a86f8 8516 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
8517 autoconf 2.5 or higher.
8518 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
8519
8520Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
8521
8522 * configure: Regenerated.
8523 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
8524 avoid name clashes with SunOS headers.
8525
8526Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
8527
8528 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
8529
8530Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
8531
8532 * gdb.base/callfuncs.exp: Finish last change -- make sure the
8533 prototype information ends up in the compiler info file.
8534
8535Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
8536
8537 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
8538 attempting to regenerate it. Eliminate use of a temporary file
8539 and just generate the info file directly. Source it immediately,
8540 for consistency of use.
8541 * gdb.base/corefile.exp: Ditto
8542 * gdb.base/exprs.exp: Ditto.
8543 * gdb.base/funcargs.exp: Ditto.
8544 * gdb.base/langs.exp: Ditto.
8545 * gdb.base/list.exp: Ditto.
8546 * gdb.base/mips_pro.exp: Ditto.
8547 * gdb.base/nodebug.exp: Ditto.
8548 * gdb.base/opaque.exp: Ditto.
8549 * gdb.base/ptype.exp: Ditto.
8550 * gdb.base/scope.exp: Ditto.
8551 * gdb.base/setvar.exp: Ditto.
8552 * gdb.base/signals.exp: Ditto.
8553 * gdb.base/whatis.exp: Ditto.
8554 * gdb.c++/templates.exp: Ditto.
8555 * gdb.c++/virtfunc.exp: Ditto.
8556 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
8557 whether or not to add -lstdc++ to the compile command line args.
8558
8559Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8560
8561 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
8562 it got fixed by the recent lookup_minimal_symbol_by_pc change.
8563 Increase timeout, a lot of single stepping might be needed if the
8564 target has no hardware watchpoints.
8565
8566Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
8567
8568 * gdb.base/break.exp: Ignore compiler warnings when compiling
8569 break.c.
8570 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
8571 * gdb.base/default.exp: Add h8300 xfails. Handle messages
8572 from remote-sim.
8573 * gdb.base/exprs.exp: Add h8300 xfails.
8574 * gdb.base/funcargs.exp: Likewise.
8575 * gdb.base/nodebug.exp: Likewise.
8576 * gdb.base/printcmds.exp: Likewise.
8577 * gdb.base/ptype.exp: Likewise.
8578 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
8579 h8300 xfails.
d63a86f8 8580 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
8581 on the h8300.
8582 * gdb.base/funcargs.c: Explicitly make last constant argument to
8583 call_after_alloca_subr an unsigned long type.
8584 * gdb.base/return.c: Include stdio.h.
8585
8586Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
8587
8588 * config/abug.exp: New file for the older Motorola Bug monitor
8589 that runs on the mvme13x series VME boards.
8590 * config/monitor.exp: Use the new config array for target settings
8591 if they exist.
8592
8593Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
8594
8595 * sim-gdb.exp: Make the SH simulator allocate less space when
8596 it is targeted.
8597
8598Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
8599
8600 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
8601 test.
8602
8603Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
8604
8605 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
8606 "rs6000-*-*" for "list function in include file" when gcc compiled.
8607 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
8608 for "p ctable1[120]".
8609 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
8610 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
8611 Remove setup_xfail for "rs6000-*-*" for
8612 "print 'scope0.c'::filelocal before run".
8613 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
8614 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
8615 since some compilers don't allow both options to be given
8616 on the same command line. Create object file and move it.
d63a86f8 8617
c906108c
SS
8618Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
8619
8620 * gdb.base/corefile.exp: Always regenerate the core file, since
8621 we always regenerate the coremaker program. Detect special case
8622 where registers cannot be read from core file.
d63a86f8 8623
c906108c
SS
8624Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
8625
8626 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
8627 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
8628 * gdb.c++/templates.exp: Only match on basename of file since
8629 some formats like xcoff don't encode directory information.
8630 * gdb.stabs/weird.exp: Use the right sed script for powerpc
8631 and rs6000 AIX xcoff targets.
8632 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
8633 * configure: Regenerate.
8634 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
8635 here, rather than in distclean.
d63a86f8 8636
c906108c
SS
8637Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
8638
8639 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
8640 defined, and use it to compile the test case with -O2. The
8641 native compilation still uses no optimization.
8642 * gdb.base/mips_pro.c: Remove inline assembly code since
8643 it is compiled PIC by default, which results in assembler
8644 warnings that make the testsuite think the compilation
8645 was unsuccessful.
8646
8647Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
8648
8649 * gdb.c++/misc.exp: Add note to message for
8650 "print s.a for foo struct" that this is a known gcc 2.7.2
8651 and earlier bug.
8652
8653Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
8654
8655 * gdb.base/break.exp: Fix pattern for matching "Delete all
8656 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
8657 setup_xfail for deleting all breakpoints test. Fix various
8658 timeout messages to include "(timeout)".
8659 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
8660 for "p t_float_values2(3.14159,float_val2)".
8661 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
8662 for "continue to call2g" when gcc compiled.
8663 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
8664 "up to foo in langs.exp", "show language at foo in langs.exp",
8665 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
8666 and "show language at fsub in langs.exp".
8667 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
8668 "list line 1 in include file", "list message for lines past EOF",
8669 "list function in include file", "list list0.h:foo", and
8670 "list filename:function; nonexistant function".
8671 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
8672 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
8673 and "ptype t_char_array" to be for native cc only.
d63a86f8 8674
c906108c
SS
8675Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
8676
d63a86f8 8677 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
8678 setup_xfail for "print coremaker_bss", "print coremaker_ro",
8679 "print func2::coremaker_local", and "backtrace in corefile.exp".
8680
8681Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
8682
8683 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
8684 "bt in signals.exp". This problem only appears when running
8685 the testsuite, and then only intermittently.
8686
8687Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
8688
8689 * gdb.base/return.exp (return_tests): Differentiate between
8690 two tests of continuing.
8691
8692Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
8693
8694 * */Makefile.in (maintainer-clean): Remove config.log.
8695 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
8696 * gdb.c++/Makefile.in (PROGS): Add inherit.
8697 (clean): Remove *.ci.
8698
8699Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
8700
8701 * gdb.c++/misc.cc: Add test code from Mike Stump.
8702 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
8703
8704Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
8705
8706 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
8707 to "alpha-*-osf2*" and add comment.
8708 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
8709 setup_xfail for "step over execarg initialization" and
8710 "step over corearg initialization".
8711 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
8712 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
8713 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
8714 gcc compiled for "print coremaker_bss", "print coremaker_ro",
8715 "print func2::coremaker_local", and "backtrace in corefile.exp".
8716 * gdb.base/signals.exp: Build and source signals.ci.
8717 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
8718 to be for gcc only.
8719 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 8720
c906108c
SS
8721Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8722
8723 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
8724 Feb 3 procfs.c change.
8725
8726Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
8727
8728 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
8729
8730Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
8731
8732 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
8733 from dejagnu's apparent default of 10 seconds, which gives random
8734 results when running the tests over NFS on moderately loaded systems.
8735 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
8736
8737Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
8738
8739 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
8740 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
8741 result reports.
8742
8743Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
8744
8745 * configure.in (CY_AC_PATH_TCLH): Remove.
8746 * configure: Regenerate.
8747
8748Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
8749
8750 * gdb.c++/Makefile.in (clean): Add missing '{'.
8751
8752Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
8753
8754 * lib/gdb.exp: Provide a default value for noinferior.
8755
8756 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
8757 Load libgloss.exp.
8758
8759Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
8760
8761 * gdb.disasm/hppa.exp: Compile directly into an executable, use
8762 the executable, not the .o to run the tests from.
8763
8764Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
8765
8766 * gdb.base/break.exp: Don't test for program exit or exit status
8767 if $noresults if nonzero.
8768 * gdb.base/langs.exp: Likewise.
8769 * gdb.base/watchpoint.exp: Likewise.
8770
8771 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
8772 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
8773 trying to compile the testcase.
8774
8775Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
8776
8777 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
8778 * gdb.base/signals.exp (continue to handler): Likewise.
8779
8780Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
8781
8782 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
8783
8784 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
8785
8786Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
8787
8788 * gdb.base/corefile.exp: Recognize "not found" as failure
8789 when trying to determine if a core file was generated.
8790 If no core file was generate the first time, try again without
8791 the ulimit -c to work around braindamaged shells.
8792
8793Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
8794
8795 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
8796 [] tests with "test" and enclose string in quotes.
8797 * gdb.stabs/configure: Rebuild
d63a86f8 8798
c906108c
SS
8799Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
8800
8801 Changes in sync with expect:
8802 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
8803 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
8804 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
8805 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
8806 argument to AC_REQUIRE.
8807 * configure: Regenerated.
8808
8809Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
8810
8811 * gdb.base/corefile.exp: When generating a core, discard any
8812 error messages about ulimit not found and the "core dumped"
8813 message from the shell that runs the coredumper.
8814
8815Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
8816
8817 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
8818
8819 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
8820 which sed script to run. Expect failure for v_comb test
8821 on PA targets too.
d63a86f8 8822
c906108c
SS
8823Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
8824
8825 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
8826 "print func2::coremaker_local" and for "backtrace in corefile.exp"
8827
8828Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
8829
8830 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
8831 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
8832 "sparc-sun-solaris*" xfails for "p v_comb".
8833 * lib/gdb.exp (default_gdb_start): Fix typo.
8834 * gdb.base/corefile.exp: Allow "Core was generated by ..."
8835 messages to not include the full program name that caused
8836 the core dump since some systems (such as solaris) apparently
8837 truncate this path to about 80 characters.
8838 When generating a core file first try increasing the core file
8839 size limit to unlimited since some systems may default it to
8840 zero, and it is harmless to try it. Move the test for failing
8841 to generate a core file to where it will actually get executed.
8842 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
8843 new gdb result from g++ debug info improvements and make old
8844 pattern obsolescent. Also account for size_t differences
8845 (may be int or long).
8846 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
8847 initialization before function call is placed in the delay slot
8848 and thus appears to be skipped over by commands such as "next".
8849
8850Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
8851
8852 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
8853
8854Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
8855
8856 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
8857 input source file; fix code to compile test to deal with this
8858 convention.
8859 * gdb.c++/*.exp: Likewise.
8860
8861Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
8862
8863 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
8864 "bt in signals.exp".
8865
8866Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
8867
8868 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
8869 "step over execarg initialization" and
8870 "step over corearg initialization".
8871
8872Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
8873
8874 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
8875 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
8876
8877Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
8878
8879 From Rob Savoye (rob@poseidon.cygnus.com)
8880 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
8881 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
8882 configure.in}, gdb.disasm/{Makefile.in, configure.in},
8883 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
8884 configure.in}: Major reworking for autoconfig.
8885 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
8886 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
8887 New files.
8888 * config/unix-gdb.exp: Make GDB global.
8889 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
8890 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
8891 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
8892 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
8893 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
8894 term.exp, twice.exp, watchpoint.exp, whatis.exp},
8895 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
8896 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
8897 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
8898 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
8899 pr-8136.exp, result.exp, string.exp, tuples.exp},
8900 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
8901 to returns as necessary, arrange for test to compile own testcase
8902 executable.
8903 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 8904
c906108c
SS
8905Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
8906
8907 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
8908 clear_xfail at end of test which might not call either pass or fail.
8909 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
8910 "backtrace through signal handler".
8911
8912Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8913
8914 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
8915 continuing from a job control stop signal.
8916 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
8917
8918Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
8919
8920 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
8921 * gdb.base/corefile.exp: Likewise.
8922 * gdb.base/funcargs.exp: Likewise.
8923
8924Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
8925
8926 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
8927 * config/monitor.exp: Add support for setting baud rate.
8928
8929Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
8930
8931 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
8932 i*86-*-linux* xfails for "backtrace through signal handler".
8933 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
8934 "print func2::coremaker_local".
8935 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
8936 alpha-dec-osf2* xfail for
8937 "delete all breakpoints when none".
8938
8939Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
8940
8941 * gdb.base/break.exp: Change test that deletes all breakpoints
8942 when no user breakpoints are installed. A post 4.15 change
8943 causes gdb to no longer prompt in this case.
8944
8945Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
8946
8947 * gdb.base/return.exp (return_tests): Change xfail for test
8948 "correct value returned double test" to stop xfailing at
8949 Solaris 2.5. Apparently the bug has been fixed.
8950
8951Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
8952
8953 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
8954 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
8955
8956Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
8957
8958 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
8959 * gdb.disasm/hppa.s: Corresponding changes.
8960
8961Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
8962
8963 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
8964 makefile fragment.
8965 * config/mt-hpux: Deleted.
8966
8967Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
8968
d63a86f8 8969 * Many files: When warning about suppressed tests due to a
c906108c
SS
8970 nonexistant test binary, avoid incrementing the warning count.
8971
8972Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
8973
8974 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 8975
c906108c
SS
8976Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8977
8978 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
8979 "sparc-*-solaris2*".
8980
8981Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8982
8983 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
8984 Add global and local variables and initialize them.
8985 * gdb.base/corefile.exp: Test correct mapping of corefile sections
8986 by printing variables. Remove rs6000 and powerpc xfails, BFD now
8987 extracts the file name and terminating signal from the core file.
8988 * TODO: Remove note about tests for correct mapping of corefile.
8989 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
8990 from optimizing it away.
8991 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
8992 handles common blocks.
8993
8994Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
8995
8996 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
8997 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
8998
8999Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
9000
9001 * Makefile.in (maintainer-clean): New target, synonym for
9002 realclean.
9003 * gdb.base/Makefile.in (maintainer-clean): Likewise.
9004 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
9005 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
9006 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
9007 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
9008 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
9009
9010Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
9011
9012 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
9013 xfails when not gcc compiled for "print foo::funclocal".
9014 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
9015 "print foo::funclocal at foo",
9016 "print 'scope1.c'::foo::funclocal at foo",
9017 "print foo::funclocal_bss at foo",
9018 "print 'scope1.c'::foo::funclocal_bss at foo",
9019 "print foo::funclocal_ro at foo",
9020 "print 'scope1.c'::foo::funclocal_ro at foo",
9021 "print bar::funclocal at foo" and
9022 "print 'scope1.c'::bar::funclocal at foo".
9023 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
9024 gcc compiled for "print foo::funclocal at bar".
9025 Expand all messages to ensure that they identify that
9026 the test is at bar().
9027 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
9028 gcc compiled for:
9029 "ptype on opaque struct pointer (statically)",
9030 "ptype on opaque struct tagname (statically)",
9031 "ptype on opaque struct pointer (dynamically) 1",
9032 "ptype on opaque struct tagname (dynamically) 1",
9033 "ptype on opaque struct pointer (dynamically) 2" and
9034 "ptype on opaque struct tagname (dynamically) 2
9035 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
9036 gcc compiled for:
9037 "p datalocal"
9038 "whatis datalocal",
9039 "ptype datalocal",
9040 "p bsslocal",
9041 "whatis bsslocal", and
9042 "ptype bsslocal".
9043 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
9044 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
9045 when not gcc compiled.
9046 * gdb.base/funcargs.exp (float_and_integral_args): Add
9047 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
9048 compiled.
9049 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
9050 "backtrace from call6a" when not gcc compiled.
9051 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
9052 "backtrace from call7a" when not gcc compiled.
9053 * gdb.base/callfuncs.exp (do_function_calls):
9054 Add "hppa*-*-hpux*" xfail when not gcc compiled for
9055 "p t_char_array_values(char_array_val2,char_array_val1)",
9056 "p t_char_array_values(char_array_val1,char_array_val2)",
9057 "p t_char_array_values("carray 1","carray 2")",
9058 "p t_char_array_values("carray 1",char_array_val2)",
9059 "p t_char_array_values(char_array_val1,"carray 2")",
9060 "p sum_args(1,{2})",
9061 "p sum_args(2,{2,3})",
9062 "p sum_args(3,{2,3,4})",
9063 "p sum_args(4,{2,3,4,5})"
9064 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
9065 "backtrace in corefile.exp" when not gcc compiled.
9066
9067Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9068
9069 * gdb.base/signals.exp: Rewrite `handle all print' test as
9070 a procedure. Accept blanks or TABs as whitespace, increase
9071 timeout and expect input buffer size for the large output
9072 from the command. Remove "i*86-*-bsdi2.0" xfail.
9073
9074Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9075
9076 * gdb.base/setvar.exp: Add new testcases for truncation when
9077 assigning invalid values to bitfields.
9078
9079Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
9080
d63a86f8 9081 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
9082 mips-sgi-irix* xfail for
9083 "call inferior func with struct - returns char *"
9084 and fix test so that an optional (unsigned char *) cast is
9085 accepted in the result.
9086
9087Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
9088
9089 * gdb.base/funcargs.exp (float_and_integral_args): Remove
9090 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
9091 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
9092 * gdb.base/signals.exp: Remove duplicate "handle all print" test
9093 that accidentally got checked in.
9094
9095Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
9096
d63a86f8 9097 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
9098 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
9099 compiled test.
9100 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
9101 Add mips-sgi-irix5* xfail for not gcc compiled.
9102 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
9103 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
9104 "p top", "whatis top", "p middle", and "whatis middle".
9105 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
9106 "whatis signed char" for not gcc compiled.
9107 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
9108 "set variable signed char=-1 (-1)" and
9109 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
9110 * gdb.base/funcargs.exp (float_and_integral_args):
9111 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
9112 Add mips-sgi-irix* xfail when not gcc compiled for
9113 "continue to call2b".
9114 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
9115 "continue to call2g".
9116 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
9117 "backtrace from call6a"
9118 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
9119 "backtrace from call7k".
9120 Add mips-sgi-irix5* xfail when not gcc compiled for
9121 "backtrace from call7a".
9122 (localvars_after_alloca): Fix gdb_test cmds for
9123 "print * after runto ...".
9124 Remove rs6000-*-* xfails for
9125 "print i after runto localvars_after_alloca" and
9126 "print l after runto localvars_after_alloca"
9127 for all compilers.
9128 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
9129 when not compiled with gcc, for:
9130 "print signed char == (minus)",
9131 "print signed char != (minus)",
9132 "print signed char < (minus)",
9133 "print signed char > (minus)".
9134 * gdb.base/callfuncs.exp (do_function_calls):
9135 Add mips-sgi-irix* xfail, when compiled with native compiler, for
9136 "call inferior func with struct - returns char *".
d63a86f8 9137 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
9138 "correct value returned double test" to include Solaris 2.4.
9139 * gdb.base/funcargs.exp (float_and_integral_args):
9140 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 9141
c906108c
SS
9142Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9143
9144 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
9145 enumeration bitfields if compiling with GNU C.
9146 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
9147 to empty' prompt.
9148
9149Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
9150
9151 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
9152 test for PRO targets.
9153
9154 * gdb.base/funcargs.exp: Avoid ever setting more than 8
9155 breakpoints in the inferior at any given time by making
9156 two groups of breakpoints for call2*, call6* and call7*
9157 tests.
9158
9159Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9160
9161 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
9162 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
9163 from optimizing it away.
9164 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
9165 "call inferior func with struct".
9166
9167Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
9168
9169 * configure.in: Only configure gdb.chill for particular targets.
9170
9171Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
9172
9173 * gdb.base/Makefile.in: Add action to .c.o transformation
9174 rule that generates a .ci file for each .o file and remove
9175 explicit .c.o rules except for callfuncs.o.
9176 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
9177 generates a .ci file for each .o file and remove explicit
9178 .cc.o rules.
9179 (clean): Remove *.tmp *.ci files.
9180 (EXECUTABLES): Remove templ-info.exp.
9181 * gdb.base/compiler.c: New file.
9182 * gdb.c++/compiler.cc: New file
9183 * gdb.base/scope.exp: Source gdb.base/scope.ci.
9184 Change rs6000-*-* xfail for
9185 "print 'scope0.c'::filelocal_ro" and
9186 "print 'scope1.c'::filelocal" and
9187 "print 'scope1.c'::filelocal_bss" and
9188 "print 'scope1.c'::filelocal_ro" and
9189 "print 'scope1.c'::foo::funclocal" and
9190 "print 'scope1.c'::foo::funclocal_ro" and
9191 "print 'scope1.c'::bar::funclocal" and
9192 "print 'scope0.c'::filelocal_ro" and
9193 "print 'scope1.c'::filelocal at foo" and
9194 "print 'scope1.c'::filelocal_bss at foo" and
9195 "print 'scope1.c'::filelocal_ro at foo" and
9196 "print 'scope1.c'::foo::funclocal at foo" and
9197 "print 'scope1.c'::foo::funclocal_bss at foo" and
9198 "print 'scope1.c'::foo::funclocal_ro at foo" and
9199 "print 'scope1.c'::bar::funclocal at foo" and
9200 "print 'scope0.c'::filelocal_ro" and
9201 "print 'scope1.c'::filelocal" and
9202 "print 'scope1.c'::filelocal_bss" and
9203 "print 'scope1.c'::filelocal_ro" and
9204 "print 'scope1.c'::foo::funclocal" and
9205 "print 'scope1.c'::foo::funclocal_bss" and
9206 "print 'scope1.c'::foo::funclocal_ro" and
9207 "print 'scope1.c'::bar::funclocal" and
9208 "print 'scope1.c'::bar::funclocal_bss"
9209 to only be xfail'd when not compiled with gcc.
d63a86f8 9210 Add rs6000-*-* xfail for
c906108c
SS
9211 "print 'scope0.c'::filelocal_bss before run"
9212 when compiled with gcc.
9213 (test_at_main): Add rs6000-*-* xfail for
9214 "print filelocal_ro in test_at_main"
9215 when compiled with gcc.
9216 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
d63a86f8 9217 Add rs6000-*-aix* xfail for
c906108c
SS
9218 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
9219 "ptype t_char_array", not compiled with gcc.
9220 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
9221 xfail for "list foo (in include file)" when gcc compiled.
9222 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
9223 (integral_args): Add rs6000-*-* xfail for
9224 "run to call0a" if not compiled with gcc.
9225 (unsigned_integral_args): Add rs6000-*-* xfail for
9226 "run to call1a" if not compiled with gcc.
9227 (float_and_integral_args): Add rs6000-*-* xfail for
9228 "run to call2a" if not compiled with gcc and for
9229 "continue to call2b" for any compiler.
9230 Add rs6000-*-* xfail to
9231 "print f1 after run to call2a" for gcc compiled.
9232 (discard_and_shuffle): Add rs6000-*-* xfail for
9233 "run to call6a".
9234 (shuffle_round_robin): Add rs6000-*-* xfail for
9235 "backtrace from call7a" if not compiled with gcc.
9236 Add rs6000-*-* xfail for
9237 "backtrace from call7b" if compiled with gcc.
9238 (call_after_alloca): Add rs6000-*-* xfail for
9239 "print c in call_after_alloca" and
9240 "print s in call_after_alloca" and
9241 "backtrace from call_after_alloca_subr"
9242 if not compiled with gcc.
9243 (localvars_in_indirect_call): Add rs6000-*-* xfail for
9244 "print c in localvars_in_indirect_call" and
9245 "print c in localvars_in_indirect_call" and
9246 "backtrace in indirectly called function" and
9247 "stepping into indirectly called function"
9248 if not compiled with gcc.
9249 (localvars_after_alloca): Add rs6000-*-* xfail for
9250 "print c after runto localvars_after_alloca" and
9251 "print s after runto localvars_after_alloca" and
9252 "print i after runto localvars_after_alloca" and
9253 "print l after runto localvars_after_alloca"
9254 for all compilers.
9255 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
9256 than whatis-info.exp.
9257 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
9258 than opaque-info.exp.
9259 Setup rs6000-*-* xfail for
d63a86f8 9260 "ptype on opaque struct pointer (statically)" and
c906108c
SS
9261 "ptype on opaque struct pointer (dynamically)" when
9262 not compiled with gcc.
9263 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
9264 rather than callf-info.exp.
9265 (do_function_calls): Add clear_xfail for rs6000-*-* for
9266 "p t_float_values2(3.14159,float_val2)". Seems to work
9267 fine there, both with xlc and gcc. Need to find out what
9268 it is doing right and fix other platforms.
9269 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
9270 "call inferior func with struct - returns int",
9271 "call inferior func with struct - returns long",
9272 "call inferior func with struct - returns float",
9273 "call inferior func with struct - returns double",
9274 "call inferior func with struct - returns char *",
9275 but only if not gcc compiled (presumes xlc compiled).
9276 Change rs6000-*-* xfails for
9277 "call inferior func with struct - returns char" and
9278 " call inferior func with struct - returns short" to only
9279 xfail if not using gcc.
9280 (clean mostlyclean): Remove *.ci and *.tmp files.
9281 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
9282 than templ-info.exp.
9283 * gdb.base/langs.exp: Source gdb.base/langs.ci.
9284 Add rs6000-*-* xfail for "up to foo in langs.exp"
9285 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
9286 when not gcc compiled.
d63a86f8 9287
c906108c
SS
9288Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9289
9290 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
9291 * gdb.base/corefile.exp: Likewise.
9292 * gdb.base/list.exp: Likewise.
9293 * gdb.base/scope.exp: Likewise.
9294 * gdb.base/siganls.exp: Likewise.
9295
9296 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
9297 compiler output.
9298 * gdb.base/whatis.exp: Likewise.
9299
9300Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
9301
9302 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
9303 failure (opcode table has been fixed to match reality).
9304
9305Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
9306
9307 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
9308 "call inferior func with struct - returns char",
9309 "call inferior func with struct - returns short"
9310
9311 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
9312 "print 'scope0.c'::filelocal at main",
9313 "print 'scope0.c'::filelocal_bss in test_at_main",
9314 "print 'scope0.c'::filelocal at foo",
9315 "print 'scope0.c'::filelocal_bss in test_at_foo",
9316 "print 'scope0.c'::filelocal at bar",
9317 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 9318
c906108c
SS
9319 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
9320 in source file 1". This bug seems to have been fixed with both
9321 gcc and native cc (was native assembler bug?).
9322
9323Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
9324
9325 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
9326 "backtrace through signal handler" to "i*86-*-sysv4*".
9327 * gdb.base/signals.exp: Add xfail for "'next' behaved as
9328 continue" case. Add "known SVR4 bug" to fail message.
9329 Add "i*86-*-bsdi2.0" xfail for "handle all print".
9330 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
9331 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
9332 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
9333 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
9334 "up to foo in langs.exp", "show language at foo in
9335 langs.exp", "up to cppsub_ in langs.exp", "show
9336 language at cppsub_ in langs.exp", "up to fsub in
9337 langs.exp", and "show language at fsub in langs.exp".
9338 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
9339 "bactrace in corefile.exp".
9340 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
9341 "call inferior function with struct - returns float" and
9342 "call inferior function with struct - returns double".
d63a86f8 9343
c906108c
SS
9344Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
9345
9346 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
9347 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
9348 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
9349 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
9350
9351Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
9352
9353 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
9354 (or overriden) "CHILL" macro rather then bare "gcc".
9355 Also look for ../../gcc/xgcc since that is what we will
9356 actually need, not "Makefile". Remove following assignment
9357 of CHILL to CHILL_FOR_TARGET because that results in
9358 recursive definition.
9359
9360Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
9361
9362 * gdb.base/corefile.exp: Change xfail for backtrace in
9363 corefile.exp from linuxaout to all linux.
9364 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
9365 cases where we miss the breakpoint at the signal handler
9366 for some reason. Setup xfail for linuxoldld/linuxaout and
9367 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
9368 hitting SIGURG breakpoint.
9369 * gdb.base/signals.exp: Setup xfail for "next" acting like
9370 continue to add linuxoldld. Setup xfail for all linux for
9371 "next to handler in signals_tests_1", "backtrace in
9372 signals_tests_1", "continue to func1", "pass SIGUSR1",
9373 and continue to handler".
9374
9375Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
9376
9377 * Update all FSF addresses except those in COPYING* files.
9378
9379Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
9380
9381 * gdb.base/a2-run.exp: Change messages to be more explicit about
9382 the status of args, and quote binfile in results.
9383
9384Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
9385
9386 * gdb.base/callfuncs.exp: Add tests for passing structs to
9387 inferior functions and return various types.
9388 * gdb.base/callfuncs.c: Add functions to receive a struct
9389 and return a member of the struct, in various types.
9390
9391Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9392
9393 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
9394
9395Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
9396
9397 * config/vxworks29k.exp: New file, sources vxworks.exp.
9398
9399Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9400
9401 * config/gdbremote.exp: New file. Testing framework using
9402 gdbserver.
9403
9404Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
9405
9406 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
9407 "call function when asleep" and "send end of file".
9408 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
9409 for "backtrace in corefile.exp".
9410 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
9411 for "backtrace through signal handler".
9412 * gdb.base/corefile.exp: Make sure we actually generate a core file
9413 before trying the core tests. Some systems allow the user to suppress
9414 generation of core files and default to that (linux for example).
9415 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
9416 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
9417
9418Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9419
9420 * gdb.threads: New directory with some crude multi-threaded
9421 gdb tests (step.exp and step2.exp).
9422 * config/mt-lynx (STEP_EXECUTABLE): Define.
9423 (THREADFLAGS): Define.
9424
9425Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
9426
9427 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
9428
9429 * gdb.base/signals.exp: Disable whole file for lynx until
9430 further notice.
9431
9432 * gdb.base/signals.exp: xfail test where "next" acts like
9433 "continue" for lynx.
9434
9435 * gdb.base/interrupt.exp: xfail test for calling function while
9436 inferior is asleep for lynx.
9437
9438 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
9439 than one cr-lf after each command.
9440
9441Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9442
9443 * configure.in: Reinstate setting of stabsdirs variable, fix
9444 typo in setting up configdirs for native builds.
9445
9446 * gdb.base/return.exp: Fix typo in return double test.
9447 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
9448 compiler from optimizing them away.
9449
9450Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
9451
9452 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
9453 sequences to be echo'd by gdb when using gdb_test.
9454 * gdb.chill/chexp.exp: Likewise.
9455 * gdb.fortran/exprs.exp: Likewise
9456
9457Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9458
9459 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
9460 after the inferior gdb has started.
9461
9462 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
9463 after each command.
9464 * gdb.base/funcargs.exp: Likewise.
9465 * gdb.base/gdbvars.exp: Likewise.
9466 * gdb.base/interrupt.exp: Likewise.
9467 * gdb.base/list.exp: Likewise.
9468 * gdb.base/watchpoint.exp: Likewise.
9469 * gdb.c++/demangle.exp: Likewise.
9470 * gdb.c++/inherit.exp: Likewise.
9471 * gdb.chill/chexp.exp: Likewise.
9472 * gdb.fortran/exprs.exp: Likewise.
9473
9474 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
9475 test if we can't handle IO to/from the inferior.
9476
9477 * gdb.c++/misc.exp: Always check for a program already being
9478 started after sending a "run" command to gdb.
9479
9480 * gdb.base/twice.exp: Start with a fresh gdb.
9481
9482 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
9483 only depend on gdb's expression code, not the chill runtime.
9484
9485 * gdb.base/return.c: Put return values into variables so we
9486 can have gdb print them rather than depending on the program
9487 to print them.
9488 * gdb.base/return.exp: Corresponding changes.
9489
9490 * lib/gdb.exp: Provide default value for noinferiorio.
9491 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
9492 the inferior.
9493
9494 * gdb.base/break.exp: Always check for a program already being
9495 started after sending a "run" command to gdb.
9496 (text_next_with_recursion): Don't check the output from the
9497 program's printf statement. Instead just make sure the program
9498 exited.
9499
9500 * gdb.base/commands.exp: Protect tests which need arguments with
9501 $noargs conditionals.
9502
9503Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9504
9505 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
9506 of structure member arrays to match gdb/valops.c:value_addr change.
9507
9508Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
9509
9510 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
9511 cases.
9512
9513Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
9514
9515 * configure.in (configdirs): Remove gdb.chill from default list
9516 of subdirs and then add it back in only if doing a native build.
9517 The current chill compiler does not yet work in any cross build.
9518 * Revert all signal changes from Jul 6.
9519 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
9520 for sh-hms targets, allowing these tests to link, with no other
9521 changes. Testing is suppressed by setting "nosignals" in site.exp.
9522
9523Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
9524
9525 * configure.in (signaldirs): Define and add to configdirs for all
9526 targets except some specific ones that are known to not support signals.
9527 Also clean up formatting.
9528 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
9529 (signals, sigall): Remove rules to build.
9530 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
9531 Moved to new gdb.signals directory.
9532 * gdb.signals: New test directory.
9533 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
9534 signals.c signals.exp}: New or moved files.
9535
9536Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
9537
9538 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
9539
9540Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
9541
9542 * gdb.base/return.exp: Xfail `return double' test failure
9543 on at least Solaris 2.3 and handle future/past versions on
9544 a case by case basis as appropriate. Also update message
9545 to include i*86 failures.
9546
9547Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9548
9549 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
9550
9551 * lib/gdb.exp: Fix comment which erroneously identified
9552 gdb_file_cmd as gdb_load (the 19 May change was in fact to
9553 gdb_file_cmd not gdb_load).
9554 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
9555
9556 * gdb.base/setvar.exp: Make test names consistent between pass and
9557 fail cases. Use gdb_test more.
9558
9559Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9560
9561 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
9562
9563Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9564
9565 * gdb.base/help.exp: Fix expected help string for `show commands'.
9566
9567Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
9568
9569 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
9570
9571 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
9572 of a text section.
9573
9574Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
9575
9576 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
9577 that loop eventually terminates. Fix Connection refused logic so
9578 that testsuite will expire nicely.
9579
9580Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
9581
9582 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
9583 config/rom68k.exp: New tcl glue for the appropriate monitors.
9584 These all just end up calling monitor.exp.
9585 * config/monitor.exp (gdb_target_monitor): Handle `Connection
9586 refused' by retrying. Cleanup some timeout issues.
9587 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
9588 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
9589 callers don't have to set/restore global timeout variable.
9590
9591 * The following set of changes centralizes management of the global
9592 timeout variable. This way, it can be set in one target dependent
9593 place instead of dozens of places scattered throughout the test suite.
9594 If you need to lengthen a timeout, then you should either set timeout
9595 in one of the config/{target}.exp files, or multiply it by a factor.
9596 Setting it to an absolute value is always going to lose for some
9597 targets.
9598 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
9599 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
9600 * gdb.base/funcargs.exp: Don't set timeout.
9601 * gdb.base/list.exp (test_forward_search): Only use local timeout.
9602 * gdb.base/printcmds.exp (test_print_string_constants
9603 test_print_array_constants): Don't set timeout.
9604 * gdb.base/ptype.exp: Don't set timeout.
9605 * gdb.base/recurse.exp: Don't set timeout.
9606 * gdb.base/return.exp: Don't set timeout.
9607 * gdb.base/watchpoint.exp: Don't set timeout.
9608 * gdb.c++/classes.exp (do_tests): Don't set timeout.
9609 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
9610
9611Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
9612
9613 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
9614
9615Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9616
9617 * lib/gdb.exp: Disable chill tests for irix5.
9618
9619Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9620
9621 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
9622 each test pass or fail.
9623
9624Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9625
9626 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
9627 xlc not gcc.
9628
9629Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
9630
9631 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
9632
9633Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
9634
9635 * config/est.exp: Fix copyright and comments. Remove dead code.
9636 Use targetname, serialport and baud variables instead of fixed
9637 constants.
9638 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
9639 * config/cpu32bug.exp: New file to support cpu32bug monitors.
9640
9641Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9642
9643 * gdb.base/watchpoint.exp: Don't run
9644 test_watchpoint_triggered_in_syscall for sunos.
9645
9646Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9647
9648 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
9649 they don't seem to exist. Do include stdio.h.
9650
9651Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9652
9653 * gdb.base/a1-selftest.exp: Add alpha xfail.
9654
9655Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9656
9657 * gdb.base/watchpoint.c (main): Prompt before calling read().
9658 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
9659 Revise accordingly. Remove cruft about sending "123" several
9660 times, until it gets noticed. Clean up the "print buf[0]" stuff
9661 so that it passes or fails, and waits for prompts in the usual way.
9662
9663Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9664
9665 * gdb.base/recurse.exp: Fix comment.
9666
9667 * TODO: Remove item about printing variables in nodebug.exp. Add
9668 item about enabling tests which are only run on some targets.
9669
9670 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
9671 fail, make test names unique, use new gdb_test convention
9672 regarding pattern, use gdb_test more, etc.).
9673
9674 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
9675 fail, make test names unique, etc.).
9676
9677Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9678
9679 * gdb.base/nodebug.c: Change return type of top and middle to
9680 short.
9681 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
9682 are fixed by the recent mdebugread.c changes. Allow `short ()'
9683 as type for top and middle.
9684
9685Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9686
9687 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
9688 nearly as I can tell, the whole thing was an accident in Stu's
9689 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
9690 to replace a send/expect pair with gdb_test, but ended up only
9691 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
9692 of 30 Mar 1995 took care of it, but left this vestigial comment
9693 which I am now nuking.
9694
9695Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9696
9697 * gdb.base/break.exp: Look for different line number for
9698 breakpoint at main depending on usestubs.
9699
9700Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9701
9702 * gdb.base/list.exp: Adjust some alternate expect patterns to
9703 match recent list0.c change. Add alternate expect pattern for
9704 output from `list default lines around main' for optimizing
9705 compilers.
9706
9707Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9708
9709 * lib/gdb.exp: If nosignals is not set, set it to 0.
9710
9711Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
9712
9713 * config/slite-gdb.exp: Responds to load symbol table prompt.
9714 * gdb.base/break.exp: Adjust line number, fix rerun.
9715 * gdb.base/langs0.c: Add #ifdef usestubs.
9716
9717Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
9718
9719 * gdb.base/list.exp: Adjust line contents after adding new lines in
9720 list0.c. Also fix a syntax error.
9721
9722 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
9723 * gdb.base/break.exp: ditto.
9724 * gdb.base/list.exp: ditto.
9725 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
9726 * gdb.base/run.c: ditto.
9727 * gdb.base/list0.c: ditto.
9728 * gdb.base/funcargs.c: ditto.
9729
9730Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
9731
9732 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
9733 $targetname, $serialport and $baud instead of hardwired variables.
9734 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
9735 target doesn't support signals.
9736
9737Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
9738
9739 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
9740
9741Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9742
9743 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
9744 Don't rely on the value of an auto variable before it has been
9745 initialized. Use gdb_test more.
9746
9747Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9748
9749 * lib/gdb.exp (default_gdb_version): A version number must start
9750 with a digit, but other than that contains all characters up to
9751 the first whitespace character.
9752
9753Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9754
9755 * gdb.base/commands.exp (breakpoint_command_test): New tests.
9756
9757Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9758
9759 * gdb.c++/*.exp: Warn if executable does not exist. The original
9760 reason for skipping the warning was that configure.in sometimes
9761 intentionally skipped building the executables but the tcl code
9762 had no way of knowing. That (a) was always bogus with respect to
9763 error handling, (b) is no longer true (right now there is no way
9764 to skip C++ tests).
9765
9766 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
9767
9768Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9769
9770 * gdb.base/list.exp: Add expect patterns for output from
9771 SunPRO compiled executables.
9772 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
9773 types.
9774
9775Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9776
9777 * gdb.base/break.exp (test_next_with_recursion): Accept any line
9778 number (we are already testing that the correct source line text
9779 gets printed).
9780
9781 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
9782 that is what is intended, but something needed to be done to get
9783 sunos4 native working again.
9784
9785 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
9786
9787 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
9788 apparently went with a (very) old xfail.
9789
9790Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
9791
9792 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
9793 runto_main is a proc in gdb.exp that will do 'step' for target use
9794 stubs.
9795 * gdb.base/exprs.exp: ditto.
9796 * gdb.base/interrupt.exp: ditto.
9797 * gdb.base/opaque.exp: ditto.
9798 * gdb.base/printcmds.exp: ditto.
9799 * gdb.base/ptype.exp: ditto.
9800 * gdb.base/scope.exp: ditto.
9801 * gdb.base/setvar.exp: ditto.
9802 * gdb.base/signals.exp: ditto.
9803 * gdb.base/twice.exp: ditto.
9804 * gdb.c++/classes.exp: ditto.
9805 * gdb.c++/inherit.exp: ditto.
9806 * gdb.c++/templates.exp: ditto.
9807 * gdb.base/break.exp: no run and hit main for stubs. Change line
9808 numbers for breakpoints and info breakpoint.
9809 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
9810 breakpoint().
9811 * gdb.base/callfuncs.c: ditto.
9812 * gdb.base/exprs: ditto.
9813 * gdb.base/interrupt.c: ditto.
9814 * gdb.base/opaque0.c: ditto.
9815 * gdb.base/printcmds.c: ditto.
9816 * gdb.base/ptype.c: ditto.
9817 * gdb.base/scope0.c: ditto.
9818 * gdb.base/setvar.c: ditto.
9819 * gdb.base/signals.c: ditto.
9820 * gdb.base/twice.c: ditto.
9821 * gdb.c++/misc.cc: ditto.
9822 * gdb.c++/templates.cc: ditto.
9823
9824Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9825
9826 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
9827
9828 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
9829 somewhere between `read' and `main.c'. I'm pretty sure the
9830 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
9831 and it isn't particularly useful.
9832
9833 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
9834
9835Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9836
9837 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
9838
9839Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
9840
9841 * config/mt-slite: add LIBS and -nostdlib.
9842 * config/slite-gdb.exp: add this new file to support sparclite target.
9843
9844Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
9845
9846 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
9847
9848 * gdb.base/a2-run.exp: Change argument to istarget from
9849 "*-*-vxworks" to "*-*-vxworks*".
9850 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
9851
9852Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
9853
9854 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
9855 will not runto main but do a 'step' to step out of breakpoint().
9856 * config/mt-slite: add -Dusestubs.
9857
9858Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9859
9860 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
9861 instead of just @.
9862
9863 * gdb.base/signals.exp: Add test for "handle all print".
9864 * TODO: Remove "handle all print". Also remove item about
9865 checking copyright date (I don't like the idea of a spurious FAIL
9866 based on when we run the tests).
9867
9868 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
9869 for SunOS4 (reason for failure not investigated). Remove
9870 redundant test for $binfile.
9871
9872 * gdb.base/nodebug.c (array_index): Call malloc.
9873
9874 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
9875
9876Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
9877
9878 * gdb.base/recurse.exp: Update gdb_test invocation to use new
9879 conventions and slightly simplify the matching regexp.
9880
9881Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9882
9883 * gdb.base/break.exp: Update gdb_test invocation to use new
9884 convention.
9885
9886 * lib/gdb.exp: If noargs is not set, set it to 0.
9887
9888 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
9889 tests unique.
9890
9891 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
9892
9893Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9894
9895 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
9896 one argument of type "<non-float parameter>".
9897
9898Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
9899
9900 * config/rom68k.exp: New file to support Motorola IDP board.
9901 * gdb.base/a2-run.exp: Skip this file if noargs is set.
9902 * gdb.base/break.c: Change things around so that this program
9903 doesn't depend upon args. This is necessary to make remote
9904 targets work (in general, they can't take args).
9905 * gdb.base/break.exp: Don't try to send args to program. Don't
9906 expect output. Also, replace lots of code with gdb_test.
9907
9908Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9909
9910 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
9911 printing of '\'' (which is what the comment says we are testing,
9912 even though we were not), not '''.
9913 (test_integer_literals_rejected): Test that printing ''' is an error.
9914
9915 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
9916 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
9917 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
9918 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
9919 Use gdb_test not test_print_accept.
9920 * lib/gdb.exp: Remove test_print_accept.
9921
9922 * gdb.base/signals.exp (signal_tests_1): Make pass message
9923 consistent with fail message.
9924
9925 * gdb.base/whatis.exp: Remove xfails for printing char vs.
9926 unsigned char; the bug (PR 1821) is fixed.
9927
9928 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
9929
9930 * gdb.base/scope.exp (test_at_localscopes): Call pass for
9931 successful tests--makes xfailing them work right.
9932
9933Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9934
9935 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
9936 only \r\n, not .*. The test can pass .* as the last thing in
9937 $pattern if that is what it wants. In addition to providing this
9938 flexibility, this change should speed up pattern matching in cases
9939 where the pattern already ended with .* (there were a number of
9940 them). This change also helps catch bad patterns--in the old
9941 scheme the typo "char \*" instead of "char \\*" would pass. Now
9942 it is caught.
9943 * Many .exp files: Update callers.
9944
9945 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
9946 clearer and does not spuriously match multiple ('s. Likewise for
9947 ) and *.
9948
9949 * gdb.base/nodebug.exp: Test ability to call a function and pass
9950 it a string (even with no debugging info).
9951
9952 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
9953 "p '\'", which is the same as "p ''" once tcl gets done with
9954 quoting, to "p '\\'", which I suspect is what is intended (one
9955 backslash gets sent to GDB).
9956
9957 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
9958
9959Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9960
9961 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
9962 1817) was fixed literally years ago.
9963
9964Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9965
9966 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
9967 test, it causes stepping out of call_after_alloca_subr with
9968 optimizing compilers.
9969 (localvars_in_indirect_call): Consume GDB prompt if `finish'
9970 fails.
9971
9972 * gdb.c++/templates.exp: Source templ-info.exp only if
9973 the templates executable exists.
9974
9975 * gdb.c++/misc.cc (class Contains_static_instance,
9976 class Contains_nested_static_instance),
9977 gdb.c++/classes.exp (test_static_members): Test printing of
9978 a class that contains a static instance of the class.
9979
9980Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9981
9982 * gdb.base/langs2.c (cppsub_): Don't prototype.
9983 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
9984 only, I believe).
9985
9986Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9987
9988 * lib/gdb.exp (skip_chill_tests): New procedure.
9989
9990 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
9991
9992Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
9993
9994 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
9995 each expect pattern. Cuts runtime from 12 to about 4 seconds.
9996
9997Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9998
9999 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
10000
10001 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
10002 disassemble 8, not 16, instructions for part 4.
10003
10004 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
10005 support the latter anymore.
10006
10007 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
10008 -DNO_PROTOTYPES.
10009 * gdb.base/callfuncs.c: Control use of prototypes based on
10010 NO_PROTOTYPES, not __STDC__.
10011 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
10012 t_float_values2 tests if prototypes in use.
10013
10014 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
10015 t_double_values): When checking differences against DELTA, check
10016 that difference is within the range (-DELTA,DELTA), not just
10017 (-infinity,DELTA).
10018
10019Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
10020
10021 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
10022 'file' command firts, then 'target', then 'load', this is due to gdb
10023 target set up.
10024 * config/mips-gdb.exp: Fix a couple regular exp bugs.
10025
10026Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
10027
10028 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
10029 FP load/store variants.
10030 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
10031
10032Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
10033
10034 * gdb.base/term.exp: Do not give a warning if not native, it is
10035 not an abnormal condition.
10036
10037Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
10038
10039 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
10040 t_char_array".
10041
10042Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
10043
10044 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
10045 are getting the version number.
10046
10047 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
10048 if not native, it is not an abnormal condition.
10049
10050Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10051
10052 * lib/gdb.exp: Just use "file exists", rather than undocumented
10053 dejagnu procedure "findfile".
10054
10055Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10056
10057 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
10058 (LDFLAGS): Set to -Xlinker -Ur.
10059
10060 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
10061 Removed, these values are set by lib/gdb.exp.
10062
10063 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
10064
10065Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10066
10067 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
10068 of replicating gdb startup code.
10069
10070 * config/mt-vxworks (LDFLAGS): Set to -r.
10071 (CFLAGS_FOR_TARGET): Removed.
10072
10073 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
10074 (gdb) and gdb for vxworks uses (vxgdb).
10075
10076 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
10077 executable is not in the tree and host != target, use sed and
10078 program_transform_name to determine the gdb name used by the
10079 target.
10080
10081 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
10082 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
10083
10084Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10085
10086 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
10087 floats, chars, and shorts where there are ANSI-style function
10088 definitions.
10089
10090 * gdb.base/langs.exp, gdb.base/langs*: New test.
10091 * gdb.base/Makefile.in: Build it.
10092 * TODO: Remove item about checking that C names don't get C++
10093 demangling applied; this test tests it.
10094
10095Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10096
10097 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
10098 went with the const70 xfail. The xfail went away a year ago.
10099
10100 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
10101
10102 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
10103 for hp300.
10104
10105 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
10106
10107 * gdb.base/a1-selftest.exp: Don't run on hp300.
10108
10109Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10110
10111 * Makefile.in (site.exp): Set host_alias and target_alias as well
10112 as host_triplet and target_triplet.
10113
10114Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10115
10116 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
10117
10118 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
10119 places as other ecoff systems).
10120
10121 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
10122 ultrix.
10123
10124Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10125
10126 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
10127 remove them.
10128 * gdb.base/nodebug.exp: Accept "function" in addition to "text
10129 variable and "variable" in addition to "data variable".
10130 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
10131
10132 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
10133 2.
10134 * gdb.base/list1.c (long_line): Add additional statement at start
10135 of function.
10136 * gdb.base/list.exp (test_forward_search): Update line number to
10137 reflect new statement.
10138
10139Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10140
10141 * gdb.base/signals.exp: Reinitialize searched source directories
10142 after gdb_start call.
10143
10144Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
10145
10146 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
10147 * gdb.stabs/Makefile.in: Likewise.
10148
10149 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
10150 change. Instead split the tests into smaller pieces.
10151 * gdb.disasm/hppa.s: Corresponding changes.
10152
10153Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10154
10155 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
10156 Quote ^C when passing it to stty. For some shells ^ is a pipe.
10157
10158 * gdb.base/funcargs.exp: Modify many tests so that every test
10159 either passes or fails. Make some test names unique.
10160
10161Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10162
10163 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
10164 Call stty to set interrupt character.
10165
10166 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
10167 for HP assembler versus GNU assembler based on actual behavior of
10168 $(CC), rather than assuming that $(AS) is always the GNU assembler.
10169
10170 * TODO: Suggest a few more stepping tests.
10171
10172Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
10173
10174 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
10175 restart GDB for h8300 after a continue.
10176 (return): Add pattern to match a29k-udi behavior.
10177 * gdb.base/nodebug.exp: Remove obsolete comment.
10178 * gdb.base/regs.exp: New file, testing of register displays.
10179 * gdb.base/return.exp: Fix typo in reference to $objdir.
10180 * gdb.base/whatis.exp: Always start with a fresh GDB.
10181
10182Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10183
10184 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
10185 higher, these tests generate a lot of output.
10186
10187Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10188
10189 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
10190 code following the catch silently ignored some errors; without the
10191 catch they should be thrown like any other tcl error. Also, the
10192 catch used "" instead of {} which meant all the callers who wanted
10193 to include one of the characters "[]$ had to quote it an extra time.
10194 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
10195 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
10196 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
10197 Remove extra quoting.
10198
10199Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
10200
10201 * gdb.base/commands.exp: Make test names unique; every test either
10202 passes or fails. Update some comments.
10203
10204 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
10205
10206Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10207
10208 The following fixes a FAIL caused by the fact that the alpha stabs
10209 configuration didn't use the ".if alpha" code in weird.def.
10210 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
10211 bit pointer, so the 32 bit version works even on the alpha.
10212 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
10213 Remove the stuff which allowed us to have separate versions for
10214 alpha and everything else.
10215
10216 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
10217 regexp which "info func operator\[\](" is supposed to match. Fix
10218 string to send to GDB. Note that GDB still doesn't work right. Add a
10219 new test for "info func .perator\[\](" which GDB does handle correctly.
10220
10221 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
10222
10223Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10224
10225 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
10226 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
10227 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
10228 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
10229 it makes the tests harder to understand and confuses test-o-matic.
10230 The preferred style is that each test provides a PASS or a FAIL,
10231 and has a unique message (e.g. "continue #54" not just "continue")
10232 which is the same for the pass and the fail.
10233 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
10234 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
10235 to lib/gdb.exp.
10236 * gdb.base/printcmds.exp: Use test_print_accept. Remove
10237 prt_accept which was basically the same thing. Likewise for
10238 test_print_reject and prt_reject.
10239 * lib/gdb.exp (test_print_reject): Add some more error message
10240 patterns to match from the former printcmds.exp (prt_reject).
10241 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
10242 One defect of the passcount stuff is that some of it failed to
10243 report XPASS where appropriate.
10244 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
10245 stuff before and after arg in expected pattern.
10246 (test_paddr_operator_functions): Re-do test without print_addr_of;
10247 this is the only test which seems to want extra stuff there.
10248
10249Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10250
10251 * gdb.base/nodebug.exp: Update new tests to reflect improved
10252 wording of gdb output.
10253
10254 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
10255 and "ptype" work on variables in files compiled without -g.
10256 Replaces commented out "maint print msymbol" tests.
10257
10258Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10259
10260 * gdb.base/setvar.c (dummy): Call malloc.
10261
10262 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
10263 losing with the irix4 sed.
10264
10265 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
10266 ALRM" on irix4.
10267
10268Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10269
10270 * TODO: Remove items about corefile.exp testing new exec-file and
10271 backtrace; both are now done. Add items about printing enums.
10272
10273Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10274
10275 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
10276 "get signal $thissig" test fails.
10277
10278 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
10279
10280Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10281
10282 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
10283 compiler warning with dec alpha compiler.
10284
10285 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
10286 extra \n from gdb_test call (this explains why the prompt test
10287 that I removed yesterday was there).
10288 (user_defined_command_test): Remove extra \n and prompt test.
10289
10290 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
10291 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
10292 doesn't exist.
10293 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
10294 Also remove alpha workaround, which turns out to be because
10295 SIGABRT == SIGLOST.
10296
10297 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
10298
10299 * gdb.base/help.exp: Don't test "help show".
10300
10301Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10302
10303 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
10304 "set print address" is on.
10305 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
10306 pass prompt to gdb_test; gdb_test already looks for the prompt.
10307
10308 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
10309
10310 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
10311 was a vestige of the manual TESTSTRATEGY, and the purpose of it
10312 was to make sure that gdb can read a core file. But (a) the "read
10313 the corefile" part didn't make it to a1-selftest.exp, we just
10314 delete the corefile after creating it, and (b) we test reading
10315 corefiles in corefile.exp anyway. Also, this test left around a
10316 xgdb process on Solaris.
10317
10318 * gdb.base/corefile.exp: Also test backtrace.
10319
10320Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
10321
10322 * gdb.base/commands.exp: Test a simple user defined command with
10323 arguments and if/while statements; verify the full user command is
10324 printed by "show user".
10325
10326 * gdb.base/commands.exp: Test if/while commands as part of a
10327 breakpoint command list; verify they appear in breakpoint
10328 information.
10329
10330Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10331
10332 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
10333 than by dividing by zero.
10334
10335Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
10336
10337 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
10338 performing an inferior call with watchpoints enabled.
10339 * gdb.base/watchpoint.c (main): Delete second unnecessary read
10340 call.
10341
10342Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10343
10344 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
10345 of "file" command.
10346
10347 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
10348 Add additional pattern for when "int operator int(void);" appears
10349 in a different order.
10350
10351Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10352
10353 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
10354
10355 * gdb.base/help.exp: Replace most of docstrings for "info signals"
10356 and "signal" with ".*".
10357
10358Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10359
10360 * TODO: Add note about "handle all nostop".
10361
10362 * gdb.base/{sigall.c, sigall.exp}: New test.
10363 * gdb.base/Makefile.in: Add it.
10364
10365Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10366
10367 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
10368 when invoking GDB, suppresses any windowing interface.
10369
10370Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
10371
10372 * config/sim-gdb: New file, simulator testing support.
10373
10374Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
10375
10376 * gdb.base/interrupt.exp: Test calling func1 twice.
10377
10378Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
10379
10380 * gdb.base/list.exp (test_forward_search): Set timeout higher
10381 when we'll be getting lots of output from gdb.
10382
10383 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
10384 "init_malloc" to after the expect statement. Run it if that
10385 regexp is taken, but also for two others which happen if source
10386 cannot be found.
10387
10388Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10389
10390 * gdb.base/printcmds.exp: New test, for printing register before
10391 program is running.
10392
10393Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10394
10395 * gdb.base/list.exp: Correct some alternate expect patterns
10396 to reflect changes in list1.c.
10397
10398Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10399
10400 * TODO: Add item regarding large frames.
10401
10402 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
10403
10404 * TODO: Remove item about enabling return.exp; it
10405 is enabled. Suggest a few more "return" tests.
10406
10407Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10408
10409 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
10410 anonymous unions.
10411
10412Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10413
10414 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
10415 and pr-5646.o, so "make" is the same as "make all", not "make
10416 pr-4975.o".
10417
10418Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
10419
10420 * gdb.base/list.exp: Adjust expectations to reflect changes in
10421 list1.c.
10422 (test_forward_search): New test proc.
10423 * gdb.base/list1.c (long_line): New function, has long source line.
10424
10425Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
10426
10427 * gdb.base/a1-selftest.exp: Change initial stepping to know about
10428 additional line of code that was added.
10429
10430Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
10431
10432 * gdb.disasm/hppa.s: Break the large branching tests into smaller
10433 tests so as not to overflow expect's input buffers.
10434 * gdb.disasm/hppa.exp: Corresponding changes.
10435
10436Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10437
10438 Beginnings of template debugging tests.
10439 * gdb.c++/templ-info.cc: New file to test for template
10440 debugging capability of the compiler.
10441 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
10442 templ-info.cc.
10443 * gdb.c++/templates.cc: Add explicit template instantiations
10444 to enable compiling with -fno-implicit-templates. Add destructor
10445 and 'value' method to T5 class for template tests.
10446 * gdb.c++/templates.exp: Add testcases for printing of template
10447 types, setting breakpoints on template methods and calling a
d63a86f8 10448 template method.
c906108c
SS
10449
10450Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
10451
10452 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
10453 branch target since some assemblers (gas-2.5) may emit a
10454 relocation for the branch instead of resolving it in the
10455 assembler.
10456
10457Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10458
10459 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
10460 through signal handler.
10461
10462Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10463
10464 * configure.in (*-*-netware): Use config/mt-netware.
10465
10466 * config/mt-netware: New file.
10467 * config/mt-i386-netware: Removed, separate configs for different
10468 netware architectures are no longer needed now that we have
10469 --with-headers.
10470
10471Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10472
10473 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
10474 by the recent changes to use ANSI C arithmetic conversions.
10475
10476Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10477
10478 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
10479 bug involving using inferior_pid to figure out whether to select a
10480 frame.
10481
10482Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
10483
10484 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
10485 match the current disassembler output.
10486
10487Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
10488
10489 * gdb.fortran/exprs.exp: Expect VOID instead of void.
10490 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
10491 types, expect "int" as type of integer values (for now).
10492
10493Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
10494
10495 * gdb.base/commands.exp: New tests for if/while commands.
10496
10497Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
10498
10499 * lib/gdb.exp (runto): Replace sub-pattern for hex value
10500 by .*, since hex values have different syntax in Chill mode.
10501
10502Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10503
10504 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
10505 linefeed from expect pattern for repeated types with indices > 9.
10506
10507Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
10508
10509 First part of Fortran test suite.
10510 * gdb.fortran: New directory.
10511 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
10512
10513Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10514
10515 * gdb.base/default.exp: Update expect pattern for load command
10516 without arguments.
10517
10518Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10519
10520 * configure.in: Change i386 to i[345]86.
10521 * gdb.base/configure.in: Likewise.
10522 * gdb.c++/configure.in: Likewise.
10523 * gdb.chill/configure.in: Likewise.
10524
10525Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
10526
10527 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
10528 patterns, since that is not a valid context for comments.
10529
10530Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
10531
10532 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
10533 repeated types and repeated types with indices > 9.
10534
10535Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10536
10537 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
10538 2417; old bug has been fixed.
10539
10540Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
10541
10542 * gdb.base/interrupt.exp: When trying to wake up the inferior,
10543 send the newline ourselves instead of assuming gdb_test will do
10544 so when passed an empty input string.
10545
10546 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
10547 stabs testcode.
10548
10549Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10550
10551 * lib/gdb.exp (gdb_test): Don't send anything if the first
10552 argument is an empty string. This makes cases where we want to
10553 match output that is already in expect's buffers (for example,
10554 matching a breakpoint after gdb_run_cmd has been called) work
10555 reliably.
10556
10557Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10558
10559 * config/netware.exp: New file.
10560
10561Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10562
10563 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
10564 the -B and -L prefixes so we can find the debugging stub.
10565
10566 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
10567 there and we are using the gcc from the tree.
10568
10569 * gdb.base/types.c: Removed.
10570
10571 * gdb.base/configure.in: Look for makefile fragments in ../config.
10572 Recognize i386-*-netware.
10573 * gdb.c++/configure.in: Likewise.
10574
10575Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10576
10577 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
10578 the correct TCL syntax.
10579
10580Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10581
10582 * gdb.base/opaque.exp: use runto instead of messing around with
10583 breakpoints. Simplify by using gdb_test.
10584
10585 * gdb.base/bitfields.exp: restart between tests on netware targets
10586 because breakpoints aren't relocated after target death. Run
10587 processes to completion.
10588
10589 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
10590
10591Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
10592
10593 * Makefile.in: Remove extra tabs that confuse some versions
10594 of "make". Use the newly built gdb to test with by default,
10595 rather than the first one in the tester's search path.
10596
10597Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
10598
10599 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
10600
10601 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
10602 condition help.
10603
10604Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10605
10606 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
10607
10608 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
10609 running.
10610 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
10611 * gdb.base/funcargs.exp: Likewise.
10612
10613 * gdb.base/bitfields.exp: Simplify by using gdb_test.
10614 * gdb.base/funcargs.exp: Likewise.
10615
10616 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
10617 message is "".
10618
10619Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10620
10621 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
10622 return,signals,twice}.exp: Handle non-existant binaries
10623 consistantly.
10624
10625 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
10626 * gdb.base/Makefile.in: Don't try to generate a core dump, we
10627 might testing a cross development system.
10628
10629Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10630
10631 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
10632 runtest script is relative to ${srcdir}, not ${rootdir}.
10633
10634Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
10635
10636 * gdb.base/signals.exp: Allow for optionality of breakpoint
10637 address.
10638
10639Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10640
10641 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
10642
10643Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10644
10645 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
10646 for size_t definition.
10647 * gdb.c++/templates.cc: Likewise
10648
10649 * config/mt-i386-netware: New file.
10650
10651 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
10652 defined.
10653
10654 * gdb.base/Makefile.in: Added support for systems that name core
10655 files by appending "core" to the program name.
10656 * gdb.base/a1-selftest.exp: Likewise.
10657
10658Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10659
10660 * gdb.base/return.exp: Add comment and message for `return double'
10661 test failure on Sparc Solaris.
10662
10663Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
10664
10665 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
10666
10667Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10668
10669 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
10670 from optimizing them away.
10671 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
10672 patterns to include default constructors and assignment operators,
10673 to match gcc versions beyond 2.5.8. Accept any cplus demangling
10674 character in the output of the virtual base pointer.
10675
10676Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10677
10678 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
10679 expression match in print_addr_of to avoid unintented matches.
10680 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
10681 versions up to 2.5.8.
10682
10683Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10684
10685 * gdb.base/list.exp: Tweak alternate pattern for listing of an
10686 included file to run under newer versions of expect.
10687 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
10688 consecutive >'s in templates to accomodate recent cplus-dem.c change.
10689 Remove xfail for the virtual table of BDDHookV.
10690
10691Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
10692
10693 * lib/gdb.exp (string_to_regexp): Set a default result.
10694 (default_gdb_start): Fix misleading message.
10695
10696Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
10697
10698 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
10699 Remove all CC, etc definitions.
10700 * config/mt-hpux: New file.
10701 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
10702 (CFLAGS, LDFLAGS): Define.
10703 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
10704
10705 * Makefile.in (site.exp): Don't insert host_os, etc.
10706 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
10707 (distclean): Check existence of subdir.
10708 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
10709 * gdb.base/Makefile.in: General cleanup and simplification.
10710 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
10711 to build executables. Use default rule to build .o files.
10712 (EXPECT, RUNTEST, CC): Fix relative pathname.
10713 (site.exp): Don't insert host_os, etc.
10714 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
10715 and/or SIGUSR1 defined.
10716 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
10717 * gdb.c++/Makefile.in: General cleanup and simplification.
10718 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
10719 (CFLAGS): Remove.
10720 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
10721
10722Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
10723
10724 * gdb.base/recurse.exp: Misc changes to get tests running again
10725 after Kung's changes to the watchpoint code.
10726 * gdb.base/watchpoint.exp: Likewise.
10727
10728Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
10729
10730 * lib/gdb.exp (string_to_regexp): Convert {\} also.
10731
10732Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10733
10734 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
10735 * lib/gdb.exp (default_gdb_start): Define.
10736 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
10737 gdb.base/funcargs.exp, gdb.base/opaque.exp,
10738 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
10739 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
10740 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
10741 Don't call gdb_target_udi in between tests.
10742
10743Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10744
10745 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
10746 (which was basically just a local version of the same thing). In
10747 addition to avoiding duplication, gdb_test_exact is faster.
10748 * lib/gdb.exp (gdb_test_exact): Fix typo.
10749
10750 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
10751 don't give an error.
10752
10753 * gdb.base/term.exp: Call delete_breakpoints before starting.
10754
10755 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
10756 (t10): Add comment.
10757
10758Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
10759
10760 Reorganization of the GDB Test Suite.
10761
10762 * gdb.base: New directory, contains all the basic tests.
10763 * gdb.c++: New directory, tests specific to C++.
10764 * gdb.chill: New directory, tests specific to Chill.
10765 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
10766 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
10767 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
10768 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
10769 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
10770 t30-31 to chill).
10771 * */gdbme.*: Rename to match appropriate expect scripts.
10772 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
10773 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
10774 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
10775 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
10776 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
10777 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
10778 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
10779 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
10780 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
10781 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
10782 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
10783 gdb.c++/virtfunc.cc: New names of C++ files.
10784 * gdb.chill/chillvars.ch: New name of Chill file.
10785 * gdb.base/configure.in, gdb.c++/configure.in,
10786 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
10787 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
10788 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
10789 * configure.in (configdirs): Update to reflect directory changes.
10790 (target_abbrev): No longer define for any configuration.
10791 * Makefile.in: Cosmetic improvements to header comments.
10792
10793Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
10794
10795 Various changes to gdb.t31:
10796
10797 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
10798 * gdbme.ch: Make all key-words and predefineds be upper-case.
10799 * chillvars.exp: Expect key-words and predefinds in upper-case.
10800
10801 * chillvars.exp: Use gdb_test_exact many places.
10802 Change expected output for arrays (which now includes index labels).
10803
10804 * pr-5020.exp, gdme.ch (module PR_5020):
10805 New test, for PR-5020.
10806
10807Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
10808
10809 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
10810 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
10811
10812Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
10813
10814 * Makefile.in: Fix bit-rot in definitions of CHILL,
10815 CHILL_FOR_TARGET and Chill_LIB.
10816 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
10817 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
10818 CHILL, and CHILL_LIB.
10819
10820Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
10821
10822 * Revert the previous changes. Please see Rob's directory
10823 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
10824
10825Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
10826
10827 * Makefile.in, configure.in, config/mips-gdb.exp,
10828 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
10829 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
10830 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
10831 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
10832 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
10833 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
10834 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
10835 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
10836 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
10837 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
10838 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
10839 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
10840 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
10841 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
10842 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
10843 changes from 94Q1.
10844
10845Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
10846
10847 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
10848 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
10849 Rob's new testing fragments.
10850
10851Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
10852
10853 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
10854 lib/gdb.exp: Replace error proc calls with perror.
10855
10856Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
10857
10858 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
10859 version also, match on casted version strings, and match on
10860 gdb startup case where the line numbers might be messed up.
10861
10862Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
10863
10864 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
10865 (CFLAGS): Delete it from here.
10866
10867Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
10868
10869 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
10870
10871Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
10872
10873 * Makefile.in (RUNTEST): Default to just "runtest".
10874
10875Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10876
10877 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
10878 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
10879 the code has been restructured.
10880
10881Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10882
10883 * gdb.t00/default.exp (set write): Allow any number of \r and/or
10884 \n, not just one of each.
10885
10886 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
10887 /bin/cc gives a warning if you do.
10888
10889Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
10890
d63a86f8 10891 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
10892 __t10ListS_link1ZUiRCUiPT0
10893
10894Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10895
10896 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
10897 on local variables in recursive functions.
10898
10899 * gdb.t07/Makefile.in: Build the new test.
10900
10901Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10902
10903 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
10904 directly. Instead compare the return values from actual calls.
10905
10906Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
10907
10908 * Makefile.in (check): Set TCL_LIBRARY for runtest.
10909
10910Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10911
10912 * From Peter Schauer with minor modifications.
10913 * gdb.t15/return.exp (return_tests): Handle targets where "return"
10914 stops in mid-line in the caller. Add xfail for returning a float
10915 value on X86 targets.
10916
10917Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10918
10919 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
10920 to avoid expect lossage.
10921 (fmem_LRbug_tests): Likewise.
10922 * gdb.disasm/hppa.s: Corresponding changes.
10923
10924 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
10925 conditions to work with latest dejagnu/expect.
10926
10927 * gdb.t15/funcargs.exp (finish from indirect call): No longer
10928 expected to fail on the PA.
10929 (backtrace in call with trampolines): Explicitly require main
10930 to be frame #1 (no trampolines should show up in backtrace).
10931
10932 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
10933 "continue -expect".
10934 * gdb.t06/break.exp: Likewise.
10935 * gdb.t07/watchpoint.exp: Likewise.
10936 * gdb.t13/bitfields.exp: Likewise.
10937 * gdb.t15/{funcargs,return}.exp: Likewise.
10938 * gdb.stabs/weird.exp: Likewise.
10939 * config/{mips,udi}-gdb.exp: Likewise.
10940
10941 * hppa.sed: Enclose comments within a sed command to avoid
10942 losing with the old OSF1 sed.
10943
10944Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10945
10946 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
10947 sequent dynix.
10948 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
10949 * gdb.t15/funcargs.exp: Conditionally step again to really
10950 finish from marker_call_with_trampolines. Handle the case where
10951 the first step from within call_with_trampolines already steps
10952 us back to main.
10953 * gdb.t15/gdbme.c: Add comment to closing brace of
10954 call_with_trampolines for funcargs.exp.
10955
10956Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10957
d63a86f8 10958 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
10959 Fix typo(s).
10960
10961Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10962
10963 * gdb.t07/gdbme.c: More code for watchpoint testing.
10964
10965 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
10966 "Hardware watchpoint" throughout file.
10967 (test_watchpoint_triggered_in_syscall): New test.
10968 (test_complex_watchpoint): New test.
10969
10970Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10971
10972 * gdbme.c (call_with_trampolines): New function to try and step
10973 into. Tests trampoline problems on the PA.
10974
10975 * funcargs.exp (localvars_in_indirect_call): No longer expect
10976 stepping into indirect call to fail on PAs.
10977 (test_stepping_over_trampolines): New test.
10978
10979Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10980
10981 * TODO: Add suggestions for static member function tests, and
10982 completion tests.
10983
10984Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10985
10986 * TODO: Add suggestions for "p/a" tests.
10987
10988 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
10989 (default_gdb_exit): Replace all the hair with sending "quit" to
10990 the process with a simple close.
10991
10992Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10993
10994 * TODO: Add suggestions for shared library tests.
10995
10996Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10997
10998 * TODO: Add suggestions for x/s tests.
10999
11000Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11001
11002 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
11003 "enable once", and "enable breakpoints once" with ".*".
11004
11005Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11006
11007 * TODO: Add suggestions about structure passing tests.
11008
11009Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11010
11011 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
11012 the primary1 test, use work around if __GNUC__ < 2.
11013 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
11014 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
11015 Test for bad output rather than waiting for timeout. Issue
11016 second continue only if first continue failed.
11017
11018Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11019
11020 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
11021 operator[] test with gdb_test because the old code didn't seem to
11022 be getting the quoting right with the new dejagnu.
11023
11024Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
11025
11026 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
11027 one from the path.
11028 * Makefile.in: Use a fresh expect if there is one, use runtest
11029 from the src tree if there is one.
d63a86f8 11030
c906108c
SS
11031Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11032
11033 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
11034 next over recursive call. Revise the tests from that point on
11035 (which had been skipped) to match GDB's actual (correct) output.
11036
11037 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
11038 with next over a breakpoint whose condition is false.
11039
11040 * gdb.t00/help.exp: Comment out "help set print" tests just like
11041 (and for same reason as) "help set" test.
11042
11043Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11044
11045 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
11046 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
11047
11048Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11049
11050 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
11051 necessary gdb_target_udi.
11052
11053 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
11054
11055 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
11056 1838 and 2417; they are fixed.
11057
11058 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
11059 gdb.t03/ptype.exp (ptype structure, ptype union):
11060 Remove xfails; the test is looser than when the xfails were added.
11061
11062 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
11063 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
11064
11065 * gdb.t01/run.exp: Only run shell test if isnative.
11066
11067 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
11068 since "run" automatically loads if necessary. Call gdb_target_udi
11069 after the "file" since "file" kills any execution target.
11070
11071 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
11072 GDB. GDB doesn't work that way (not anymore at least) on UDI.
11073 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
11074 argument for UDI.
11075
11076Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11077
11078 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
11079
11080 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
11081
11082Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11083
11084 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
11085 properly quoting regexps. This makes the second argument to
11086 demangle a fixed string, which matches the callers, instead of a
11087 shell-style pattern which is what the previous implementation
11088 used. Update some of the callers.
11089
11090Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11091
11092 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
11093 (comib_nullified_tests): Fix typo.
11094 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
11095 strings. No longer expected to fail.
11096
11097 * gdb.disasm/hppa.s (addib_tests): Fix typo.
11098 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
11099 strings. No longer expected to fail.
11100
11101 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
11102 string. No longer expected to fail.
11103
11104Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11105
11106 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
11107 No longer expected to fail.
11108
11109 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
11110 string. No longer expected to fail.
11111
11112Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11113
11114 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
11115 only in the names (I probably got most of them). I was even
11116 generous with some which differed in underscores in names, and
11117 probably missed a few, and I *still* was able to remove almost a
11118 third of the file with almost no impact on testsuite coverage.
11119
11120Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11121
11122 * gdb.t00/default.exp: Match udi_attach error message as well as
11123 the one from child_attach.
11124
11125 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
11126
11127 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
11128
11129 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
11130 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
11131
11132 * Move test with enums and partial symbols back to
11133 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
11134 Reverts the change of 26 May 93. Per today's change to
11135 stabs.texinfo, the behavior that weird.exp was expecting was
11136 unreasonable; what is important is that the compiler+gdb get
11137 things right, which happens with a recent gcc. Also fix the test
11138 to deal with native compilers which put out the stab gdb can't
11139 deal with.
11140
11141Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11142
11143 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
11144 in the names. The main thing these accomplish is to slow things down.
11145 Many more such duplicates surely remain.
11146
11147 * gdb.t00/help.exp: Comment out "help support" test just like
11148 (and for same reason as) "help set" test.
11149
11150Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
11151
11152 * gdb.t06/break.exp: Remove setup_xfails for
11153 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
11154 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
11155 about known bug in gcc to include up through 2.5.8.
11156 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
11157 well as "_vb$".
11158 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
11159 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
11160 with latest gcc and gdb.
11161 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
11162 well as "_vb$".
11163
11164Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11165
11166 * configure.in (hppa*-*-*): Also configure and build stabs-only
11167 tests.
11168
11169Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11170
11171 * gdb.t10/hppa.mt: A makefile fragment for the PA.
11172 * gdb.t10/configure.in (hppa*-*-*): Use it.
11173
11174Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11175
11176 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
11177
11178Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11179
11180 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
11181 versions prior to 1.13.5.
11182
11183Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11184
11185 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
11186 the prompt is at the start of a line.
11187
11188Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11189
11190 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
11191 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
11192 in the copr tests now.
11193 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
11194 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
11195 expected to fail.
11196
11197Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
11198
11199 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
11200 gdb.t31/chillvars.exp, lib/gdb.exp:
11201 Tweak to run under either version of expect.
11202 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
11203 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
11204 * gdb.t11/list.exp: Remove extraneous whitespace.
11205
11206Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11207
11208 * gdb.t16/printcmds.exp (test_print_strings): Accept
11209 "(unsigned char *) " before the string.
11210
11211 * TODO: Add notes about printing of fancy types and GDB expressions.
11212
11213Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
11214
11215 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
11216 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 11217 if doing mips-idt-ecoff.
c906108c
SS
11218
11219Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
11220
11221 * Most .exp files: Tweak to run under either version of expect.
11222
11223Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11224
11225 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
11226 xfails; I'm not sure why they are failing, but not because of PR 1806.
11227
11228Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
11229
11230 * config/unix-gdb.exp: Remove gdb_unload cause it's already
11231 defined in lib/gdb.exp.
11232
11233Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11234
11235 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
11236 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
11237 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
11238 have to be typeless.
11239
11240Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11241
11242 * TODO: Add suggestion for copyright year test.
11243
11244Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
11245
11246 * configure.in (*-*-lynxos*): Add stabs tests.
11247
11248Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11249
11250 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
11251 so insert a tab before any assembler directive in column zero.
11252
11253 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
11254 stores.
11255 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
11256 stores.
11257 (fpu_short_memory_tests): Likewise.
11258
11259Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11260
11261 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
11262 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
11263 .stabs directives in comments.
11264
11265Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11266
11267 * TODO: New file, describing tests we could write.
11268 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
11269
11270Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11271
11272 * gdb.t06/signals.exp: Add kludge to force re-sync.
11273
11274 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
11275 to xgdb instead of gdb, get out of gdb.
11276
11277Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
11278
11279 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
11280 for info.
11281
11282Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11283
11284 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
11285 * gdb.stabs/configure.in (hppa*-*-*): Use it.
11286 * gdb.stabs/hppa.sed: New sed script for the PA.
11287
11288Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11289
11290 * gdb.stabs: Re-write weird.def and configuration to use sed
11291 instead of cpp. sed is portable and POSIX; cpp is neither.
11292
11293Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11294
11295 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
11296
11297Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11298
11299 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
11300
11301Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11302
11303 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
11304 "_vb$".
11305 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
11306 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
11307
11308Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11309
11310 * lib/gdb.exp: Comment out code which depends on non-existent
11311 `transform' procedure.
11312
11313Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
11314
11315 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
11316 * lib/gdb.exp: Transform tool name.
11317 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
11318 1.1's new error handling system.
11319
11320Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11321
11322 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
11323
11324Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11325
11326 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
11327 They made pattern matching so slow that timeouts happened on
11328 heavily loaded systems. Now any output from "show print" which
11329 gets us back to the GDB prompt is a PASS.
11330
11331Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
11332
11333 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
11334
11335Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11336
11337 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
11338
11339 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
11340 It is not from PR 3220.
11341
11342Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11343
11344 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
11345 just started failing because they depended on the order the
11346 subcommands are presented, or exact docstring text. This kind of
11347 test is a pain and has minimal benefit.
11348
11349Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11350
11351 * gdb.t09/corefile.exp: At end of test, use "core" command with
11352 no arguments.
11353
11354Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
11355
11356 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
11357 17}/Makefile.in: Make it possible to run the testsuite with Sun
11358 make and CC = cross gcc by adding explicit build rules for .o
11359 files.
11360
11361Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11362
11363 * gdb.t15/funcargs.exp: Don't put comments on same line as
11364 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 11365
c906108c
SS
11366Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11367
11368 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
11369
11370Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
11371
11372 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
11373 * gdb.t20/inherit.exp: remove three dumplicate entries.
11374
11375Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11376
11377 * gdb.t06/break.exp: For "next over recursive call", fail on any
11378 incorrect output, not just on "factorial (value=2)".
11379
11380Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11381
11382 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
11383 working now. Add an xfail if accesing a bss variable causes
11384 a memory error if the target is not yet run.
11385
11386Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11387
11388 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
11389 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
11390 name of __st* demangling (2 strings). Did Kung really get the
11391 more than 95 others right without testing them?
11392
11393Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
11394
11395 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
11396
11397Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
11398
11399 * configure.in (configdirs): Add gdb.disasm
11400 * gdb.disasm: New directory for GDB disassembler tests.
11401 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
11402
11403Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11404
11405 * gdb.t00/help.exp: Don't test "help set".
11406
11407 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
11408 from within expect statements. None of these happen anymore and
11409 they cause regressions to be silently unnoticed.
11410
11411 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
11412 messages) about known failures with gcc cygnus-2.4.5-930417.
11413
11414 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
11415 comp-info.exp so it gets built if it doesn't exist.
11416
11417 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
11418 it is no longer used.
11419 * gdb.t13/comp-info.c: Removed.
11420
11421Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11422
11423 * gdb.t06/signals.exp: Add xfail for sun3.
11424
11425Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11426
11427 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
11428 relevant because ^C doesn't get sent but failure can be reproduced
11429 interactively).
11430
11431Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11432
11433 * gdb.stabs/alpha.mt: New configuration file for alpha.
11434 * gdb.stabs/configure.in: Use it.
11435 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
11436 sharing with alpha.mt, redefine long to word via preprocessor.
11437 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
11438 for alpha.
11439 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
11440 native cc.
11441 * gdb.t00/teststrategy.exp: Change expect string so that we
11442 consume the `(xgdb)' from the command echo and from the gdb prompt.
11443 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
11444 gdb currently compares all values as long, so this failure probably
11445 applies to any configuration where LONGEST is bigger than a target int.
11446 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
11447 with gcc.
11448 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
11449 to handle opaque pointers, gcc is.
11450 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
11451 as first argument. Include <sys/types.h> and change all operator
11452 new definitions to use size_t.
11453 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
11454 now that we use size_t.
11455
11456Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11457
11458 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
11459 a long or float array cast all array members to the same type.
11460 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
11461 with 64 bit longs.
11462 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
11463 on alpha.
11464 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
11465
11466Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11467
11468 * gdb.t24 (demangle.exp): Constructors of templates have names like
11469 vector<int>::vector(int) not vector<int>::vector<int>(int). See
11470 section 14.6 of the ARM.
11471
11472 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
11473 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
11474 accomplish little and slow down the testsuite.
11475
11476 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
11477 Accept spaces various places.
11478
11479Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11480
11481 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
11482 with watchpoint enabled.
11483
11484 * Makefile.in: Remove definition of CC and remove the second
11485 definition of CXX (the "CXX = gcc" one remains). These definitions
11486 were causing backquotes to be expanded within backquotes, which
11487 doesn't work.
11488
11489Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11490
11491 * gdb.t17/callfuncs.exp: Add "return 0" to end.
11492
11493Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11494
11495 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
11496 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
11497 by mips cc and contains no stabs entries.
11498
11499Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
11500
11501 * config/vx-gdb.exp: Use fake device to load files rather than
11502 NFS.
11503 * lib/gdb.exp: New proc to do "file" command.
11504 * config/unix-gdb.exp: Use new "file" proc.
11505
11506Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11507
11508 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
11509 Rework board rebooting slightly.
11510 (gdb_exit): Don't exit from the remote shell; there isn't one.
11511 * gdb.stabs/weird.exp: If a program is being debugged already,
11512 kill it.
11513 * gdb.t04/setvar.exp: Stop and restart gdb.
11514 * gdb.t05/expr.exp: Likewise.
11515 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
11516 restart gdb and reload the program.
11517 * gdb.t08/opaque.exp: Likewise.
11518 * gdb.t12/scope.exp: Likewise.
11519 * gdb.t13/bitfields.exp: Likewise.
11520 * gdb.t15/funcargs.exp: Likewise.
11521 * gdb.t20/classes.exp: Likewise.
11522 * gdb.t03/ptype.exp: Increase timeout.
11523 * gdb.t16/printcmds.exp (test_print_string_constants,
11524 test_print_array_constants): Likewise.
11525 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
11526 * gdb.t20/classes.exp (do_tests): Likewise.
11527 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
11528
11529Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
11530
11531 * gdb.stabs: Renamed *wierd* to *weird*.
11532
11533Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11534
11535 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
11536 for timeout. Add "known gcc 2.4.5 bug" to failure message.
11537
11538Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11539
11540 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
11541 (do_tests): Remove xfail for whatis on one_var and two_var.
11542
11543Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
11544
11545 * Makefile.in: Made cross building work better by adding
11546 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
11547
11548Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11549
11550 * gdb.t15/{return.c,return.exp,Makefile.in}:
11551 New test, currently commented out.
11552
11553Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
11554
11555 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
11556 still running and removes the leftover named socket so GDb can do
11557 clean restarts.
11558
11559Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
11560
11561 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
11562 console, not GDB.
11563 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
11564 cross testing works better with "make check"
11565 * config/unix-gdb: Use default procedures for exit and version.
11566 * config/vx-gdb.exp: Cleaned up and massaged back to working order
11567 with the newest VxWorks.
11568
11569Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11570
11571 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
11572 old form.
11573
11574 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
11575 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
11576
11577 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
11578
11579 * config/unix-gdb.exp: Remove this version of gdb_exit
11580 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
11581 Rob says he'll look at it when he gets back to testing boards.
11582
11583Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
11584
11585 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
11586 an expected fail for certain ptype commands.
11587
11588 * gdb.t20/classes.exp: Update expected results of "ptype class
11589 Base1" to account for the constructor that now appears in the type.
11590
11591Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
11592
11593 * configure.in (configdirs): Restore gdb.t04, which mysteriously
11594 disappeared from list.
11595 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
11596 "alldone" proc with call to cleanup and exit.
11597 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
11598 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
11599 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
11600 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
11601 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
11602 "alldone" proc with simple returns that suppress remaining
11603 tests. The alldone proc went away many months ago.
11604
11605Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11606
11607 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
11608
11609 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
11610
11611Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11612
11613 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
11614 as vax gdb will display them.
11615
11616Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11617
11618 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
11619 optimizers.
11620
11621 * scope.exp: Change "bad value for localval" messages so each one
11622 is unique.
11623
11624 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
11625 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
11626
11627 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
11628
11629Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11630
11631 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
11632 doesn't exist (due to optimization).
11633
11634Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11635
11636 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
11637 contains \r because the filename is long.
11638
11639 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
11640 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
11641
11642Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11643
11644 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
11645 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
11646 Ultrix.
11647 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
11648 int tests.
11649 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
11650
11651Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
11652
11653 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
11654
11655 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 11656 to match does not match the passing case but still matches the
c906108c
SS
11657 failing case.
11658
11659Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11660
11661 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
11662
11663Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
11664
11665 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
11666 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
11667 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
11668 Remove various versions of gdb_exit.
11669 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
11670 gdb_exit.
11671 * config/unix-gdb.exp: gdb_exit remains here, and should override
11672 the generic version, since it's doing a lot of wierd stuff that
11673 the other versions aren't. FIXME, fold it in, or abandon this
11674 version.
11675
11676Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11677
11678 * gdb.t24/demangle.exp: Add tests for PR 3220.
11679
11680Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11681
11682 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
11683
11684Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
11685
11686 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
11687 "i386-*-*". Works for i486 as well.
11688
11689 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
11690 bug, and expand domain of xfail to all SVR4 systems, since the
11691 actual problem is likely to be in generic SVR4 /proc support.
11692
11693Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11694
11695 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
11696
11697Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
11698
11699 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
11700 xfails for other systems. Match a missing 'Continuing.' as an
11701 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
11702
11703 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
11704 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
11705 Only issue warning for missing executables if -all option is used.
11706
11707 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
11708 file if -all option is used. It's like an unpredictable XFAIL.
11709
11710Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11711
11712 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
11713 for dynamically linked binaries.
11714
11715 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
11716
11717Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11718
11719 * gdb.t20/inherit.exp: Change message for "print tagless struct"
11720 to state that this is a known bug in old versions of g++.
11721
11722Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11723
11724 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
11725 while waiting for `Continuing'.
11726
11727Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
11728
11729 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
11730 in text, data, and bss.
11731 * gdb.t10/nodebug.c: Add local and global test variables for
11732 initialized and uninitialized data.
11733
11734Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11735
11736 * config/unix-gdb.exp (gdb_exit): Add "wait".
11737
11738Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11739
11740 * gdb.t06/signals.exp: xfail the continue from the handler for all
11741 targets.
11742
11743 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
11744 function with watchpoints enabled, the i386 call dummy starts with
11745 a call.
11746
11747 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
11748 386 bsd names its corefiles.
11749
11750Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
11751
11752 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
11753 compilers don't grok it.
11754 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
11755 with small octal ints rather than character constants, which
11756 are signed and might not fit if first promoted to int.
11757
11758Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
11759
11760 * gdb.t09/Makefile.in (clean): Remove corefile.
11761
11762Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11763
11764 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
11765
11766Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11767 and Jim Kingdon (kingdon@cygnus.com)
11768
11769 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
11770 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
11771 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
11772
11773Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11774
11775 * gdb.t17/interrupt.exp: Add xfail for hppa.
11776
11777Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11778
11779 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
11780 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
11781 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
11782 to determine signed-ness of bitfields and use the result to setup
11783 the xfail.
11784 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
11785 * gdb.t15/funcargs.exp: Use them to step until the second indirect
11786 call line is reached if necessary.
11787
11788Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11789
11790 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
11791
11792Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11793
11794 * gdb.t06/break.exp: Also test `clear' command.
11795
11796Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11797
11798 * gdb.t00/teststrategy.exp: Remove extra quote.
11799
11800 * gdb.t07/watchpoint.exp: Change xfail for calling function with
11801 watchpoint enabled to be for all non-68k machines.
11802
11803 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
11804
11805Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11806
11807 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
11808 targets use aout.mt instead of ecoff.mt as gas understands
11809 standard aout format.
11810
11811Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11812
11813 * lib/gdb.exp (runto): Don't insist that function we are running to
11814 was compiled with -g.
11815
11816 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
11817
11818 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
11819 to get back into the read system call.
11820 Accept leading newline in case where we woke it up.
11821
11822Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11823
11824 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
11825 to make the stabs test work on ecoff systems using gcc and -with-stabs.
11826 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
11827 enable ecoff configuration.
11828
11829Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11830
11831 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
11832
11833Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11834
11835 * gdb.t16/printcmds.exp: Add another printf test.
11836
11837Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
11838
11839 * configure.in: If configured -with-stabs on any target, add
11840 stabsdirs to configdirs.
11841
11842Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11843
11844 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
11845 fun" so pattern does not match the command itself.
11846
11847Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11848
11849 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
11850
11851Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11852
11853 * gdb.t17/interrupt.exp: Test for more things.
11854
11855Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11856
11857 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
11858 compiler arranges the code and line numbers.
11859
11860 * gdb.t17/interrupt.exp: Don't send \n after ^C.
11861
11862Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11863
11864 * gdb.t00/help.exp: Increase expect input buffer size.
11865
11866Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11867
11868 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
11869
11870 * gdb.t07/watchpoint.exp: Add xfail for hppa.
11871
11872 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
11873
11874 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
11875 [0-9]*, not just [0-9].
11876
11877Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11878
11879 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
11880
11881 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
11882
11883Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11884
11885 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
11886
11887Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11888
11889 * gdb.t06/signals.c: Add xfails for sun3.
11890
11891 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
11892
11893 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
11894 test_stepping tests.
11895
11896Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11897
11898 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
11899
11900 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
11901
11902 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
11903 rather than actually putting it through cpp twice.
11904
11905 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
11906
11907Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
11908
11909 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
11910 no longer needed.
11911
11912Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11913
11914 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
11915
11916 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
11917 C++ features prints as "struct", make it a pass, not an xfail.
11918
11919Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11920
11921 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
11922 Don't require VA to print as "class" rather than "struct".
11923
11924Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
11925
11926 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
11927
11928Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11929
11930 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
11931
11932Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11933
11934 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
11935 order.
11936
11937Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11938
11939 * gdb.t16/printcmds.exp: Add printf tests.
11940
11941 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
11942
11943 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
11944
11945Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
11946
11947 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
11948 pass counts, to counteract any existing or future setup_xfails.
11949
11950Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11951
11952 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
11953 {BEGIN,END}_COMMON for common block instead of STAB.
11954 * gdb.stabs/wierd.exp: Add xfail for rs6000.
11955
11956 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
11957 intp_var should be N_GSYM not N_LSYM.
11958 wierd-aout.S: Use a label for the value of the N_SO.
11959 wierd.def: Remove all backslashes.
11960 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
11961
11962Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11963
11964 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
11965 get the expected next to inheritance3.
11966
11967Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11968
11969 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
11970 now that gcc-2.4 gets it right.
11971
11972Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11973
11974 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
11975
11976 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
11977 generating comp-info.exp which works for cross-compilation.
11978
11979Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
11980
11981 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
11982 "*-*-sysv4.*".
11983
11984Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
11985
11986 * gdb.t01/run.exp: Start with a fresh gdb.
11987 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
11988 SVR4.x.
11989
11990Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
11991
11992 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
11993 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
11994 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
11995 Makefile.in (distclean, realclean): Remove gdbme.c from list of
11996 things to remove.
11997
11998Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
11999
12000 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
12001 test cases from bug reports.
12002
12003Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
12004
12005 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
12006 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
12007 avoid spurious xfails.
12008 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
12009 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
12010 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
12011
12012Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
12013
12014 * gdb.t00/teststrategy.exp: Rework to provide more useful
12015 description of each test, fix problem with systems that define
12016 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
12017 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
12018 results for "next over recursive call" so timeouts aren't taken
12019 by error.
12020
12021Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
12022
12023 * gdb.t12/scope.exp: Test printing of variables before run.
12024
12025 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
12026 printed in wrong order due to sorting.
12027
12028Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
12029
12030 * gdb.t00/teststrategy.exp: Fix expected results for printing
12031 user entered string constant. Is array of char, prints with no
12032 address.
12033
12034 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
12035 commands.
12036 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
12037 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
12038 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
12039 of struct of char arrays.
12040 * gdb.t00/radix.exp: New tests for radix commands.
12041
12042Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
12043
12044 * gdb.t16/printcmd.exp: Print a variable before running program
12045 (with xfail for AIX).
12046
12047Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
12048
12049 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
12050
12051 * gdb.t16/printcmd.exp: Don't print variables before running program.
12052
12053 * gdb.t06/break.exp: Don't require envp argument to main.
12054
12055 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
12056
12057 * gdb.t02/whatis.exp, gdb.t11/list.exp:
12058 Add xfails for rs6000.
12059
12060 * gdb.t02/whatis.exp: Change other tests not to re-test something
12061 we already tested.
12062
12063 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
12064 each type used has a variable of that type.
12065
12066Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
12067
12068 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
12069
12070Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12071
12072 * configure.in: change srctrigger to be a file, not a directory
12073
12074Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
12075
12076 * configure.in (mips-idt-ecoff*): Added trailing '*'.
12077
12078 * gdb.t11/list.exp: Fixed a couple of typos.
12079
12080Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
12081
12082 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
12083 is fixed and PR is closed.
12084 * gdb.t16 (gdbme.c): Add simple test string variable.
12085 * gdb.t16 (printcmds.exp): Add tests with simple test string
12086 variable, primarily for boundaries on "set print elements".
12087
12088Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
12089
12090 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
12091 Make leading 0's optional and don't expect a tab in the middle
12092 of the number.
12093
12094 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
12095
12096 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
12097 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
12098 don't end command passed to gdb_test with newline.
12099
12100 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
12101 signed keyword away, don't expect signed bitfields to be signed.
12102
12103 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
12104 printing with only as many 1's as are in the field as well as printing
12105 with 32 1's (see comment).
12106
12107Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
12108
12109 * gdb.t00/default.exp: Start with a fresh gdb.
12110 * configure.in (configdirs): Remove gdb.t31 until the chill
12111 compiler works again. It no longer is able to find chillrt0
12112 since it isn't in libchill.a anymore.
12113 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
12114 wierd.o, make more modular.
12115 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
12116 spurious newlines that caused problems.
12117
12118Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12119
12120 * Move test with enums and partial symbols from gdb.t03/ptype.exp
12121 to gdb.stabs/wierd.exp since GCC has worked around the bug.
12122 gdb.stabs/wierd.{exp,def}: Many new tests.
12123
12124 * gdb.t00/default.exp: update info line for new message.
12125
12126 * gdb.t02/{whatis.exp,gdbme.c}:
12127 Test that "char *" doesn't print as "caddr_t".
12128
12129Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12130
12131 * gdb.t00/help.exp: Use .* in place of some help messages which
12132 just changed.
12133 gdb.t00/default.exp: Update "info frame" test for new message.
12134 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
12135 Remove some xfails
12136
12137Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12138
12139 * gdb.t03/{gdbme.c,ptype.exp}:
12140 Add tests for typedef'd struct and union without tags.
12141 Also check "whatis" on a variable of a typedef'd enum without a tag.
12142
12143 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
12144 PRMS 1823; the bug still exists but isn't reproduced by this test
12145 anymore), and remove rs6000 XFAIL (the bug is fixed).
12146
12147 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
12148 duplicated from whatis.exp. For those that are left, accept
12149 "long", "long int", or "int" for long variables (whatis.exp already
12150 has an XFAIL for "int", so no need to fail it here).
12151
12152 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
12153 Deal with GCC's names for types now that GDB uses the compiler's names.
12154
12155 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
12156 setup_xfail's for sunos4. If we #defined the signed keyword away,
12157 don't expect GDB to know that char it is signed.
12158
12159 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
12160
12161Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
12162
12163 * configure.in (configdirs): Add gdb.t24 for C++ tests that
12164 should work on any system, regardless of debugging format.
12165 * gdb.t21/demangle.exp: Move to gdb.t24.
12166 * gdb.t24/demangle.exp: Move from gdb.t21.
12167 * gdb.t24/{Makefile.in, configure.in}: New files.
12168
12169Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12170
12171 * configure.in: Do gdb.stabs and C++ tests only for stabs.
12172 * gdb.stabs: New directory.
12173
12174Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12175
12176 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
12177 not just "Quit anyway?".
12178
12179Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
12180
12181 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
12182 that all setup_xfails are immediately followed by clear_xfails.
12183
12184Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
12185
12186 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
12187 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
12188 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
12189 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
12190 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
12191 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
12192 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
12193 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
12194 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
12195 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
12196 gdb.t31/chillvars.exp, lib/gdb.exp:
12197 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
12198 bug-gdb@prep.ai.mit.edu.
12199
12200Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
12201
12202 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
12203 with 0.0, not integer 0.
12204
12205Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
12206
12207 * gdb.t06/break.exp: Update for "Kill the program" message change.
12208
12209Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
12210
12211 * Makefile.in (GDBFLAGS): Set to -nx.
12212 * Makefile.in (site.exp): Use GDBFLAGS.
12213
12214Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12215
12216 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
12217 Makefiles.
12218 (check): depend on just-check.
12219 (just-check): added so that tests can be run without a noop
12220 build pass.
12221
12222Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12223
12224 Switch to using configure's configdirs.
12225 * Makefile.in (Makefile): add configure.in dependency.
12226 (SUBDIRS): removed redundant assignment.
12227 * configure.in: switch subdirs assignment to configdirs.
12228 * gdb.t*/configure.in: new files.
12229
12230Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
12231
12232 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
12233 works.
12234
12235Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
12236
12237 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
12238 in explicit rules. Apparently this is not supported by some makes.
12239
12240Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
12241
12242 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
12243
12244Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12245
12246 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
12247 disappeared.
12248
12249Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12250
12251 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
12252
12253Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
12254
12255 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
12256 watchpoint problem that is now fixed.
12257 * gdb.t30/chexp.exp: Remove setup_xfail for printing
12258 uninitialized convenience variables.
12259 * gdb.t31/chillvars.exp: Fix expected patterns for printing
12260 structures.
12261
12262Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12263
12264 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
12265 which causes expect to get out of sync with gdb on long output
12266 from help set.
12267 * gdb.t09/corefile.exp: Make expected pattern for core file
12268 failing signal and frame output format less sun specific.
12269
12270Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
12271
12272 * gdb.t31/chillvars.exp: Add and remove initial dummy
12273 breakpoint, so that symbol table is forced in.
12274 (Needed at least on Sunos4, though it seems not SVR4.)
12275 * gdb.t31/chillvars.exp: Update for changed output format.
12276
12277Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
12278
12279 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
12280
12281Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
12282
12283 * Makefile.in: Added --srcdir when invoking runtest, removed the
12284 need for a local config file. (optional now)
12285
12286Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
12287
12288 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
12289 failure count used to force early termination. Add some more
12290 expected failures for gnu style demangling.
12291
12292Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12293
12294 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
12295 pmi variable from gdb.t20/gdbme to get optimized away.
12296 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
12297 Check for written corefile upon timeout _and_ eof.
12298
12299Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12300
12301 * config/unix-gdb.exp: Add missing return 0.
12302
12303Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12304
12305 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
12306 test termination.
12307
12308Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
12309
12310 * configure.in (subdirs): Put back gdb.t17 which mysteriously
12311 disappeared.
12312
12313Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
12314
12315 * gdb.t10/crossload.exp: Disable the i860-elf test until such
12316 time as i860 support works.
12317
d63a86f8 12318 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
12319 "backtrace 100\r" rather than just "backtrace\r", to match last
12320 change.
12321
12322Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
12323
12324 * config/udi-gdb.exp (gdb_exit): Remove close command.
12325 (gdb_target_udi): New procedure to set the UDI target.
12326 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
12327 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
12328 Added waits for prompts after several question responses. Added
12329 some more responses used by a29k-amd-udi-gdb.
12330 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
12331 pass different arguments, restart UDI connection after program
12332 completion.
12333 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
12334 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
12335 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
12336 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
12337 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
12338 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
12339 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
12340 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
12341 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
12342 after program completion.
12343 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
12344 compiled with a SELECT_VECS setting.
12345 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
12346 infinite recursion.
12347
12348 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
12349 Added checks for COFF results, and made them expected failures for
12350 all targets. It would be better to make them expected failures
12351 for COFF targets only.
12352
12353Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12354
12355 * Makefile.in: add null dvi target, don't bother to recurse
12356 through test directories for info and install-info; rename
12357 $(datadir) to be dejagnu instead of deja-gnu
12358
12359Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
12360
12361 * gdb.t31/gdbme.ch: Re-enable code that previously caused
12362 compiler to coredump.
12363 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
12364 code.
12365
12366Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
12367
12368 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
12369 coredump.
12370 * gdb.t31/chillvars.exp: Comment out tests that depend on that
12371 code.
12372
12373Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
12374
12375 * gdb.t03/ptype.exp: tests for return code from gdb_test.
12376 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
12377 which in a shell. Deletes xgdb when done.
12378 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
12379 Tests the return from the "set height" or "set width" commands.
12380 Added a few return codes where needed.
12381
12382Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
12383
12384 * Makefile.in (SUBDIRS): Add gdb.t17.
12385 * configure.in (subdirs): Add gdb.t17.
12386 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
12387 files to test gdb's calling of functions in the inferior with
12388 the correct arguments and gdb's ability to retrieve any
12389 result returned.
12390
12391Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
12392
12393 * config/unix-gdb.exp (gdb_exit): Remove close commands that
12394 may be called after gdb goes away. Previous versions of expect
12395 needed these to avoid file descriptor leaks, but they cause
12396 errors with the current revision of expect.
12397 * gdb.t00/gdbvars.exp: Use -re on expected output after
12398 setting sevenbit-strings.
12399 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
12400 to set sevenbit-strings consistent across tests.
12401 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
12402 set sevenbit-strings consistent across tests.
12403
12404Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
12405
12406 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
12407 expected output to match current "expect" expectations.
12408
12409Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
12410
12411 * gdb.t00/default.exp: Change expected output for default "source"
12412 command, to match new gdb behavior which requires a filename to
12413 source.
12414
12415Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
12416
12417 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
12418 expected fail for i486-*-* that misses the marker2 function.
12419 * gdb.t10/crossload.exp (bfddefault): Allow successful
12420 recognition of a format to pass even if no symbols are found.
12421 Explicitly catch failures where the format is not recognized
12422 or is ambiguous, and add the reason to the fail message.
12423 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
12424 the cause is and invalid target and add reason to failure message.
12425 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
12426 elf32-i386, elf32-sparc, and elf32-i860.
12427 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
12428 Set up expected failure for 'filename'::variable scope resolution,
12429 which is now apparently broken on all targets.
12430 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
12431 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
12432 gdb.t23/templates.exp: Change failure for missing binfile into
12433 just a warning.
12434 gdb.t21/demangle.exp: Change all cfront references to 'arm'
12435 references.
12436
12437Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
12438
12439 * gdb.t00/default.exp: Add expected output for default "source"
12440 command, to match new gdb behavior.
12441 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
12442
12443Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
12444
12445 * config/*-gdb.exp: returns an error, rather than exiting on
12446 internal errors.
12447
12448Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
12449
12450 * gdb.t03/gdbme.c: Add pointer to struct variable.
12451 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
12452 referencing struct members.
12453
12454Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
12455
12456 * configure.in (mips-idt-ecoff): New target.
12457 * config/mips-gdb.exp: New file for remote board using MIPS remote
12458 debugging protocol.
12459
12460 * Redid configuration scheme. Removed gdb.t*/configure.in.
12461 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
12462 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
12463 distclean targets. Built executables via .o files. Adjusted
12464 tests to account for source files in $(srcdir) rather than
12465 $(objdir).
12466 * lib/gdb.exp (runto): Don't expect () after the function name,
12467 because it may have arguments.
12468
12469Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
12470
12471 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
12472 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
12473 expected failures for mips-idt-* and mips-sgi-*.
12474 * gdb.t00/default.exp (attach): Kill process if requested.
12475 * gdb.t00/help.exp (help target core, help target): Accept a gdb
12476 that does not read core files.
12477 * gdb.t01/run.exp: Removed checks for exit status code.
12478 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
12479 it is linked in.
12480 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
12481 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
12482 appropriate, rather than doing it by hand.
12483 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
12484 execution.
12485 * gdb.t10/crossload.exp: Kill existing program if needed.
12486 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
12487 appropriate, rather than doing it by hand. Always increase
12488 timeout for this test, not just for VxWorks.
12489
12490Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
12491
12492 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
12493 of Chill STRUCT types and STRUCT values.
12494 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
12495 than "char".
12496 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 12497 struct2): New struct definitions and initializations to test
c906108c
SS
12498 simple Chill STRUCT types.
12499
12500Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
12501
12502 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
12503 the null byte at the end of strings.
12504 * gdb.t00/default.exp: Make show version insensitive to copyright
12505 date.
12506 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
12507 to avoid dependencies on target char signedness.
12508 * gdb.t16/printcmds.exp: Update expected results for explicitly
12509 unsigned char.
12510 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
12511 now work.
12512 * gdb.t21/demangle.exp: Add many more patterns for template
12513 demangling, most of them being expected failures.
12514 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
12515 string we are matching for, to match on the whole string.
12516 * gdb.t21/demangle.exp: Add many new test strings to demangle,
12517 and fix a whole bunch that had incorrect expected output but were
12518 passing anyway because of the bug in "proc demangle".
12519 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
12520 type.
12521 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
12522
12523Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
12524
12525 * gdb/testsuite: made modifications to testcases, etc., to allow
12526 them to work properly given the reorganization of deja-gnu and the
12527 relocation of the testcases from deja-gnu to a "tool" subdirectory.
12528
12529Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
12530
12531 * gdb/testsuite: Initial creation of gdb/testsuite.
12532 Migrated dejagnu testcases and support files for testing nm to
12533 gdb/testsuite from deja-gnu. These files were moved "as is"
12534 with no modifications. This migration is part of a major overhaul
12535 of dejagnu. The modifications to these testcases, etc., which
12536 will allow them to work with the new version of dejagnu will be
12537 made in a future update.
48efe704
AC
12538
12539For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c
SS
12540\f
12541Local Variables:
ef043731 12542mode: change-log
c906108c
SS
12543left-margin: 8
12544fill-column: 74
12545version-control: never
12546End:
This page took 1.039623 seconds and 4 git commands to generate.