2004-08-26 Paul Gilliam <pgilliam@us.ibm.com>
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2004-08-26 Paul Gilliam <pgilliam@us.ibm.com>
2
3 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
4 synchronized after the "return".
5
6 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
7
8 * gdb.mi/basics.c: Include <stdio.h>.
9 * gdb.mi/pthreads.c: Include <stdlib.h>.
10 * gdb.mi/var-cmd.c: Include <stdlib.h>.
11
12 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
13
14 * gdb.threads/schedlock.c: Add copyright notice.
15
16 2004-08-25 Andrew Cagney <cagney@gnu.org>
17
18 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
19 (skip_over_handler, breakpoint_over_hander): New test procedures.
20 (advance, advancei): Add a proper prefix, do not use
21 rerun_to_main.
22 * gdb.base/sigstep.c (main): Change to use an infinite loop.
23
24 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
25
26 * gdb.mi/basics.c: Add copyright notice.
27 * gdb.mi/var-cmd.c: Add copyright notice.
28
29 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
30
31 * lib/gdb.exp: Remove signed_keyword_not_used.
32 * lib/compiler.c: Likewise.
33 * lib/compiler.cc: Likewise.
34
35 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
36
37 * gdb.base/whatis.c: Remove conditional disabling of "signed".
38 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
39
40 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
41
42 * gdb.base/whatis.c: Add copyright notice.
43
44 2004-08-20 Mark Kettenis <kettenis@gnu.org>
45
46 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
47 it to skip the breakpoints encoded in the inline assembly.
48
49 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
50
51 * Makefile.in: Add gdb.fortran.
52
53 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
54
55 * gdb.base/call-sc.exp (test_scalar_returns):
56 Fix cut-and-paste glitch in "Make fun return now".
57
58 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
59
60 * configure.in: Add gdb.fortran.
61 * configure: Regenerate.
62 * gdb.fortran/Makefile.in: New file.
63 * lib/gdb.exp (skip_fortran_tests): New procedure.
64
65 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
66
67 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
68 reference to bug-gnu@prep.ai.mit.edu.
69 * gdb.mi/mi-var-child.exp: Likewise.
70 * gdb.mi/mi-var-cmd.exp: Likewise.
71 * gdb.mi/mi-var-display.exp: Likewise.
72 * gdb.mi/mi2-var-block.exp: Likewise.
73 * gdb.mi/mi2-var-child.exp: Likewise.
74 * gdb.mi/mi2-var-cmd.exp: Likewise.
75 * gdb.mi/mi2-var-display.exp: Likewise.
76
77 2004-08-15 Mark Kettenis <kettenis@gnu.org>
78
79 * gdb.base/unload.c (main): Make local variable msg const.
80
81 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
82
83 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
84 to bug-gnu@prep.ai.mit.edu.
85 * gdb.mi/mi-disassemble.exp: Likewise.
86 * gdb.mi/mi-eval.exp: Likewise.
87 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
88 default line number.
89 * gdb.mi/mi-return.exp: Likewise.
90 * gdb.mi/mi-simplerun.exp: Likewise.
91 * gdb.mi/mi-stack.exp: Likewise.
92 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
93 number with explicit range test.
94 * gdb.mi/mi-watch.exp: Likewise.
95 * gdb.mi/mi2-break.exp: Likewise.
96 * gdb.mi/mi2-cli.exp: Likewise.
97 * gdb.mi/mi2-disassemble.exp: Likewise.
98 * gdb.mi/mi2-eval.exp: Likewise.
99 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
100 default line number.
101 * gdb.mi/mi2-return.exp: Likewise.
102 * gdb.mi/mi2-simplerun.exp: Likewise.
103 * gdb.mi/mi2-stack.exp: Likewise.
104 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
105 number with explicit range test.
106 * gdb.mi/mi2-watch.exp: Likewise.
107
108 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
109
110 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
111 * gdb.cp/m-static.exp: Likewise.
112 * gdb.cp/rtti.exp: Likewise.
113
114 2004-08-14 Mark Kettenis <kettenis@gnu.org>
115
116 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
117
118 2004-08-14 Eli Zaretskii <eliz@gnu.org>
119
120 * ChangeLog: Prefix Local Variables with semi-colons and indent
121 the reference to older ChangeLog files, to fix fontification in
122 Emacs.
123
124 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
125
126 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
127 * gdb.mi/mi2-break.exp: Likewise.
128
129 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
130
131 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
132
133 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
134
135 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
136
137 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
138
139 * gdb.cp/classes.exp: Remove unused declarations. Just let
140 test names default instead of providing special names. Remove
141 extraneous demangler test.
142
143 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
144
145 * gdb.base/unload.exp: New test for breakpoints in dynamically
146 loaded libraries.
147 * gdb.base/unload.c: Ditto.
148 * gdb.base/unloadshr.c: Ditto.
149
150 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
151
152 * gdb.cp/classes.exp (test_ptype_class_objects): Call
153 cp_test_ptype_class.
154 (test_enums): Likewise.
155
156 2004-08-10 Andrew Cagney <cagney@gnu.org>
157
158 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
159 init_malloc call.
160
161 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
162
163 * ChangeLog: Add copyright notice. The notice is copied
164 from emacs 21.3 top level ChangeLog.
165
166 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
167
168 * lib/cp-support.exp: New file.
169 * lib/cp-support.exp (cp_test_type_class): New function.
170 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
171 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
172 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
173 cp_test_ptype_class.
174
175 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
176
177 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
178 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
179 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
180 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
181 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
182 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
183 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
184 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
185 gdb.mi/mi2-watch.exp: Update copyright years.
186
187 2004-08-09 Mark Kettenis <kettenis@gnu.org>
188
189 * gdb.base/sigaltstack.exp: Provide proper anchoring.
190
191 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
192
193 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
194 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
195 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
196 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
197 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
198 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
199 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
200 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
201 gdb.mi/mi-watch.exp: Update copyright years.
202
203 2004-08-08 Daniel Jacobowitz <dan@debian.org>
204
205 PR gdb/1738
206 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
207 from a breakpoint with a pending signal.
208
209 2004-08-08 Daniel Jacobowitz <dan@debian.org>
210
211 PR gdb/1736
212 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
213 * gdb.base/sigaltstack.exp (finish_test): Consume output until
214 the prompt.
215 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
216
217 2004-08-08 Daniel Jacobowitz <dan@debian.org>
218
219 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
220
221 2004-08-08 Daniel Jacobowitz <dan@debian.org>
222
223 PR gdb/1736
224 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
225 for i?86-*-linux*.
226
227 2004-08-08 Daniel Jacobowitz <dan@debian.org>
228
229 * gdb.arch/i386-prologue.exp: Compile without debug information.
230
231 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
232
233 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
234 rather than asking gdb to search.
235
236 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
237
238 * gdb.base/gcore.c: Include <string.h>.
239
240 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
241
242 * gdb.base/gcore.c: Add copyright notice.
243
244 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
245
246 * gdb.base/freebpcmd.c: Include <stdio.h>.
247 * gdb.base/long_long.c: Include <string.h>.
248 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
249 * gdb.base/siginfo.c: Include <string.h>.
250 * gdb.base/sigstep.c: Include <string.h>.
251
252 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
253
254 * gdb.base/complex.c: Include <stdlib.h>.
255
256 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
257
258 * gdb.base/complex.c: Add copyright notice.
259
260 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
261
262 * gdb.base/charset.c: Include <stdlib.h>.
263
264 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
265
266 * gdb.base/auxv.c: Include <stdlib.h>.
267
268 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
269
270 * gdb.base/auxv.c: Add copyright notice.
271
272 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
273
274 * gdb.base/coremaker.c: Add copyright notice.
275 * gdb.base/coremaker2.c: Add copyright notice.
276
277 2004-08-04 Andrew Cagney <cagney@gnu.org>
278
279 * gdb.base/store.exp: Update copyright.
280 (check_set, up_set, check_struct, up_struct): Add a prefix to test
281 names, do not import gdb_prompt.
282
283 2004-08-01 Andrew Cagney <cagney@gnu.org>
284
285 Fix PR testsuite/1729.
286 * gdb.base/dump.exp: Add test name to callers of capture_value, do
287 not use capture_value with value 4.
288 (capture_value): Add optional test name parameter.
289 (test_reload_saved_value, test_restore_saved_value): Use $msg as
290 the prefix, pass to capture_value.
291
292 2004-08-01 Mark Kettenis <kettenis@gnu.org>
293
294 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
295 * gdb.arch/i386-prologue.c (standard): New prototype and function.
296 (main): Call new function.
297
298 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
299
300 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
301
302 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
303
304 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
305
306 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
307
308 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
309 Accept more values of vtbl pointer. Remove some messages
310 about "obsolete gcc or gdb".
311
312 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
313
314 * gdb.cp/classes.exp: Accept more varieties of ptype output.
315
316 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
317
318 * gdb.base/asm-source.exp: Properly convert target board
319 debug flags from gcc format to binutils format.
320
321 2004-07-28 Mark Kettenis <kettenis@gnu.org>
322
323 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
324 gdb1718". PR backtrace/1718 partially fixed.
325
326 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
327
328 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
329
330 2004-07-26 Nick Clifton <nickc@redhat.com>
331
332 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
333 good default value for a specific architecture is available then
334 set it to that value. Otherwise default to the -gstabs switch.
335 Remove the -g... switches from the asm-flags variable. Allow the
336 target board info to override the value if it wants to. Pass the
337 switch on the assembler command line.
338
339 2004-07-23 Mark Kettenis <kettenis@gnu.org>
340
341 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
342 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
343 (main): Call new function.
344
345 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
346
347 Test for PR exp/1715.
348 * gdb.base/radix.exp: Refactor common procedures. Make all
349 test names unique. Change XFAIL to KFAIL.
350
351 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
352
353 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
354 * gdb.ada/gnat_ada.gin: ... to here.
355 * configure.in: Use gnat_ada.gin.
356 * configure: Regenerate.
357
358 2004-07-20 Andrew Cagney <cagney@gnu.org>
359
360 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
361 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
362 XFAILs. Clean up test messages and comments. Check backtraces.
363 Delete re-sync code.
364
365 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
366
367 Fix PR cli/740.
368 * gdb.base/annota1.exp: Honor gdb,nosignals.
369 * gdb.base/annota3.exp: Likewise.
370
371 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
372
373 * lib/java.exp: Update copyright notice.
374
375 2004-07-19 Andrew Cagney <cagney@gnu.org>
376
377 * gdb.base/selftest.exp: Copy file from here ...
378 * gdb.gdb/selftest.exp: ... to here.
379
380 2004-07-16 Andrew Cagney <cagney@redhat.com>
381
382 * lib/insight-support.exp: Delete file.
383 * lib/java.exp (java_init): Fix copyright.
384
385 2004-07-16 Andrew Cagney <cagney@gnu.org>
386
387 * gdb.base/restore.c: Append "prologue" to comments marking the a
388 function's prologue.
389 * gdb.base/restore.exp: Update copyright, re-indent.
390 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
391 callerN" prefix where needed. Update patterns that match a
392 function's prologue.
393
394 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
395
396 * gdb.base/restore.c: Add copyright notice.
397
398 2004-07-16 Andrew Cagney <cagney@gnu.org>
399
400 * gdb.base/logical.exp: Update copyright.
401 (evaluate): New procedure. Use to re-implement tests using
402 several tables.
403
404 2004-07-14 Martin Hunt <hunt@redhat.com>
405
406 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
407 which fixes some problems where init.tcl was not found.
408
409 2004-07-13 Andrew Cagney <cagney@gnu.org>
410
411 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
412 (check_sizeof, check_valueof): Do not include the output in the
413 test name. Use gdb_test.
414 (get_valueof): Use gdb_test_multiple.
415
416 * gdb.base/step-test.exp: Update copyright. Use
417 gdb_test_multiple. Ensure that test names do not include
418 architecture dependent output.
419
420 * gdb.gdb/observer.exp: Update copyright.
421 (setup_test): Use gdb_test_multiple.
422 (attach_first_observer, attach_second_observer)
423 (attach_third_observer, detach_first_observer)
424 (detach_second_observer, detach_third_observer)
425 (reset_counters, check_counters): Make $message a prefix.
426 (test_normal_stop_notifications): Add "args" parameter - a list of
427 init functions to be called. Make $message a prefix,
428 (test_observer_normal_stop): Change the message prefixes so that
429 they are unique, pass the attach / detach procedures to
430 test_normal_stop_notifications.
431
432 * gdb.base/signull.exp (test_segv): Prefix all tests with
433 "${name}". Clean up test messages.
434
435 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
436
437 * gdb.base/ena-dis-br.exp: Update copyright.
438 (break_at): New function. Replace send_gdb with gdb_test,
439 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
440 ignore count, not stopped at bpt", with KFAIL.
441
442 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
443
444 * gdb.base/attach.exp: Remove cleanupfile handling.
445
446 2004-07-12 Andrew Cagney <cagney@gnu.org>
447
448 * gdb.base/annota1.exp: Cleanup corefile test name.
449 * gdb.base/annota3.exp: Ditto.
450
451 2004-07-12 Andrew Cagney <cagney@gnu.org>
452
453 * gdb.base/signals.exp: Clean up copyright, re-indent.
454
455 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
456 gdb_test and gdb_test_multiple.
457
458 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
459
460 * gdb.java/jmain.exp: Fix expected line number for main to
461 break at. Set XFAIL for break at main test since gcj does not
462 provide line number info for first statement in main.
463
464 2004-07-08 Andrew Cagney <cagney@gnu.org>
465
466 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
467
468 * gdb.base/sigbpt.exp: Make the common part of each test name a
469 prefix instead of suffix.
470
471 2004-07-07 Bob Rossi <bob_rossi@cox.net>
472
473 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
474 test from test_tbreak_creation_and_listing to
475 test_file_list_exec_source_file
476 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
477 Changed name of test from test_tbreak_creation_and_listing to
478 test_file_list_exec_source_file
479
480 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
481
482 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
483 the jmisc() constructor instead of <init>.
484 * gdb.java/jmisc1.exp: Ditto.
485
486 2004-07-07 Andrew Cagney <cagney@gnu.org>
487
488 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
489 corrupting the PC.
490
491 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
492
493 * gdb.cp/templates.exp: Accept whitespace change in demangler
494 output.
495
496 2004-07-06 Andrew Cagney <cagney@gnu.org>
497
498 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
499
500 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
501
502 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
503 * lib/compiler.cc: Likewise.
504
505 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
506
507 * lib/compiler.cc: Work around string preprocessing problem
508 with old hp c++ compiler.
509 * lib/compiler.c: Likewise.
510
511 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
512
513 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
514 directives to conditionalize symbol prefixing.
515 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
516 additional_flags handling. Add underscore prefix for Cygwin.
517 * gdb.arch/i386-unwind.c: Use preprocessor directives to
518 conditionalize symbol prefixing.
519 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
520 additional_flags handling. Add underscore prefix for Cygwin.
521
522 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
523
524 * gdb.base/bigcore.exp: Skip test on Cygwin.
525
526 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
527
528 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
529 formats for "info register". Use gdb_test_multiple. Fix
530 the "invalid register" test.
531
532 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
533
534 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
535 PID for Cygwin. Add Cygwin specific strings to check for in some
536 tests.
537 (do_attach_tests): Add a test for user interaction when attaching
538 to a process with no matching symbol table already loaded.
539
540 2004-06-26 Andrew Cagney <cagney@gnu.org>
541
542 Test PR java/1567 and PR java/1565.
543 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
544 * gdb.java/jmisc2.exp: Delete file.
545
546 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
547
548 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
549
550 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
551
552 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
553 attach process.
554
555 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
556
557 * gdb.cp/pr-1553.exp: Remove.
558
559 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
560
561 * gdb.cp/pr-1553.cc: Remove.
562 * gdb.cp/pr-1553.exp: Disable this test.
563
564 2004-06-20 Jim Blandy <jimb@redhat.com>
565
566 Fix PR testsuite/1680.
567 * gdb.arch/i386-sse.exp: Properly quote curly braces in
568 regular expressions.
569
570 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
571
572 Fix PR testsuite/1679.
573 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
574 Issue an UNSUPPORTED result instead.
575
576 2004-06-18 Jim Blandy <jimb@redhat.com>
577
578 * gdb.base/charset.exp: Only send a control-C if we see a new
579 prompt and incomplete command.
580
581 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
582
583 * gdb.cp/pr-574.cc: Add copyright notice.
584
585 2004-06-17 Jim Blandy <jimb@redhat.com>
586
587 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
588 cases where the regexp has no groups; this grabs random text from
589 the previous test suite, whatever that was.
590
591 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
592
593 * gdb.cp/printmethod.cc: Add copyright notice.
594
595 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
596
597 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
598
599 2004-06-16 Andrew Cagney <cagney@gnu.org>
600
601 * gdb.base/signull.c: Update copyright. Include <string.h>.
602 (bowler): Replace data_pointer with data_read
603 and data_write cases. Add code_descriptor case.
604 (zero, desc): New array and pointer.
605 (data, code): Change to simple pointers.
606 * gdb.base/signull.exp: Fix probe pattern matching a function
607 descriptor SIGSEGV. Replace data_pointer with data_read and
608 data_write tests.
609
610 2004-06-16 Andrew Cagney <cagney@gnu.org>
611
612 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
613
614 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
615
616 * gdb.base/long_long.c: Add copyright notice.
617
618 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
619
620 * gdb.base/long_long.exp: Remove reference to
621 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
622 to gdb_breakpoint and gdb_continue_to_breakpoint.
623
624 2004-06-14 Jim Blandy <jimb@redhat.com>
625
626 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
627 endian case.
628
629 2004-06-14 Andrew Cagney <cagney@gnu.org>
630
631 * gdb.base/gcore.exp (capture_command_output): Delete the always
632 passing tests containing inferior values.
633 * gdb.base/ending-run.exp: Do not include the breakpoint address
634 in the test message. Update copyright.
635 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
636 size in the test name, use gdb_test_multiple. Update copyright.
637
638 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
639
640 * gdb.cp/ref-types.cc: Add copyright notice.
641
642 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
643
644 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
645 hp_aCC_compiler.
646 * lib/compiler.cc: Likewise.
647 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
648 'set' commands. Log diagnostics for other lines. Set
649 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
650
651 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
652
653 * gdb.cp/try_catch.cc: Add copyright notice.
654
655 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
656
657 * gdb.cp/userdef.cc: Add copyright notice.
658
659 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
660
661 * gdb.cp/virtfunc.cc: Add copyright notice.
662
663 2004-06-11 Randolph Chung <tausq@debian.org>
664
665 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
666 problem.
667
668 2004-06-10 Andrew Cagney <cagney@gnu.org>
669
670 * lib/compiler.cc, lib/compiler.c: Append either
671 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
672 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
673 instead of gcc-3-3.
674
675 2004-06-09 Andrew Cagney <cagney@gnu.org>
676
677 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
678 gdb/1455, bug is specific to "long long" and "double".
679
680 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
681 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
682 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
683 fixed.
684
685 2004-06-09 Andrew Cagney <cagney@gnu.org>
686
687 * gdb.base/structs.exp (test_struct_returns): Replace
688 "return_value_unknown" and "finish_value_unknown" by
689 "return_value_known" and "finish_value_known". Instead of
690 "return_value_unknown" iff "finish_value_unknown", check
691 "return_value_known" implies "finish_value_known".
692
693 2004-06-08 Martin Hunt <hunt@redhat.com>
694
695 * gdb.base/float.exp: Add pattern for mips targets.
696
697 2004-06-08 Randolph Chung <tausq@debian.org>
698
699 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
700 message for unknown architectures more clear.
701
702 2004-06-08 Joel Brobecker <brobecker@gnat.com>
703
704 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
705 start the execution of the program.
706
707 2004-06-07 Jim Blandy <jimb@redhat.com>
708
709 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
710 * gdb.arch/i386-cpuid.h: New helper file.
711
712 2004-06-07 Randolph Chung <tausq@debian.org>
713
714 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
715 has started.
716
717 2004-06-04 Roland McGrath <roland@redhat.com>
718
719 Fix PR gdb/1647.
720 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
721 differently to be robust to output buffering differences.
722
723 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
724
725 * gdb.threads/pthreads.exp: Update copyright years.
726 (check_control_c): Change asynchronous 'after' to synchronous.
727
728 2004-06-04 Roland McGrath <roland@redhat.com>
729
730 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
731 next gdb prompt.
732
733 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
734
735 Fix PR gdb/1636.
736 * gdb.threads/manythreads.exp: Change asynchronous 'after'
737 calls to synchronous.
738
739 2004-05-26 Jim Blandy <jimb@redhat.com>
740
741 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
742
743 2004-05-24 Randolph Chung <tausq@debian.org>
744
745 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
746 * gdb.asm/pa.inc: New file.
747
748 2004-05-22 Mark Kettenis <kettenis@gnu.org>
749
750 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
751
752 2004-05-21 Joel Brobecker <brobecker@gnat.com>
753 Daniel Jacobowitz <drow@mvista.com>
754
755 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
756 GDB prompt.
757
758 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
759
760 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
761 setjmp/longjmp. Use sigaction instead of signal.
762
763 2004-05-19 J. Brobecker <brobecker@gnat.com>
764 Michael Snyder <msnyder@redhat.com>
765
766 * gdb.threads/pthread_cond_wait.c: New file.
767 * gdb.threads/pthread_cond_wait.exp: New testcase.
768
769 2004-05-13 Andrew Cagney <cagney@redhat.com>
770
771 * gdb.base/signull.exp, gdb.base/signull.c: New files.
772 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
773
774 2004-05-11 Andrew Cagney <cagney@redhat.com>
775
776 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
777 fixed but revealed gdb/1639.
778
779 2004-05-10 Andrew Cagney <cagney@redhat.com>
780
781 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
782 func1" and "next to 2nd alarm", kernel bug avoided.
783
784 2004-05-10 Daniel Jacobowitz <dan@debian.org>
785
786 PR external/1568
787 * gdb.base/bigcore.exp: Check the size of the dumped core file.
788 XFAIL if it is smaller than bytes_allocated.
789 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
790 (main): Make chunks_allocated unsigned. Correct comment.
791
792 2004-05-07 Joel Brobecker <brobecker@gnat.com>
793
794 * gdb.arch/powerpc-aix-prologue.c: New file.
795 * gdb.arch/powerpc-aix-prologue.exp: New file.
796
797 2004-05-07 Jim Blandy <jimb@redhat.com>
798
799 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
800 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
801
802 2004-05-06 Joel Brobecker <brobecker@gnat.com>
803
804 * gdb.base/sep.exp: No longer setup_kfail when the program was
805 built with dwarf2.
806
807 2004-05-05 Jim Ingham <jingham@apple.com>
808
809 * gdb.base/pending.exp: Make sure pending breakpoints
810 preserve the ignore count.
811
812 2004-04-27 Jerome Guitton <guitton@gnat.com>
813
814 * i386-prologue.exp: Add testcase for jump instruction as first
815 instruction of the real code.
816 * i386-prologue.c (jump_at_beginning): New function.
817
818 2004-04-28 Mark Kettenis <kettenis@gnu.org>
819
820 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
821 x86_64-*-*.
822
823 2004-04-28 Mark Kettenis <kettenis@gnu.org>
824
825 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
826 i*86-*-*.
827
828 2004-04-25 Mark Kettenis <kettenis@gnu.org>
829
830 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
831 expression that checks the return type.
832
833 2004-04-23 Andrew Cagney <cagney@redhat.com>
834
835 * gdb.base/call-sc.exp: New test of scalar call/return values.
836 * gdb.base/call-sc.c: Ditto.
837
838 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
839
840 * gdb.threads/manythreads.c: Reduce thread stack size.
841
842 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
843
844 * gdb.threads/manythreads.c: Add copyright notice.
845
846 2004-04-23 Andrew Cagney <cagney@redhat.com>
847
848 * gdb.base/siginfo.exp: Better handle step out of signal.
849 * gdb.base/sigstep.exp: Ditto.
850
851 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
852 Daniel Jacobowitz <drow@mvista.com>
853
854 * gdb.threads/manythreads.c: New testcase.
855 * gdb.threads/manythreads.exp: Ditto.
856
857 2004-04-22 Jim Blandy <jimb@redhat.com>
858
859 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
860 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
861
862 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
863
864 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
865
866 2004-04-21 Andrew Cagney <cagney@redhat.com>
867
868 * gdb.base/sigstep.c: New file.
869 * gdb.base/sigstep.exp: New file.
870
871 2004-04-16 Joel Brobecker <brobecker@gnat.com>
872
873 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
874 call to observer_notify_normal_stop.
875
876 2004-04-15 Andrew Cagney <cagney@redhat.com>
877
878 * gdb.base/siginfo.c: New file.
879 * gdb.base/siginfo.exp: New file.
880
881 2004-04-12 J. Brobecker <brobecker@gnat.com>
882
883 * gdb.base/sep.exp: Fix typo in comment.
884
885 2004-04-12 J. Brobecker <brobecker@gnat.com>
886
887 * gdb.base/sep.c: New file.
888 * gdb.base/sep-proc.c: New file.
889 * gdb.base/sep.exp: New testcase.
890
891 2004-04-09 Mark Kettenis <kettenis@gnu.org>
892
893 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
894 support.
895
896 2004-04-05 Andrew Cagney <cagney@redhat.com>
897
898 * gdb.base/sigaltstack.c: New file.
899 * gdb.base/sigaltstack.exp: New file.
900
901 2004-04-04 Joel Brobecker <brobecker@gnat.com>
902
903 * gdb.base/foll-fork.exp: Update the expected output for
904 "help set follow-fork-mode", to match a change that was made
905 to the help of this variable on 2004-01-13.
906
907 2004-04-01 Joel Brobecker <brobecker@gnat.com>
908
909 * lib/ada.exp: Add copyright notice.
910 * bar.ads: Likewise.
911 * bar.adb: Likewise.
912 * null_record.adb: Likewise.
913 * null_record.exp: Likewise.
914 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
915
916 2004-04-01 Joel Brobecker <brobecker@gnat.com>
917
918 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
919 * configure: Regenerate.
920
921 2004-04-01 Joel Brobecker <brobecker@gnat.com>
922
923 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
924 to build the application. Remove the message printed when in
925 verbose mode, redundant with the UNSUPPORTED message above.
926
927 2004-03-31 Joel Brobecker <brobecker@gnat.com>
928
929 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
930 * gdb.ada (null_record.exp): New testcase.
931
932 2004-03-31 Joel Brobecker <brobecker@gnat.com>
933
934 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
935
936 2004-03-31 Joel Brobecker <brobecker@gnat.com>
937
938 * gdb.ada: New subdirectory.
939 * gdb.ada/Makefile.in: New file.
940 * gdb.ada/gnat_ada.gpr.in: New file.
941
942 2004-03-31 Joel Brobecker <brobecker@gnat.com>
943
944 * lib/ada.exp: New file.
945
946 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
947
948 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
949 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
950
951 2004-03-22 Andrew Cagney <cagney@redhat.com>
952
953 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
954 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
955 Problem identified by Ulrich Weigand.
956
957 2004-03-17 David Carlton <carlton@kealia.com>
958
959 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
960 PR c++/826.
961
962 2004-03-16 Roland McGrath <roland@redhat.com>
963
964 * gdb.base/auxv.exp: New file.
965 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
966
967 2004-03-12 David Carlton <carlton@kealia.com>
968
969 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
970 * gdb.cp/pr-1553.cc: Ditto.
971 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
972 pass branch.
973
974 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
975
976 * gdb.cp/templates.exp: Accept more template types.
977
978 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
979
980 From Corinna Vinschen with modifications.
981 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
982 local variable obj_with_enum.
983 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
984 results with obj_with_enum.
985
986 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
987
988 * gdb.cp/classes.cc: New file, copied from misc.cc.
989 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
990
991 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
992
993 * gdb.cp/misc.cc: Add copyright notice.
994
995 2004-03-05 David Carlton <carlton@kealia.com>
996
997 * gdb.cp/rtti.exp: Add 'print *obj3' test.
998 * gdb.cp/rtti.h: Update copyright.
999 (namespace n2::n3): New.
1000 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
1001 (n2::n3::func3): New.
1002 (main): Call n2::n3::func3.
1003 * gdb.cp/rtti2.cc: Update copyright.
1004 (n2::create3): New.
1005
1006 2004-03-04 Mark Kettenis <kettenis@gnu.org>
1007
1008 * gdb.asm/openbsd.inc: Fix typo.
1009
1010 2004-03-03 Fred Fish <fnf@redhat.com>
1011
1012 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
1013 "val" instead of unused "size". Update copyright year.
1014
1015 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
1016
1017 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
1018 to use unsigned char.
1019 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
1020 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
1021
1022 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
1023
1024 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
1025 line of output.
1026
1027 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
1028
1029 * gdb.base/relocate.c (dummy): Initialize.
1030
1031 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
1032
1033 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
1034 a breakpoint at exit.
1035
1036 2004-02-27 Fred Fish <fnf@redhat.com>
1037
1038 * gdb.base/chng-syms.exp: Add expect condition to match failing
1039 case that isn't a timeout.
1040
1041 2004-02-27 Andrew Cagney <cagney@redhat.com>
1042
1043 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
1044 support.
1045
1046 2004-02-26 Fred Fish <fnf@redhat.com>
1047
1048 * gdb.arch/gdb1431.c: Remove.
1049 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
1050 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
1051 of "until" incorrectly.
1052
1053 2004-02-26 J. Brobecker <brobecker@gnat.com>
1054
1055 * gdb.cp/class2.cc (empty): New class.
1056 (refer): New function.
1057 (main): Declare an object of type empty and use it.
1058 * gdb.cp/class2.exp: Print the value of an object of type empty.
1059
1060 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
1061
1062 * gdb.base/langs.exp: Update query string to match the
1063 new nquery format used for pending breakpoints.
1064
1065 2004-02-26 Andrew Cagney <cagney@redhat.com>
1066
1067 Fix PR i18n/1570.
1068 * gdb.base/charset.c: Update copyright notice.
1069 (main, init_string): Remove the escape character '\e' tests.
1070 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
1071 * gdb.base/charset.exp (valid_host_charset): Ditto.
1072 * gdb.base/setvar.exp: Ditto.
1073
1074 2004-02-24 Andrew Cagney <cagney@redhat.com>
1075
1076 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
1077 mmapped data in core file" PASS and FAIL messages consistent.
1078
1079 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
1080 setting a breakpoint. Work around PR java/1565.
1081
1082 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
1083
1084 * lib/gdb.exp (gdb_breakpoint): Update query string to match
1085 new nquery format.
1086 * gdb.base/pending.exp: Ditto.
1087
1088 2004-02-22 Mark Kettenis <kettenis@gnu.org>
1089
1090 * configure.in: Run stabs tests on *BSD.
1091 * configure: Regenerated.
1092
1093 2004-02-21 Mark Kettenis <kettenis@gnu.org>
1094
1095 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
1096
1097 2004-02-20 Fred Fish <fnf@redhat.com>
1098
1099 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
1100 blank in test for "returns short", for consistency with other
1101 "returns xxx" tests. Update copyright year.
1102
1103 2004-02-19 Fred Fish <fnf@redhat.com>
1104
1105 New testcase for PR breakpoint/1558.
1106 * gdb.arch/gdb1558.exp: New file.
1107 * gdb.arch/gdb1558.c: New file.
1108
1109 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
1110
1111 * gdb.base/nodebug.exp: Fix typo.
1112
1113 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1114
1115 Committed by Jim Blandy <jimb@redhat.com>.
1116
1117 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
1118
1119 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
1120
1121 * gdb.base/float.exp: Support s390*-*-* targets.
1122
1123 2004-02-17 Adam Fedor <fedor@gnu.org>
1124
1125 * gdb.base/gdb1555.exp: New file.
1126 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
1127
1128 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
1129
1130 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
1131
1132 2004-02-16 Fred Fish <fnf@redhat.com>
1133
1134 * gdb.arch/gdb1291.c: Remove
1135 * gdb.arch/gdb1291.s: New test input file.
1136 * gdb.arch/gdb1291.exp: Expand test to check case that should not
1137 fail. Test for correct result, known incorrect result, other
1138 failures and timeouts.
1139
1140 2004-02-16 Andrew Cagney <cagney@redhat.com>
1141
1142 * gdb.base/bigcore.exp: New file.
1143 * gdb.base/bigcore.c: New file.
1144
1145 2004-02-13 Andrew Cagney <cagney@redhat.com>
1146
1147 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
1148 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
1149 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
1150 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
1151 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
1152 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
1153 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
1154 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
1155 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
1156 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
1157
1158 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
1159
1160 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
1161 executed is an alloc instruction.
1162
1163 2004-02-11 David Carlton <carlton@kealia.com>
1164
1165 * gdb.cp/breakpoint.exp: New.
1166 * gdb.cp/breakpoint.cc: New.
1167
1168 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
1169
1170 Partial fix for PR gdb/1543.
1171 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
1172 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
1173 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
1174 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
1175 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
1176 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
1177 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
1178 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
1179 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
1180 to bug-gdb@prep.ai.mit.edu .
1181 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
1182 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
1183 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
1184 Likewise.
1185
1186 2004-02-10 Andrew Cagney <cagney@redhat.com>
1187
1188 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
1189 using gdb_internal_error_resync.
1190
1191 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
1192
1193 * gdb.threads/thread-specific.exp: Stop early if no threads are
1194 found.
1195
1196 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
1197
1198 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
1199
1200 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
1201
1202 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
1203 breakpoints.
1204
1205 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
1206
1207 * config/sim.exp (gdb_load): Handle $arg == "".
1208 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
1209 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
1210
1211 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
1212
1213 * gdb.base/maint.exp: Update test to reflect
1214 obstack changes.
1215
1216 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
1217
1218 * gdb.base/pendshr.c (pendfunc): New function that calls
1219 pendfunc1.
1220 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
1221
1222 2004-02-04 Fred Fish <fnf@redhat.com>
1223
1224 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
1225 function symbols and update copyright years.
1226 * gdb.arch/gdb1291.c: Ditto.
1227
1228 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1229
1230 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
1231
1232 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1233
1234 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
1235
1236 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1237
1238 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
1239
1240 2004-02-02 Fred Fish <fnf@redhat.com>
1241
1242 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
1243 remote targets. Update copyright years.
1244
1245 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
1246
1247 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
1248 support.
1249 * gdb.base/langs.exp: Fix test which attempts to create
1250 breakpoint on non-existent function to handle new pending
1251 support.
1252 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
1253 a breakpoint.
1254 * gdb.base/pending.exp: New test.
1255 * gdb.base/pending.c: New file.
1256 * gdb.base/pendshr.c: Ditto.
1257
1258 2004-02-02 David Carlton <carlton@kealia.com>
1259
1260 * gdb.cp/overload.exp: Add overloadNamespace tests.
1261 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
1262 (overloadNamespace, XXX): New.
1263 (main): Call XXX::marker2.
1264
1265 2004-02-01 Fred Fish <fnf@redhat.com>
1266
1267 * gdb.base/dump.exp: Use runto_main instead of "runto main".
1268 * gdb.base/finish.exp: Ditto.
1269 * gdb.base/gcore.exp: Ditto.
1270 * gdb.base/huge.exp: Ditto.
1271 * gdb.base/info-proc.exp: Ditto.
1272 * gdb.base/return2.exp: Ditto.
1273 * gdb.threads/gcore-thread.exp: Ditto.
1274
1275 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
1276
1277 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
1278
1279 2004-02-01 Mark Kettenis <kettenis@gnu.org>
1280
1281 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
1282 that opening the file succeeds on OpenBSD.
1283
1284 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
1285
1286 * gdb.threads/thread-specific.c: New file.
1287 * gdb.threads/threads-specific.exp: New test script.
1288 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
1289 to expect_out.
1290
1291 2004-02-01 Mark Kettenis <kettenis@gnu.org>
1292
1293 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
1294 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
1295 only on the "print_small_structs from print_long_arg_list" test.
1296
1297 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
1298
1299 * gdb.base/completion.exp: Kill a stray backslash.
1300
1301 From Jim Ingham <jingham@apple.com>:
1302 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
1303 agrees with the result from sending a tab.
1304
1305 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
1306
1307 * gdb.base/chng-syms.exp: Remove stray newline.
1308
1309 2004-01-31 Mark Kettenis <kettenis@gnu.org>
1310
1311 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
1312 *-*-openbsd*.
1313 * gdb.asm/openbsd.inc: New file.
1314
1315 2004-01-30 Mark Kettenis <kettenis@gnu.org>
1316
1317 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
1318 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
1319 *-*solaris2*. Remove commented out default settings for
1320 asm-flags. Replace gdb_compile with target_link.
1321
1322 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
1323
1324 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
1325 for all tests. Remove old hp-ux and cygnus xfail cases.
1326
1327 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
1328
1329 * gdb.base/chng-syms.exp: New file.
1330 * gdb.base/chng-syms.c: New file.
1331
1332 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
1333
1334 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
1335 Provide arms for current output in all my configurations.
1336
1337 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
1338
1339 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
1340 * lib/compiler.cc: Likewise.
1341 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
1342 get the right preprocessor. Eval the output directly. Remove
1343 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
1344 hp_f77_compiler and hp_f90_compiler completely.
1345 (gdb_preprocess): Delete.
1346 (get_compiler): Delete.
1347
1348 2004-01-24 Mark Kettenis <kettenis@gnu.org>
1349
1350 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
1351 <string.h>.
1352
1353 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
1354
1355 * gdb.mi/mi-stack.exp: Update copyright.
1356
1357 2004-01-23 David Carlton <carlton@kealia.com>
1358
1359 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
1360 test for cp_lookup_transparent_type.
1361 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
1362 call them.
1363
1364 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
1365
1366 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
1367 after -var-update.
1368
1369 2004-01-23 David Carlton <carlton@kealia.com>
1370
1371 * gdb.cp/namespace.cc (C::ensureRefs): New.
1372 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
1373
1374 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
1375
1376 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
1377 case "-stack-list-locals 2".
1378 * gdb.mi/mi-var-child.exp: Test for case
1379 "-var-list-children --all-values NAME".
1380
1381 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
1382
1383 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
1384
1385 2004-01-18 Mark Kettenis <kettenis@gnu.org>
1386
1387 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
1388 used with gdb_test_multiple.
1389
1390 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
1391 read at address 0. This fixes PR testsuite/1504.
1392
1393 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
1394
1395 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
1396 Remove downloading, guessing the host executable, the calls to
1397 gdb_file_cmd and gdb_target_cmd, and "load" support.
1398 (infer_host_exec): New function broken out from gdb_load.
1399 (gdb_load): New wrapper for gdbserver_gdb_load.
1400 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
1401 gdb_target_cmd. Use -target-select.
1402 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
1403 Download binaries to the host. Clear last_mi_remote_file when
1404 we load a new binary.
1405 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
1406 call gdbserver_gdb_load and mi_gdb_target_cmd.
1407
1408 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
1409
1410 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
1411 type patterns.
1412
1413 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
1414
1415 * gdb.cp/templates.exp: Fix typo in test name of
1416 "print Foo<volatile char*>::foo".
1417
1418 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
1419
1420 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
1421
1422 2004-01-16 Ben Elliston <bje@wasabisystems.com>
1423
1424 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
1425 (clean mostlyclean): Remove empty rm.
1426
1427 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
1428
1429 * gdb.base/setvar.exp: Add copyright years.
1430
1431 2004-01-14 David Carlton <carlton@bactrian.org>
1432
1433 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
1434 PR c++/1511 and update coment.
1435 * gdb.cp/templates.exp: Update patterns to match current output.
1436 If changes involve something other than whitespace, KFAIL
1437 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
1438
1439 2004-01-14 David Carlton <carlton@kealia.com>
1440
1441 * gdb.cp/namespace.exp: Add tests involving classes defined within
1442 namespaces.
1443 * gdb.cp/namespace.cc (C::CClass): New.
1444 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
1445
1446 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
1447
1448 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
1449 what debug info we have. Print a better message if something goes
1450 wrong while producing the separate debug info file.
1451
1452 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
1453
1454 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
1455
1456 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
1457
1458 * gdb.base/callfuncs.c: Add copyright notice.
1459
1460 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
1461
1462 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
1463 inheritance. PR gdb/1498, PR gcc/13539.
1464
1465 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
1466
1467 * gdb.threads/gcore-thread.exp: Prefix name of binary with
1468 test specific name.
1469 * gdb.mi/gdb669.exp: Ditto.
1470 * gdb.mi/mi-pthreads.exp: Ditto.
1471 * gdb.mi/mi1-pthreads.exp: Ditto.
1472 * gdb.mi/mi2-pthreads.exp: Ditto.
1473
1474 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
1475
1476 * gdb.cp/member-ptr.cc: Add copyright notice.
1477
1478 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
1479
1480 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
1481 some patterns for recent versions of gcc and hpacc. Delete
1482 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
1483 Delete tests that access a NULL pointer-to-member-data. This
1484 script is still disabled for gcc.
1485
1486 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
1487
1488 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
1489 escaped correctly.
1490
1491 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
1492
1493 * gdb.base/sepdebug.exp: New file.
1494 * gdb.base/sepdebug.c: New file.
1495 * lib/gdb.exp (separate_debug_filename): New procedure.
1496 (gdb_gnu_strip_debug): New procedure.
1497
1498 2004-01-12 Andrew Cagney <cagney@redhat.com>
1499
1500 * gdb.mi/ChangeLog: Delete file. Renamed to ...
1501 * gdb.mi/ChangeLog-1999-2003: New file.
1502
1503 2004-01-12 Andrew Cagney <cagney@redhat.com>
1504
1505 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
1506 "Renaming a directory to a non-empty directory returns ENOTEMPTY
1507 or EEXIST", treat EBUSY as an XFAIL.
1508
1509 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
1510
1511 * gdb.base/scope.exp: Remove obsolete setup_xfail for
1512 hp_cc_compiler.
1513
1514 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
1515
1516 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
1517 decorations.
1518
1519 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
1520
1521 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
1522 and "(aCC)" decorations. Remove obsolete doco about old
1523 test results.
1524
1525 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
1526
1527 * gdb.cp/exception.exp: Fix typo in doco.
1528
1529 2004-01-09 Mark Kettenis <kettenis@gnu.org>
1530
1531 * gdb.base/gdb1476.exp: Fix typo.
1532
1533 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
1534
1535 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
1536 file.
1537
1538 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
1539
1540 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
1541 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
1542 Use gdb_compile. Remove restriction on gcc. Add some patterns
1543 for recent version of gdb. Delete second half, which was a copy
1544 of the first half with different build flags. This test is
1545 still disabled because it is still not ready for production.
1546
1547 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
1548
1549 * gdb.cp/exception.cc: Add copyright notice.
1550 * gdb.cp/exception.exp: Add a notice that this file is broken
1551 because of line number changes caused by addition of copyright
1552 notice.
1553
1554 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
1555
1556 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
1557 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
1558
1559 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
1560
1561 * gdb.cp/classes.exp: Accept gnu abi 2.
1562 * gdb.cp/derivation.exp: Likewise.
1563 * gdb.cp/overload.exp: Likewise.
1564 * gdb.cp/virtfunc.exp: Likewise.
1565
1566 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
1567
1568 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
1569 semicolon after end of function.
1570
1571 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1572
1573 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
1574 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
1575 boilerplate code for compiling and running the program under
1576 test. Add some string method tests.
1577
1578 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1579
1580 * gdb.cp/bs15503.cc: Add copyright notice.
1581 * gdb.cp/bs15503.exp: Adjust line number.
1582
1583 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1584
1585 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
1586 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
1587
1588 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1589
1590 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
1591 hp_cc_compiler.
1592
1593 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1594
1595 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
1596 * gdb.cp/ctti.exp: Use the marker instead of "next".
1597 With gcc, run further before bailing.
1598
1599 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1600
1601 * gdb.cp/cttiadd.cc: Add copyright notice.
1602 * gdb.cp/cttiadd1.cc: Likewise.
1603 * gdb.cp/cttiadd2.cc: Likewise.
1604 * gdb.cp/cttiadd3.cc: Likewise.
1605
1606 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1607
1608 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
1609 Use gdb_test, gdb_test_multiple. Use floating-point values that
1610 have exact representations in IEEE-ish formats.
1611
1612 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1613
1614 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
1615 compilers. Delete duplicate call to get_compiler_info.
1616 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
1617 * gdb.base/volatile.exp: Likewise.
1618
1619 2004-01-07 Mark Kettenis <kettenis@gnu.org>
1620
1621 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
1622 memory at address 0.
1623
1624 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1625
1626 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
1627 to test for hp-ux assembler. Fix copyright years.
1628
1629 2004-01-07 Andrew Cagney <cagney@redhat.com>
1630
1631 * gdb.base/fileio.c (strerrno): Add "EBUSY".
1632
1633 2004-01-07 Andrew Cagney <cagney@redhat.com>
1634
1635 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
1636 when creating the read-only file. From analysis by Roland McGrath
1637 and Elena Zannoni.
1638
1639 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
1640
1641 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
1642
1643 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
1644
1645 * gdb.base/cvexpr.c: Be type-safe with function pointers and
1646 data pointers.
1647
1648 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
1649
1650 * gdb.cp/m-static.exp: Compile one source file at a time.
1651 Delete unused call to get_compiler_info.
1652
1653 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
1654
1655 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
1656 * gdb.base/call-rt-st.exp: Likewise.
1657 * gdb.base/nodebug.exp: Likewise.
1658 * gdb.base/volatile.exp: Likewise.
1659 * gdb.cp/ref-types.exp: Likewise.
1660 * gdb.cp/templates.exp: Likewise.
1661
1662 2004-01-05 Mark Kettenis <kettenis@gnu.org>
1663
1664 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
1665
1666 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
1667
1668 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
1669 hppa*-hp-hpux*.
1670
1671 2004-01-04 Mark Kettenis <kettenis@gnu.org>
1672
1673 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
1674 x86_64-*-*.
1675
1676 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
1677 sparc64-*-* and sparc*-solaris2*.
1678
1679 2004-01-04 Mark Kettenis <kettenis@gnu.org>
1680
1681 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
1682 return ${tests}" test. The ${tests} already mentions the
1683 filename.
1684
1685 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
1686
1687 * gdb.cp/local.exp: Accept gcc abi 2.
1688
1689 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
1690
1691 * gdb.cp/templates.exp: Accept gcc abi 2.
1692
1693 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
1694
1695 * lib/compiler.cc: Remove supports_template_debugging.
1696 * gdb.cp/templates.exp: Do not test supports_template_debugging.
1697
1698 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1699
1700 * gdb.cp/namespace.exp: Accept gcc abi 2.
1701
1702 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1703
1704 * gdb.cp/method.exp: Accept gcc abi 2.
1705
1706 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1707
1708 * gdb.cp/classes.exp: Generate identical results as old version.
1709 * gdb.cp/derivation.exp: Likewise.
1710 * gdb.cp/overload.exp: Likewise.
1711 * gdb.cp/virtfunc.exp: Likewise.
1712
1713 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1714
1715 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
1716 mysterious bug with sourceware version of expect.
1717
1718 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1719
1720 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
1721 current versions of gcc, including gcc abi 2. Remove gratuitous
1722 restart of test program. Use gdb_test_multiple and gdb_test for
1723 all tests. Add patterns to xfail missing "const" in "const char *"
1724 and kfail PR gdb/1155.
1725
1726 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1727
1728 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
1729 current versions of gcc, including gcc abi 2. Remove gratuitous
1730 restart of test program. Use gdb_test_multiple and gdb_test for
1731 all tests. Add patterns to kfail PR gdb/1498.
1732
1733 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
1734
1735 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
1736 current versions of gcc, including gcc abi 2. Use "breakpoint"
1737 and "continue" instead of restarting the target program. Use
1738 gdb_test_multiple and gdb_test for all tests.
1739
1740 2004-01-01 Mark Kettenis <kettenis@gnu.org>
1741
1742 * gdb.asm/asm-source.exp: Update copyright year. Link statically
1743 for *-*-solaris2*.
1744
1745 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
1746
1747 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
1748 current versions of gcc, including gcc abi 2. Use "breakpoint"
1749 and "continue" instead of restarting the target program several
1750 times. Use gdb_test_multiple and gdb_test for all tests.
1751
1752 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
1753
1754 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
1755 source files.
1756
1757 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
1758
1759 * gdb.base/environ.exp: Handle compiling test case from multiple
1760 source files.
1761
1762 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
1763
1764 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
1765
1766 2003-12-17 Jim Blandy <jimb@redhat.com>
1767
1768 * gdb.base/freebpcmd.c: Add copyright notice.
1769
1770 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
1771
1772 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
1773
1774 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
1775
1776 2003-12-13 Jim Blandy <jimb@redhat.com>
1777
1778 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
1779
1780 2003-12-12 Kevin Buettner <kevinb@redhat.com>
1781
1782 * gdb.asm/frv.inc: New file.
1783 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
1784
1785 2003-12-09 Fred Fish <fnf@redhat.com>
1786
1787 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
1788 functions to break1.c and leave prototypes behind. Add more
1789 "set breakpoint NN here" comments.
1790 * gdb.base/break1.c: New file.
1791
1792 * gdb.base/break.exp: Handle compiling test case from multiple
1793 source files and change source file references as needed.
1794 * gdb.base/completion.exp: Ditto.
1795 * gdb.base/condbreak.exp: Ditto.
1796 * gdb.base/define.exp: Ditto.
1797 * gdb.base/ena-dis-br.exp: Ditto.
1798 * gdb.base/info-proc.exp: Ditto.
1799 * gdb.base/maint.exp: Ditto.
1800 * gdb.base/until.exp: Ditto.
1801
1802 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
1803 hardcoded line numbers.
1804 * gdb.base/define.exp: Ditto.
1805 * gdb.base/ena-dis-br.exp: Ditto.
1806 * gdb.base/maint.exp: Ditto.
1807 * gdb.base/until.exp: Ditto.
1808
1809 * gdb.base/completion.exp: Use "break1" for completion tests since
1810 "break" is no longer a unique prefix.
1811
1812 2003-12-06 Andrew Cagney <cagney@redhat.com>
1813
1814 * gdb.base/structs.exp (test_struct_returns): When applicable, set
1815 "return_value_unimplemented". When an unimplemented struct return
1816 architecture, report incorrect values as a KFAIL
1817
1818 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
1819
1820 * gdb.cp/rtti.exp: Accept new wording of warning from
1821 cp_lookup_rtti_type.
1822
1823 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
1824
1825 Partial fix for PR testsuite/1456.
1826 * gdb.base/scope.exp (test_at_main): Replace references to
1827 gcc_compiled with calls to test_compiler_info.
1828 (test_at_foo): Likewise.
1829 (test_at_bar): Likewise.
1830
1831 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
1832
1833 Partial fix for PR testsuite/1456.
1834 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
1835 to test_compiler_info.
1836
1837 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
1838
1839 * gdb.base/so-impl-ld.exp: Update copyright notice.
1840
1841 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
1842
1843 Partial fix for PR testsuite/1456.
1844 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
1845 to test_compiler_info.
1846
1847 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
1848
1849 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
1850 from current versions of gdb. Clean up regular expressions.
1851 Delete redundant timeout case.
1852
1853 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
1854
1855 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
1856 from current versions of gdb. Clean up regular expressions.
1857 Delete redundant timeout case.
1858
1859 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
1860
1861 Partial fix for PR testsuite/1456.
1862 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
1863 gcc_compiled with call to test_compiler_info.
1864
1865 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
1866
1867 Partial fix for PR testsuite/1456.
1868 * gdb.base/list.exp (test_list_function): Delete unused declaration
1869 of gcc_compiled.
1870
1871 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
1872
1873 Partial fix for PR testsuite/1456.
1874 * gdb.base/complex.exp: Replace reference to gcc_compiled with
1875 call to test_compiler_info.
1876
1877 2003-11-29 Mark Kettenis <kettenis@gnu.org>
1878
1879 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
1880 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
1881 it to create the appropriate note.inc.
1882 * gdb.asm/asmsrc1.s: Include "note.inc".
1883 * gdb.asm/netbsd.inc: New file.
1884 * gdb.asm/empty.inc: New file.
1885
1886 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
1887
1888 Partial fix for PR testsuite/1456.
1889 * gdb.base/constvars.exp: Replace references to gcc_compiled with
1890 calls to test_compiler_info.
1891
1892 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
1893
1894 Partial fix for PR testsuite/1456.
1895 * gdb.base/volatile.exp: Replace references to gcc_compiled with
1896 calls to test_compiler_info.
1897
1898 2003-11-27 Mark Kettenis <kettenis@gnu.org>
1899
1900 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
1901 pattern for the KFAILs.
1902
1903 2003-11-25 Adam Fedor <fedor@gnu.org>
1904
1905 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
1906 * gdb.objc/objcdecode.m: New file.
1907
1908 2003-11-25 Adam Fedor <fedor@gnu.org>
1909
1910 * gdb.objc/nondebug.exp: Test for PR objc/1236.
1911 * gdb.objc/nondebug.m: New file.
1912
1913 2003-11-26 Ben Elliston <bje@wasabisystems.com>
1914
1915 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
1916 NetBSD as it does on FreeBSD. Modelled on a similar change by
1917 Mark Kettenis on 2003-05-30.
1918 (link-flags): Set to "--entry _start" regardless of target.
1919 Special linker flags are to be appended to $link-flags.
1920 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
1921
1922 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
1923
1924 * gdb.cp/method.exp: Accept output of new demangler.
1925
1926 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
1927
1928 * gdb/class2.exp: New file.
1929 * gdb/class2.cc: New file.
1930
1931 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
1932
1933 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
1934 of new demangler.
1935
1936 2003-11-23 Mark Kettenis <kettenis@gnu.org>
1937
1938 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
1939 of gdb_test "run".
1940
1941 2003-11-23 Mark Kettenis <kettenis@gnu.org>
1942
1943 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
1944 "continue" into "run".
1945
1946 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
1947
1948 Partial fix for PR testsuite/1456.
1949 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
1950 call to test_compiler_info.
1951 * gdb.cp/ctti.exp: Likewise.
1952 * gdb.cp/derivation.exp: Likewise.
1953 * gdb.cp/member-ptr.exp: Likewise.
1954 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
1955 reference to gcc_compiled.
1956
1957 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
1958
1959 Fix PR testsuite/1463.
1960 * gdb.base/structs.exp (start_structs_test): Call
1961 get_debug_format before using the debug format.
1962
1963 2003-11-22 Andrew Cagney <cagney@redhat.com>
1964
1965 * lib/gdb.exp (gdb_test_multiple): Add simple example.
1966 * gdb.base/structs.exp: Use gdb_test_multiple.
1967
1968 2003-11-20 Andrew Cagney <cagney@redhat.com>
1969
1970 * gdb.base/structs.exp: Handle and recover from internal errors.
1971 Replace "foo${n}" with "foo<n>" in test messages.
1972
1973 * gdb.base/structs.exp: Update copyright. Rewrite.
1974 * gdb.base/structs.c: Update copyright. Rewrite.
1975
1976 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
1977 resync count exceeded.
1978
1979 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
1980 from the internal error.
1981 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
1982 Original from Jim Blandy.
1983 (gdb_test_multiple): Use gdb_internal_error_resync.
1984
1985 2003-11-19 Andrew Cagney <cagney@redhat.com>
1986
1987 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
1988 KFAIL.
1989
1990 2003-11-17 Mark Kettenis <kettenis@gnu.org>
1991
1992 New testcase for PR backtrace/1435.
1993 * gdb.arch/i386-unwind.exp: New file.
1994 * gdb.arch/i386-unwind.c: New file.
1995
1996 2003-11-17 Andrew Cagney <cagney@redhat.com>
1997
1998 * lib/gdb.exp (compiler_info): New global.
1999 (test_compiler_info): New function.
2000 (get_compiler_info): Set compiler_info.
2001 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
2002 "compiler_info" to gcc-<major>-<minor>.
2003
2004 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
2005
2006 * gdb.trace/configure: Remove.
2007
2008 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
2009
2010 * gdb.base/break.c: Add comments to aid finding line numbers for
2011 breakpoints.
2012 * gdb.base/break.exp: Remove all references to explicit line
2013 numbers.
2014
2015 2003-11-11 Nick Clifton <nickc@redhat.com>
2016
2017 * gdb.base/shreloc.exp: Do not run for targets which do not
2018 support shared objects.
2019
2020 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
2021
2022 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
2023 Don't run tests if nofileio flag is given.
2024
2025 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
2026
2027 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
2028 as well as 'Watchpoint'.
2029
2030 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
2031
2032 Reported by Jim Ingham <jingham@apple.com>:
2033 * gdb.base/annota1.exp: Match at least one occurrence of the
2034 signal handler annotation.
2035
2036 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
2037
2038 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
2039 as well as 'Watchpoint'.
2040
2041 2003-11-05 Michael Chastain <mec@shout.net>
2042
2043 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
2044
2045 2003-11-03 Kris Warkentin <kewarken@qnx.com>
2046
2047 * gdb.arch/gdb1291.c: New test file.
2048 * gdb.arch/gdb1291.exp: New test script.
2049 * gdb.arch/gdb1431.c: New test file.
2050 * gdb.arch/gdb1431.exp: New test script.
2051
2052 2003-10-22 Michael Chastain <mec@shout.net>
2053
2054 * gdb.mi/pthreads.c: Add copyright notice.
2055
2056 2003-10-22 Michael Chastain <mec@shout.net>
2057
2058 * gdb.threads/pthreads.c: Add copyright notice.
2059
2060 2003-10-20 Michael Chastain <mec@shout.net>
2061
2062 * gdb.base/gdb1056.exp: New test script.
2063
2064 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
2065
2066 * gdb.threads/killed.exp: Use gdb_run_cmd.
2067
2068 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
2069
2070 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
2071 create a core file.
2072 * gdb.threads/gcore-thread.exp: Likewise.
2073
2074 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
2075
2076 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
2077 type, based on char type.
2078 (struct bit_flags_short_t): New bitfield type, based on short type.
2079 (init_bit_flags_char): New fuction.
2080 (init_bit_flags_short): Ditto.
2081 (print_bit_flags_char): Ditto.
2082 (print_bit_flags_short): Ditto.
2083 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
2084
2085 2003-10-11 Michael Chastain <mec@shout.net>
2086
2087 * gdb.base/call-rt-st.exp: Update copyright year.
2088
2089 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
2090
2091 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
2092 * gdb.disasm/sh3.s: Ditto.
2093
2094 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
2095
2096 * gdb.threads/switch-threads.exp: New test.
2097 * gdb.threads/switch-threads.c: New source file.
2098
2099 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
2100
2101 * gdb.base/ending-run.exp: Add sh specific case.
2102
2103 2003-10-06 Andrew Cagney <cagney@redhat.com>
2104
2105 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
2106 * gdb.disasm/mn10200.exp: Delete obsolete file.
2107
2108 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
2109
2110 * ChangeLog: Correct an entry command.exp -> commands.exp.
2111 * gdb.base/commands.exp (bp_deleted_in_command_test)
2112 (temporary_breakpoint_commands): Check noargs.
2113
2114 2003-09-25 David Carlton <carlton@kealia.com>
2115
2116 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
2117 of some print tests, where appropriate. Add tests for C::D::cd,
2118 E::ce, F::cXfX, G::XgX.
2119 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
2120
2121 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
2122
2123 * lib/java.exp (java_init): Import target_alias before using it.
2124
2125 2003-09-25 David Carlton <carlton@kealia.com>
2126
2127 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
2128
2129 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
2130
2131 * gdb.base/selftest.exp: Accomodate more instruction reordering
2132 weirdness.
2133
2134 2003-09-17 Michael Chastain <mec@shout.net>
2135
2136 * gdb.cp/gdb1355.exp: New file.
2137 * gdb.cp/gdb1355.c: New file.
2138
2139 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
2140
2141 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
2142 * gdb.asm/sh.inc: New file.
2143
2144 2003-09-11 David Carlton <carlton@kealia.com>
2145
2146 * gdb.cp/namespace.exp: Add tests for namespace types.
2147 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
2148 (test_namespace): New.
2149
2150 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
2151
2152 * gdb.base/relocate.exp: Handle new gdb output at startup.
2153 * gdb.stabs/weird.exp: Ditto.
2154
2155 2003-09-08 Michael Chastain <mec@shout.net>
2156
2157 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
2158
2159 2003-09-07 Michael Chastain <mec@shout.net>
2160
2161 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
2162 'parse error'.
2163
2164 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
2165
2166 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
2167
2168 2003-08-30 Michael Chastain <mec@shout.net>
2169
2170 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
2171 * gdb.gdb/observer.exp: Ditto.
2172 * gdb.gdb/xfullpath.exp: Ditto.
2173
2174 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2175
2176 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
2177 *-*-*bsd*.
2178
2179 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
2180
2181 * gdb.base/dump.exp: Skip for ia64.
2182
2183 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2184
2185 * gdb.asm/asm-source.exp: Add ia64 support.
2186 * gdb.asm/ia64.inc: New file.
2187
2188 2003-08-22 Michael Chastain <mec@shout.net>
2189
2190 * gdb.cp: New directory.
2191 * gdb.cp/*: Copy from gdb.c++/*.
2192 * gdb.c++/*: Remove.
2193 * Makefile.in: Change gdb.c++ to gdb.cp.
2194 * configure.in: Ditto.
2195 * configure: Regnerate.
2196
2197 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2198
2199 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
2200 * gdb.arch/i386-prologue.c (gdb1338): Add function.
2201
2202 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2203
2204 * mi-var-display.exp (-var-list-children weird): Accept function
2205 pointers with argument types.
2206 * mi1-var-display.exp (-var-list-children weird): Likewise.
2207 * mi2-var-display.exp (-var-list-children weird): Likewise.
2208
2209 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2210
2211 * gdb.base/annota3.exp: Add missing newline.
2212
2213 2003-08-06 Michael Chastain <mec@shout.net>
2214
2215 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
2216
2217 2003-08-12 Michael Snyder <msnyder@redhat.com>
2218
2219 * gdb.base/float.exp: Add test for SH.
2220
2221 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2222
2223 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
2224
2225 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
2226
2227 * gdb.base/completion.exp: Remove reduntant completion test
2228 on filename.
2229
2230 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
2231
2232 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
2233 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
2234 gdb.trace/save-trace.exp: Make sure that full pathnames are
2235 escaped correctly.
2236
2237 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
2238
2239 * configure.in: Don't generate config.h from config.hin.
2240 * configure: Regenerate.
2241 * config.hin: Remove file.
2242 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
2243 * gdb.threads/pthreads.c: Ditto.
2244
2245 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
2246
2247 From Kei Sakamoto <sakamoto.kei@renesas.com>:
2248 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
2249 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
2250 Replace ld24 with seth/add3.
2251
2252 2003-08-02 Andrew Cagney <cagney@redhat.com>
2253
2254 * gdb.base/annota3.exp: New file.
2255 * gdb.base/annota3.c: New file.
2256 * gdb.c++/annota3.exp: New file.
2257 * gdb.c++/annota3.cc: New file.
2258
2259 2003-07-29 Michael Chastain <mec@shout.net>
2260
2261 * gdb.threads/tls.c (spin): Check errno only if sem_wait
2262 actually failed.
2263 (do_pass): Likewise.
2264 * gdb.threads/tls.exp: Always initialize no_of_threads.
2265
2266 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
2267
2268 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
2269 pattern.
2270 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
2271 * gdb.threads/tls.exp: Recognize one case of the host library not
2272 supporting TLS.
2273
2274 2003-07-27 Andrew Cagney <cagney@redhat.com>
2275
2276 * gdb.base/fileio.exp: Use SH when running commands using
2277 remote_exec.
2278
2279 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
2280
2281 From Kei Sakamoto <sakamoto.kei@renesas.com>:
2282 * gdb.base/relocate.c (dummy): New padding array.
2283
2284 2003-07-22 Michael Snyder <msnyder@redhat.com>
2285
2286 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
2287
2288 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
2289 patterns to be more general, accepting old and new output.
2290 Some output chars (such as '+') also must be quoted.
2291 Some addresses are displayed numerically instead of
2292 symbolically.
2293
2294 2003-07-23 Michael Snyder <msnyder@redhat.com>
2295
2296 * gdb.base/return2.exp: Don't test long-long return.
2297
2298 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
2299 * gdb.disasm/t01_mov.exp: Ditto.
2300 * gdb.disasm/t02_mova.s: Ditto.
2301 * gdb.disasm/t02_mova.exp: Ditto.
2302 * gdb.disasm/t03_add.s: Ditto.
2303 * gdb.disasm/t03_add.exp: Ditto.
2304 * gdb.disasm/t04_sub.s: Ditto.
2305 * gdb.disasm/t04_sub.exp: Ditto.
2306 * gdb.disasm/t05_cmp.s: Ditto.
2307 * gdb.disasm/t05_cmp.exp: Ditto.
2308 * gdb.disasm/t06_ari2.s: Ditto.
2309 * gdb.disasm/t06_ari2.exp: Ditto.
2310 * gdb.disasm/t07_ari3.s: Ditto.
2311 * gdb.disasm/t07_ari3.exp: Ditto.
2312 * gdb.disasm/t08_or.s: Ditto.
2313 * gdb.disasm/t08_or.exp: Ditto.
2314 * gdb.disasm/t09_xor.s: Ditto.
2315 * gdb.disasm/t09_xor.exp: Ditto.
2316 * gdb.disasm/t10_and.s: Ditto.
2317 * gdb.disasm/t10_and.exp: Ditto.
2318 * gdb.disasm/t11_logs.s: Ditto.
2319 * gdb.disasm/t11_logs.exp: Ditto.
2320 * gdb.disasm/t12_bit.s: Ditto.
2321 * gdb.disasm/t12_bit.exp: Ditto.
2322 * gdb.disasm/t13_otr.s: Ditto.
2323 * gdb.disasm/t13_otr.exp: Ditto.
2324
2325 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
2326
2327 * gdb.threads/tls.exp :Add kfail for 'info address' case.
2328
2329 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
2330
2331 * gdb.threads/tls.c : New file.
2332 * gdb.threads/tls.exp : New file.
2333 * gdb.threads/tls-main.c : New file.
2334 * gdb.threads/tls-shared.c : New file.
2335 * gdb.threads/tls-shared.exp : New file.
2336
2337 2003-07-22 Andreas Schwab <schwab@suse.de>
2338
2339 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
2340
2341 2003-07-20 Andreas Schwab <schwab@suse.de>
2342
2343 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
2344 due to insn reordering.
2345
2346 2003-07-15 Andrew Cagney <cagney@redhat.com>
2347
2348 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
2349
2350 2003-07-15 Michael Chastain <mec@shout.net>
2351
2352 * gdb.base/gdb1250.exp: New file.
2353 * gdb.base/gdb1250.c: New file.
2354
2355 2003-07-09 Michal Ludvig <mludvig@suse.cz>
2356
2357 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
2358 expansion of size_t to 'unsigned long', not only to 'unsigned'.
2359
2360 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
2361
2362 * gdb.threads/tls.c: New file.
2363 * gdb.threads/tls.exp: New file.
2364 * gdb.threads/tls-main.c: New file.
2365 * gdb.threads/tls-shared.c: New file.
2366 * gdb.threads/tls-shared.exp: New file.
2367
2368 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
2369
2370 * gdb.base/annota1.exp: Make sure that we properly escape the
2371 full path of the source file. Xfail more permissive patterns,
2372 due to a compiler debug info problem.
2373
2374 2003-07-07 Andreas Schwab <schwab@suse.de>
2375
2376 * gdb.asm/m68k.inc: New file.
2377 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
2378
2379 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
2380 arguments"): Also match negative number.
2381
2382 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
2383
2384 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
2385
2386 * gdb.base/store.c (charest): New typedef.
2387 (add_char): Rename to add_charest, update.
2388 (wack_char): Rename to wack_charest, update types. Return l + r
2389 to keep r live across the call.
2390 (wack_short, wack_int, wack_long, wack_longest, wack_float)
2391 (wack_double, wack_doublest): Return l + r to keep r live across
2392 the call.
2393 * gdb.base/store.exp: Accomodate store.c changes.
2394
2395 2003-06-30 David Carlton <carlton@kealia.com>
2396
2397 * gdb.c++/maint.exp (test_invalid_name): New.
2398 (test_first_component): Add tests for invalid names.
2399
2400 2003-06-29 Michael Chastain <mec@shout.net>
2401
2402 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
2403 output of '<VTT for class>' for virtual base classes.
2404
2405 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
2406
2407 * gdb.base/completion.exp: Tab-complete "complet" instead of
2408 "compl".
2409 * gdb.base/complex.exp, gdb.base/complex.c: New files.
2410
2411 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
2412
2413 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
2414 * gdb.base/volatile.exp: Likewise.
2415
2416 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
2417
2418 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
2419 gdb/1265.
2420
2421 2003-06-28 Michael Chastain <mec@shout.net>
2422 Daniel Jacobowitz <drow@mvista.com>
2423
2424 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
2425 initial line count of 'captured_main' from 26 to 32.
2426 (test_with_self): Allow xmalloc call to be interleaved with the
2427 preceding two lines.
2428
2429 2003-06-24 Joel Brobecker <brobecker@gnat.com>
2430
2431 * gdb.base/bang.exp: New testcase.
2432
2433 2003-06-23 Joel Brobecker <brobecker@gnat.com>
2434
2435 * gdb.base/langs.exp: Add some tests for the "minimal" language
2436 support.
2437
2438 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
2439
2440 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
2441 the testcase.
2442
2443 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
2444
2445 * gdb.base/relocate.exp: Test add-symbol-file with a variable
2446 offset.
2447
2448 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
2449
2450 * gdb.c++/pr-1210.cc: New file.
2451 * gdb.c++/pr-1210.exp: New file.
2452
2453 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
2454
2455 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
2456 000-exec-continue.
2457
2458 2003-06-15 Mark Kettenis <kettenis@gnu.org>
2459
2460 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
2461 on *-*-*bsd* instead of *-*-freebsd*.
2462
2463 2003-06-14 Andrew Cagney <cagney@redhat.com>
2464
2465 * gdb.base/store.exp: Test longest and doublest. Test all
2466 parameters. Weaken return statement match.
2467 * gdb.base/store.c: Add longest and doublest - aka long long and
2468 long double functions. Put all parameters into local register
2469 variables. Use negative values.
2470
2471 2003-06-14 Andrew Cagney <cagney@redhat.com>
2472
2473 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
2474 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
2475 exit status.
2476 * gdb.base/fileio.exp: Disable target when nointerrupts and
2477 noinferiorio, instead of limiting it to remote. Use remote_exec
2478 instead of system.
2479
2480 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
2481
2482 * gdb.base/float.exp: Add ia64 support.
2483
2484 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
2485
2486 * gdb.base/fileio.exp: Run only on remote targets.
2487
2488 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
2489
2490 * gdb.base/fileio.c: New file, testing File-I/O.
2491 * gdb.base/fileio.exp: Ditto.
2492
2493 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
2494
2495 * gdb.base/shreloc.exp: New file, check symbol values obtained from
2496 shared objects after relocation at load time (gdb PR/1132).
2497 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
2498 as above, part of the shared object relocation test.
2499
2500 2003-06-08 Mark Kettenis <kettenis@gnu.org>
2501
2502 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
2503 fully filled history list.
2504 * gdb.base/gdb_history: New file.
2505
2506 * gdb.base/signals.exp: XFAIL "continue to func1" on
2507 i*86-*-freebsd*.
2508
2509 * gdb.base/attach.exp: When trying to attach to a nonexistent
2510 process, make it possible to specify the PID based on the target,
2511 and do so for *-*-freebsd*.
2512
2513 2003-06-02 Richard Henderson <rth@redhat.com>
2514
2515 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
2516
2517 2003-06-02 Richard Henderson <rth@redhat.com>
2518
2519 * gdb.base/selftest.exp: Next over lim_at_start initialization.
2520
2521 2003-06-02 Richard Henderson <rth@redhat.com>
2522
2523 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
2524
2525 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
2526
2527 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
2528 of globalvar.
2529
2530 2003-06-01 Mark Kettenis <kettenis@gnu.org>
2531
2532 * gdb.asm/asm-source.exp: Check for memory read errors in
2533 disassembler test on *BSD too.
2534
2535 2003-06-01 Richard Henderson <rth@redhat.com>
2536
2537 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
2538 for .frame.
2539 (gdbasm_call): Lose ldgp.
2540 (gdbasm_startup): Add frame information.
2541 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
2542
2543 2003-05-31 Mark Kettenis <kettenis@gnu.org>
2544
2545 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
2546 i?86-*-*.
2547
2548 2003-05-30 Mark Kettenis <kettenis@gnu.org>
2549
2550 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
2551 FreeBSD.
2552
2553 2003-05-29 Richard Henderson <rth@redhat.com>
2554
2555 * gdb.asm/alpha.inc: New file.
2556 * gdb.asm/asm-source.exp: Use it.
2557
2558 2003-05-29 Jim Blandy <jimb@redhat.com>
2559
2560 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
2561 'core.PID'.
2562
2563 2003-05-22 Jim Blandy <jimb@redhat.com>
2564
2565 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
2566 backtrace.
2567
2568 2003-05-20 David Carlton <carlton@math.stanford.edu>
2569
2570 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
2571 this time.
2572
2573 2003-05-19 David Carlton <carlton@bactrian.org>
2574
2575 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
2576 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
2577
2578 2003-05-19 David Carlton <carlton@bactrian.org>
2579
2580 * gdb.c++/namespace.exp: Add namespace scope and anonymous
2581 namespace tests.
2582 Bump copyright date.
2583 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
2584 (main): Call C::D::marker2.
2585 * gdb.c++/namespace1.cc: New file.
2586
2587 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
2588
2589 Roland McGrath <roland@redhat.com>
2590 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
2591 there is no manager thread.
2592
2593 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
2594
2595 * gdb.threads/schedlock.exp: Remove assumption that all threads
2596 will run in a particular small time slice. Also ensure we break
2597 in one of the child threads rather than the main thread.
2598
2599 2003-05-07 Jim Blandy <jimb@redhat.com>
2600
2601 Add support for assembly source testing on the s390x.
2602 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
2603 architecture.
2604 * gdb.asm/s390x.inc: New file.
2605
2606 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
2607 succession of 'if' statements.
2608
2609 2003-05-05 Andrew Cagney <cagney@redhat.com>
2610
2611 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
2612
2613 2003-05-05 Andrew Cagney <cagney@redhat.com>
2614
2615 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
2616 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
2617
2618 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
2619
2620 * gdb.base/charset.exp: Update based on new behavior of set/show
2621 charset commands.
2622
2623 2003-05-01 Andrew Cagney <cagney@redhat.com>
2624
2625 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
2626 variable do not give memory errors.
2627
2628 2003-04-30 Adam Fedor <fedor@gnu.org>
2629
2630 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
2631 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
2632 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
2633 gdb.objc/basicclass.m: : New files
2634
2635 * lib/gdb.exp (gdb_compile_objc): New procedure.
2636
2637 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
2638
2639 * gdb.base/signals.exp: Make backtrace tests more specific.
2640
2641 2003-04-23 David Carlton <carlton@bactrian.org>
2642
2643 * gdb.c++/maint.exp (test_first_component): Add tests for
2644 'operator' in more locations.
2645
2646 2003-04-16 Kevin Buettner <kevinb@redhat.com>
2647
2648 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
2649
2650 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
2651
2652 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
2653 func marke' instead. Update test name.
2654
2655 2003-04-15 David Carlton <carlton@math.stanford.edu>
2656
2657 * gdb.c++/maint.exp: New file.
2658
2659 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
2660
2661 * gdb.threads/schedlock.c: Change type of thread function argument
2662 to long, to avoid warnings on 64-bit platforms.
2663
2664 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
2665
2666 * gdb.base/attach.exp: Add new message from ptrace in case of
2667 attaching to nonexistent process.
2668
2669 2003-04-11 Jim Blandy <jimb@redhat.com>
2670
2671 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
2672 gdb.c++/userdef.cc: Place comments on the lines to which the
2673 marker function might return.
2674 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
2675 gdb.c++/userdef.exp: Look for those comments to check that we've
2676 returned to the right place, instead of checking line numbers.
2677
2678 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
2679
2680 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
2681 match on sourcefile name, instead of directory name.
2682
2683 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
2684
2685 * gdb.base/completion.exp: Use string_to_regexp to match the
2686 working directory name.
2687
2688 2003-04-09 Jim Blandy <jimb@redhat.com>
2689
2690 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
2691 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
2692 after an inferior function call, report the failure, but allow the
2693 test to continue.
2694
2695 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
2696
2697 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
2698 with -DPROTOTYPES.
2699
2700 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
2701
2702 * gdb.base/break.exp: Revert last patch.
2703
2704 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
2705
2706 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
2707 with -DPROTOTYPES.
2708
2709 2003-04-02 Andrew Cagney <cagney@redhat.com>
2710
2711 * gdb.base/callfuncs.exp: Make "print add" messages unique.
2712 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
2713 matching directories by the name breakpoint.
2714 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
2715 Make "continue to marker1" consistent.
2716 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
2717 message consistent.
2718 * lib/gdb.exp: Put "the program is no longer running", and "the
2719 program exited" in parenthesis.
2720 * lib/mi-support.exp: Ditto.
2721
2722 2003-04-02 Bob Rossi <bob_rossi@cox.net>
2723
2724 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
2725
2726 2003-03-29 Andrew Cagney <cagney@redhat.com>
2727
2728 * gdb.base/sizeof.c (main): Print the value of '\377'.
2729 * gdb.base/sizeof.exp: Check the sign of '\377'.
2730
2731 2003-03-27 Michael Chastain <mec@shout.net>
2732
2733 * gdb.base/gdb1090.exp: New file.
2734 * gdb.base/gdb1090.cc: New file.
2735
2736 2003-03-27 J. Brobecker <brobecker@gnat.com>
2737
2738 * gdb.gdb/observer.exp: New regression test.
2739
2740 2003-03-27 Michael Chastain <mec@shout.net>
2741
2742 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
2743 * gdb.base/ptype.exp: Likewise.
2744
2745 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
2746
2747 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
2748
2749 2003-03-26 Michael Chastain <mec@shout.net>
2750
2751 * gdb.base/ptype.exp: Actually use some typedef'd types.
2752
2753 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
2754
2755 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
2756 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
2757
2758 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
2759
2760 * gdb.base/default.exp: Fix regular expression.
2761
2762 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
2763
2764 * gdb.base/args.exp: Fix regular expression.
2765
2766 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
2767
2768 * gdb.base/help.exp: Allow Win32 child process.
2769
2770 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
2771
2772 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
2773 when stepping out of main().
2774
2775 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
2776
2777 * gdb.base/default.exp: Check for win32 specific message when calling
2778 "run" without executable.
2779
2780 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
2781
2782 * gdb.base/args.exp: Expect .exe in output.
2783
2784 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
2785
2786 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
2787 Cygwin native.
2788
2789 2003-03-17 Andrew Cagney <cagney@redhat.com>
2790
2791 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
2792 vector registes.
2793 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
2794 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
2795
2796 2003-03-17 David Carlton <carlton@math.stanford.edu>
2797
2798 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
2799 test, for PR breakpoints/38.
2800 Call test_watchpoint_and_breakpoint.
2801 * gdb.base/watchpoint.c (func3): New function.
2802 (main): Call func3.
2803
2804 2003-03-04 David Carlton <carlton@math.stanford.edu>
2805
2806 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
2807 Garply<Garply<char> >:: garply".
2808 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
2809 with respect to PR c++/1111; note also PR c++/1113.
2810 (test_template_breakpoints): KFAIL "constructor breakpoint" with
2811 respect to PR c++/1062.
2812 KFAIL "destructor breakpoint" with respect to PR c++/1112.
2813
2814 2003-03-03 David Carlton <carlton@math.stanford.edu>
2815
2816 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
2817 with respect to PR c++/57.
2818 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
2819 c++/826.
2820 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
2821 respect to PR c++/57.
2822
2823 2003-03-03 David Carlton <carlton@math.stanford.edu>
2824
2825 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
2826 respect to PR c++/33 into FAILs.
2827
2828 2003-03-03 Michael Chastain <mec@shout.net>
2829
2830 * configure.in: Update copyright years.
2831
2832 2003-03-03 Michael Chastain <mec@shout.net>
2833
2834 * Makefile.in: Update copyright years.
2835
2836 2003-02-28 David Carlton <carlton@math.stanford.edu>
2837
2838 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
2839 print class instead of struct and/or superfluous protection
2840 specifiers, as long as the resulting output is equivalent to the
2841 source code.
2842 Delete FIXME from end of messages on tests that don't need
2843 fixing.
2844
2845 2003-02-28 David Carlton <carlton@math.stanford.edu>
2846
2847 * gdb.c++/templates.exp (do_tests): Allow const in the two
2848 Foo<volatile char *>::foo tests.
2849
2850 2003-02-27 Michael Snyder <msnyder@redhat.com>
2851
2852 * gdb.base/restore.c (main): Return zero, so exit code
2853 will be consistant.
2854
2855 2003-02-26 David Carlton <carlton@math.stanford.edu>
2856
2857 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
2858 char *>::foo" test with respect to PR c++/33. Create a new test
2859 which is identical to that one except that it doesn't put the
2860 space between the "char" and the "*"; KFAIL it, too.
2861
2862 2003-02-26 David Carlton <carlton@math.stanford.edu>
2863
2864 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
2865 template types into either PASSes or KFAILs (corresponding to PR
2866 c++/57). Tweak indentation. Update copyright.
2867
2868 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
2869
2870 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
2871
2872 2003-02-13 Michael Chastain <mec@shout.net>
2873
2874 * gdb.base/exprs.exp: Remove i960 remnants.
2875 * gdb.base/funcargs.exp: Likewise.
2876 * gdb.base/list.exp: Likewise.
2877 * gdb.base/ptype.exp: Likewise.
2878
2879 2003-02-14 David Carlton <carlton@math.stanford.edu>
2880
2881 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
2882 pEe->D::vg()" from XFAIL to KFAIL.
2883
2884 2003-02-13 Jason Molenda (jmolenda@apple.com)
2885
2886 * gdb.base/maint.exp: Update maint print statistics regexp to include
2887 new entries.
2888
2889 2003-02-13 Michael Chastain <mec@shout.net>
2890
2891 * gdb.c++/inherit.exp: Remove call to get_debug_format.
2892
2893 2003-02-12 Michael Chastain <mec@shout.net>
2894
2895 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
2896 * gdb.c++/inherit.exp: Likewise.
2897 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
2898 * gdb.c++/templates.exp: Likewise.
2899 * gdb.c++/virtfunc.exp: Likewise.
2900
2901 2003-02-06 Jason Molenda (jason-cl@molenda.com)
2902
2903 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
2904 why the code is written that way.
2905
2906 2003-02-05 Michael Chastain <mec@shout.net>
2907
2908 * gdb.base/dump.exp: Add missing copyright line.
2909
2910 2003-02-05 Jason Molenda (jason-cl@molenda.com)
2911
2912 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
2913 at the beginning so the breakpoint doesn't get set on the loop.
2914
2915 2003-02-05 Michael Chastain <mec@shout.net>
2916
2917 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
2918 output for configurations with gcc 2.95.3.
2919
2920 2003-02-05 Keith Seitz <keiths@redhat.com>
2921 Andrew Cagney <ac131313@redhat.com>
2922
2923 * gdb.mi/mi-cli.exp: New file.
2924
2925 2003-02-04 Michael Chastain <mec@shout.net>
2926
2927 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
2928 Call perror and then continue.
2929
2930 2003-02-03 Michael Chastain <mec@shout.net>
2931
2932 * gdb.c++/pr-1023.cc: New file.
2933 * gdb.c++/pr-1023.exp: New file.
2934
2935 2003-02-05 Jim Blandy <jimb@redhat.com>
2936
2937 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
2938 it's local to foobar. Check for it there, and check that it's not
2939 present in main.
2940 * gdb.c++/local.cc (marker2): New function.
2941 (foobar): Call marker1.
2942 (main): Call marker2 instead of marker1.
2943
2944 2003-02-04 Andrew Cagney <ac131313@redhat.com>
2945
2946 * gdb.disasm/mn10200.exp: Obsolete file.
2947 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
2948 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
2949 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
2950
2951 2003-02-04 David Carlton <carlton@math.stanford.edu>
2952
2953 * gdb.c++/overload.exp: Test intToChar(1).
2954 * gdb.c++/overload.cc (intToChar): New.
2955 (main): Call intToChar.
2956
2957 2003-02-03 David Carlton <carlton@math.stanford.edu>
2958
2959 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
2960 'might_kfail' arg.
2961 KFAIL some of the continue_to_bp_overloaded calls, according to
2962 PR c++/1025.
2963
2964 2003-02-01 Michael Chastain <mec@shout.net>
2965
2966 * gdb.base/advance.c (marker1): New marker function.
2967 * gdb.base/advance.exp: When the 'advance' command lands on the
2968 return breakpoint, it can legitimately stop on either the
2969 current line or the next line. Accommodate both outcomes.
2970 * gdb.base/until.exp: Likewise.
2971
2972 2003-02-02 Andrew Cagney <ac131313@redhat.com>
2973
2974 2002-11-10 Jason Molenda (jason-cl@molenda.com):
2975 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
2976 now a list, not a tuple.
2977 * gdb.mi/mi-var-display.exp: Ditto.
2978 * gdb.mi/gdb792.exp: Ditto.
2979
2980 2003-02-01 Andrew Cagney <ac131313@redhat.com>
2981
2982 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
2983 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
2984 stack backtraces.
2985 * gdb.mi/mi-syn-frame.c: Part of same.
2986
2987 2003-02-01 Mark Kettenis <kettenis@gnu.org>
2988
2989 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
2990 gdb.mi/mi1-pthreads.exp: Return instead of calling
2991 gdb_suppress_entire_file.
2992
2993 2003-02-01 Mark Salter <msalter@redhat.com>
2994
2995 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
2996
2997 2003-01-31 Mark Salter <msalter@redhat.com>
2998
2999 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
3000 Support empty arg.
3001
3002 2003-01-30 Michael Chastain <mec@shout.net>
3003
3004 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
3005 This was a workaround for a UTF-8 bug in readline 4.3. The bug
3006 has been fixed in gdb/readline on 2003-01-09.
3007
3008 2003-01-29 Michael Snyder <msnyder@redhat.com>
3009
3010 * gdb.base/maint.exp: Allow for leading underscore in symbol.
3011 * gdb.base/display.exp: Allow for leading underscore in symbol.
3012 * gdb.base/args.exp: Skip if target does not support args passing.
3013
3014 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
3015
3016 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
3017 gdb_test. Accept a list of expect arguments as the third
3018 parameter.
3019 (gdb_test): Use it.
3020
3021 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
3022
3023 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
3024 allow for different test tree configurations. Update some
3025 tescases accordingly.
3026 * gdb.arch/altivec-regs.exp: Ditto.
3027 * gdb.asm/asm-source.exp: Ditto.
3028 * gdb.base/advance.exp: Ditto.
3029 * gdb.base/display.exp: Ditto.
3030 * gdb.base/long_long.exp: Ditto.
3031 * gdb.base/mips_pro.exp: Ditto.
3032 * gdb.base/overlays.exp: Ditto.
3033 * gdb.base/relocate.exp: Ditto.
3034 * gdb.base/setshow.exp: Ditto.
3035 * gdb.base/step-line.exp: Ditto.
3036 * gdb.base/step-test.exp: Ditto.
3037 * gdb.base/until.exp: Ditto.
3038 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
3039
3040 2003-01-17 David Carlton <carlton@math.stanford.edu>
3041
3042 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
3043 corresponding to PR c++/945.
3044 Update copyright.
3045
3046 2003-01-17 David Carlton <carlton@math.stanford.edu>
3047
3048 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
3049 corresponding to PR c++/68.
3050
3051 2003-01-17 David Carlton <carlton@math.stanford.edu>
3052
3053 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
3054 (test_paddr_hairy_functions): Call print_addr_2_kfail for
3055 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
3056
3057 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
3058
3059 * gdb.base/break.exp: Fix change of default location, because of
3060 removal of until tests.
3061 * gdb.base/help.exp: Update test for new 'until' help message.
3062 Add test for help on 'advance'.
3063 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
3064
3065 2003-01-15 Mark Kettenis <kettenis@gnu.org>
3066
3067 * gdb.base/default.exp: Adapt "info float" test for recent changes
3068 to that command. Add test for "info vector".
3069 * gdb.base/float.exp: New file. Add test for "info float" that
3070 resembles the old test in gdb.base/default.exp.
3071
3072 2003-01-15 David Carlton <carlton@math.stanford.edu>
3073
3074 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
3075
3076 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
3077
3078 * gdb.base/break.exp: Move the tests of until command from here...
3079 * gdb.base/until.exp: ... to here. New file. Add other tests.
3080 * gdb.base/advance.c: New file.
3081 * gdb.base/advance.exp: New file.
3082
3083 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
3084
3085 * gdb.base/args.c: New file.
3086 * gdb.base/args.exp: New file.
3087
3088 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
3089
3090 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
3091
3092 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
3093
3094 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
3095
3096 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
3097
3098 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
3099 dates.
3100
3101 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3102
3103 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
3104
3105 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3106
3107 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
3108 (ptype &*"foo").
3109 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
3110
3111 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
3112
3113 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
3114 * gdb.mi/mi1-console.exp: Likewise.
3115
3116 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
3117
3118 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
3119 * gdb.mi/mi1-console.exp: Likewise.
3120
3121 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3122
3123 * gdb.c++/overload.exp: Remove some fixed XFAILs.
3124
3125 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
3126
3127 * gdb.base/detach.exp: New test.
3128
3129 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
3130
3131 * Makefile.in (ALL_SUBDIRS): New variable.
3132 (subdirs, clean, distclean): Use it.
3133 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
3134 regenerating Makefile, since it is generated from the top level.
3135 * gdb.asm/Makefile.in: Likewise.
3136 * gdb.base/Makefile.in: Likewise.
3137 * gdb.c++/Makefile.in: Likewise.
3138 * gdb.disasm/Makefile.in: Likewise.
3139 * gdb.java/Makefile.in: Likewise.
3140 * gdb.mi/Makefile.in: Likewise.
3141 * gdb.threads/Makefile.in: Likewise.
3142 * gdb.trace/Makefile.in: Likewise.
3143
3144 2003-01-09 David Carlton <carlton@math.stanford.edu>
3145
3146 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
3147 Add copyright year 2003.
3148
3149 2003-01-06 Michael Chastain <mec@shout.net>
3150
3151 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
3152 When selecting a thread, 'line' and 'file' are optional.
3153 * gdb.mi/mi1-pthreads.exp: Likewise.
3154
3155 2003-01-06 Andreas Schwab <schwab@suse.de>
3156
3157 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
3158 failures.
3159
3160 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3161
3162 Fix PR gdb/844
3163 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
3164 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
3165
3166 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
3167 instead of calling gdb_suppress_entire_file.
3168 * gdb.threads/print-threads.exp: Likewise.
3169 * gdb.threads/schedlock.exp: Likewise.
3170
3171 * gdb.threads/killed.exp: Return instead of calling
3172 gdb_suppress_entire_file.
3173 * gdb.threads/linux-dp.exp: Likewise.
3174 * gdb.threads/pthreads.exp: Likewise.
3175
3176 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3177
3178 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
3179 stabs.
3180 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
3181 * gdb.base/whatis.exp: Always allow (void) after function names.
3182
3183 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3184
3185 * gdb.c++/casts.exp: Correct regexp.
3186
3187 2003-01-04 Mark Kettenis <kettenis@gnu.org>
3188
3189 * configure.in: Call AC_CONFIG_HEADER. Don't call
3190 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
3191 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
3192 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
3193 aforementioned directories in the AC_OUPUT call.
3194 * config.hin: New file.
3195 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
3196 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
3197 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
3198 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
3199 pass -I$objdir instead of -I$objdir/$subdir in compilation.
3200 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
3201 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
3202 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
3203 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
3204 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
3205 gdb.threads/configure.in, gdb.threads/configure,
3206 gdb.threads/config.in, gdb.trace/configure.in,
3207 gdb.trace/configure: Removed.
3208
3209 2003-01-03 Michael Chastain <mec@shout.net>
3210
3211 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
3212 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
3213
3214 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
3215
3216 * gdb.base/store.exp: Fix regular expressions.
3217
3218 2002-12-28 Mark Kettenis <kettenis@gnu.org>
3219
3220 * configure.in: Rewrite.
3221 * configure: Regenerated.
3222
3223 2003-01-03 David Carlton <carlton@math.stanford.edu>
3224
3225 * gdb.base/psymtab.exp: New file.
3226 * gdb.base/psymtab1.c: Ditto.
3227 * gdb.base/psymtab2.c: Ditto.
3228
3229 2002-12-23 Adam Fedor <fedor@gnu.org>
3230
3231 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
3232
3233 2002-12-23 David Carlton <carlton@math.stanford.edu>
3234
3235 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
3236 and current_directory initialization.
3237
3238 2002-12-22 Jim Blandy <jimb@redhat.com>
3239
3240 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
3241 rather than as part of the output file name.
3242
3243 * gdb.base/attach.exp: There's no need to copy the test program to
3244 /tmp; that was only ever necessary on HP/UX, and this test is
3245 entirely disabled there anyway.
3246
3247 2002-12-21 Jim Blandy <jimb@redhat.com>
3248
3249 * gdb.c++/psmang.exp: Doc fix.
3250
3251 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
3252 test.
3253
3254 2002-12-20 David Carlton <carlton@math.stanford.edu>
3255
3256 * gdb.c++/annota2.exp: KFAIL annotate-quit.
3257
3258 2002-12-18 Michael Chastain <mec@shout.net>
3259
3260 * gdb.c++/annota2.exp: Add copyright year 2002.
3261
3262 2002-12-17 David Carlton <carlton@math.stanford.edu>
3263
3264 * gdb.c++/try_catch.cc: Add marker comments.
3265 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
3266 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
3267 * gdb.c++/m-static.cc: Ditto.
3268 * gdb.c++/m-static1.cc: Ditto.
3269 * gdb.c++/try_catch.cc: Ditto.
3270
3271 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
3272
3273 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
3274 to see whether we are using the new -environment-directory
3275 command which resets via -r or the old version of the command
3276 which may prompt the user. Part of fix for gdb/741.
3277
3278 2002-12-13 Andrew Cagney <ac131313@redhat.com>
3279
3280 * gdb.fortran/types.exp: Update obsolete comment.
3281 * gdb.fortran/exprs.exp: Ditto.
3282 * lib/gdb.exp: Delete obsolete code.
3283 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
3284 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
3285 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
3286 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
3287 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
3288 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
3289 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
3290 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
3291 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
3292 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
3293 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
3294 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
3295 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
3296 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
3297 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
3298 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
3299 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
3300 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
3301 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
3302 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
3303 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
3304 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
3305 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
3306 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
3307 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
3308 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
3309 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
3310 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
3311 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
3312 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
3313 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
3314 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
3315 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
3316 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
3317 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
3318 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
3319 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
3320
3321 2002-12-11 David Carlton <carlton@math.stanford.edu>
3322
3323 * gdb.c++/m-data.exp: Add test for members that shadow global
3324 variables: see PR gdb/804.
3325 * gdb.c++/m-data.cc: Ditto.
3326
3327 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
3328
3329 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
3330
3331 2002-12-06 David Carlton <carlton@math.stanford.edu>
3332
3333 * gdb.base/store.c: Don't declare functions static.
3334
3335 2002-12-04 Andrew Cagney <ac131313@redhat.com>
3336
3337 * gdb.base/store.exp, gdb.base/store.c: New files.
3338
3339 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
3340
3341 * gdb.base/selftest.exp: Update for current gdb.
3342
3343 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
3344
3345 * gdb.base/maint.exp: Only dump symbols from one source file
3346 or objfile.
3347
3348 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
3349
3350 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
3351 function call.
3352
3353 2002-11-25 Jim Blandy <jimb@redhat.com>
3354
3355 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
3356 function appearing in error message.
3357
3358 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
3359
3360 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
3361
3362 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
3363
3364 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
3365 for mi1 and current mi is in correct format. New mi startup message
3366 should be in mi console format. This is part of fix for PR gdb/604.
3367
3368 2002-09-18 Fernando Nasser <fnasser@redhat.com>
3369
3370 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
3371 which explicitly prints the zero offset as "+0".
3372
3373 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
3374
3375 * gdb.threads/schedlock.c (args): Make unsigned.
3376
3377 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
3378
3379 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
3380 numbers. Allow "foo2|selected stack frame".
3381 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
3382 * gdb.asm/asmsrc2.s: Likewise.
3383 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
3384 comments.
3385 * gdb.asm/mips.inc: New file.
3386
3387 2002-10-18 Adam Fedor <fedor@gnu.org>
3388
3389 * gdb.base/default.exp: Update expected output to include 'ObjC'.
3390 * gdb.base/help.exp: Likewise.
3391
3392 2002-10-17 Kevin Buettner <kevinb@redhat.com>
3393
3394 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
3395 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
3396
3397 2002-10-02 Jim Blandy <jimb@redhat.com>
3398
3399 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
3400
3401 2002-10-01 Andrew Cagney <ac131313@redhat.com>
3402
3403 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
3404 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
3405 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
3406 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
3407 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
3408 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
3409 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
3410
3411 2002-09-29 Andrew Cagney <ac131313@redhat.com>
3412
3413 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
3414 * mi0-disassemble.exp, mi0-eval.exp: Delete.
3415 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
3416 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
3417 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
3418 * mi0-var-block.exp, mi0-var-child.exp: Delete.
3419 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
3420
3421 2002-09-27 Kevin Buettner <kevinb@redhat.com>
3422
3423 * gdb.base/annota1.exp (info break): Make directory components of
3424 path optional since not all compilers emit this debug information.
3425
3426 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
3427 step ends up stepping out of the function instead of stopping on
3428 the epilogue.
3429
3430 2002-09-26 Keith Seitz <keiths@redhat.com>
3431
3432 * lib/insight-support.exp (gdbtk_start): Figure out where
3433 the insight executable is based on where gdb is. Use this
3434 executable to start insight instead of gdb.
3435
3436 2002-09-25 Andrew Cagney <cagney@redhat.com>
3437
3438 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
3439
3440 2002-09-24 Andrew Cagney <ac131313@redhat.com>
3441
3442 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
3443 test_isolated_complaints.
3444 (test_empty_complaint): New function.
3445 (test_empty_complaints): New function. Check no output when no
3446 complaints.
3447
3448 2002-09-19 Jim Blandy <jimb@redhat.com>
3449
3450 * gdb.base/charset.exp, gdb.base/charset.c: New files.
3451
3452 2002-09-19 Andrew Cagney <ac131313@redhat.com>
3453
3454 * gdb.gdb/complaints.exp: New file.
3455
3456 2002-09-18 Andrew Cagney <ac131313@redhat.com>
3457
3458 * gdb.base/maint.exp: Check `help maint internal-warning'.
3459
3460 2002-09-18 David Carlton <carlton@math.stanford.edu>
3461
3462 * gdb.c++/m-static.exp: Remove breakpoints depending on line
3463 numbers, and replace them by a single breakpoint after the
3464 constructors are all finished.
3465 Add test 4.
3466 * gdb.c++/m-static.cc: Add test 4.
3467 * gdb.c++/m-static.h: New file.
3468 * gdb.c++/m-static1.cc: New file.
3469
3470 * gdb.c++/printmethod.exp: New file.
3471 * gdb.c++/printmethod.cc: New file.
3472
3473 * gdb.c++/pr-574.exp: New file.
3474 * gdb.c++/pr-574.cc: New file.
3475
3476 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
3477
3478 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
3479 embedded targets which never actually exit.
3480
3481 2002-09-18 Fernando Nasser <fnasser@redhat.com>
3482
3483 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
3484 "don't step after run" as unresolved or unsupported, instead of xfail.
3485
3486 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
3487
3488 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
3489 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
3490 Add newline to expected string in "step out of main (status wrapper)"
3491 case.
3492
3493 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
3494
3495 * lib/gdb.exp (rerun_to_main): Allow restarting application.
3496 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
3497
3498 2002-09-17 Tom Tromey <tromey@redhat.com>
3499
3500 * gdb.base/printcmds.exp (test_print_string_constants): Expect
3501 \000, not \0, in double-quoted string.
3502
3503 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
3504
3505 * gdb.base/commands.exp: Don't expect a "Program exited normally"
3506 string after running the commands execution on breakpoint tests.
3507
3508 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
3509
3510 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
3511
3512 2002-09-12 Joel Brobecker <brobecker@gnat.com>
3513
3514 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
3515
3516 2002-09-10 Keith Seitz <keiths@redhat.com>
3517
3518 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
3519 runto proc.
3520 (mi_run_to_main): Use mi_runto.
3521 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
3522
3523 2002-09-10 Keith Seitz <keiths@redhat.com>
3524
3525 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
3526 regexp for stopping at main. Could have multiple event notifications.
3527 Don't assume that main was declared with no parameters.
3528 (mi_next): Use mi_step_to.
3529 (mi_step): Use mi_next_to.
3530
3531 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
3532
3533 * gdb.base/default.exp: Fix expected string in `info float' test.
3534
3535 2002-09-09 Ben Elliston <bje@redhat.com>
3536
3537 * config/mips.exp: Update comments.
3538 * config/mips-idt.exp: Likewise.
3539 * config/nind.exp: Likewise.
3540 * config/slite.exp: Likewise.
3541 * config/sparclet.exp: Likewise.
3542 * config/udi.exp: Likewise.
3543 * config/vx.exp: Likewise.
3544 * config/vxworks29k.exp: Likewise.
3545
3546 2002-09-05 Jim Blandy <jimb@redhat.com>
3547
3548 * gdb.threads/killed.exp: Fix test failure message.
3549
3550 2002-09-04 Keith Seitz <keiths@redhat.com>
3551
3552 * lib/mi-support.exp: Update copyright.
3553 (mi_gdb_test): Increase the priority of the expected pattern
3554 so that it matches gdb_test.
3555
3556 2002-09-03 Keith Seitz <keiths@redhat.com>
3557
3558 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
3559 Use integer comparison instead of string comparison for testing
3560 whether binary was built.
3561
3562 2002-09-03 Jim Blandy <jimb@redhat.com>
3563
3564 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
3565
3566 2002-08-29 Jim Blandy <jimb@redhat.com>
3567
3568 * gdb.threads/pthreads.exp: Move the portable thread compilation
3569 code into a function in lib/gdb.exp, and call that from here.
3570 * lib/gdb.exp (gdb_compile_pthreads): New function.
3571
3572 2002-08-29 Keith Seitz <keiths@redhat.com>
3573
3574 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
3575 expect_out so that callers can get at it.
3576
3577 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
3578
3579 * gdb.threads/print-threads.c: New file.
3580 * gdb.threads/print-threads.exp: New file.
3581 * gdb.threads/schedlock.c: New file.
3582 * gdb.threads/schedlock.exp: New file.
3583
3584 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3585
3586 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
3587 not altivec.c.
3588
3589 2002-08-17 Mark Kettenis <kettenis@gnu.org>
3590
3591 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
3592 targets. The problem should be fixed now.
3593
3594 2002-08-15 Mark Kettenis <kettenis@gnu.org>
3595
3596 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
3597 2002-07-24 change that removes final dots from error messages.
3598
3599 2002-08-13 Tom Tromey <tromey@redhat.com>
3600
3601 * gdb.base/readline.exp: New file.
3602
3603 2002-08-01 Andrew Cagney <ac131313@redhat.com>
3604
3605 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
3606 supress message.
3607
3608 2002-08-01 Andrew Cagney <cagney@redhat.com>
3609
3610 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
3611 CHILL_FOR_TARGET and CHILL_LIB.
3612 * configure.in (configdirs): Remove gdb.chill.
3613 * configure: Regenerate.
3614 * lib/gdb.exp: Obsolete references to chill.
3615 * gdb.fortran/types.exp: Ditto.
3616 * gdb.fortran/exprs.exp: Ditto.
3617
3618 2002-07-30 Kevin Buettner <kevinb@redhat.com>
3619
3620 * gdb.base/shlib-call.exp (additional_flags): Conditionally
3621 set Irix-specific compile and link flags.
3622
3623 2002-07-29 Kevin Buettner <kevinb@redhat.com>
3624
3625 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
3626 source files. The ``-o'' option doesn't work with the ``-E'' option
3627 when using the Irix compiler.
3628
3629 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
3630
3631 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
3632 Improve support for reusing an exec file. Copy exec file
3633 to target, and run gdbserver on the target instead of on the host.
3634
3635 2002-07-18 Jim Blandy <jimb@redhat.com>
3636
3637 * gdb.base/ending-run.exp: Don't expect to see the program end in
3638 some orderly fashion when we're running on a real stand-alone
3639 board.
3640
3641 * gdb.base/interrupt.exp: Correct logic for skipping tests on
3642 targets that don't support interrupts.
3643
3644 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
3645
3646 * gdb.base/attach.exp: Add patterns to match output from /proc-based
3647 systems.
3648 Move comments in expect statements to inside the actions, so that they
3649 don't get matched against.
3650
3651 2002-07-10 Mark Kettenis <kettenis@gnu.org>
3652
3653 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
3654 function when asleep" test.
3655
3656 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3657
3658 * gdb.base/page.exp: Rewrite to handle problems with very long
3659 `info set' output. Update copyright.
3660
3661 2002-06-26 Andrew Cagney <ac131313@redhat.com>
3662
3663 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
3664 gdb.threads-hp.
3665 * gdb.hp/configure: Regenerate.
3666 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
3667 * gdb.hp/gdb.threads-hp/configure: Delete file.
3668 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
3669
3670 2002-06-22 Andrew Cagney <ac131313@redhat.com>
3671
3672 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
3673 setlocale, bindtextdomain and textdomain.
3674
3675 2002-06-11 Jim Blandy <jimb@redhat.com>
3676
3677 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
3678 preprocessor macro information is present.
3679
3680 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
3681 tests.
3682
3683 2002-06-06 Michael Snyder <msnyder@redhat.com>
3684
3685 * gdb.base/overlays.exp: Record addresses of overlay
3686 functions in TCL variables rather than in GDB variables,
3687 to avoid having GDB convert them to pointers (with loss
3688 of information).
3689
3690 * gdb.base/d10v.ld: Merge in several years worth of
3691 default linker script changes.
3692 * gdb.base/long_long.exp: Add check for sizeof (long double).
3693
3694 2002-06-06 Michal Ludvig <mludvig@suse.cz>
3695
3696 * gdb.asm/asm-source.exp: Add x86-64 target.
3697 * gdb.asm/x86_64.inc: New.
3698
3699 2002-05-30 Michael Chastain <mec@shout.net>
3700
3701 From Benjamin Kosnik <bkoz@redhat.com>:
3702 * gdb.c++/m-static.cc: New file.
3703 * gdb.c++/m-static.exp: New file.
3704
3705 2002-05-28 Michael Snyder <msnyder@redhat.com>
3706
3707 * gdb.base/call-ar-st.exp: Allow for reduced floating point
3708 precision.
3709
3710 2002-05-27 Michael Chastain <mec@shout.net>
3711
3712 From Benjamin Kosnik <bkoz@redhat.com>:
3713 * gdb.c++/m-data.cc: New file.
3714 * gdb.c++/m-data.exp: New file.
3715
3716 2002-05-27 Michael Chastain <mec@shout.net>
3717
3718 From Benjamin Kosnik <bkoz@redhat.com>:
3719 * gdb.c++/try_catch.cc: New file.
3720 * gdb.c++/try_catch.exp: New file.
3721
3722 2002-05-27 Michael Chastain <mec@shout.net>
3723
3724 * gdb.c++/local.exp: Accept more nested types in output.
3725
3726 2002-05-26 Michael Chastain <mec@shout.net>
3727
3728 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
3729
3730 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
3731
3732 * lib/gdb.exp (gdb_wrapper_init): Just because
3733 gdb_wrapper_file exists, this does not mean that the file
3734 should not be rebuilt. That is what gdb_wrapper_initialized
3735 is for.
3736 (default_gdb_init): Reset gdb_wrapper_initialized.
3737
3738 2002-05-23 Michael Snyder <msnyder@redhat.com>
3739
3740 * gdb.base/all-bin.exp: Revise previous patch by just reducing
3741 the precision of the floating point test results.
3742 * gdb.base/call-rt-st.exp: Ditto.
3743
3744 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
3745 * gdb.base/call-rt-st.exp: Ditto.
3746
3747 2002-05-19 Michael Chastain <mec@shout.net>
3748
3749 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
3750
3751 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
3752
3753 * configure.in (configdirs): Add gdb.arch.
3754 * configure: Regenerate.
3755
3756 2002-05-17 Jim Blandy <jimb@redhat.com>
3757
3758 * gdb.base/completion.exp: Recognize the more detailed error
3759 messages produced by the macro expander's lexical analyzer.
3760
3761 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
3762
3763 * gdb.arch/altivec-abi.c: New file.
3764 * gdb.arch/altivec-abi.exp: New file.
3765 * gdb.arch/altivec-regs.c: New file.
3766 * gdb.arch/altivec-regs.exp: New file.
3767
3768 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
3769
3770 * gdb.base/maint.exp (maint print type): Update for new type
3771 structure.
3772
3773 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
3774
3775 * gdb.arch: New directory.
3776 * gdb.arch/configure.in: New file.
3777 * gdb.arch/configure: New file.
3778 * gdb.arch/Makefile.in: New file.
3779
3780 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
3781
3782 * gdb.asm/asm-source.exp: Add v850 as supported target.
3783 * gdb.asm/v850.inc: New file.
3784
3785 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
3786
3787 * gdb.c++/annota2.exp (annotate-quit): Add comment.
3788
3789 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
3790
3791 * gdb.base/break.exp: Check 'break "marker2"'.
3792
3793 2002-05-10 Michael Snyder <msnyder@redhat.com>
3794
3795 * gdb.base/long_long.exp: Fix typo.
3796
3797 2002-05-10 Jim Blandy <jimb@redhat.com>
3798
3799 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
3800 a bug.
3801
3802 * gdb.base/printcmds.exp (test_integer_literals_rejected):
3803 Recognize more detailed error message produced by the macro
3804 expander's lexical analyzer.
3805 * lib/gdb.exp (test_print_reject): Same.
3806
3807 2002-05-09 Mark Kettenis <kettenis@gnu.org>
3808
3809 * gdb.c++/method.exp: Fix typo.
3810
3811 2002-05-08 Michael Snyder <msnyder@redhat.com>
3812
3813 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
3814 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
3815 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
3816 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
3817 Add iftarget clause for strongarm.
3818
3819 2002-05-06 Michael Snyder <msnyder@redhat.com>
3820
3821 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
3822 (gdb_continue_to_end): Accept output from status wrapper.
3823 * gdb.base/ending-run.exp: Add case for output from status wrapper.
3824 Clean up fail messages to match pass messages.
3825
3826 Enable the "needs_status_wrapper" testsuite feature.
3827 * lib/gdb.exp (gdb_wrapper_init): New procedure.
3828 (gdb_compile): Conditionally call gdb_wrapper_init.
3829 * gdb.base/a2-run.exp: Recognize output from status wrapper.
3830 * gdb.c++/method.exp: Recognize output from status wrapper.
3831
3832 2002-05-06 Ben Elliston <bje@redhat.com>
3833 From Graydon Hoare <graydon@redhat.com>
3834
3835 * config/sid.exp: Include support for "rawsid" protocol.
3836
3837 2002-05-03 Jim Blandy <jimb@redhat.com>
3838
3839 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
3840 * gdb.c++/hang3.C: New file.
3841
3842 2002-05-04 Andrew Cagney <ac131313@redhat.com>
3843
3844 * gdb.base/default.exp: Remove obsolete code.
3845 * gdb.c++/misc.exp: Ditto. Update copyright.
3846 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
3847 * gdb.base/whatis.exp: Ditto. Update copyright.
3848 * gdb.base/scope.exp: Ditto. Update copyright.
3849 * gdb.base/ptype.exp: Ditto. Update copyright.
3850 * gdb.base/printcmds.exp: Ditto. Update copyright.
3851 * gdb.base/opaque.exp: Ditto. Update copyright.
3852 * gdb.base/list.exp: Ditto.
3853 * gdb.base/funcargs.exp: Ditto. Update copyright.
3854 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
3855 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
3856 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
3857 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
3858 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
3859 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
3860
3861 2002-05-02 Michael Snyder <msnyder@redhat.com>
3862
3863 * gdb.base/watchpoint.exp: Add xscale target.
3864 * gdb.base/long_long.exp: Add xscale target.
3865 * gdb.base/default.exp: Add xscale target.
3866
3867 2002-05-01 Jim Blandy <jimb@redhat.com>
3868
3869 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
3870 gdb.c++/hang.exp: New test.
3871
3872 2002-05-01 Fred Fish <fnf@redhat.com>
3873
3874 * gdb.base/completion.exp: Handle completions of "./Make" for
3875 more than one completion possibility, as is the case when we
3876 build and test in the source tree.
3877
3878 2002-04-29 Anthony Green <green@redhat.com>
3879
3880 * gdb.java/jmisc1.exp: New file.
3881 * gdb.java/jmisc2.exp: New file.
3882
3883 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
3884
3885 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
3886
3887 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
3888
3889 * gdb.base/help.exp: Change 'help status' to allow for target
3890 dependent output differences.
3891
3892 2002-04-22 Michael Chastain <mec@shout.net>
3893
3894 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
3895
3896 2002-04-22 Michael Chastain <mec@shout.net>
3897
3898 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
3899
3900 2002-04-17 David S. Miller <davem@redhat.com>
3901
3902 * gdb.asm/sparc64.inc: New file.
3903 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
3904
3905 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
3906
3907 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
3908 instruction file directly into the build tree. Clean up at end of
3909 test.
3910
3911 2002-04-18 David S. Miller <davem@redhat.com>
3912
3913 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
3914 handle 64-bit platforms correctly.
3915 * gdb.base/maint.exp: Likewise.
3916
3917 2002-04-18 Kevin Buettner <kevinb@redhat.com>
3918
3919 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
3920 ``-fpic'' when compiling files comprising a shared library, but
3921 it does need additional linker flags in order to find shared
3922 libraries at run time.
3923
3924 2002-04-18 Kevin Buettner <kevinb@redhat.com>
3925
3926 * gdb.base/cvexpr.c (use): New function.
3927 (main): Invoke use() on all global variables to prevent
3928 some linkers from deleting these otherwise unused symbols.
3929
3930 2002-04-17 Michael Chastain <mec@shout.net>
3931 From David S. Miller <davem@redhat.com>
3932
3933 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
3934 handle 64-bit platforms correctly.
3935
3936 2002-04-12 Michael Snyder <msnyder@redhat.com>
3937 From Jim Blandy <jimb@redhat.com>
3938 * gdb.base/foo.c (foox): Remove section attribute; the linker
3939 script can handle this instead.
3940 * gdb.base/bar.c (barx): Same.
3941 * gdb.base/baz.c (bazx): Same.
3942 * gdb.base/grbx.c (grbxx): Same.
3943
3944 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
3945 manager doesn't automatically unmap overlays unnecessarily.
3946
3947 2002-04-10 Martin M. Hunt <hunt@redhat.com>
3948
3949 * gdb.base/ending-run.exp: Fix pattern for Mips targets
3950 stepping out of main.
3951
3952 2002-04-09 Michael Chastain <mec@shout.net>
3953
3954 * gdb.c++/local.cc (main): Move call to marker1() inside nested
3955 scope so that the nested scope tests will make sense.
3956 * gdb.c++/local.exp: Write patterns that actually work with gcc
3957 (the HP patterns "were never known to work with gcc").
3958 Keep the old aCC patterns too.
3959
3960 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3961
3962 * gdb.base/attach.exp: Correct target board test.
3963
3964 2002-04-08 Michael Chastain <mec@shout.net>
3965
3966 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
3967 in a const method. Add some xfail and fail cases for configurations
3968 that do not emit the "const ...".
3969
3970 2002-04-07 Michael Chastain <mec@shout.net>
3971
3972 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
3973 Accept "A * const" and "const A * const" as type of "this".
3974 Fix spelling of getFunky throughout. Make messages uniform.
3975
3976 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
3977
3978 Work around for PR gdb/285:
3979 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
3980
3981 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
3982
3983 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
3984 instructions file at run time instead of configure time.
3985 Sometimes we run the test in a directory that is not the one we
3986 configured in.
3987 * gdb.asm/configure.in: Delete creation of symlink.
3988 * gdb.asm/configure: Regenerate.
3989
3990 2002-04-05 J. Brobecker <brobecker@gnat.com>
3991
3992 * gdb.gdb/xfullpath.exp: New test, to exercise the new
3993 xfullpath () function.
3994
3995 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
3996
3997 * gdb.asm/Makefile.in: Correct dependencies.
3998
3999 * gdb.asm/powerpc.inc: New file.
4000 * gdb.asm/asm-source.exp: Add PowerPC.
4001 * gdb.asm/configure.in: Likewise.
4002 * gdb.asm/configure: Regenerated.
4003
4004 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
4005
4006 * gdb.base/relocate.exp: New file.
4007 * gdb.base/relocate.c: New file.
4008
4009 2002-04-04 Fred Fish <fnf@redhat.com>
4010
4011 * gdb.base/step-test.exp: Update comment regarding stopping in
4012 memcpy/bcopy calls inserted as part of the compiler runtime.
4013
4014 2002-04-04 Michael Snyder <msnyder@redhat.com>
4015
4016 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
4017
4018 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
4019
4020 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
4021 (gdb_expect): Remove $notransfer hack.
4022
4023 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
4024
4025 * gdb.c++/classes.exp ("calling method for small class"): Match
4026 updated register output.
4027
4028 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
4029
4030 Fix PR gdb/452
4031 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
4032 when finished. Make gdb_file_cmd send "exec-file" when
4033 appropriate.
4034
4035 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
4036
4037 * gdb.base/attach.exp: Remove extra setup_xfail.
4038
4039 2002-03-26 Michael Snyder <msnyder@redhat.com>
4040
4041 * gdb.base/default.exp: Add tests for dump, append, and restore.
4042 * gdb.base/help.exp: Add tests for dump, append, and restore.
4043 * gdb.base/dump.exp: New file, test dump, append and restore.
4044 * gdb.base/dump.c: New file.
4045
4046 2002-03-27 Michael Snyder <msnyder@redhat.com>
4047
4048 * gdb.base/help.exp: Modify expect strings to reflect
4049 clean-ups in help messages.
4050
4051 2002-03-26 Fred Fish <fnf@redhat.com>
4052
4053 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
4054 have debugging info for those functions and the compiler uses them
4055 internally to copy structs around.
4056
4057 2002-03-26 Fred Fish <fnf@redhat.com>
4058
4059 * gdb.base/list.exp: Revert the change made yesterday and add note
4060 about why we don't list the default lines for remote targets.
4061
4062 2002-03-25 Michael Snyder <msnyder@redhat.com>
4063
4064 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
4065
4066 2002-03-25 Fred Fish <fnf@redhat.com>
4067
4068 * gdb.base/list.exp: This test works on remote targets so remove
4069 the short circuit for remote targets. Update copyright.
4070
4071 2002-03-25 Fred Fish <fnf@redhat.com>
4072
4073 * gdb.base/attach.exp: Fix logic error that was suppressing this
4074 test for all non hppa*-*-hpux* targets, instead of the hp target.
4075 Move comments closer to the suppression point. Also now need to
4076 check that we are running natively.
4077
4078 2002-03-22 Michael Snyder <msnyder@redhat.com>
4079
4080 * gdb.base/default.exp: Add test for gcore. Update copyright.
4081 * gdb.base/help.exp: Add test for gcore. Update copyright.
4082
4083 2002-03-06 Fred Fish <fnf@redhat.com>
4084
4085 * gdb.base/funcargs.c: Remove extraneous ';' character.
4086 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
4087
4088 2002-03-04 Michael Chastain <mec@shout.net>
4089
4090 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
4091 accommodate gcc v3 function signature.
4092 * gdb.mi/mi0-var-cmd-exp: Ditto.
4093
4094 2002-02-24 Andrew Cagney <ac131313@redhat.com>
4095
4096 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
4097 ``GNU/Linux'' or ``Linux kernel''
4098 * testsuite/gdb.threads/pthreads.c: Ditto.
4099
4100 2002-02-24 Michael Chastain <mec@shout.net>
4101
4102 * gdb.threads/pthreads.c (thread1): Add a return statement.
4103 (thread2): Likewise.
4104 (foo): Likewise.
4105
4106 2002-02-23 Michael Chastain <mec@shout.net>
4107
4108 * gdb.threads/linux-dp.c (philosopher): Add a return statement
4109 to placate gcc.
4110
4111 2002-02-23 Michael Chastain <mec@shout.net>
4112
4113 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
4114 test "ptype bint". The test passes on all my stabs configurations.
4115
4116 2002-02-21 Jim Blandy <jimb@redhat.com>
4117
4118 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
4119 filename at a time, and watch for the ones we want to see.
4120
4121 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
4122 types of pointers to prototyped functions.
4123
4124 2002-02-20 Andrew Cagney <ac131313@redhat.com>
4125
4126 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
4127 signed, unsigned and straight char.
4128 (padding_char, padding_short, padding_int, padding_long,
4129 padding_long_long, padding_float, padding_double,
4130 padding_long_double): New global variables.
4131 (fill, fill_structs): New functions.
4132
4133 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
4134 for correctly sized writes. Update copyright.
4135 (get_valueof): New procedure.
4136 (get_sizeof): Call get_valueof.
4137 (check_valueof): New procedure.
4138 (check_padding): New procedure.
4139
4140 2002-02-20 Michael Chastain <mec@shout.net>
4141
4142 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
4143 to setup_xfail. Document some of the remaining calls.
4144
4145 2002-02-18 Michael Chastain <mec@shout.net>
4146
4147 * gdb.c++/userdef.exp: Update copyright year.
4148
4149 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
4150
4151 * gdb.c++/userdef.exp: Test overloaded operators properly.
4152 Remove xfails.
4153
4154 2002-02-14 Michael Snyder <msnyder@redhat.com>
4155
4156 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
4157
4158 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
4159
4160 * gdb.base/a2-run.exp: Check for a remote target properly.
4161 * gdb.base/annota1.exp: Likewise.
4162 * gdb.base/list.exp: Likewise.
4163 * gdb.base/reread.exp: Likewise.
4164 * gdb.base/scope.exp: Likewise.
4165 * gdb.base/shlib-call.exp: Likewise.
4166 * gdb.base/term.exp: Likewise.
4167 * gdb.c++/annota2.exp: Likewise.
4168
4169 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
4170
4171 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
4172
4173 2002-02-10 Michael Chastain <mec@shout.net>
4174
4175 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
4176 (call_after_alloca): Ditto.
4177
4178 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
4179
4180 * gdb.base/ending-run.exp: Guard "cont" test with
4181 gdb_skip_stdio_test.
4182
4183 2002-02-06 Jim Blandy <jimb@redhat.com>
4184
4185 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
4186 from here...
4187 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
4188 To here. Disable this test on non-HP platforms. Add big comment.
4189
4190 2002-02-04 Michael Snyder <msnyder@redhat.com>
4191
4192 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
4193 other than d10v and m32r.
4194
4195 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
4196
4197 * gdb.base/default.exp: Rewrite test patterns to reduce time
4198 taken to match them.
4199
4200 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
4201
4202 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
4203 Allow a start function above main.
4204 * gdb.threads/linux-dp.exp: Fix copyright date.
4205
4206 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
4207
4208 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
4209 (check_philosopher_stack): Check for manager thread before checking
4210 for a just-starting thread.
4211
4212 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
4213
4214 From Neil Booth <neil@daikokuya.demon.co.uk>:
4215 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
4216 warnings.
4217
4218 2002-01-21 Fred Fish <fnf@redhat.com>
4219
4220 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
4221 not caller.
4222
4223 2002-01-21 Jim Blandy <jimb@redhat.com>
4224
4225 * gdb.base/reread.exp: Check that GDB properly re-reads the
4226 executable file when it changes while no inferior is running.
4227
4228 2002-01-21 Fred Fish <fnf@redhat.com>
4229
4230 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
4231 optionally accept the "shlib events" variation.
4232
4233 2002-01-21 Jim Blandy <jimb@redhat.com>
4234
4235 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
4236 call `fflush' after every `printf', so that the output is produced
4237 at predictable points, regardless of whatever buffering does (or
4238 doesn't) take place.
4239 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
4240 at different points.
4241
4242 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
4243
4244 * gdb.c++/inherit.exp: Update copyright years.
4245 * gdb.c++/method.exp: Likewise.
4246
4247 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
4248
4249 * gdb.c++/classes.exp: Update for improved v3 support and skipping
4250 artificial methods/arguments.
4251 * gdb.c++/derivation.exp: Likewise.
4252 * gdb.c++/inherit.exp: Likewise.
4253 * gdb.c++/method.exp: Likewise.
4254 * gdb.c++/virtfunc.exp: Likewise.
4255
4256 2002-01-18 Andrew Cagney <ac131313@redhat.com>
4257
4258 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
4259 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
4260 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
4261 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
4262 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
4263 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
4264
4265 2002-01-17 Jim Blandy <jimb@redhat.com>
4266
4267 * gdb.asm/asm-source.exp (info symbol): Take another shot at
4268 anchoring the pattern matching the entry point symbol's name.
4269
4270 2002-01-17 Andrew Cagney <ac131313@redhat.com>
4271
4272 * gdb.base/maint.exp: Update ``maint internal-error'' to match
4273 continue/quit query. Update copyright.
4274
4275 2002-01-14 Michael Snyder <msnyder@redhat.com>
4276
4277 * gdb.base/gcore.exp: Remove extra debugging output.
4278
4279 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
4280
4281 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
4282 for slightly dubious v2 mangled string.
4283
4284 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
4285
4286 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
4287
4288 2002-01-10 Jason Merrill <jason@redhat.com>
4289
4290 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
4291
4292 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
4293 constructors.
4294 * gdb.c++/derivation.exp: Likewise.
4295 * gdb.c++/templates.exp: Likewise.
4296 * gdb.c++/virtfunc.exp: Likewise.
4297
4298 2002-01-10 Michael Snyder <msnyder@redhat.com>
4299
4300 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
4301
4302 2002-01-08 Michael Snyder <msnyder@redhat.com>
4303
4304 * gdb.base/gcore.exp: New test for generate-core-file command.
4305 * gdb.base/gcore.c: Testcase for above.
4306 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
4307
4308 2002-01-08 Jason Merrill <jason@redhat.com>
4309
4310 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
4311
4312 2002-01-07 Fred Fish <fnf@redhat.com>
4313
4314 * gdb.c++/overload.exp: Remove unconditional xfails for:
4315 print foo_instance1.overloadargs(1)
4316 print foo_instance1.overloadargs(1, 2)
4317 print foo_instance1.overloadargs(1, 2, 3)
4318 print foo_instance1.overloadargs(1, 2, 3, 4)
4319 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
4320 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
4321 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
4322 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
4323 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
4324 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
4325 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
4326 print foo_instance1.overload1arg()
4327 print foo_instance1.overload1arg((char)arg2)
4328 print foo_instance1.overload1arg((signed char)arg3)
4329 print foo_instance1.overload1arg((unsigned char)arg4)
4330 print foo_instance1.overload1arg((int)arg7)
4331 print foo_instance1.overload1arg((unsigned int)arg8)
4332 print foo_instance1.overload1arg((float)arg11)
4333 print foo_instance1.overload1arg((double)arg12)
4334
4335 2002-01-07 Michael Snyder <msnyder@redhat.com>
4336
4337 * gdb.base/huge.exp: New test. Print a very large target data object.
4338 (skip_huge_test): New test variable. Define if you want to skip this
4339 test. The test reads an 8 megabyte data object from the target, so it
4340 might be very time consuming on remote targets with a slow connection.
4341 * gdb.base/huge.c: New file. Test case for above.
4342
4343 2002-01-07 Fred Fish <fnf@redhat.com>
4344
4345 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
4346 g_instance.bfoo, and g_instance.cfoo.
4347
4348 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
4349
4350 * gdb.base/break.c (multi_line_if_conditional): New function.
4351 (multi_ilne_while_conditional): Likewise.
4352 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
4353 IF or WHILE condition puts the breakpoint at the start of
4354 the condition.
4355
4356 * gdb.base/selftest.exp (backtrace through signal handler): Remove
4357 hppa*-*-hpux* expected failure.
4358 * gdb.base/structs.exp (do_function_calls): Similarly.
4359
4360 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
4361 watchpoints.
4362
4363 2002-01-06 Andrew Cagney <ac131313@redhat.com>
4364
4365 Fix PR gdb/66.
4366 * gdb.base/structs.exp: Replace skip for a29k with skip for
4367 gdb,cannot_call_functions.
4368 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
4369 * gdb.base/callfuncs.exp: Ditto.
4370 * gdb.base/call-rt-st.exp: Ditto.
4371 * gdb.base/call-strs.exp: Ditto.
4372 * gdb.base/callfwmall.exp: Ditto.
4373 * gdb.base/scope.exp: Obsolete xfail a29k.
4374 * gdb.c++/misc.exp: Ditto.
4375 * gdb.c++/cplusfuncs.exp: Ditto.
4376 * gdb.base/ptype.exp: Ditto.
4377 * gdb.base/printcmds.exp: Ditto.
4378 * gdb.base/opaque.exp: Ditto.
4379 * gdb.base/list.exp: Ditto.
4380 * gdb.base/funcargs.exp: Ditto.
4381 * gdb.base/default.exp: Ditto.
4382
4383 2002-01-04 Michael Snyder <msnyder@redhat.com>
4384
4385 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
4386 * gdb.base/maint.exp: Add tests for maint info sections options.
4387
4388 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
4389
4390 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
4391
4392 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
4393
4394 * gdb.asm/arm.inc: New file.
4395 * gdb.asm/asm-source.exp: Add arm targets.
4396 * gdb.asm/configure.in: Ditto.
4397 * gdb.asm/configure: Recreated from configure.in.
4398
4399 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
4400
4401 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
4402 with HP's compiler.
4403 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
4404 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
4405 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
4406 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
4407
4408 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
4409 either HP's compilers or GCC.
4410
4411 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
4412 a SIGBUS or SIGSEGV.
4413
4414 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
4415
4416 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
4417 can be compiled with either HP's compiler or GCC.
4418
4419 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
4420 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
4421 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
4422
4423 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
4424 to match current gdb output. Update due to using auto-solib-limit
4425 for limiting instead of overloading auto-solib-add.
4426 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
4427 test program.
4428
4429 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
4430 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
4431 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
4432 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
4433 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
4434 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
4435 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
4436 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
4437 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
4438 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
4439 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
4440 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
4441 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
4442
4443 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
4444 a SIGTRAP to the inferior.
4445
4446 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
4447
4448 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
4449 Substitute call to target_link by call to gdb_compile.
4450
4451 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
4452
4453 * gdb.base/break.exp: Fix HP specific search string when testing
4454 backtracing in a called function.
4455
4456 * gdb.base/constvars.exp: Only set lang to C++ if we're
4457 compiling the test with HP's compilers.
4458 * gdb.base/volatile.exp: Similarly.
4459
4460 2001-12-19 Jim Blandy <jimb@redhat.com>
4461
4462 * gdb.base/printcmds.exp: Expect the null character to be printed
4463 as '\0', and the '\013' to be printed as '\v'.
4464 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
4465 * gdb.base/setvar.exp: Same.
4466
4467 2001-12-17 Jim Blandy <jimb@redhat.com>
4468
4469 * gdb.base/completion.exp: Rather than completing very long
4470 filenames, which can make the readline library produce output we
4471 don't recognize, cd to the directory first, and then complete
4472 using nice, short relative paths.
4473
4474 * gdb.base/completion.exp: On some systems, there is, in fact, a
4475 variable named `b' in scope, since GDB treats all static
4476 variables as being in scope. So use `no_var_named_this'
4477 instead of `b'.
4478
4479 * gdb.base/corefile.exp: Recognize the message saying that GDB
4480 can't find the core file's registers as a failure.
4481
4482 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
4483
4484 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
4485 test expect string more specific.
4486
4487 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
4488
4489 * gdb.asm/asm-source.exp: Add support for xstormy16.
4490 * gdb.asm/configure.in: Ditto.
4491 * gdb.asm/configure: Rebuild.
4492 * gdb.asm/xstormy16.inc: New file.
4493
4494 2001-12-10 Fred Fish <fnf@redhat.com>
4495
4496 * gdb.base/maint.exp: Update to match changes in type dumping code.
4497
4498 2001-12-10 Jim Blandy <jimb@redhat.com>
4499
4500 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
4501 matching the entry point symbol's name at the beginning of the
4502 line.
4503
4504 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
4505
4506 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
4507 gdb.c++/inherit.exp, gdb.c++/method.exp,
4508 gdb.c++/namespace.exp, gdb.c++/templates.exp,
4509 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
4510 and class layout support.
4511
4512 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
4513
4514 * gdb.c++/classes.exp: Add test for static member function.
4515 * gdb.c++/misc.cc: Add class with static member function.
4516
4517 2001-12-07 Jim Blandy <jimb@redhat.com>
4518
4519 If GDB says it can't find the struct the function returned, report
4520 those tests as `unsupported'.
4521 * gdb.base/call-rt-st.exp (print_struct_call): New function.
4522 Rewrite subsequent tests to use it.
4523
4524 If GDB says it can't find the struct the function returned, report
4525 those tests as `unsupported'.
4526 * gdb.base/structs.exp (call_struct_func): New function.
4527 (do_function_calls): Use call_struct_func to call the functions
4528 returning structs.
4529
4530 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
4531 whether functions are prototyped or not, so we can't possibly pass
4532 arguments to t_float_values2 properly.
4533
4534 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
4535 value of `timeout' for targets other than the mips*tx39-*.
4536
4537 2001-12-06 Michael Snyder <msnyder@redhat.com>
4538
4539 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
4540 and detect whether the start symbol has a leading underscore.
4541
4542 2001-12-04 Jim Blandy <jimb@redhat.com>
4543
4544 * gdb.base/completion.exp: Clarify indentation.
4545
4546 2001-12-03 Jim Blandy <jimb@redhat.com>
4547
4548 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
4549 variables on the S/390, not `.word'.
4550
4551 2001-11-30 Jim Blandy <jimb@redhat.com>
4552
4553 Add assembly-source tests for s390-ibm-linux.
4554 * gdb.asm/s390.inc: New file.
4555 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
4556 the S/390 architecture.
4557 * gdb.asm/configure: Regenerated.
4558
4559 2001-11-30 Michael Snyder <msnyder@redhat.com>
4560
4561 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
4562 next, info source, info sources, info line, global and static
4563 variables, and static functions.
4564 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
4565 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
4566 * gdb.asm/asmsrc1.s: Add a static function and some variables.
4567 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
4568 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
4569 (gdbasm_leave): Restore frame pointer.
4570 (gdbasm_startup): Copy stack set-up from crt0.S.
4571
4572 2001-11-26 Fernando Nasser <fnasser@redhat.com>
4573
4574 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
4575 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
4576 to a local (non-static) variable. Copy tstruct.a to a static buffer
4577 and return a pointer to that buffer.
4578 * gdb.base/callfwmall.c (t_structs_a): Ditto.
4579
4580 2001-11-24 Mark Kettenis <kettenis@gnu.org>
4581
4582 * gdb.asm/configure.in: Fix recognition of ix86 target.
4583 * gdb.asm/configure: Regenerate.
4584
4585 2001-11-21 Michael Snyder <msnyder@redhat.com>
4586
4587 * gdb.asm/sparc.inc: New file.
4588 * gdb.asm/asm-source.exp: Recognize sparc target.
4589 * gdb.asm/configure.in: Recognize sparc target.
4590 * gdb.asm/configure: Regenerate.
4591
4592 2001-11-21 Michael Snyder <msnyder@redhat.com>
4593
4594 * gdb.asm/m32r.inc: New file.
4595 * gdb.asm/asm-source.exp: Recognize m32r target.
4596 * gdb.asm/configure.in: Recognize m32r target.
4597 * gdb.asm/configure: Regenerate.
4598
4599 2001-11-20 Michael Snyder <msnyder@redhat.com>
4600
4601 * gdb.asm/i386.inc: New file.
4602 * gdb.asm/asm-source.exp: Recognize ix86 target.
4603 * gdb.asm/configure.in: Recognize ix86 target.
4604 * gdb.asm/configure: Regenerate.
4605
4606 * gdb.c++/namespace.exp: Fix quotes in output messages.
4607
4608 2001-11-14 Michael Snyder <msnyder@redhat.com>
4609
4610 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
4611 qualifier in a type cast expression, to designate an address
4612 in the instruction space (Harvard architecture).
4613
4614 2001-11-13 Michael Snyder <msnyder@redhat.com>
4615
4616 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
4617 Tests for expressions using 'const' and 'volatile'.
4618
4619 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
4620
4621 * gdb.asm/asm-sources.exp: Allow defining linker flags.
4622
4623 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
4624
4625 * lib/mi-support.exp (mi_run_to_helper): Move comments
4626 outside of gdb_expect.
4627
4628 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
4629
4630 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
4631 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
4632 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
4633 mi0_run_to): New functions.
4634 * gdb.mi/mi-simplerun.exp: Use them.
4635 * gdb.mi/mi0-simplerun.exp: Likewise.
4636 * gdb.mi/mi-var-cmd.exp: Likewise.
4637 * gdb.mi/mi0-var-cmd.exp: Likewise.
4638
4639 2001-11-10 Andrew Cagney <ac131313@redhat.com>
4640
4641 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
4642 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
4643
4644 2001-11-09 Andrew Cagney <ac131313@redhat.com>
4645
4646 * gdb.base/restore.exp: Include $expected value in restored test
4647 message.
4648
4649 2001-11-09 Andrew Cagney <ac131313@redhat.com>
4650
4651 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
4652 implemented.
4653
4654 2001-11-08 Michael Snyder <msnyder@redhat.com>
4655
4656 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
4657 Add pass/fail message for stop at breakpoint in call dummy function.
4658
4659 2001-11-07 Michael Snyder <msnyder@redhat.com>
4660
4661 * gdb.c++/templates.exp (test_template_breakpoints):
4662 If we get an overload menu, but it does not match what
4663 we expect, we still need to issue the "cancel" command.
4664 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
4665 making the whitespace optional. Argument for "new" may be
4666 "unsigned" as well as "unsigned int/long".
4667 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
4668 making the whitespace optional. Also replace "(void) with
4669 "((void|)), making the keyword "void" optional.
4670 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
4671 making the whitespace optional. Also replace "(void) with
4672 "((void|)), making the keyword "void" optional.
4673 * gdb.base/callfuncs.c (t_float_values): This function must
4674 _not_ be prototyped, and the following function (t_float_values2)
4675 must be prototyped (if the compiler supports it), so that GDB
4676 can be tested against both cases. Usually one case involves
4677 promotion of float to double, while the other does not.
4678 * gdb.base/callfwmall.c: Ditto.
4679 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
4680 includes a stack frame for "start".
4681
4682 2001-11-05 Jim Blandy <jimb@redhat.com>
4683
4684 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
4685 pointers are 32 bits long, and that offsets of relocs are always
4686 stored in the data (REL-style), and not in the reloc entry itself
4687 (RELA-style).
4688 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
4689 stabs.
4690
4691 2001-11-01 Michael Snyder <msnyder@redhat.com>
4692
4693 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
4694 and regular expression operators by using quoting.
4695
4696 2001-10-31 Michael Snyder <msnyder@redhat.com>
4697
4698 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
4699 depending on what the symbol table contains.
4700 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
4701 the output of the ptype command. Similarly, accept both "const &"
4702 and "const&".
4703
4704 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
4705
4706 * gdb.base/miscexprs.c (main): Add usage of preprocessor
4707 symbol `STORAGE' to allow to choose the storage class of
4708 the local datastructures.
4709 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
4710 compiler directive.
4711
4712 2001-10-30 Michael Snyder <msnyder@redhat.com>
4713
4714 * gdb.base/jump.exp: Allow it to run for all targets.
4715
4716 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
4717
4718 * gdb.base/call-ar-st.c (print_double_array): Match for loop
4719 with new double_array size.
4720 (main): Change storage class of all local variables to static.
4721 Reduce size of double_array to 9.
4722 * gdb.base/call-ar-st.exp: Increase timeout value.
4723 Change expected output for double array to match new size in
4724 call-ar-st.c.
4725
4726 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
4727
4728 * gdb.base/ending-run.exp: Create identical output when passing
4729 `step to end of run' case. Add regular expression branch satisfying
4730 Stormy16 target.
4731
4732 2001-10-28 Mark Kettenis <kettenis@gnu.org>
4733
4734 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
4735 that we catch the expected failure under Linux/x86.
4736
4737 2001-10-29 Orjan Friberg <orjanf@axis.com>
4738
4739 * gdb.base/setvar.exp: Escape curly braces.
4740 * gdb.stabs/weird.exp: Ditto.
4741
4742 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
4743
4744 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
4745 * gdm.mi/mi0-hack-cli.exp: Likewise.
4746
4747 2001-10-25 Andrew Cagney <ac131313@redhat.com>
4748
4749 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
4750 messages.
4751
4752 2001-10-21 Andrew Cagney <ac131313@redhat.com>
4753
4754 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
4755 checking MI enabled.
4756
4757 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
4758
4759 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
4760
4761 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
4762
4763 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
4764 if gdb child process crashes, just signal an error.
4765
4766 2001-10-02 Jim Blandy <jimb@redhat.com>
4767
4768 * lib/gdb.exp (test_xfail_format): Simplify.
4769
4770 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
4771 front of the variable name `format'. Simplify `if'.
4772
4773 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
4774
4775 * gdb.threads/pthreads.exp: Wait for output and delay
4776 before sending ^C.
4777
4778 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
4779
4780 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
4781 some incorrect output instead of timing out.
4782 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
4783
4784 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
4785
4786 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
4787 check to allow additional `int'.
4788
4789 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
4790
4791 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
4792 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
4793
4794 2001-09-27 Michael Snyder <msnyder@redhat.com>
4795
4796 * lib/gdb.exp (test_debug_format): New proc.
4797 (setup_xfail_format): Use new proc test_debug_format.
4798 * gdb.base/constvars.exp (local_compiler_xfail_check): New
4799 proc; use new service proc test_debug_format.
4800 Replace all other "gcc_compiled" tests with this test.
4801 * gdb.base/volatile.exp (local_compiler_xfail_check): New
4802 proc; use new service proc test_debug_format.
4803 Replace all other "gcc_compiled" tests with this test.
4804
4805 2001-09-27 Michael Snyder <msnyder@redhat.com>
4806
4807 * gdb.base/cvexpr.exp: New file.
4808 * gdb.base/cvexpr.c: New file
4809 Test for expressions using const and volatile keywords.
4810
4811 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
4812
4813 * gdb.base/constvars.exp: Check for different orders of keywords
4814 and additional "int" strings in output.
4815
4816 2001-09-22 Andrew Cagney <ac131313@redhat.com>
4817
4818 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
4819 responses from "help maint".
4820
4821 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
4822
4823 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
4824 to localhost:NNN instead of :NNN, in case Xvfb is listening
4825 only on TCP.
4826
4827 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
4828
4829 * gdb.base/recurse.exp: When checking leaving the watchpoint
4830 scope, recognize when gdb is in function's epilogue and pass.
4831
4832 2001-09-18 Keith Seitz <keiths@redhat.com>
4833
4834 * lib/insight-support.exp (_gdbtk_export_target_info): Add
4835 support for running tests against sid targets.
4836 (gdbtk_done): Ditto.
4837
4838 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
4839
4840 * gdb.base/ending-run.c (main): Set stdout buffersize
4841 to the same reasonable value for any target.
4842 * gdb.base/ending-run.exp: Add a regular expression
4843 to make testsuite happy on Sanyo Stormy16 target.
4844
4845 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
4846
4847 * gdb.base/display.c (do_loops): Add float variable `f'.
4848 Increment f in loop.
4849 * gdb.base/display.exp: Increment timeout by 60 seconds.
4850 Change float display test to use variable `f'.
4851
4852 2001-09-17 Jim Blandy <jimb@redhat.com>
4853
4854 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
4855 overflowing the limited breakpoint tables on some ROM monitors
4856 (like the ROM68K).
4857
4858 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
4859
4860 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
4861 the "-ac" (disable access control) flag.
4862
4863 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
4864
4865 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
4866 ints.
4867
4868 2001-08-30 Keith Seitz <keiths@redhat.com>
4869
4870 * lib/gdb.exp: Move all insight-related functionality into
4871 separate file.
4872 * lib/insight-support.exp: New file.
4873
4874 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
4875
4876 * config/sid.exp (sid_start): Never set sid verbosity; disable
4877 expect_background {} that consumed its stdout; tolerate </dev/null.
4878 Attempt to set endianness override in "sid" protocol mode. Cleanup.
4879
4880 2001-08-18 Andrew Cagney <ac131313@redhat.com>
4881
4882 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
4883 CLI jump command to start it.
4884 (mi_run_to_main): Fail immediatly when unexpected output.
4885
4886 2001-08-18 Andrew Cagney <ac131313@redhat.com>
4887
4888 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
4889 beginning of function. Fix PR gdb/191.
4890
4891 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
4892
4893 * config/sid.exp (sid_start): Don't warn if we cannot figure out
4894 what to force sid endianness to.
4895
4896 2001-08-15 Keith Seitz <keiths@redhat.com>
4897
4898 * lib/gdb.exp (gdbtk_start): Don't set environment
4899 variables for TCL_LIBRARY and friends. Insight will
4900 now figure these out for itself.
4901
4902 2001-08-02 Michael Snyder <msnyder@redhat.com>
4903
4904 * gdb.base/completion.exp: Remove the symbol "a64l" from
4905 the expect string; this is target-specific, and not related
4906 to what is being tested.
4907
4908 2001-08-02 Dave Brolley <brolley@redhat.com>
4909
4910 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
4911
4912 2001-07-25 Michael Snyder <msnyder@redhat.com>
4913
4914 * gdb.base/consecutive.exp: New file. Test stepping over
4915 breakpoints on consecutive instructions.
4916 * gdb.base/consecutive.c: New file.
4917
4918 * gdb.base/call-rt-st.exp: Use double-backslash to quote
4919 curly braces in regular expressions.
4920
4921 2001-07-25 Michael Snyder <msnyder@redhat.com>
4922
4923 * gdb.base/ending-run.exp: Accept "Program exited normally" as
4924 legitimate output from stepping out of main.
4925
4926 2001-07-22 Keith Seitz <keiths@redhat.com>
4927
4928 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
4929 the empty string, do not run the tests.
4930
4931 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4932
4933 * gdb.base/long_long.exp: Detect size of pointer. Take into
4934 account 2-byte pointers when testing for p/a results.
4935
4936 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4937
4938 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
4939 and defined to 1K for m68hc11.
4940 (random_data): Reduce table to 1K for embedded platforms (68hc11).
4941 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
4942 (sizeof_random_data): New variable to tell the size of the data table;
4943 don't test past this size; always run to main.
4944
4945 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4946
4947 * gdb.base/return2.exp: return of long long and double fails for
4948 68HC11; don't execute these tests on that platform.
4949 * gdb.base/return.exp: Return of a double fails for 68hc11.
4950
4951 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4952
4953 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
4954 tests that print a float.
4955 * call-rt-st.exp: Likewise.
4956
4957 2001-07-12 Mark Kettenis <kettenis@gnu.org>
4958
4959 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
4960 running this test on Linux.
4961
4962 2001-06-24 Michael Chastain <chastain@redhat.com>
4963
4964 * gdb.base/arithmet.exp: Remove some tests to make all test names
4965 unique.
4966
4967 2001-07-03 Michael Snyder <msnyder@redhat.com>
4968
4969 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
4970 the output of the ptype command.
4971
4972 2001-07-02 Michael Snyder <msnyder@redhat.com>
4973
4974 * gdb.base/completion.exp: Don't assume that break.c is the only
4975 source file that may contain functions named "marker".
4976 * gdb.base/corefile.exp: Quote the curly braces in regexp.
4977
4978 2001-06-28 Andrew Cagney <ac131313@redhat.com>
4979
4980 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
4981 of files to delete.
4982
4983 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
4984 * gdb.disasm/h8300s.exp: New file.
4985 gdb.disasm/h8300s.s: Likewise.
4986
4987 2001-06-27 Andrew Cagney <ac131313@redhat.com>
4988
4989 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
4990 empty breakpoint tables.
4991
4992 2001-06-25 Andrew Cagney <ac131313@redhat.com>
4993
4994 * lib/mi-support.exp: Update args=... part of stop-reason
4995 patterns. Accept either a list or a tuple.
4996
4997 2001-06-23 Andrew Cagney <ac131313@redhat.com>
4998
4999 * lib/mi-support.exp: Remove local emacs variable defining
5000 change-log-default-name.
5001
5002 2001-06-22 Michael Chastain <chastain@redhat.com>
5003
5004 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
5005 This is operationally compatible with the previous version.
5006
5007 2001-06-13 Jim Blandy <jimb@redhat.com>
5008
5009 * lib/gdb.exp (gdb_test): Doc fix.
5010
5011 2001-06-10 Michael Chastain <chastain@redhat.com>
5012
5013 * gdb.base/exprs.exp: Remove a duplicate test.
5014
5015 2001-06-06 Jim Blandy <jimb@redhat.com>
5016
5017 * gdb.base/return2.exp (main): Use values to test float and double
5018 returns that are not NaN's, to avoid being confused by IEEE
5019 comparison rules.
5020
5021 2001-06-04 Michael Snyder <msnyder@redhat.com>
5022
5023 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
5024 non-zero if control_c fails. Terminate the test on failure,
5025 rather than wait for 12 more tests to time out.
5026
5027 2001-06-06 Jim Blandy <jimb@redhat.com>
5028
5029 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
5030 Don't forget to match the GDB prompt.
5031
5032 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
5033
5034 2001-06-04 Jim Blandy <jimb@redhat.com>
5035
5036 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
5037 command.
5038
5039 2001-05-31 Kevin Buettner <kevinb@redhat.com>
5040
5041 * gdb.base/annota1.exp (info break): Match four or more spaces
5042 after "Address".
5043
5044 2001-05-31 Michael Chastain <chastain@redhat.com>
5045
5046 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
5047 (dm_type_int_star): Likewise.
5048 (dm_type_long_star): Likewise.
5049 (dm_type_void_star): Likewise.
5050
5051 2001-05-29 Kevin Buettner <kevinb@redhat.com>
5052
5053 * gdb.base/completion.exp (INPUTRC): Set this environment variable
5054 to a known value in order to get consistent results regardless
5055 of the setting of INPUTRC or the presence or contents of .inputrc.
5056
5057 2001-05-24 Michael Snyder <msnyder@redhat.com>
5058
5059 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
5060 Don't require that the main thread and the manager thread are the
5061 first in the list.
5062
5063 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
5064 debugging. If test fails, issue an "unsupported" not a "fail".
5065
5066 2001-05-24 Jim Blandy <jimb@redhat.com>
5067
5068 Don't assume that short is shorter than int.
5069 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
5070 assume that shorts are smaller than ints. On a 16-bit machine,
5071 this isn't true.
5072 ("print unsigned char == (~0)"): Add test that verifies that ~0,
5073 an int, is not equal to ~0 stored in an unsigned char. This tests
5074 the same thing that the previous test meant to, but works on
5075 16-bit machines, too.
5076 ("print unsigned char != (~0)"): Same test, complemented.
5077
5078 2001-05-24 Michael Snyder <msnyder@redhat.com>
5079
5080 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
5081 test for (full_coverage == 0). This makes the test run faster,
5082 and prevents dejagnu getting out of step.
5083
5084 2001-05-23 Kevin Buettner <kevinb@redhat.com>
5085
5086 * gdb.base/finish.exp (finish_void): Revise pattern for
5087 stopping on the call statement to not permit stopping at
5088 the start of the instructions comprising the call sequence.
5089
5090 2001-05-19 Michael Chastain <chastain@redhat.com>
5091
5092 * gdb.base/callfuncs.exp: Make all test names unique.
5093 * gdb.base/commands.exp: Make all test names unique.
5094 * gdb.base/condbreak.exp: Make all test names unique.
5095 * gdb.base/dbx.exp: Make all test names unique.
5096 * gdb.base/default.exp: Make all test names unique.
5097 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
5098 and TIMEOUT messages to their corresponding PASS message.
5099 * gdb.base/ending-run.exp: Make all test names unique.
5100 * gdb.base/long_long.exp: Remove duplicate test.
5101
5102 2001-05-21 Kevin Buettner <kevinb@redhat.com>
5103
5104 * gdb.base/finish.exp (finish_void): Allow "finish" command to
5105 stop on the call statement as well as the statement after the
5106 call.
5107
5108 2001-05-21 Michael Snyder <msnyder@redhat.com>
5109
5110 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
5111
5112 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
5113
5114 * gdb.base/completion.exp: Revamp test. Make it execute on all
5115 platforms.
5116
5117 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
5118
5119 * config/gdbserver.exp (gdb_load): Handle the case
5120 in which the arguments to gdbserver are given in the
5121 baseboard configuration file.
5122 Also handle the case in which the server needs to do a
5123 load.
5124
5125 2001-05-07 Keith Seitz <keiths@cygnus.com>
5126
5127 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
5128 set up the display for testing.
5129 (gdbtk_start): Convert all paths to paths that tcl will like.
5130 Export target information to environment.
5131 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
5132 necessary.
5133 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
5134 (to_tcl_path): New proc to convert a given pathname into
5135 a path acceptible as an argument to a tcl command.
5136 (_gdbtk_export_target_info): New proc to export target info
5137 into the environment for gdbtk testing.
5138 (gdbtk_done): New proc to signal end-of-test.
5139
5140 2001-05-06 Jim Blandy <jimb@redhat.com>
5141
5142 * restore.c: Make the code of caller0 correspond to its comment.
5143
5144 2001-05-03 Michael Snyder <msnyder@redhat.com>
5145
5146 * config/sid.exp (gdb_target_sid): Check for error messages.
5147 On error or timeout, don't make expect exit (which will terminate
5148 all subsequent tests); instead just make gdb exit.
5149 (gdb_load): Check for error messages. On error or timeout,
5150 return a negative value.
5151
5152 2001-04-24 Jim Blandy <jimb@redhat.com>
5153
5154 * gdb.c++/templates.exp: If we see the prompt for the overload
5155 list, but we haven't recognized any of the longer patterns,
5156 arrange for this test to fail, not hang.
5157
5158 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
5159 variations.
5160
5161 2001-04-22 Michael Chastain <chastain@redhat.com>
5162
5163 * gdb.c++/local.exp: Use the 'runto' library function.
5164 * gdb.c++/namespace.exp: Likewise.
5165 * gdb.c++/overload.exp: Likewise.
5166
5167 2001-03-26 Kevin Buettner <kevinb@redhat.com>
5168
5169 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
5170 * gdb.base/step-line.exp: New file. Test step/next in presence of
5171 #line directives.
5172 * gdb.base/step-line.c: New file. Test program for the above.
5173 * gdb.base/step-line.inp: New file. We pretend that this file has
5174 been transformed by some other tool into step-line.c.
5175
5176 2001-03-21 Jim Blandy <jimb@redhat.com>
5177
5178 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
5179 unmangled operator names.
5180
5181 2001-03-20 Jim Blandy <jimb@redhat.com>
5182
5183 * gdb.threads/linux-dp.exp: Recognize an additional message
5184 generated by GDB when it doesn't understand how to debug threads
5185 on the target system.
5186
5187 2001-03-19 Andrew Cagney <ac131313@redhat.com>
5188
5189 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
5190
5191 2001-03-12 Michael Chastain <chastain@redhat.com>
5192
5193 * gdb.c++/derivation.exp: Use the 'runto' library function.
5194
5195 2001-03-12 Michael Chastain <chastain@redhat.com>
5196
5197 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
5198
5199 2001-02-24 Michael Chastain <chastain@redhat.com>
5200
5201 * gdb.c++/ref-types.exp: Change handwritten code to library
5202 function 'runto'.
5203
5204 2001-03-16 Orjan Friberg <orjanf@axis.com>
5205
5206 * gdb.base/signals.exp: Set count to 0 explicitly.
5207
5208 2001-03-15 Mark Salter <msalter@redhat.com>
5209
5210 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
5211 (gdb_target_monitor): Add check of gdb_target_cmd return value.
5212 (gdb_load): Add support for additional target_info: gdb_download_size
5213 and gdb_load_timeout.
5214
5215 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
5216
5217 * gdb.base/annota1.exp: Move test of isnative to earlier in the
5218 file -- to prevent failing when the compile fails but we have no
5219 intention of running the tests anyway.
5220
5221 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
5222 tests if set.
5223
5224 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
5225 integers.
5226
5227 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
5228 * gdb.c++/namespace.exp: Ditto.
5229
5230 2001-03-07 Orjan Friberg <orjanf@axis.com>
5231
5232 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
5233 * gdb.base/pointers.exp: Relax pattern match of decimals.
5234
5235 2001-03-06 Kevin Buettner <kevinb@redhat.com>
5236
5237 * Makefile.in, config/abug.exp, config/cfdbug.exp,
5238 config/cpu32bug.exp, config/dve.exp, config/est.exp,
5239 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
5240 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
5241 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
5242 config/sh.exp, config/sid.exp, config/slite.exp,
5243 config/sparclet.exp, config/udi.exp, config/unknown.exp,
5244 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
5245 config/vxworks.exp, config/vxworks29k.exp,
5246 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
5247 gdb.base/all-bin.exp, gdb.base/annota1.exp,
5248 gdb.base/arithmet.exp, gdb.base/assign.exp,
5249 gdb.base/async.exp, gdb.base/attach.exp,
5250 gdb.base/bitfields.exp, gdb.base/bitops.exp,
5251 gdb.base/break.exp, gdb.base/call-ar-st.exp,
5252 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
5253 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
5254 gdb.base/commands.exp, gdb.base/completion.exp,
5255 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
5256 gdb.base/constvars.exp, gdb.base/corefile.exp,
5257 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
5258 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
5259 gdb.base/ending-run.exp, gdb.base/environ.exp,
5260 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
5261 gdb.base/finish.exp, gdb.base/foll-exec.exp,
5262 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
5263 gdb.base/funcargs.exp, gdb.base/help.exp,
5264 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
5265 gdb.base/logical.exp, gdb.base/long_long.exp,
5266 gdb.base/maint.exp, gdb.base/mips_pro.exp,
5267 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
5268 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
5269 gdb.base/pointers.exp, gdb.base/printcmds.exp,
5270 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
5271 gdb.base/regs.exp, gdb.base/relational.exp,
5272 gdb.base/remote.exp, gdb.base/reread.exp,
5273 gdb.base/restore.exp, gdb.base/return2.exp,
5274 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
5275 gdb.base/selftest.exp, gdb.base/setshow.exp,
5276 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
5277 gdb.base/sigall.exp, gdb.base/signals.exp,
5278 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
5279 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
5280 gdb.base/step-test.exp, gdb.base/structs.c,
5281 gdb.base/structs.exp, gdb.base/structs2.exp,
5282 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
5283 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
5284 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
5285 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
5286 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
5287 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
5288 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
5289 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
5290 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
5291 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
5292 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
5293 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
5294 gdb.fortran/types.exp, gdb.java/jmisc.exp,
5295 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
5296 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
5297 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
5298 gdb.trace/circ.exp, gdb.trace/collection.exp,
5299 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
5300 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
5301 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
5302 gdb.trace/report.exp, gdb.trace/save-trace.exp,
5303 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
5304 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
5305 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
5306 notices.
5307
5308 2001-02-27 Michael Snyder <msnyder@cygnus.com>
5309
5310 * gdb.base/varargs.c (find_max_double): Fix printf format string:
5311 first arg is int not float.
5312
5313 2001-02-22 Michael Snyder <msnyder@cygnus.com>
5314
5315 * gdb.base/reread.exp: Unsupported for non-native targets;
5316 doesn't work for remote debugging.
5317
5318 2001-02-19 Fernando Nasser <fnasser@redhat.com>
5319
5320 From Drew Moseley <dmoseley@redhat.com>
5321 * gdb.base/ending-run.exp: Properly handle the BSP state when
5322 stepping past the end of main.
5323
5324 2001-02-19 John Moore <jmoore@redhat.com>
5325
5326 * gdb.base/commands.exp (infrun_breakpoint_command_test):
5327 Converted HPUX fix for non-expected items following multiple
5328 step commands into general solution for all platforms.
5329
5330 2001-02-18 Michael Chastain <chastain@redhat.com>
5331
5332 * gdb.c++/classes.exp (do_tests): Change runto statements
5333 from "runto 'foo(void)'" to "runto 'foo'". This makes the
5334 statements demangler agnostic.
5335 * gdb.c++/virtfunc.exp (do_tests): Likewise.
5336 (gdb_virtfunc_restart): Likewise.
5337
5338 2001-02-14 Michael Chastain <chastain@redhat.com>
5339
5340 * gdb.c++/inherit.exp (do_tests): Change runto statements
5341 from "runto 'foo(void)'" to "runto 'foo'". This makes the
5342 statements demangler agnostic.
5343
5344 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
5345
5346 * gdb.threads/pthreads.exp: Unify pass/fail messages for
5347 ``continue to bkpt at common_routine in thread 2'' and ``stopped
5348 before calling common_routine 15 times'' tests.
5349
5350 2001-02-11 Michael Chastain <chastain@redhat.com>
5351
5352 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
5353 Helps the test script figure out which demangler is in use.
5354 (dm_type_foo_ref): Ditto.
5355 (dm_type_int_star): Ditto.
5356 (dm_type_long_star): Ditto.
5357 (dm_type_unsigned_int): Ditto.
5358 (dm_type_void): Ditto.
5359 (dm_type_void_star): Ditto.
5360 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
5361 Probe the gdb demangler and set variables to accommodate
5362 formatting differences.
5363 (info_func_regexp): New function. Same as info_func, but
5364 matches against a regexp.
5365 (info_func): Match against a literal string.
5366 (print_addr_2): New function. Match against a literal string,
5367 which can be different from the input to gdb.
5368 (print_addr): Simply call print_addr_2 with the same argument twice.
5369 (test_lookup_operator_functions): Use demangler formatting variables.
5370 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
5371 the tests in the same order as the C++ class declaration.
5372 (test_paddr_operator_functions): Ditto.
5373 (test_paddr_overloaded_functions): Ditto.
5374 (test_paddr_hairy_functions): Use demangler formatting variables.
5375 Add reference to gdb/19 for related tests.
5376 (do_tests): Call probe_demangler.
5377
5378 2001-01-30 Kevin Buettner <kevinb@redhat.com>
5379
5380 * gdb.c++/templates.cc (printf): Remove unused function definition.
5381
5382 2001-01-26 Felix Lee <flee@redhat.com>
5383
5384 * sid.exp (sid_exit): Pass host, not target, to remote_close.
5385
5386 2001-01-25 matthew green <mrg@redhat.com>
5387
5388 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
5389 up sid.
5390 (sid_exit): Call `remote_pop_conn' after GDB is gone.
5391
5392 2001-01-25 matthew green <mrg@redhat.com>
5393
5394 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
5395 Deprecate $sid_spawn_id.
5396 (sid_exit): Remove code necessary only for `spawn.'
5397
5398 2001-01-25 matthew green <mrg@redhat.com>
5399
5400 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
5401
5402 2001-01-28 Michael Chastain <chastain@redhat.com>
5403
5404 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
5405 to call when tests fail. It takes gdb out of the overloaded
5406 function choice menu back to the main prompt, so that the test
5407 program stays synchronized.
5408 (set_bp_overloaded): New proc to collect all the common
5409 code for setting a breakpoint on an overloaded name. Calls
5410 take_gdb_out_of_choice_menu when needed.
5411 (menu_overload1arg): New variable to collect the repeated
5412 instances of the expected menu for an overloaded name. Change
5413 the regular expression to handle changes in g++ type encoding:
5414 "void" can be either "void" or "", and "unsigned int" can be
5415 either "unsigned int" or "unsigned".
5416 (continue_to_bp_overloaded): Change regular expressions to handle
5417 changes in g++ type encoding.
5418 (no proc): Call take_gdb_out_of_choice_menu when needed.
5419 Remove redundant calls to "info break". Accept either "canceled"
5420 or "cancelled". Change regular expressions in "info break"
5421 calls to handle changes in g++ type encoding. Give all tests
5422 unique strings.
5423
5424 2001-01-17 Ben Elliston <bje@redhat.com>
5425
5426 * config/sid.exp: New file.
5427
5428 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
5429
5430 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
5431
5432 2000-12-21 Michael Snyder <msnyder@cygnus.com>
5433
5434 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
5435 Add a RE to accept a non-ascii char if one is ever presented.
5436
5437 2000-12-20 Fernando Nasser <fnasser@redhat.com>
5438
5439 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
5440
5441 2000-12-18 Michael Snyder <msnyder@cygnus.com>
5442
5443 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
5444 in regexp. One '\' does not suffice on Linux.
5445
5446 2000-12-09 Michael Chastain <chastain@redhat.com>
5447
5448 * gdb.base/break.exp (test_clear_command): Use a marker function
5449 rather than 'main' for the test function. Also move this
5450 test to an execution point where the marker function names are
5451 guaranteed to be bound to functions. (Executing tests after a
5452 'finish' from main runs into name conflicts with local names
5453 in __libc_start_main).
5454
5455 2000-12-07 Michael Snyder <msnyder@cygnus.com>
5456
5457 * gdb.base/finish.exp: New test for gdb's "finish" command.
5458 * gdb.base/return2.exp: New test for gdb's "return" command.
5459 * gdb.base/return2.c: New source file for above.
5460
5461 2000-12-05 Michael Snyder <msnyder@cygnus.com>
5462
5463 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
5464 * gdb.base/miscexprs.exp: Ditto.
5465 * gdb.base/pointers.exp: Ditto.
5466 * gdb.c++/derivation.exp: Ditto.
5467 * gdb.c++/local.exp: Ditto.
5468 * gdb.c++/namespace.exp: Ditto.
5469 * gdb.c++/overload.exp: Ditto.
5470 * gdb.c++/ref-types.exp: Ditto.
5471
5472 2000-12-05 Michael Snyder <msnyder@cygnus.com>
5473
5474 * gdb.base/constvars.exp: Test result of "up" command.
5475 * gdb.base/miscexprs.exp: Ditto.
5476 * gdb.base/pointers.exp: Ditto.
5477 * gdb.base/scope.exp: Ditto.
5478 * gdb.c++/derivation.exp: Ditto.
5479 * gdb.c++/local.exp: Ditto.
5480 * gdb.c++/namespace.exp: Ditto.
5481 * gdb.c++/overload.exp: Ditto.
5482 * gdb.c++/ref-types.exp: Ditto.
5483
5484 2000-11-22 Michael Chastain <chastain@redhat.com>
5485
5486 * mips_pro.exp: Accept either "middle -> top -> main" or
5487 "middle -> main" in the backtrace, because gcc can optimize
5488 tail calls to jumps. Remove setup_xfail for the hppa case.
5489 Add a comment with the original warning messages from PR 3016,
5490 which was filed in 1993, to preserve them for posterity.
5491
5492 2000-11-17 Nick Duffek <nsd@redhat.com>
5493
5494 * lib/gdb.exp (gdb_test): Override timeout with board info.
5495
5496 2000-11-17 Nick Duffek <nsd@redhat.com>
5497
5498 * gdb.base/display.exp: Don't kill running stub. Add "again" to
5499 the second kill and detach messages.
5500
5501 2000-11-17 Nick Duffek <nsd@redhat.com>
5502
5503 * configure.in: Add AC_EXEEXT.
5504 * configure: Regenerate.
5505 * Makefile.in (just-check): Export EXEEXT.
5506 * lib/gdb.exp ($EXEEXT): Import from environment.
5507 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
5508 expect "maint dump-me" on Cygwin.
5509 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
5510 $EXEEXT.
5511
5512 2000-11-17 Nick Duffek <nsd@redhat.com>
5513
5514 * gdb.base/break.exp: Test backtrace and finish from called
5515 function on all platforms, not just HP-UX.
5516
5517 2000-11-03 Michael Snyder <msnyder@cygnus.com>
5518
5519 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
5520 code from gdb_target_monitor, so it can be used independantly
5521 for gdbserver. Also comment out an unnecessary PUTS.
5522
5523 2000-11-03 Michael Snyder <msnyder@cygnus.com>
5524
5525 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
5526 * gdb.base/corefile.exp: Expect the message "Program is being
5527 debugged already" when we send the "corefile" command, since
5528 the preceeding gdb_load may have connected gdb to a remote target.
5529 * gdb.base/display.exp: Disable hardware watchpoints if new
5530 board info variable "no_hardware_watchpoints" is true.
5531 Replace single-letter commands with more readable ones.
5532 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
5533 if new board info variable "no_hardware_watchpoints" is true.
5534 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
5535 to see if stdio (printf) testing is possible.
5536 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
5537 board info variable "no_hardware_watchpoints" is true. Use new
5538 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
5539
5540 2000-11-13 Fernando Nasser <fnasser@redhat.com>
5541
5542 From Orjan Friberg <orjanf@axis.com>:
5543 * gdb.base/printcmds.exp: Escape curly braces followed by a number
5544 in array print pattern match.
5545
5546 2000-11-09 Fernando Nasser <fnasser@redhat.com>
5547
5548 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
5549 spelling "cancelled" to U.S. spelling "canceled" to match changes
5550 made to gdb.
5551 * gdb.c++/ovldbreak.exp: Ditto.
5552
5553 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5554
5555 * gdb.base/callfuncs.c (main): Moved to end of file, call
5556 t_double_values to initialize the FPU before inferior calls are made.
5557 * gdb.base/callfuncs.exp: Test for register preservation after calling
5558 inferior functions. Add tests for continuining, finishing and
5559 returning from a stop in a call dummy.
5560
5561 2000-10-24 Michael Snyder <msnyder@cygnus.com>
5562
5563 * gdb.base/commands.exp: Break up long lines, and re-indent.
5564
5565 2000-10-19 Michael Snyder <msnyder@cygnus.com>
5566
5567 * config/gdbserver.exp: Rewritten from the ground up, to make it
5568 compatible with the current dejagnu tree, and to make it work with
5569 the new "gdbserver" in libremote.
5570
5571 2000-10-16 Michael Snyder <msnyder@cygnus.com>
5572
5573 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
5574 * gdb.base/varargs.exp: Skip entire test if no printf support.
5575 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
5576 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
5577
5578 2000-10-13 Michael Snyder <msnyder@cygnus.com>
5579
5580 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
5581 no floating point support.
5582 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
5583 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
5584 * gdb.base/call-rt-st.exp: Ditto.
5585 * gdb.base/call-strs.exp: Ditto.
5586
5587 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
5588
5589 * gdb.base/sizeof.c: include <stdio.h>.
5590
5591 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
5592 'finish', otherwise uncaptured gdb_prompt would potentially
5593 throw remaining test points out of sync.
5594
5595 2000-07-26 Scott Bambrough <scottb@netwinder.org>
5596
5597 * gdb.base/recurse.exp: Run tests for all targets.
5598 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
5599 gnu-oldld case on ARM.
5600 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
5601 for ARM targets.
5602
5603 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
5604
5605 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
5606 * gdb.java/configure: Rebuild.
5607
5608 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
5609
5610 * gdb.java/jv-exp.exp: New file.
5611
5612 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
5613
5614 * configure: Rebuilt.
5615 * configure.in (configdirs): Add gdb.java.
5616 * gdb.java/jmisc.java: New file.
5617 * gdb.java/jmisc.exp: New file.
5618 * gdb.java/Makefile.in: New file.
5619 * gdb.java/configure: Rebuilt.
5620 * gdb.java/configure.in: New file.
5621 * lib/java.exp: New file.
5622
5623 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
5624
5625 * gdb.base/exprs.exp: Test casts to a pointer including over and
5626 underflow.
5627
5628 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
5629
5630 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
5631 and the compilers sizes.
5632
5633 2000-07-09 Nick Duffek <nsd@redhat.com>
5634
5635 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
5636 (use_methods): New function.
5637 (main): Call use_methods().
5638 * gdb.c++/classes.exp (test_method_param_class): New procedure.
5639 (do_tests): Call test_method_param_class.
5640
5641 2000-07-09 Nick Duffek <nsd@redhat.com>
5642
5643 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
5644 spelling.
5645 (test_enums): New procedure. Move enum tests from end of script
5646 to here. Set breakpoint on function name instead of line number.
5647 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
5648 (enums2): New marker function.
5649 (enums1): New function.
5650 (main): Call enums1(). Move enum tests to enums1().
5651
5652 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
5653
5654 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
5655 compile/link program. Update line numbers.
5656 * gdb.asm/d10v.inc: Define ``startup''.
5657 * gdb.asm/asmsrc1.s: Add definition of _start.
5658
5659 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
5660
5661 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
5662
5663 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5664
5665 * gdb.base/maint.exp: Add 'maint print architecture' item to output
5666 of 'help maint print' command.
5667
5668 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
5669
5670 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
5671 they use gdb_expect_list.
5672
5673 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
5674
5675 * gdb.base/commands.exp: Use ``set remote
5676 memory-read-packet-size'' instead of ``set endian big'' to test
5677 long commands.
5678
5679 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
5680
5681 * gdb.c++/templates.exp (do_tests): Make all of these work under
5682 g++, and stop skipping them.
5683
5684 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
5685 work under g++.
5686
5687 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
5688 initialization.
5689
5690 2000-06-02 Michael Snyder <msnyder@cygnus.com>
5691
5692 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
5693 the regular expression: accept an (almost) arbitrary sequence of
5694 "frames-invalid" and "breakpoints-invalid" messages both before
5695 and after the "starting" message.
5696
5697 2000-06-02 Michael Snyder <msnyder@cygnus.com>
5698
5699 * gdb.c++/local.exp: This test has never been known to work with g++.
5700
5701 2000-05-18 Michael Snyder <msnyder@cygnus.com>
5702
5703 * gdb.base/annota1.exp (annotate-signal-handler-caller):
5704 Relax the regular expression a little, make it pass on Solaris 8.
5705
5706 2000-05-12 Kevin Buettner <kevinb@redhat.com>
5707
5708 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
5709 a call, do not require that gdb stop on the line after the call.
5710 Instead, it is permissible for gdb to stop on the line of the
5711 call itself.
5712
5713 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
5714
5715 * gdb.base/break.exp (bp on small function, optimized file):
5716 Add a second pass pattern. The behavior differs here between stabs
5717 and dwarf for one-line functions. Stabs preserves two line symbols
5718 (one before the prologue and one after) with the same line number,
5719 but dwarf regards these as duplicates and discards one of them.
5720 Therefore the address after the prologue (where the breakpoint is)
5721 has no exactly matching line symbol, and GDB reports the breakpoint
5722 as if it were in the middle of a line rather than at the beginning.
5723
5724 2000-05-08 Michael Snyder <msnyder@cygnus.com>
5725
5726 * gdb.base/interrupt.exp: Make "pass" message say "send"
5727 rather than "send_gdb" (for consistancy).
5728
5729 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
5730
5731 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
5732 * gdb.c++/templates.cc: Properly check for GCC version number.
5733 * lib/compiler.cc: Likewise
5734
5735 2000-04-28 Michael Snyder <msnyder@cygnus.com>
5736
5737 * gdb.base/break.exp: When compiled with -O2 optimization,
5738 gdb may not stop at the first line of main, due to code motion.
5739
5740 2000-04-26 Michael Snyder <msnyder@cygnus.com>
5741
5742 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
5743 This test depends on parsing the printf output from the target.
5744 Since the sparclet stub doesn't do stdio, this will never work.
5745 * gdb.base/call-rt-st.exp: ditto.
5746 * gdb.base/call-strs: ditto.
5747
5748 2000-04-24 Michael Snyder <msnyder@cygnus.com>
5749
5750 * gdb.base/miscexprs.exp: make sizeof long array test portable.
5751
5752 * gdb.base/ending-run.exp: After connecting to a remote target,
5753 but before running, the target will appear to be in a random
5754 location. Specify both a file and a line for breakpoints.
5755 Also, the function that calls main may be called 'init'
5756 rather than 'start'.
5757
5758 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5759
5760 * gdb.base/help.exp: Update output for add-symbol-file command.
5761
5762 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
5763
5764 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5765 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
5766
5767 2000-04-07 J.T. Conklin <jtc@redback.com>
5768
5769 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
5770
5771 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
5772
5773 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
5774
5775 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
5776 values that can be represented exactly.
5777 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
5778 above change, and to not check against the directory part of the source
5779 file name.
5780 (step into print_long_arg_list): Likewise.
5781 (print print_small_structs from print_long_arg_list): Likewise.
5782 (print print_long_arg_list): Likewise.
5783
5784 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5785
5786 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
5787
5788 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
5789
5790 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
5791
5792 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
5793
5794 * gdb.base/commands.exp (deprecated_command_test): Add test for
5795 deprecate with no arguments.
5796
5797 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
5798
5799 * gdb.base/break.exp: Add new test for setting breakpoints on
5800 optimized code so we can test breakpoints work even when function
5801 prologues may be optimized away
5802
5803 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
5804
5805 From David Whedon <dwhedon@gordian.com>
5806 * gdb.base/commands.exp : Added command deprecator tests.
5807
5808 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
5809
5810 * gdb.base/help.exp: Added test for new apropos command.
5811
5812 2000-03-21 Kevin Buettner <kevinb@redhat.com>
5813
5814 * gdb.base/pointers.c (usevar): New function.
5815 (main): Make sure that global variables v_int_pointer2, rptr,
5816 and y are all referenced someplace in the program by calling
5817 usevar() on them. [Some linkers delete symbols which are
5818 never referenced. The space remains, but there's no way to
5819 get a (symbolic) handle on the variable from the debugger.]
5820
5821 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5822
5823 * gdb.base/printcmds.c: Add typedeffed arrays.
5824
5825 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
5826 procedure to test arrays that are typedef'd.
5827
5828 2000-03-13 James Ingham <jingham@leda.cygnus.com>
5829
5830 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
5831 the library directories.
5832
5833 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
5834
5835 * configure.in (configdirs): Add sub directory gdb.mi.
5836 * configure: Re-generate.
5837
5838 * gdb.mi: New directory.
5839
5840 2000-02-25 Scott Bambrough <scottb@netwinder.org>
5841
5842 * gdb.base/long_long.exp: Correct test suite failure when printing
5843 a long long value as a double on ARM platforms.
5844
5845 2000-02-16 Jim Blandy <jimb@redhat.com>
5846
5847 * gdb.base/break.exp ("breakpoint line number"): Make sure the
5848 default source file is set properly before running this test.
5849
5850 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5851
5852 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
5853 gdbtk/library directory, not in gdbtcl2.
5854
5855 2000-02-04 Jim Blandy <jimb@redhat.com>
5856
5857 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
5858 backslash from regexp pattern.
5859
5860 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
5861 procedure. Use it to run all the "continue to bp overloaded"
5862 tests. Note that this changes the names of the tests slightly.
5863 If the breakpoint hit message includes a hex PC value, because
5864 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
5865 from the real source code, still consider that a pass.
5866
5867 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
5868 XFAIL here if the breakpoint message contains a hex address. Note
5869 similar change on 1999-11-02.
5870
5871 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
5872
5873 * gdb.base/ptype.exp: Establish a default source file before
5874 calling get_debug_format.
5875
5876 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
5877
5878 * gdb.base/watchpoint.exp: Remove duplication of test messages.
5879
5880 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
5881
5882 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
5883 of successive stepi commands -- while in the prologue we should see
5884 the function entry bracket.
5885
5886 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
5887
5888 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
5889 reach __change_mode() when stepping through the end of main().
5890
5891 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
5892
5893 * gdb.base/default.exp: Fix expected pattern.
5894 * gdb.base/help.exp: Same.
5895
5896 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5897
5898 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
5899 Don't use xfail's because that affects only the following test.
5900
5901 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
5902 solaris or linux.
5903
5904 * gdb.base/selftest.exp: Update to reflect changes to main.c.
5905
5906 2000-01-07 Michael Snyder <msnyder@cygnus.com>
5907
5908 * gdb.base/display.exp: Some yacc parsers like to say
5909 "A syntax error" rather than "A parse error". Accept both.
5910
5911 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
5912
5913 * gdb.base/default.exp: Remove OS dependent string from "target
5914 remote" test.
5915 * gdb.base/help.exp: Same for "help target remote" test.
5916
5917 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5918
5919 From Jim Kingdon <kingdon@redhat.com>:
5920
5921 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
5922 prompt (cleanup rather than necessity, but still might keep output
5923 from spilling to next test).
5924
5925 2000-01-02 Fred Fish <fnf@cygnus.com>
5926
5927 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
5928 AIX, which defines them in <sys/types.h>.
5929
5930 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
5931
5932 * gdb.base/default.exp: Match arm* etc instead of arm in "info
5933 float" test.
5934
5935 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
5936
5937 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
5938
5939 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
5940 outermost frame disallowed".
5941
5942 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
5943
5944 * gdb.base/setvar.exp: New tests for setting the value of a struct
5945 with a constant list.
5946
5947 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
5948
5949 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
5950 require the user to type a cast before setting the value of a struct.
5951
5952 1999-12-06 Jim Blandy <jimb@cygnus.com>
5953
5954 * gdb.base/default.exp: Expect the new 'info float' command on
5955 all i386 platforms.
5956
5957 * gdb.threads/linux-dp.exp: Expand our ability to recognize
5958 LinuxThreads libraries that don't support debugging.
5959
5960 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
5961
5962 * gdb.base/remote.c: Fill the buffer with truely random data.
5963 Change the buffer type to ``unsigned char'' to simplify size
5964 arithmetic.
5965
5966 * gdb.base/remote.exp: Reduce download numbers by one. Typical
5967 stub only handles 400-1 byte packets. Verify that the download
5968 worked.
5969
5970 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
5971
5972 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
5973 tests, using UNRESOLVED for the untested cases. Also, does not wait
5974 for a timeout if the prompt was received before a recognizable pattern.
5975
5976 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
5977
5978 * lib/gdb.exp (gdb_expect_list): Fix spelling.
5979
5980 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5981
5982 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
5983 watchpoints.
5984
5985 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
5986
5987 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
5988
5989 * gdb.c++/local.exp: Be more flexible in recognizing local class
5990 name mangling. Don't allow horribly truncated method names.
5991 * gdb.c++/derivation.exp: Expect protected inheritance.
5992 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
5993 * gdb.c++/virtfunc.exp: Likewise.
5994 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
5995 when printing a nested enum.
5996
5997 1999-11-22 Jim Blandy <jimb@cygnus.com>
5998
5999 * gdb.base/step-test.exp: Properly await GDB's response to setting
6000 a breakpoint on the call to large_struct_by_value.
6001
6002 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
6003 just because we have debug info for the `start' function.
6004
6005 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
6006
6007 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
6008 "Unknown signal" messages, which indicate (on LinuxThreads) that
6009 GDB doesn't know how to debug threads on this system. This is
6010 better than hanging while philosopher 0 dumps chatter into gdb.log.
6011
6012 1999-11-18 Tom Tromey <tromey@cygnus.com>
6013
6014 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
6015
6016 1999-11-18 Fred Fish <fnf@cygnus.com>
6017
6018 * gdb.base/coremaker2.c: Add sample program for generating
6019 cores that is more self contained than coremaker.c. Eventually
6020 I'll add more code to this and tie it into the testsuite.
6021
6022 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
6023
6024 * gdb.base/dollar.exp: Remove, now in gdb.hp.
6025
6026 1999-11-10 Jimmy Guo <guo@cup.hp.com>
6027
6028 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
6029 from $srcdir/lib/.
6030 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
6031 and gdb.c++/.
6032
6033 * gdb.c++/derivation.exp: remove redundant get compiler info code.
6034
6035 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
6036 'continue with watch' test point.
6037
6038 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
6039
6040 Merged from p2linux-990323-branch:
6041
6042 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
6043
6044 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
6045
6046 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
6047 {limit,fixed}''. Test ``set download-write-size''.
6048
6049 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
6050
6051 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
6052 gdb_expect_list.
6053
6054 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
6055
6056 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
6057
6058 1999-11-03 Mark Salter <msalter@cygnus.com>
6059
6060 * gdb.base/break.exp: Fix "stub continue" pattern.
6061
6062 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
6063
6064 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
6065
6066 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
6067
6068 * gdb.base/display.exp ("finish"): Add timeout clause.
6069
6070 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
6071 plain prompt clause, so this doesn't have to time out in order to
6072 fail.
6073
6074 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
6075 breakpoint hit messages include an address.
6076
6077 * gdb.base/display.exp: Don't forget to escape parens in regular
6078 expressions. Unix regexp notatation sucks.
6079
6080 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6081
6082 * gdb.base/annota1.exp: Test for annotate-signalled: change output
6083 order for 'signalled' message.
6084
6085 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
6086
6087 From Jimmy Guo <guo@cup.hp.com>:
6088 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
6089 * gdb.base/annota1.c: Add code for tests to work with.
6090
6091 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
6092
6093 * gdb.base/remote.exp: New test for remote downloading settings.
6094 * gdb.base/remote.c: New file with large .data.
6095
6096 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
6097
6098 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
6099 for LinuxThreads support, merged from the Code Fusion branch.
6100
6101 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
6102
6103 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
6104 containing exp_continue into a while within an expect. Don't
6105 attempt a start more than three times. Check return value from
6106 gdb_load.
6107
6108 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
6109
6110 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
6111 a pass case.
6112
6113 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
6114
6115 * gdb.base/break.c (main): Added a statement that we can step
6116 off of.
6117 * gdb.base/break.exp: Added tests for setting a breakpoint
6118 at an offset and stepping onto a breakpoint.
6119
6120 1999-10-01 Fred Fish <fnf@cygnus.com>
6121
6122 * gdb.base/help.exp (help add-symbol-file): Update to match current
6123 gdb output.
6124
6125 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
6126
6127 * gdb.base/break.exp: Code locations are in hex, don't forget!
6128 (For HP-UX.)
6129
6130 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
6131
6132 * condbreak.exp: Use break.c as test program.
6133 * condbreak.c: Remove, redundant with break.c.
6134
6135 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
6136
6137 * config/monitor.exp (gdb_target_monitor): Disable X- and
6138 Z-packets if the target needs it.
6139
6140 1999-09-13 James Ingham <jingham@leda.cygnus.com>
6141
6142 * gdb.c++/overload.exp: Added tests for listing overloaded
6143 functions with function pointers in the arg, explicitly calling
6144 out the version you want.
6145
6146 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
6147
6148 * long_long.exp: Add variations of test cases that work for
6149 targets with 16-bit ints and 32-bit doubles.
6150
6151 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
6152
6153 * break.c (main): Compare a possibly-uninitialized argc with an
6154 unlikely value that fits in 16 bits.
6155
6156 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
6157
6158 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
6159 0xfeeb, don't want negative numbers if ints are 16 bits.
6160
6161 * lib/gdb.exp (skip_cplus_tests): New proc.
6162 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
6163 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
6164 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
6165 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
6166 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
6167 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
6168 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
6169 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
6170
6171 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
6172
6173 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
6174
6175 * gdb.base/corefile.exp (up): Allow a parameter to appear
6176 in the frame that we're going up to.
6177
6178 From Jim Blandy <jimb@cygnus.com>:
6179
6180 * gdb.base/default.exp (info float): Expect some output now.
6181
6182 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
6183 returning floating-point values to fail on the x86.
6184 * gdb.base/callfwmall.exp (do_function_calls): Same.
6185
6186 * gdb.base/list.exp (test_listsize): Correct expectations for
6187 listing line 1 with listsize 2. Also, listing a single line
6188 works now, as does listing three lines. [Kevin's note: There
6189 were a number of other cases fixed too where the expectations
6190 differed...]
6191
6192 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
6193
6194 * gdb.base/selftest.exp: Add case for when version prints as
6195 constant string instead of char pointer.
6196
6197 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
6198
6199 * gdb.base/ending-run.exp: Add Solaris case for what happens when
6200 stepping out of main.
6201
6202 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
6203 G++ used.
6204
6205 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
6206 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
6207
6208 * gdb.c++/ovldbreak.exp: Update match string in test that
6209 includes a warning of multiple breakpoints.
6210
6211 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
6212
6213 * gdb.base/display.exp: Improve precision of step-after-finish
6214 added yesterday.
6215
6216 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
6217 test.
6218
6219 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
6220 configs when using G++, not just hppa*.
6221
6222 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6223
6224 * gdb.base/async.c: New file.
6225 * gdb.base/async.exp: New file.
6226
6227 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
6228
6229 * gdb.base/break.exp: Tweak PA specific tests to properly handle
6230 PA64.
6231
6232 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
6233
6234 * gdb.base/display.exp: "finish" can leave us mid-line on many
6235 targets, deal with it. Add a small constant to main, instead of
6236 1000 since main+1000 may not be a valid address in the target.
6237
6238 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
6239 on hpux11.
6240
6241 * gdb.base/attach.exp: Handle another hpux11 error message variant
6242 when attaching to a process that does not exist.
6243
6244 1999-08-19 J.T. Conklin <jtc@redback.com>
6245
6246 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
6247 characters in 'continue to 1241' test.
6248
6249 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
6250
6251 * gdb.base/call-ar-st.exp: Add a shorter match case for the
6252 stop in print_long_arg_list, define and use a whitespace
6253 variable in print_small_structs test, add an XFAIL for Solaris.
6254 * gdb.base/dbx.exp: XFAIL func commands until somebody is
6255 interested enough to fix.
6256
6257 1999-08-13 Keith Seitz <keiths@cygnus.com>
6258
6259 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
6260 (dbx_gdb_load): Remove. Use gdb_load instead, since that
6261 proc knows about targets other than the natives.
6262 (test_assign): Use "gdb_run_cmd" to "run" the target.
6263 Check that we've actually hit the breakpoint at main.
6264 When we attempt to assign a value to a local variable, check
6265 that the variable is in the current scope, i.e., don't use
6266 a test with an empty result.
6267
6268 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
6269
6270 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
6271 command.
6272
6273 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
6274
6275 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6276 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
6277 gdb.compat, gdb.threads-hp.
6278 gdb.hp/configure, gdb.hp/configure.in: New files.
6279 gdb.hp/Makefile.in: Recurse into new subdirs.
6280 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
6281 gdb.hp/gdb.objdbg: New directory, tests for debugging info
6282 in object files.
6283 gdb.hp/tools: New directory, aux tools for HP-specific tests.
6284
6285 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
6286
6287 * gdb.base/display.exp: Help expect by putting a newline in the
6288 funky printf, remove a bogus p/a test.
6289
6290 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6291
6292 * gdb.base/display.exp: Make sure that when we say 'run', we are
6293 connected to the target. This is necessary when running not
6294 natively.
6295
6296 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
6297
6298 * gdb.base/step-test.exp: Removed some extraneous messages.
6299
6300 * gdb.base/long_long.exp: Don't run memory examination tests
6301 on little-endian targets (they will need a different set of
6302 results to match).
6303
6304 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
6305
6306 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
6307 until somebody decides to fix GDB.
6308
6309 * gdb.base/long_long.c: Stop compiler complaint by specifying long
6310 constant as "ULL".
6311 * gdb.base/long_long.exp: Loosen x/c test, add partial result
6312 matches for a couple x/2 commands.
6313
6314 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
6315
6316 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
6317 by merging in ref-types2 tests.
6318 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
6319
6320 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6321 * gdb.c++/Makefile.in: Add standard actions.
6322 (EXECUTABLES): Rename from PROGS, update list.
6323 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
6324 from gdb.hp.
6325 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
6326 foo and bar locals.
6327 * gdb.c++/anon-union.exp: Fix tests to match.
6328 * gdb.c++/classes.exp: Run if HP compiler used, add extra
6329 expect matches to handle output variations.
6330 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
6331 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
6332 output, add HP alternatives for new and delete prints.
6333 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
6334 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
6335 * gdb.c++/demangle.exp: Use $style when reporting failure.
6336 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
6337 * gdb.c++/inherit.exp: Run if HP compiler used, add some
6338 match alternatives.
6339 * gdb.c++/local.exp: Add match alternatives or xfails for HP
6340 compilers.
6341 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
6342 * gdb.c++/method.exp: Add match alternatives.
6343 * gdb.c++/misc.cc: Add bool types.
6344 * gdb.c++/misc.exp: Add tests for bool types.
6345 * gdb.c++/overload.exp: Add xfails.
6346 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
6347 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
6348 add some more template parameter tests (only for HP currently).
6349 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
6350 * gdb.c++/virtfunc.cc: Add return type and value for main.
6351 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
6352 match alternatives.
6353
6354 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6355
6356 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
6357
6358 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
6359
6360 * gdb.base/signals.exp: Don't expect getting a backtrace from
6361 within a signal handler to fail on Linux.
6362
6363 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
6364
6365 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6366 * lib/gdb.exp: Remove some gratuitious semicolons.
6367 (delete_breakpoints): Increase timeout.
6368 (gdb_expect): Add -notransfer option.
6369 (gdb_test): Use -notransfer option.
6370 (get_compiler_info): Add f77 case.
6371 (get_compiler): New proc, split out from gdb_preprocess, add f77
6372 case.
6373 (gdb_preprocess): Call get_compiler.
6374
6375 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
6376 * gdb.base/attach.exp, gdb.base/display.exp,
6377 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
6378 gdb.base/long_long.exp, gdb.base/printcmds.exp,
6379 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
6380 third arg to gdb_test.
6381 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
6382 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
6383 HP-UX xfails, add others.
6384 * gdb.base/completion.exp: Reflect name change of self-test.
6385 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
6386 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
6387 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
6388 HP failure number.
6389 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
6390 useless HP-UX 10.30 references.
6391 * gdb.base/maint.exp: Loosen matches.
6392 * gdb.base/pointers.c (main): Declare more_code.
6393 * gdb.base/pointers.exp: Match on output of a `next'.
6394 * gdb.base/structs.c: Add prototypes.
6395 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
6396 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
6397
6398 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6399
6400 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
6401 command.
6402
6403 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6404
6405 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
6406 Fix run to main failures. Watchpoint can be hardware watchpoint.
6407
6408 * gdb.base/annota1.exp: Clean up some more, in case printf has
6409 debug info. Deal with lack of signal hanlder info in stack.
6410
6411 From Jim Kingdon <kingdon@redhat.com>:
6412 * gdb.base/annota1.exp: If printf has debug info, deal with it.
6413
6414 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
6415
6416 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
6417 gdb.base/foll-vfork.exp: Don't run for crosses.
6418
6419 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
6420
6421 * gdb.base/configure.in: Check for gdbvars.exp instead of
6422 a1-selftest.exp.
6423 * gdb.base/configure: Re-generate.
6424
6425 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
6426
6427 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
6428 in trying to run first and name is too long.
6429
6430 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
6431 pointers2.c and pointers2.exp, respectively.
6432 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
6433 doschk happier.
6434
6435 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
6436
6437 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
6438 callfuncs2.c and callfuncs2.exp.
6439
6440 * gdb.base/list.exp: Remove mistaken xfails.
6441 * gdb.base/list0.h: Add optional prototypes.
6442
6443 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
6444
6445 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
6446 calling malloc.
6447 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
6448 * ptype.exp: Move test for get_debug_format to before its first
6449 use.
6450
6451 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6452
6453 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
6454 * gdb.base/annota2.cc, annota2.exp: Move from here.
6455 * gdb.c++/annota2.cc, annota2.exp: To here.
6456 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
6457
6458 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
6459
6460 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
6461 a consistent format.
6462
6463 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
6464
6465 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6466 * lib/gdb.exp (get_compiler_info): Add detection for assorted
6467 HP compilers, also set the globals $true and $false.
6468
6469 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
6470 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
6471 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
6472 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
6473 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
6474 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
6475 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
6476 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
6477 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
6478 whatis.c} Add C++ compatible function definitions and return
6479 types, add includes for library functions.
6480 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
6481 * gdb.base/step-test.c (myglob): Rename from glob.
6482 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
6483 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
6484 files, move here from gdb.hp.
6485 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
6486 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
6487 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
6488 Adjust line numbers in regexps.
6489
6490 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
6491 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
6492 instead of 0/1.
6493
6494 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
6495 foll-vfork.exp: New files, move here from gdb.hp.
6496 * gdb.base/page.exp: New file, test of pagination command.
6497
6498 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
6499 recursion test.
6500 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
6501
6502 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
6503 gdb.base/solib.exp: Fix compiler invocation process.
6504
6505 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
6506 HP-UX 11, turn off overload resolution explicitly.
6507 * gdb.base/commands.exp: Set argument list explicitly, add
6508 watchpoint test.
6509 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
6510 them work.
6511 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
6512 expressions properly.
6513 * gdb.base/corefile.exp: Loosen the match slightly.
6514 * gdb.base/default.exp: Allow "Error accessing memory" message
6515 also.
6516 * gdb.base/display.exp: Skip over x/0 j if PA64.
6517 * gdb.base/funcargs.exp: Add xfails for HP-UX.
6518 * gdb.base/interrupt.exp: Ditto.
6519 * gdb.base/langs.exp: Add symbolic matches governed by compiler
6520 in use.
6521 * gdb.base/list.exp: Add xfails for HP-UX.
6522 * gdb.base/long_long.exp: Refine some of the numeric matches.
6523 * gdb.base/mips_pro.exp: Xfail on HP-UX.
6524 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
6525 * gdb.base/nodebug.exp: Succeed on more varieties of output.
6526 * gdb.base/opaque.exp: Remove some HP-UX xfails.
6527 * gdb.base/ptype.exp: Succeed on more varieties of output.
6528 * gdb.base/scope.exp: Add xfails for HP-UX.
6529 * gdb.base/sect-cmd.exp: Add more cases.
6530 * gdb.base/setvar.exp: Add xfails for HP-UX.
6531 * gdb.base/shlib-call.exp: Loosen some matches slightly.
6532 * gdb.base/signals.exp: Match on void symbolically.
6533 * gdb.base/step-test.exp: Add case for PA64.
6534 * gdb.base/term.exp: Add exit and restart.
6535 * gdb.base/twice.exp: Clean up after self.
6536 * gdb.base/varargs.exp: Disable overload resolution explicitly.
6537 * gdb.base/whatis.exp: Allow more ways to pass tests.
6538
6539 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
6540 no longer useful.
6541
6542 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
6543
6544 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
6545 list of patterns.
6546 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
6547 print_double_array(double_array)", "continuing to breakpoint
6548 1018", "print print_double_array(array_d)" and "continuing to
6549 1034" tests.
6550
6551 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
6552
6553 * Makefile.in: Add empty html and install-html targets.
6554
6555 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
6556
6557 * config/mt-*: Remove, these haven't been used since 1996.
6558
6559 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
6560
6561 * gdb.base/call-strs.c, gdb.base/ending-run.c,
6562 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
6563 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
6564
6565 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
6566
6567 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
6568 simpler match case for the ptype of the big class.
6569
6570 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
6571
6572 * gdb.exp: Fix test for gdb_prompt existence.
6573
6574 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
6575
6576 * gdb.exp (gdb_test): Add fail after calls to perror.
6577
6578 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
6579
6580 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
6581
6582 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
6583
6584 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
6585
6586 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
6587
6588 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
6589 malloc() is linked in.
6590
6591 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
6592
6593 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
6594 step at end.
6595
6596 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
6597
6598 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
6599
6600 * gdb.java/jv-print.exp: New file. (Our first Java test!)
6601
6602 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
6603
6604 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
6605 * gdb.base/mips_pro.exp: Likewise.
6606
6607 1999-06-02 Keith Seitz <keiths@cygnus.com>
6608
6609 * gdb.c++/templates.cc: Change all "new" operators to throw
6610 an exception.
6611 * gdb.c++/cplusfuncs.cc: Likewise.
6612
6613 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
6614
6615 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
6616
6617 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
6618 * gdb.base/ending-run.exp: When stepping out of main, accept a
6619 step into an arbitrary assembler file.
6620
6621 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6622
6623 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
6624 "breakpoint-invalid" to be printed.
6625 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
6626 number of "frames-invalid" and "breakpoint-invalid" to be printed.
6627 * gdb.base/annota2.cc: Initialize a.x to 0.
6628
6629 1999-05-17 Keith Seitz <keiths@cygnus.com>
6630
6631 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
6632 when "skip_float_tests" set.
6633 Ditto for "print print_double_array(array_d)", "print print_small_structs",
6634 "print print_ten_doubles", and "step into print_long_arg_list".
6635 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
6636 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
6637 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
6638 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
6639 "skip_float_tests" is set.
6640 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
6641 when "skip_float_tests" set.
6642
6643 1999-05-06 Keith Seitz <keiths@cygnus.com>
6644
6645 * gdb.base/annota2.cc: Include stdio.h.
6646
6647 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
6648
6649 * gdb.base/crossload.exp: Remove, this has been disabled ever
6650 since BFD stopped including all targets, and cross-GDB gets
6651 plenty of testing anyway.
6652 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
6653 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
6654 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
6655 * gdb.base/README: Remove, was doc for this.
6656 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
6657 needed.
6658
6659 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6660
6661 * gdb.base/call-ar-st.exp: Fix one regular expression in test
6662 output.
6663
6664 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
6665 * gdb.base/annota2.exp: New file. More annotation tests.
6666 * gdb.base/annota1.c: New file. Source file for annota1.exp.
6667 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
6668
6669 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
6670
6671 * config/cfdbug.exp: New file.
6672
6673 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
6674
6675 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
6676 Marcus Daniel's and Dale Hawkins's demangler crashes.
6677
6678 * gdb.c++/demangle.exp (test_gnu_style_demangling,
6679 test_lucid_style_demangling, test_arm_style_demangling,
6680 test_hp_style_demangling): Try Tom Tromey's core-dumping
6681 identifier under each demangling style.
6682
6683 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
6684
6685 * gdb.c++/demangle.exp: Include the current demangling style
6686 in all test names.
6687 (current_demangling_style): New global variable.
6688 (set_demangling_style, test_demangling_core, test_demangling,
6689 test_demangling_exact): New functions.
6690 (test_gnu_style_demangling, test_lucid_style_demangling,
6691 test_arm_style_demangling, test_hp_style_demangling): Use those,
6692 instead of calling gdb_test and gdb_test_exact directly.
6693 (catch_demangling_errors): New function, which reports errors
6694 signalled by the demangling test functions in an orderly way.
6695 (do_tests): Use catch_demangling_errors.
6696
6697 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
6698
6699 * gdb.base/signals.exp (test_handle_all_print): Use () for
6700 grouping in expressions, not {}.
6701
6702 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
6703 initialized yet.
6704
6705 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
6706
6707 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
6708 are listed.
6709
6710 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
6711
6712 * gdb.stabs/weird.exp: Test for CC being defined before
6713 looking at its value.
6714
6715 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
6716
6717 * gdb.base/call-ar-st.exp: Remove stray '#'.
6718 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
6719 "short int" and "long int".
6720 * gdb.c++/overload.cc: Cast the string added in the previous
6721 change, to mollify finicky HP compiler.
6722 * gdb.hp/reg-test.exp (testfile): Fix file name.
6723 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
6724
6725 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
6726 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
6727 alternate form of enum ptype.
6728
6729 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
6730
6731 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
6732 * gdb.hp/*.exp: Change all to run compiler probe only after
6733 passing skip_hp_tests, so as not to waste time on guaranteed
6734 failure.
6735
6736 * gdb.c++/overload.cc: Pass string instead of char addr, always
6737 init ccpfoo.
6738 * gdb.c++/templates.cc: Fix syntax error.
6739
6740 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6741
6742 * gdb.base/commands.exp: Add test for correct position of '>'
6743 when issuing the 'commands' command after a 'while' or 'if'
6744 command.
6745
6746 1999-03-18 James Ingham <jingham@cygnus.com>
6747
6748 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
6749
6750 * gdb.c++/method.exp: It was testing an uninitialized int on the
6751 stack and assuming it was positive.
6752
6753 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
6754
6755 * gdb.base/step-test.exp: Catch a case where finish is broken and
6756 keep it from killing the rest of the tests.
6757 Use gdb_continue_to_end.
6758
6759 * gdb.base/sigall.exp: use gdb_continue_to_end.
6760
6761 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
6762
6763 * gdb.base/display.exp: use runto_main, not run.
6764
6765 * gdb.base/default.exp: Check for the current error message in the
6766 r abbreviation test.
6767 Add strongarm to the targets that know info float.
6768
6769 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
6770 run which doesn't work with monitors.
6771
6772 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
6773
6774 * gdb.base/break.exp: use the gdb_continue_to_end proc.
6775
6776 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
6777 program. Traps the case (in Cygmon) when the program never really
6778 exits. Same as Mark's continue_to_exit, but I had put it in a lot
6779 more places, so I used my name. Sorry Mark...
6780
6781 * config/monitor.exp (gdb_target_monitor): added another
6782 target_info parameter: remotebinarydownload. This will set the
6783 remotebinarydownload flag if this is causing some boards trouble.
6784
6785 1999-03-18 Mark Salter <msalter@cygnus.com>
6786
6787 * lib/gdb.exp (continue_to_exit): New function.
6788
6789 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
6790 * gdb.base/ending-run.exp: Ditto.
6791 * gdb.base/step-test.exp: Ditto.
6792
6793 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
6794
6795 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
6796 (suggested by Art Haas <ahaas@neosoft.com>).
6797
6798 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
6799
6800 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
6801
6802 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
6803
6804 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
6805 descriptions of types (short unsigned int vs unsigned short, etc).
6806
6807 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
6808
6809 * gdb.base/call-strs.exp: Don't assume that `step' will step over
6810 a call to strlen; sometimes we do have sources.
6811
6812 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
6813
6814 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
6815 character, so GDB won't print garbage after its end.
6816
6817 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
6818 breakpoint there instead. Sometimes GCC emits memcpy to handle
6819 the large structures being passed by value, so we step into that
6820 instead of sum_array_print, which obscures what we're really testing.
6821 * gdb.base/step-test.exp: However, we do want a test that notices
6822 the bizarre steps into memcpy, so do that here. Add check for
6823 stepping into function calls that pass large structures by value.
6824 ("Is that a noun clause, or are you just happy to see me?")
6825 Remove all references to specific line numbers.
6826 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
6827 New type and function.
6828 (main): Call large_struct_by_value, passing it a large struct by value.
6829 * lib/gdb.exp (gdb_get_line_number): New function.
6830
6831 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
6832 more portable.
6833
6834 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
6835
6836 * lib/gdb.exp: Doc fixes.
6837
6838 1999-03-05 Nick Clifton <nickc@cygnus.com>
6839
6840 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
6841
6842 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
6843
6844 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
6845 commands. They're not germane to this test, and they don't work
6846 that way on remote targets.
6847
6848 1999-03-01 James Ingham <jingham@cygnus.com>
6849
6850 * Changelog entries merged over from gdb development branch.
6851
6852 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
6853
6854 * lib/gdb.exp (gdbtk_analyze_results): Generic function
6855 for outputting results of test run.
6856
6857 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
6858
6859 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
6860
6861 1999-02-25 Felix Lee <flee@cygnus.com>
6862
6863 * lib/gdb.exp (debug_format): initialize
6864
6865 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
6866
6867 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
6868 * gdb.base/call-rt-st.c: Ditto.
6869
6870 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
6871
6872 * gdb.threads/pthreads.exp (horiz): New variable.
6873 (test_startup): Fix regexps that capture thread numbers.
6874
6875 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
6876
6877 * gdb.base/smoke.exp: Disambiguate two test case names (both
6878 called ``print'').
6879
6880 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
6881
6882 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
6883 compilation.
6884
6885 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
6886
6887 * gdb.base/miscexprs.exp: Change patterns to match GDB's
6888 actual output formatting.
6889 * gdb.base/smoke.exp: GDB removes leading 0's.
6890 * gdb.base/volatile.exp: Don't check type of remuneration;
6891 that variable is no longer defined in constvars.c.
6892 * gdb.base/step-test.c (main): Exit with explicit exit code.
6893 * gdb.base/step-test.exp: Remove two nexti checks--they are
6894 not portable.
6895
6896 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
6897
6898 * gdb.base/help.exp ("help delete display"): Fix test to match
6899 gdb's output.
6900
6901 * gdb.base/long_long.c (known_types): Initialize values to zero.
6902 * gdb.base/long_long.exp: Step one more line
6903 so 'dec' is initialized in "get to known place". GDB removes
6904 leading zeros. Explicitly ask for hex formatting. Use
6905 unique test case names.
6906
6907 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6908
6909 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
6910
6911 * gdb.c++/method.exp: Add missing close brace.
6912
6913 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
6914
6915 * gdb.base/maint.exp: Use 'set height 0' to disable page
6916 prompting, not 'set height 400'.
6917
6918 Fix a bunch of timeouts.
6919 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
6920 four separate tests, so expect doesn't take forever to match a ton
6921 of text against a regexp with lots of .* forms.
6922 ("maint print psymbols", "maint print symbols"): Make some of
6923 these greps more selective, so that expect doesn't try to wade
6924 through huge piles of output and time out.
6925
6926 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
6927
6928 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
6929 tests: one which doesn't expect shlib events to be reported, and
6930 another which does, but is XFAIL for all platforms other than
6931 HP/UX.
6932
6933 * gdb.base/break.exp: Teach the test suite that the `catch
6934 fork', `catch vfork', and `catch exec' commands produce error
6935 messages on platforms that don't provide these features.
6936
6937 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
6938
6939 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
6940 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
6941 (shortening names from solib_threshold.exp etc), won't run on
6942 anything but HP-UX for the foreseeable future.
6943 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
6944 reflect move.
6945
6946 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
6947
6948 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
6949 gdb.trace/Makefile.in (clean): Remove all test executables.
6950
6951 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
6952
6953 * gdb.base/shlib-call.exp: add test cases to verify that gdb
6954 successfully re-sets breakpoints in shared libraries.
6955 * gdb.base/shmain.c (main): return 0, don't fall off the end.
6956
6957 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6958
6959 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
6960 and compiled w/o GCC.
6961
6962 * gdb.hp/watch-cmd.exp: ditto.
6963
6964 * gdb.hp/watch-hp.exp: ditto.
6965
6966 * gdb.hp/xdb1.exp: ditto.
6967
6968 * gdb.hp/xdb2.exp: ditto.
6969
6970 * gdb.hp/dbx.exp: ditto.
6971
6972 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
6973
6974 * constvars.c: Remove C++-isms.
6975 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
6976 with GCC.
6977
6978 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
6979
6980 The following changes are part of the HP merge.
6981
6982 * gdb.base/break.exp: new tests to verify that catchpoints for
6983 fork, vfork, and exec don't trigger inappropriately.
6984
6985 * gdb.base/opaque.exp: compile one file at a time, then link.
6986
6987 * gdb.base/signals.exp: be more restrictive about which hppa
6988 systems receive a setup_xfail. new tests.
6989
6990 * gdb.base/solib_threshold.build: new file.
6991 * gdb.base/solib_threshold.exp: new file.
6992 * gdb.base/solib_threshold.link_opts: new file.
6993 * gdb.base/solib_threshold.mk: new file.
6994 * gdb.base/gen_solib_threshold.c: new file.
6995
6996 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
6997 tests. New tests for enums inside classes.
6998
6999 * gdb.c++/compiler.cc: indicate support of template debugging.
7000
7001 * gdb.c++/demangle.exp: run hp style demangling tests.
7002
7003 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
7004 tests.
7005
7006 * gdb.c++/misc.cc: changes to support new tests.
7007
7008 * gdb.c++/templates.cc: changes to support HP's compiler; changes
7009 to support new tests.
7010
7011 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
7012 gcc, then skip these tests.
7013
7014 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
7015
7016 The following files are part of the HP merge; some had longer
7017 names at HP, but have been renamed to be no more than 14
7018 characters in length.
7019
7020 * gdb.hp/ambiguous.cc: new file.
7021 * gdb.hp/ambiguous.exp: new file.
7022 * gdb.hp/attach.exp: new file.
7023 * gdb.hp/attach2.exp: new file.
7024 * gdb.hp/classes-hp.exp: new file.
7025 * gdb.hp/ctti.exp: new file.
7026 * gdb.hp/ctti-add.cc: new file.
7027 * gdb.hp/ctti-add1.cc: new file.
7028 * gdb.hp/ctti-add2.cc: new file.
7029 * gdb.hp/ctti-add3.cc: new file.
7030 * gdb.hp/dbx.exp: new file.
7031 * gdb.hp/exception.cc: new file.
7032 * gdb.hp/exception.exp: new file.
7033 * gdb.hp/foll-exec.c: new file.
7034 * gdb.hp/foll-exec.exp: new file.
7035 * gdb.hp/foll-fork.c: new file.
7036 * gdb.hp/foll-fork.exp: new file.
7037 * gdb.hp/foll-vfork.c: new file.
7038 * gdb.hp/foll-vfork.exp: new file.
7039 * gdb.hp/inherit-hp.exp: new file.
7040 * gdb.hp/more-steps.exp: new file.
7041 * gdb.hp/namespace.cc: new file.
7042 * gdb.hp/namespace.exp: new file.
7043 * gdb.hp/optimize.exp: new file.
7044 * gdb.hp/pxdb.c: new file.
7045 * gdb.hp/pxdb.exp: new file.
7046 * gdb.hp/quicksort.exp: new file.
7047 * gdb.hp/reg-test.exp: new file.
7048 * gdb.hp/reg-test.s: new file.
7049 * gdb.hp/sized-enum.c: new file.
7050 * gdb.hp/sized-enum.exp: new file.
7051 * gdb.hp/start-stop.exp: new file.
7052 * gdb.hp/templ-hp.cc: new file.
7053 * gdb.hp/templ-hp.exp: new file.
7054 * gdb.hp/thr-lib.c: new file.
7055 * gdb.hp/thr-lib.exp: new file.
7056 * gdb.hp/thr-lib.h: new file.
7057 * gdb.hp/thr-liblib.c: new file.
7058 * gdb.hp/virtfun-hp.c: new file.
7059 * gdb.hp/virtfun-hp.exp: new file.
7060 * gdb.hp/watch-cmd.exp: new file.
7061 * gdb.hp/watch-hp.exp: new file.
7062 * gdb.hp/xdb1.exp: new file.
7063 * gdb.hp/xdb2.exp: new file.
7064 * gdb.hp/xdb3.exp: new file.
7065
7066 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
7067
7068 The following files are part of the HP merge; some had longer
7069 names at HP, but have been renamed to be no more than 14
7070 characters in length.
7071
7072 * gdb.base/ss.h: new file.
7073 * gdb.base/call-ar-st.c: new file.
7074 * gdb.base/call-ar-st.exp: new file.
7075 * gdb.base/call-rt-st.c: new file.
7076 * gdb.base/call-rt-st-exp: new file.
7077 * gdb.base/call-strs.exp: new file.
7078 * gdb.base/ena-dis-br.exp: new file.
7079 * gdb.base/environ.exp: new file.
7080 * gdb.base/long_long.exp: new file.
7081 * gdb.base/sect-cmd.exp: new file.
7082 * gdb.base/shlib-cl2.exp: new file.
7083 * gdb.base/smoke.exp: new file.
7084 * gdb.base/so-impl-ld.c: new file.
7085 * gdb.base/so-impl-ld.exp: new file.
7086 * gdb.base/so-indr-cl.c: new file.
7087 * gdb.base/so-indr-cl.exp: new file.
7088 * gdb.base/varargs.exp: new file.
7089 * gdb.base/volatile.exp: new file.
7090 * gdb.base/whatis-exp.exp: new file.
7091 * gdb.base/display.exp: new file.
7092 * gdb.c++/derivation.exp: new file.
7093 * gdb.c++/local.exp: new file.
7094 * gdb.c++/member-ptr.exp: new file.
7095 * gdb.c++/overload.exp: new file.
7096 * gdb.c++/ovldbreak.exp: new file.
7097 * gdb.c++/ref-types.exp: new file.
7098 * gdb.c++/ref-types2.exp: new file.
7099 * gdb.c++/userdef.exp: new file.
7100
7101 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7102
7103 * gdb.base/default.exp: Reflect wording change in remote.c.
7104
7105 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
7106
7107 * gdb.base/help.exp: Update to reflect current text.
7108
7109 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
7110
7111 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
7112 they're stack variables and contain garbage.
7113 * gdb.c++/anon-union.exp: new file.
7114
7115 The following changes were made by David Taylor
7116 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
7117 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
7118 in changes by HP.
7119
7120 * gdb.base/bitops.exp: new file.
7121 * gdb.base/default.exp: change expected messages for catch and
7122 info catch tests to reflect HP merge changes.
7123 * gdb.base/enable-disable-break.exp
7124 * gdb.base/ending-run.c: new file.
7125 * gdb.base/long_long.c: new file.
7126 * gdb.base/maint.exp: new file.
7127 * gdb.base/pointers2.exp: new file.
7128 * gdb.base/shlib-call2.exp: new file.
7129 * gdb.base/solib.exp: new file.
7130 * gdb.base/step-test.c: new file.
7131 * gdb.c++/anon-union.cc: new file.
7132 * gdb.c++/local.cc: new file.
7133 * gdb.c++/member-pointer.cc: new file.
7134 * gdb.c++/method.cc: new file.
7135 * gdb.c++/ref-types.cc: new file.
7136 * gdb.c++/ref-types2.cc: new file.
7137 * gdb.c++/userdef.cc: new file.
7138
7139 * gdb.base/scope.exp: compile one file at a time, then link.
7140 * gdb.base/langs.exp: ditto.
7141 * gdb.base/list.exp: ditto.
7142
7143 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
7144
7145 The following changes were made by David Taylor
7146 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
7147 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
7148 in changes by HP.
7149
7150 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
7151 skip tests. When compiling pass c++ flag to gdb_compile.
7152 * gdb.c++/
7153
7154 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
7155 test for on hppa*-*-hpux*; use args to see if c++ was specified.
7156 (skip_hp_tests): new function.
7157 (gdb_preprocess): new function.
7158
7159 * configure.in (hpdir): decide whether to configure gdb.hp.
7160 * configure: regenerated.
7161
7162 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
7163 to delete on clean.
7164 (EXECUTABLES): update to reflect new additions.
7165 * gdb.base/commands.exp: update message expected.
7166 * gdb.base/default.exp: add copyright notice.
7167 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
7168 * gdb.base/help.exp: update messages to reflect current text.
7169 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
7170 targets for recurse tests.
7171 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
7172 skip this file.
7173
7174 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
7175 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
7176 compilation.
7177 * gdb.c++/misc.exp: ditto.
7178 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
7179 run the tests. tell gdb_compile that it's a c++ compilation.
7180
7181 * gdb.threads/pthreads.exp: fix typo in message.
7182
7183 * gdb.base/all-bin.exp: new file.
7184 * gdb.base/arithmet.exp: new file.
7185 * gdb.base/assign.exp: new file.
7186 * gdb.base/completion.exp: new file.
7187 * gdb.base/cond-expr.exp: new file.
7188 * gdb.base/condbreak.exp: new file.
7189 * gdb.base/define.exp: new file.
7190 * gdb.base/dollar.exp: new file.
7191 * gdb.base/environment.exp: new file.
7192 * gdb.base/eval-skip.exp: new file.
7193 * gdb.base/jump.exp: new file.
7194 * gdb.base/logical.exp: new file.
7195 * gdb.base/pointers.exp: new file.
7196 * gdb.base/relational.exp: new file.
7197 * gdb.base/section_command.exp: new file.
7198 * gdb.base/whatis-expr.exp: new file.
7199
7200 * gdb.base/all-types.c: new file.
7201 * gdb.base/call-array-struct.c: new file.
7202 * gdb.base/call-return-struct.c: new file.
7203 * gdb.base/call-strings.c: new file.
7204 * gdb.base/callfuncs2.c: new file.
7205 * gdb.base/condbreak.c: new file.
7206 * gdb.base/constvars.c: new file.
7207 * gdb.base/display.c: new file.
7208 * gdb.base/int-type.c: new file.
7209 * gdb.base/jump.c: new file.
7210 * gdb.base/miscexprs.c: new file.
7211 * gdb.base/pointers.c: new file.
7212 * gdb.base/pointers2.c: new file.
7213 * gdb.base/shmain.c: new file.
7214 * gdb.base/shr1.c: new file.
7215 * gdb.base/shr2.c: new file.
7216 * gdb.base/solib.c: new file.
7217 * gdb.base/solib1.c: new file.
7218 * gdb.base/solib2.c: new file.
7219 * gdb.base/varargs.c: new file.
7220 * gdb.c++/derivation.cc: new file.
7221 * gdb.c++/overload.cc: new file.
7222 * gdb.c++/ovldbreak.cc: new file.
7223 * gdb.hp/attach.c: new file.
7224 * gdb.hp/attach2.c: new file.
7225 * gdb.hp/average.c: new file.
7226 * gdb.hp/compiler.c: new file.
7227 * gdb.hp/compiler.cc: new file.
7228 * gdb.hp/execd-program.c: new file.
7229 * gdb.hp/follow-exec.c: new file.
7230 * gdb.hp/follow-fork.c: new file.
7231 * gdb.hp/follow-vfork-and-exec.c: new file.
7232 * gdb.hp/misc-hp.cc: new file.
7233 * gdb.hp/more-steps.c: new file.
7234 * gdb.hp/optimize.c: new file.
7235 * gdb.hp/quicksort.c: new file.
7236 * gdb.hp/run-hp.c: new file.
7237 * gdb.hp/start-stop.c: new file.
7238 * gdb.hp/sum.c: new file.
7239 * gdb.hp/templates-hp.cc: new file.
7240 * gdb.hp/thread-local-in-lib.c: new file.
7241 * gdb.hp/thread-local-in-lib.h: new file.
7242 * gdb.hp/thread-local-in-lib.lib.c: new file.
7243 * gdb.hp/vforked-program.c: new file.
7244 * gdb.hp/virtfunc-hp.cc: new file.
7245 * gdb.hp/watchpoint-hp.c: new file.
7246 * gdb.hp/xdb.c: new file.
7247 * gdb.hp/xdb0.c: new file.
7248 * gdb.hp/xdb0.h: new file.
7249 * gdb.hp/xdb1.c: new file.
7250
7251 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
7252
7253 The following change was made by Edith Epstein
7254 <eepstein@cygnus.com> as part of a project to merge in changes
7255 originally made by HP; HP did not create ChangeLog entries.
7256
7257 * gdb.c++/demangle.exp: changed the expected output for some
7258 ARM-style mangling -- removed second reference to datatype.
7259 For example, maint demangle __dt__11T1__pt__2_cFv
7260 T1<char>::~T1<char>(void)
7261 becomes,
7262 maint demangle __dt__11T1__pt__2_cFv
7263 T1<char>::~T1(void)
7264
7265 (test_hp_style_demangling): new hp specific demangling test cases.
7266
7267 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
7268
7269 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
7270 * gdb.trace/backtrace.exp: Likewise.
7271 * gdb.trace/circ.exp: Likewise.
7272 * gdb.trace/collection.exp: Likewise.
7273 * gdb.trace/deltrace.exp: Likewise.
7274 * gdb.trace/infotrace.exp: Likewise.
7275 * gdb.trace/limits.exp: Likewise.
7276 * gdb.trace/packetlen.exp: Likewise.
7277 * gdb.trace/passc-dyn.exp: Likewise.
7278 * gdb.trace/passcount.exp: Likewise.
7279 * gdb.trace/report.exp: Likewise.
7280 * gdb.trace/save-trace.exp: Likewise.
7281 * gdb.trace/tfind.exp: Likewise.
7282 * gdb.trace/tracecmd.exp: Likewise.
7283 * gdb.trace/while-dyn.exp: Likewise.
7284 * gdb.trace/while-stepping.exp: Likewise.
7285
7286 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
7287
7288 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
7289
7290 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
7291
7292 From Brendan Kehoe:
7293 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
7294 int return types.
7295
7296 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
7297
7298 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
7299 remote dos host testing right.
7300
7301 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
7302
7303 * gdb.base/corefile.exp: remove some xfails.
7304
7305 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
7306
7307 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
7308 have different timestamps.
7309
7310 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
7311
7312 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
7313 gdb.base/default.exp: Replace "exec" with "executable".
7314
7315 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
7316
7317 * gdb.base/default.exp: Change else if to elseif from previous
7318 delta.
7319
7320 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
7321
7322 * gdb.base/default.exp: Add brace missing from previous delta.
7323
7324 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
7325
7326 * gdb.base/default.exp: Support test for info float for all
7327 varieties of arm toolchain.
7328
7329 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
7330
7331 * gdb.trace/*.exp: remove "remote_download" command.
7332
7333 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
7334
7335 * gdb.trace/*.exp: remove -gdwarf from compile.
7336
7337 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
7338
7339 * gdb.trace/configure.in(AC_INIT): typo
7340 * gdb.trace/configure: regenerated
7341
7342 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
7343
7344 * config/m68k-emc.exp: New file.
7345 * lib/<emc-support.exp trace-support.exp}: New files.
7346 * configure.in: add new test directory gdb.trace.
7347 * gdb.trace/{configure configure.in Makefile.in}: New files.
7348 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
7349 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
7350 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
7351 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
7352 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
7353 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
7354 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
7355
7356 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
7357
7358 * gdb.c++/classes.exp: Change all regular expressions to match
7359 arbitrary combinations of newline/carriage-return, so that they
7360 will work equally well on Unix and Windows.
7361 * gdb.c++/inherit.exp: ditto.
7362 * gdb.c++/virtfunc.exp: ditto.
7363
7364 1998-08-11 Dawn Perchik <dawn@cygnus.com>
7365
7366 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
7367
7368 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
7369
7370 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
7371 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
7372 to use a0-a3/d0-d3 as needed.
7373
7374 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
7375
7376 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
7377 * gdb.disasm/am33.exp: Corresponding changes.
7378
7379 1998-07-11 Felix Lee <flee@cygnus.com>
7380
7381 * gdb.base/callfuncs.exp: add cmp10 test.
7382 * gdb.base/callfuncs.c (cmp10): new function.
7383
7384 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
7385
7386 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
7387 into two parts to get around a synchronization problem in expect.
7388
7389 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
7390
7391 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
7392
7393 * configure.in: Add options for gdbtk testsuite.
7394
7395 * configure: Regenerate.
7396
7397 * gdb.gdbtk: New directory to hold gdbtk tests.
7398
7399 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7400
7401 * gdb.fortran/types.exp: Escape brackets in expect patterns
7402 for test_float_literal_types_accepted tests.
7403 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
7404 before run test.
7405
7406 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
7407
7408 * am33.exp: Just compile, do not link the testcase.
7409 * am33.s: Add ".am33" pseudoop to force am33 mode.
7410
7411 1998-06-25 Felix Lee <flee@cygnus.com>
7412
7413 * gdb.base/setshow.exp: make sure $pc is sane.
7414
7415 * gdb.stabs/weird.exp: split expect patterns properly.
7416
7417 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
7418
7419 * gdb.disasm/am33.s: New disassembler testfile for the am33.
7420 * gdb.disasm/am33.exp: Run it.
7421
7422 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
7423
7424 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
7425 match processing (and eliminate spurious timeouts when running).
7426
7427 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
7428
7429 * gdb.base/signals.exp (test_handle_all_print): put back Mach
7430 exception test, but conditionalize it on target [mach | gnu].
7431
7432 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
7433
7434 * gdb.base/overlays.exp: fixup compile line for linker script.
7435
7436 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
7437
7438 * gdb.fortran/types.exp: don't guess at float size.
7439
7440 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
7441
7442 * gdb.base/exprs.exp: delete test that depends on int size.
7443
7444 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
7445
7446 * config/sim.exp: Removed checks for target triplets.
7447 (gdb_target_sim): Use gdb,target_sim_options.
7448
7449 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
7450
7451 * gdb.base/reread.exp: New file.
7452 * gdb.base/reread1.c: New file.
7453 * gdb.base/reread2.c: New file.
7454
7455 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
7456
7457 * config/sim.exp: Use 'target sim -sparclite' when running
7458 SPARClite programs.
7459
7460 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
7461
7462 * gdb.base/structs2.exp: New file.
7463 * gdb.base/structs2.c: New file.
7464
7465 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
7466
7467 * gdb.asm/common.inc: New file.
7468 * gdb.asm/d10v.inc: New file.
7469 * asm-source.exp: Pass -I's to gas to find .inc files.
7470 Update line numbers in expected output.
7471 * asmsrc1.s: Rewrite.
7472 * asmsrc2.s: Rewrite.
7473 * configure.in: Create arch.inc symlink.
7474 * configure: Regenerate.
7475 * Makefile.in (distclean): Delete arch.inc.
7476
7477 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
7478
7479 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
7480 (t_enum_value2): ditto
7481 (t_enum_value3): ditto
7482 (main): ditto
7483 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7484
7485 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
7486 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
7487 change.
7488 Use gdb_test instead of send_gdb/gdb_expect sequences.
7489
7490 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
7491
7492 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
7493 not void.
7494
7495 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
7496
7497 * gdb.base/branches.c: Code with lots of loops and
7498 subroutines. Used to test gdbs ability to single step through PC
7499 changes, especially to test mips-tdep.c:mips_next_pc
7500
7501 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
7502
7503 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
7504 more rigorous EGCS C++ error checking.
7505
7506 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7507
7508 * gdb.base/help.exp: Clean up `help set args' and `help show args'
7509 tests.
7510 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
7511 function when asleep.
7512 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
7513 for i*86 Linux and SVR4 signal handling problems.
7514 Remove linux xfail for `next to handler in signals_tests_1', fixed
7515 by recent infrun.c change.
7516 Limit backtrace to 10 frames to avoid timeout problems with infinite
7517 stack backtraces.
7518 Adjust expect pattern in `handle all print' test to match Apr 28 1997
7519 target.[ch] change.
7520
7521 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
7522
7523 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
7524 for a newline from gdb before continuing.
7525 (default_gdb_exit): Just look for y or n.
7526 (gdb_test): Detect abnormal exit from GDB running on DOS; if
7527 it does, fail the rests of the tests in the file.
7528
7529 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
7530
7531 * config/cygmon.exp: New file.
7532
7533 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
7534
7535 * gdb.base/list.exp: Fix problem with "list default lines around
7536 main" test on remote targets.
7537
7538 * gdb.base/scope.exp: Fix problem with filelocal_bss before
7539 run test on remote targets.
7540
7541 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
7542
7543 * gdb.asm: New directory.
7544 * configure.in: Configure it.
7545 * configure: Regenerate.
7546 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
7547 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
7548
7549 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
7550
7551 * config/mn10300-eval.exp: New file to support MN10300 eval board.
7552
7553 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
7554
7555 * gdb.base/overlays (several files): Merge the two overlay
7556 managers into one. Change variables (foox, barx, bazx, grbxx)
7557 back into ints but force them to load in their proper sections.
7558
7559 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
7560
7561 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
7562 on-chip insn memory and IMAP1 to upper 128k.
7563 (D10VCopy): Handle memory regions crossing 16k boundaries.
7564 (D10VCopy): Transfer data in 32 bit chunks.
7565
7566 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
7567
7568 * gdb.base/overlays.c (main): Exit normally when result is
7569 correct.
7570
7571 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
7572 map. Include space for printf in .text segment.
7573
7574 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
7575 updated d10v memory VMA/LMA map.
7576 (D10VCopy): Call D10VTranslate.
7577
7578 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
7579
7580 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
7581
7582 * gdb.base/bar.c (barx, bar): Change variable to small array so
7583 that it won't be put into the .sdata - small data -
7584 section. Update reference.
7585 * gdb.base/baz.c (bazx, baz): Ditto.
7586 * gdb.base/foo.c (foox, foo): Ditto.
7587 * gdb.base/grbx.c (grbxx, grbx): Ditto.
7588
7589 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
7590 to be arrays.
7591
7592 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
7593
7594 * gdb.base/overlays.exp: fix up and get working again.
7595 Add tests for backtraces from an overlay function.
7596
7597 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
7598
7599 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
7600 "calling function with watchpoint enabled".
7601
7602 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
7603
7604 * gdb.base/break.exp (test_next_with_recursion): Remove
7605 gdb_suppress_tests for d10v-*-*.
7606 * lib/gdb.exp (gdb_suppress_tests): Disable this function
7607 pending review of whether it is useful or not.
7608
7609 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
7610
7611 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
7612
7613 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
7614
7615 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
7616 * config/dve.exp: New file to support Densan boards.
7617
7618 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
7619
7620 * gdb.base/interrupt.exp: Document problem of simulators, signals,
7621 reads and BSD.
7622
7623 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
7624
7625 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
7626 response.
7627
7628 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
7629
7630 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
7631
7632 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
7633 test.
7634
7635 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
7636 target_sizeof_long and target_bigendian_p.
7637 (structs_by_value, structs_by_reference): Check values according
7638 to targets word size and endianess.
7639
7640 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
7641
7642 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
7643 output.
7644
7645 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
7646
7647 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
7648 Update test of set args help to match source change.
7649
7650 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
7651
7652 * gdb.base/default.exp: Expect help system output to be in
7653 alphabetical order.
7654 * gdb.base/help.exp: Ditto.
7655
7656 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
7657
7658 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
7659 "i*86-pc-linux-gnu*".
7660 * gdb.base/interrupt.exp: Ditto.
7661 * gdb.base/corefile.exp: Ditto.
7662
7663 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
7664 define vxworks when building the testcase.
7665
7666 * gdb.base/ptype.exp: Fix testnames to be unique.
7667 * gdb.base/radix.exp: Ditto.
7668 * gdb.base/term.exp: Ditto.
7669 * gdb.base/whatis.exp: Ditto.
7670 * gdb.c++/classes.exp: Ditto.
7671
7672 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
7673
7674 * gdb.base/callfuncs.exp: Fix indentation.
7675
7676 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
7677 suppress_flag has been set.
7678 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
7679 target feature.
7680
7681 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
7682
7683 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
7684 the testcase.
7685
7686 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
7687 set_debug_traps() and breakpoint().
7688 * gdb.c++/misc.cc (main): Ditto.
7689 * gdb.c++/templates.cc (main): Ditto.
7690 * gdb.c++/virtfunc.cc (main): Ditto.
7691
7692 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
7693
7694 * lib/gdb.exp(gdb_step_for_stub): New function.
7695 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
7696 exists, reload the executable and do a "continue" instead of
7697 doing a jump.
7698 (runto_main): Use gdb_step_for_stub.
7699
7700 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
7701 tests to have unique names.
7702 * gdb.base/callfuncs.exp: Ditto.
7703 * gdb.base/commands.exp: Ditto.
7704 * gdb.base/default.exp: Ditto.
7705 * gdb.base/help.exp: Ditto.
7706 * gdb.base/list.exp: Ditto.
7707 * gdb.base/opaque.exp: Ditto.
7708 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
7709 similar tests.
7710
7711 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
7712 * gdb.c++/cplusfuncs.cc: Ditto.
7713 * gdb.c++/virtfunc.cc: Ditto.
7714
7715 * config/monitor.exp: Keep track of the last file we saw, rather
7716 than trying to get the info from gdb.
7717
7718 * gdb.fortran/types.exp: Move comment to previous line.
7719
7720 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
7721
7722 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
7723 target mode.
7724
7725 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
7726
7727 From Bob Manson:
7728 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
7729 string from GDB when it connects.
7730
7731 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
7732
7733 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
7734
7735 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
7736 if we can't get a debug format from GDB (we may be testing an
7737 older GDB). Use a 10 second timeout when checking for the format.
7738
7739 * gdb.stabs/weird.exp: Fix quoting.
7740
7741 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
7742
7743 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
7744
7745 * config/arm-ice.exp: New file.
7746
7747 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
7748
7749 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
7750 until it has been modified to work with the new testsuite.
7751
7752 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
7753 testcase won't compile, cause all of the testcases in the file to
7754 fail instead.
7755
7756 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
7757 (gdb_clear_suppressed): New procedure.
7758 (gdb_stop_suppressing_tests): Only clear suppress_flag if
7759 it contains a positive value.
7760
7761 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
7762
7763 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
7764
7765 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
7766
7767 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
7768
7769 * lib/gdb.exp (setup_xfail_format): New function.
7770 (get_debug_format): New function to get debug format.
7771 (debug_format): New global variable to hold last value set
7772 by get_debug_format.
7773 * gdb.base/list.exp: Call get_debug_format and expect some
7774 tests to fail for DWARF 1 and COFF formats.
7775 * gdb.c++/ptype.exp: Ditto.
7776 * gdb.c++/classes.exp: Ditto.
7777 * gdb.c++/cplusfuncs.exp: Ditto.
7778 * gdb.c++/inherit.exp: Ditto.
7779 * gdb.c++/templates.exp: Ditto.
7780 * gdb.c++/virtfunc.exp: Ditto.
7781
7782 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
7783
7784 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
7785 host doesn't have a currently-open connection.
7786
7787 * config/sparclet.exp: Cleanups and fixes to make it generic for
7788 any gdb stub target. Handle cases where gdb doesn't respond when
7789 interrupted in a sane fashion.
7790
7791 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
7792 same thing in a totally different way.
7793
7794 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
7795 setting "timeout".
7796 (gdb_start): We set the global gdb_prompt variable in
7797 default_gdb_init now.
7798
7799 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
7800
7801 * gdb.base/printcmds.exp: Fix "check for floating addition"
7802 regexp to accept results within approx +/- .01 of exact value.
7803 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
7804
7805 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
7806
7807 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
7808 properly.
7809 (gdb_expect): Add optional timeout parameter, and add timeout
7810 value to various calls.
7811 (gdb_suppress_tests): Only give one warning message per group.
7812
7813 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
7814
7815 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
7816 global variables. Handle getting a value for $timeout more
7817 gracefully.
7818
7819 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
7820
7821 * lib/gdb.exp: Close connection to remote host if gdb doesn't
7822 initialize.
7823 (default_gdb_init): New procedure; allow gdb_init to be overridden
7824 by a target configuration file.
7825 (gdb_expect): Pass the timeout to remote_expect.
7826
7827 * config/monitor.exp(gdb_load): Fix typo in regexp.
7828
7829 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
7830
7831 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
7832
7833 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
7834
7835 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
7836 here. Call gdb_target_exec before rebooting the target, to make
7837 sure the connection to the target is closed.
7838 (gdb_load): Pass the name of the executable to gdb_target_monitor.
7839 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
7840 Also detect "Timeout reading from remote" error.
7841
7842 * config/gdbserver.exp: Pass the executable being loaded to
7843 gdb_target_monitor. Don't call gdb_file_cmd here; let
7844 gdb_target_monitor do it.
7845
7846 * gdb.disasm/hppa.exp: Don't use exec_output.
7847
7848 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
7849
7850 * gdb.base/list.exp: If we're debugging a non-native target,
7851 try to set the pc register to point to the start of the
7852 program before doing the first list command.
7853
7854 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
7855 test_calls after restarting.
7856
7857 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
7858 reloading.
7859
7860 * gdb.base/watchpoint.exp: Fix typo.
7861
7862 * gdb.base/setshow.exp: Check for use_gdb_stub.
7863
7864 * gdb.base/break.exp: Fix continue until exit test for the gdb
7865 stub case.
7866 * gdb.base/langs.exp: Ditto.
7867
7868 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
7869 gdb_load_offset. If we weren't given a file to load, figure out
7870 what the current file is and use it.
7871
7872 * config/i386-bozo.exp: New file.
7873
7874 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
7875
7876 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
7877 feature.
7878
7879 * config/proelf.exp: New entry.
7880
7881 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
7882
7883 * lib/gdb.exp: Remove spurious .* patterns at the beginning
7884 of regexps.
7885
7886 * gdb.base/watchpoint.exp: Don't run the test_stepping
7887 tests if gdb can't call functions on the target.
7888
7889 * gdb.base/setshow.exp: Don't run the set prompt tests if
7890 the board has gdb_prompt set.
7891
7892 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
7893
7894 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
7895 * gdb.base/commands.exp: Likewise.
7896 * gdb.base/setshow.exp: Likewise.
7897
7898 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
7899
7900 * config/monitor.exp(gdb_start): Look for gdb_prompt target
7901 feature.
7902
7903 * config/i960.exp: New file.
7904
7905 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
7906
7907 * gdb.base/funcargs.exp: Check for gdb,short_int target
7908 feature instead of looking for explicit target triplets.
7909
7910 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
7911
7912 * gdb.base/printcmds.exp: add a couple more tests a la
7913 "p 123DEADBEEF", to check parse_number.
7914 * top.c: change "to enable to enable" to "to enable" in a couple
7915 of help strings.
7916
7917 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
7918
7919 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
7920 on the mn10300.
7921
7922 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
7923
7924 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
7925 where the test executable is run with explicit args.
7926 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
7927
7928 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
7929
7930 * gdb.base/run.c: Use FAKEARGV to build test executable that
7931 does not require a command line arg, since most simulators
7932 don't currently support passing such an arg into the simulated
7933 program.
7934 * gdb.base/commands.exp: Change tests to insert the proper
7935 value as the arg to the first recursive factorial call. Change
7936 compilation line to define FAKEARGV at compile time.
7937
7938 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
7939
7940 * gdb.base/recurse.exp: Enable these tests for the mn10300.
7941 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
7942 function with watchpoint enabled" test.
7943
7944 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
7945
7946 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
7947 Don't call gdb_test when the command doesn't return to a gdb prompt.
7948
7949 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
7950 "Tests restarted" messages.
7951
7952 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
7953
7954 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
7955
7956 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
7957
7958 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
7959 for INFO SYMBOL; add help tests for OVERLAY commands.
7960 * gdb.base/default.exp: add tests for INFO SYMBOL command;
7961 add tests for OVERLAY commands
7962 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
7963 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
7964 * gdb.base/sigall.c: add usestubs code frag
7965 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
7966
7967 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
7968
7969 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
7970 failures.
7971 (gdb_stop_suppressing_tests): Note that tests have restarted.
7972
7973 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
7974
7975 * config/h8300.exp: New file.
7976
7977 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
7978
7979 * gdb.base/setshow.exp: Check for the existence of a
7980 feature, not its value.
7981
7982 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
7983
7984 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
7985
7986 * gdb.base/scope.exp: It's now init0(), not init().
7987
7988 * gdb.base/scope0.c: For now, change init() to be init0().
7989
7990 * config/monitor.exp: Use gdb_serial in preference to serial
7991 or netport.
7992
7993 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
7994 and it's not already set.
7995
7996 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
7997
7998 * gdb.base/setshow.exp: Only test the run command if the target
7999 isn't using a stub and if it supports argument passing.
8000
8001 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
8002
8003 * config/udi.exp(gdb_start): Make sure UDICONF is set
8004 properly before starting gdb.
8005
8006 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
8007
8008 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
8009 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
8010 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
8011
8012 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
8013
8014 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
8015 specialized code to reboot the board, use remote_reboot instead.
8016
8017 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
8018
8019 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
8020
8021 * config/monitor.exp: Make sure we disconnect from the target.
8022 Also, try a reboot/reload cycle instead of failing if the
8023 load fails.
8024
8025 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
8026
8027 * gdb.base/default.exp: Don't set match_max.
8028 * gdb.base/help.exp: Ditto.
8029 * gdb.base/list.exp: Ditto.
8030 * gdb.base/signals.exp: Ditto.
8031
8032 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
8033 set, use remote_ld to download the testcase instead of
8034 the GDB loader.
8035
8036 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
8037
8038 * config/vr5000.exp: New file.
8039
8040 * config/monitor.exp(gdb_target_monitor): Add pattern for
8041 "Ending remote" to detect errors in connecting.
8042
8043 * gdb.base/setshow.exp: Add .* within auto language test.
8044
8045 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
8046 target feature.
8047
8048 * config/monitor.exp(gdb_load): Check for a failure when loading,
8049 and reboot the board if necessary.
8050
8051 * gdb.base/setvar.exp(test_set): Handle multiple prints within
8052 a set of tests. Remove print.* from the patterns being checked.
8053
8054 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
8055
8056 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
8057 refer to gdb_spawn_id.
8058
8059 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
8060 longer used.
8061 * config/sparclet.exp: Ditto.
8062 * config/sparclet-old.exp: Ditto.
8063 * config/slite.exp: Ditto.
8064 * config/sim.exp: Ditto.
8065 * gdb.base/funcargs.exp: Ditto.
8066
8067 * lib/gdb.exp:Remove references to gdb_spawn_id.
8068 (gdb_expect): Move to remote.exp.
8069
8070 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
8071
8072 * config/monitor.exp: Detect the "Couldn't establish connection"
8073 message from GDB.
8074
8075 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
8076
8077 * gdb.base/bitfields.exp: Use runto instead of explicit
8078 gdb_run_cmd/gdb_expect sequences.
8079
8080 * gdb.base/break.exp(text_next_with_recursion): Add match for
8081 gdb_expect call.
8082
8083 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
8084 We also need to handle the "A program is being debugged already"
8085 prompt from gdb. Use gdb_test to set the baud rate.
8086
8087 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
8088 to 20000. Really. I mean it.
8089
8090 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
8091
8092 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
8093 fails. If suppress_flag is set, skip perror message about not
8094 being able to send to GDB.
8095 (send_gdb): If suppress_flag is set, don't try to send commands to
8096 GDB.
8097 (gdb_expect): If suppress_flag is set, always fail immediately.
8098 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
8099 (gdb_init): Call gdb_stop_suppressing_tests.
8100 (default_gdb_exit): Ditto.
8101 (default_gdb_start): Ditto.
8102
8103 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
8104 gdb_stop_suppressing_tests as appropriate.
8105 * gdb.base/break.exp: Ditto.
8106 * gdb.base/callfuncs.exp: Ditto.
8107 * gdb.base/commands.exp: Ditto.
8108 * gdb.base/exprs.exp: Ditto.
8109 * gdb.base/funcargs.exp: Ditto.
8110 * gdb.base/list.exp: Ditto.
8111 * gdb.base/recurse.exp: Ditto.
8112 * gdb.base/scope.exp: Ditto.
8113 * gdb.base/structs.exp: Ditto.
8114 * gdb.c++/inherit.exp: Ditto.
8115
8116 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
8117
8118 * config/vr4300.exp: New file.
8119
8120 * gdb.*/*.exp: Call gdb_expect instead of expect.
8121
8122 * lib/gdb.exp(gdb_expect): New function.
8123
8124 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
8125
8126 * lib/gdb.exp(gdb_init): New function.
8127
8128 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
8129 for each individual variable set.
8130
8131 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
8132 name.
8133
8134 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
8135
8136 * gdb.base/scope.exp: Use gdb_test.
8137
8138 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
8139 aborting; the testsuite driver will do that for us (see
8140 gdb_finish). Also, use gdb_test in a few more places.
8141
8142 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
8143
8144 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
8145
8146 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
8147
8148 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
8149 and "add_tests" are not at the same address.
8150
8151 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
8152
8153 * gdb.base/ptype.exp: Use gdb_test.
8154
8155 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
8156
8157 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
8158 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
8159 left in. No longer expect them to fail.
8160
8161 * gdb.stabs/*.mt; Deleted, no longer used.
8162 * gdb.stabs/configure.in: Remove references to target makefile
8163 frags.
8164 * gdb.stabs/configure: Rebuilt.
8165
8166 * gdb.disasm/*.mt: Deleted, no longer used.
8167 * gdb.disasm/configure.in: Remove references to target makefile
8168 frags. Use "sh3.s" as the unique filename for this directory.
8169 * gdb.disasm/configure: Rebuilt.
8170
8171 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
8172 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
8173 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
8174
8175 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
8176
8177 * config/udi.exp: Use mondfe,name instead of remote_host.
8178
8179 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
8180
8181 * gdb.base/watchpoint.exp: Don't expect a failure when calling
8182 a function with a watchpoint enabled on the mn10200.
8183
8184 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
8185 before trying to create it!
8186
8187 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
8188
8189 * config/vx.exp: Use hostname instead of netport.
8190
8191 * config/vxworks.exp: New file.
8192
8193 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
8194
8195 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
8196 gdb before assuming everything worked. Send a ^C if a timeout
8197 occurs.
8198
8199 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
8200 $gdb_spawn_id directly.
8201 (gdb_run_cmd): Try _start as well as start. Use the target feature
8202 gdb,start_symbol as the symbol to start from when jumping.
8203
8204 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
8205
8206 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
8207 redundant) test.
8208
8209 * gdb.base/recurse.exp: Relax final value test for 'b' so that
8210 it doesn't lose for 16bit integer systems.
8211
8212 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
8213
8214 * gdb.fortran/types.exp: If the target doesn't support "double"
8215 data types, then expect "real" types to only be 4 bytes.
8216
8217 * gdb.c++/virtfunc.exp: Expect failure for virtual function
8218 call tests if the target doesn't support inferior function calls.
8219
8220 * gdb.base/printcmds.exp: Allow minor deviation in FP values
8221 in printf tests.
8222
8223 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
8224
8225 * gdb.base/help.exp: Disable "help set", "help show", and
8226 "help support". Simplify regexp for "help stack".
8227
8228 * gdb.base/default.exp: Set match_max to 5000 and the timeout
8229 to 60 seconds. Temporarily set match_max to 15000 around the
8230 "info copying" test.
8231
8232 * gdb.base/nodebug.exp: Don't try to do an inferior function
8233 call if the target doesn't support them.
8234 * gdb.base/printcmds.exp: Likewise.
8235 * gdb.base/setvar.exp: Likewise.
8236 * gdb.base/structs.exp: Likewise.
8237 * gdb.c++/templates.exp: Likewise.
8238 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
8239
8240 * gdb.base/recurse.exp: Enable for the mn10200.
8241
8242 * configure.in: Do configure gdb.stabs directory for *-*-elf
8243 targets.
8244 * configure: Rebuilt.
8245
8246 * gdb.base/break.exp: Check for gdb,noresults before testing
8247 exit status and/or results from the target.
8248 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
8249 * lib/gdb.exp: Remove old (now bogus) initialization of
8250 noinferior, noargs, noresults and nosignals.
8251
8252 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
8253
8254 * config/sh.exp: New file.
8255
8256 * config/slite.exp: Try to connect multiple times to the board
8257 before rebooting. Only send a "monitor run" if need_monitor_run
8258 is set.
8259
8260 * gdb.base/break.exp: Don't do the "stub continue" test if
8261 the target has gdb_stub set.
8262
8263 * gdb.base/callfuncs.exp: Increase the timeout.
8264
8265 * gdb.base/interrupt.exp: Don't even try to compile the testcase
8266 if the target has gdb,noinferiorio set.
8267
8268 * gdb.base/list.exp: Increase match_max to 10000 characters.
8269
8270 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
8271
8272 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
8273 target.
8274
8275 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
8276
8277 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
8278
8279 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
8280 trying to delete the copy of gdb. Catch the file delete so we
8281 don't die if the delete fails; also, the file should be copied to
8282 the host, not to the build.
8283
8284 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
8285
8286 * lib/gdb.exp(gdb_test): Surround the result pattern with
8287 parenthesis in case it contains multiple regexps separated
8288 with |.
8289
8290 * gdb.base/watchpoint.exp: Use gdb_test.
8291 * gdb.base/default.exp: Ditto.
8292
8293 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
8294
8295 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
8296
8297 * gdb.base/scope.exp: Use gdb_test.
8298 * gdb.c++/classes.exp: Ditto.
8299 * gdb.c++/inherit.exp: Ditto.
8300
8301 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
8302
8303 * gdb.base/crossload.exp: Don't use execute_anywhere, use
8304 remote_exec instead.
8305 * gdb.base/corefile.exp: Don't be ridiculous.
8306 * gdb.base/*.c: Add missing stub invocations.
8307
8308 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
8309
8310 * config/slite.exp: Miscellaneous fixes.
8311
8312 * lib/gdb.exp: Fix runto.
8313
8314 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
8315 the target.
8316
8317 * gdb.base/watchpoint.exp: Fix regexp.
8318
8319 * lib/gdb.exp(default_gdb_exit): Add a catch to the
8320 close and wait commands, as the descriptor may now be
8321 invalid. Always call "remote_close host".
8322
8323 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
8324
8325 Major rewrite for testsuite revision.
8326
8327 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
8328 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
8329 instead of relying on spawn_id to always contain a valid
8330 spawn id.
8331 (get_compiler_info): New procedure to build the ${binfile}.ci
8332 file, instead of replicating this in N different places.
8333 (gdb_compile): New procedure.
8334
8335 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
8336 appropriate arguments) instead of compile. Use gdb_test in a lot
8337 more places. Use send_gdb instead of send. Always run gdb_start
8338 at the start of a testcase, as this is no longer done magically.
8339
8340 config/*-gdb.exp: Rename without the -gdb suffix.
8341
8342 config/mips.exp: Use remote_close instead of exit_remote_shell.
8343 config/monitor.exp: Use target_info instead of looking at
8344 baud, timeout, etc.
8345 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
8346
8347 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8348
8349 * gdb.c++/templates.exp (test_ptype_of_templates),
8350 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
8351 Update expect patterns for destructors and assignment operators
8352 to match corresponding c-typeprint.c changes.
8353 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
8354 to destructor breakpoint test, GDB should be able to set the
8355 destructor breakpoint without specifying arguments.
8356
8357 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
8358
8359 * gdb.threads/pthreads.exp: Change result for failure to compile due
8360 to lack of pthreads runtime support from an error to simply an
8361 unsupported test, per dejagnu standards.
8362
8363 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8364
8365 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
8366 where GDB exits to reduce pattern match time.
8367 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
8368
8369 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
8370
8371 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
8372
8373 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
8374 * gdb.base/default.exp: ditto.
8375 * gdb.base/nodebug.exp: ditto.
8376 * gdb.base/printcmds.exp: ditto.
8377 * gdb.base/ptype.exp: ditto.
8378 * gdb.base/setvar.exp: ditto.
8379 * gdb.base/structs.exp: ditto.
8380 * gdb.base/setshow.c: Guard against uninitialized values of argc.
8381
8382 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
8383
8384 * configure, */configure: Rebuild with autoconf 2.12.
8385
8386 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
8387
8388 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
8389 use new i*86-pc-linux*-gnu quads.
8390 * gdb.base/corefile.exp: Ditto.
8391 * gdb.base/signals.exp: Ditto.
8392 * gdb.base/sigall.exp: Ditto.
8393 * gdb.base/interrupt.exp: Ditto.
8394
8395 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
8396 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
8397 RedHat 4.0.
8398
8399 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
8400 linux. This allows the test case to at least compile on latest
8401 linux, but still not run due to missing the threads runtime library.
8402
8403 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8404
8405 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
8406 directory to search gdb directory. Accept and step over conditional
8407 stack alignment code. Consume $prompt in failure cases.
8408 Reset timeout to $oldtimeout instead of some arbitrary value.
8409 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
8410 timeout problems with infinite stack backtraces.
8411 * gdb.base/ptype.exp (ptype struct link, union tu_link):
8412 Accept function parameters for linkfunc member.
8413
8414 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
8415
8416 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
8417 (CXXFLAGS): Remove, unreferenced.
8418 (B_OPTIONS): Add for -B options and add code to initialize with
8419 previous -B options and also add -B option to pick up cross compiled
8420 runtime.
8421 (TARGET_INCLUDES): Add for -I options and add code to initialize when
8422 doing cross compiles.
8423 (target_alias): Declare global.
8424 (xgcc): Set variable to full path of gcc in build tree. Use findfile
8425 to verify that gcc exists in build tree, and if so set CC to that
8426 gcc and to use B_OPTIONS and TARGET_INCLUDES.
8427
8428 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
8429
8430 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
8431 ptype test for anonymous union. Fixup testcase to match
8432 current gcc debug output.
8433
8434 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
8435
8436 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
8437 force argument to an unsigned long type.
8438
8439 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
8440
8441 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
8442 tests and anonymous union print/ptype tests.
8443 * gdb.base/list.exp (test_forward-search): Increase timeout by
8444 5 minutes for the "search extremely long line" case.
8445 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
8446 completely optional and that the pass/fail messages use the command as
8447 the message if that third arg is a null string.
8448 (gdb_test_exact): Arrange that a null string pattern means match a
8449 null string output rather than any output, which might include random
8450 errors.
8451 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
8452 backtrace test.
8453 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
8454 always failing and failure is now exposed by gdb.exp changes.
8455
8456 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
8457
8458 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
8459 weren't being noted.
8460
8461 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8462
8463 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
8464 * gdb.stabs/weird.exp: Remove v_comb xfails.
8465
8466 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
8467
8468 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
8469 list.exp scope.exp watchpoint.exp]
8470 Make all timeout error msgs explicitly say "(timeout)".
8471
8472 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
8473
8474 * config/monitor.exp: Increase download timeout to 1000 seconds.
8475
8476 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
8477
8478 * config/m32r.exp: Increase timeout to 120 seconds.
8479
8480 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
8481
8482 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
8483 and accept older ordering as obsolescent gcc or gdb.
8484 * gdb.c++/templates.exp: Ditto.
8485 * gdb.c++/virtfunc.exp: Ditto.
8486
8487 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
8488
8489 * gdb.base/coremaker.c: Add code to mmap some data so we
8490 can check that it ends up in the core file.
8491 * gdb.base/corefile.exp: Add test to read mmapped data
8492 from core file.
8493
8494 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
8495
8496 * config/m32r.exp: New file.
8497
8498 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
8499
8500 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
8501 that cflags can contains -gstabs, and work correctly for other tests.
8502
8503 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
8504
8505 * gdb.base/setshow.exp: New file, tests show and set.
8506 * gdb.base/setshow.c: New file, tests show and set.
8507 * gdb.base/help.exp: Add test for help set|show annotate.
8508 * gdb.base/default.exp: Add test for set|show annotate.
8509
8510 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
8511
8512 * testsuite/gdb.base/break.exp: Make backtrace from factorial
8513 errors unique.
8514 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
8515 explicitly.
8516
8517 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
8518
8519 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
8520 and width commands. This is done elsewhere.
8521 * (gdb_start): Don't call gdb_start_sim here. That's already
8522 done in gdb_load. This fixes lots of failures in default.exp.
8523
8524 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
8525
8526 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8527 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
8528 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
8529 in the same we we treat other failures (since it may be an expected
8530 condition), rather than as an error.
8531 * gdb.base/signals.exp (test_handle_all_print): Revert back to
8532 old test format.
8533
8534 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
8535
8536 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
8537 (distclean maintainer-clean realclean): No need to remove files
8538 twice. Nuke the duplicates.
8539 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
8540 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
8541 Remove config.h along with other config files.
8542
8543 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
8544
8545 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
8546 "p func1 ()" and note that rests of tests are skipped.
8547 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
8548 setup_xfails for "print func2::coremaker_local".
8549 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
8550 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
8551 affected by the previous run test.
8552 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
8553 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
8554 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
8555 "pass int powerset tuple" and "pass modeless int powerset tuple".
8556 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
8557 "real write 4" and "real write 8".
8558 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
8559 setup_xfails for "print vs1 after tuple assign 2",
8560 "print \$i after tuple assign 2", and
8561 "print vs2 after tuple assign 2".
8562 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
8563 meaningful error message and return -1 so the caller can
8564 suppress further tests and avoid a cascade of errors.
8565
8566 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
8567
8568 * gdb.base/a1-selftest.exp: Tweak tests to account for new
8569 format for printing version.
8570 * gdb.base/default.exp: Ditto.
8571 * gdb.base/interrupt.exp: Fix problem with cascade of
8572 errors if child process dies while calling a function.
8573
8574 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
8575
8576 * Makefile.in (VPATH): Add
8577 * Makefile.in (Makefile, config.status): Fix rules so things get
8578 remade when necessary.
8579
8580 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
8581
8582 * Makefile.in (just-check): Add path to sibling expect dir
8583 to environment variable specified by RPATH_ENVVAR.
8584
8585 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
8586
8587 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
8588 (just-check): Add shared library paths for libstdc++, tk,
8589 tcl, bfd, and opcodes to the environment variable specified
8590 in RPATH_ENVVAR.
8591 * configure.in: Add support to recognize --enable-shared flag
8592 and generate correct value for RPATH_ENVVAR.
8593 * configure: Regenerated with autoconf.
8594
8595 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
8596
8597 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
8598 include all osf versions.
8599 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
8600 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
8601 when target is linux. When failing to build pthreads test
8602 executable, give more meaningful message.
8603 * gdb.threads/pthreads.c: Hpux also uses old definition of second
8604 arg for pthread_create.
8605
8606 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
8607
8608 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
8609 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
8610 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
8611 and -lpthreads (everybody else).
8612 (test_startup): Fail gracefully if threads are not supported.
8613 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
8614 "p/c array_index("abcdef",2)" when not gcc compiled.
8615 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
8616 "print func2::coremaker_local" when not gcc compiled.
8617 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
8618 "ptype on opaque struct tagname (statically)",
8619 "ptype on opaque struct tagname (dynamically) 1", and
8620 "ptype on opaque struct tagname (dynamically) 2"
8621 for not compiled with gcc.
8622 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
8623 backtrace when compiled with gcc.
8624 * lib/gdb.exp (runto_main): Return result of "runto main" rather
8625 than always return success.
8626
8627 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
8628
8629 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
8630
8631 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
8632
8633 * gdb.base/structs.exp: Undo last change.
8634
8635 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
8636
8637 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
8638 encapsulate all the steps/nexts done during self test, starting
8639 at main, and makes them less sensitive to optimization issues.
8640 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
8641 signal handler" test.
8642 * gdb.threads/pthreads.exp: Only run this for native configs.
8643 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
8644 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
8645 tests.
8646 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
8647 for "runto test_calls(void)" test.
8648
8649 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
8650
8651 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
8652 and don't expect address info in breakpoint confirmations.
8653
8654 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
8655
8656 * gdb.base/list.exp (test_forward_search): Increase timeout
8657 temporarily by 60 seconds for searching extremely long line,
8658 and then reset to old value when done. Increase expect input
8659 buffer to 10000.
8660
8661 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
8662
8663 * gdb.base/list.exp (test_forward_search): Fix to handle very
8664 long source line without overflowing expect's input buffer.
8665
8666 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
8667
8668 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
8669 "buffer_full".
8670
8671 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
8672 "buffer_full".
8673
8674 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
8675 "buffer_full".
8676
8677 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
8678 "buffer_full".
8679
8680 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
8681
8682 * configure.in (configdirs): Add gdb.threads.
8683 * configure: Regenerated with autoconf.
8684 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
8685 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
8686 * gdb.threads/configure: New, generated with autoconf.
8687
8688 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
8689
8690 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
8691
8692 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
8693
8694 * gdb.base/signals.exp (test_handle_all_print): Test separately for
8695 each signal's status in the output of "handle all print".
8696 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
8697 the \r\n sequence that immediately precedes the gdb prompt.
8698 * gdb.base/a1-selftest.exp: Save original timeout and restore
8699 after test.
8700
8701 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
8702
8703 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
8704 symbol.
8705
8706 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
8707
8708 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
8709
8710 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
8711
8712 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
8713 timeout by 60 seconds.
8714
8715 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
8716
8717 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
8718 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
8719 error return.
8720
8721 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
8722
8723 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
8724 gdb initialization, also report how long dejagnu waited. Restore
8725 old timeout before doing error return. Temporarily increase timeout
8726 by 3 minutes to allow for slow startups over heavy NFS use.
8727
8728 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
8729
8730 * lib/gdb.exp: Report timeout value for verbosity level 2.
8731 * config/gdbserver.exp: Ditto.
8732 * config/hppro.exp: Ditto.
8733 * config/mips-gdb.exp: Ditto.
8734 * config/monitor.exp: Ditto.
8735 * config/netware.exp: Ditto.
8736 * config/sim-gdb.exp: Ditto.
8737 * config/slite-gdb.exp: Ditto.
8738 * config/udi-gdb.exp: Ditto.
8739 * config/unix-gdb.exp: Ditto.
8740 * config/vx-gdb.exp: Ditto.
8741 * gdb.base/a1-selftest.exp: Ditto.
8742 * gdb.base/a2-run.exp: Ditto.
8743 * gdb.base/break.exp: Ditto.
8744 * gdb.base/corefile.exp: Ditto.
8745 * gdb.base/list.exp: Ditto.
8746 * gdb.base/recurse.exp: Ditto.
8747 * gdb.base/scope.exp: Ditto.
8748 * gdb.base/signals.exp: Ditto.
8749
8750 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8751
8752 * gdb.threads/Makefile.in (docdir): Removed.
8753
8754 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8755
8756 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
8757 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
8758 @srcdir@.
8759 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
8760 autoconf 2.5 or higher.
8761 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
8762
8763 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
8764
8765 * configure: Regenerated.
8766 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
8767 avoid name clashes with SunOS headers.
8768
8769 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
8770
8771 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
8772
8773 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
8774
8775 * gdb.base/callfuncs.exp: Finish last change -- make sure the
8776 prototype information ends up in the compiler info file.
8777
8778 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
8779
8780 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
8781 attempting to regenerate it. Eliminate use of a temporary file
8782 and just generate the info file directly. Source it immediately,
8783 for consistency of use.
8784 * gdb.base/corefile.exp: Ditto
8785 * gdb.base/exprs.exp: Ditto.
8786 * gdb.base/funcargs.exp: Ditto.
8787 * gdb.base/langs.exp: Ditto.
8788 * gdb.base/list.exp: Ditto.
8789 * gdb.base/mips_pro.exp: Ditto.
8790 * gdb.base/nodebug.exp: Ditto.
8791 * gdb.base/opaque.exp: Ditto.
8792 * gdb.base/ptype.exp: Ditto.
8793 * gdb.base/scope.exp: Ditto.
8794 * gdb.base/setvar.exp: Ditto.
8795 * gdb.base/signals.exp: Ditto.
8796 * gdb.base/whatis.exp: Ditto.
8797 * gdb.c++/templates.exp: Ditto.
8798 * gdb.c++/virtfunc.exp: Ditto.
8799 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
8800 whether or not to add -lstdc++ to the compile command line args.
8801
8802 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8803
8804 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
8805 it got fixed by the recent lookup_minimal_symbol_by_pc change.
8806 Increase timeout, a lot of single stepping might be needed if the
8807 target has no hardware watchpoints.
8808
8809 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
8810
8811 * gdb.base/break.exp: Ignore compiler warnings when compiling
8812 break.c.
8813 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
8814 * gdb.base/default.exp: Add h8300 xfails. Handle messages
8815 from remote-sim.
8816 * gdb.base/exprs.exp: Add h8300 xfails.
8817 * gdb.base/funcargs.exp: Likewise.
8818 * gdb.base/nodebug.exp: Likewise.
8819 * gdb.base/printcmds.exp: Likewise.
8820 * gdb.base/ptype.exp: Likewise.
8821 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
8822 h8300 xfails.
8823 * gdb.base/return.exp: Handle float/double precision problems
8824 on the h8300.
8825 * gdb.base/funcargs.c: Explicitly make last constant argument to
8826 call_after_alloca_subr an unsigned long type.
8827 * gdb.base/return.c: Include stdio.h.
8828
8829 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
8830
8831 * config/abug.exp: New file for the older Motorola Bug monitor
8832 that runs on the mvme13x series VME boards.
8833 * config/monitor.exp: Use the new config array for target settings
8834 if they exist.
8835
8836 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
8837
8838 * sim-gdb.exp: Make the SH simulator allocate less space when
8839 it is targeted.
8840
8841 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
8842
8843 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
8844 test.
8845
8846 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
8847
8848 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
8849 "rs6000-*-*" for "list function in include file" when gcc compiled.
8850 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
8851 for "p ctable1[120]".
8852 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
8853 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
8854 Remove setup_xfail for "rs6000-*-*" for
8855 "print 'scope0.c'::filelocal before run".
8856 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
8857 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
8858 since some compilers don't allow both options to be given
8859 on the same command line. Create object file and move it.
8860
8861 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
8862
8863 * gdb.base/corefile.exp: Always regenerate the core file, since
8864 we always regenerate the coremaker program. Detect special case
8865 where registers cannot be read from core file.
8866
8867 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
8868
8869 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
8870 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
8871 * gdb.c++/templates.exp: Only match on basename of file since
8872 some formats like xcoff don't encode directory information.
8873 * gdb.stabs/weird.exp: Use the right sed script for powerpc
8874 and rs6000 AIX xcoff targets.
8875 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
8876 * configure: Regenerate.
8877 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
8878 here, rather than in distclean.
8879
8880 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
8881
8882 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
8883 defined, and use it to compile the test case with -O2. The
8884 native compilation still uses no optimization.
8885 * gdb.base/mips_pro.c: Remove inline assembly code since
8886 it is compiled PIC by default, which results in assembler
8887 warnings that make the testsuite think the compilation
8888 was unsuccessful.
8889
8890 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
8891
8892 * gdb.c++/misc.exp: Add note to message for
8893 "print s.a for foo struct" that this is a known gcc 2.7.2
8894 and earlier bug.
8895
8896 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
8897
8898 * gdb.base/break.exp: Fix pattern for matching "Delete all
8899 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
8900 setup_xfail for deleting all breakpoints test. Fix various
8901 timeout messages to include "(timeout)".
8902 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
8903 for "p t_float_values2(3.14159,float_val2)".
8904 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
8905 for "continue to call2g" when gcc compiled.
8906 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
8907 "up to foo in langs.exp", "show language at foo in langs.exp",
8908 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
8909 and "show language at fsub in langs.exp".
8910 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
8911 "list line 1 in include file", "list message for lines past EOF",
8912 "list function in include file", "list list0.h:foo", and
8913 "list filename:function; nonexistant function".
8914 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
8915 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
8916 and "ptype t_char_array" to be for native cc only.
8917
8918 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
8919
8920 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
8921 setup_xfail for "print coremaker_bss", "print coremaker_ro",
8922 "print func2::coremaker_local", and "backtrace in corefile.exp".
8923
8924 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
8925
8926 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
8927 "bt in signals.exp". This problem only appears when running
8928 the testsuite, and then only intermittently.
8929
8930 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
8931
8932 * gdb.base/return.exp (return_tests): Differentiate between
8933 two tests of continuing.
8934
8935 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
8936
8937 * */Makefile.in (maintainer-clean): Remove config.log.
8938 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
8939 * gdb.c++/Makefile.in (PROGS): Add inherit.
8940 (clean): Remove *.ci.
8941
8942 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
8943
8944 * gdb.c++/misc.cc: Add test code from Mike Stump.
8945 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
8946
8947 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
8948
8949 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
8950 to "alpha-*-osf2*" and add comment.
8951 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
8952 setup_xfail for "step over execarg initialization" and
8953 "step over corearg initialization".
8954 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
8955 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
8956 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
8957 gcc compiled for "print coremaker_bss", "print coremaker_ro",
8958 "print func2::coremaker_local", and "backtrace in corefile.exp".
8959 * gdb.base/signals.exp: Build and source signals.ci.
8960 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
8961 to be for gcc only.
8962 * lib/gdb.exp: Move verbose statements outside conditionals.
8963
8964 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8965
8966 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
8967 Feb 3 procfs.c change.
8968
8969 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
8970
8971 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
8972
8973 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
8974
8975 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
8976 from dejagnu's apparent default of 10 seconds, which gives random
8977 results when running the tests over NFS on moderately loaded systems.
8978 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
8979
8980 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
8981
8982 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
8983 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
8984 result reports.
8985
8986 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
8987
8988 * configure.in (CY_AC_PATH_TCLH): Remove.
8989 * configure: Regenerate.
8990
8991 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
8992
8993 * gdb.c++/Makefile.in (clean): Add missing '{'.
8994
8995 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
8996
8997 * lib/gdb.exp: Provide a default value for noinferior.
8998
8999 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
9000 Load libgloss.exp.
9001
9002 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
9003
9004 * gdb.disasm/hppa.exp: Compile directly into an executable, use
9005 the executable, not the .o to run the tests from.
9006
9007 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
9008
9009 * gdb.base/break.exp: Don't test for program exit or exit status
9010 if $noresults if nonzero.
9011 * gdb.base/langs.exp: Likewise.
9012 * gdb.base/watchpoint.exp: Likewise.
9013
9014 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
9015 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
9016 trying to compile the testcase.
9017
9018 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
9019
9020 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
9021 * gdb.base/signals.exp (continue to handler): Likewise.
9022
9023 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
9024
9025 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
9026
9027 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
9028
9029 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
9030
9031 * gdb.base/corefile.exp: Recognize "not found" as failure
9032 when trying to determine if a core file was generated.
9033 If no core file was generate the first time, try again without
9034 the ulimit -c to work around braindamaged shells.
9035
9036 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
9037
9038 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
9039 [] tests with "test" and enclose string in quotes.
9040 * gdb.stabs/configure: Rebuild
9041
9042 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
9043
9044 Changes in sync with expect:
9045 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
9046 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
9047 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
9048 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
9049 argument to AC_REQUIRE.
9050 * configure: Regenerated.
9051
9052 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
9053
9054 * gdb.base/corefile.exp: When generating a core, discard any
9055 error messages about ulimit not found and the "core dumped"
9056 message from the shell that runs the coredumper.
9057
9058 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
9059
9060 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
9061
9062 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
9063 which sed script to run. Expect failure for v_comb test
9064 on PA targets too.
9065
9066 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
9067
9068 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
9069 "print func2::coremaker_local" and for "backtrace in corefile.exp"
9070
9071 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
9072
9073 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
9074 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
9075 "sparc-sun-solaris*" xfails for "p v_comb".
9076 * lib/gdb.exp (default_gdb_start): Fix typo.
9077 * gdb.base/corefile.exp: Allow "Core was generated by ..."
9078 messages to not include the full program name that caused
9079 the core dump since some systems (such as solaris) apparently
9080 truncate this path to about 80 characters.
9081 When generating a core file first try increasing the core file
9082 size limit to unlimited since some systems may default it to
9083 zero, and it is harmless to try it. Move the test for failing
9084 to generate a core file to where it will actually get executed.
9085 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
9086 new gdb result from g++ debug info improvements and make old
9087 pattern obsolescent. Also account for size_t differences
9088 (may be int or long).
9089 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
9090 initialization before function call is placed in the delay slot
9091 and thus appears to be skipped over by commands such as "next".
9092
9093 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
9094
9095 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
9096
9097 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
9098
9099 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
9100 input source file; fix code to compile test to deal with this
9101 convention.
9102 * gdb.c++/*.exp: Likewise.
9103
9104 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
9105
9106 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
9107 "bt in signals.exp".
9108
9109 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
9110
9111 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
9112 "step over execarg initialization" and
9113 "step over corearg initialization".
9114
9115 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
9116
9117 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
9118 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
9119
9120 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
9121
9122 From Rob Savoye (rob@poseidon.cygnus.com)
9123 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
9124 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
9125 configure.in}, gdb.disasm/{Makefile.in, configure.in},
9126 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
9127 configure.in}: Major reworking for autoconfig.
9128 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
9129 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
9130 New files.
9131 * config/unix-gdb.exp: Make GDB global.
9132 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
9133 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
9134 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
9135 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
9136 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
9137 term.exp, twice.exp, watchpoint.exp, whatis.exp},
9138 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
9139 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
9140 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
9141 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
9142 pr-8136.exp, result.exp, string.exp, tuples.exp},
9143 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
9144 to returns as necessary, arrange for test to compile own testcase
9145 executable.
9146 * lib/gdb.exp: Changes for testsuite to compile own test cases.
9147
9148 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
9149
9150 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
9151 clear_xfail at end of test which might not call either pass or fail.
9152 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
9153 "backtrace through signal handler".
9154
9155 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9156
9157 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
9158 continuing from a job control stop signal.
9159 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
9160
9161 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
9162
9163 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
9164 * gdb.base/corefile.exp: Likewise.
9165 * gdb.base/funcargs.exp: Likewise.
9166
9167 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
9168
9169 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
9170 * config/monitor.exp: Add support for setting baud rate.
9171
9172 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
9173
9174 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
9175 i*86-*-linux* xfails for "backtrace through signal handler".
9176 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
9177 "print func2::coremaker_local".
9178 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
9179 alpha-dec-osf2* xfail for
9180 "delete all breakpoints when none".
9181
9182 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
9183
9184 * gdb.base/break.exp: Change test that deletes all breakpoints
9185 when no user breakpoints are installed. A post 4.15 change
9186 causes gdb to no longer prompt in this case.
9187
9188 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
9189
9190 * gdb.base/return.exp (return_tests): Change xfail for test
9191 "correct value returned double test" to stop xfailing at
9192 Solaris 2.5. Apparently the bug has been fixed.
9193
9194 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
9195
9196 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
9197 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
9198
9199 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
9200
9201 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
9202 * gdb.disasm/hppa.s: Corresponding changes.
9203
9204 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
9205
9206 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
9207 makefile fragment.
9208 * config/mt-hpux: Deleted.
9209
9210 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
9211
9212 * Many files: When warning about suppressed tests due to a
9213 nonexistant test binary, avoid incrementing the warning count.
9214
9215 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
9216
9217 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
9218
9219 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9220
9221 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
9222 "sparc-*-solaris2*".
9223
9224 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9225
9226 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
9227 Add global and local variables and initialize them.
9228 * gdb.base/corefile.exp: Test correct mapping of corefile sections
9229 by printing variables. Remove rs6000 and powerpc xfails, BFD now
9230 extracts the file name and terminating signal from the core file.
9231 * TODO: Remove note about tests for correct mapping of corefile.
9232 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
9233 from optimizing it away.
9234 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
9235 handles common blocks.
9236
9237 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
9238
9239 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
9240 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
9241
9242 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
9243
9244 * Makefile.in (maintainer-clean): New target, synonym for
9245 realclean.
9246 * gdb.base/Makefile.in (maintainer-clean): Likewise.
9247 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
9248 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
9249 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
9250 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
9251 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
9252
9253 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
9254
9255 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
9256 xfails when not gcc compiled for "print foo::funclocal".
9257 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
9258 "print foo::funclocal at foo",
9259 "print 'scope1.c'::foo::funclocal at foo",
9260 "print foo::funclocal_bss at foo",
9261 "print 'scope1.c'::foo::funclocal_bss at foo",
9262 "print foo::funclocal_ro at foo",
9263 "print 'scope1.c'::foo::funclocal_ro at foo",
9264 "print bar::funclocal at foo" and
9265 "print 'scope1.c'::bar::funclocal at foo".
9266 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
9267 gcc compiled for "print foo::funclocal at bar".
9268 Expand all messages to ensure that they identify that
9269 the test is at bar().
9270 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
9271 gcc compiled for:
9272 "ptype on opaque struct pointer (statically)",
9273 "ptype on opaque struct tagname (statically)",
9274 "ptype on opaque struct pointer (dynamically) 1",
9275 "ptype on opaque struct tagname (dynamically) 1",
9276 "ptype on opaque struct pointer (dynamically) 2" and
9277 "ptype on opaque struct tagname (dynamically) 2
9278 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
9279 gcc compiled for:
9280 "p datalocal"
9281 "whatis datalocal",
9282 "ptype datalocal",
9283 "p bsslocal",
9284 "whatis bsslocal", and
9285 "ptype bsslocal".
9286 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
9287 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
9288 when not gcc compiled.
9289 * gdb.base/funcargs.exp (float_and_integral_args): Add
9290 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
9291 compiled.
9292 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
9293 "backtrace from call6a" when not gcc compiled.
9294 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
9295 "backtrace from call7a" when not gcc compiled.
9296 * gdb.base/callfuncs.exp (do_function_calls):
9297 Add "hppa*-*-hpux*" xfail when not gcc compiled for
9298 "p t_char_array_values(char_array_val2,char_array_val1)",
9299 "p t_char_array_values(char_array_val1,char_array_val2)",
9300 "p t_char_array_values("carray 1","carray 2")",
9301 "p t_char_array_values("carray 1",char_array_val2)",
9302 "p t_char_array_values(char_array_val1,"carray 2")",
9303 "p sum_args(1,{2})",
9304 "p sum_args(2,{2,3})",
9305 "p sum_args(3,{2,3,4})",
9306 "p sum_args(4,{2,3,4,5})"
9307 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
9308 "backtrace in corefile.exp" when not gcc compiled.
9309
9310 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9311
9312 * gdb.base/signals.exp: Rewrite `handle all print' test as
9313 a procedure. Accept blanks or TABs as whitespace, increase
9314 timeout and expect input buffer size for the large output
9315 from the command. Remove "i*86-*-bsdi2.0" xfail.
9316
9317 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9318
9319 * gdb.base/setvar.exp: Add new testcases for truncation when
9320 assigning invalid values to bitfields.
9321
9322 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
9323
9324 * gdb.base/callfuncs.exp (do_function_calls): Remove
9325 mips-sgi-irix* xfail for
9326 "call inferior func with struct - returns char *"
9327 and fix test so that an optional (unsigned char *) cast is
9328 accepted in the result.
9329
9330 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
9331
9332 * gdb.base/funcargs.exp (float_and_integral_args): Remove
9333 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
9334 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
9335 * gdb.base/signals.exp: Remove duplicate "handle all print" test
9336 that accidentally got checked in.
9337
9338 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
9339
9340 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
9341 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
9342 compiled test.
9343 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
9344 Add mips-sgi-irix5* xfail for not gcc compiled.
9345 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
9346 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
9347 "p top", "whatis top", "p middle", and "whatis middle".
9348 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
9349 "whatis signed char" for not gcc compiled.
9350 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
9351 "set variable signed char=-1 (-1)" and
9352 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
9353 * gdb.base/funcargs.exp (float_and_integral_args):
9354 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
9355 Add mips-sgi-irix* xfail when not gcc compiled for
9356 "continue to call2b".
9357 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
9358 "continue to call2g".
9359 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
9360 "backtrace from call6a"
9361 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
9362 "backtrace from call7k".
9363 Add mips-sgi-irix5* xfail when not gcc compiled for
9364 "backtrace from call7a".
9365 (localvars_after_alloca): Fix gdb_test cmds for
9366 "print * after runto ...".
9367 Remove rs6000-*-* xfails for
9368 "print i after runto localvars_after_alloca" and
9369 "print l after runto localvars_after_alloca"
9370 for all compilers.
9371 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
9372 when not compiled with gcc, for:
9373 "print signed char == (minus)",
9374 "print signed char != (minus)",
9375 "print signed char < (minus)",
9376 "print signed char > (minus)".
9377 * gdb.base/callfuncs.exp (do_function_calls):
9378 Add mips-sgi-irix* xfail, when compiled with native compiler, for
9379 "call inferior func with struct - returns char *".
9380 * gdb.base/return.exp (return_tests): Change xfail for
9381 "correct value returned double test" to include Solaris 2.4.
9382 * gdb.base/funcargs.exp (float_and_integral_args):
9383 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
9384
9385 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9386
9387 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
9388 enumeration bitfields if compiling with GNU C.
9389 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
9390 to empty' prompt.
9391
9392 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
9393
9394 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
9395 test for PRO targets.
9396
9397 * gdb.base/funcargs.exp: Avoid ever setting more than 8
9398 breakpoints in the inferior at any given time by making
9399 two groups of breakpoints for call2*, call6* and call7*
9400 tests.
9401
9402 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9403
9404 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
9405 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
9406 from optimizing it away.
9407 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
9408 "call inferior func with struct".
9409
9410 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
9411
9412 * configure.in: Only configure gdb.chill for particular targets.
9413
9414 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
9415
9416 * gdb.base/Makefile.in: Add action to .c.o transformation
9417 rule that generates a .ci file for each .o file and remove
9418 explicit .c.o rules except for callfuncs.o.
9419 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
9420 generates a .ci file for each .o file and remove explicit
9421 .cc.o rules.
9422 (clean): Remove *.tmp *.ci files.
9423 (EXECUTABLES): Remove templ-info.exp.
9424 * gdb.base/compiler.c: New file.
9425 * gdb.c++/compiler.cc: New file
9426 * gdb.base/scope.exp: Source gdb.base/scope.ci.
9427 Change rs6000-*-* xfail for
9428 "print 'scope0.c'::filelocal_ro" and
9429 "print 'scope1.c'::filelocal" and
9430 "print 'scope1.c'::filelocal_bss" and
9431 "print 'scope1.c'::filelocal_ro" and
9432 "print 'scope1.c'::foo::funclocal" and
9433 "print 'scope1.c'::foo::funclocal_ro" and
9434 "print 'scope1.c'::bar::funclocal" and
9435 "print 'scope0.c'::filelocal_ro" and
9436 "print 'scope1.c'::filelocal at foo" and
9437 "print 'scope1.c'::filelocal_bss at foo" and
9438 "print 'scope1.c'::filelocal_ro at foo" and
9439 "print 'scope1.c'::foo::funclocal at foo" and
9440 "print 'scope1.c'::foo::funclocal_bss at foo" and
9441 "print 'scope1.c'::foo::funclocal_ro at foo" and
9442 "print 'scope1.c'::bar::funclocal at foo" and
9443 "print 'scope0.c'::filelocal_ro" and
9444 "print 'scope1.c'::filelocal" and
9445 "print 'scope1.c'::filelocal_bss" and
9446 "print 'scope1.c'::filelocal_ro" and
9447 "print 'scope1.c'::foo::funclocal" and
9448 "print 'scope1.c'::foo::funclocal_bss" and
9449 "print 'scope1.c'::foo::funclocal_ro" and
9450 "print 'scope1.c'::bar::funclocal" and
9451 "print 'scope1.c'::bar::funclocal_bss"
9452 to only be xfail'd when not compiled with gcc.
9453 Add rs6000-*-* xfail for
9454 "print 'scope0.c'::filelocal_bss before run"
9455 when compiled with gcc.
9456 (test_at_main): Add rs6000-*-* xfail for
9457 "print filelocal_ro in test_at_main"
9458 when compiled with gcc.
9459 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
9460 Add rs6000-*-aix* xfail for
9461 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
9462 "ptype t_char_array", not compiled with gcc.
9463 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
9464 xfail for "list foo (in include file)" when gcc compiled.
9465 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
9466 (integral_args): Add rs6000-*-* xfail for
9467 "run to call0a" if not compiled with gcc.
9468 (unsigned_integral_args): Add rs6000-*-* xfail for
9469 "run to call1a" if not compiled with gcc.
9470 (float_and_integral_args): Add rs6000-*-* xfail for
9471 "run to call2a" if not compiled with gcc and for
9472 "continue to call2b" for any compiler.
9473 Add rs6000-*-* xfail to
9474 "print f1 after run to call2a" for gcc compiled.
9475 (discard_and_shuffle): Add rs6000-*-* xfail for
9476 "run to call6a".
9477 (shuffle_round_robin): Add rs6000-*-* xfail for
9478 "backtrace from call7a" if not compiled with gcc.
9479 Add rs6000-*-* xfail for
9480 "backtrace from call7b" if compiled with gcc.
9481 (call_after_alloca): Add rs6000-*-* xfail for
9482 "print c in call_after_alloca" and
9483 "print s in call_after_alloca" and
9484 "backtrace from call_after_alloca_subr"
9485 if not compiled with gcc.
9486 (localvars_in_indirect_call): Add rs6000-*-* xfail for
9487 "print c in localvars_in_indirect_call" and
9488 "print c in localvars_in_indirect_call" and
9489 "backtrace in indirectly called function" and
9490 "stepping into indirectly called function"
9491 if not compiled with gcc.
9492 (localvars_after_alloca): Add rs6000-*-* xfail for
9493 "print c after runto localvars_after_alloca" and
9494 "print s after runto localvars_after_alloca" and
9495 "print i after runto localvars_after_alloca" and
9496 "print l after runto localvars_after_alloca"
9497 for all compilers.
9498 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
9499 than whatis-info.exp.
9500 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
9501 than opaque-info.exp.
9502 Setup rs6000-*-* xfail for
9503 "ptype on opaque struct pointer (statically)" and
9504 "ptype on opaque struct pointer (dynamically)" when
9505 not compiled with gcc.
9506 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
9507 rather than callf-info.exp.
9508 (do_function_calls): Add clear_xfail for rs6000-*-* for
9509 "p t_float_values2(3.14159,float_val2)". Seems to work
9510 fine there, both with xlc and gcc. Need to find out what
9511 it is doing right and fix other platforms.
9512 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
9513 "call inferior func with struct - returns int",
9514 "call inferior func with struct - returns long",
9515 "call inferior func with struct - returns float",
9516 "call inferior func with struct - returns double",
9517 "call inferior func with struct - returns char *",
9518 but only if not gcc compiled (presumes xlc compiled).
9519 Change rs6000-*-* xfails for
9520 "call inferior func with struct - returns char" and
9521 " call inferior func with struct - returns short" to only
9522 xfail if not using gcc.
9523 (clean mostlyclean): Remove *.ci and *.tmp files.
9524 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
9525 than templ-info.exp.
9526 * gdb.base/langs.exp: Source gdb.base/langs.ci.
9527 Add rs6000-*-* xfail for "up to foo in langs.exp"
9528 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
9529 when not gcc compiled.
9530
9531 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9532
9533 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
9534 * gdb.base/corefile.exp: Likewise.
9535 * gdb.base/list.exp: Likewise.
9536 * gdb.base/scope.exp: Likewise.
9537 * gdb.base/siganls.exp: Likewise.
9538
9539 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
9540 compiler output.
9541 * gdb.base/whatis.exp: Likewise.
9542
9543 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
9544
9545 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
9546 failure (opcode table has been fixed to match reality).
9547
9548 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
9549
9550 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
9551 "call inferior func with struct - returns char",
9552 "call inferior func with struct - returns short"
9553
9554 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
9555 "print 'scope0.c'::filelocal at main",
9556 "print 'scope0.c'::filelocal_bss in test_at_main",
9557 "print 'scope0.c'::filelocal at foo",
9558 "print 'scope0.c'::filelocal_bss in test_at_foo",
9559 "print 'scope0.c'::filelocal at bar",
9560 "print 'scope0.c'::filelocal_bss in test_at_bar"
9561
9562 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
9563 in source file 1". This bug seems to have been fixed with both
9564 gcc and native cc (was native assembler bug?).
9565
9566 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
9567
9568 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
9569 "backtrace through signal handler" to "i*86-*-sysv4*".
9570 * gdb.base/signals.exp: Add xfail for "'next' behaved as
9571 continue" case. Add "known SVR4 bug" to fail message.
9572 Add "i*86-*-bsdi2.0" xfail for "handle all print".
9573 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
9574 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
9575 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
9576 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
9577 "up to foo in langs.exp", "show language at foo in
9578 langs.exp", "up to cppsub_ in langs.exp", "show
9579 language at cppsub_ in langs.exp", "up to fsub in
9580 langs.exp", and "show language at fsub in langs.exp".
9581 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
9582 "bactrace in corefile.exp".
9583 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
9584 "call inferior function with struct - returns float" and
9585 "call inferior function with struct - returns double".
9586
9587 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
9588
9589 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
9590 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
9591 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
9592 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
9593
9594 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
9595
9596 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
9597 (or overriden) "CHILL" macro rather then bare "gcc".
9598 Also look for ../../gcc/xgcc since that is what we will
9599 actually need, not "Makefile". Remove following assignment
9600 of CHILL to CHILL_FOR_TARGET because that results in
9601 recursive definition.
9602
9603 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
9604
9605 * gdb.base/corefile.exp: Change xfail for backtrace in
9606 corefile.exp from linuxaout to all linux.
9607 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
9608 cases where we miss the breakpoint at the signal handler
9609 for some reason. Setup xfail for linuxoldld/linuxaout and
9610 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
9611 hitting SIGURG breakpoint.
9612 * gdb.base/signals.exp: Setup xfail for "next" acting like
9613 continue to add linuxoldld. Setup xfail for all linux for
9614 "next to handler in signals_tests_1", "backtrace in
9615 signals_tests_1", "continue to func1", "pass SIGUSR1",
9616 and continue to handler".
9617
9618 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
9619
9620 * Update all FSF addresses except those in COPYING* files.
9621
9622 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
9623
9624 * gdb.base/a2-run.exp: Change messages to be more explicit about
9625 the status of args, and quote binfile in results.
9626
9627 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
9628
9629 * gdb.base/callfuncs.exp: Add tests for passing structs to
9630 inferior functions and return various types.
9631 * gdb.base/callfuncs.c: Add functions to receive a struct
9632 and return a member of the struct, in various types.
9633
9634 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9635
9636 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
9637
9638 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
9639
9640 * config/vxworks29k.exp: New file, sources vxworks.exp.
9641
9642 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9643
9644 * config/gdbremote.exp: New file. Testing framework using
9645 gdbserver.
9646
9647 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
9648
9649 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
9650 "call function when asleep" and "send end of file".
9651 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
9652 for "backtrace in corefile.exp".
9653 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
9654 for "backtrace through signal handler".
9655 * gdb.base/corefile.exp: Make sure we actually generate a core file
9656 before trying the core tests. Some systems allow the user to suppress
9657 generation of core files and default to that (linux for example).
9658 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
9659 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
9660
9661 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9662
9663 * gdb.threads: New directory with some crude multi-threaded
9664 gdb tests (step.exp and step2.exp).
9665 * config/mt-lynx (STEP_EXECUTABLE): Define.
9666 (THREADFLAGS): Define.
9667
9668 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
9669
9670 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
9671
9672 * gdb.base/signals.exp: Disable whole file for lynx until
9673 further notice.
9674
9675 * gdb.base/signals.exp: xfail test where "next" acts like
9676 "continue" for lynx.
9677
9678 * gdb.base/interrupt.exp: xfail test for calling function while
9679 inferior is asleep for lynx.
9680
9681 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
9682 than one cr-lf after each command.
9683
9684 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9685
9686 * configure.in: Reinstate setting of stabsdirs variable, fix
9687 typo in setting up configdirs for native builds.
9688
9689 * gdb.base/return.exp: Fix typo in return double test.
9690 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
9691 compiler from optimizing them away.
9692
9693 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
9694
9695 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
9696 sequences to be echo'd by gdb when using gdb_test.
9697 * gdb.chill/chexp.exp: Likewise.
9698 * gdb.fortran/exprs.exp: Likewise
9699
9700 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9701
9702 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
9703 after the inferior gdb has started.
9704
9705 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
9706 after each command.
9707 * gdb.base/funcargs.exp: Likewise.
9708 * gdb.base/gdbvars.exp: Likewise.
9709 * gdb.base/interrupt.exp: Likewise.
9710 * gdb.base/list.exp: Likewise.
9711 * gdb.base/watchpoint.exp: Likewise.
9712 * gdb.c++/demangle.exp: Likewise.
9713 * gdb.c++/inherit.exp: Likewise.
9714 * gdb.chill/chexp.exp: Likewise.
9715 * gdb.fortran/exprs.exp: Likewise.
9716
9717 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
9718 test if we can't handle IO to/from the inferior.
9719
9720 * gdb.c++/misc.exp: Always check for a program already being
9721 started after sending a "run" command to gdb.
9722
9723 * gdb.base/twice.exp: Start with a fresh gdb.
9724
9725 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
9726 only depend on gdb's expression code, not the chill runtime.
9727
9728 * gdb.base/return.c: Put return values into variables so we
9729 can have gdb print them rather than depending on the program
9730 to print them.
9731 * gdb.base/return.exp: Corresponding changes.
9732
9733 * lib/gdb.exp: Provide default value for noinferiorio.
9734 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
9735 the inferior.
9736
9737 * gdb.base/break.exp: Always check for a program already being
9738 started after sending a "run" command to gdb.
9739 (text_next_with_recursion): Don't check the output from the
9740 program's printf statement. Instead just make sure the program
9741 exited.
9742
9743 * gdb.base/commands.exp: Protect tests which need arguments with
9744 $noargs conditionals.
9745
9746 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9747
9748 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
9749 of structure member arrays to match gdb/valops.c:value_addr change.
9750
9751 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
9752
9753 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
9754 cases.
9755
9756 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
9757
9758 * configure.in (configdirs): Remove gdb.chill from default list
9759 of subdirs and then add it back in only if doing a native build.
9760 The current chill compiler does not yet work in any cross build.
9761 * Revert all signal changes from Jul 6.
9762 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
9763 for sh-hms targets, allowing these tests to link, with no other
9764 changes. Testing is suppressed by setting "nosignals" in site.exp.
9765
9766 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
9767
9768 * configure.in (signaldirs): Define and add to configdirs for all
9769 targets except some specific ones that are known to not support signals.
9770 Also clean up formatting.
9771 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
9772 (signals, sigall): Remove rules to build.
9773 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
9774 Moved to new gdb.signals directory.
9775 * gdb.signals: New test directory.
9776 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
9777 signals.c signals.exp}: New or moved files.
9778
9779 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
9780
9781 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
9782
9783 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
9784
9785 * gdb.base/return.exp: Xfail `return double' test failure
9786 on at least Solaris 2.3 and handle future/past versions on
9787 a case by case basis as appropriate. Also update message
9788 to include i*86 failures.
9789
9790 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9791
9792 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
9793
9794 * lib/gdb.exp: Fix comment which erroneously identified
9795 gdb_file_cmd as gdb_load (the 19 May change was in fact to
9796 gdb_file_cmd not gdb_load).
9797 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
9798
9799 * gdb.base/setvar.exp: Make test names consistent between pass and
9800 fail cases. Use gdb_test more.
9801
9802 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9803
9804 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
9805
9806 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9807
9808 * gdb.base/help.exp: Fix expected help string for `show commands'.
9809
9810 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
9811
9812 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
9813
9814 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
9815 of a text section.
9816
9817 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
9818
9819 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
9820 that loop eventually terminates. Fix Connection refused logic so
9821 that testsuite will expire nicely.
9822
9823 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
9824
9825 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
9826 config/rom68k.exp: New tcl glue for the appropriate monitors.
9827 These all just end up calling monitor.exp.
9828 * config/monitor.exp (gdb_target_monitor): Handle `Connection
9829 refused' by retrying. Cleanup some timeout issues.
9830 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
9831 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
9832 callers don't have to set/restore global timeout variable.
9833
9834 * The following set of changes centralizes management of the global
9835 timeout variable. This way, it can be set in one target dependent
9836 place instead of dozens of places scattered throughout the test suite.
9837 If you need to lengthen a timeout, then you should either set timeout
9838 in one of the config/{target}.exp files, or multiply it by a factor.
9839 Setting it to an absolute value is always going to lose for some
9840 targets.
9841 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
9842 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
9843 * gdb.base/funcargs.exp: Don't set timeout.
9844 * gdb.base/list.exp (test_forward_search): Only use local timeout.
9845 * gdb.base/printcmds.exp (test_print_string_constants
9846 test_print_array_constants): Don't set timeout.
9847 * gdb.base/ptype.exp: Don't set timeout.
9848 * gdb.base/recurse.exp: Don't set timeout.
9849 * gdb.base/return.exp: Don't set timeout.
9850 * gdb.base/watchpoint.exp: Don't set timeout.
9851 * gdb.c++/classes.exp (do_tests): Don't set timeout.
9852 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
9853
9854 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
9855
9856 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
9857
9858 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9859
9860 * lib/gdb.exp: Disable chill tests for irix5.
9861
9862 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9863
9864 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
9865 each test pass or fail.
9866
9867 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9868
9869 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
9870 xlc not gcc.
9871
9872 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
9873
9874 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
9875
9876 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
9877
9878 * config/est.exp: Fix copyright and comments. Remove dead code.
9879 Use targetname, serialport and baud variables instead of fixed
9880 constants.
9881 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
9882 * config/cpu32bug.exp: New file to support cpu32bug monitors.
9883
9884 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9885
9886 * gdb.base/watchpoint.exp: Don't run
9887 test_watchpoint_triggered_in_syscall for sunos.
9888
9889 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9890
9891 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
9892 they don't seem to exist. Do include stdio.h.
9893
9894 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9895
9896 * gdb.base/a1-selftest.exp: Add alpha xfail.
9897
9898 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9899
9900 * gdb.base/watchpoint.c (main): Prompt before calling read().
9901 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
9902 Revise accordingly. Remove cruft about sending "123" several
9903 times, until it gets noticed. Clean up the "print buf[0]" stuff
9904 so that it passes or fails, and waits for prompts in the usual way.
9905
9906 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9907
9908 * gdb.base/recurse.exp: Fix comment.
9909
9910 * TODO: Remove item about printing variables in nodebug.exp. Add
9911 item about enabling tests which are only run on some targets.
9912
9913 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
9914 fail, make test names unique, use new gdb_test convention
9915 regarding pattern, use gdb_test more, etc.).
9916
9917 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
9918 fail, make test names unique, etc.).
9919
9920 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9921
9922 * gdb.base/nodebug.c: Change return type of top and middle to
9923 short.
9924 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
9925 are fixed by the recent mdebugread.c changes. Allow `short ()'
9926 as type for top and middle.
9927
9928 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9929
9930 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
9931 nearly as I can tell, the whole thing was an accident in Stu's
9932 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
9933 to replace a send/expect pair with gdb_test, but ended up only
9934 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
9935 of 30 Mar 1995 took care of it, but left this vestigial comment
9936 which I am now nuking.
9937
9938 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9939
9940 * gdb.base/break.exp: Look for different line number for
9941 breakpoint at main depending on usestubs.
9942
9943 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9944
9945 * gdb.base/list.exp: Adjust some alternate expect patterns to
9946 match recent list0.c change. Add alternate expect pattern for
9947 output from `list default lines around main' for optimizing
9948 compilers.
9949
9950 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9951
9952 * lib/gdb.exp: If nosignals is not set, set it to 0.
9953
9954 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
9955
9956 * config/slite-gdb.exp: Responds to load symbol table prompt.
9957 * gdb.base/break.exp: Adjust line number, fix rerun.
9958 * gdb.base/langs0.c: Add #ifdef usestubs.
9959
9960 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
9961
9962 * gdb.base/list.exp: Adjust line contents after adding new lines in
9963 list0.c. Also fix a syntax error.
9964
9965 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
9966 * gdb.base/break.exp: ditto.
9967 * gdb.base/list.exp: ditto.
9968 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
9969 * gdb.base/run.c: ditto.
9970 * gdb.base/list0.c: ditto.
9971 * gdb.base/funcargs.c: ditto.
9972
9973 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
9974
9975 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
9976 $targetname, $serialport and $baud instead of hardwired variables.
9977 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
9978 target doesn't support signals.
9979
9980 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
9981
9982 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
9983
9984 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9985
9986 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
9987 Don't rely on the value of an auto variable before it has been
9988 initialized. Use gdb_test more.
9989
9990 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9991
9992 * lib/gdb.exp (default_gdb_version): A version number must start
9993 with a digit, but other than that contains all characters up to
9994 the first whitespace character.
9995
9996 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9997
9998 * gdb.base/commands.exp (breakpoint_command_test): New tests.
9999
10000 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10001
10002 * gdb.c++/*.exp: Warn if executable does not exist. The original
10003 reason for skipping the warning was that configure.in sometimes
10004 intentionally skipped building the executables but the tcl code
10005 had no way of knowing. That (a) was always bogus with respect to
10006 error handling, (b) is no longer true (right now there is no way
10007 to skip C++ tests).
10008
10009 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
10010
10011 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10012
10013 * gdb.base/list.exp: Add expect patterns for output from
10014 SunPRO compiled executables.
10015 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
10016 types.
10017
10018 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10019
10020 * gdb.base/break.exp (test_next_with_recursion): Accept any line
10021 number (we are already testing that the correct source line text
10022 gets printed).
10023
10024 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
10025 that is what is intended, but something needed to be done to get
10026 sunos4 native working again.
10027
10028 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
10029
10030 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
10031 apparently went with a (very) old xfail.
10032
10033 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
10034
10035 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
10036 runto_main is a proc in gdb.exp that will do 'step' for target use
10037 stubs.
10038 * gdb.base/exprs.exp: ditto.
10039 * gdb.base/interrupt.exp: ditto.
10040 * gdb.base/opaque.exp: ditto.
10041 * gdb.base/printcmds.exp: ditto.
10042 * gdb.base/ptype.exp: ditto.
10043 * gdb.base/scope.exp: ditto.
10044 * gdb.base/setvar.exp: ditto.
10045 * gdb.base/signals.exp: ditto.
10046 * gdb.base/twice.exp: ditto.
10047 * gdb.c++/classes.exp: ditto.
10048 * gdb.c++/inherit.exp: ditto.
10049 * gdb.c++/templates.exp: ditto.
10050 * gdb.base/break.exp: no run and hit main for stubs. Change line
10051 numbers for breakpoints and info breakpoint.
10052 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
10053 breakpoint().
10054 * gdb.base/callfuncs.c: ditto.
10055 * gdb.base/exprs: ditto.
10056 * gdb.base/interrupt.c: ditto.
10057 * gdb.base/opaque0.c: ditto.
10058 * gdb.base/printcmds.c: ditto.
10059 * gdb.base/ptype.c: ditto.
10060 * gdb.base/scope0.c: ditto.
10061 * gdb.base/setvar.c: ditto.
10062 * gdb.base/signals.c: ditto.
10063 * gdb.base/twice.c: ditto.
10064 * gdb.c++/misc.cc: ditto.
10065 * gdb.c++/templates.cc: ditto.
10066
10067 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10068
10069 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
10070
10071 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
10072 somewhere between `read' and `main.c'. I'm pretty sure the
10073 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
10074 and it isn't particularly useful.
10075
10076 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
10077
10078 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10079
10080 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
10081
10082 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
10083
10084 * config/mt-slite: add LIBS and -nostdlib.
10085 * config/slite-gdb.exp: add this new file to support sparclite target.
10086
10087 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
10088
10089 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
10090
10091 * gdb.base/a2-run.exp: Change argument to istarget from
10092 "*-*-vxworks" to "*-*-vxworks*".
10093 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
10094
10095 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
10096
10097 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
10098 will not runto main but do a 'step' to step out of breakpoint().
10099 * config/mt-slite: add -Dusestubs.
10100
10101 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10102
10103 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
10104 instead of just @.
10105
10106 * gdb.base/signals.exp: Add test for "handle all print".
10107 * TODO: Remove "handle all print". Also remove item about
10108 checking copyright date (I don't like the idea of a spurious FAIL
10109 based on when we run the tests).
10110
10111 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
10112 for SunOS4 (reason for failure not investigated). Remove
10113 redundant test for $binfile.
10114
10115 * gdb.base/nodebug.c (array_index): Call malloc.
10116
10117 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
10118
10119 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
10120
10121 * gdb.base/recurse.exp: Update gdb_test invocation to use new
10122 conventions and slightly simplify the matching regexp.
10123
10124 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10125
10126 * gdb.base/break.exp: Update gdb_test invocation to use new
10127 convention.
10128
10129 * lib/gdb.exp: If noargs is not set, set it to 0.
10130
10131 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
10132 tests unique.
10133
10134 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
10135
10136 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10137
10138 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
10139 one argument of type "<non-float parameter>".
10140
10141 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
10142
10143 * config/rom68k.exp: New file to support Motorola IDP board.
10144 * gdb.base/a2-run.exp: Skip this file if noargs is set.
10145 * gdb.base/break.c: Change things around so that this program
10146 doesn't depend upon args. This is necessary to make remote
10147 targets work (in general, they can't take args).
10148 * gdb.base/break.exp: Don't try to send args to program. Don't
10149 expect output. Also, replace lots of code with gdb_test.
10150
10151 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10152
10153 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
10154 printing of '\'' (which is what the comment says we are testing,
10155 even though we were not), not '''.
10156 (test_integer_literals_rejected): Test that printing ''' is an error.
10157
10158 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
10159 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
10160 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
10161 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
10162 Use gdb_test not test_print_accept.
10163 * lib/gdb.exp: Remove test_print_accept.
10164
10165 * gdb.base/signals.exp (signal_tests_1): Make pass message
10166 consistent with fail message.
10167
10168 * gdb.base/whatis.exp: Remove xfails for printing char vs.
10169 unsigned char; the bug (PR 1821) is fixed.
10170
10171 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
10172
10173 * gdb.base/scope.exp (test_at_localscopes): Call pass for
10174 successful tests--makes xfailing them work right.
10175
10176 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10177
10178 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
10179 only \r\n, not .*. The test can pass .* as the last thing in
10180 $pattern if that is what it wants. In addition to providing this
10181 flexibility, this change should speed up pattern matching in cases
10182 where the pattern already ended with .* (there were a number of
10183 them). This change also helps catch bad patterns--in the old
10184 scheme the typo "char \*" instead of "char \\*" would pass. Now
10185 it is caught.
10186 * Many .exp files: Update callers.
10187
10188 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
10189 clearer and does not spuriously match multiple ('s. Likewise for
10190 ) and *.
10191
10192 * gdb.base/nodebug.exp: Test ability to call a function and pass
10193 it a string (even with no debugging info).
10194
10195 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
10196 "p '\'", which is the same as "p ''" once tcl gets done with
10197 quoting, to "p '\\'", which I suspect is what is intended (one
10198 backslash gets sent to GDB).
10199
10200 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
10201
10202 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10203
10204 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
10205 1817) was fixed literally years ago.
10206
10207 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10208
10209 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
10210 test, it causes stepping out of call_after_alloca_subr with
10211 optimizing compilers.
10212 (localvars_in_indirect_call): Consume GDB prompt if `finish'
10213 fails.
10214
10215 * gdb.c++/templates.exp: Source templ-info.exp only if
10216 the templates executable exists.
10217
10218 * gdb.c++/misc.cc (class Contains_static_instance,
10219 class Contains_nested_static_instance),
10220 gdb.c++/classes.exp (test_static_members): Test printing of
10221 a class that contains a static instance of the class.
10222
10223 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10224
10225 * gdb.base/langs2.c (cppsub_): Don't prototype.
10226 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
10227 only, I believe).
10228
10229 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10230
10231 * lib/gdb.exp (skip_chill_tests): New procedure.
10232
10233 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
10234
10235 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
10236
10237 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
10238 each expect pattern. Cuts runtime from 12 to about 4 seconds.
10239
10240 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10241
10242 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
10243
10244 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
10245 disassemble 8, not 16, instructions for part 4.
10246
10247 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
10248 support the latter anymore.
10249
10250 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
10251 -DNO_PROTOTYPES.
10252 * gdb.base/callfuncs.c: Control use of prototypes based on
10253 NO_PROTOTYPES, not __STDC__.
10254 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
10255 t_float_values2 tests if prototypes in use.
10256
10257 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
10258 t_double_values): When checking differences against DELTA, check
10259 that difference is within the range (-DELTA,DELTA), not just
10260 (-infinity,DELTA).
10261
10262 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
10263
10264 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
10265 'file' command firts, then 'target', then 'load', this is due to gdb
10266 target set up.
10267 * config/mips-gdb.exp: Fix a couple regular exp bugs.
10268
10269 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
10270
10271 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
10272 FP load/store variants.
10273 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
10274
10275 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
10276
10277 * gdb.base/term.exp: Do not give a warning if not native, it is
10278 not an abnormal condition.
10279
10280 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
10281
10282 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
10283 t_char_array".
10284
10285 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
10286
10287 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
10288 are getting the version number.
10289
10290 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
10291 if not native, it is not an abnormal condition.
10292
10293 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10294
10295 * lib/gdb.exp: Just use "file exists", rather than undocumented
10296 dejagnu procedure "findfile".
10297
10298 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10299
10300 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
10301 (LDFLAGS): Set to -Xlinker -Ur.
10302
10303 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
10304 Removed, these values are set by lib/gdb.exp.
10305
10306 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
10307
10308 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10309
10310 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
10311 of replicating gdb startup code.
10312
10313 * config/mt-vxworks (LDFLAGS): Set to -r.
10314 (CFLAGS_FOR_TARGET): Removed.
10315
10316 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
10317 (gdb) and gdb for vxworks uses (vxgdb).
10318
10319 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
10320 executable is not in the tree and host != target, use sed and
10321 program_transform_name to determine the gdb name used by the
10322 target.
10323
10324 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
10325 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
10326
10327 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10328
10329 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
10330 floats, chars, and shorts where there are ANSI-style function
10331 definitions.
10332
10333 * gdb.base/langs.exp, gdb.base/langs*: New test.
10334 * gdb.base/Makefile.in: Build it.
10335 * TODO: Remove item about checking that C names don't get C++
10336 demangling applied; this test tests it.
10337
10338 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10339
10340 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
10341 went with the const70 xfail. The xfail went away a year ago.
10342
10343 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
10344
10345 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
10346 for hp300.
10347
10348 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
10349
10350 * gdb.base/a1-selftest.exp: Don't run on hp300.
10351
10352 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10353
10354 * Makefile.in (site.exp): Set host_alias and target_alias as well
10355 as host_triplet and target_triplet.
10356
10357 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10358
10359 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
10360
10361 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
10362 places as other ecoff systems).
10363
10364 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
10365 ultrix.
10366
10367 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10368
10369 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
10370 remove them.
10371 * gdb.base/nodebug.exp: Accept "function" in addition to "text
10372 variable and "variable" in addition to "data variable".
10373 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
10374
10375 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
10376 2.
10377 * gdb.base/list1.c (long_line): Add additional statement at start
10378 of function.
10379 * gdb.base/list.exp (test_forward_search): Update line number to
10380 reflect new statement.
10381
10382 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10383
10384 * gdb.base/signals.exp: Reinitialize searched source directories
10385 after gdb_start call.
10386
10387 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
10388
10389 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
10390 * gdb.stabs/Makefile.in: Likewise.
10391
10392 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
10393 change. Instead split the tests into smaller pieces.
10394 * gdb.disasm/hppa.s: Corresponding changes.
10395
10396 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10397
10398 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
10399 Quote ^C when passing it to stty. For some shells ^ is a pipe.
10400
10401 * gdb.base/funcargs.exp: Modify many tests so that every test
10402 either passes or fails. Make some test names unique.
10403
10404 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10405
10406 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
10407 Call stty to set interrupt character.
10408
10409 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
10410 for HP assembler versus GNU assembler based on actual behavior of
10411 $(CC), rather than assuming that $(AS) is always the GNU assembler.
10412
10413 * TODO: Suggest a few more stepping tests.
10414
10415 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
10416
10417 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
10418 restart GDB for h8300 after a continue.
10419 (return): Add pattern to match a29k-udi behavior.
10420 * gdb.base/nodebug.exp: Remove obsolete comment.
10421 * gdb.base/regs.exp: New file, testing of register displays.
10422 * gdb.base/return.exp: Fix typo in reference to $objdir.
10423 * gdb.base/whatis.exp: Always start with a fresh GDB.
10424
10425 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10426
10427 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
10428 higher, these tests generate a lot of output.
10429
10430 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10431
10432 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
10433 code following the catch silently ignored some errors; without the
10434 catch they should be thrown like any other tcl error. Also, the
10435 catch used "" instead of {} which meant all the callers who wanted
10436 to include one of the characters "[]$ had to quote it an extra time.
10437 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
10438 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
10439 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
10440 Remove extra quoting.
10441
10442 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
10443
10444 * gdb.base/commands.exp: Make test names unique; every test either
10445 passes or fails. Update some comments.
10446
10447 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
10448
10449 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10450
10451 The following fixes a FAIL caused by the fact that the alpha stabs
10452 configuration didn't use the ".if alpha" code in weird.def.
10453 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
10454 bit pointer, so the 32 bit version works even on the alpha.
10455 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
10456 Remove the stuff which allowed us to have separate versions for
10457 alpha and everything else.
10458
10459 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
10460 regexp which "info func operator\[\](" is supposed to match. Fix
10461 string to send to GDB. Note that GDB still doesn't work right. Add a
10462 new test for "info func .perator\[\](" which GDB does handle correctly.
10463
10464 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
10465
10466 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10467
10468 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
10469 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
10470 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
10471 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
10472 it makes the tests harder to understand and confuses test-o-matic.
10473 The preferred style is that each test provides a PASS or a FAIL,
10474 and has a unique message (e.g. "continue #54" not just "continue")
10475 which is the same for the pass and the fail.
10476 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
10477 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
10478 to lib/gdb.exp.
10479 * gdb.base/printcmds.exp: Use test_print_accept. Remove
10480 prt_accept which was basically the same thing. Likewise for
10481 test_print_reject and prt_reject.
10482 * lib/gdb.exp (test_print_reject): Add some more error message
10483 patterns to match from the former printcmds.exp (prt_reject).
10484 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
10485 One defect of the passcount stuff is that some of it failed to
10486 report XPASS where appropriate.
10487 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
10488 stuff before and after arg in expected pattern.
10489 (test_paddr_operator_functions): Re-do test without print_addr_of;
10490 this is the only test which seems to want extra stuff there.
10491
10492 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10493
10494 * gdb.base/nodebug.exp: Update new tests to reflect improved
10495 wording of gdb output.
10496
10497 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
10498 and "ptype" work on variables in files compiled without -g.
10499 Replaces commented out "maint print msymbol" tests.
10500
10501 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10502
10503 * gdb.base/setvar.c (dummy): Call malloc.
10504
10505 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
10506 losing with the irix4 sed.
10507
10508 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
10509 ALRM" on irix4.
10510
10511 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10512
10513 * TODO: Remove items about corefile.exp testing new exec-file and
10514 backtrace; both are now done. Add items about printing enums.
10515
10516 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10517
10518 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
10519 "get signal $thissig" test fails.
10520
10521 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
10522
10523 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10524
10525 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
10526 compiler warning with dec alpha compiler.
10527
10528 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
10529 extra \n from gdb_test call (this explains why the prompt test
10530 that I removed yesterday was there).
10531 (user_defined_command_test): Remove extra \n and prompt test.
10532
10533 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
10534 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
10535 doesn't exist.
10536 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
10537 Also remove alpha workaround, which turns out to be because
10538 SIGABRT == SIGLOST.
10539
10540 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
10541
10542 * gdb.base/help.exp: Don't test "help show".
10543
10544 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10545
10546 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
10547 "set print address" is on.
10548 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
10549 pass prompt to gdb_test; gdb_test already looks for the prompt.
10550
10551 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
10552
10553 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
10554 was a vestige of the manual TESTSTRATEGY, and the purpose of it
10555 was to make sure that gdb can read a core file. But (a) the "read
10556 the corefile" part didn't make it to a1-selftest.exp, we just
10557 delete the corefile after creating it, and (b) we test reading
10558 corefiles in corefile.exp anyway. Also, this test left around a
10559 xgdb process on Solaris.
10560
10561 * gdb.base/corefile.exp: Also test backtrace.
10562
10563 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
10564
10565 * gdb.base/commands.exp: Test a simple user defined command with
10566 arguments and if/while statements; verify the full user command is
10567 printed by "show user".
10568
10569 * gdb.base/commands.exp: Test if/while commands as part of a
10570 breakpoint command list; verify they appear in breakpoint
10571 information.
10572
10573 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10574
10575 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
10576 than by dividing by zero.
10577
10578 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
10579
10580 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
10581 performing an inferior call with watchpoints enabled.
10582 * gdb.base/watchpoint.c (main): Delete second unnecessary read
10583 call.
10584
10585 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10586
10587 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
10588 of "file" command.
10589
10590 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
10591 Add additional pattern for when "int operator int(void);" appears
10592 in a different order.
10593
10594 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10595
10596 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
10597
10598 * gdb.base/help.exp: Replace most of docstrings for "info signals"
10599 and "signal" with ".*".
10600
10601 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10602
10603 * TODO: Add note about "handle all nostop".
10604
10605 * gdb.base/{sigall.c, sigall.exp}: New test.
10606 * gdb.base/Makefile.in: Add it.
10607
10608 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10609
10610 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
10611 when invoking GDB, suppresses any windowing interface.
10612
10613 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
10614
10615 * config/sim-gdb: New file, simulator testing support.
10616
10617 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
10618
10619 * gdb.base/interrupt.exp: Test calling func1 twice.
10620
10621 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
10622
10623 * gdb.base/list.exp (test_forward_search): Set timeout higher
10624 when we'll be getting lots of output from gdb.
10625
10626 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
10627 "init_malloc" to after the expect statement. Run it if that
10628 regexp is taken, but also for two others which happen if source
10629 cannot be found.
10630
10631 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10632
10633 * gdb.base/printcmds.exp: New test, for printing register before
10634 program is running.
10635
10636 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10637
10638 * gdb.base/list.exp: Correct some alternate expect patterns
10639 to reflect changes in list1.c.
10640
10641 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10642
10643 * TODO: Add item regarding large frames.
10644
10645 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
10646
10647 * TODO: Remove item about enabling return.exp; it
10648 is enabled. Suggest a few more "return" tests.
10649
10650 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10651
10652 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
10653 anonymous unions.
10654
10655 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10656
10657 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
10658 and pr-5646.o, so "make" is the same as "make all", not "make
10659 pr-4975.o".
10660
10661 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
10662
10663 * gdb.base/list.exp: Adjust expectations to reflect changes in
10664 list1.c.
10665 (test_forward_search): New test proc.
10666 * gdb.base/list1.c (long_line): New function, has long source line.
10667
10668 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
10669
10670 * gdb.base/a1-selftest.exp: Change initial stepping to know about
10671 additional line of code that was added.
10672
10673 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
10674
10675 * gdb.disasm/hppa.s: Break the large branching tests into smaller
10676 tests so as not to overflow expect's input buffers.
10677 * gdb.disasm/hppa.exp: Corresponding changes.
10678
10679 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10680
10681 Beginnings of template debugging tests.
10682 * gdb.c++/templ-info.cc: New file to test for template
10683 debugging capability of the compiler.
10684 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
10685 templ-info.cc.
10686 * gdb.c++/templates.cc: Add explicit template instantiations
10687 to enable compiling with -fno-implicit-templates. Add destructor
10688 and 'value' method to T5 class for template tests.
10689 * gdb.c++/templates.exp: Add testcases for printing of template
10690 types, setting breakpoints on template methods and calling a
10691 template method.
10692
10693 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
10694
10695 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
10696 branch target since some assemblers (gas-2.5) may emit a
10697 relocation for the branch instead of resolving it in the
10698 assembler.
10699
10700 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10701
10702 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
10703 through signal handler.
10704
10705 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10706
10707 * configure.in (*-*-netware): Use config/mt-netware.
10708
10709 * config/mt-netware: New file.
10710 * config/mt-i386-netware: Removed, separate configs for different
10711 netware architectures are no longer needed now that we have
10712 --with-headers.
10713
10714 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10715
10716 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
10717 by the recent changes to use ANSI C arithmetic conversions.
10718
10719 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10720
10721 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
10722 bug involving using inferior_pid to figure out whether to select a
10723 frame.
10724
10725 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
10726
10727 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
10728 match the current disassembler output.
10729
10730 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
10731
10732 * gdb.fortran/exprs.exp: Expect VOID instead of void.
10733 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
10734 types, expect "int" as type of integer values (for now).
10735
10736 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
10737
10738 * gdb.base/commands.exp: New tests for if/while commands.
10739
10740 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
10741
10742 * lib/gdb.exp (runto): Replace sub-pattern for hex value
10743 by .*, since hex values have different syntax in Chill mode.
10744
10745 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10746
10747 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
10748 linefeed from expect pattern for repeated types with indices > 9.
10749
10750 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
10751
10752 First part of Fortran test suite.
10753 * gdb.fortran: New directory.
10754 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
10755
10756 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10757
10758 * gdb.base/default.exp: Update expect pattern for load command
10759 without arguments.
10760
10761 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10762
10763 * configure.in: Change i386 to i[345]86.
10764 * gdb.base/configure.in: Likewise.
10765 * gdb.c++/configure.in: Likewise.
10766 * gdb.chill/configure.in: Likewise.
10767
10768 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
10769
10770 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
10771 patterns, since that is not a valid context for comments.
10772
10773 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
10774
10775 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
10776 repeated types and repeated types with indices > 9.
10777
10778 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10779
10780 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
10781 2417; old bug has been fixed.
10782
10783 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
10784
10785 * gdb.base/interrupt.exp: When trying to wake up the inferior,
10786 send the newline ourselves instead of assuming gdb_test will do
10787 so when passed an empty input string.
10788
10789 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
10790 stabs testcode.
10791
10792 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10793
10794 * lib/gdb.exp (gdb_test): Don't send anything if the first
10795 argument is an empty string. This makes cases where we want to
10796 match output that is already in expect's buffers (for example,
10797 matching a breakpoint after gdb_run_cmd has been called) work
10798 reliably.
10799
10800 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10801
10802 * config/netware.exp: New file.
10803
10804 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10805
10806 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
10807 the -B and -L prefixes so we can find the debugging stub.
10808
10809 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
10810 there and we are using the gcc from the tree.
10811
10812 * gdb.base/types.c: Removed.
10813
10814 * gdb.base/configure.in: Look for makefile fragments in ../config.
10815 Recognize i386-*-netware.
10816 * gdb.c++/configure.in: Likewise.
10817
10818 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10819
10820 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
10821 the correct TCL syntax.
10822
10823 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10824
10825 * gdb.base/opaque.exp: use runto instead of messing around with
10826 breakpoints. Simplify by using gdb_test.
10827
10828 * gdb.base/bitfields.exp: restart between tests on netware targets
10829 because breakpoints aren't relocated after target death. Run
10830 processes to completion.
10831
10832 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
10833
10834 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
10835
10836 * Makefile.in: Remove extra tabs that confuse some versions
10837 of "make". Use the newly built gdb to test with by default,
10838 rather than the first one in the tester's search path.
10839
10840 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
10841
10842 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
10843
10844 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
10845 condition help.
10846
10847 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10848
10849 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
10850
10851 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
10852 running.
10853 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
10854 * gdb.base/funcargs.exp: Likewise.
10855
10856 * gdb.base/bitfields.exp: Simplify by using gdb_test.
10857 * gdb.base/funcargs.exp: Likewise.
10858
10859 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
10860 message is "".
10861
10862 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10863
10864 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
10865 return,signals,twice}.exp: Handle non-existant binaries
10866 consistantly.
10867
10868 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
10869 * gdb.base/Makefile.in: Don't try to generate a core dump, we
10870 might testing a cross development system.
10871
10872 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10873
10874 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
10875 runtest script is relative to ${srcdir}, not ${rootdir}.
10876
10877 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
10878
10879 * gdb.base/signals.exp: Allow for optionality of breakpoint
10880 address.
10881
10882 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10883
10884 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
10885
10886 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10887
10888 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
10889 for size_t definition.
10890 * gdb.c++/templates.cc: Likewise
10891
10892 * config/mt-i386-netware: New file.
10893
10894 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
10895 defined.
10896
10897 * gdb.base/Makefile.in: Added support for systems that name core
10898 files by appending "core" to the program name.
10899 * gdb.base/a1-selftest.exp: Likewise.
10900
10901 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10902
10903 * gdb.base/return.exp: Add comment and message for `return double'
10904 test failure on Sparc Solaris.
10905
10906 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
10907
10908 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
10909
10910 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10911
10912 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
10913 from optimizing them away.
10914 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
10915 patterns to include default constructors and assignment operators,
10916 to match gcc versions beyond 2.5.8. Accept any cplus demangling
10917 character in the output of the virtual base pointer.
10918
10919 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10920
10921 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
10922 expression match in print_addr_of to avoid unintented matches.
10923 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
10924 versions up to 2.5.8.
10925
10926 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10927
10928 * gdb.base/list.exp: Tweak alternate pattern for listing of an
10929 included file to run under newer versions of expect.
10930 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
10931 consecutive >'s in templates to accomodate recent cplus-dem.c change.
10932 Remove xfail for the virtual table of BDDHookV.
10933
10934 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
10935
10936 * lib/gdb.exp (string_to_regexp): Set a default result.
10937 (default_gdb_start): Fix misleading message.
10938
10939 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
10940
10941 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
10942 Remove all CC, etc definitions.
10943 * config/mt-hpux: New file.
10944 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
10945 (CFLAGS, LDFLAGS): Define.
10946 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
10947
10948 * Makefile.in (site.exp): Don't insert host_os, etc.
10949 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
10950 (distclean): Check existence of subdir.
10951 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
10952 * gdb.base/Makefile.in: General cleanup and simplification.
10953 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
10954 to build executables. Use default rule to build .o files.
10955 (EXPECT, RUNTEST, CC): Fix relative pathname.
10956 (site.exp): Don't insert host_os, etc.
10957 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
10958 and/or SIGUSR1 defined.
10959 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
10960 * gdb.c++/Makefile.in: General cleanup and simplification.
10961 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
10962 (CFLAGS): Remove.
10963 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
10964
10965 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
10966
10967 * gdb.base/recurse.exp: Misc changes to get tests running again
10968 after Kung's changes to the watchpoint code.
10969 * gdb.base/watchpoint.exp: Likewise.
10970
10971 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
10972
10973 * lib/gdb.exp (string_to_regexp): Convert {\} also.
10974
10975 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10976
10977 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
10978 * lib/gdb.exp (default_gdb_start): Define.
10979 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
10980 gdb.base/funcargs.exp, gdb.base/opaque.exp,
10981 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
10982 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
10983 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
10984 Don't call gdb_target_udi in between tests.
10985
10986 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10987
10988 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
10989 (which was basically just a local version of the same thing). In
10990 addition to avoiding duplication, gdb_test_exact is faster.
10991 * lib/gdb.exp (gdb_test_exact): Fix typo.
10992
10993 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
10994 don't give an error.
10995
10996 * gdb.base/term.exp: Call delete_breakpoints before starting.
10997
10998 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
10999 (t10): Add comment.
11000
11001 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
11002
11003 Reorganization of the GDB Test Suite.
11004
11005 * gdb.base: New directory, contains all the basic tests.
11006 * gdb.c++: New directory, tests specific to C++.
11007 * gdb.chill: New directory, tests specific to Chill.
11008 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
11009 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
11010 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
11011 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
11012 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
11013 t30-31 to chill).
11014 * */gdbme.*: Rename to match appropriate expect scripts.
11015 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
11016 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
11017 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
11018 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
11019 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
11020 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
11021 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
11022 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
11023 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
11024 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
11025 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
11026 gdb.c++/virtfunc.cc: New names of C++ files.
11027 * gdb.chill/chillvars.ch: New name of Chill file.
11028 * gdb.base/configure.in, gdb.c++/configure.in,
11029 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
11030 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
11031 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
11032 * configure.in (configdirs): Update to reflect directory changes.
11033 (target_abbrev): No longer define for any configuration.
11034 * Makefile.in: Cosmetic improvements to header comments.
11035
11036 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
11037
11038 Various changes to gdb.t31:
11039
11040 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
11041 * gdbme.ch: Make all key-words and predefineds be upper-case.
11042 * chillvars.exp: Expect key-words and predefinds in upper-case.
11043
11044 * chillvars.exp: Use gdb_test_exact many places.
11045 Change expected output for arrays (which now includes index labels).
11046
11047 * pr-5020.exp, gdme.ch (module PR_5020):
11048 New test, for PR-5020.
11049
11050 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
11051
11052 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
11053 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
11054
11055 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
11056
11057 * Makefile.in: Fix bit-rot in definitions of CHILL,
11058 CHILL_FOR_TARGET and Chill_LIB.
11059 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
11060 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
11061 CHILL, and CHILL_LIB.
11062
11063 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
11064
11065 * Revert the previous changes. Please see Rob's directory
11066 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
11067
11068 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
11069
11070 * Makefile.in, configure.in, config/mips-gdb.exp,
11071 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
11072 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
11073 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
11074 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
11075 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
11076 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
11077 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
11078 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
11079 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
11080 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
11081 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
11082 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
11083 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
11084 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
11085 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
11086 changes from 94Q1.
11087
11088 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
11089
11090 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
11091 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
11092 Rob's new testing fragments.
11093
11094 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
11095
11096 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
11097 lib/gdb.exp: Replace error proc calls with perror.
11098
11099 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
11100
11101 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
11102 version also, match on casted version strings, and match on
11103 gdb startup case where the line numbers might be messed up.
11104
11105 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
11106
11107 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
11108 (CFLAGS): Delete it from here.
11109
11110 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
11111
11112 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
11113
11114 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
11115
11116 * Makefile.in (RUNTEST): Default to just "runtest".
11117
11118 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11119
11120 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
11121 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
11122 the code has been restructured.
11123
11124 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11125
11126 * gdb.t00/default.exp (set write): Allow any number of \r and/or
11127 \n, not just one of each.
11128
11129 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
11130 /bin/cc gives a warning if you do.
11131
11132 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
11133
11134 * gdb.t24/demangle.exp: change expect pattern of
11135 __t10ListS_link1ZUiRCUiPT0
11136
11137 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11138
11139 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
11140 on local variables in recursive functions.
11141
11142 * gdb.t07/Makefile.in: Build the new test.
11143
11144 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11145
11146 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
11147 directly. Instead compare the return values from actual calls.
11148
11149 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
11150
11151 * Makefile.in (check): Set TCL_LIBRARY for runtest.
11152
11153 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11154
11155 * From Peter Schauer with minor modifications.
11156 * gdb.t15/return.exp (return_tests): Handle targets where "return"
11157 stops in mid-line in the caller. Add xfail for returning a float
11158 value on X86 targets.
11159
11160 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11161
11162 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
11163 to avoid expect lossage.
11164 (fmem_LRbug_tests): Likewise.
11165 * gdb.disasm/hppa.s: Corresponding changes.
11166
11167 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
11168 conditions to work with latest dejagnu/expect.
11169
11170 * gdb.t15/funcargs.exp (finish from indirect call): No longer
11171 expected to fail on the PA.
11172 (backtrace in call with trampolines): Explicitly require main
11173 to be frame #1 (no trampolines should show up in backtrace).
11174
11175 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
11176 "continue -expect".
11177 * gdb.t06/break.exp: Likewise.
11178 * gdb.t07/watchpoint.exp: Likewise.
11179 * gdb.t13/bitfields.exp: Likewise.
11180 * gdb.t15/{funcargs,return}.exp: Likewise.
11181 * gdb.stabs/weird.exp: Likewise.
11182 * config/{mips,udi}-gdb.exp: Likewise.
11183
11184 * hppa.sed: Enclose comments within a sed command to avoid
11185 losing with the old OSF1 sed.
11186
11187 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11188
11189 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
11190 sequent dynix.
11191 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
11192 * gdb.t15/funcargs.exp: Conditionally step again to really
11193 finish from marker_call_with_trampolines. Handle the case where
11194 the first step from within call_with_trampolines already steps
11195 us back to main.
11196 * gdb.t15/gdbme.c: Add comment to closing brace of
11197 call_with_trampolines for funcargs.exp.
11198
11199 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11200
11201 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
11202 Fix typo(s).
11203
11204 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11205
11206 * gdb.t07/gdbme.c: More code for watchpoint testing.
11207
11208 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
11209 "Hardware watchpoint" throughout file.
11210 (test_watchpoint_triggered_in_syscall): New test.
11211 (test_complex_watchpoint): New test.
11212
11213 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11214
11215 * gdbme.c (call_with_trampolines): New function to try and step
11216 into. Tests trampoline problems on the PA.
11217
11218 * funcargs.exp (localvars_in_indirect_call): No longer expect
11219 stepping into indirect call to fail on PAs.
11220 (test_stepping_over_trampolines): New test.
11221
11222 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11223
11224 * TODO: Add suggestions for static member function tests, and
11225 completion tests.
11226
11227 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11228
11229 * TODO: Add suggestions for "p/a" tests.
11230
11231 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
11232 (default_gdb_exit): Replace all the hair with sending "quit" to
11233 the process with a simple close.
11234
11235 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11236
11237 * TODO: Add suggestions for shared library tests.
11238
11239 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11240
11241 * TODO: Add suggestions for x/s tests.
11242
11243 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11244
11245 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
11246 "enable once", and "enable breakpoints once" with ".*".
11247
11248 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11249
11250 * TODO: Add suggestions about structure passing tests.
11251
11252 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11253
11254 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
11255 the primary1 test, use work around if __GNUC__ < 2.
11256 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
11257 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
11258 Test for bad output rather than waiting for timeout. Issue
11259 second continue only if first continue failed.
11260
11261 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11262
11263 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
11264 operator[] test with gdb_test because the old code didn't seem to
11265 be getting the quoting right with the new dejagnu.
11266
11267 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
11268
11269 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
11270 one from the path.
11271 * Makefile.in: Use a fresh expect if there is one, use runtest
11272 from the src tree if there is one.
11273
11274 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11275
11276 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
11277 next over recursive call. Revise the tests from that point on
11278 (which had been skipped) to match GDB's actual (correct) output.
11279
11280 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
11281 with next over a breakpoint whose condition is false.
11282
11283 * gdb.t00/help.exp: Comment out "help set print" tests just like
11284 (and for same reason as) "help set" test.
11285
11286 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11287
11288 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
11289 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
11290
11291 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11292
11293 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
11294 necessary gdb_target_udi.
11295
11296 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
11297
11298 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
11299 1838 and 2417; they are fixed.
11300
11301 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
11302 gdb.t03/ptype.exp (ptype structure, ptype union):
11303 Remove xfails; the test is looser than when the xfails were added.
11304
11305 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
11306 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
11307
11308 * gdb.t01/run.exp: Only run shell test if isnative.
11309
11310 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
11311 since "run" automatically loads if necessary. Call gdb_target_udi
11312 after the "file" since "file" kills any execution target.
11313
11314 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
11315 GDB. GDB doesn't work that way (not anymore at least) on UDI.
11316 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
11317 argument for UDI.
11318
11319 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11320
11321 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
11322
11323 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
11324
11325 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11326
11327 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
11328 properly quoting regexps. This makes the second argument to
11329 demangle a fixed string, which matches the callers, instead of a
11330 shell-style pattern which is what the previous implementation
11331 used. Update some of the callers.
11332
11333 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11334
11335 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
11336 (comib_nullified_tests): Fix typo.
11337 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
11338 strings. No longer expected to fail.
11339
11340 * gdb.disasm/hppa.s (addib_tests): Fix typo.
11341 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
11342 strings. No longer expected to fail.
11343
11344 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
11345 string. No longer expected to fail.
11346
11347 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11348
11349 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
11350 No longer expected to fail.
11351
11352 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
11353 string. No longer expected to fail.
11354
11355 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11356
11357 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
11358 only in the names (I probably got most of them). I was even
11359 generous with some which differed in underscores in names, and
11360 probably missed a few, and I *still* was able to remove almost a
11361 third of the file with almost no impact on testsuite coverage.
11362
11363 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11364
11365 * gdb.t00/default.exp: Match udi_attach error message as well as
11366 the one from child_attach.
11367
11368 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
11369
11370 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
11371
11372 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
11373 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
11374
11375 * Move test with enums and partial symbols back to
11376 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
11377 Reverts the change of 26 May 93. Per today's change to
11378 stabs.texinfo, the behavior that weird.exp was expecting was
11379 unreasonable; what is important is that the compiler+gdb get
11380 things right, which happens with a recent gcc. Also fix the test
11381 to deal with native compilers which put out the stab gdb can't
11382 deal with.
11383
11384 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11385
11386 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
11387 in the names. The main thing these accomplish is to slow things down.
11388 Many more such duplicates surely remain.
11389
11390 * gdb.t00/help.exp: Comment out "help support" test just like
11391 (and for same reason as) "help set" test.
11392
11393 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
11394
11395 * gdb.t06/break.exp: Remove setup_xfails for
11396 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
11397 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
11398 about known bug in gcc to include up through 2.5.8.
11399 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
11400 well as "_vb$".
11401 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
11402 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
11403 with latest gcc and gdb.
11404 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
11405 well as "_vb$".
11406
11407 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11408
11409 * configure.in (hppa*-*-*): Also configure and build stabs-only
11410 tests.
11411
11412 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11413
11414 * gdb.t10/hppa.mt: A makefile fragment for the PA.
11415 * gdb.t10/configure.in (hppa*-*-*): Use it.
11416
11417 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11418
11419 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
11420
11421 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11422
11423 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
11424 versions prior to 1.13.5.
11425
11426 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11427
11428 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
11429 the prompt is at the start of a line.
11430
11431 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11432
11433 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
11434 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
11435 in the copr tests now.
11436 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
11437 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
11438 expected to fail.
11439
11440 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
11441
11442 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
11443 gdb.t31/chillvars.exp, lib/gdb.exp:
11444 Tweak to run under either version of expect.
11445 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
11446 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
11447 * gdb.t11/list.exp: Remove extraneous whitespace.
11448
11449 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11450
11451 * gdb.t16/printcmds.exp (test_print_strings): Accept
11452 "(unsigned char *) " before the string.
11453
11454 * TODO: Add notes about printing of fancy types and GDB expressions.
11455
11456 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
11457
11458 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
11459 * gdb.t06/configure.in: Don't try to compile signals test program
11460 if doing mips-idt-ecoff.
11461
11462 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
11463
11464 * Most .exp files: Tweak to run under either version of expect.
11465
11466 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11467
11468 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
11469 xfails; I'm not sure why they are failing, but not because of PR 1806.
11470
11471 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
11472
11473 * config/unix-gdb.exp: Remove gdb_unload cause it's already
11474 defined in lib/gdb.exp.
11475
11476 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11477
11478 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
11479 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
11480 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
11481 have to be typeless.
11482
11483 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11484
11485 * TODO: Add suggestion for copyright year test.
11486
11487 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
11488
11489 * configure.in (*-*-lynxos*): Add stabs tests.
11490
11491 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11492
11493 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
11494 so insert a tab before any assembler directive in column zero.
11495
11496 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
11497 stores.
11498 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
11499 stores.
11500 (fpu_short_memory_tests): Likewise.
11501
11502 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11503
11504 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
11505 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
11506 .stabs directives in comments.
11507
11508 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11509
11510 * TODO: New file, describing tests we could write.
11511 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
11512
11513 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11514
11515 * gdb.t06/signals.exp: Add kludge to force re-sync.
11516
11517 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
11518 to xgdb instead of gdb, get out of gdb.
11519
11520 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
11521
11522 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
11523 for info.
11524
11525 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11526
11527 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
11528 * gdb.stabs/configure.in (hppa*-*-*): Use it.
11529 * gdb.stabs/hppa.sed: New sed script for the PA.
11530
11531 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11532
11533 * gdb.stabs: Re-write weird.def and configuration to use sed
11534 instead of cpp. sed is portable and POSIX; cpp is neither.
11535
11536 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11537
11538 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
11539
11540 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11541
11542 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
11543
11544 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11545
11546 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
11547 "_vb$".
11548 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
11549 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
11550
11551 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11552
11553 * lib/gdb.exp: Comment out code which depends on non-existent
11554 `transform' procedure.
11555
11556 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
11557
11558 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
11559 * lib/gdb.exp: Transform tool name.
11560 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
11561 1.1's new error handling system.
11562
11563 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11564
11565 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
11566
11567 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11568
11569 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
11570 They made pattern matching so slow that timeouts happened on
11571 heavily loaded systems. Now any output from "show print" which
11572 gets us back to the GDB prompt is a PASS.
11573
11574 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
11575
11576 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
11577
11578 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11579
11580 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
11581
11582 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
11583 It is not from PR 3220.
11584
11585 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11586
11587 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
11588 just started failing because they depended on the order the
11589 subcommands are presented, or exact docstring text. This kind of
11590 test is a pain and has minimal benefit.
11591
11592 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11593
11594 * gdb.t09/corefile.exp: At end of test, use "core" command with
11595 no arguments.
11596
11597 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
11598
11599 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
11600 17}/Makefile.in: Make it possible to run the testsuite with Sun
11601 make and CC = cross gcc by adding explicit build rules for .o
11602 files.
11603
11604 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11605
11606 * gdb.t15/funcargs.exp: Don't put comments on same line as
11607 setup_xfail (@#$*%& tcl braindamage!).
11608
11609 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11610
11611 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
11612
11613 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
11614
11615 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
11616 * gdb.t20/inherit.exp: remove three dumplicate entries.
11617
11618 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11619
11620 * gdb.t06/break.exp: For "next over recursive call", fail on any
11621 incorrect output, not just on "factorial (value=2)".
11622
11623 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11624
11625 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
11626 working now. Add an xfail if accesing a bss variable causes
11627 a memory error if the target is not yet run.
11628
11629 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11630
11631 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
11632 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
11633 name of __st* demangling (2 strings). Did Kung really get the
11634 more than 95 others right without testing them?
11635
11636 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
11637
11638 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
11639
11640 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
11641
11642 * configure.in (configdirs): Add gdb.disasm
11643 * gdb.disasm: New directory for GDB disassembler tests.
11644 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
11645
11646 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11647
11648 * gdb.t00/help.exp: Don't test "help set".
11649
11650 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
11651 from within expect statements. None of these happen anymore and
11652 they cause regressions to be silently unnoticed.
11653
11654 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
11655 messages) about known failures with gcc cygnus-2.4.5-930417.
11656
11657 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
11658 comp-info.exp so it gets built if it doesn't exist.
11659
11660 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
11661 it is no longer used.
11662 * gdb.t13/comp-info.c: Removed.
11663
11664 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11665
11666 * gdb.t06/signals.exp: Add xfail for sun3.
11667
11668 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11669
11670 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
11671 relevant because ^C doesn't get sent but failure can be reproduced
11672 interactively).
11673
11674 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11675
11676 * gdb.stabs/alpha.mt: New configuration file for alpha.
11677 * gdb.stabs/configure.in: Use it.
11678 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
11679 sharing with alpha.mt, redefine long to word via preprocessor.
11680 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
11681 for alpha.
11682 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
11683 native cc.
11684 * gdb.t00/teststrategy.exp: Change expect string so that we
11685 consume the `(xgdb)' from the command echo and from the gdb prompt.
11686 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
11687 gdb currently compares all values as long, so this failure probably
11688 applies to any configuration where LONGEST is bigger than a target int.
11689 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
11690 with gcc.
11691 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
11692 to handle opaque pointers, gcc is.
11693 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
11694 as first argument. Include <sys/types.h> and change all operator
11695 new definitions to use size_t.
11696 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
11697 now that we use size_t.
11698
11699 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11700
11701 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
11702 a long or float array cast all array members to the same type.
11703 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
11704 with 64 bit longs.
11705 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
11706 on alpha.
11707 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
11708
11709 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11710
11711 * gdb.t24 (demangle.exp): Constructors of templates have names like
11712 vector<int>::vector(int) not vector<int>::vector<int>(int). See
11713 section 14.6 of the ARM.
11714
11715 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
11716 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
11717 accomplish little and slow down the testsuite.
11718
11719 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
11720 Accept spaces various places.
11721
11722 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11723
11724 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
11725 with watchpoint enabled.
11726
11727 * Makefile.in: Remove definition of CC and remove the second
11728 definition of CXX (the "CXX = gcc" one remains). These definitions
11729 were causing backquotes to be expanded within backquotes, which
11730 doesn't work.
11731
11732 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11733
11734 * gdb.t17/callfuncs.exp: Add "return 0" to end.
11735
11736 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11737
11738 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
11739 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
11740 by mips cc and contains no stabs entries.
11741
11742 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
11743
11744 * config/vx-gdb.exp: Use fake device to load files rather than
11745 NFS.
11746 * lib/gdb.exp: New proc to do "file" command.
11747 * config/unix-gdb.exp: Use new "file" proc.
11748
11749 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11750
11751 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
11752 Rework board rebooting slightly.
11753 (gdb_exit): Don't exit from the remote shell; there isn't one.
11754 * gdb.stabs/weird.exp: If a program is being debugged already,
11755 kill it.
11756 * gdb.t04/setvar.exp: Stop and restart gdb.
11757 * gdb.t05/expr.exp: Likewise.
11758 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
11759 restart gdb and reload the program.
11760 * gdb.t08/opaque.exp: Likewise.
11761 * gdb.t12/scope.exp: Likewise.
11762 * gdb.t13/bitfields.exp: Likewise.
11763 * gdb.t15/funcargs.exp: Likewise.
11764 * gdb.t20/classes.exp: Likewise.
11765 * gdb.t03/ptype.exp: Increase timeout.
11766 * gdb.t16/printcmds.exp (test_print_string_constants,
11767 test_print_array_constants): Likewise.
11768 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
11769 * gdb.t20/classes.exp (do_tests): Likewise.
11770 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
11771
11772 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
11773
11774 * gdb.stabs: Renamed *wierd* to *weird*.
11775
11776 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11777
11778 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
11779 for timeout. Add "known gcc 2.4.5 bug" to failure message.
11780
11781 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11782
11783 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
11784 (do_tests): Remove xfail for whatis on one_var and two_var.
11785
11786 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
11787
11788 * Makefile.in: Made cross building work better by adding
11789 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
11790
11791 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11792
11793 * gdb.t15/{return.c,return.exp,Makefile.in}:
11794 New test, currently commented out.
11795
11796 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
11797
11798 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
11799 still running and removes the leftover named socket so GDb can do
11800 clean restarts.
11801
11802 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
11803
11804 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
11805 console, not GDB.
11806 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
11807 cross testing works better with "make check"
11808 * config/unix-gdb: Use default procedures for exit and version.
11809 * config/vx-gdb.exp: Cleaned up and massaged back to working order
11810 with the newest VxWorks.
11811
11812 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11813
11814 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
11815 old form.
11816
11817 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
11818 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
11819
11820 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
11821
11822 * config/unix-gdb.exp: Remove this version of gdb_exit
11823 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
11824 Rob says he'll look at it when he gets back to testing boards.
11825
11826 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
11827
11828 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
11829 an expected fail for certain ptype commands.
11830
11831 * gdb.t20/classes.exp: Update expected results of "ptype class
11832 Base1" to account for the constructor that now appears in the type.
11833
11834 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
11835
11836 * configure.in (configdirs): Restore gdb.t04, which mysteriously
11837 disappeared from list.
11838 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
11839 "alldone" proc with call to cleanup and exit.
11840 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
11841 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
11842 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
11843 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
11844 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
11845 "alldone" proc with simple returns that suppress remaining
11846 tests. The alldone proc went away many months ago.
11847
11848 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11849
11850 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
11851
11852 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
11853
11854 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11855
11856 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
11857 as vax gdb will display them.
11858
11859 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11860
11861 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
11862 optimizers.
11863
11864 * scope.exp: Change "bad value for localval" messages so each one
11865 is unique.
11866
11867 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
11868 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
11869
11870 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
11871
11872 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11873
11874 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
11875 doesn't exist (due to optimization).
11876
11877 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11878
11879 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
11880 contains \r because the filename is long.
11881
11882 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
11883 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
11884
11885 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11886
11887 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
11888 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
11889 Ultrix.
11890 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
11891 int tests.
11892 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
11893
11894 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
11895
11896 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
11897
11898 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
11899 to match does not match the passing case but still matches the
11900 failing case.
11901
11902 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11903
11904 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
11905
11906 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
11907
11908 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
11909 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
11910 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
11911 Remove various versions of gdb_exit.
11912 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
11913 gdb_exit.
11914 * config/unix-gdb.exp: gdb_exit remains here, and should override
11915 the generic version, since it's doing a lot of wierd stuff that
11916 the other versions aren't. FIXME, fold it in, or abandon this
11917 version.
11918
11919 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11920
11921 * gdb.t24/demangle.exp: Add tests for PR 3220.
11922
11923 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11924
11925 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
11926
11927 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
11928
11929 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
11930 "i386-*-*". Works for i486 as well.
11931
11932 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
11933 bug, and expand domain of xfail to all SVR4 systems, since the
11934 actual problem is likely to be in generic SVR4 /proc support.
11935
11936 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11937
11938 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
11939
11940 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
11941
11942 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
11943 xfails for other systems. Match a missing 'Continuing.' as an
11944 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
11945
11946 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
11947 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
11948 Only issue warning for missing executables if -all option is used.
11949
11950 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
11951 file if -all option is used. It's like an unpredictable XFAIL.
11952
11953 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11954
11955 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
11956 for dynamically linked binaries.
11957
11958 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
11959
11960 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11961
11962 * gdb.t20/inherit.exp: Change message for "print tagless struct"
11963 to state that this is a known bug in old versions of g++.
11964
11965 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11966
11967 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
11968 while waiting for `Continuing'.
11969
11970 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
11971
11972 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
11973 in text, data, and bss.
11974 * gdb.t10/nodebug.c: Add local and global test variables for
11975 initialized and uninitialized data.
11976
11977 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11978
11979 * config/unix-gdb.exp (gdb_exit): Add "wait".
11980
11981 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11982
11983 * gdb.t06/signals.exp: xfail the continue from the handler for all
11984 targets.
11985
11986 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
11987 function with watchpoints enabled, the i386 call dummy starts with
11988 a call.
11989
11990 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
11991 386 bsd names its corefiles.
11992
11993 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
11994
11995 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
11996 compilers don't grok it.
11997 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
11998 with small octal ints rather than character constants, which
11999 are signed and might not fit if first promoted to int.
12000
12001 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
12002
12003 * gdb.t09/Makefile.in (clean): Remove corefile.
12004
12005 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12006
12007 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
12008
12009 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12010 and Jim Kingdon (kingdon@cygnus.com)
12011
12012 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
12013 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
12014 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
12015
12016 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12017
12018 * gdb.t17/interrupt.exp: Add xfail for hppa.
12019
12020 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12021
12022 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
12023 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
12024 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
12025 to determine signed-ness of bitfields and use the result to setup
12026 the xfail.
12027 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
12028 * gdb.t15/funcargs.exp: Use them to step until the second indirect
12029 call line is reached if necessary.
12030
12031 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12032
12033 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
12034
12035 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12036
12037 * gdb.t06/break.exp: Also test `clear' command.
12038
12039 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12040
12041 * gdb.t00/teststrategy.exp: Remove extra quote.
12042
12043 * gdb.t07/watchpoint.exp: Change xfail for calling function with
12044 watchpoint enabled to be for all non-68k machines.
12045
12046 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
12047
12048 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12049
12050 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
12051 targets use aout.mt instead of ecoff.mt as gas understands
12052 standard aout format.
12053
12054 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12055
12056 * lib/gdb.exp (runto): Don't insist that function we are running to
12057 was compiled with -g.
12058
12059 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
12060
12061 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
12062 to get back into the read system call.
12063 Accept leading newline in case where we woke it up.
12064
12065 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12066
12067 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
12068 to make the stabs test work on ecoff systems using gcc and -with-stabs.
12069 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
12070 enable ecoff configuration.
12071
12072 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12073
12074 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
12075
12076 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12077
12078 * gdb.t16/printcmds.exp: Add another printf test.
12079
12080 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
12081
12082 * configure.in: If configured -with-stabs on any target, add
12083 stabsdirs to configdirs.
12084
12085 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12086
12087 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
12088 fun" so pattern does not match the command itself.
12089
12090 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12091
12092 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
12093
12094 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12095
12096 * gdb.t17/interrupt.exp: Test for more things.
12097
12098 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12099
12100 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
12101 compiler arranges the code and line numbers.
12102
12103 * gdb.t17/interrupt.exp: Don't send \n after ^C.
12104
12105 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12106
12107 * gdb.t00/help.exp: Increase expect input buffer size.
12108
12109 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12110
12111 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
12112
12113 * gdb.t07/watchpoint.exp: Add xfail for hppa.
12114
12115 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
12116
12117 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
12118 [0-9]*, not just [0-9].
12119
12120 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12121
12122 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
12123
12124 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
12125
12126 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12127
12128 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
12129
12130 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12131
12132 * gdb.t06/signals.c: Add xfails for sun3.
12133
12134 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
12135
12136 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
12137 test_stepping tests.
12138
12139 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12140
12141 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
12142
12143 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
12144
12145 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
12146 rather than actually putting it through cpp twice.
12147
12148 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
12149
12150 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
12151
12152 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
12153 no longer needed.
12154
12155 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12156
12157 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
12158
12159 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
12160 C++ features prints as "struct", make it a pass, not an xfail.
12161
12162 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12163
12164 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
12165 Don't require VA to print as "class" rather than "struct".
12166
12167 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
12168
12169 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
12170
12171 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12172
12173 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
12174
12175 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12176
12177 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
12178 order.
12179
12180 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12181
12182 * gdb.t16/printcmds.exp: Add printf tests.
12183
12184 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
12185
12186 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
12187
12188 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
12189
12190 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
12191 pass counts, to counteract any existing or future setup_xfails.
12192
12193 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12194
12195 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
12196 {BEGIN,END}_COMMON for common block instead of STAB.
12197 * gdb.stabs/wierd.exp: Add xfail for rs6000.
12198
12199 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
12200 intp_var should be N_GSYM not N_LSYM.
12201 wierd-aout.S: Use a label for the value of the N_SO.
12202 wierd.def: Remove all backslashes.
12203 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
12204
12205 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12206
12207 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
12208 get the expected next to inheritance3.
12209
12210 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12211
12212 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
12213 now that gcc-2.4 gets it right.
12214
12215 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12216
12217 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
12218
12219 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
12220 generating comp-info.exp which works for cross-compilation.
12221
12222 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
12223
12224 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
12225 "*-*-sysv4.*".
12226
12227 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
12228
12229 * gdb.t01/run.exp: Start with a fresh gdb.
12230 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
12231 SVR4.x.
12232
12233 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
12234
12235 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
12236 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
12237 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
12238 Makefile.in (distclean, realclean): Remove gdbme.c from list of
12239 things to remove.
12240
12241 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
12242
12243 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
12244 test cases from bug reports.
12245
12246 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
12247
12248 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
12249 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
12250 avoid spurious xfails.
12251 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
12252 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
12253 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
12254
12255 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
12256
12257 * gdb.t00/teststrategy.exp: Rework to provide more useful
12258 description of each test, fix problem with systems that define
12259 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
12260 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
12261 results for "next over recursive call" so timeouts aren't taken
12262 by error.
12263
12264 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
12265
12266 * gdb.t12/scope.exp: Test printing of variables before run.
12267
12268 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
12269 printed in wrong order due to sorting.
12270
12271 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
12272
12273 * gdb.t00/teststrategy.exp: Fix expected results for printing
12274 user entered string constant. Is array of char, prints with no
12275 address.
12276
12277 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
12278 commands.
12279 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
12280 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
12281 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
12282 of struct of char arrays.
12283 * gdb.t00/radix.exp: New tests for radix commands.
12284
12285 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
12286
12287 * gdb.t16/printcmd.exp: Print a variable before running program
12288 (with xfail for AIX).
12289
12290 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
12291
12292 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
12293
12294 * gdb.t16/printcmd.exp: Don't print variables before running program.
12295
12296 * gdb.t06/break.exp: Don't require envp argument to main.
12297
12298 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
12299
12300 * gdb.t02/whatis.exp, gdb.t11/list.exp:
12301 Add xfails for rs6000.
12302
12303 * gdb.t02/whatis.exp: Change other tests not to re-test something
12304 we already tested.
12305
12306 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
12307 each type used has a variable of that type.
12308
12309 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
12310
12311 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
12312
12313 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12314
12315 * configure.in: change srctrigger to be a file, not a directory
12316
12317 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
12318
12319 * configure.in (mips-idt-ecoff*): Added trailing '*'.
12320
12321 * gdb.t11/list.exp: Fixed a couple of typos.
12322
12323 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
12324
12325 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
12326 is fixed and PR is closed.
12327 * gdb.t16 (gdbme.c): Add simple test string variable.
12328 * gdb.t16 (printcmds.exp): Add tests with simple test string
12329 variable, primarily for boundaries on "set print elements".
12330
12331 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
12332
12333 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
12334 Make leading 0's optional and don't expect a tab in the middle
12335 of the number.
12336
12337 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
12338
12339 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
12340 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
12341 don't end command passed to gdb_test with newline.
12342
12343 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
12344 signed keyword away, don't expect signed bitfields to be signed.
12345
12346 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
12347 printing with only as many 1's as are in the field as well as printing
12348 with 32 1's (see comment).
12349
12350 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
12351
12352 * gdb.t00/default.exp: Start with a fresh gdb.
12353 * configure.in (configdirs): Remove gdb.t31 until the chill
12354 compiler works again. It no longer is able to find chillrt0
12355 since it isn't in libchill.a anymore.
12356 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
12357 wierd.o, make more modular.
12358 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
12359 spurious newlines that caused problems.
12360
12361 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12362
12363 * Move test with enums and partial symbols from gdb.t03/ptype.exp
12364 to gdb.stabs/wierd.exp since GCC has worked around the bug.
12365 gdb.stabs/wierd.{exp,def}: Many new tests.
12366
12367 * gdb.t00/default.exp: update info line for new message.
12368
12369 * gdb.t02/{whatis.exp,gdbme.c}:
12370 Test that "char *" doesn't print as "caddr_t".
12371
12372 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12373
12374 * gdb.t00/help.exp: Use .* in place of some help messages which
12375 just changed.
12376 gdb.t00/default.exp: Update "info frame" test for new message.
12377 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
12378 Remove some xfails
12379
12380 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12381
12382 * gdb.t03/{gdbme.c,ptype.exp}:
12383 Add tests for typedef'd struct and union without tags.
12384 Also check "whatis" on a variable of a typedef'd enum without a tag.
12385
12386 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
12387 PRMS 1823; the bug still exists but isn't reproduced by this test
12388 anymore), and remove rs6000 XFAIL (the bug is fixed).
12389
12390 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
12391 duplicated from whatis.exp. For those that are left, accept
12392 "long", "long int", or "int" for long variables (whatis.exp already
12393 has an XFAIL for "int", so no need to fail it here).
12394
12395 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
12396 Deal with GCC's names for types now that GDB uses the compiler's names.
12397
12398 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
12399 setup_xfail's for sunos4. If we #defined the signed keyword away,
12400 don't expect GDB to know that char it is signed.
12401
12402 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
12403
12404 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
12405
12406 * configure.in (configdirs): Add gdb.t24 for C++ tests that
12407 should work on any system, regardless of debugging format.
12408 * gdb.t21/demangle.exp: Move to gdb.t24.
12409 * gdb.t24/demangle.exp: Move from gdb.t21.
12410 * gdb.t24/{Makefile.in, configure.in}: New files.
12411
12412 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12413
12414 * configure.in: Do gdb.stabs and C++ tests only for stabs.
12415 * gdb.stabs: New directory.
12416
12417 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12418
12419 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
12420 not just "Quit anyway?".
12421
12422 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
12423
12424 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
12425 that all setup_xfails are immediately followed by clear_xfails.
12426
12427 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
12428
12429 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
12430 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
12431 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
12432 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
12433 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
12434 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
12435 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
12436 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
12437 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
12438 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
12439 gdb.t31/chillvars.exp, lib/gdb.exp:
12440 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
12441 bug-gdb@prep.ai.mit.edu.
12442
12443 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
12444
12445 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
12446 with 0.0, not integer 0.
12447
12448 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
12449
12450 * gdb.t06/break.exp: Update for "Kill the program" message change.
12451
12452 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
12453
12454 * Makefile.in (GDBFLAGS): Set to -nx.
12455 * Makefile.in (site.exp): Use GDBFLAGS.
12456
12457 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12458
12459 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
12460 Makefiles.
12461 (check): depend on just-check.
12462 (just-check): added so that tests can be run without a noop
12463 build pass.
12464
12465 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12466
12467 Switch to using configure's configdirs.
12468 * Makefile.in (Makefile): add configure.in dependency.
12469 (SUBDIRS): removed redundant assignment.
12470 * configure.in: switch subdirs assignment to configdirs.
12471 * gdb.t*/configure.in: new files.
12472
12473 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
12474
12475 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
12476 works.
12477
12478 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
12479
12480 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
12481 in explicit rules. Apparently this is not supported by some makes.
12482
12483 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
12484
12485 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
12486
12487 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12488
12489 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
12490 disappeared.
12491
12492 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12493
12494 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
12495
12496 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
12497
12498 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
12499 watchpoint problem that is now fixed.
12500 * gdb.t30/chexp.exp: Remove setup_xfail for printing
12501 uninitialized convenience variables.
12502 * gdb.t31/chillvars.exp: Fix expected patterns for printing
12503 structures.
12504
12505 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12506
12507 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
12508 which causes expect to get out of sync with gdb on long output
12509 from help set.
12510 * gdb.t09/corefile.exp: Make expected pattern for core file
12511 failing signal and frame output format less sun specific.
12512
12513 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
12514
12515 * gdb.t31/chillvars.exp: Add and remove initial dummy
12516 breakpoint, so that symbol table is forced in.
12517 (Needed at least on Sunos4, though it seems not SVR4.)
12518 * gdb.t31/chillvars.exp: Update for changed output format.
12519
12520 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
12521
12522 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
12523
12524 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
12525
12526 * Makefile.in: Added --srcdir when invoking runtest, removed the
12527 need for a local config file. (optional now)
12528
12529 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
12530
12531 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
12532 failure count used to force early termination. Add some more
12533 expected failures for gnu style demangling.
12534
12535 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12536
12537 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
12538 pmi variable from gdb.t20/gdbme to get optimized away.
12539 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
12540 Check for written corefile upon timeout _and_ eof.
12541
12542 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12543
12544 * config/unix-gdb.exp: Add missing return 0.
12545
12546 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12547
12548 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
12549 test termination.
12550
12551 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
12552
12553 * configure.in (subdirs): Put back gdb.t17 which mysteriously
12554 disappeared.
12555
12556 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
12557
12558 * gdb.t10/crossload.exp: Disable the i860-elf test until such
12559 time as i860 support works.
12560
12561 * gdb.t15/funcargs.exp: Fix expected outputs to include
12562 "backtrace 100\r" rather than just "backtrace\r", to match last
12563 change.
12564
12565 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
12566
12567 * config/udi-gdb.exp (gdb_exit): Remove close command.
12568 (gdb_target_udi): New procedure to set the UDI target.
12569 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
12570 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
12571 Added waits for prompts after several question responses. Added
12572 some more responses used by a29k-amd-udi-gdb.
12573 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
12574 pass different arguments, restart UDI connection after program
12575 completion.
12576 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
12577 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
12578 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
12579 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
12580 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
12581 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
12582 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
12583 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
12584 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
12585 after program completion.
12586 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
12587 compiled with a SELECT_VECS setting.
12588 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
12589 infinite recursion.
12590
12591 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
12592 Added checks for COFF results, and made them expected failures for
12593 all targets. It would be better to make them expected failures
12594 for COFF targets only.
12595
12596 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12597
12598 * Makefile.in: add null dvi target, don't bother to recurse
12599 through test directories for info and install-info; rename
12600 $(datadir) to be dejagnu instead of deja-gnu
12601
12602 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
12603
12604 * gdb.t31/gdbme.ch: Re-enable code that previously caused
12605 compiler to coredump.
12606 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
12607 code.
12608
12609 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
12610
12611 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
12612 coredump.
12613 * gdb.t31/chillvars.exp: Comment out tests that depend on that
12614 code.
12615
12616 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
12617
12618 * gdb.t03/ptype.exp: tests for return code from gdb_test.
12619 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
12620 which in a shell. Deletes xgdb when done.
12621 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
12622 Tests the return from the "set height" or "set width" commands.
12623 Added a few return codes where needed.
12624
12625 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
12626
12627 * Makefile.in (SUBDIRS): Add gdb.t17.
12628 * configure.in (subdirs): Add gdb.t17.
12629 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
12630 files to test gdb's calling of functions in the inferior with
12631 the correct arguments and gdb's ability to retrieve any
12632 result returned.
12633
12634 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
12635
12636 * config/unix-gdb.exp (gdb_exit): Remove close commands that
12637 may be called after gdb goes away. Previous versions of expect
12638 needed these to avoid file descriptor leaks, but they cause
12639 errors with the current revision of expect.
12640 * gdb.t00/gdbvars.exp: Use -re on expected output after
12641 setting sevenbit-strings.
12642 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
12643 to set sevenbit-strings consistent across tests.
12644 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
12645 set sevenbit-strings consistent across tests.
12646
12647 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
12648
12649 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
12650 expected output to match current "expect" expectations.
12651
12652 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
12653
12654 * gdb.t00/default.exp: Change expected output for default "source"
12655 command, to match new gdb behavior which requires a filename to
12656 source.
12657
12658 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
12659
12660 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
12661 expected fail for i486-*-* that misses the marker2 function.
12662 * gdb.t10/crossload.exp (bfddefault): Allow successful
12663 recognition of a format to pass even if no symbols are found.
12664 Explicitly catch failures where the format is not recognized
12665 or is ambiguous, and add the reason to the fail message.
12666 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
12667 the cause is and invalid target and add reason to failure message.
12668 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
12669 elf32-i386, elf32-sparc, and elf32-i860.
12670 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
12671 Set up expected failure for 'filename'::variable scope resolution,
12672 which is now apparently broken on all targets.
12673 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
12674 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
12675 gdb.t23/templates.exp: Change failure for missing binfile into
12676 just a warning.
12677 gdb.t21/demangle.exp: Change all cfront references to 'arm'
12678 references.
12679
12680 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
12681
12682 * gdb.t00/default.exp: Add expected output for default "source"
12683 command, to match new gdb behavior.
12684 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
12685
12686 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
12687
12688 * config/*-gdb.exp: returns an error, rather than exiting on
12689 internal errors.
12690
12691 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
12692
12693 * gdb.t03/gdbme.c: Add pointer to struct variable.
12694 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
12695 referencing struct members.
12696
12697 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
12698
12699 * configure.in (mips-idt-ecoff): New target.
12700 * config/mips-gdb.exp: New file for remote board using MIPS remote
12701 debugging protocol.
12702
12703 * Redid configuration scheme. Removed gdb.t*/configure.in.
12704 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
12705 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
12706 distclean targets. Built executables via .o files. Adjusted
12707 tests to account for source files in $(srcdir) rather than
12708 $(objdir).
12709 * lib/gdb.exp (runto): Don't expect () after the function name,
12710 because it may have arguments.
12711
12712 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
12713
12714 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
12715 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
12716 expected failures for mips-idt-* and mips-sgi-*.
12717 * gdb.t00/default.exp (attach): Kill process if requested.
12718 * gdb.t00/help.exp (help target core, help target): Accept a gdb
12719 that does not read core files.
12720 * gdb.t01/run.exp: Removed checks for exit status code.
12721 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
12722 it is linked in.
12723 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
12724 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
12725 appropriate, rather than doing it by hand.
12726 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
12727 execution.
12728 * gdb.t10/crossload.exp: Kill existing program if needed.
12729 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
12730 appropriate, rather than doing it by hand. Always increase
12731 timeout for this test, not just for VxWorks.
12732
12733 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
12734
12735 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
12736 of Chill STRUCT types and STRUCT values.
12737 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
12738 than "char".
12739 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
12740 struct2): New struct definitions and initializations to test
12741 simple Chill STRUCT types.
12742
12743 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
12744
12745 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
12746 the null byte at the end of strings.
12747 * gdb.t00/default.exp: Make show version insensitive to copyright
12748 date.
12749 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
12750 to avoid dependencies on target char signedness.
12751 * gdb.t16/printcmds.exp: Update expected results for explicitly
12752 unsigned char.
12753 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
12754 now work.
12755 * gdb.t21/demangle.exp: Add many more patterns for template
12756 demangling, most of them being expected failures.
12757 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
12758 string we are matching for, to match on the whole string.
12759 * gdb.t21/demangle.exp: Add many new test strings to demangle,
12760 and fix a whole bunch that had incorrect expected output but were
12761 passing anyway because of the bug in "proc demangle".
12762 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
12763 type.
12764 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
12765
12766 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
12767
12768 * gdb/testsuite: made modifications to testcases, etc., to allow
12769 them to work properly given the reorganization of deja-gnu and the
12770 relocation of the testcases from deja-gnu to a "tool" subdirectory.
12771
12772 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
12773
12774 * gdb/testsuite: Initial creation of gdb/testsuite.
12775 Migrated dejagnu testcases and support files for testing nm to
12776 gdb/testsuite from deja-gnu. These files were moved "as is"
12777 with no modifications. This migration is part of a major overhaul
12778 of dejagnu. The modifications to these testcases, etc., which
12779 will allow them to work with the new version of dejagnu will be
12780 made in a future update.
12781
12782 For additional changes see gdb.mi/ChangeLog-1999-2003.
12783 \f
12784 ;; Local Variables:
12785 ;; mode: change-log
12786 ;; left-margin: 8
12787 ;; fill-column: 74
12788 ;; version-control: never
12789 ;; End:
12790
12791 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
12792 2003, 2004 Free Software Foundation, Inc.
12793 Copying and distribution of this file, with or without modification,
12794 are permitted provided the copyright notice and this notice are preserved.