2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
2
3 * gdb.cp/classes.exp (test_ptype_class_objects): Call
4 cp_test_ptype_class.
5 (test_enums): Likewise.
6
7 2004-08-10 Andrew Cagney <cagney@gnu.org>
8
9 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
10 init_malloc call.
11
12 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
13
14 * ChangeLog: Add copyright notice. The notice is copied
15 from emacs 21.3 top level ChangeLog.
16
17 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
18
19 * lib/cp-support.exp: New file.
20 * lib/cp-support.exp (cp_test_type_class): New function.
21 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
22 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
23 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
24 cp_test_ptype_class.
25
26 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
27
28 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
29 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
30 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
31 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
32 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
33 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
34 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
35 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
36 gdb.mi/mi2-watch.exp: Update copyright years.
37
38 2004-08-09 Mark Kettenis <kettenis@gnu.org>
39
40 * gdb.base/sigaltstack.exp: Provide proper anchoring.
41
42 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
43
44 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
45 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
46 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
47 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
48 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
49 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
50 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
51 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
52 gdb.mi/mi-watch.exp: Update copyright years.
53
54 2004-08-08 Daniel Jacobowitz <dan@debian.org>
55
56 PR gdb/1738
57 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
58 from a breakpoint with a pending signal.
59
60 2004-08-08 Daniel Jacobowitz <dan@debian.org>
61
62 PR gdb/1736
63 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
64 * gdb.base/sigaltstack.exp (finish_test): Consume output until
65 the prompt.
66 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
67
68 2004-08-08 Daniel Jacobowitz <dan@debian.org>
69
70 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
71
72 2004-08-08 Daniel Jacobowitz <dan@debian.org>
73
74 PR gdb/1736
75 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
76 for i?86-*-linux*.
77
78 2004-08-08 Daniel Jacobowitz <dan@debian.org>
79
80 * gdb.arch/i386-prologue.exp: Compile without debug information.
81
82 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
83
84 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
85 rather than asking gdb to search.
86
87 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
88
89 * gdb.base/gcore.c: Include <string.h>.
90
91 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
92
93 * gdb.base/gcore.c: Add copyright notice.
94
95 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
96
97 * gdb.base/freebpcmd.c: Include <stdio.h>.
98 * gdb.base/long_long.c: Include <string.h>.
99 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
100 * gdb.base/siginfo.c: Include <string.h>.
101 * gdb.base/sigstep.c: Include <string.h>.
102
103 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
104
105 * gdb.base/complex.c: Include <stdlib.h>.
106
107 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
108
109 * gdb.base/complex.c: Add copyright notice.
110
111 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
112
113 * gdb.base/charset.c: Include <stdlib.h>.
114
115 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
116
117 * gdb.base/auxv.c: Include <stdlib.h>.
118
119 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
120
121 * gdb.base/auxv.c: Add copyright notice.
122
123 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
124
125 * gdb.base/coremaker.c: Add copyright notice.
126 * gdb.base/coremaker2.c: Add copyright notice.
127
128 2004-08-04 Andrew Cagney <cagney@gnu.org>
129
130 * gdb.base/store.exp: Update copyright.
131 (check_set, up_set, check_struct, up_struct): Add a prefix to test
132 names, do not import gdb_prompt.
133
134 2004-08-01 Andrew Cagney <cagney@gnu.org>
135
136 Fix PR testsuite/1729.
137 * gdb.base/dump.exp: Add test name to callers of capture_value, do
138 not use capture_value with value 4.
139 (capture_value): Add optional test name parameter.
140 (test_reload_saved_value, test_restore_saved_value): Use $msg as
141 the prefix, pass to capture_value.
142
143 2004-08-01 Mark Kettenis <kettenis@gnu.org>
144
145 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
146 * gdb.arch/i386-prologue.c (standard): New prototype and function.
147 (main): Call new function.
148
149 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
150
151 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
152
153 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
154
155 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
156
157 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
158
159 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
160 Accept more values of vtbl pointer. Remove some messages
161 about "obsolete gcc or gdb".
162
163 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
164
165 * gdb.cp/classes.exp: Accept more varieties of ptype output.
166
167 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
168
169 * gdb.base/asm-source.exp: Properly convert target board
170 debug flags from gcc format to binutils format.
171
172 2004-07-28 Mark Kettenis <kettenis@gnu.org>
173
174 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
175 gdb1718". PR backtrace/1718 partially fixed.
176
177 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
178
179 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
180
181 2004-07-26 Nick Clifton <nickc@redhat.com>
182
183 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
184 good default value for a specific architecture is available then
185 set it to that value. Otherwise default to the -gstabs switch.
186 Remove the -g... switches from the asm-flags variable. Allow the
187 target board info to override the value if it wants to. Pass the
188 switch on the assembler command line.
189
190 2004-07-23 Mark Kettenis <kettenis@gnu.org>
191
192 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
193 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
194 (main): Call new function.
195
196 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
197
198 Test for PR exp/1715.
199 * gdb.base/radix.exp: Refactor common procedures. Make all
200 test names unique. Change XFAIL to KFAIL.
201
202 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
203
204 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
205 * gdb.ada/gnat_ada.gin: ... to here.
206 * configure.in: Use gnat_ada.gin.
207 * configure: Regenerate.
208
209 2004-07-20 Andrew Cagney <cagney@gnu.org>
210
211 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
212 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
213 XFAILs. Clean up test messages and comments. Check backtraces.
214 Delete re-sync code.
215
216 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
217
218 Fix PR cli/740.
219 * gdb.base/annota1.exp: Honor gdb,nosignals.
220 * gdb.base/annota3.exp: Likewise.
221
222 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
223
224 * lib/java.exp: Update copyright notice.
225
226 2004-07-19 Andrew Cagney <cagney@gnu.org>
227
228 * gdb.base/selftest.exp: Copy file from here ...
229 * gdb.gdb/selftest.exp: ... to here.
230
231 2004-07-16 Andrew Cagney <cagney@redhat.com>
232
233 * lib/insight-support.exp: Delete file.
234 * lib/java.exp (java_init): Fix copyright.
235
236 2004-07-16 Andrew Cagney <cagney@gnu.org>
237
238 * gdb.base/restore.c: Append "prologue" to comments marking the a
239 function's prologue.
240 * gdb.base/restore.exp: Update copyright, re-indent.
241 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
242 callerN" prefix where needed. Update patterns that match a
243 function's prologue.
244
245 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
246
247 * gdb.base/restore.c: Add copyright notice.
248
249 2004-07-16 Andrew Cagney <cagney@gnu.org>
250
251 * gdb.base/logical.exp: Update copyright.
252 (evaluate): New procedure. Use to re-implement tests using
253 several tables.
254
255 2004-07-14 Martin Hunt <hunt@redhat.com>
256
257 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
258 which fixes some problems where init.tcl was not found.
259
260 2004-07-13 Andrew Cagney <cagney@gnu.org>
261
262 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
263 (check_sizeof, check_valueof): Do not include the output in the
264 test name. Use gdb_test.
265 (get_valueof): Use gdb_test_multiple.
266
267 * gdb.base/step-test.exp: Update copyright. Use
268 gdb_test_multiple. Ensure that test names do not include
269 architecture dependent output.
270
271 * gdb.gdb/observer.exp: Update copyright.
272 (setup_test): Use gdb_test_multiple.
273 (attach_first_observer, attach_second_observer)
274 (attach_third_observer, detach_first_observer)
275 (detach_second_observer, detach_third_observer)
276 (reset_counters, check_counters): Make $message a prefix.
277 (test_normal_stop_notifications): Add "args" parameter - a list of
278 init functions to be called. Make $message a prefix,
279 (test_observer_normal_stop): Change the message prefixes so that
280 they are unique, pass the attach / detach procedures to
281 test_normal_stop_notifications.
282
283 * gdb.base/signull.exp (test_segv): Prefix all tests with
284 "${name}". Clean up test messages.
285
286 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
287
288 * gdb.base/ena-dis-br.exp: Update copyright.
289 (break_at): New function. Replace send_gdb with gdb_test,
290 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
291 ignore count, not stopped at bpt", with KFAIL.
292
293 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
294
295 * gdb.base/attach.exp: Remove cleanupfile handling.
296
297 2004-07-12 Andrew Cagney <cagney@gnu.org>
298
299 * gdb.base/annota1.exp: Cleanup corefile test name.
300 * gdb.base/annota3.exp: Ditto.
301
302 2004-07-12 Andrew Cagney <cagney@gnu.org>
303
304 * gdb.base/signals.exp: Clean up copyright, re-indent.
305
306 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
307 gdb_test and gdb_test_multiple.
308
309 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
310
311 * gdb.java/jmain.exp: Fix expected line number for main to
312 break at. Set XFAIL for break at main test since gcj does not
313 provide line number info for first statement in main.
314
315 2004-07-08 Andrew Cagney <cagney@gnu.org>
316
317 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
318
319 * gdb.base/sigbpt.exp: Make the common part of each test name a
320 prefix instead of suffix.
321
322 2004-07-07 Bob Rossi <bob_rossi@cox.net>
323
324 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
325 test from test_tbreak_creation_and_listing to
326 test_file_list_exec_source_file
327 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
328 Changed name of test from test_tbreak_creation_and_listing to
329 test_file_list_exec_source_file
330
331 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
332
333 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
334 the jmisc() constructor instead of <init>.
335 * gdb.java/jmisc1.exp: Ditto.
336
337 2004-07-07 Andrew Cagney <cagney@gnu.org>
338
339 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
340 corrupting the PC.
341
342 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
343
344 * gdb.cp/templates.exp: Accept whitespace change in demangler
345 output.
346
347 2004-07-06 Andrew Cagney <cagney@gnu.org>
348
349 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
350
351 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
352
353 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
354 * lib/compiler.cc: Likewise.
355
356 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
357
358 * lib/compiler.cc: Work around string preprocessing problem
359 with old hp c++ compiler.
360 * lib/compiler.c: Likewise.
361
362 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
363
364 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
365 directives to conditionalize symbol prefixing.
366 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
367 additional_flags handling. Add underscore prefix for Cygwin.
368 * gdb.arch/i386-unwind.c: Use preprocessor directives to
369 conditionalize symbol prefixing.
370 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
371 additional_flags handling. Add underscore prefix for Cygwin.
372
373 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
374
375 * gdb.base/bigcore.exp: Skip test on Cygwin.
376
377 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
378
379 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
380 formats for "info register". Use gdb_test_multiple. Fix
381 the "invalid register" test.
382
383 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
384
385 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
386 PID for Cygwin. Add Cygwin specific strings to check for in some
387 tests.
388 (do_attach_tests): Add a test for user interaction when attaching
389 to a process with no matching symbol table already loaded.
390
391 2004-06-26 Andrew Cagney <cagney@gnu.org>
392
393 Test PR java/1567 and PR java/1565.
394 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
395 * gdb.java/jmisc2.exp: Delete file.
396
397 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
398
399 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
400
401 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
402
403 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
404 attach process.
405
406 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
407
408 * gdb.cp/pr-1553.exp: Remove.
409
410 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
411
412 * gdb.cp/pr-1553.cc: Remove.
413 * gdb.cp/pr-1553.exp: Disable this test.
414
415 2004-06-20 Jim Blandy <jimb@redhat.com>
416
417 Fix PR testsuite/1680.
418 * gdb.arch/i386-sse.exp: Properly quote curly braces in
419 regular expressions.
420
421 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
422
423 Fix PR testsuite/1679.
424 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
425 Issue an UNSUPPORTED result instead.
426
427 2004-06-18 Jim Blandy <jimb@redhat.com>
428
429 * gdb.base/charset.exp: Only send a control-C if we see a new
430 prompt and incomplete command.
431
432 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
433
434 * gdb.cp/pr-574.cc: Add copyright notice.
435
436 2004-06-17 Jim Blandy <jimb@redhat.com>
437
438 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
439 cases where the regexp has no groups; this grabs random text from
440 the previous test suite, whatever that was.
441
442 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
443
444 * gdb.cp/printmethod.cc: Add copyright notice.
445
446 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
447
448 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
449
450 2004-06-16 Andrew Cagney <cagney@gnu.org>
451
452 * gdb.base/signull.c: Update copyright. Include <string.h>.
453 (bowler): Replace data_pointer with data_read
454 and data_write cases. Add code_descriptor case.
455 (zero, desc): New array and pointer.
456 (data, code): Change to simple pointers.
457 * gdb.base/signull.exp: Fix probe pattern matching a function
458 descriptor SIGSEGV. Replace data_pointer with data_read and
459 data_write tests.
460
461 2004-06-16 Andrew Cagney <cagney@gnu.org>
462
463 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
464
465 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
466
467 * gdb.base/long_long.c: Add copyright notice.
468
469 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
470
471 * gdb.base/long_long.exp: Remove reference to
472 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
473 to gdb_breakpoint and gdb_continue_to_breakpoint.
474
475 2004-06-14 Jim Blandy <jimb@redhat.com>
476
477 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
478 endian case.
479
480 2004-06-14 Andrew Cagney <cagney@gnu.org>
481
482 * gdb.base/gcore.exp (capture_command_output): Delete the always
483 passing tests containing inferior values.
484 * gdb.base/ending-run.exp: Do not include the breakpoint address
485 in the test message. Update copyright.
486 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
487 size in the test name, use gdb_test_multiple. Update copyright.
488
489 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
490
491 * gdb.cp/ref-types.cc: Add copyright notice.
492
493 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
494
495 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
496 hp_aCC_compiler.
497 * lib/compiler.cc: Likewise.
498 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
499 'set' commands. Log diagnostics for other lines. Set
500 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
501
502 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
503
504 * gdb.cp/try_catch.cc: Add copyright notice.
505
506 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
507
508 * gdb.cp/userdef.cc: Add copyright notice.
509
510 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
511
512 * gdb.cp/virtfunc.cc: Add copyright notice.
513
514 2004-06-11 Randolph Chung <tausq@debian.org>
515
516 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
517 problem.
518
519 2004-06-10 Andrew Cagney <cagney@gnu.org>
520
521 * lib/compiler.cc, lib/compiler.c: Append either
522 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
523 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
524 instead of gcc-3-3.
525
526 2004-06-09 Andrew Cagney <cagney@gnu.org>
527
528 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
529 gdb/1455, bug is specific to "long long" and "double".
530
531 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
532 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
533 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
534 fixed.
535
536 2004-06-09 Andrew Cagney <cagney@gnu.org>
537
538 * gdb.base/structs.exp (test_struct_returns): Replace
539 "return_value_unknown" and "finish_value_unknown" by
540 "return_value_known" and "finish_value_known". Instead of
541 "return_value_unknown" iff "finish_value_unknown", check
542 "return_value_known" implies "finish_value_known".
543
544 2004-06-08 Martin Hunt <hunt@redhat.com>
545
546 * gdb.base/float.exp: Add pattern for mips targets.
547
548 2004-06-08 Randolph Chung <tausq@debian.org>
549
550 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
551 message for unknown architectures more clear.
552
553 2004-06-08 Joel Brobecker <brobecker@gnat.com>
554
555 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
556 start the execution of the program.
557
558 2004-06-07 Jim Blandy <jimb@redhat.com>
559
560 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
561 * gdb.arch/i386-cpuid.h: New helper file.
562
563 2004-06-07 Randolph Chung <tausq@debian.org>
564
565 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
566 has started.
567
568 2004-06-04 Roland McGrath <roland@redhat.com>
569
570 Fix PR gdb/1647.
571 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
572 differently to be robust to output buffering differences.
573
574 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
575
576 * gdb.threads/pthreads.exp: Update copyright years.
577 (check_control_c): Change asynchronous 'after' to synchronous.
578
579 2004-06-04 Roland McGrath <roland@redhat.com>
580
581 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
582 next gdb prompt.
583
584 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
585
586 Fix PR gdb/1636.
587 * gdb.threads/manythreads.exp: Change asynchronous 'after'
588 calls to synchronous.
589
590 2004-05-26 Jim Blandy <jimb@redhat.com>
591
592 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
593
594 2004-05-24 Randolph Chung <tausq@debian.org>
595
596 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
597 * gdb.asm/pa.inc: New file.
598
599 2004-05-22 Mark Kettenis <kettenis@gnu.org>
600
601 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
602
603 2004-05-21 Joel Brobecker <brobecker@gnat.com>
604 Daniel Jacobowitz <drow@mvista.com>
605
606 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
607 GDB prompt.
608
609 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
610
611 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
612 setjmp/longjmp. Use sigaction instead of signal.
613
614 2004-05-19 J. Brobecker <brobecker@gnat.com>
615 Michael Snyder <msnyder@redhat.com>
616
617 * gdb.threads/pthread_cond_wait.c: New file.
618 * gdb.threads/pthread_cond_wait.exp: New testcase.
619
620 2004-05-13 Andrew Cagney <cagney@redhat.com>
621
622 * gdb.base/signull.exp, gdb.base/signull.c: New files.
623 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
624
625 2004-05-11 Andrew Cagney <cagney@redhat.com>
626
627 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
628 fixed but revealed gdb/1639.
629
630 2004-05-10 Andrew Cagney <cagney@redhat.com>
631
632 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
633 func1" and "next to 2nd alarm", kernel bug avoided.
634
635 2004-05-10 Daniel Jacobowitz <dan@debian.org>
636
637 PR external/1568
638 * gdb.base/bigcore.exp: Check the size of the dumped core file.
639 XFAIL if it is smaller than bytes_allocated.
640 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
641 (main): Make chunks_allocated unsigned. Correct comment.
642
643 2004-05-07 Joel Brobecker <brobecker@gnat.com>
644
645 * gdb.arch/powerpc-aix-prologue.c: New file.
646 * gdb.arch/powerpc-aix-prologue.exp: New file.
647
648 2004-05-07 Jim Blandy <jimb@redhat.com>
649
650 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
651 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
652
653 2004-05-06 Joel Brobecker <brobecker@gnat.com>
654
655 * gdb.base/sep.exp: No longer setup_kfail when the program was
656 built with dwarf2.
657
658 2004-05-05 Jim Ingham <jingham@apple.com>
659
660 * gdb.base/pending.exp: Make sure pending breakpoints
661 preserve the ignore count.
662
663 2004-04-27 Jerome Guitton <guitton@gnat.com>
664
665 * i386-prologue.exp: Add testcase for jump instruction as first
666 instruction of the real code.
667 * i386-prologue.c (jump_at_beginning): New function.
668
669 2004-04-28 Mark Kettenis <kettenis@gnu.org>
670
671 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
672 x86_64-*-*.
673
674 2004-04-28 Mark Kettenis <kettenis@gnu.org>
675
676 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
677 i*86-*-*.
678
679 2004-04-25 Mark Kettenis <kettenis@gnu.org>
680
681 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
682 expression that checks the return type.
683
684 2004-04-23 Andrew Cagney <cagney@redhat.com>
685
686 * gdb.base/call-sc.exp: New test of scalar call/return values.
687 * gdb.base/call-sc.c: Ditto.
688
689 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
690
691 * gdb.threads/manythreads.c: Reduce thread stack size.
692
693 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
694
695 * gdb.threads/manythreads.c: Add copyright notice.
696
697 2004-04-23 Andrew Cagney <cagney@redhat.com>
698
699 * gdb.base/siginfo.exp: Better handle step out of signal.
700 * gdb.base/sigstep.exp: Ditto.
701
702 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
703 Daniel Jacobowitz <drow@mvista.com>
704
705 * gdb.threads/manythreads.c: New testcase.
706 * gdb.threads/manythreads.exp: Ditto.
707
708 2004-04-22 Jim Blandy <jimb@redhat.com>
709
710 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
711 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
712
713 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
714
715 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
716
717 2004-04-21 Andrew Cagney <cagney@redhat.com>
718
719 * gdb.base/sigstep.c: New file.
720 * gdb.base/sigstep.exp: New file.
721
722 2004-04-16 Joel Brobecker <brobecker@gnat.com>
723
724 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
725 call to observer_notify_normal_stop.
726
727 2004-04-15 Andrew Cagney <cagney@redhat.com>
728
729 * gdb.base/siginfo.c: New file.
730 * gdb.base/siginfo.exp: New file.
731
732 2004-04-12 J. Brobecker <brobecker@gnat.com>
733
734 * gdb.base/sep.exp: Fix typo in comment.
735
736 2004-04-12 J. Brobecker <brobecker@gnat.com>
737
738 * gdb.base/sep.c: New file.
739 * gdb.base/sep-proc.c: New file.
740 * gdb.base/sep.exp: New testcase.
741
742 2004-04-09 Mark Kettenis <kettenis@gnu.org>
743
744 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
745 support.
746
747 2004-04-05 Andrew Cagney <cagney@redhat.com>
748
749 * gdb.base/sigaltstack.c: New file.
750 * gdb.base/sigaltstack.exp: New file.
751
752 2004-04-04 Joel Brobecker <brobecker@gnat.com>
753
754 * gdb.base/foll-fork.exp: Update the expected output for
755 "help set follow-fork-mode", to match a change that was made
756 to the help of this variable on 2004-01-13.
757
758 2004-04-01 Joel Brobecker <brobecker@gnat.com>
759
760 * lib/ada.exp: Add copyright notice.
761 * bar.ads: Likewise.
762 * bar.adb: Likewise.
763 * null_record.adb: Likewise.
764 * null_record.exp: Likewise.
765 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
766
767 2004-04-01 Joel Brobecker <brobecker@gnat.com>
768
769 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
770 * configure: Regenerate.
771
772 2004-04-01 Joel Brobecker <brobecker@gnat.com>
773
774 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
775 to build the application. Remove the message printed when in
776 verbose mode, redundant with the UNSUPPORTED message above.
777
778 2004-03-31 Joel Brobecker <brobecker@gnat.com>
779
780 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
781 * gdb.ada (null_record.exp): New testcase.
782
783 2004-03-31 Joel Brobecker <brobecker@gnat.com>
784
785 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
786
787 2004-03-31 Joel Brobecker <brobecker@gnat.com>
788
789 * gdb.ada: New subdirectory.
790 * gdb.ada/Makefile.in: New file.
791 * gdb.ada/gnat_ada.gpr.in: New file.
792
793 2004-03-31 Joel Brobecker <brobecker@gnat.com>
794
795 * lib/ada.exp: New file.
796
797 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
798
799 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
800 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
801
802 2004-03-22 Andrew Cagney <cagney@redhat.com>
803
804 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
805 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
806 Problem identified by Ulrich Weigand.
807
808 2004-03-17 David Carlton <carlton@kealia.com>
809
810 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
811 PR c++/826.
812
813 2004-03-16 Roland McGrath <roland@redhat.com>
814
815 * gdb.base/auxv.exp: New file.
816 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
817
818 2004-03-12 David Carlton <carlton@kealia.com>
819
820 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
821 * gdb.cp/pr-1553.cc: Ditto.
822 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
823 pass branch.
824
825 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
826
827 * gdb.cp/templates.exp: Accept more template types.
828
829 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
830
831 From Corinna Vinschen with modifications.
832 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
833 local variable obj_with_enum.
834 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
835 results with obj_with_enum.
836
837 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
838
839 * gdb.cp/classes.cc: New file, copied from misc.cc.
840 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
841
842 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
843
844 * gdb.cp/misc.cc: Add copyright notice.
845
846 2004-03-05 David Carlton <carlton@kealia.com>
847
848 * gdb.cp/rtti.exp: Add 'print *obj3' test.
849 * gdb.cp/rtti.h: Update copyright.
850 (namespace n2::n3): New.
851 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
852 (n2::n3::func3): New.
853 (main): Call n2::n3::func3.
854 * gdb.cp/rtti2.cc: Update copyright.
855 (n2::create3): New.
856
857 2004-03-04 Mark Kettenis <kettenis@gnu.org>
858
859 * gdb.asm/openbsd.inc: Fix typo.
860
861 2004-03-03 Fred Fish <fnf@redhat.com>
862
863 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
864 "val" instead of unused "size". Update copyright year.
865
866 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
867
868 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
869 to use unsigned char.
870 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
871 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
872
873 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
874
875 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
876 line of output.
877
878 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
879
880 * gdb.base/relocate.c (dummy): Initialize.
881
882 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
883
884 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
885 a breakpoint at exit.
886
887 2004-02-27 Fred Fish <fnf@redhat.com>
888
889 * gdb.base/chng-syms.exp: Add expect condition to match failing
890 case that isn't a timeout.
891
892 2004-02-27 Andrew Cagney <cagney@redhat.com>
893
894 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
895 support.
896
897 2004-02-26 Fred Fish <fnf@redhat.com>
898
899 * gdb.arch/gdb1431.c: Remove.
900 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
901 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
902 of "until" incorrectly.
903
904 2004-02-26 J. Brobecker <brobecker@gnat.com>
905
906 * gdb.cp/class2.cc (empty): New class.
907 (refer): New function.
908 (main): Declare an object of type empty and use it.
909 * gdb.cp/class2.exp: Print the value of an object of type empty.
910
911 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
912
913 * gdb.base/langs.exp: Update query string to match the
914 new nquery format used for pending breakpoints.
915
916 2004-02-26 Andrew Cagney <cagney@redhat.com>
917
918 Fix PR i18n/1570.
919 * gdb.base/charset.c: Update copyright notice.
920 (main, init_string): Remove the escape character '\e' tests.
921 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
922 * gdb.base/charset.exp (valid_host_charset): Ditto.
923 * gdb.base/setvar.exp: Ditto.
924
925 2004-02-24 Andrew Cagney <cagney@redhat.com>
926
927 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
928 mmapped data in core file" PASS and FAIL messages consistent.
929
930 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
931 setting a breakpoint. Work around PR java/1565.
932
933 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
934
935 * lib/gdb.exp (gdb_breakpoint): Update query string to match
936 new nquery format.
937 * gdb.base/pending.exp: Ditto.
938
939 2004-02-22 Mark Kettenis <kettenis@gnu.org>
940
941 * configure.in: Run stabs tests on *BSD.
942 * configure: Regenerated.
943
944 2004-02-21 Mark Kettenis <kettenis@gnu.org>
945
946 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
947
948 2004-02-20 Fred Fish <fnf@redhat.com>
949
950 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
951 blank in test for "returns short", for consistency with other
952 "returns xxx" tests. Update copyright year.
953
954 2004-02-19 Fred Fish <fnf@redhat.com>
955
956 New testcase for PR breakpoint/1558.
957 * gdb.arch/gdb1558.exp: New file.
958 * gdb.arch/gdb1558.c: New file.
959
960 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
961
962 * gdb.base/nodebug.exp: Fix typo.
963
964 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
965
966 Committed by Jim Blandy <jimb@redhat.com>.
967
968 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
969
970 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
971
972 * gdb.base/float.exp: Support s390*-*-* targets.
973
974 2004-02-17 Adam Fedor <fedor@gnu.org>
975
976 * gdb.base/gdb1555.exp: New file.
977 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
978
979 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
980
981 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
982
983 2004-02-16 Fred Fish <fnf@redhat.com>
984
985 * gdb.arch/gdb1291.c: Remove
986 * gdb.arch/gdb1291.s: New test input file.
987 * gdb.arch/gdb1291.exp: Expand test to check case that should not
988 fail. Test for correct result, known incorrect result, other
989 failures and timeouts.
990
991 2004-02-16 Andrew Cagney <cagney@redhat.com>
992
993 * gdb.base/bigcore.exp: New file.
994 * gdb.base/bigcore.c: New file.
995
996 2004-02-13 Andrew Cagney <cagney@redhat.com>
997
998 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
999 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
1000 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
1001 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
1002 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
1003 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
1004 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
1005 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
1006 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
1007 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
1008
1009 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
1010
1011 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
1012 executed is an alloc instruction.
1013
1014 2004-02-11 David Carlton <carlton@kealia.com>
1015
1016 * gdb.cp/breakpoint.exp: New.
1017 * gdb.cp/breakpoint.cc: New.
1018
1019 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
1020
1021 Partial fix for PR gdb/1543.
1022 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
1023 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
1024 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
1025 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
1026 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
1027 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
1028 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
1029 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
1030 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
1031 to bug-gdb@prep.ai.mit.edu .
1032 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
1033 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
1034 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
1035 Likewise.
1036
1037 2004-02-10 Andrew Cagney <cagney@redhat.com>
1038
1039 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
1040 using gdb_internal_error_resync.
1041
1042 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
1043
1044 * gdb.threads/thread-specific.exp: Stop early if no threads are
1045 found.
1046
1047 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
1048
1049 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
1050
1051 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
1052
1053 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
1054 breakpoints.
1055
1056 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
1057
1058 * config/sim.exp (gdb_load): Handle $arg == "".
1059 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
1060 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
1061
1062 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
1063
1064 * gdb.base/maint.exp: Update test to reflect
1065 obstack changes.
1066
1067 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
1068
1069 * gdb.base/pendshr.c (pendfunc): New function that calls
1070 pendfunc1.
1071 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
1072
1073 2004-02-04 Fred Fish <fnf@redhat.com>
1074
1075 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
1076 function symbols and update copyright years.
1077 * gdb.arch/gdb1291.c: Ditto.
1078
1079 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1080
1081 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
1082
1083 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1084
1085 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
1086
1087 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1088
1089 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
1090
1091 2004-02-02 Fred Fish <fnf@redhat.com>
1092
1093 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
1094 remote targets. Update copyright years.
1095
1096 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
1097
1098 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
1099 support.
1100 * gdb.base/langs.exp: Fix test which attempts to create
1101 breakpoint on non-existent function to handle new pending
1102 support.
1103 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
1104 a breakpoint.
1105 * gdb.base/pending.exp: New test.
1106 * gdb.base/pending.c: New file.
1107 * gdb.base/pendshr.c: Ditto.
1108
1109 2004-02-02 David Carlton <carlton@kealia.com>
1110
1111 * gdb.cp/overload.exp: Add overloadNamespace tests.
1112 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
1113 (overloadNamespace, XXX): New.
1114 (main): Call XXX::marker2.
1115
1116 2004-02-01 Fred Fish <fnf@redhat.com>
1117
1118 * gdb.base/dump.exp: Use runto_main instead of "runto main".
1119 * gdb.base/finish.exp: Ditto.
1120 * gdb.base/gcore.exp: Ditto.
1121 * gdb.base/huge.exp: Ditto.
1122 * gdb.base/info-proc.exp: Ditto.
1123 * gdb.base/return2.exp: Ditto.
1124 * gdb.threads/gcore-thread.exp: Ditto.
1125
1126 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
1127
1128 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
1129
1130 2004-02-01 Mark Kettenis <kettenis@gnu.org>
1131
1132 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
1133 that opening the file succeeds on OpenBSD.
1134
1135 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
1136
1137 * gdb.threads/thread-specific.c: New file.
1138 * gdb.threads/threads-specific.exp: New test script.
1139 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
1140 to expect_out.
1141
1142 2004-02-01 Mark Kettenis <kettenis@gnu.org>
1143
1144 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
1145 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
1146 only on the "print_small_structs from print_long_arg_list" test.
1147
1148 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
1149
1150 * gdb.base/completion.exp: Kill a stray backslash.
1151
1152 From Jim Ingham <jingham@apple.com>:
1153 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
1154 agrees with the result from sending a tab.
1155
1156 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
1157
1158 * gdb.base/chng-syms.exp: Remove stray newline.
1159
1160 2004-01-31 Mark Kettenis <kettenis@gnu.org>
1161
1162 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
1163 *-*-openbsd*.
1164 * gdb.asm/openbsd.inc: New file.
1165
1166 2004-01-30 Mark Kettenis <kettenis@gnu.org>
1167
1168 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
1169 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
1170 *-*solaris2*. Remove commented out default settings for
1171 asm-flags. Replace gdb_compile with target_link.
1172
1173 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
1174
1175 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
1176 for all tests. Remove old hp-ux and cygnus xfail cases.
1177
1178 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
1179
1180 * gdb.base/chng-syms.exp: New file.
1181 * gdb.base/chng-syms.c: New file.
1182
1183 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
1184
1185 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
1186 Provide arms for current output in all my configurations.
1187
1188 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
1189
1190 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
1191 * lib/compiler.cc: Likewise.
1192 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
1193 get the right preprocessor. Eval the output directly. Remove
1194 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
1195 hp_f77_compiler and hp_f90_compiler completely.
1196 (gdb_preprocess): Delete.
1197 (get_compiler): Delete.
1198
1199 2004-01-24 Mark Kettenis <kettenis@gnu.org>
1200
1201 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
1202 <string.h>.
1203
1204 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
1205
1206 * gdb.mi/mi-stack.exp: Update copyright.
1207
1208 2004-01-23 David Carlton <carlton@kealia.com>
1209
1210 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
1211 test for cp_lookup_transparent_type.
1212 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
1213 call them.
1214
1215 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
1216
1217 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
1218 after -var-update.
1219
1220 2004-01-23 David Carlton <carlton@kealia.com>
1221
1222 * gdb.cp/namespace.cc (C::ensureRefs): New.
1223 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
1224
1225 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
1226
1227 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
1228 case "-stack-list-locals 2".
1229 * gdb.mi/mi-var-child.exp: Test for case
1230 "-var-list-children --all-values NAME".
1231
1232 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
1233
1234 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
1235
1236 2004-01-18 Mark Kettenis <kettenis@gnu.org>
1237
1238 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
1239 used with gdb_test_multiple.
1240
1241 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
1242 read at address 0. This fixes PR testsuite/1504.
1243
1244 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
1245
1246 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
1247 Remove downloading, guessing the host executable, the calls to
1248 gdb_file_cmd and gdb_target_cmd, and "load" support.
1249 (infer_host_exec): New function broken out from gdb_load.
1250 (gdb_load): New wrapper for gdbserver_gdb_load.
1251 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
1252 gdb_target_cmd. Use -target-select.
1253 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
1254 Download binaries to the host. Clear last_mi_remote_file when
1255 we load a new binary.
1256 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
1257 call gdbserver_gdb_load and mi_gdb_target_cmd.
1258
1259 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
1260
1261 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
1262 type patterns.
1263
1264 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
1265
1266 * gdb.cp/templates.exp: Fix typo in test name of
1267 "print Foo<volatile char*>::foo".
1268
1269 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
1270
1271 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
1272
1273 2004-01-16 Ben Elliston <bje@wasabisystems.com>
1274
1275 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
1276 (clean mostlyclean): Remove empty rm.
1277
1278 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
1279
1280 * gdb.base/setvar.exp: Add copyright years.
1281
1282 2004-01-14 David Carlton <carlton@bactrian.org>
1283
1284 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
1285 PR c++/1511 and update coment.
1286 * gdb.cp/templates.exp: Update patterns to match current output.
1287 If changes involve something other than whitespace, KFAIL
1288 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
1289
1290 2004-01-14 David Carlton <carlton@kealia.com>
1291
1292 * gdb.cp/namespace.exp: Add tests involving classes defined within
1293 namespaces.
1294 * gdb.cp/namespace.cc (C::CClass): New.
1295 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
1296
1297 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
1298
1299 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
1300 what debug info we have. Print a better message if something goes
1301 wrong while producing the separate debug info file.
1302
1303 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
1304
1305 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
1306
1307 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
1308
1309 * gdb.base/callfuncs.c: Add copyright notice.
1310
1311 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
1312
1313 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
1314 inheritance. PR gdb/1498, PR gcc/13539.
1315
1316 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
1317
1318 * gdb.threads/gcore-thread.exp: Prefix name of binary with
1319 test specific name.
1320 * gdb.mi/gdb669.exp: Ditto.
1321 * gdb.mi/mi-pthreads.exp: Ditto.
1322 * gdb.mi/mi1-pthreads.exp: Ditto.
1323 * gdb.mi/mi2-pthreads.exp: Ditto.
1324
1325 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
1326
1327 * gdb.cp/member-ptr.cc: Add copyright notice.
1328
1329 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
1330
1331 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
1332 some patterns for recent versions of gcc and hpacc. Delete
1333 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
1334 Delete tests that access a NULL pointer-to-member-data. This
1335 script is still disabled for gcc.
1336
1337 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
1338
1339 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
1340 escaped correctly.
1341
1342 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
1343
1344 * gdb.base/sepdebug.exp: New file.
1345 * gdb.base/sepdebug.c: New file.
1346 * lib/gdb.exp (separate_debug_filename): New procedure.
1347 (gdb_gnu_strip_debug): New procedure.
1348
1349 2004-01-12 Andrew Cagney <cagney@redhat.com>
1350
1351 * gdb.mi/ChangeLog: Delete file. Renamed to ...
1352 * gdb.mi/ChangeLog-1999-2003: New file.
1353
1354 2004-01-12 Andrew Cagney <cagney@redhat.com>
1355
1356 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
1357 "Renaming a directory to a non-empty directory returns ENOTEMPTY
1358 or EEXIST", treat EBUSY as an XFAIL.
1359
1360 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
1361
1362 * gdb.base/scope.exp: Remove obsolete setup_xfail for
1363 hp_cc_compiler.
1364
1365 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
1366
1367 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
1368 decorations.
1369
1370 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
1371
1372 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
1373 and "(aCC)" decorations. Remove obsolete doco about old
1374 test results.
1375
1376 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
1377
1378 * gdb.cp/exception.exp: Fix typo in doco.
1379
1380 2004-01-09 Mark Kettenis <kettenis@gnu.org>
1381
1382 * gdb.base/gdb1476.exp: Fix typo.
1383
1384 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
1385
1386 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
1387 file.
1388
1389 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
1390
1391 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
1392 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
1393 Use gdb_compile. Remove restriction on gcc. Add some patterns
1394 for recent version of gdb. Delete second half, which was a copy
1395 of the first half with different build flags. This test is
1396 still disabled because it is still not ready for production.
1397
1398 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
1399
1400 * gdb.cp/exception.cc: Add copyright notice.
1401 * gdb.cp/exception.exp: Add a notice that this file is broken
1402 because of line number changes caused by addition of copyright
1403 notice.
1404
1405 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
1406
1407 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
1408 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
1409
1410 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
1411
1412 * gdb.cp/classes.exp: Accept gnu abi 2.
1413 * gdb.cp/derivation.exp: Likewise.
1414 * gdb.cp/overload.exp: Likewise.
1415 * gdb.cp/virtfunc.exp: Likewise.
1416
1417 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
1418
1419 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
1420 semicolon after end of function.
1421
1422 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1423
1424 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
1425 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
1426 boilerplate code for compiling and running the program under
1427 test. Add some string method tests.
1428
1429 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1430
1431 * gdb.cp/bs15503.cc: Add copyright notice.
1432 * gdb.cp/bs15503.exp: Adjust line number.
1433
1434 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1435
1436 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
1437 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
1438
1439 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1440
1441 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
1442 hp_cc_compiler.
1443
1444 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1445
1446 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
1447 * gdb.cp/ctti.exp: Use the marker instead of "next".
1448 With gcc, run further before bailing.
1449
1450 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1451
1452 * gdb.cp/cttiadd.cc: Add copyright notice.
1453 * gdb.cp/cttiadd1.cc: Likewise.
1454 * gdb.cp/cttiadd2.cc: Likewise.
1455 * gdb.cp/cttiadd3.cc: Likewise.
1456
1457 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1458
1459 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
1460 Use gdb_test, gdb_test_multiple. Use floating-point values that
1461 have exact representations in IEEE-ish formats.
1462
1463 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1464
1465 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
1466 compilers. Delete duplicate call to get_compiler_info.
1467 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
1468 * gdb.base/volatile.exp: Likewise.
1469
1470 2004-01-07 Mark Kettenis <kettenis@gnu.org>
1471
1472 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
1473 memory at address 0.
1474
1475 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
1476
1477 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
1478 to test for hp-ux assembler. Fix copyright years.
1479
1480 2004-01-07 Andrew Cagney <cagney@redhat.com>
1481
1482 * gdb.base/fileio.c (strerrno): Add "EBUSY".
1483
1484 2004-01-07 Andrew Cagney <cagney@redhat.com>
1485
1486 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
1487 when creating the read-only file. From analysis by Roland McGrath
1488 and Elena Zannoni.
1489
1490 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
1491
1492 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
1493
1494 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
1495
1496 * gdb.base/cvexpr.c: Be type-safe with function pointers and
1497 data pointers.
1498
1499 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
1500
1501 * gdb.cp/m-static.exp: Compile one source file at a time.
1502 Delete unused call to get_compiler_info.
1503
1504 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
1505
1506 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
1507 * gdb.base/call-rt-st.exp: Likewise.
1508 * gdb.base/nodebug.exp: Likewise.
1509 * gdb.base/volatile.exp: Likewise.
1510 * gdb.cp/ref-types.exp: Likewise.
1511 * gdb.cp/templates.exp: Likewise.
1512
1513 2004-01-05 Mark Kettenis <kettenis@gnu.org>
1514
1515 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
1516
1517 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
1518
1519 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
1520 hppa*-hp-hpux*.
1521
1522 2004-01-04 Mark Kettenis <kettenis@gnu.org>
1523
1524 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
1525 x86_64-*-*.
1526
1527 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
1528 sparc64-*-* and sparc*-solaris2*.
1529
1530 2004-01-04 Mark Kettenis <kettenis@gnu.org>
1531
1532 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
1533 return ${tests}" test. The ${tests} already mentions the
1534 filename.
1535
1536 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
1537
1538 * gdb.cp/local.exp: Accept gcc abi 2.
1539
1540 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
1541
1542 * gdb.cp/templates.exp: Accept gcc abi 2.
1543
1544 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
1545
1546 * lib/compiler.cc: Remove supports_template_debugging.
1547 * gdb.cp/templates.exp: Do not test supports_template_debugging.
1548
1549 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1550
1551 * gdb.cp/namespace.exp: Accept gcc abi 2.
1552
1553 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1554
1555 * gdb.cp/method.exp: Accept gcc abi 2.
1556
1557 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1558
1559 * gdb.cp/classes.exp: Generate identical results as old version.
1560 * gdb.cp/derivation.exp: Likewise.
1561 * gdb.cp/overload.exp: Likewise.
1562 * gdb.cp/virtfunc.exp: Likewise.
1563
1564 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1565
1566 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
1567 mysterious bug with sourceware version of expect.
1568
1569 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1570
1571 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
1572 current versions of gcc, including gcc abi 2. Remove gratuitous
1573 restart of test program. Use gdb_test_multiple and gdb_test for
1574 all tests. Add patterns to xfail missing "const" in "const char *"
1575 and kfail PR gdb/1155.
1576
1577 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1578
1579 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
1580 current versions of gcc, including gcc abi 2. Remove gratuitous
1581 restart of test program. Use gdb_test_multiple and gdb_test for
1582 all tests. Add patterns to kfail PR gdb/1498.
1583
1584 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
1585
1586 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
1587 current versions of gcc, including gcc abi 2. Use "breakpoint"
1588 and "continue" instead of restarting the target program. Use
1589 gdb_test_multiple and gdb_test for all tests.
1590
1591 2004-01-01 Mark Kettenis <kettenis@gnu.org>
1592
1593 * gdb.asm/asm-source.exp: Update copyright year. Link statically
1594 for *-*-solaris2*.
1595
1596 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
1597
1598 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
1599 current versions of gcc, including gcc abi 2. Use "breakpoint"
1600 and "continue" instead of restarting the target program several
1601 times. Use gdb_test_multiple and gdb_test for all tests.
1602
1603 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
1604
1605 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
1606 source files.
1607
1608 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
1609
1610 * gdb.base/environ.exp: Handle compiling test case from multiple
1611 source files.
1612
1613 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
1614
1615 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
1616
1617 2003-12-17 Jim Blandy <jimb@redhat.com>
1618
1619 * gdb.base/freebpcmd.c: Add copyright notice.
1620
1621 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
1622
1623 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
1624
1625 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
1626
1627 2003-12-13 Jim Blandy <jimb@redhat.com>
1628
1629 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
1630
1631 2003-12-12 Kevin Buettner <kevinb@redhat.com>
1632
1633 * gdb.asm/frv.inc: New file.
1634 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
1635
1636 2003-12-09 Fred Fish <fnf@redhat.com>
1637
1638 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
1639 functions to break1.c and leave prototypes behind. Add more
1640 "set breakpoint NN here" comments.
1641 * gdb.base/break1.c: New file.
1642
1643 * gdb.base/break.exp: Handle compiling test case from multiple
1644 source files and change source file references as needed.
1645 * gdb.base/completion.exp: Ditto.
1646 * gdb.base/condbreak.exp: Ditto.
1647 * gdb.base/define.exp: Ditto.
1648 * gdb.base/ena-dis-br.exp: Ditto.
1649 * gdb.base/info-proc.exp: Ditto.
1650 * gdb.base/maint.exp: Ditto.
1651 * gdb.base/until.exp: Ditto.
1652
1653 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
1654 hardcoded line numbers.
1655 * gdb.base/define.exp: Ditto.
1656 * gdb.base/ena-dis-br.exp: Ditto.
1657 * gdb.base/maint.exp: Ditto.
1658 * gdb.base/until.exp: Ditto.
1659
1660 * gdb.base/completion.exp: Use "break1" for completion tests since
1661 "break" is no longer a unique prefix.
1662
1663 2003-12-06 Andrew Cagney <cagney@redhat.com>
1664
1665 * gdb.base/structs.exp (test_struct_returns): When applicable, set
1666 "return_value_unimplemented". When an unimplemented struct return
1667 architecture, report incorrect values as a KFAIL
1668
1669 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
1670
1671 * gdb.cp/rtti.exp: Accept new wording of warning from
1672 cp_lookup_rtti_type.
1673
1674 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
1675
1676 Partial fix for PR testsuite/1456.
1677 * gdb.base/scope.exp (test_at_main): Replace references to
1678 gcc_compiled with calls to test_compiler_info.
1679 (test_at_foo): Likewise.
1680 (test_at_bar): Likewise.
1681
1682 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
1683
1684 Partial fix for PR testsuite/1456.
1685 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
1686 to test_compiler_info.
1687
1688 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
1689
1690 * gdb.base/so-impl-ld.exp: Update copyright notice.
1691
1692 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
1693
1694 Partial fix for PR testsuite/1456.
1695 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
1696 to test_compiler_info.
1697
1698 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
1699
1700 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
1701 from current versions of gdb. Clean up regular expressions.
1702 Delete redundant timeout case.
1703
1704 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
1705
1706 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
1707 from current versions of gdb. Clean up regular expressions.
1708 Delete redundant timeout case.
1709
1710 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
1711
1712 Partial fix for PR testsuite/1456.
1713 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
1714 gcc_compiled with call to test_compiler_info.
1715
1716 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
1717
1718 Partial fix for PR testsuite/1456.
1719 * gdb.base/list.exp (test_list_function): Delete unused declaration
1720 of gcc_compiled.
1721
1722 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
1723
1724 Partial fix for PR testsuite/1456.
1725 * gdb.base/complex.exp: Replace reference to gcc_compiled with
1726 call to test_compiler_info.
1727
1728 2003-11-29 Mark Kettenis <kettenis@gnu.org>
1729
1730 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
1731 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
1732 it to create the appropriate note.inc.
1733 * gdb.asm/asmsrc1.s: Include "note.inc".
1734 * gdb.asm/netbsd.inc: New file.
1735 * gdb.asm/empty.inc: New file.
1736
1737 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
1738
1739 Partial fix for PR testsuite/1456.
1740 * gdb.base/constvars.exp: Replace references to gcc_compiled with
1741 calls to test_compiler_info.
1742
1743 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
1744
1745 Partial fix for PR testsuite/1456.
1746 * gdb.base/volatile.exp: Replace references to gcc_compiled with
1747 calls to test_compiler_info.
1748
1749 2003-11-27 Mark Kettenis <kettenis@gnu.org>
1750
1751 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
1752 pattern for the KFAILs.
1753
1754 2003-11-25 Adam Fedor <fedor@gnu.org>
1755
1756 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
1757 * gdb.objc/objcdecode.m: New file.
1758
1759 2003-11-25 Adam Fedor <fedor@gnu.org>
1760
1761 * gdb.objc/nondebug.exp: Test for PR objc/1236.
1762 * gdb.objc/nondebug.m: New file.
1763
1764 2003-11-26 Ben Elliston <bje@wasabisystems.com>
1765
1766 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
1767 NetBSD as it does on FreeBSD. Modelled on a similar change by
1768 Mark Kettenis on 2003-05-30.
1769 (link-flags): Set to "--entry _start" regardless of target.
1770 Special linker flags are to be appended to $link-flags.
1771 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
1772
1773 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
1774
1775 * gdb.cp/method.exp: Accept output of new demangler.
1776
1777 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
1778
1779 * gdb/class2.exp: New file.
1780 * gdb/class2.cc: New file.
1781
1782 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
1783
1784 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
1785 of new demangler.
1786
1787 2003-11-23 Mark Kettenis <kettenis@gnu.org>
1788
1789 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
1790 of gdb_test "run".
1791
1792 2003-11-23 Mark Kettenis <kettenis@gnu.org>
1793
1794 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
1795 "continue" into "run".
1796
1797 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
1798
1799 Partial fix for PR testsuite/1456.
1800 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
1801 call to test_compiler_info.
1802 * gdb.cp/ctti.exp: Likewise.
1803 * gdb.cp/derivation.exp: Likewise.
1804 * gdb.cp/member-ptr.exp: Likewise.
1805 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
1806 reference to gcc_compiled.
1807
1808 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
1809
1810 Fix PR testsuite/1463.
1811 * gdb.base/structs.exp (start_structs_test): Call
1812 get_debug_format before using the debug format.
1813
1814 2003-11-22 Andrew Cagney <cagney@redhat.com>
1815
1816 * lib/gdb.exp (gdb_test_multiple): Add simple example.
1817 * gdb.base/structs.exp: Use gdb_test_multiple.
1818
1819 2003-11-20 Andrew Cagney <cagney@redhat.com>
1820
1821 * gdb.base/structs.exp: Handle and recover from internal errors.
1822 Replace "foo${n}" with "foo<n>" in test messages.
1823
1824 * gdb.base/structs.exp: Update copyright. Rewrite.
1825 * gdb.base/structs.c: Update copyright. Rewrite.
1826
1827 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
1828 resync count exceeded.
1829
1830 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
1831 from the internal error.
1832 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
1833 Original from Jim Blandy.
1834 (gdb_test_multiple): Use gdb_internal_error_resync.
1835
1836 2003-11-19 Andrew Cagney <cagney@redhat.com>
1837
1838 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
1839 KFAIL.
1840
1841 2003-11-17 Mark Kettenis <kettenis@gnu.org>
1842
1843 New testcase for PR backtrace/1435.
1844 * gdb.arch/i386-unwind.exp: New file.
1845 * gdb.arch/i386-unwind.c: New file.
1846
1847 2003-11-17 Andrew Cagney <cagney@redhat.com>
1848
1849 * lib/gdb.exp (compiler_info): New global.
1850 (test_compiler_info): New function.
1851 (get_compiler_info): Set compiler_info.
1852 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
1853 "compiler_info" to gcc-<major>-<minor>.
1854
1855 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
1856
1857 * gdb.trace/configure: Remove.
1858
1859 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
1860
1861 * gdb.base/break.c: Add comments to aid finding line numbers for
1862 breakpoints.
1863 * gdb.base/break.exp: Remove all references to explicit line
1864 numbers.
1865
1866 2003-11-11 Nick Clifton <nickc@redhat.com>
1867
1868 * gdb.base/shreloc.exp: Do not run for targets which do not
1869 support shared objects.
1870
1871 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
1872
1873 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
1874 Don't run tests if nofileio flag is given.
1875
1876 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
1877
1878 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
1879 as well as 'Watchpoint'.
1880
1881 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
1882
1883 Reported by Jim Ingham <jingham@apple.com>:
1884 * gdb.base/annota1.exp: Match at least one occurrence of the
1885 signal handler annotation.
1886
1887 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
1888
1889 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
1890 as well as 'Watchpoint'.
1891
1892 2003-11-05 Michael Chastain <mec@shout.net>
1893
1894 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
1895
1896 2003-11-03 Kris Warkentin <kewarken@qnx.com>
1897
1898 * gdb.arch/gdb1291.c: New test file.
1899 * gdb.arch/gdb1291.exp: New test script.
1900 * gdb.arch/gdb1431.c: New test file.
1901 * gdb.arch/gdb1431.exp: New test script.
1902
1903 2003-10-22 Michael Chastain <mec@shout.net>
1904
1905 * gdb.mi/pthreads.c: Add copyright notice.
1906
1907 2003-10-22 Michael Chastain <mec@shout.net>
1908
1909 * gdb.threads/pthreads.c: Add copyright notice.
1910
1911 2003-10-20 Michael Chastain <mec@shout.net>
1912
1913 * gdb.base/gdb1056.exp: New test script.
1914
1915 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
1916
1917 * gdb.threads/killed.exp: Use gdb_run_cmd.
1918
1919 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
1920
1921 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
1922 create a core file.
1923 * gdb.threads/gcore-thread.exp: Likewise.
1924
1925 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
1926
1927 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
1928 type, based on char type.
1929 (struct bit_flags_short_t): New bitfield type, based on short type.
1930 (init_bit_flags_char): New fuction.
1931 (init_bit_flags_short): Ditto.
1932 (print_bit_flags_char): Ditto.
1933 (print_bit_flags_short): Ditto.
1934 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
1935
1936 2003-10-11 Michael Chastain <mec@shout.net>
1937
1938 * gdb.base/call-rt-st.exp: Update copyright year.
1939
1940 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1941
1942 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
1943 * gdb.disasm/sh3.s: Ditto.
1944
1945 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
1946
1947 * gdb.threads/switch-threads.exp: New test.
1948 * gdb.threads/switch-threads.c: New source file.
1949
1950 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
1951
1952 * gdb.base/ending-run.exp: Add sh specific case.
1953
1954 2003-10-06 Andrew Cagney <cagney@redhat.com>
1955
1956 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
1957 * gdb.disasm/mn10200.exp: Delete obsolete file.
1958
1959 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
1960
1961 * ChangeLog: Correct an entry command.exp -> commands.exp.
1962 * gdb.base/commands.exp (bp_deleted_in_command_test)
1963 (temporary_breakpoint_commands): Check noargs.
1964
1965 2003-09-25 David Carlton <carlton@kealia.com>
1966
1967 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
1968 of some print tests, where appropriate. Add tests for C::D::cd,
1969 E::ce, F::cXfX, G::XgX.
1970 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
1971
1972 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
1973
1974 * lib/java.exp (java_init): Import target_alias before using it.
1975
1976 2003-09-25 David Carlton <carlton@kealia.com>
1977
1978 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
1979
1980 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
1981
1982 * gdb.base/selftest.exp: Accomodate more instruction reordering
1983 weirdness.
1984
1985 2003-09-17 Michael Chastain <mec@shout.net>
1986
1987 * gdb.cp/gdb1355.exp: New file.
1988 * gdb.cp/gdb1355.c: New file.
1989
1990 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
1991
1992 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
1993 * gdb.asm/sh.inc: New file.
1994
1995 2003-09-11 David Carlton <carlton@kealia.com>
1996
1997 * gdb.cp/namespace.exp: Add tests for namespace types.
1998 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
1999 (test_namespace): New.
2000
2001 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
2002
2003 * gdb.base/relocate.exp: Handle new gdb output at startup.
2004 * gdb.stabs/weird.exp: Ditto.
2005
2006 2003-09-08 Michael Chastain <mec@shout.net>
2007
2008 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
2009
2010 2003-09-07 Michael Chastain <mec@shout.net>
2011
2012 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
2013 'parse error'.
2014
2015 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
2016
2017 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
2018
2019 2003-08-30 Michael Chastain <mec@shout.net>
2020
2021 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
2022 * gdb.gdb/observer.exp: Ditto.
2023 * gdb.gdb/xfullpath.exp: Ditto.
2024
2025 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2026
2027 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
2028 *-*-*bsd*.
2029
2030 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
2031
2032 * gdb.base/dump.exp: Skip for ia64.
2033
2034 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2035
2036 * gdb.asm/asm-source.exp: Add ia64 support.
2037 * gdb.asm/ia64.inc: New file.
2038
2039 2003-08-22 Michael Chastain <mec@shout.net>
2040
2041 * gdb.cp: New directory.
2042 * gdb.cp/*: Copy from gdb.c++/*.
2043 * gdb.c++/*: Remove.
2044 * Makefile.in: Change gdb.c++ to gdb.cp.
2045 * configure.in: Ditto.
2046 * configure: Regnerate.
2047
2048 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2049
2050 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
2051 * gdb.arch/i386-prologue.c (gdb1338): Add function.
2052
2053 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2054
2055 * mi-var-display.exp (-var-list-children weird): Accept function
2056 pointers with argument types.
2057 * mi1-var-display.exp (-var-list-children weird): Likewise.
2058 * mi2-var-display.exp (-var-list-children weird): Likewise.
2059
2060 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2061
2062 * gdb.base/annota3.exp: Add missing newline.
2063
2064 2003-08-06 Michael Chastain <mec@shout.net>
2065
2066 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
2067
2068 2003-08-12 Michael Snyder <msnyder@redhat.com>
2069
2070 * gdb.base/float.exp: Add test for SH.
2071
2072 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2073
2074 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
2075
2076 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
2077
2078 * gdb.base/completion.exp: Remove reduntant completion test
2079 on filename.
2080
2081 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
2082
2083 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
2084 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
2085 gdb.trace/save-trace.exp: Make sure that full pathnames are
2086 escaped correctly.
2087
2088 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
2089
2090 * configure.in: Don't generate config.h from config.hin.
2091 * configure: Regenerate.
2092 * config.hin: Remove file.
2093 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
2094 * gdb.threads/pthreads.c: Ditto.
2095
2096 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
2097
2098 From Kei Sakamoto <sakamoto.kei@renesas.com>:
2099 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
2100 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
2101 Replace ld24 with seth/add3.
2102
2103 2003-08-02 Andrew Cagney <cagney@redhat.com>
2104
2105 * gdb.base/annota3.exp: New file.
2106 * gdb.base/annota3.c: New file.
2107 * gdb.c++/annota3.exp: New file.
2108 * gdb.c++/annota3.cc: New file.
2109
2110 2003-07-29 Michael Chastain <mec@shout.net>
2111
2112 * gdb.threads/tls.c (spin): Check errno only if sem_wait
2113 actually failed.
2114 (do_pass): Likewise.
2115 * gdb.threads/tls.exp: Always initialize no_of_threads.
2116
2117 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
2118
2119 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
2120 pattern.
2121 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
2122 * gdb.threads/tls.exp: Recognize one case of the host library not
2123 supporting TLS.
2124
2125 2003-07-27 Andrew Cagney <cagney@redhat.com>
2126
2127 * gdb.base/fileio.exp: Use SH when running commands using
2128 remote_exec.
2129
2130 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
2131
2132 From Kei Sakamoto <sakamoto.kei@renesas.com>:
2133 * gdb.base/relocate.c (dummy): New padding array.
2134
2135 2003-07-22 Michael Snyder <msnyder@redhat.com>
2136
2137 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
2138
2139 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
2140 patterns to be more general, accepting old and new output.
2141 Some output chars (such as '+') also must be quoted.
2142 Some addresses are displayed numerically instead of
2143 symbolically.
2144
2145 2003-07-23 Michael Snyder <msnyder@redhat.com>
2146
2147 * gdb.base/return2.exp: Don't test long-long return.
2148
2149 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
2150 * gdb.disasm/t01_mov.exp: Ditto.
2151 * gdb.disasm/t02_mova.s: Ditto.
2152 * gdb.disasm/t02_mova.exp: Ditto.
2153 * gdb.disasm/t03_add.s: Ditto.
2154 * gdb.disasm/t03_add.exp: Ditto.
2155 * gdb.disasm/t04_sub.s: Ditto.
2156 * gdb.disasm/t04_sub.exp: Ditto.
2157 * gdb.disasm/t05_cmp.s: Ditto.
2158 * gdb.disasm/t05_cmp.exp: Ditto.
2159 * gdb.disasm/t06_ari2.s: Ditto.
2160 * gdb.disasm/t06_ari2.exp: Ditto.
2161 * gdb.disasm/t07_ari3.s: Ditto.
2162 * gdb.disasm/t07_ari3.exp: Ditto.
2163 * gdb.disasm/t08_or.s: Ditto.
2164 * gdb.disasm/t08_or.exp: Ditto.
2165 * gdb.disasm/t09_xor.s: Ditto.
2166 * gdb.disasm/t09_xor.exp: Ditto.
2167 * gdb.disasm/t10_and.s: Ditto.
2168 * gdb.disasm/t10_and.exp: Ditto.
2169 * gdb.disasm/t11_logs.s: Ditto.
2170 * gdb.disasm/t11_logs.exp: Ditto.
2171 * gdb.disasm/t12_bit.s: Ditto.
2172 * gdb.disasm/t12_bit.exp: Ditto.
2173 * gdb.disasm/t13_otr.s: Ditto.
2174 * gdb.disasm/t13_otr.exp: Ditto.
2175
2176 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
2177
2178 * gdb.threads/tls.exp :Add kfail for 'info address' case.
2179
2180 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
2181
2182 * gdb.threads/tls.c : New file.
2183 * gdb.threads/tls.exp : New file.
2184 * gdb.threads/tls-main.c : New file.
2185 * gdb.threads/tls-shared.c : New file.
2186 * gdb.threads/tls-shared.exp : New file.
2187
2188 2003-07-22 Andreas Schwab <schwab@suse.de>
2189
2190 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
2191
2192 2003-07-20 Andreas Schwab <schwab@suse.de>
2193
2194 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
2195 due to insn reordering.
2196
2197 2003-07-15 Andrew Cagney <cagney@redhat.com>
2198
2199 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
2200
2201 2003-07-15 Michael Chastain <mec@shout.net>
2202
2203 * gdb.base/gdb1250.exp: New file.
2204 * gdb.base/gdb1250.c: New file.
2205
2206 2003-07-09 Michal Ludvig <mludvig@suse.cz>
2207
2208 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
2209 expansion of size_t to 'unsigned long', not only to 'unsigned'.
2210
2211 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
2212
2213 * gdb.threads/tls.c: New file.
2214 * gdb.threads/tls.exp: New file.
2215 * gdb.threads/tls-main.c: New file.
2216 * gdb.threads/tls-shared.c: New file.
2217 * gdb.threads/tls-shared.exp: New file.
2218
2219 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
2220
2221 * gdb.base/annota1.exp: Make sure that we properly escape the
2222 full path of the source file. Xfail more permissive patterns,
2223 due to a compiler debug info problem.
2224
2225 2003-07-07 Andreas Schwab <schwab@suse.de>
2226
2227 * gdb.asm/m68k.inc: New file.
2228 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
2229
2230 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
2231 arguments"): Also match negative number.
2232
2233 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
2234
2235 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
2236
2237 * gdb.base/store.c (charest): New typedef.
2238 (add_char): Rename to add_charest, update.
2239 (wack_char): Rename to wack_charest, update types. Return l + r
2240 to keep r live across the call.
2241 (wack_short, wack_int, wack_long, wack_longest, wack_float)
2242 (wack_double, wack_doublest): Return l + r to keep r live across
2243 the call.
2244 * gdb.base/store.exp: Accomodate store.c changes.
2245
2246 2003-06-30 David Carlton <carlton@kealia.com>
2247
2248 * gdb.c++/maint.exp (test_invalid_name): New.
2249 (test_first_component): Add tests for invalid names.
2250
2251 2003-06-29 Michael Chastain <mec@shout.net>
2252
2253 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
2254 output of '<VTT for class>' for virtual base classes.
2255
2256 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
2257
2258 * gdb.base/completion.exp: Tab-complete "complet" instead of
2259 "compl".
2260 * gdb.base/complex.exp, gdb.base/complex.c: New files.
2261
2262 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
2263
2264 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
2265 * gdb.base/volatile.exp: Likewise.
2266
2267 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
2268
2269 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
2270 gdb/1265.
2271
2272 2003-06-28 Michael Chastain <mec@shout.net>
2273 Daniel Jacobowitz <drow@mvista.com>
2274
2275 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
2276 initial line count of 'captured_main' from 26 to 32.
2277 (test_with_self): Allow xmalloc call to be interleaved with the
2278 preceding two lines.
2279
2280 2003-06-24 Joel Brobecker <brobecker@gnat.com>
2281
2282 * gdb.base/bang.exp: New testcase.
2283
2284 2003-06-23 Joel Brobecker <brobecker@gnat.com>
2285
2286 * gdb.base/langs.exp: Add some tests for the "minimal" language
2287 support.
2288
2289 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
2290
2291 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
2292 the testcase.
2293
2294 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
2295
2296 * gdb.base/relocate.exp: Test add-symbol-file with a variable
2297 offset.
2298
2299 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
2300
2301 * gdb.c++/pr-1210.cc: New file.
2302 * gdb.c++/pr-1210.exp: New file.
2303
2304 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
2305
2306 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
2307 000-exec-continue.
2308
2309 2003-06-15 Mark Kettenis <kettenis@gnu.org>
2310
2311 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
2312 on *-*-*bsd* instead of *-*-freebsd*.
2313
2314 2003-06-14 Andrew Cagney <cagney@redhat.com>
2315
2316 * gdb.base/store.exp: Test longest and doublest. Test all
2317 parameters. Weaken return statement match.
2318 * gdb.base/store.c: Add longest and doublest - aka long long and
2319 long double functions. Put all parameters into local register
2320 variables. Use negative values.
2321
2322 2003-06-14 Andrew Cagney <cagney@redhat.com>
2323
2324 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
2325 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
2326 exit status.
2327 * gdb.base/fileio.exp: Disable target when nointerrupts and
2328 noinferiorio, instead of limiting it to remote. Use remote_exec
2329 instead of system.
2330
2331 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
2332
2333 * gdb.base/float.exp: Add ia64 support.
2334
2335 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
2336
2337 * gdb.base/fileio.exp: Run only on remote targets.
2338
2339 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
2340
2341 * gdb.base/fileio.c: New file, testing File-I/O.
2342 * gdb.base/fileio.exp: Ditto.
2343
2344 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
2345
2346 * gdb.base/shreloc.exp: New file, check symbol values obtained from
2347 shared objects after relocation at load time (gdb PR/1132).
2348 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
2349 as above, part of the shared object relocation test.
2350
2351 2003-06-08 Mark Kettenis <kettenis@gnu.org>
2352
2353 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
2354 fully filled history list.
2355 * gdb.base/gdb_history: New file.
2356
2357 * gdb.base/signals.exp: XFAIL "continue to func1" on
2358 i*86-*-freebsd*.
2359
2360 * gdb.base/attach.exp: When trying to attach to a nonexistent
2361 process, make it possible to specify the PID based on the target,
2362 and do so for *-*-freebsd*.
2363
2364 2003-06-02 Richard Henderson <rth@redhat.com>
2365
2366 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
2367
2368 2003-06-02 Richard Henderson <rth@redhat.com>
2369
2370 * gdb.base/selftest.exp: Next over lim_at_start initialization.
2371
2372 2003-06-02 Richard Henderson <rth@redhat.com>
2373
2374 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
2375
2376 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
2377
2378 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
2379 of globalvar.
2380
2381 2003-06-01 Mark Kettenis <kettenis@gnu.org>
2382
2383 * gdb.asm/asm-source.exp: Check for memory read errors in
2384 disassembler test on *BSD too.
2385
2386 2003-06-01 Richard Henderson <rth@redhat.com>
2387
2388 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
2389 for .frame.
2390 (gdbasm_call): Lose ldgp.
2391 (gdbasm_startup): Add frame information.
2392 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
2393
2394 2003-05-31 Mark Kettenis <kettenis@gnu.org>
2395
2396 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
2397 i?86-*-*.
2398
2399 2003-05-30 Mark Kettenis <kettenis@gnu.org>
2400
2401 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
2402 FreeBSD.
2403
2404 2003-05-29 Richard Henderson <rth@redhat.com>
2405
2406 * gdb.asm/alpha.inc: New file.
2407 * gdb.asm/asm-source.exp: Use it.
2408
2409 2003-05-29 Jim Blandy <jimb@redhat.com>
2410
2411 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
2412 'core.PID'.
2413
2414 2003-05-22 Jim Blandy <jimb@redhat.com>
2415
2416 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
2417 backtrace.
2418
2419 2003-05-20 David Carlton <carlton@math.stanford.edu>
2420
2421 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
2422 this time.
2423
2424 2003-05-19 David Carlton <carlton@bactrian.org>
2425
2426 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
2427 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
2428
2429 2003-05-19 David Carlton <carlton@bactrian.org>
2430
2431 * gdb.c++/namespace.exp: Add namespace scope and anonymous
2432 namespace tests.
2433 Bump copyright date.
2434 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
2435 (main): Call C::D::marker2.
2436 * gdb.c++/namespace1.cc: New file.
2437
2438 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
2439
2440 Roland McGrath <roland@redhat.com>
2441 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
2442 there is no manager thread.
2443
2444 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
2445
2446 * gdb.threads/schedlock.exp: Remove assumption that all threads
2447 will run in a particular small time slice. Also ensure we break
2448 in one of the child threads rather than the main thread.
2449
2450 2003-05-07 Jim Blandy <jimb@redhat.com>
2451
2452 Add support for assembly source testing on the s390x.
2453 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
2454 architecture.
2455 * gdb.asm/s390x.inc: New file.
2456
2457 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
2458 succession of 'if' statements.
2459
2460 2003-05-05 Andrew Cagney <cagney@redhat.com>
2461
2462 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
2463
2464 2003-05-05 Andrew Cagney <cagney@redhat.com>
2465
2466 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
2467 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
2468
2469 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
2470
2471 * gdb.base/charset.exp: Update based on new behavior of set/show
2472 charset commands.
2473
2474 2003-05-01 Andrew Cagney <cagney@redhat.com>
2475
2476 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
2477 variable do not give memory errors.
2478
2479 2003-04-30 Adam Fedor <fedor@gnu.org>
2480
2481 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
2482 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
2483 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
2484 gdb.objc/basicclass.m: : New files
2485
2486 * lib/gdb.exp (gdb_compile_objc): New procedure.
2487
2488 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
2489
2490 * gdb.base/signals.exp: Make backtrace tests more specific.
2491
2492 2003-04-23 David Carlton <carlton@bactrian.org>
2493
2494 * gdb.c++/maint.exp (test_first_component): Add tests for
2495 'operator' in more locations.
2496
2497 2003-04-16 Kevin Buettner <kevinb@redhat.com>
2498
2499 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
2500
2501 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
2502
2503 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
2504 func marke' instead. Update test name.
2505
2506 2003-04-15 David Carlton <carlton@math.stanford.edu>
2507
2508 * gdb.c++/maint.exp: New file.
2509
2510 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
2511
2512 * gdb.threads/schedlock.c: Change type of thread function argument
2513 to long, to avoid warnings on 64-bit platforms.
2514
2515 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
2516
2517 * gdb.base/attach.exp: Add new message from ptrace in case of
2518 attaching to nonexistent process.
2519
2520 2003-04-11 Jim Blandy <jimb@redhat.com>
2521
2522 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
2523 gdb.c++/userdef.cc: Place comments on the lines to which the
2524 marker function might return.
2525 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
2526 gdb.c++/userdef.exp: Look for those comments to check that we've
2527 returned to the right place, instead of checking line numbers.
2528
2529 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
2530
2531 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
2532 match on sourcefile name, instead of directory name.
2533
2534 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
2535
2536 * gdb.base/completion.exp: Use string_to_regexp to match the
2537 working directory name.
2538
2539 2003-04-09 Jim Blandy <jimb@redhat.com>
2540
2541 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
2542 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
2543 after an inferior function call, report the failure, but allow the
2544 test to continue.
2545
2546 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
2547
2548 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
2549 with -DPROTOTYPES.
2550
2551 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
2552
2553 * gdb.base/break.exp: Revert last patch.
2554
2555 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
2556
2557 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
2558 with -DPROTOTYPES.
2559
2560 2003-04-02 Andrew Cagney <cagney@redhat.com>
2561
2562 * gdb.base/callfuncs.exp: Make "print add" messages unique.
2563 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
2564 matching directories by the name breakpoint.
2565 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
2566 Make "continue to marker1" consistent.
2567 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
2568 message consistent.
2569 * lib/gdb.exp: Put "the program is no longer running", and "the
2570 program exited" in parenthesis.
2571 * lib/mi-support.exp: Ditto.
2572
2573 2003-04-02 Bob Rossi <bob_rossi@cox.net>
2574
2575 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
2576
2577 2003-03-29 Andrew Cagney <cagney@redhat.com>
2578
2579 * gdb.base/sizeof.c (main): Print the value of '\377'.
2580 * gdb.base/sizeof.exp: Check the sign of '\377'.
2581
2582 2003-03-27 Michael Chastain <mec@shout.net>
2583
2584 * gdb.base/gdb1090.exp: New file.
2585 * gdb.base/gdb1090.cc: New file.
2586
2587 2003-03-27 J. Brobecker <brobecker@gnat.com>
2588
2589 * gdb.gdb/observer.exp: New regression test.
2590
2591 2003-03-27 Michael Chastain <mec@shout.net>
2592
2593 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
2594 * gdb.base/ptype.exp: Likewise.
2595
2596 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
2597
2598 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
2599
2600 2003-03-26 Michael Chastain <mec@shout.net>
2601
2602 * gdb.base/ptype.exp: Actually use some typedef'd types.
2603
2604 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
2605
2606 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
2607 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
2608
2609 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
2610
2611 * gdb.base/default.exp: Fix regular expression.
2612
2613 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
2614
2615 * gdb.base/args.exp: Fix regular expression.
2616
2617 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
2618
2619 * gdb.base/help.exp: Allow Win32 child process.
2620
2621 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
2622
2623 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
2624 when stepping out of main().
2625
2626 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
2627
2628 * gdb.base/default.exp: Check for win32 specific message when calling
2629 "run" without executable.
2630
2631 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
2632
2633 * gdb.base/args.exp: Expect .exe in output.
2634
2635 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
2636
2637 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
2638 Cygwin native.
2639
2640 2003-03-17 Andrew Cagney <cagney@redhat.com>
2641
2642 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
2643 vector registes.
2644 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
2645 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
2646
2647 2003-03-17 David Carlton <carlton@math.stanford.edu>
2648
2649 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
2650 test, for PR breakpoints/38.
2651 Call test_watchpoint_and_breakpoint.
2652 * gdb.base/watchpoint.c (func3): New function.
2653 (main): Call func3.
2654
2655 2003-03-04 David Carlton <carlton@math.stanford.edu>
2656
2657 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
2658 Garply<Garply<char> >:: garply".
2659 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
2660 with respect to PR c++/1111; note also PR c++/1113.
2661 (test_template_breakpoints): KFAIL "constructor breakpoint" with
2662 respect to PR c++/1062.
2663 KFAIL "destructor breakpoint" with respect to PR c++/1112.
2664
2665 2003-03-03 David Carlton <carlton@math.stanford.edu>
2666
2667 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
2668 with respect to PR c++/57.
2669 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
2670 c++/826.
2671 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
2672 respect to PR c++/57.
2673
2674 2003-03-03 David Carlton <carlton@math.stanford.edu>
2675
2676 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
2677 respect to PR c++/33 into FAILs.
2678
2679 2003-03-03 Michael Chastain <mec@shout.net>
2680
2681 * configure.in: Update copyright years.
2682
2683 2003-03-03 Michael Chastain <mec@shout.net>
2684
2685 * Makefile.in: Update copyright years.
2686
2687 2003-02-28 David Carlton <carlton@math.stanford.edu>
2688
2689 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
2690 print class instead of struct and/or superfluous protection
2691 specifiers, as long as the resulting output is equivalent to the
2692 source code.
2693 Delete FIXME from end of messages on tests that don't need
2694 fixing.
2695
2696 2003-02-28 David Carlton <carlton@math.stanford.edu>
2697
2698 * gdb.c++/templates.exp (do_tests): Allow const in the two
2699 Foo<volatile char *>::foo tests.
2700
2701 2003-02-27 Michael Snyder <msnyder@redhat.com>
2702
2703 * gdb.base/restore.c (main): Return zero, so exit code
2704 will be consistant.
2705
2706 2003-02-26 David Carlton <carlton@math.stanford.edu>
2707
2708 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
2709 char *>::foo" test with respect to PR c++/33. Create a new test
2710 which is identical to that one except that it doesn't put the
2711 space between the "char" and the "*"; KFAIL it, too.
2712
2713 2003-02-26 David Carlton <carlton@math.stanford.edu>
2714
2715 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
2716 template types into either PASSes or KFAILs (corresponding to PR
2717 c++/57). Tweak indentation. Update copyright.
2718
2719 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
2720
2721 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
2722
2723 2003-02-13 Michael Chastain <mec@shout.net>
2724
2725 * gdb.base/exprs.exp: Remove i960 remnants.
2726 * gdb.base/funcargs.exp: Likewise.
2727 * gdb.base/list.exp: Likewise.
2728 * gdb.base/ptype.exp: Likewise.
2729
2730 2003-02-14 David Carlton <carlton@math.stanford.edu>
2731
2732 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
2733 pEe->D::vg()" from XFAIL to KFAIL.
2734
2735 2003-02-13 Jason Molenda (jmolenda@apple.com)
2736
2737 * gdb.base/maint.exp: Update maint print statistics regexp to include
2738 new entries.
2739
2740 2003-02-13 Michael Chastain <mec@shout.net>
2741
2742 * gdb.c++/inherit.exp: Remove call to get_debug_format.
2743
2744 2003-02-12 Michael Chastain <mec@shout.net>
2745
2746 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
2747 * gdb.c++/inherit.exp: Likewise.
2748 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
2749 * gdb.c++/templates.exp: Likewise.
2750 * gdb.c++/virtfunc.exp: Likewise.
2751
2752 2003-02-06 Jason Molenda (jason-cl@molenda.com)
2753
2754 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
2755 why the code is written that way.
2756
2757 2003-02-05 Michael Chastain <mec@shout.net>
2758
2759 * gdb.base/dump.exp: Add missing copyright line.
2760
2761 2003-02-05 Jason Molenda (jason-cl@molenda.com)
2762
2763 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
2764 at the beginning so the breakpoint doesn't get set on the loop.
2765
2766 2003-02-05 Michael Chastain <mec@shout.net>
2767
2768 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
2769 output for configurations with gcc 2.95.3.
2770
2771 2003-02-05 Keith Seitz <keiths@redhat.com>
2772 Andrew Cagney <ac131313@redhat.com>
2773
2774 * gdb.mi/mi-cli.exp: New file.
2775
2776 2003-02-04 Michael Chastain <mec@shout.net>
2777
2778 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
2779 Call perror and then continue.
2780
2781 2003-02-03 Michael Chastain <mec@shout.net>
2782
2783 * gdb.c++/pr-1023.cc: New file.
2784 * gdb.c++/pr-1023.exp: New file.
2785
2786 2003-02-05 Jim Blandy <jimb@redhat.com>
2787
2788 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
2789 it's local to foobar. Check for it there, and check that it's not
2790 present in main.
2791 * gdb.c++/local.cc (marker2): New function.
2792 (foobar): Call marker1.
2793 (main): Call marker2 instead of marker1.
2794
2795 2003-02-04 Andrew Cagney <ac131313@redhat.com>
2796
2797 * gdb.disasm/mn10200.exp: Obsolete file.
2798 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
2799 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
2800 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
2801
2802 2003-02-04 David Carlton <carlton@math.stanford.edu>
2803
2804 * gdb.c++/overload.exp: Test intToChar(1).
2805 * gdb.c++/overload.cc (intToChar): New.
2806 (main): Call intToChar.
2807
2808 2003-02-03 David Carlton <carlton@math.stanford.edu>
2809
2810 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
2811 'might_kfail' arg.
2812 KFAIL some of the continue_to_bp_overloaded calls, according to
2813 PR c++/1025.
2814
2815 2003-02-01 Michael Chastain <mec@shout.net>
2816
2817 * gdb.base/advance.c (marker1): New marker function.
2818 * gdb.base/advance.exp: When the 'advance' command lands on the
2819 return breakpoint, it can legitimately stop on either the
2820 current line or the next line. Accommodate both outcomes.
2821 * gdb.base/until.exp: Likewise.
2822
2823 2003-02-02 Andrew Cagney <ac131313@redhat.com>
2824
2825 2002-11-10 Jason Molenda (jason-cl@molenda.com):
2826 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
2827 now a list, not a tuple.
2828 * gdb.mi/mi-var-display.exp: Ditto.
2829 * gdb.mi/gdb792.exp: Ditto.
2830
2831 2003-02-01 Andrew Cagney <ac131313@redhat.com>
2832
2833 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
2834 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
2835 stack backtraces.
2836 * gdb.mi/mi-syn-frame.c: Part of same.
2837
2838 2003-02-01 Mark Kettenis <kettenis@gnu.org>
2839
2840 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
2841 gdb.mi/mi1-pthreads.exp: Return instead of calling
2842 gdb_suppress_entire_file.
2843
2844 2003-02-01 Mark Salter <msalter@redhat.com>
2845
2846 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
2847
2848 2003-01-31 Mark Salter <msalter@redhat.com>
2849
2850 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
2851 Support empty arg.
2852
2853 2003-01-30 Michael Chastain <mec@shout.net>
2854
2855 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
2856 This was a workaround for a UTF-8 bug in readline 4.3. The bug
2857 has been fixed in gdb/readline on 2003-01-09.
2858
2859 2003-01-29 Michael Snyder <msnyder@redhat.com>
2860
2861 * gdb.base/maint.exp: Allow for leading underscore in symbol.
2862 * gdb.base/display.exp: Allow for leading underscore in symbol.
2863 * gdb.base/args.exp: Skip if target does not support args passing.
2864
2865 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
2866
2867 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2868 gdb_test. Accept a list of expect arguments as the third
2869 parameter.
2870 (gdb_test): Use it.
2871
2872 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
2873
2874 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
2875 allow for different test tree configurations. Update some
2876 tescases accordingly.
2877 * gdb.arch/altivec-regs.exp: Ditto.
2878 * gdb.asm/asm-source.exp: Ditto.
2879 * gdb.base/advance.exp: Ditto.
2880 * gdb.base/display.exp: Ditto.
2881 * gdb.base/long_long.exp: Ditto.
2882 * gdb.base/mips_pro.exp: Ditto.
2883 * gdb.base/overlays.exp: Ditto.
2884 * gdb.base/relocate.exp: Ditto.
2885 * gdb.base/setshow.exp: Ditto.
2886 * gdb.base/step-line.exp: Ditto.
2887 * gdb.base/step-test.exp: Ditto.
2888 * gdb.base/until.exp: Ditto.
2889 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
2890
2891 2003-01-17 David Carlton <carlton@math.stanford.edu>
2892
2893 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
2894 corresponding to PR c++/945.
2895 Update copyright.
2896
2897 2003-01-17 David Carlton <carlton@math.stanford.edu>
2898
2899 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
2900 corresponding to PR c++/68.
2901
2902 2003-01-17 David Carlton <carlton@math.stanford.edu>
2903
2904 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
2905 (test_paddr_hairy_functions): Call print_addr_2_kfail for
2906 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
2907
2908 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
2909
2910 * gdb.base/break.exp: Fix change of default location, because of
2911 removal of until tests.
2912 * gdb.base/help.exp: Update test for new 'until' help message.
2913 Add test for help on 'advance'.
2914 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
2915
2916 2003-01-15 Mark Kettenis <kettenis@gnu.org>
2917
2918 * gdb.base/default.exp: Adapt "info float" test for recent changes
2919 to that command. Add test for "info vector".
2920 * gdb.base/float.exp: New file. Add test for "info float" that
2921 resembles the old test in gdb.base/default.exp.
2922
2923 2003-01-15 David Carlton <carlton@math.stanford.edu>
2924
2925 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
2926
2927 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
2928
2929 * gdb.base/break.exp: Move the tests of until command from here...
2930 * gdb.base/until.exp: ... to here. New file. Add other tests.
2931 * gdb.base/advance.c: New file.
2932 * gdb.base/advance.exp: New file.
2933
2934 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
2935
2936 * gdb.base/args.c: New file.
2937 * gdb.base/args.exp: New file.
2938
2939 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
2940
2941 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
2942
2943 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
2944
2945 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
2946
2947 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
2948
2949 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
2950 dates.
2951
2952 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
2953
2954 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
2955
2956 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
2957
2958 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
2959 (ptype &*"foo").
2960 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
2961
2962 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
2963
2964 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
2965 * gdb.mi/mi1-console.exp: Likewise.
2966
2967 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
2968
2969 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
2970 * gdb.mi/mi1-console.exp: Likewise.
2971
2972 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
2973
2974 * gdb.c++/overload.exp: Remove some fixed XFAILs.
2975
2976 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
2977
2978 * gdb.base/detach.exp: New test.
2979
2980 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
2981
2982 * Makefile.in (ALL_SUBDIRS): New variable.
2983 (subdirs, clean, distclean): Use it.
2984 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
2985 regenerating Makefile, since it is generated from the top level.
2986 * gdb.asm/Makefile.in: Likewise.
2987 * gdb.base/Makefile.in: Likewise.
2988 * gdb.c++/Makefile.in: Likewise.
2989 * gdb.disasm/Makefile.in: Likewise.
2990 * gdb.java/Makefile.in: Likewise.
2991 * gdb.mi/Makefile.in: Likewise.
2992 * gdb.threads/Makefile.in: Likewise.
2993 * gdb.trace/Makefile.in: Likewise.
2994
2995 2003-01-09 David Carlton <carlton@math.stanford.edu>
2996
2997 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
2998 Add copyright year 2003.
2999
3000 2003-01-06 Michael Chastain <mec@shout.net>
3001
3002 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
3003 When selecting a thread, 'line' and 'file' are optional.
3004 * gdb.mi/mi1-pthreads.exp: Likewise.
3005
3006 2003-01-06 Andreas Schwab <schwab@suse.de>
3007
3008 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
3009 failures.
3010
3011 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3012
3013 Fix PR gdb/844
3014 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
3015 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
3016
3017 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
3018 instead of calling gdb_suppress_entire_file.
3019 * gdb.threads/print-threads.exp: Likewise.
3020 * gdb.threads/schedlock.exp: Likewise.
3021
3022 * gdb.threads/killed.exp: Return instead of calling
3023 gdb_suppress_entire_file.
3024 * gdb.threads/linux-dp.exp: Likewise.
3025 * gdb.threads/pthreads.exp: Likewise.
3026
3027 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3028
3029 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
3030 stabs.
3031 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
3032 * gdb.base/whatis.exp: Always allow (void) after function names.
3033
3034 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3035
3036 * gdb.c++/casts.exp: Correct regexp.
3037
3038 2003-01-04 Mark Kettenis <kettenis@gnu.org>
3039
3040 * configure.in: Call AC_CONFIG_HEADER. Don't call
3041 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
3042 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
3043 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
3044 aforementioned directories in the AC_OUPUT call.
3045 * config.hin: New file.
3046 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
3047 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
3048 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
3049 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
3050 pass -I$objdir instead of -I$objdir/$subdir in compilation.
3051 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
3052 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
3053 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
3054 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
3055 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
3056 gdb.threads/configure.in, gdb.threads/configure,
3057 gdb.threads/config.in, gdb.trace/configure.in,
3058 gdb.trace/configure: Removed.
3059
3060 2003-01-03 Michael Chastain <mec@shout.net>
3061
3062 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
3063 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
3064
3065 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
3066
3067 * gdb.base/store.exp: Fix regular expressions.
3068
3069 2002-12-28 Mark Kettenis <kettenis@gnu.org>
3070
3071 * configure.in: Rewrite.
3072 * configure: Regenerated.
3073
3074 2003-01-03 David Carlton <carlton@math.stanford.edu>
3075
3076 * gdb.base/psymtab.exp: New file.
3077 * gdb.base/psymtab1.c: Ditto.
3078 * gdb.base/psymtab2.c: Ditto.
3079
3080 2002-12-23 Adam Fedor <fedor@gnu.org>
3081
3082 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
3083
3084 2002-12-23 David Carlton <carlton@math.stanford.edu>
3085
3086 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
3087 and current_directory initialization.
3088
3089 2002-12-22 Jim Blandy <jimb@redhat.com>
3090
3091 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
3092 rather than as part of the output file name.
3093
3094 * gdb.base/attach.exp: There's no need to copy the test program to
3095 /tmp; that was only ever necessary on HP/UX, and this test is
3096 entirely disabled there anyway.
3097
3098 2002-12-21 Jim Blandy <jimb@redhat.com>
3099
3100 * gdb.c++/psmang.exp: Doc fix.
3101
3102 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
3103 test.
3104
3105 2002-12-20 David Carlton <carlton@math.stanford.edu>
3106
3107 * gdb.c++/annota2.exp: KFAIL annotate-quit.
3108
3109 2002-12-18 Michael Chastain <mec@shout.net>
3110
3111 * gdb.c++/annota2.exp: Add copyright year 2002.
3112
3113 2002-12-17 David Carlton <carlton@math.stanford.edu>
3114
3115 * gdb.c++/try_catch.cc: Add marker comments.
3116 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
3117 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
3118 * gdb.c++/m-static.cc: Ditto.
3119 * gdb.c++/m-static1.cc: Ditto.
3120 * gdb.c++/try_catch.cc: Ditto.
3121
3122 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
3123
3124 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
3125 to see whether we are using the new -environment-directory
3126 command which resets via -r or the old version of the command
3127 which may prompt the user. Part of fix for gdb/741.
3128
3129 2002-12-13 Andrew Cagney <ac131313@redhat.com>
3130
3131 * gdb.fortran/types.exp: Update obsolete comment.
3132 * gdb.fortran/exprs.exp: Ditto.
3133 * lib/gdb.exp: Delete obsolete code.
3134 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
3135 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
3136 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
3137 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
3138 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
3139 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
3140 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
3141 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
3142 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
3143 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
3144 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
3145 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
3146 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
3147 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
3148 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
3149 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
3150 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
3151 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
3152 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
3153 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
3154 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
3155 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
3156 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
3157 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
3158 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
3159 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
3160 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
3161 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
3162 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
3163 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
3164 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
3165 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
3166 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
3167 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
3168 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
3169 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
3170 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
3171
3172 2002-12-11 David Carlton <carlton@math.stanford.edu>
3173
3174 * gdb.c++/m-data.exp: Add test for members that shadow global
3175 variables: see PR gdb/804.
3176 * gdb.c++/m-data.cc: Ditto.
3177
3178 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
3179
3180 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
3181
3182 2002-12-06 David Carlton <carlton@math.stanford.edu>
3183
3184 * gdb.base/store.c: Don't declare functions static.
3185
3186 2002-12-04 Andrew Cagney <ac131313@redhat.com>
3187
3188 * gdb.base/store.exp, gdb.base/store.c: New files.
3189
3190 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
3191
3192 * gdb.base/selftest.exp: Update for current gdb.
3193
3194 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
3195
3196 * gdb.base/maint.exp: Only dump symbols from one source file
3197 or objfile.
3198
3199 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
3200
3201 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
3202 function call.
3203
3204 2002-11-25 Jim Blandy <jimb@redhat.com>
3205
3206 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
3207 function appearing in error message.
3208
3209 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
3210
3211 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
3212
3213 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
3214
3215 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
3216 for mi1 and current mi is in correct format. New mi startup message
3217 should be in mi console format. This is part of fix for PR gdb/604.
3218
3219 2002-09-18 Fernando Nasser <fnasser@redhat.com>
3220
3221 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
3222 which explicitly prints the zero offset as "+0".
3223
3224 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
3225
3226 * gdb.threads/schedlock.c (args): Make unsigned.
3227
3228 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
3229
3230 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
3231 numbers. Allow "foo2|selected stack frame".
3232 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
3233 * gdb.asm/asmsrc2.s: Likewise.
3234 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
3235 comments.
3236 * gdb.asm/mips.inc: New file.
3237
3238 2002-10-18 Adam Fedor <fedor@gnu.org>
3239
3240 * gdb.base/default.exp: Update expected output to include 'ObjC'.
3241 * gdb.base/help.exp: Likewise.
3242
3243 2002-10-17 Kevin Buettner <kevinb@redhat.com>
3244
3245 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
3246 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
3247
3248 2002-10-02 Jim Blandy <jimb@redhat.com>
3249
3250 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
3251
3252 2002-10-01 Andrew Cagney <ac131313@redhat.com>
3253
3254 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
3255 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
3256 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
3257 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
3258 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
3259 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
3260 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
3261
3262 2002-09-29 Andrew Cagney <ac131313@redhat.com>
3263
3264 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
3265 * mi0-disassemble.exp, mi0-eval.exp: Delete.
3266 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
3267 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
3268 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
3269 * mi0-var-block.exp, mi0-var-child.exp: Delete.
3270 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
3271
3272 2002-09-27 Kevin Buettner <kevinb@redhat.com>
3273
3274 * gdb.base/annota1.exp (info break): Make directory components of
3275 path optional since not all compilers emit this debug information.
3276
3277 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
3278 step ends up stepping out of the function instead of stopping on
3279 the epilogue.
3280
3281 2002-09-26 Keith Seitz <keiths@redhat.com>
3282
3283 * lib/insight-support.exp (gdbtk_start): Figure out where
3284 the insight executable is based on where gdb is. Use this
3285 executable to start insight instead of gdb.
3286
3287 2002-09-25 Andrew Cagney <cagney@redhat.com>
3288
3289 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
3290
3291 2002-09-24 Andrew Cagney <ac131313@redhat.com>
3292
3293 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
3294 test_isolated_complaints.
3295 (test_empty_complaint): New function.
3296 (test_empty_complaints): New function. Check no output when no
3297 complaints.
3298
3299 2002-09-19 Jim Blandy <jimb@redhat.com>
3300
3301 * gdb.base/charset.exp, gdb.base/charset.c: New files.
3302
3303 2002-09-19 Andrew Cagney <ac131313@redhat.com>
3304
3305 * gdb.gdb/complaints.exp: New file.
3306
3307 2002-09-18 Andrew Cagney <ac131313@redhat.com>
3308
3309 * gdb.base/maint.exp: Check `help maint internal-warning'.
3310
3311 2002-09-18 David Carlton <carlton@math.stanford.edu>
3312
3313 * gdb.c++/m-static.exp: Remove breakpoints depending on line
3314 numbers, and replace them by a single breakpoint after the
3315 constructors are all finished.
3316 Add test 4.
3317 * gdb.c++/m-static.cc: Add test 4.
3318 * gdb.c++/m-static.h: New file.
3319 * gdb.c++/m-static1.cc: New file.
3320
3321 * gdb.c++/printmethod.exp: New file.
3322 * gdb.c++/printmethod.cc: New file.
3323
3324 * gdb.c++/pr-574.exp: New file.
3325 * gdb.c++/pr-574.cc: New file.
3326
3327 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
3328
3329 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
3330 embedded targets which never actually exit.
3331
3332 2002-09-18 Fernando Nasser <fnasser@redhat.com>
3333
3334 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
3335 "don't step after run" as unresolved or unsupported, instead of xfail.
3336
3337 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
3338
3339 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
3340 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
3341 Add newline to expected string in "step out of main (status wrapper)"
3342 case.
3343
3344 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
3345
3346 * lib/gdb.exp (rerun_to_main): Allow restarting application.
3347 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
3348
3349 2002-09-17 Tom Tromey <tromey@redhat.com>
3350
3351 * gdb.base/printcmds.exp (test_print_string_constants): Expect
3352 \000, not \0, in double-quoted string.
3353
3354 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
3355
3356 * gdb.base/commands.exp: Don't expect a "Program exited normally"
3357 string after running the commands execution on breakpoint tests.
3358
3359 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
3360
3361 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
3362
3363 2002-09-12 Joel Brobecker <brobecker@gnat.com>
3364
3365 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
3366
3367 2002-09-10 Keith Seitz <keiths@redhat.com>
3368
3369 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
3370 runto proc.
3371 (mi_run_to_main): Use mi_runto.
3372 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
3373
3374 2002-09-10 Keith Seitz <keiths@redhat.com>
3375
3376 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
3377 regexp for stopping at main. Could have multiple event notifications.
3378 Don't assume that main was declared with no parameters.
3379 (mi_next): Use mi_step_to.
3380 (mi_step): Use mi_next_to.
3381
3382 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
3383
3384 * gdb.base/default.exp: Fix expected string in `info float' test.
3385
3386 2002-09-09 Ben Elliston <bje@redhat.com>
3387
3388 * config/mips.exp: Update comments.
3389 * config/mips-idt.exp: Likewise.
3390 * config/nind.exp: Likewise.
3391 * config/slite.exp: Likewise.
3392 * config/sparclet.exp: Likewise.
3393 * config/udi.exp: Likewise.
3394 * config/vx.exp: Likewise.
3395 * config/vxworks29k.exp: Likewise.
3396
3397 2002-09-05 Jim Blandy <jimb@redhat.com>
3398
3399 * gdb.threads/killed.exp: Fix test failure message.
3400
3401 2002-09-04 Keith Seitz <keiths@redhat.com>
3402
3403 * lib/mi-support.exp: Update copyright.
3404 (mi_gdb_test): Increase the priority of the expected pattern
3405 so that it matches gdb_test.
3406
3407 2002-09-03 Keith Seitz <keiths@redhat.com>
3408
3409 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
3410 Use integer comparison instead of string comparison for testing
3411 whether binary was built.
3412
3413 2002-09-03 Jim Blandy <jimb@redhat.com>
3414
3415 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
3416
3417 2002-08-29 Jim Blandy <jimb@redhat.com>
3418
3419 * gdb.threads/pthreads.exp: Move the portable thread compilation
3420 code into a function in lib/gdb.exp, and call that from here.
3421 * lib/gdb.exp (gdb_compile_pthreads): New function.
3422
3423 2002-08-29 Keith Seitz <keiths@redhat.com>
3424
3425 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
3426 expect_out so that callers can get at it.
3427
3428 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
3429
3430 * gdb.threads/print-threads.c: New file.
3431 * gdb.threads/print-threads.exp: New file.
3432 * gdb.threads/schedlock.c: New file.
3433 * gdb.threads/schedlock.exp: New file.
3434
3435 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3436
3437 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
3438 not altivec.c.
3439
3440 2002-08-17 Mark Kettenis <kettenis@gnu.org>
3441
3442 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
3443 targets. The problem should be fixed now.
3444
3445 2002-08-15 Mark Kettenis <kettenis@gnu.org>
3446
3447 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
3448 2002-07-24 change that removes final dots from error messages.
3449
3450 2002-08-13 Tom Tromey <tromey@redhat.com>
3451
3452 * gdb.base/readline.exp: New file.
3453
3454 2002-08-01 Andrew Cagney <ac131313@redhat.com>
3455
3456 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
3457 supress message.
3458
3459 2002-08-01 Andrew Cagney <cagney@redhat.com>
3460
3461 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
3462 CHILL_FOR_TARGET and CHILL_LIB.
3463 * configure.in (configdirs): Remove gdb.chill.
3464 * configure: Regenerate.
3465 * lib/gdb.exp: Obsolete references to chill.
3466 * gdb.fortran/types.exp: Ditto.
3467 * gdb.fortran/exprs.exp: Ditto.
3468
3469 2002-07-30 Kevin Buettner <kevinb@redhat.com>
3470
3471 * gdb.base/shlib-call.exp (additional_flags): Conditionally
3472 set Irix-specific compile and link flags.
3473
3474 2002-07-29 Kevin Buettner <kevinb@redhat.com>
3475
3476 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
3477 source files. The ``-o'' option doesn't work with the ``-E'' option
3478 when using the Irix compiler.
3479
3480 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
3481
3482 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
3483 Improve support for reusing an exec file. Copy exec file
3484 to target, and run gdbserver on the target instead of on the host.
3485
3486 2002-07-18 Jim Blandy <jimb@redhat.com>
3487
3488 * gdb.base/ending-run.exp: Don't expect to see the program end in
3489 some orderly fashion when we're running on a real stand-alone
3490 board.
3491
3492 * gdb.base/interrupt.exp: Correct logic for skipping tests on
3493 targets that don't support interrupts.
3494
3495 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
3496
3497 * gdb.base/attach.exp: Add patterns to match output from /proc-based
3498 systems.
3499 Move comments in expect statements to inside the actions, so that they
3500 don't get matched against.
3501
3502 2002-07-10 Mark Kettenis <kettenis@gnu.org>
3503
3504 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
3505 function when asleep" test.
3506
3507 2002-07-10 Andrew Cagney <ac131313@redhat.com>
3508
3509 * gdb.base/page.exp: Rewrite to handle problems with very long
3510 `info set' output. Update copyright.
3511
3512 2002-06-26 Andrew Cagney <ac131313@redhat.com>
3513
3514 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
3515 gdb.threads-hp.
3516 * gdb.hp/configure: Regenerate.
3517 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
3518 * gdb.hp/gdb.threads-hp/configure: Delete file.
3519 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
3520
3521 2002-06-22 Andrew Cagney <ac131313@redhat.com>
3522
3523 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
3524 setlocale, bindtextdomain and textdomain.
3525
3526 2002-06-11 Jim Blandy <jimb@redhat.com>
3527
3528 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
3529 preprocessor macro information is present.
3530
3531 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
3532 tests.
3533
3534 2002-06-06 Michael Snyder <msnyder@redhat.com>
3535
3536 * gdb.base/overlays.exp: Record addresses of overlay
3537 functions in TCL variables rather than in GDB variables,
3538 to avoid having GDB convert them to pointers (with loss
3539 of information).
3540
3541 * gdb.base/d10v.ld: Merge in several years worth of
3542 default linker script changes.
3543 * gdb.base/long_long.exp: Add check for sizeof (long double).
3544
3545 2002-06-06 Michal Ludvig <mludvig@suse.cz>
3546
3547 * gdb.asm/asm-source.exp: Add x86-64 target.
3548 * gdb.asm/x86_64.inc: New.
3549
3550 2002-05-30 Michael Chastain <mec@shout.net>
3551
3552 From Benjamin Kosnik <bkoz@redhat.com>:
3553 * gdb.c++/m-static.cc: New file.
3554 * gdb.c++/m-static.exp: New file.
3555
3556 2002-05-28 Michael Snyder <msnyder@redhat.com>
3557
3558 * gdb.base/call-ar-st.exp: Allow for reduced floating point
3559 precision.
3560
3561 2002-05-27 Michael Chastain <mec@shout.net>
3562
3563 From Benjamin Kosnik <bkoz@redhat.com>:
3564 * gdb.c++/m-data.cc: New file.
3565 * gdb.c++/m-data.exp: New file.
3566
3567 2002-05-27 Michael Chastain <mec@shout.net>
3568
3569 From Benjamin Kosnik <bkoz@redhat.com>:
3570 * gdb.c++/try_catch.cc: New file.
3571 * gdb.c++/try_catch.exp: New file.
3572
3573 2002-05-27 Michael Chastain <mec@shout.net>
3574
3575 * gdb.c++/local.exp: Accept more nested types in output.
3576
3577 2002-05-26 Michael Chastain <mec@shout.net>
3578
3579 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
3580
3581 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
3582
3583 * lib/gdb.exp (gdb_wrapper_init): Just because
3584 gdb_wrapper_file exists, this does not mean that the file
3585 should not be rebuilt. That is what gdb_wrapper_initialized
3586 is for.
3587 (default_gdb_init): Reset gdb_wrapper_initialized.
3588
3589 2002-05-23 Michael Snyder <msnyder@redhat.com>
3590
3591 * gdb.base/all-bin.exp: Revise previous patch by just reducing
3592 the precision of the floating point test results.
3593 * gdb.base/call-rt-st.exp: Ditto.
3594
3595 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
3596 * gdb.base/call-rt-st.exp: Ditto.
3597
3598 2002-05-19 Michael Chastain <mec@shout.net>
3599
3600 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
3601
3602 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
3603
3604 * configure.in (configdirs): Add gdb.arch.
3605 * configure: Regenerate.
3606
3607 2002-05-17 Jim Blandy <jimb@redhat.com>
3608
3609 * gdb.base/completion.exp: Recognize the more detailed error
3610 messages produced by the macro expander's lexical analyzer.
3611
3612 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
3613
3614 * gdb.arch/altivec-abi.c: New file.
3615 * gdb.arch/altivec-abi.exp: New file.
3616 * gdb.arch/altivec-regs.c: New file.
3617 * gdb.arch/altivec-regs.exp: New file.
3618
3619 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
3620
3621 * gdb.base/maint.exp (maint print type): Update for new type
3622 structure.
3623
3624 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
3625
3626 * gdb.arch: New directory.
3627 * gdb.arch/configure.in: New file.
3628 * gdb.arch/configure: New file.
3629 * gdb.arch/Makefile.in: New file.
3630
3631 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
3632
3633 * gdb.asm/asm-source.exp: Add v850 as supported target.
3634 * gdb.asm/v850.inc: New file.
3635
3636 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
3637
3638 * gdb.c++/annota2.exp (annotate-quit): Add comment.
3639
3640 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
3641
3642 * gdb.base/break.exp: Check 'break "marker2"'.
3643
3644 2002-05-10 Michael Snyder <msnyder@redhat.com>
3645
3646 * gdb.base/long_long.exp: Fix typo.
3647
3648 2002-05-10 Jim Blandy <jimb@redhat.com>
3649
3650 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
3651 a bug.
3652
3653 * gdb.base/printcmds.exp (test_integer_literals_rejected):
3654 Recognize more detailed error message produced by the macro
3655 expander's lexical analyzer.
3656 * lib/gdb.exp (test_print_reject): Same.
3657
3658 2002-05-09 Mark Kettenis <kettenis@gnu.org>
3659
3660 * gdb.c++/method.exp: Fix typo.
3661
3662 2002-05-08 Michael Snyder <msnyder@redhat.com>
3663
3664 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
3665 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
3666 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
3667 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
3668 Add iftarget clause for strongarm.
3669
3670 2002-05-06 Michael Snyder <msnyder@redhat.com>
3671
3672 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
3673 (gdb_continue_to_end): Accept output from status wrapper.
3674 * gdb.base/ending-run.exp: Add case for output from status wrapper.
3675 Clean up fail messages to match pass messages.
3676
3677 Enable the "needs_status_wrapper" testsuite feature.
3678 * lib/gdb.exp (gdb_wrapper_init): New procedure.
3679 (gdb_compile): Conditionally call gdb_wrapper_init.
3680 * gdb.base/a2-run.exp: Recognize output from status wrapper.
3681 * gdb.c++/method.exp: Recognize output from status wrapper.
3682
3683 2002-05-06 Ben Elliston <bje@redhat.com>
3684 From Graydon Hoare <graydon@redhat.com>
3685
3686 * config/sid.exp: Include support for "rawsid" protocol.
3687
3688 2002-05-03 Jim Blandy <jimb@redhat.com>
3689
3690 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
3691 * gdb.c++/hang3.C: New file.
3692
3693 2002-05-04 Andrew Cagney <ac131313@redhat.com>
3694
3695 * gdb.base/default.exp: Remove obsolete code.
3696 * gdb.c++/misc.exp: Ditto. Update copyright.
3697 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
3698 * gdb.base/whatis.exp: Ditto. Update copyright.
3699 * gdb.base/scope.exp: Ditto. Update copyright.
3700 * gdb.base/ptype.exp: Ditto. Update copyright.
3701 * gdb.base/printcmds.exp: Ditto. Update copyright.
3702 * gdb.base/opaque.exp: Ditto. Update copyright.
3703 * gdb.base/list.exp: Ditto.
3704 * gdb.base/funcargs.exp: Ditto. Update copyright.
3705 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
3706 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
3707 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
3708 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
3709 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
3710 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
3711
3712 2002-05-02 Michael Snyder <msnyder@redhat.com>
3713
3714 * gdb.base/watchpoint.exp: Add xscale target.
3715 * gdb.base/long_long.exp: Add xscale target.
3716 * gdb.base/default.exp: Add xscale target.
3717
3718 2002-05-01 Jim Blandy <jimb@redhat.com>
3719
3720 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
3721 gdb.c++/hang.exp: New test.
3722
3723 2002-05-01 Fred Fish <fnf@redhat.com>
3724
3725 * gdb.base/completion.exp: Handle completions of "./Make" for
3726 more than one completion possibility, as is the case when we
3727 build and test in the source tree.
3728
3729 2002-04-29 Anthony Green <green@redhat.com>
3730
3731 * gdb.java/jmisc1.exp: New file.
3732 * gdb.java/jmisc2.exp: New file.
3733
3734 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
3735
3736 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
3737
3738 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
3739
3740 * gdb.base/help.exp: Change 'help status' to allow for target
3741 dependent output differences.
3742
3743 2002-04-22 Michael Chastain <mec@shout.net>
3744
3745 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
3746
3747 2002-04-22 Michael Chastain <mec@shout.net>
3748
3749 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
3750
3751 2002-04-17 David S. Miller <davem@redhat.com>
3752
3753 * gdb.asm/sparc64.inc: New file.
3754 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
3755
3756 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
3757
3758 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
3759 instruction file directly into the build tree. Clean up at end of
3760 test.
3761
3762 2002-04-18 David S. Miller <davem@redhat.com>
3763
3764 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
3765 handle 64-bit platforms correctly.
3766 * gdb.base/maint.exp: Likewise.
3767
3768 2002-04-18 Kevin Buettner <kevinb@redhat.com>
3769
3770 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
3771 ``-fpic'' when compiling files comprising a shared library, but
3772 it does need additional linker flags in order to find shared
3773 libraries at run time.
3774
3775 2002-04-18 Kevin Buettner <kevinb@redhat.com>
3776
3777 * gdb.base/cvexpr.c (use): New function.
3778 (main): Invoke use() on all global variables to prevent
3779 some linkers from deleting these otherwise unused symbols.
3780
3781 2002-04-17 Michael Chastain <mec@shout.net>
3782 From David S. Miller <davem@redhat.com>
3783
3784 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
3785 handle 64-bit platforms correctly.
3786
3787 2002-04-12 Michael Snyder <msnyder@redhat.com>
3788 From Jim Blandy <jimb@redhat.com>
3789 * gdb.base/foo.c (foox): Remove section attribute; the linker
3790 script can handle this instead.
3791 * gdb.base/bar.c (barx): Same.
3792 * gdb.base/baz.c (bazx): Same.
3793 * gdb.base/grbx.c (grbxx): Same.
3794
3795 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
3796 manager doesn't automatically unmap overlays unnecessarily.
3797
3798 2002-04-10 Martin M. Hunt <hunt@redhat.com>
3799
3800 * gdb.base/ending-run.exp: Fix pattern for Mips targets
3801 stepping out of main.
3802
3803 2002-04-09 Michael Chastain <mec@shout.net>
3804
3805 * gdb.c++/local.cc (main): Move call to marker1() inside nested
3806 scope so that the nested scope tests will make sense.
3807 * gdb.c++/local.exp: Write patterns that actually work with gcc
3808 (the HP patterns "were never known to work with gcc").
3809 Keep the old aCC patterns too.
3810
3811 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3812
3813 * gdb.base/attach.exp: Correct target board test.
3814
3815 2002-04-08 Michael Chastain <mec@shout.net>
3816
3817 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
3818 in a const method. Add some xfail and fail cases for configurations
3819 that do not emit the "const ...".
3820
3821 2002-04-07 Michael Chastain <mec@shout.net>
3822
3823 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
3824 Accept "A * const" and "const A * const" as type of "this".
3825 Fix spelling of getFunky throughout. Make messages uniform.
3826
3827 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
3828
3829 Work around for PR gdb/285:
3830 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
3831
3832 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
3833
3834 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
3835 instructions file at run time instead of configure time.
3836 Sometimes we run the test in a directory that is not the one we
3837 configured in.
3838 * gdb.asm/configure.in: Delete creation of symlink.
3839 * gdb.asm/configure: Regenerate.
3840
3841 2002-04-05 J. Brobecker <brobecker@gnat.com>
3842
3843 * gdb.gdb/xfullpath.exp: New test, to exercise the new
3844 xfullpath () function.
3845
3846 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
3847
3848 * gdb.asm/Makefile.in: Correct dependencies.
3849
3850 * gdb.asm/powerpc.inc: New file.
3851 * gdb.asm/asm-source.exp: Add PowerPC.
3852 * gdb.asm/configure.in: Likewise.
3853 * gdb.asm/configure: Regenerated.
3854
3855 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
3856
3857 * gdb.base/relocate.exp: New file.
3858 * gdb.base/relocate.c: New file.
3859
3860 2002-04-04 Fred Fish <fnf@redhat.com>
3861
3862 * gdb.base/step-test.exp: Update comment regarding stopping in
3863 memcpy/bcopy calls inserted as part of the compiler runtime.
3864
3865 2002-04-04 Michael Snyder <msnyder@redhat.com>
3866
3867 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
3868
3869 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
3870
3871 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
3872 (gdb_expect): Remove $notransfer hack.
3873
3874 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
3875
3876 * gdb.c++/classes.exp ("calling method for small class"): Match
3877 updated register output.
3878
3879 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
3880
3881 Fix PR gdb/452
3882 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
3883 when finished. Make gdb_file_cmd send "exec-file" when
3884 appropriate.
3885
3886 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
3887
3888 * gdb.base/attach.exp: Remove extra setup_xfail.
3889
3890 2002-03-26 Michael Snyder <msnyder@redhat.com>
3891
3892 * gdb.base/default.exp: Add tests for dump, append, and restore.
3893 * gdb.base/help.exp: Add tests for dump, append, and restore.
3894 * gdb.base/dump.exp: New file, test dump, append and restore.
3895 * gdb.base/dump.c: New file.
3896
3897 2002-03-27 Michael Snyder <msnyder@redhat.com>
3898
3899 * gdb.base/help.exp: Modify expect strings to reflect
3900 clean-ups in help messages.
3901
3902 2002-03-26 Fred Fish <fnf@redhat.com>
3903
3904 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
3905 have debugging info for those functions and the compiler uses them
3906 internally to copy structs around.
3907
3908 2002-03-26 Fred Fish <fnf@redhat.com>
3909
3910 * gdb.base/list.exp: Revert the change made yesterday and add note
3911 about why we don't list the default lines for remote targets.
3912
3913 2002-03-25 Michael Snyder <msnyder@redhat.com>
3914
3915 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
3916
3917 2002-03-25 Fred Fish <fnf@redhat.com>
3918
3919 * gdb.base/list.exp: This test works on remote targets so remove
3920 the short circuit for remote targets. Update copyright.
3921
3922 2002-03-25 Fred Fish <fnf@redhat.com>
3923
3924 * gdb.base/attach.exp: Fix logic error that was suppressing this
3925 test for all non hppa*-*-hpux* targets, instead of the hp target.
3926 Move comments closer to the suppression point. Also now need to
3927 check that we are running natively.
3928
3929 2002-03-22 Michael Snyder <msnyder@redhat.com>
3930
3931 * gdb.base/default.exp: Add test for gcore. Update copyright.
3932 * gdb.base/help.exp: Add test for gcore. Update copyright.
3933
3934 2002-03-06 Fred Fish <fnf@redhat.com>
3935
3936 * gdb.base/funcargs.c: Remove extraneous ';' character.
3937 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
3938
3939 2002-03-04 Michael Chastain <mec@shout.net>
3940
3941 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
3942 accommodate gcc v3 function signature.
3943 * gdb.mi/mi0-var-cmd-exp: Ditto.
3944
3945 2002-02-24 Andrew Cagney <ac131313@redhat.com>
3946
3947 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
3948 ``GNU/Linux'' or ``Linux kernel''
3949 * testsuite/gdb.threads/pthreads.c: Ditto.
3950
3951 2002-02-24 Michael Chastain <mec@shout.net>
3952
3953 * gdb.threads/pthreads.c (thread1): Add a return statement.
3954 (thread2): Likewise.
3955 (foo): Likewise.
3956
3957 2002-02-23 Michael Chastain <mec@shout.net>
3958
3959 * gdb.threads/linux-dp.c (philosopher): Add a return statement
3960 to placate gcc.
3961
3962 2002-02-23 Michael Chastain <mec@shout.net>
3963
3964 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
3965 test "ptype bint". The test passes on all my stabs configurations.
3966
3967 2002-02-21 Jim Blandy <jimb@redhat.com>
3968
3969 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
3970 filename at a time, and watch for the ones we want to see.
3971
3972 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
3973 types of pointers to prototyped functions.
3974
3975 2002-02-20 Andrew Cagney <ac131313@redhat.com>
3976
3977 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
3978 signed, unsigned and straight char.
3979 (padding_char, padding_short, padding_int, padding_long,
3980 padding_long_long, padding_float, padding_double,
3981 padding_long_double): New global variables.
3982 (fill, fill_structs): New functions.
3983
3984 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
3985 for correctly sized writes. Update copyright.
3986 (get_valueof): New procedure.
3987 (get_sizeof): Call get_valueof.
3988 (check_valueof): New procedure.
3989 (check_padding): New procedure.
3990
3991 2002-02-20 Michael Chastain <mec@shout.net>
3992
3993 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
3994 to setup_xfail. Document some of the remaining calls.
3995
3996 2002-02-18 Michael Chastain <mec@shout.net>
3997
3998 * gdb.c++/userdef.exp: Update copyright year.
3999
4000 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
4001
4002 * gdb.c++/userdef.exp: Test overloaded operators properly.
4003 Remove xfails.
4004
4005 2002-02-14 Michael Snyder <msnyder@redhat.com>
4006
4007 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
4008
4009 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
4010
4011 * gdb.base/a2-run.exp: Check for a remote target properly.
4012 * gdb.base/annota1.exp: Likewise.
4013 * gdb.base/list.exp: Likewise.
4014 * gdb.base/reread.exp: Likewise.
4015 * gdb.base/scope.exp: Likewise.
4016 * gdb.base/shlib-call.exp: Likewise.
4017 * gdb.base/term.exp: Likewise.
4018 * gdb.c++/annota2.exp: Likewise.
4019
4020 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
4021
4022 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
4023
4024 2002-02-10 Michael Chastain <mec@shout.net>
4025
4026 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
4027 (call_after_alloca): Ditto.
4028
4029 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
4030
4031 * gdb.base/ending-run.exp: Guard "cont" test with
4032 gdb_skip_stdio_test.
4033
4034 2002-02-06 Jim Blandy <jimb@redhat.com>
4035
4036 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
4037 from here...
4038 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
4039 To here. Disable this test on non-HP platforms. Add big comment.
4040
4041 2002-02-04 Michael Snyder <msnyder@redhat.com>
4042
4043 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
4044 other than d10v and m32r.
4045
4046 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
4047
4048 * gdb.base/default.exp: Rewrite test patterns to reduce time
4049 taken to match them.
4050
4051 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
4052
4053 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
4054 Allow a start function above main.
4055 * gdb.threads/linux-dp.exp: Fix copyright date.
4056
4057 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
4058
4059 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
4060 (check_philosopher_stack): Check for manager thread before checking
4061 for a just-starting thread.
4062
4063 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
4064
4065 From Neil Booth <neil@daikokuya.demon.co.uk>:
4066 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
4067 warnings.
4068
4069 2002-01-21 Fred Fish <fnf@redhat.com>
4070
4071 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
4072 not caller.
4073
4074 2002-01-21 Jim Blandy <jimb@redhat.com>
4075
4076 * gdb.base/reread.exp: Check that GDB properly re-reads the
4077 executable file when it changes while no inferior is running.
4078
4079 2002-01-21 Fred Fish <fnf@redhat.com>
4080
4081 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
4082 optionally accept the "shlib events" variation.
4083
4084 2002-01-21 Jim Blandy <jimb@redhat.com>
4085
4086 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
4087 call `fflush' after every `printf', so that the output is produced
4088 at predictable points, regardless of whatever buffering does (or
4089 doesn't) take place.
4090 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
4091 at different points.
4092
4093 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
4094
4095 * gdb.c++/inherit.exp: Update copyright years.
4096 * gdb.c++/method.exp: Likewise.
4097
4098 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
4099
4100 * gdb.c++/classes.exp: Update for improved v3 support and skipping
4101 artificial methods/arguments.
4102 * gdb.c++/derivation.exp: Likewise.
4103 * gdb.c++/inherit.exp: Likewise.
4104 * gdb.c++/method.exp: Likewise.
4105 * gdb.c++/virtfunc.exp: Likewise.
4106
4107 2002-01-18 Andrew Cagney <ac131313@redhat.com>
4108
4109 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
4110 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
4111 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
4112 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
4113 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
4114 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
4115
4116 2002-01-17 Jim Blandy <jimb@redhat.com>
4117
4118 * gdb.asm/asm-source.exp (info symbol): Take another shot at
4119 anchoring the pattern matching the entry point symbol's name.
4120
4121 2002-01-17 Andrew Cagney <ac131313@redhat.com>
4122
4123 * gdb.base/maint.exp: Update ``maint internal-error'' to match
4124 continue/quit query. Update copyright.
4125
4126 2002-01-14 Michael Snyder <msnyder@redhat.com>
4127
4128 * gdb.base/gcore.exp: Remove extra debugging output.
4129
4130 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
4131
4132 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
4133 for slightly dubious v2 mangled string.
4134
4135 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
4136
4137 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
4138
4139 2002-01-10 Jason Merrill <jason@redhat.com>
4140
4141 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
4142
4143 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
4144 constructors.
4145 * gdb.c++/derivation.exp: Likewise.
4146 * gdb.c++/templates.exp: Likewise.
4147 * gdb.c++/virtfunc.exp: Likewise.
4148
4149 2002-01-10 Michael Snyder <msnyder@redhat.com>
4150
4151 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
4152
4153 2002-01-08 Michael Snyder <msnyder@redhat.com>
4154
4155 * gdb.base/gcore.exp: New test for generate-core-file command.
4156 * gdb.base/gcore.c: Testcase for above.
4157 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
4158
4159 2002-01-08 Jason Merrill <jason@redhat.com>
4160
4161 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
4162
4163 2002-01-07 Fred Fish <fnf@redhat.com>
4164
4165 * gdb.c++/overload.exp: Remove unconditional xfails for:
4166 print foo_instance1.overloadargs(1)
4167 print foo_instance1.overloadargs(1, 2)
4168 print foo_instance1.overloadargs(1, 2, 3)
4169 print foo_instance1.overloadargs(1, 2, 3, 4)
4170 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
4171 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
4172 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
4173 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
4174 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
4175 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
4176 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
4177 print foo_instance1.overload1arg()
4178 print foo_instance1.overload1arg((char)arg2)
4179 print foo_instance1.overload1arg((signed char)arg3)
4180 print foo_instance1.overload1arg((unsigned char)arg4)
4181 print foo_instance1.overload1arg((int)arg7)
4182 print foo_instance1.overload1arg((unsigned int)arg8)
4183 print foo_instance1.overload1arg((float)arg11)
4184 print foo_instance1.overload1arg((double)arg12)
4185
4186 2002-01-07 Michael Snyder <msnyder@redhat.com>
4187
4188 * gdb.base/huge.exp: New test. Print a very large target data object.
4189 (skip_huge_test): New test variable. Define if you want to skip this
4190 test. The test reads an 8 megabyte data object from the target, so it
4191 might be very time consuming on remote targets with a slow connection.
4192 * gdb.base/huge.c: New file. Test case for above.
4193
4194 2002-01-07 Fred Fish <fnf@redhat.com>
4195
4196 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
4197 g_instance.bfoo, and g_instance.cfoo.
4198
4199 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
4200
4201 * gdb.base/break.c (multi_line_if_conditional): New function.
4202 (multi_ilne_while_conditional): Likewise.
4203 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
4204 IF or WHILE condition puts the breakpoint at the start of
4205 the condition.
4206
4207 * gdb.base/selftest.exp (backtrace through signal handler): Remove
4208 hppa*-*-hpux* expected failure.
4209 * gdb.base/structs.exp (do_function_calls): Similarly.
4210
4211 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
4212 watchpoints.
4213
4214 2002-01-06 Andrew Cagney <ac131313@redhat.com>
4215
4216 Fix PR gdb/66.
4217 * gdb.base/structs.exp: Replace skip for a29k with skip for
4218 gdb,cannot_call_functions.
4219 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
4220 * gdb.base/callfuncs.exp: Ditto.
4221 * gdb.base/call-rt-st.exp: Ditto.
4222 * gdb.base/call-strs.exp: Ditto.
4223 * gdb.base/callfwmall.exp: Ditto.
4224 * gdb.base/scope.exp: Obsolete xfail a29k.
4225 * gdb.c++/misc.exp: Ditto.
4226 * gdb.c++/cplusfuncs.exp: Ditto.
4227 * gdb.base/ptype.exp: Ditto.
4228 * gdb.base/printcmds.exp: Ditto.
4229 * gdb.base/opaque.exp: Ditto.
4230 * gdb.base/list.exp: Ditto.
4231 * gdb.base/funcargs.exp: Ditto.
4232 * gdb.base/default.exp: Ditto.
4233
4234 2002-01-04 Michael Snyder <msnyder@redhat.com>
4235
4236 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
4237 * gdb.base/maint.exp: Add tests for maint info sections options.
4238
4239 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
4240
4241 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
4242
4243 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
4244
4245 * gdb.asm/arm.inc: New file.
4246 * gdb.asm/asm-source.exp: Add arm targets.
4247 * gdb.asm/configure.in: Ditto.
4248 * gdb.asm/configure: Recreated from configure.in.
4249
4250 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
4251
4252 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
4253 with HP's compiler.
4254 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
4255 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
4256 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
4257 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
4258
4259 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
4260 either HP's compilers or GCC.
4261
4262 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
4263 a SIGBUS or SIGSEGV.
4264
4265 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
4266
4267 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
4268 can be compiled with either HP's compiler or GCC.
4269
4270 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
4271 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
4272 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
4273
4274 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
4275 to match current gdb output. Update due to using auto-solib-limit
4276 for limiting instead of overloading auto-solib-add.
4277 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
4278 test program.
4279
4280 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
4281 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
4282 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
4283 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
4284 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
4285 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
4286 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
4287 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
4288 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
4289 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
4290 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
4291 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
4292 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
4293
4294 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
4295 a SIGTRAP to the inferior.
4296
4297 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
4298
4299 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
4300 Substitute call to target_link by call to gdb_compile.
4301
4302 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
4303
4304 * gdb.base/break.exp: Fix HP specific search string when testing
4305 backtracing in a called function.
4306
4307 * gdb.base/constvars.exp: Only set lang to C++ if we're
4308 compiling the test with HP's compilers.
4309 * gdb.base/volatile.exp: Similarly.
4310
4311 2001-12-19 Jim Blandy <jimb@redhat.com>
4312
4313 * gdb.base/printcmds.exp: Expect the null character to be printed
4314 as '\0', and the '\013' to be printed as '\v'.
4315 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
4316 * gdb.base/setvar.exp: Same.
4317
4318 2001-12-17 Jim Blandy <jimb@redhat.com>
4319
4320 * gdb.base/completion.exp: Rather than completing very long
4321 filenames, which can make the readline library produce output we
4322 don't recognize, cd to the directory first, and then complete
4323 using nice, short relative paths.
4324
4325 * gdb.base/completion.exp: On some systems, there is, in fact, a
4326 variable named `b' in scope, since GDB treats all static
4327 variables as being in scope. So use `no_var_named_this'
4328 instead of `b'.
4329
4330 * gdb.base/corefile.exp: Recognize the message saying that GDB
4331 can't find the core file's registers as a failure.
4332
4333 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
4334
4335 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
4336 test expect string more specific.
4337
4338 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
4339
4340 * gdb.asm/asm-source.exp: Add support for xstormy16.
4341 * gdb.asm/configure.in: Ditto.
4342 * gdb.asm/configure: Rebuild.
4343 * gdb.asm/xstormy16.inc: New file.
4344
4345 2001-12-10 Fred Fish <fnf@redhat.com>
4346
4347 * gdb.base/maint.exp: Update to match changes in type dumping code.
4348
4349 2001-12-10 Jim Blandy <jimb@redhat.com>
4350
4351 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
4352 matching the entry point symbol's name at the beginning of the
4353 line.
4354
4355 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
4356
4357 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
4358 gdb.c++/inherit.exp, gdb.c++/method.exp,
4359 gdb.c++/namespace.exp, gdb.c++/templates.exp,
4360 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
4361 and class layout support.
4362
4363 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
4364
4365 * gdb.c++/classes.exp: Add test for static member function.
4366 * gdb.c++/misc.cc: Add class with static member function.
4367
4368 2001-12-07 Jim Blandy <jimb@redhat.com>
4369
4370 If GDB says it can't find the struct the function returned, report
4371 those tests as `unsupported'.
4372 * gdb.base/call-rt-st.exp (print_struct_call): New function.
4373 Rewrite subsequent tests to use it.
4374
4375 If GDB says it can't find the struct the function returned, report
4376 those tests as `unsupported'.
4377 * gdb.base/structs.exp (call_struct_func): New function.
4378 (do_function_calls): Use call_struct_func to call the functions
4379 returning structs.
4380
4381 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
4382 whether functions are prototyped or not, so we can't possibly pass
4383 arguments to t_float_values2 properly.
4384
4385 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
4386 value of `timeout' for targets other than the mips*tx39-*.
4387
4388 2001-12-06 Michael Snyder <msnyder@redhat.com>
4389
4390 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
4391 and detect whether the start symbol has a leading underscore.
4392
4393 2001-12-04 Jim Blandy <jimb@redhat.com>
4394
4395 * gdb.base/completion.exp: Clarify indentation.
4396
4397 2001-12-03 Jim Blandy <jimb@redhat.com>
4398
4399 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
4400 variables on the S/390, not `.word'.
4401
4402 2001-11-30 Jim Blandy <jimb@redhat.com>
4403
4404 Add assembly-source tests for s390-ibm-linux.
4405 * gdb.asm/s390.inc: New file.
4406 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
4407 the S/390 architecture.
4408 * gdb.asm/configure: Regenerated.
4409
4410 2001-11-30 Michael Snyder <msnyder@redhat.com>
4411
4412 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
4413 next, info source, info sources, info line, global and static
4414 variables, and static functions.
4415 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
4416 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
4417 * gdb.asm/asmsrc1.s: Add a static function and some variables.
4418 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
4419 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
4420 (gdbasm_leave): Restore frame pointer.
4421 (gdbasm_startup): Copy stack set-up from crt0.S.
4422
4423 2001-11-26 Fernando Nasser <fnasser@redhat.com>
4424
4425 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
4426 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
4427 to a local (non-static) variable. Copy tstruct.a to a static buffer
4428 and return a pointer to that buffer.
4429 * gdb.base/callfwmall.c (t_structs_a): Ditto.
4430
4431 2001-11-24 Mark Kettenis <kettenis@gnu.org>
4432
4433 * gdb.asm/configure.in: Fix recognition of ix86 target.
4434 * gdb.asm/configure: Regenerate.
4435
4436 2001-11-21 Michael Snyder <msnyder@redhat.com>
4437
4438 * gdb.asm/sparc.inc: New file.
4439 * gdb.asm/asm-source.exp: Recognize sparc target.
4440 * gdb.asm/configure.in: Recognize sparc target.
4441 * gdb.asm/configure: Regenerate.
4442
4443 2001-11-21 Michael Snyder <msnyder@redhat.com>
4444
4445 * gdb.asm/m32r.inc: New file.
4446 * gdb.asm/asm-source.exp: Recognize m32r target.
4447 * gdb.asm/configure.in: Recognize m32r target.
4448 * gdb.asm/configure: Regenerate.
4449
4450 2001-11-20 Michael Snyder <msnyder@redhat.com>
4451
4452 * gdb.asm/i386.inc: New file.
4453 * gdb.asm/asm-source.exp: Recognize ix86 target.
4454 * gdb.asm/configure.in: Recognize ix86 target.
4455 * gdb.asm/configure: Regenerate.
4456
4457 * gdb.c++/namespace.exp: Fix quotes in output messages.
4458
4459 2001-11-14 Michael Snyder <msnyder@redhat.com>
4460
4461 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
4462 qualifier in a type cast expression, to designate an address
4463 in the instruction space (Harvard architecture).
4464
4465 2001-11-13 Michael Snyder <msnyder@redhat.com>
4466
4467 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
4468 Tests for expressions using 'const' and 'volatile'.
4469
4470 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
4471
4472 * gdb.asm/asm-sources.exp: Allow defining linker flags.
4473
4474 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
4475
4476 * lib/mi-support.exp (mi_run_to_helper): Move comments
4477 outside of gdb_expect.
4478
4479 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
4480
4481 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
4482 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
4483 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
4484 mi0_run_to): New functions.
4485 * gdb.mi/mi-simplerun.exp: Use them.
4486 * gdb.mi/mi0-simplerun.exp: Likewise.
4487 * gdb.mi/mi-var-cmd.exp: Likewise.
4488 * gdb.mi/mi0-var-cmd.exp: Likewise.
4489
4490 2001-11-10 Andrew Cagney <ac131313@redhat.com>
4491
4492 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
4493 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
4494
4495 2001-11-09 Andrew Cagney <ac131313@redhat.com>
4496
4497 * gdb.base/restore.exp: Include $expected value in restored test
4498 message.
4499
4500 2001-11-09 Andrew Cagney <ac131313@redhat.com>
4501
4502 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
4503 implemented.
4504
4505 2001-11-08 Michael Snyder <msnyder@redhat.com>
4506
4507 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
4508 Add pass/fail message for stop at breakpoint in call dummy function.
4509
4510 2001-11-07 Michael Snyder <msnyder@redhat.com>
4511
4512 * gdb.c++/templates.exp (test_template_breakpoints):
4513 If we get an overload menu, but it does not match what
4514 we expect, we still need to issue the "cancel" command.
4515 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
4516 making the whitespace optional. Argument for "new" may be
4517 "unsigned" as well as "unsigned int/long".
4518 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
4519 making the whitespace optional. Also replace "(void) with
4520 "((void|)), making the keyword "void" optional.
4521 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
4522 making the whitespace optional. Also replace "(void) with
4523 "((void|)), making the keyword "void" optional.
4524 * gdb.base/callfuncs.c (t_float_values): This function must
4525 _not_ be prototyped, and the following function (t_float_values2)
4526 must be prototyped (if the compiler supports it), so that GDB
4527 can be tested against both cases. Usually one case involves
4528 promotion of float to double, while the other does not.
4529 * gdb.base/callfwmall.c: Ditto.
4530 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
4531 includes a stack frame for "start".
4532
4533 2001-11-05 Jim Blandy <jimb@redhat.com>
4534
4535 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
4536 pointers are 32 bits long, and that offsets of relocs are always
4537 stored in the data (REL-style), and not in the reloc entry itself
4538 (RELA-style).
4539 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
4540 stabs.
4541
4542 2001-11-01 Michael Snyder <msnyder@redhat.com>
4543
4544 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
4545 and regular expression operators by using quoting.
4546
4547 2001-10-31 Michael Snyder <msnyder@redhat.com>
4548
4549 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
4550 depending on what the symbol table contains.
4551 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
4552 the output of the ptype command. Similarly, accept both "const &"
4553 and "const&".
4554
4555 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
4556
4557 * gdb.base/miscexprs.c (main): Add usage of preprocessor
4558 symbol `STORAGE' to allow to choose the storage class of
4559 the local datastructures.
4560 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
4561 compiler directive.
4562
4563 2001-10-30 Michael Snyder <msnyder@redhat.com>
4564
4565 * gdb.base/jump.exp: Allow it to run for all targets.
4566
4567 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
4568
4569 * gdb.base/call-ar-st.c (print_double_array): Match for loop
4570 with new double_array size.
4571 (main): Change storage class of all local variables to static.
4572 Reduce size of double_array to 9.
4573 * gdb.base/call-ar-st.exp: Increase timeout value.
4574 Change expected output for double array to match new size in
4575 call-ar-st.c.
4576
4577 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
4578
4579 * gdb.base/ending-run.exp: Create identical output when passing
4580 `step to end of run' case. Add regular expression branch satisfying
4581 Stormy16 target.
4582
4583 2001-10-28 Mark Kettenis <kettenis@gnu.org>
4584
4585 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
4586 that we catch the expected failure under Linux/x86.
4587
4588 2001-10-29 Orjan Friberg <orjanf@axis.com>
4589
4590 * gdb.base/setvar.exp: Escape curly braces.
4591 * gdb.stabs/weird.exp: Ditto.
4592
4593 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
4594
4595 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
4596 * gdm.mi/mi0-hack-cli.exp: Likewise.
4597
4598 2001-10-25 Andrew Cagney <ac131313@redhat.com>
4599
4600 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
4601 messages.
4602
4603 2001-10-21 Andrew Cagney <ac131313@redhat.com>
4604
4605 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
4606 checking MI enabled.
4607
4608 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
4609
4610 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
4611
4612 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
4613
4614 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
4615 if gdb child process crashes, just signal an error.
4616
4617 2001-10-02 Jim Blandy <jimb@redhat.com>
4618
4619 * lib/gdb.exp (test_xfail_format): Simplify.
4620
4621 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
4622 front of the variable name `format'. Simplify `if'.
4623
4624 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
4625
4626 * gdb.threads/pthreads.exp: Wait for output and delay
4627 before sending ^C.
4628
4629 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
4630
4631 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
4632 some incorrect output instead of timing out.
4633 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
4634
4635 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
4636
4637 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
4638 check to allow additional `int'.
4639
4640 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
4641
4642 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
4643 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
4644
4645 2001-09-27 Michael Snyder <msnyder@redhat.com>
4646
4647 * lib/gdb.exp (test_debug_format): New proc.
4648 (setup_xfail_format): Use new proc test_debug_format.
4649 * gdb.base/constvars.exp (local_compiler_xfail_check): New
4650 proc; use new service proc test_debug_format.
4651 Replace all other "gcc_compiled" tests with this test.
4652 * gdb.base/volatile.exp (local_compiler_xfail_check): New
4653 proc; use new service proc test_debug_format.
4654 Replace all other "gcc_compiled" tests with this test.
4655
4656 2001-09-27 Michael Snyder <msnyder@redhat.com>
4657
4658 * gdb.base/cvexpr.exp: New file.
4659 * gdb.base/cvexpr.c: New file
4660 Test for expressions using const and volatile keywords.
4661
4662 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
4663
4664 * gdb.base/constvars.exp: Check for different orders of keywords
4665 and additional "int" strings in output.
4666
4667 2001-09-22 Andrew Cagney <ac131313@redhat.com>
4668
4669 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
4670 responses from "help maint".
4671
4672 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
4673
4674 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
4675 to localhost:NNN instead of :NNN, in case Xvfb is listening
4676 only on TCP.
4677
4678 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
4679
4680 * gdb.base/recurse.exp: When checking leaving the watchpoint
4681 scope, recognize when gdb is in function's epilogue and pass.
4682
4683 2001-09-18 Keith Seitz <keiths@redhat.com>
4684
4685 * lib/insight-support.exp (_gdbtk_export_target_info): Add
4686 support for running tests against sid targets.
4687 (gdbtk_done): Ditto.
4688
4689 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
4690
4691 * gdb.base/ending-run.c (main): Set stdout buffersize
4692 to the same reasonable value for any target.
4693 * gdb.base/ending-run.exp: Add a regular expression
4694 to make testsuite happy on Sanyo Stormy16 target.
4695
4696 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
4697
4698 * gdb.base/display.c (do_loops): Add float variable `f'.
4699 Increment f in loop.
4700 * gdb.base/display.exp: Increment timeout by 60 seconds.
4701 Change float display test to use variable `f'.
4702
4703 2001-09-17 Jim Blandy <jimb@redhat.com>
4704
4705 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
4706 overflowing the limited breakpoint tables on some ROM monitors
4707 (like the ROM68K).
4708
4709 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
4710
4711 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
4712 the "-ac" (disable access control) flag.
4713
4714 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
4715
4716 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
4717 ints.
4718
4719 2001-08-30 Keith Seitz <keiths@redhat.com>
4720
4721 * lib/gdb.exp: Move all insight-related functionality into
4722 separate file.
4723 * lib/insight-support.exp: New file.
4724
4725 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
4726
4727 * config/sid.exp (sid_start): Never set sid verbosity; disable
4728 expect_background {} that consumed its stdout; tolerate </dev/null.
4729 Attempt to set endianness override in "sid" protocol mode. Cleanup.
4730
4731 2001-08-18 Andrew Cagney <ac131313@redhat.com>
4732
4733 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
4734 CLI jump command to start it.
4735 (mi_run_to_main): Fail immediatly when unexpected output.
4736
4737 2001-08-18 Andrew Cagney <ac131313@redhat.com>
4738
4739 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
4740 beginning of function. Fix PR gdb/191.
4741
4742 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
4743
4744 * config/sid.exp (sid_start): Don't warn if we cannot figure out
4745 what to force sid endianness to.
4746
4747 2001-08-15 Keith Seitz <keiths@redhat.com>
4748
4749 * lib/gdb.exp (gdbtk_start): Don't set environment
4750 variables for TCL_LIBRARY and friends. Insight will
4751 now figure these out for itself.
4752
4753 2001-08-02 Michael Snyder <msnyder@redhat.com>
4754
4755 * gdb.base/completion.exp: Remove the symbol "a64l" from
4756 the expect string; this is target-specific, and not related
4757 to what is being tested.
4758
4759 2001-08-02 Dave Brolley <brolley@redhat.com>
4760
4761 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
4762
4763 2001-07-25 Michael Snyder <msnyder@redhat.com>
4764
4765 * gdb.base/consecutive.exp: New file. Test stepping over
4766 breakpoints on consecutive instructions.
4767 * gdb.base/consecutive.c: New file.
4768
4769 * gdb.base/call-rt-st.exp: Use double-backslash to quote
4770 curly braces in regular expressions.
4771
4772 2001-07-25 Michael Snyder <msnyder@redhat.com>
4773
4774 * gdb.base/ending-run.exp: Accept "Program exited normally" as
4775 legitimate output from stepping out of main.
4776
4777 2001-07-22 Keith Seitz <keiths@redhat.com>
4778
4779 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
4780 the empty string, do not run the tests.
4781
4782 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4783
4784 * gdb.base/long_long.exp: Detect size of pointer. Take into
4785 account 2-byte pointers when testing for p/a results.
4786
4787 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4788
4789 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
4790 and defined to 1K for m68hc11.
4791 (random_data): Reduce table to 1K for embedded platforms (68hc11).
4792 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
4793 (sizeof_random_data): New variable to tell the size of the data table;
4794 don't test past this size; always run to main.
4795
4796 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4797
4798 * gdb.base/return2.exp: return of long long and double fails for
4799 68HC11; don't execute these tests on that platform.
4800 * gdb.base/return.exp: Return of a double fails for 68hc11.
4801
4802 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4803
4804 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
4805 tests that print a float.
4806 * call-rt-st.exp: Likewise.
4807
4808 2001-07-12 Mark Kettenis <kettenis@gnu.org>
4809
4810 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
4811 running this test on Linux.
4812
4813 2001-06-24 Michael Chastain <chastain@redhat.com>
4814
4815 * gdb.base/arithmet.exp: Remove some tests to make all test names
4816 unique.
4817
4818 2001-07-03 Michael Snyder <msnyder@redhat.com>
4819
4820 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
4821 the output of the ptype command.
4822
4823 2001-07-02 Michael Snyder <msnyder@redhat.com>
4824
4825 * gdb.base/completion.exp: Don't assume that break.c is the only
4826 source file that may contain functions named "marker".
4827 * gdb.base/corefile.exp: Quote the curly braces in regexp.
4828
4829 2001-06-28 Andrew Cagney <ac131313@redhat.com>
4830
4831 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
4832 of files to delete.
4833
4834 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
4835 * gdb.disasm/h8300s.exp: New file.
4836 gdb.disasm/h8300s.s: Likewise.
4837
4838 2001-06-27 Andrew Cagney <ac131313@redhat.com>
4839
4840 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
4841 empty breakpoint tables.
4842
4843 2001-06-25 Andrew Cagney <ac131313@redhat.com>
4844
4845 * lib/mi-support.exp: Update args=... part of stop-reason
4846 patterns. Accept either a list or a tuple.
4847
4848 2001-06-23 Andrew Cagney <ac131313@redhat.com>
4849
4850 * lib/mi-support.exp: Remove local emacs variable defining
4851 change-log-default-name.
4852
4853 2001-06-22 Michael Chastain <chastain@redhat.com>
4854
4855 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
4856 This is operationally compatible with the previous version.
4857
4858 2001-06-13 Jim Blandy <jimb@redhat.com>
4859
4860 * lib/gdb.exp (gdb_test): Doc fix.
4861
4862 2001-06-10 Michael Chastain <chastain@redhat.com>
4863
4864 * gdb.base/exprs.exp: Remove a duplicate test.
4865
4866 2001-06-06 Jim Blandy <jimb@redhat.com>
4867
4868 * gdb.base/return2.exp (main): Use values to test float and double
4869 returns that are not NaN's, to avoid being confused by IEEE
4870 comparison rules.
4871
4872 2001-06-04 Michael Snyder <msnyder@redhat.com>
4873
4874 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
4875 non-zero if control_c fails. Terminate the test on failure,
4876 rather than wait for 12 more tests to time out.
4877
4878 2001-06-06 Jim Blandy <jimb@redhat.com>
4879
4880 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
4881 Don't forget to match the GDB prompt.
4882
4883 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
4884
4885 2001-06-04 Jim Blandy <jimb@redhat.com>
4886
4887 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
4888 command.
4889
4890 2001-05-31 Kevin Buettner <kevinb@redhat.com>
4891
4892 * gdb.base/annota1.exp (info break): Match four or more spaces
4893 after "Address".
4894
4895 2001-05-31 Michael Chastain <chastain@redhat.com>
4896
4897 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
4898 (dm_type_int_star): Likewise.
4899 (dm_type_long_star): Likewise.
4900 (dm_type_void_star): Likewise.
4901
4902 2001-05-29 Kevin Buettner <kevinb@redhat.com>
4903
4904 * gdb.base/completion.exp (INPUTRC): Set this environment variable
4905 to a known value in order to get consistent results regardless
4906 of the setting of INPUTRC or the presence or contents of .inputrc.
4907
4908 2001-05-24 Michael Snyder <msnyder@redhat.com>
4909
4910 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
4911 Don't require that the main thread and the manager thread are the
4912 first in the list.
4913
4914 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
4915 debugging. If test fails, issue an "unsupported" not a "fail".
4916
4917 2001-05-24 Jim Blandy <jimb@redhat.com>
4918
4919 Don't assume that short is shorter than int.
4920 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
4921 assume that shorts are smaller than ints. On a 16-bit machine,
4922 this isn't true.
4923 ("print unsigned char == (~0)"): Add test that verifies that ~0,
4924 an int, is not equal to ~0 stored in an unsigned char. This tests
4925 the same thing that the previous test meant to, but works on
4926 16-bit machines, too.
4927 ("print unsigned char != (~0)"): Same test, complemented.
4928
4929 2001-05-24 Michael Snyder <msnyder@redhat.com>
4930
4931 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
4932 test for (full_coverage == 0). This makes the test run faster,
4933 and prevents dejagnu getting out of step.
4934
4935 2001-05-23 Kevin Buettner <kevinb@redhat.com>
4936
4937 * gdb.base/finish.exp (finish_void): Revise pattern for
4938 stopping on the call statement to not permit stopping at
4939 the start of the instructions comprising the call sequence.
4940
4941 2001-05-19 Michael Chastain <chastain@redhat.com>
4942
4943 * gdb.base/callfuncs.exp: Make all test names unique.
4944 * gdb.base/commands.exp: Make all test names unique.
4945 * gdb.base/condbreak.exp: Make all test names unique.
4946 * gdb.base/dbx.exp: Make all test names unique.
4947 * gdb.base/default.exp: Make all test names unique.
4948 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
4949 and TIMEOUT messages to their corresponding PASS message.
4950 * gdb.base/ending-run.exp: Make all test names unique.
4951 * gdb.base/long_long.exp: Remove duplicate test.
4952
4953 2001-05-21 Kevin Buettner <kevinb@redhat.com>
4954
4955 * gdb.base/finish.exp (finish_void): Allow "finish" command to
4956 stop on the call statement as well as the statement after the
4957 call.
4958
4959 2001-05-21 Michael Snyder <msnyder@redhat.com>
4960
4961 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
4962
4963 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
4964
4965 * gdb.base/completion.exp: Revamp test. Make it execute on all
4966 platforms.
4967
4968 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
4969
4970 * config/gdbserver.exp (gdb_load): Handle the case
4971 in which the arguments to gdbserver are given in the
4972 baseboard configuration file.
4973 Also handle the case in which the server needs to do a
4974 load.
4975
4976 2001-05-07 Keith Seitz <keiths@cygnus.com>
4977
4978 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
4979 set up the display for testing.
4980 (gdbtk_start): Convert all paths to paths that tcl will like.
4981 Export target information to environment.
4982 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
4983 necessary.
4984 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
4985 (to_tcl_path): New proc to convert a given pathname into
4986 a path acceptible as an argument to a tcl command.
4987 (_gdbtk_export_target_info): New proc to export target info
4988 into the environment for gdbtk testing.
4989 (gdbtk_done): New proc to signal end-of-test.
4990
4991 2001-05-06 Jim Blandy <jimb@redhat.com>
4992
4993 * restore.c: Make the code of caller0 correspond to its comment.
4994
4995 2001-05-03 Michael Snyder <msnyder@redhat.com>
4996
4997 * config/sid.exp (gdb_target_sid): Check for error messages.
4998 On error or timeout, don't make expect exit (which will terminate
4999 all subsequent tests); instead just make gdb exit.
5000 (gdb_load): Check for error messages. On error or timeout,
5001 return a negative value.
5002
5003 2001-04-24 Jim Blandy <jimb@redhat.com>
5004
5005 * gdb.c++/templates.exp: If we see the prompt for the overload
5006 list, but we haven't recognized any of the longer patterns,
5007 arrange for this test to fail, not hang.
5008
5009 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
5010 variations.
5011
5012 2001-04-22 Michael Chastain <chastain@redhat.com>
5013
5014 * gdb.c++/local.exp: Use the 'runto' library function.
5015 * gdb.c++/namespace.exp: Likewise.
5016 * gdb.c++/overload.exp: Likewise.
5017
5018 2001-03-26 Kevin Buettner <kevinb@redhat.com>
5019
5020 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
5021 * gdb.base/step-line.exp: New file. Test step/next in presence of
5022 #line directives.
5023 * gdb.base/step-line.c: New file. Test program for the above.
5024 * gdb.base/step-line.inp: New file. We pretend that this file has
5025 been transformed by some other tool into step-line.c.
5026
5027 2001-03-21 Jim Blandy <jimb@redhat.com>
5028
5029 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
5030 unmangled operator names.
5031
5032 2001-03-20 Jim Blandy <jimb@redhat.com>
5033
5034 * gdb.threads/linux-dp.exp: Recognize an additional message
5035 generated by GDB when it doesn't understand how to debug threads
5036 on the target system.
5037
5038 2001-03-19 Andrew Cagney <ac131313@redhat.com>
5039
5040 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
5041
5042 2001-03-12 Michael Chastain <chastain@redhat.com>
5043
5044 * gdb.c++/derivation.exp: Use the 'runto' library function.
5045
5046 2001-03-12 Michael Chastain <chastain@redhat.com>
5047
5048 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
5049
5050 2001-02-24 Michael Chastain <chastain@redhat.com>
5051
5052 * gdb.c++/ref-types.exp: Change handwritten code to library
5053 function 'runto'.
5054
5055 2001-03-16 Orjan Friberg <orjanf@axis.com>
5056
5057 * gdb.base/signals.exp: Set count to 0 explicitly.
5058
5059 2001-03-15 Mark Salter <msalter@redhat.com>
5060
5061 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
5062 (gdb_target_monitor): Add check of gdb_target_cmd return value.
5063 (gdb_load): Add support for additional target_info: gdb_download_size
5064 and gdb_load_timeout.
5065
5066 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
5067
5068 * gdb.base/annota1.exp: Move test of isnative to earlier in the
5069 file -- to prevent failing when the compile fails but we have no
5070 intention of running the tests anyway.
5071
5072 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
5073 tests if set.
5074
5075 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
5076 integers.
5077
5078 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
5079 * gdb.c++/namespace.exp: Ditto.
5080
5081 2001-03-07 Orjan Friberg <orjanf@axis.com>
5082
5083 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
5084 * gdb.base/pointers.exp: Relax pattern match of decimals.
5085
5086 2001-03-06 Kevin Buettner <kevinb@redhat.com>
5087
5088 * Makefile.in, config/abug.exp, config/cfdbug.exp,
5089 config/cpu32bug.exp, config/dve.exp, config/est.exp,
5090 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
5091 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
5092 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
5093 config/sh.exp, config/sid.exp, config/slite.exp,
5094 config/sparclet.exp, config/udi.exp, config/unknown.exp,
5095 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
5096 config/vxworks.exp, config/vxworks29k.exp,
5097 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
5098 gdb.base/all-bin.exp, gdb.base/annota1.exp,
5099 gdb.base/arithmet.exp, gdb.base/assign.exp,
5100 gdb.base/async.exp, gdb.base/attach.exp,
5101 gdb.base/bitfields.exp, gdb.base/bitops.exp,
5102 gdb.base/break.exp, gdb.base/call-ar-st.exp,
5103 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
5104 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
5105 gdb.base/commands.exp, gdb.base/completion.exp,
5106 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
5107 gdb.base/constvars.exp, gdb.base/corefile.exp,
5108 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
5109 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
5110 gdb.base/ending-run.exp, gdb.base/environ.exp,
5111 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
5112 gdb.base/finish.exp, gdb.base/foll-exec.exp,
5113 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
5114 gdb.base/funcargs.exp, gdb.base/help.exp,
5115 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
5116 gdb.base/logical.exp, gdb.base/long_long.exp,
5117 gdb.base/maint.exp, gdb.base/mips_pro.exp,
5118 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
5119 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
5120 gdb.base/pointers.exp, gdb.base/printcmds.exp,
5121 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
5122 gdb.base/regs.exp, gdb.base/relational.exp,
5123 gdb.base/remote.exp, gdb.base/reread.exp,
5124 gdb.base/restore.exp, gdb.base/return2.exp,
5125 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
5126 gdb.base/selftest.exp, gdb.base/setshow.exp,
5127 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
5128 gdb.base/sigall.exp, gdb.base/signals.exp,
5129 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
5130 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
5131 gdb.base/step-test.exp, gdb.base/structs.c,
5132 gdb.base/structs.exp, gdb.base/structs2.exp,
5133 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
5134 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
5135 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
5136 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
5137 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
5138 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
5139 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
5140 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
5141 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
5142 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
5143 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
5144 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
5145 gdb.fortran/types.exp, gdb.java/jmisc.exp,
5146 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
5147 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
5148 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
5149 gdb.trace/circ.exp, gdb.trace/collection.exp,
5150 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
5151 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
5152 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
5153 gdb.trace/report.exp, gdb.trace/save-trace.exp,
5154 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
5155 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
5156 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
5157 notices.
5158
5159 2001-02-27 Michael Snyder <msnyder@cygnus.com>
5160
5161 * gdb.base/varargs.c (find_max_double): Fix printf format string:
5162 first arg is int not float.
5163
5164 2001-02-22 Michael Snyder <msnyder@cygnus.com>
5165
5166 * gdb.base/reread.exp: Unsupported for non-native targets;
5167 doesn't work for remote debugging.
5168
5169 2001-02-19 Fernando Nasser <fnasser@redhat.com>
5170
5171 From Drew Moseley <dmoseley@redhat.com>
5172 * gdb.base/ending-run.exp: Properly handle the BSP state when
5173 stepping past the end of main.
5174
5175 2001-02-19 John Moore <jmoore@redhat.com>
5176
5177 * gdb.base/commands.exp (infrun_breakpoint_command_test):
5178 Converted HPUX fix for non-expected items following multiple
5179 step commands into general solution for all platforms.
5180
5181 2001-02-18 Michael Chastain <chastain@redhat.com>
5182
5183 * gdb.c++/classes.exp (do_tests): Change runto statements
5184 from "runto 'foo(void)'" to "runto 'foo'". This makes the
5185 statements demangler agnostic.
5186 * gdb.c++/virtfunc.exp (do_tests): Likewise.
5187 (gdb_virtfunc_restart): Likewise.
5188
5189 2001-02-14 Michael Chastain <chastain@redhat.com>
5190
5191 * gdb.c++/inherit.exp (do_tests): Change runto statements
5192 from "runto 'foo(void)'" to "runto 'foo'". This makes the
5193 statements demangler agnostic.
5194
5195 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
5196
5197 * gdb.threads/pthreads.exp: Unify pass/fail messages for
5198 ``continue to bkpt at common_routine in thread 2'' and ``stopped
5199 before calling common_routine 15 times'' tests.
5200
5201 2001-02-11 Michael Chastain <chastain@redhat.com>
5202
5203 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
5204 Helps the test script figure out which demangler is in use.
5205 (dm_type_foo_ref): Ditto.
5206 (dm_type_int_star): Ditto.
5207 (dm_type_long_star): Ditto.
5208 (dm_type_unsigned_int): Ditto.
5209 (dm_type_void): Ditto.
5210 (dm_type_void_star): Ditto.
5211 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
5212 Probe the gdb demangler and set variables to accommodate
5213 formatting differences.
5214 (info_func_regexp): New function. Same as info_func, but
5215 matches against a regexp.
5216 (info_func): Match against a literal string.
5217 (print_addr_2): New function. Match against a literal string,
5218 which can be different from the input to gdb.
5219 (print_addr): Simply call print_addr_2 with the same argument twice.
5220 (test_lookup_operator_functions): Use demangler formatting variables.
5221 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
5222 the tests in the same order as the C++ class declaration.
5223 (test_paddr_operator_functions): Ditto.
5224 (test_paddr_overloaded_functions): Ditto.
5225 (test_paddr_hairy_functions): Use demangler formatting variables.
5226 Add reference to gdb/19 for related tests.
5227 (do_tests): Call probe_demangler.
5228
5229 2001-01-30 Kevin Buettner <kevinb@redhat.com>
5230
5231 * gdb.c++/templates.cc (printf): Remove unused function definition.
5232
5233 2001-01-26 Felix Lee <flee@redhat.com>
5234
5235 * sid.exp (sid_exit): Pass host, not target, to remote_close.
5236
5237 2001-01-25 matthew green <mrg@redhat.com>
5238
5239 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
5240 up sid.
5241 (sid_exit): Call `remote_pop_conn' after GDB is gone.
5242
5243 2001-01-25 matthew green <mrg@redhat.com>
5244
5245 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
5246 Deprecate $sid_spawn_id.
5247 (sid_exit): Remove code necessary only for `spawn.'
5248
5249 2001-01-25 matthew green <mrg@redhat.com>
5250
5251 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
5252
5253 2001-01-28 Michael Chastain <chastain@redhat.com>
5254
5255 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
5256 to call when tests fail. It takes gdb out of the overloaded
5257 function choice menu back to the main prompt, so that the test
5258 program stays synchronized.
5259 (set_bp_overloaded): New proc to collect all the common
5260 code for setting a breakpoint on an overloaded name. Calls
5261 take_gdb_out_of_choice_menu when needed.
5262 (menu_overload1arg): New variable to collect the repeated
5263 instances of the expected menu for an overloaded name. Change
5264 the regular expression to handle changes in g++ type encoding:
5265 "void" can be either "void" or "", and "unsigned int" can be
5266 either "unsigned int" or "unsigned".
5267 (continue_to_bp_overloaded): Change regular expressions to handle
5268 changes in g++ type encoding.
5269 (no proc): Call take_gdb_out_of_choice_menu when needed.
5270 Remove redundant calls to "info break". Accept either "canceled"
5271 or "cancelled". Change regular expressions in "info break"
5272 calls to handle changes in g++ type encoding. Give all tests
5273 unique strings.
5274
5275 2001-01-17 Ben Elliston <bje@redhat.com>
5276
5277 * config/sid.exp: New file.
5278
5279 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
5280
5281 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
5282
5283 2000-12-21 Michael Snyder <msnyder@cygnus.com>
5284
5285 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
5286 Add a RE to accept a non-ascii char if one is ever presented.
5287
5288 2000-12-20 Fernando Nasser <fnasser@redhat.com>
5289
5290 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
5291
5292 2000-12-18 Michael Snyder <msnyder@cygnus.com>
5293
5294 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
5295 in regexp. One '\' does not suffice on Linux.
5296
5297 2000-12-09 Michael Chastain <chastain@redhat.com>
5298
5299 * gdb.base/break.exp (test_clear_command): Use a marker function
5300 rather than 'main' for the test function. Also move this
5301 test to an execution point where the marker function names are
5302 guaranteed to be bound to functions. (Executing tests after a
5303 'finish' from main runs into name conflicts with local names
5304 in __libc_start_main).
5305
5306 2000-12-07 Michael Snyder <msnyder@cygnus.com>
5307
5308 * gdb.base/finish.exp: New test for gdb's "finish" command.
5309 * gdb.base/return2.exp: New test for gdb's "return" command.
5310 * gdb.base/return2.c: New source file for above.
5311
5312 2000-12-05 Michael Snyder <msnyder@cygnus.com>
5313
5314 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
5315 * gdb.base/miscexprs.exp: Ditto.
5316 * gdb.base/pointers.exp: Ditto.
5317 * gdb.c++/derivation.exp: Ditto.
5318 * gdb.c++/local.exp: Ditto.
5319 * gdb.c++/namespace.exp: Ditto.
5320 * gdb.c++/overload.exp: Ditto.
5321 * gdb.c++/ref-types.exp: Ditto.
5322
5323 2000-12-05 Michael Snyder <msnyder@cygnus.com>
5324
5325 * gdb.base/constvars.exp: Test result of "up" command.
5326 * gdb.base/miscexprs.exp: Ditto.
5327 * gdb.base/pointers.exp: Ditto.
5328 * gdb.base/scope.exp: Ditto.
5329 * gdb.c++/derivation.exp: Ditto.
5330 * gdb.c++/local.exp: Ditto.
5331 * gdb.c++/namespace.exp: Ditto.
5332 * gdb.c++/overload.exp: Ditto.
5333 * gdb.c++/ref-types.exp: Ditto.
5334
5335 2000-11-22 Michael Chastain <chastain@redhat.com>
5336
5337 * mips_pro.exp: Accept either "middle -> top -> main" or
5338 "middle -> main" in the backtrace, because gcc can optimize
5339 tail calls to jumps. Remove setup_xfail for the hppa case.
5340 Add a comment with the original warning messages from PR 3016,
5341 which was filed in 1993, to preserve them for posterity.
5342
5343 2000-11-17 Nick Duffek <nsd@redhat.com>
5344
5345 * lib/gdb.exp (gdb_test): Override timeout with board info.
5346
5347 2000-11-17 Nick Duffek <nsd@redhat.com>
5348
5349 * gdb.base/display.exp: Don't kill running stub. Add "again" to
5350 the second kill and detach messages.
5351
5352 2000-11-17 Nick Duffek <nsd@redhat.com>
5353
5354 * configure.in: Add AC_EXEEXT.
5355 * configure: Regenerate.
5356 * Makefile.in (just-check): Export EXEEXT.
5357 * lib/gdb.exp ($EXEEXT): Import from environment.
5358 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
5359 expect "maint dump-me" on Cygwin.
5360 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
5361 $EXEEXT.
5362
5363 2000-11-17 Nick Duffek <nsd@redhat.com>
5364
5365 * gdb.base/break.exp: Test backtrace and finish from called
5366 function on all platforms, not just HP-UX.
5367
5368 2000-11-03 Michael Snyder <msnyder@cygnus.com>
5369
5370 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
5371 code from gdb_target_monitor, so it can be used independantly
5372 for gdbserver. Also comment out an unnecessary PUTS.
5373
5374 2000-11-03 Michael Snyder <msnyder@cygnus.com>
5375
5376 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
5377 * gdb.base/corefile.exp: Expect the message "Program is being
5378 debugged already" when we send the "corefile" command, since
5379 the preceeding gdb_load may have connected gdb to a remote target.
5380 * gdb.base/display.exp: Disable hardware watchpoints if new
5381 board info variable "no_hardware_watchpoints" is true.
5382 Replace single-letter commands with more readable ones.
5383 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
5384 if new board info variable "no_hardware_watchpoints" is true.
5385 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
5386 to see if stdio (printf) testing is possible.
5387 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
5388 board info variable "no_hardware_watchpoints" is true. Use new
5389 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
5390
5391 2000-11-13 Fernando Nasser <fnasser@redhat.com>
5392
5393 From Orjan Friberg <orjanf@axis.com>:
5394 * gdb.base/printcmds.exp: Escape curly braces followed by a number
5395 in array print pattern match.
5396
5397 2000-11-09 Fernando Nasser <fnasser@redhat.com>
5398
5399 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
5400 spelling "cancelled" to U.S. spelling "canceled" to match changes
5401 made to gdb.
5402 * gdb.c++/ovldbreak.exp: Ditto.
5403
5404 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5405
5406 * gdb.base/callfuncs.c (main): Moved to end of file, call
5407 t_double_values to initialize the FPU before inferior calls are made.
5408 * gdb.base/callfuncs.exp: Test for register preservation after calling
5409 inferior functions. Add tests for continuining, finishing and
5410 returning from a stop in a call dummy.
5411
5412 2000-10-24 Michael Snyder <msnyder@cygnus.com>
5413
5414 * gdb.base/commands.exp: Break up long lines, and re-indent.
5415
5416 2000-10-19 Michael Snyder <msnyder@cygnus.com>
5417
5418 * config/gdbserver.exp: Rewritten from the ground up, to make it
5419 compatible with the current dejagnu tree, and to make it work with
5420 the new "gdbserver" in libremote.
5421
5422 2000-10-16 Michael Snyder <msnyder@cygnus.com>
5423
5424 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
5425 * gdb.base/varargs.exp: Skip entire test if no printf support.
5426 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
5427 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
5428
5429 2000-10-13 Michael Snyder <msnyder@cygnus.com>
5430
5431 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
5432 no floating point support.
5433 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
5434 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
5435 * gdb.base/call-rt-st.exp: Ditto.
5436 * gdb.base/call-strs.exp: Ditto.
5437
5438 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
5439
5440 * gdb.base/sizeof.c: include <stdio.h>.
5441
5442 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
5443 'finish', otherwise uncaptured gdb_prompt would potentially
5444 throw remaining test points out of sync.
5445
5446 2000-07-26 Scott Bambrough <scottb@netwinder.org>
5447
5448 * gdb.base/recurse.exp: Run tests for all targets.
5449 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
5450 gnu-oldld case on ARM.
5451 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
5452 for ARM targets.
5453
5454 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
5455
5456 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
5457 * gdb.java/configure: Rebuild.
5458
5459 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
5460
5461 * gdb.java/jv-exp.exp: New file.
5462
5463 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
5464
5465 * configure: Rebuilt.
5466 * configure.in (configdirs): Add gdb.java.
5467 * gdb.java/jmisc.java: New file.
5468 * gdb.java/jmisc.exp: New file.
5469 * gdb.java/Makefile.in: New file.
5470 * gdb.java/configure: Rebuilt.
5471 * gdb.java/configure.in: New file.
5472 * lib/java.exp: New file.
5473
5474 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
5475
5476 * gdb.base/exprs.exp: Test casts to a pointer including over and
5477 underflow.
5478
5479 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
5480
5481 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
5482 and the compilers sizes.
5483
5484 2000-07-09 Nick Duffek <nsd@redhat.com>
5485
5486 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
5487 (use_methods): New function.
5488 (main): Call use_methods().
5489 * gdb.c++/classes.exp (test_method_param_class): New procedure.
5490 (do_tests): Call test_method_param_class.
5491
5492 2000-07-09 Nick Duffek <nsd@redhat.com>
5493
5494 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
5495 spelling.
5496 (test_enums): New procedure. Move enum tests from end of script
5497 to here. Set breakpoint on function name instead of line number.
5498 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
5499 (enums2): New marker function.
5500 (enums1): New function.
5501 (main): Call enums1(). Move enum tests to enums1().
5502
5503 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
5504
5505 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
5506 compile/link program. Update line numbers.
5507 * gdb.asm/d10v.inc: Define ``startup''.
5508 * gdb.asm/asmsrc1.s: Add definition of _start.
5509
5510 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
5511
5512 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
5513
5514 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5515
5516 * gdb.base/maint.exp: Add 'maint print architecture' item to output
5517 of 'help maint print' command.
5518
5519 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
5520
5521 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
5522 they use gdb_expect_list.
5523
5524 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
5525
5526 * gdb.base/commands.exp: Use ``set remote
5527 memory-read-packet-size'' instead of ``set endian big'' to test
5528 long commands.
5529
5530 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
5531
5532 * gdb.c++/templates.exp (do_tests): Make all of these work under
5533 g++, and stop skipping them.
5534
5535 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
5536 work under g++.
5537
5538 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
5539 initialization.
5540
5541 2000-06-02 Michael Snyder <msnyder@cygnus.com>
5542
5543 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
5544 the regular expression: accept an (almost) arbitrary sequence of
5545 "frames-invalid" and "breakpoints-invalid" messages both before
5546 and after the "starting" message.
5547
5548 2000-06-02 Michael Snyder <msnyder@cygnus.com>
5549
5550 * gdb.c++/local.exp: This test has never been known to work with g++.
5551
5552 2000-05-18 Michael Snyder <msnyder@cygnus.com>
5553
5554 * gdb.base/annota1.exp (annotate-signal-handler-caller):
5555 Relax the regular expression a little, make it pass on Solaris 8.
5556
5557 2000-05-12 Kevin Buettner <kevinb@redhat.com>
5558
5559 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
5560 a call, do not require that gdb stop on the line after the call.
5561 Instead, it is permissible for gdb to stop on the line of the
5562 call itself.
5563
5564 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
5565
5566 * gdb.base/break.exp (bp on small function, optimized file):
5567 Add a second pass pattern. The behavior differs here between stabs
5568 and dwarf for one-line functions. Stabs preserves two line symbols
5569 (one before the prologue and one after) with the same line number,
5570 but dwarf regards these as duplicates and discards one of them.
5571 Therefore the address after the prologue (where the breakpoint is)
5572 has no exactly matching line symbol, and GDB reports the breakpoint
5573 as if it were in the middle of a line rather than at the beginning.
5574
5575 2000-05-08 Michael Snyder <msnyder@cygnus.com>
5576
5577 * gdb.base/interrupt.exp: Make "pass" message say "send"
5578 rather than "send_gdb" (for consistancy).
5579
5580 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
5581
5582 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
5583 * gdb.c++/templates.cc: Properly check for GCC version number.
5584 * lib/compiler.cc: Likewise
5585
5586 2000-04-28 Michael Snyder <msnyder@cygnus.com>
5587
5588 * gdb.base/break.exp: When compiled with -O2 optimization,
5589 gdb may not stop at the first line of main, due to code motion.
5590
5591 2000-04-26 Michael Snyder <msnyder@cygnus.com>
5592
5593 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
5594 This test depends on parsing the printf output from the target.
5595 Since the sparclet stub doesn't do stdio, this will never work.
5596 * gdb.base/call-rt-st.exp: ditto.
5597 * gdb.base/call-strs: ditto.
5598
5599 2000-04-24 Michael Snyder <msnyder@cygnus.com>
5600
5601 * gdb.base/miscexprs.exp: make sizeof long array test portable.
5602
5603 * gdb.base/ending-run.exp: After connecting to a remote target,
5604 but before running, the target will appear to be in a random
5605 location. Specify both a file and a line for breakpoints.
5606 Also, the function that calls main may be called 'init'
5607 rather than 'start'.
5608
5609 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5610
5611 * gdb.base/help.exp: Update output for add-symbol-file command.
5612
5613 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
5614
5615 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5616 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
5617
5618 2000-04-07 J.T. Conklin <jtc@redback.com>
5619
5620 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
5621
5622 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
5623
5624 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
5625
5626 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
5627 values that can be represented exactly.
5628 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
5629 above change, and to not check against the directory part of the source
5630 file name.
5631 (step into print_long_arg_list): Likewise.
5632 (print print_small_structs from print_long_arg_list): Likewise.
5633 (print print_long_arg_list): Likewise.
5634
5635 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5636
5637 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
5638
5639 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
5640
5641 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
5642
5643 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
5644
5645 * gdb.base/commands.exp (deprecated_command_test): Add test for
5646 deprecate with no arguments.
5647
5648 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
5649
5650 * gdb.base/break.exp: Add new test for setting breakpoints on
5651 optimized code so we can test breakpoints work even when function
5652 prologues may be optimized away
5653
5654 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
5655
5656 From David Whedon <dwhedon@gordian.com>
5657 * gdb.base/commands.exp : Added command deprecator tests.
5658
5659 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
5660
5661 * gdb.base/help.exp: Added test for new apropos command.
5662
5663 2000-03-21 Kevin Buettner <kevinb@redhat.com>
5664
5665 * gdb.base/pointers.c (usevar): New function.
5666 (main): Make sure that global variables v_int_pointer2, rptr,
5667 and y are all referenced someplace in the program by calling
5668 usevar() on them. [Some linkers delete symbols which are
5669 never referenced. The space remains, but there's no way to
5670 get a (symbolic) handle on the variable from the debugger.]
5671
5672 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5673
5674 * gdb.base/printcmds.c: Add typedeffed arrays.
5675
5676 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
5677 procedure to test arrays that are typedef'd.
5678
5679 2000-03-13 James Ingham <jingham@leda.cygnus.com>
5680
5681 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
5682 the library directories.
5683
5684 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
5685
5686 * configure.in (configdirs): Add sub directory gdb.mi.
5687 * configure: Re-generate.
5688
5689 * gdb.mi: New directory.
5690
5691 2000-02-25 Scott Bambrough <scottb@netwinder.org>
5692
5693 * gdb.base/long_long.exp: Correct test suite failure when printing
5694 a long long value as a double on ARM platforms.
5695
5696 2000-02-16 Jim Blandy <jimb@redhat.com>
5697
5698 * gdb.base/break.exp ("breakpoint line number"): Make sure the
5699 default source file is set properly before running this test.
5700
5701 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5702
5703 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
5704 gdbtk/library directory, not in gdbtcl2.
5705
5706 2000-02-04 Jim Blandy <jimb@redhat.com>
5707
5708 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
5709 backslash from regexp pattern.
5710
5711 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
5712 procedure. Use it to run all the "continue to bp overloaded"
5713 tests. Note that this changes the names of the tests slightly.
5714 If the breakpoint hit message includes a hex PC value, because
5715 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
5716 from the real source code, still consider that a pass.
5717
5718 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
5719 XFAIL here if the breakpoint message contains a hex address. Note
5720 similar change on 1999-11-02.
5721
5722 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
5723
5724 * gdb.base/ptype.exp: Establish a default source file before
5725 calling get_debug_format.
5726
5727 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
5728
5729 * gdb.base/watchpoint.exp: Remove duplication of test messages.
5730
5731 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
5732
5733 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
5734 of successive stepi commands -- while in the prologue we should see
5735 the function entry bracket.
5736
5737 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
5738
5739 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
5740 reach __change_mode() when stepping through the end of main().
5741
5742 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
5743
5744 * gdb.base/default.exp: Fix expected pattern.
5745 * gdb.base/help.exp: Same.
5746
5747 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5748
5749 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
5750 Don't use xfail's because that affects only the following test.
5751
5752 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
5753 solaris or linux.
5754
5755 * gdb.base/selftest.exp: Update to reflect changes to main.c.
5756
5757 2000-01-07 Michael Snyder <msnyder@cygnus.com>
5758
5759 * gdb.base/display.exp: Some yacc parsers like to say
5760 "A syntax error" rather than "A parse error". Accept both.
5761
5762 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
5763
5764 * gdb.base/default.exp: Remove OS dependent string from "target
5765 remote" test.
5766 * gdb.base/help.exp: Same for "help target remote" test.
5767
5768 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5769
5770 From Jim Kingdon <kingdon@redhat.com>:
5771
5772 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
5773 prompt (cleanup rather than necessity, but still might keep output
5774 from spilling to next test).
5775
5776 2000-01-02 Fred Fish <fnf@cygnus.com>
5777
5778 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
5779 AIX, which defines them in <sys/types.h>.
5780
5781 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
5782
5783 * gdb.base/default.exp: Match arm* etc instead of arm in "info
5784 float" test.
5785
5786 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
5787
5788 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
5789
5790 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
5791 outermost frame disallowed".
5792
5793 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
5794
5795 * gdb.base/setvar.exp: New tests for setting the value of a struct
5796 with a constant list.
5797
5798 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
5799
5800 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
5801 require the user to type a cast before setting the value of a struct.
5802
5803 1999-12-06 Jim Blandy <jimb@cygnus.com>
5804
5805 * gdb.base/default.exp: Expect the new 'info float' command on
5806 all i386 platforms.
5807
5808 * gdb.threads/linux-dp.exp: Expand our ability to recognize
5809 LinuxThreads libraries that don't support debugging.
5810
5811 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
5812
5813 * gdb.base/remote.c: Fill the buffer with truely random data.
5814 Change the buffer type to ``unsigned char'' to simplify size
5815 arithmetic.
5816
5817 * gdb.base/remote.exp: Reduce download numbers by one. Typical
5818 stub only handles 400-1 byte packets. Verify that the download
5819 worked.
5820
5821 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
5822
5823 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
5824 tests, using UNRESOLVED for the untested cases. Also, does not wait
5825 for a timeout if the prompt was received before a recognizable pattern.
5826
5827 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
5828
5829 * lib/gdb.exp (gdb_expect_list): Fix spelling.
5830
5831 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5832
5833 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
5834 watchpoints.
5835
5836 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
5837
5838 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
5839
5840 * gdb.c++/local.exp: Be more flexible in recognizing local class
5841 name mangling. Don't allow horribly truncated method names.
5842 * gdb.c++/derivation.exp: Expect protected inheritance.
5843 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
5844 * gdb.c++/virtfunc.exp: Likewise.
5845 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
5846 when printing a nested enum.
5847
5848 1999-11-22 Jim Blandy <jimb@cygnus.com>
5849
5850 * gdb.base/step-test.exp: Properly await GDB's response to setting
5851 a breakpoint on the call to large_struct_by_value.
5852
5853 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
5854 just because we have debug info for the `start' function.
5855
5856 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
5857
5858 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
5859 "Unknown signal" messages, which indicate (on LinuxThreads) that
5860 GDB doesn't know how to debug threads on this system. This is
5861 better than hanging while philosopher 0 dumps chatter into gdb.log.
5862
5863 1999-11-18 Tom Tromey <tromey@cygnus.com>
5864
5865 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
5866
5867 1999-11-18 Fred Fish <fnf@cygnus.com>
5868
5869 * gdb.base/coremaker2.c: Add sample program for generating
5870 cores that is more self contained than coremaker.c. Eventually
5871 I'll add more code to this and tie it into the testsuite.
5872
5873 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
5874
5875 * gdb.base/dollar.exp: Remove, now in gdb.hp.
5876
5877 1999-11-10 Jimmy Guo <guo@cup.hp.com>
5878
5879 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
5880 from $srcdir/lib/.
5881 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
5882 and gdb.c++/.
5883
5884 * gdb.c++/derivation.exp: remove redundant get compiler info code.
5885
5886 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
5887 'continue with watch' test point.
5888
5889 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
5890
5891 Merged from p2linux-990323-branch:
5892
5893 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
5894
5895 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
5896
5897 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
5898 {limit,fixed}''. Test ``set download-write-size''.
5899
5900 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
5901
5902 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
5903 gdb_expect_list.
5904
5905 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
5906
5907 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
5908
5909 1999-11-03 Mark Salter <msalter@cygnus.com>
5910
5911 * gdb.base/break.exp: Fix "stub continue" pattern.
5912
5913 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
5914
5915 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
5916
5917 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
5918
5919 * gdb.base/display.exp ("finish"): Add timeout clause.
5920
5921 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
5922 plain prompt clause, so this doesn't have to time out in order to
5923 fail.
5924
5925 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
5926 breakpoint hit messages include an address.
5927
5928 * gdb.base/display.exp: Don't forget to escape parens in regular
5929 expressions. Unix regexp notatation sucks.
5930
5931 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5932
5933 * gdb.base/annota1.exp: Test for annotate-signalled: change output
5934 order for 'signalled' message.
5935
5936 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
5937
5938 From Jimmy Guo <guo@cup.hp.com>:
5939 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
5940 * gdb.base/annota1.c: Add code for tests to work with.
5941
5942 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
5943
5944 * gdb.base/remote.exp: New test for remote downloading settings.
5945 * gdb.base/remote.c: New file with large .data.
5946
5947 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
5948
5949 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
5950 for LinuxThreads support, merged from the Code Fusion branch.
5951
5952 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
5953
5954 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
5955 containing exp_continue into a while within an expect. Don't
5956 attempt a start more than three times. Check return value from
5957 gdb_load.
5958
5959 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
5960
5961 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
5962 a pass case.
5963
5964 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
5965
5966 * gdb.base/break.c (main): Added a statement that we can step
5967 off of.
5968 * gdb.base/break.exp: Added tests for setting a breakpoint
5969 at an offset and stepping onto a breakpoint.
5970
5971 1999-10-01 Fred Fish <fnf@cygnus.com>
5972
5973 * gdb.base/help.exp (help add-symbol-file): Update to match current
5974 gdb output.
5975
5976 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
5977
5978 * gdb.base/break.exp: Code locations are in hex, don't forget!
5979 (For HP-UX.)
5980
5981 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
5982
5983 * condbreak.exp: Use break.c as test program.
5984 * condbreak.c: Remove, redundant with break.c.
5985
5986 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
5987
5988 * config/monitor.exp (gdb_target_monitor): Disable X- and
5989 Z-packets if the target needs it.
5990
5991 1999-09-13 James Ingham <jingham@leda.cygnus.com>
5992
5993 * gdb.c++/overload.exp: Added tests for listing overloaded
5994 functions with function pointers in the arg, explicitly calling
5995 out the version you want.
5996
5997 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
5998
5999 * long_long.exp: Add variations of test cases that work for
6000 targets with 16-bit ints and 32-bit doubles.
6001
6002 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
6003
6004 * break.c (main): Compare a possibly-uninitialized argc with an
6005 unlikely value that fits in 16 bits.
6006
6007 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
6008
6009 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
6010 0xfeeb, don't want negative numbers if ints are 16 bits.
6011
6012 * lib/gdb.exp (skip_cplus_tests): New proc.
6013 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
6014 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
6015 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
6016 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
6017 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
6018 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
6019 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
6020 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
6021
6022 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
6023
6024 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
6025
6026 * gdb.base/corefile.exp (up): Allow a parameter to appear
6027 in the frame that we're going up to.
6028
6029 From Jim Blandy <jimb@cygnus.com>:
6030
6031 * gdb.base/default.exp (info float): Expect some output now.
6032
6033 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
6034 returning floating-point values to fail on the x86.
6035 * gdb.base/callfwmall.exp (do_function_calls): Same.
6036
6037 * gdb.base/list.exp (test_listsize): Correct expectations for
6038 listing line 1 with listsize 2. Also, listing a single line
6039 works now, as does listing three lines. [Kevin's note: There
6040 were a number of other cases fixed too where the expectations
6041 differed...]
6042
6043 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
6044
6045 * gdb.base/selftest.exp: Add case for when version prints as
6046 constant string instead of char pointer.
6047
6048 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
6049
6050 * gdb.base/ending-run.exp: Add Solaris case for what happens when
6051 stepping out of main.
6052
6053 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
6054 G++ used.
6055
6056 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
6057 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
6058
6059 * gdb.c++/ovldbreak.exp: Update match string in test that
6060 includes a warning of multiple breakpoints.
6061
6062 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
6063
6064 * gdb.base/display.exp: Improve precision of step-after-finish
6065 added yesterday.
6066
6067 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
6068 test.
6069
6070 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
6071 configs when using G++, not just hppa*.
6072
6073 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6074
6075 * gdb.base/async.c: New file.
6076 * gdb.base/async.exp: New file.
6077
6078 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
6079
6080 * gdb.base/break.exp: Tweak PA specific tests to properly handle
6081 PA64.
6082
6083 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
6084
6085 * gdb.base/display.exp: "finish" can leave us mid-line on many
6086 targets, deal with it. Add a small constant to main, instead of
6087 1000 since main+1000 may not be a valid address in the target.
6088
6089 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
6090 on hpux11.
6091
6092 * gdb.base/attach.exp: Handle another hpux11 error message variant
6093 when attaching to a process that does not exist.
6094
6095 1999-08-19 J.T. Conklin <jtc@redback.com>
6096
6097 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
6098 characters in 'continue to 1241' test.
6099
6100 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
6101
6102 * gdb.base/call-ar-st.exp: Add a shorter match case for the
6103 stop in print_long_arg_list, define and use a whitespace
6104 variable in print_small_structs test, add an XFAIL for Solaris.
6105 * gdb.base/dbx.exp: XFAIL func commands until somebody is
6106 interested enough to fix.
6107
6108 1999-08-13 Keith Seitz <keiths@cygnus.com>
6109
6110 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
6111 (dbx_gdb_load): Remove. Use gdb_load instead, since that
6112 proc knows about targets other than the natives.
6113 (test_assign): Use "gdb_run_cmd" to "run" the target.
6114 Check that we've actually hit the breakpoint at main.
6115 When we attempt to assign a value to a local variable, check
6116 that the variable is in the current scope, i.e., don't use
6117 a test with an empty result.
6118
6119 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
6120
6121 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
6122 command.
6123
6124 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
6125
6126 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6127 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
6128 gdb.compat, gdb.threads-hp.
6129 gdb.hp/configure, gdb.hp/configure.in: New files.
6130 gdb.hp/Makefile.in: Recurse into new subdirs.
6131 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
6132 gdb.hp/gdb.objdbg: New directory, tests for debugging info
6133 in object files.
6134 gdb.hp/tools: New directory, aux tools for HP-specific tests.
6135
6136 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
6137
6138 * gdb.base/display.exp: Help expect by putting a newline in the
6139 funky printf, remove a bogus p/a test.
6140
6141 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6142
6143 * gdb.base/display.exp: Make sure that when we say 'run', we are
6144 connected to the target. This is necessary when running not
6145 natively.
6146
6147 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
6148
6149 * gdb.base/step-test.exp: Removed some extraneous messages.
6150
6151 * gdb.base/long_long.exp: Don't run memory examination tests
6152 on little-endian targets (they will need a different set of
6153 results to match).
6154
6155 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
6156
6157 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
6158 until somebody decides to fix GDB.
6159
6160 * gdb.base/long_long.c: Stop compiler complaint by specifying long
6161 constant as "ULL".
6162 * gdb.base/long_long.exp: Loosen x/c test, add partial result
6163 matches for a couple x/2 commands.
6164
6165 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
6166
6167 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
6168 by merging in ref-types2 tests.
6169 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
6170
6171 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6172 * gdb.c++/Makefile.in: Add standard actions.
6173 (EXECUTABLES): Rename from PROGS, update list.
6174 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
6175 from gdb.hp.
6176 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
6177 foo and bar locals.
6178 * gdb.c++/anon-union.exp: Fix tests to match.
6179 * gdb.c++/classes.exp: Run if HP compiler used, add extra
6180 expect matches to handle output variations.
6181 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
6182 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
6183 output, add HP alternatives for new and delete prints.
6184 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
6185 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
6186 * gdb.c++/demangle.exp: Use $style when reporting failure.
6187 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
6188 * gdb.c++/inherit.exp: Run if HP compiler used, add some
6189 match alternatives.
6190 * gdb.c++/local.exp: Add match alternatives or xfails for HP
6191 compilers.
6192 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
6193 * gdb.c++/method.exp: Add match alternatives.
6194 * gdb.c++/misc.cc: Add bool types.
6195 * gdb.c++/misc.exp: Add tests for bool types.
6196 * gdb.c++/overload.exp: Add xfails.
6197 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
6198 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
6199 add some more template parameter tests (only for HP currently).
6200 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
6201 * gdb.c++/virtfunc.cc: Add return type and value for main.
6202 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
6203 match alternatives.
6204
6205 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6206
6207 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
6208
6209 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
6210
6211 * gdb.base/signals.exp: Don't expect getting a backtrace from
6212 within a signal handler to fail on Linux.
6213
6214 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
6215
6216 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6217 * lib/gdb.exp: Remove some gratuitious semicolons.
6218 (delete_breakpoints): Increase timeout.
6219 (gdb_expect): Add -notransfer option.
6220 (gdb_test): Use -notransfer option.
6221 (get_compiler_info): Add f77 case.
6222 (get_compiler): New proc, split out from gdb_preprocess, add f77
6223 case.
6224 (gdb_preprocess): Call get_compiler.
6225
6226 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
6227 * gdb.base/attach.exp, gdb.base/display.exp,
6228 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
6229 gdb.base/long_long.exp, gdb.base/printcmds.exp,
6230 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
6231 third arg to gdb_test.
6232 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
6233 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
6234 HP-UX xfails, add others.
6235 * gdb.base/completion.exp: Reflect name change of self-test.
6236 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
6237 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
6238 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
6239 HP failure number.
6240 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
6241 useless HP-UX 10.30 references.
6242 * gdb.base/maint.exp: Loosen matches.
6243 * gdb.base/pointers.c (main): Declare more_code.
6244 * gdb.base/pointers.exp: Match on output of a `next'.
6245 * gdb.base/structs.c: Add prototypes.
6246 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
6247 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
6248
6249 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6250
6251 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
6252 command.
6253
6254 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6255
6256 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
6257 Fix run to main failures. Watchpoint can be hardware watchpoint.
6258
6259 * gdb.base/annota1.exp: Clean up some more, in case printf has
6260 debug info. Deal with lack of signal hanlder info in stack.
6261
6262 From Jim Kingdon <kingdon@redhat.com>:
6263 * gdb.base/annota1.exp: If printf has debug info, deal with it.
6264
6265 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
6266
6267 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
6268 gdb.base/foll-vfork.exp: Don't run for crosses.
6269
6270 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
6271
6272 * gdb.base/configure.in: Check for gdbvars.exp instead of
6273 a1-selftest.exp.
6274 * gdb.base/configure: Re-generate.
6275
6276 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
6277
6278 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
6279 in trying to run first and name is too long.
6280
6281 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
6282 pointers2.c and pointers2.exp, respectively.
6283 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
6284 doschk happier.
6285
6286 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
6287
6288 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
6289 callfuncs2.c and callfuncs2.exp.
6290
6291 * gdb.base/list.exp: Remove mistaken xfails.
6292 * gdb.base/list0.h: Add optional prototypes.
6293
6294 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
6295
6296 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
6297 calling malloc.
6298 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
6299 * ptype.exp: Move test for get_debug_format to before its first
6300 use.
6301
6302 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6303
6304 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
6305 * gdb.base/annota2.cc, annota2.exp: Move from here.
6306 * gdb.c++/annota2.cc, annota2.exp: To here.
6307 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
6308
6309 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
6310
6311 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
6312 a consistent format.
6313
6314 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
6315
6316 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6317 * lib/gdb.exp (get_compiler_info): Add detection for assorted
6318 HP compilers, also set the globals $true and $false.
6319
6320 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
6321 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
6322 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
6323 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
6324 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
6325 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
6326 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
6327 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
6328 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
6329 whatis.c} Add C++ compatible function definitions and return
6330 types, add includes for library functions.
6331 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
6332 * gdb.base/step-test.c (myglob): Rename from glob.
6333 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
6334 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
6335 files, move here from gdb.hp.
6336 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
6337 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
6338 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
6339 Adjust line numbers in regexps.
6340
6341 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
6342 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
6343 instead of 0/1.
6344
6345 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
6346 foll-vfork.exp: New files, move here from gdb.hp.
6347 * gdb.base/page.exp: New file, test of pagination command.
6348
6349 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
6350 recursion test.
6351 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
6352
6353 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
6354 gdb.base/solib.exp: Fix compiler invocation process.
6355
6356 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
6357 HP-UX 11, turn off overload resolution explicitly.
6358 * gdb.base/commands.exp: Set argument list explicitly, add
6359 watchpoint test.
6360 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
6361 them work.
6362 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
6363 expressions properly.
6364 * gdb.base/corefile.exp: Loosen the match slightly.
6365 * gdb.base/default.exp: Allow "Error accessing memory" message
6366 also.
6367 * gdb.base/display.exp: Skip over x/0 j if PA64.
6368 * gdb.base/funcargs.exp: Add xfails for HP-UX.
6369 * gdb.base/interrupt.exp: Ditto.
6370 * gdb.base/langs.exp: Add symbolic matches governed by compiler
6371 in use.
6372 * gdb.base/list.exp: Add xfails for HP-UX.
6373 * gdb.base/long_long.exp: Refine some of the numeric matches.
6374 * gdb.base/mips_pro.exp: Xfail on HP-UX.
6375 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
6376 * gdb.base/nodebug.exp: Succeed on more varieties of output.
6377 * gdb.base/opaque.exp: Remove some HP-UX xfails.
6378 * gdb.base/ptype.exp: Succeed on more varieties of output.
6379 * gdb.base/scope.exp: Add xfails for HP-UX.
6380 * gdb.base/sect-cmd.exp: Add more cases.
6381 * gdb.base/setvar.exp: Add xfails for HP-UX.
6382 * gdb.base/shlib-call.exp: Loosen some matches slightly.
6383 * gdb.base/signals.exp: Match on void symbolically.
6384 * gdb.base/step-test.exp: Add case for PA64.
6385 * gdb.base/term.exp: Add exit and restart.
6386 * gdb.base/twice.exp: Clean up after self.
6387 * gdb.base/varargs.exp: Disable overload resolution explicitly.
6388 * gdb.base/whatis.exp: Allow more ways to pass tests.
6389
6390 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
6391 no longer useful.
6392
6393 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
6394
6395 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
6396 list of patterns.
6397 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
6398 print_double_array(double_array)", "continuing to breakpoint
6399 1018", "print print_double_array(array_d)" and "continuing to
6400 1034" tests.
6401
6402 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
6403
6404 * Makefile.in: Add empty html and install-html targets.
6405
6406 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
6407
6408 * config/mt-*: Remove, these haven't been used since 1996.
6409
6410 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
6411
6412 * gdb.base/call-strs.c, gdb.base/ending-run.c,
6413 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
6414 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
6415
6416 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
6417
6418 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
6419 simpler match case for the ptype of the big class.
6420
6421 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
6422
6423 * gdb.exp: Fix test for gdb_prompt existence.
6424
6425 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
6426
6427 * gdb.exp (gdb_test): Add fail after calls to perror.
6428
6429 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
6430
6431 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
6432
6433 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
6434
6435 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
6436
6437 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
6438
6439 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
6440 malloc() is linked in.
6441
6442 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
6443
6444 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
6445 step at end.
6446
6447 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
6448
6449 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
6450
6451 * gdb.java/jv-print.exp: New file. (Our first Java test!)
6452
6453 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
6454
6455 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
6456 * gdb.base/mips_pro.exp: Likewise.
6457
6458 1999-06-02 Keith Seitz <keiths@cygnus.com>
6459
6460 * gdb.c++/templates.cc: Change all "new" operators to throw
6461 an exception.
6462 * gdb.c++/cplusfuncs.cc: Likewise.
6463
6464 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
6465
6466 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
6467
6468 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
6469 * gdb.base/ending-run.exp: When stepping out of main, accept a
6470 step into an arbitrary assembler file.
6471
6472 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6473
6474 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
6475 "breakpoint-invalid" to be printed.
6476 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
6477 number of "frames-invalid" and "breakpoint-invalid" to be printed.
6478 * gdb.base/annota2.cc: Initialize a.x to 0.
6479
6480 1999-05-17 Keith Seitz <keiths@cygnus.com>
6481
6482 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
6483 when "skip_float_tests" set.
6484 Ditto for "print print_double_array(array_d)", "print print_small_structs",
6485 "print print_ten_doubles", and "step into print_long_arg_list".
6486 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
6487 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
6488 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
6489 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
6490 "skip_float_tests" is set.
6491 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
6492 when "skip_float_tests" set.
6493
6494 1999-05-06 Keith Seitz <keiths@cygnus.com>
6495
6496 * gdb.base/annota2.cc: Include stdio.h.
6497
6498 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
6499
6500 * gdb.base/crossload.exp: Remove, this has been disabled ever
6501 since BFD stopped including all targets, and cross-GDB gets
6502 plenty of testing anyway.
6503 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
6504 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
6505 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
6506 * gdb.base/README: Remove, was doc for this.
6507 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
6508 needed.
6509
6510 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6511
6512 * gdb.base/call-ar-st.exp: Fix one regular expression in test
6513 output.
6514
6515 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
6516 * gdb.base/annota2.exp: New file. More annotation tests.
6517 * gdb.base/annota1.c: New file. Source file for annota1.exp.
6518 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
6519
6520 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
6521
6522 * config/cfdbug.exp: New file.
6523
6524 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
6525
6526 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
6527 Marcus Daniel's and Dale Hawkins's demangler crashes.
6528
6529 * gdb.c++/demangle.exp (test_gnu_style_demangling,
6530 test_lucid_style_demangling, test_arm_style_demangling,
6531 test_hp_style_demangling): Try Tom Tromey's core-dumping
6532 identifier under each demangling style.
6533
6534 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
6535
6536 * gdb.c++/demangle.exp: Include the current demangling style
6537 in all test names.
6538 (current_demangling_style): New global variable.
6539 (set_demangling_style, test_demangling_core, test_demangling,
6540 test_demangling_exact): New functions.
6541 (test_gnu_style_demangling, test_lucid_style_demangling,
6542 test_arm_style_demangling, test_hp_style_demangling): Use those,
6543 instead of calling gdb_test and gdb_test_exact directly.
6544 (catch_demangling_errors): New function, which reports errors
6545 signalled by the demangling test functions in an orderly way.
6546 (do_tests): Use catch_demangling_errors.
6547
6548 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
6549
6550 * gdb.base/signals.exp (test_handle_all_print): Use () for
6551 grouping in expressions, not {}.
6552
6553 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
6554 initialized yet.
6555
6556 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
6557
6558 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
6559 are listed.
6560
6561 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
6562
6563 * gdb.stabs/weird.exp: Test for CC being defined before
6564 looking at its value.
6565
6566 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
6567
6568 * gdb.base/call-ar-st.exp: Remove stray '#'.
6569 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
6570 "short int" and "long int".
6571 * gdb.c++/overload.cc: Cast the string added in the previous
6572 change, to mollify finicky HP compiler.
6573 * gdb.hp/reg-test.exp (testfile): Fix file name.
6574 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
6575
6576 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
6577 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
6578 alternate form of enum ptype.
6579
6580 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
6581
6582 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
6583 * gdb.hp/*.exp: Change all to run compiler probe only after
6584 passing skip_hp_tests, so as not to waste time on guaranteed
6585 failure.
6586
6587 * gdb.c++/overload.cc: Pass string instead of char addr, always
6588 init ccpfoo.
6589 * gdb.c++/templates.cc: Fix syntax error.
6590
6591 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6592
6593 * gdb.base/commands.exp: Add test for correct position of '>'
6594 when issuing the 'commands' command after a 'while' or 'if'
6595 command.
6596
6597 1999-03-18 James Ingham <jingham@cygnus.com>
6598
6599 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
6600
6601 * gdb.c++/method.exp: It was testing an uninitialized int on the
6602 stack and assuming it was positive.
6603
6604 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
6605
6606 * gdb.base/step-test.exp: Catch a case where finish is broken and
6607 keep it from killing the rest of the tests.
6608 Use gdb_continue_to_end.
6609
6610 * gdb.base/sigall.exp: use gdb_continue_to_end.
6611
6612 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
6613
6614 * gdb.base/display.exp: use runto_main, not run.
6615
6616 * gdb.base/default.exp: Check for the current error message in the
6617 r abbreviation test.
6618 Add strongarm to the targets that know info float.
6619
6620 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
6621 run which doesn't work with monitors.
6622
6623 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
6624
6625 * gdb.base/break.exp: use the gdb_continue_to_end proc.
6626
6627 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
6628 program. Traps the case (in Cygmon) when the program never really
6629 exits. Same as Mark's continue_to_exit, but I had put it in a lot
6630 more places, so I used my name. Sorry Mark...
6631
6632 * config/monitor.exp (gdb_target_monitor): added another
6633 target_info parameter: remotebinarydownload. This will set the
6634 remotebinarydownload flag if this is causing some boards trouble.
6635
6636 1999-03-18 Mark Salter <msalter@cygnus.com>
6637
6638 * lib/gdb.exp (continue_to_exit): New function.
6639
6640 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
6641 * gdb.base/ending-run.exp: Ditto.
6642 * gdb.base/step-test.exp: Ditto.
6643
6644 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
6645
6646 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
6647 (suggested by Art Haas <ahaas@neosoft.com>).
6648
6649 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
6650
6651 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
6652
6653 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
6654
6655 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
6656 descriptions of types (short unsigned int vs unsigned short, etc).
6657
6658 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
6659
6660 * gdb.base/call-strs.exp: Don't assume that `step' will step over
6661 a call to strlen; sometimes we do have sources.
6662
6663 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
6664
6665 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
6666 character, so GDB won't print garbage after its end.
6667
6668 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
6669 breakpoint there instead. Sometimes GCC emits memcpy to handle
6670 the large structures being passed by value, so we step into that
6671 instead of sum_array_print, which obscures what we're really testing.
6672 * gdb.base/step-test.exp: However, we do want a test that notices
6673 the bizarre steps into memcpy, so do that here. Add check for
6674 stepping into function calls that pass large structures by value.
6675 ("Is that a noun clause, or are you just happy to see me?")
6676 Remove all references to specific line numbers.
6677 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
6678 New type and function.
6679 (main): Call large_struct_by_value, passing it a large struct by value.
6680 * lib/gdb.exp (gdb_get_line_number): New function.
6681
6682 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
6683 more portable.
6684
6685 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
6686
6687 * lib/gdb.exp: Doc fixes.
6688
6689 1999-03-05 Nick Clifton <nickc@cygnus.com>
6690
6691 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
6692
6693 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
6694
6695 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
6696 commands. They're not germane to this test, and they don't work
6697 that way on remote targets.
6698
6699 1999-03-01 James Ingham <jingham@cygnus.com>
6700
6701 * Changelog entries merged over from gdb development branch.
6702
6703 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
6704
6705 * lib/gdb.exp (gdbtk_analyze_results): Generic function
6706 for outputting results of test run.
6707
6708 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
6709
6710 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
6711
6712 1999-02-25 Felix Lee <flee@cygnus.com>
6713
6714 * lib/gdb.exp (debug_format): initialize
6715
6716 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
6717
6718 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
6719 * gdb.base/call-rt-st.c: Ditto.
6720
6721 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
6722
6723 * gdb.threads/pthreads.exp (horiz): New variable.
6724 (test_startup): Fix regexps that capture thread numbers.
6725
6726 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
6727
6728 * gdb.base/smoke.exp: Disambiguate two test case names (both
6729 called ``print'').
6730
6731 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
6732
6733 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
6734 compilation.
6735
6736 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
6737
6738 * gdb.base/miscexprs.exp: Change patterns to match GDB's
6739 actual output formatting.
6740 * gdb.base/smoke.exp: GDB removes leading 0's.
6741 * gdb.base/volatile.exp: Don't check type of remuneration;
6742 that variable is no longer defined in constvars.c.
6743 * gdb.base/step-test.c (main): Exit with explicit exit code.
6744 * gdb.base/step-test.exp: Remove two nexti checks--they are
6745 not portable.
6746
6747 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
6748
6749 * gdb.base/help.exp ("help delete display"): Fix test to match
6750 gdb's output.
6751
6752 * gdb.base/long_long.c (known_types): Initialize values to zero.
6753 * gdb.base/long_long.exp: Step one more line
6754 so 'dec' is initialized in "get to known place". GDB removes
6755 leading zeros. Explicitly ask for hex formatting. Use
6756 unique test case names.
6757
6758 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6759
6760 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
6761
6762 * gdb.c++/method.exp: Add missing close brace.
6763
6764 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
6765
6766 * gdb.base/maint.exp: Use 'set height 0' to disable page
6767 prompting, not 'set height 400'.
6768
6769 Fix a bunch of timeouts.
6770 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
6771 four separate tests, so expect doesn't take forever to match a ton
6772 of text against a regexp with lots of .* forms.
6773 ("maint print psymbols", "maint print symbols"): Make some of
6774 these greps more selective, so that expect doesn't try to wade
6775 through huge piles of output and time out.
6776
6777 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
6778
6779 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
6780 tests: one which doesn't expect shlib events to be reported, and
6781 another which does, but is XFAIL for all platforms other than
6782 HP/UX.
6783
6784 * gdb.base/break.exp: Teach the test suite that the `catch
6785 fork', `catch vfork', and `catch exec' commands produce error
6786 messages on platforms that don't provide these features.
6787
6788 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
6789
6790 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
6791 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
6792 (shortening names from solib_threshold.exp etc), won't run on
6793 anything but HP-UX for the foreseeable future.
6794 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
6795 reflect move.
6796
6797 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
6798
6799 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
6800 gdb.trace/Makefile.in (clean): Remove all test executables.
6801
6802 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
6803
6804 * gdb.base/shlib-call.exp: add test cases to verify that gdb
6805 successfully re-sets breakpoints in shared libraries.
6806 * gdb.base/shmain.c (main): return 0, don't fall off the end.
6807
6808 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6809
6810 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
6811 and compiled w/o GCC.
6812
6813 * gdb.hp/watch-cmd.exp: ditto.
6814
6815 * gdb.hp/watch-hp.exp: ditto.
6816
6817 * gdb.hp/xdb1.exp: ditto.
6818
6819 * gdb.hp/xdb2.exp: ditto.
6820
6821 * gdb.hp/dbx.exp: ditto.
6822
6823 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
6824
6825 * constvars.c: Remove C++-isms.
6826 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
6827 with GCC.
6828
6829 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
6830
6831 The following changes are part of the HP merge.
6832
6833 * gdb.base/break.exp: new tests to verify that catchpoints for
6834 fork, vfork, and exec don't trigger inappropriately.
6835
6836 * gdb.base/opaque.exp: compile one file at a time, then link.
6837
6838 * gdb.base/signals.exp: be more restrictive about which hppa
6839 systems receive a setup_xfail. new tests.
6840
6841 * gdb.base/solib_threshold.build: new file.
6842 * gdb.base/solib_threshold.exp: new file.
6843 * gdb.base/solib_threshold.link_opts: new file.
6844 * gdb.base/solib_threshold.mk: new file.
6845 * gdb.base/gen_solib_threshold.c: new file.
6846
6847 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
6848 tests. New tests for enums inside classes.
6849
6850 * gdb.c++/compiler.cc: indicate support of template debugging.
6851
6852 * gdb.c++/demangle.exp: run hp style demangling tests.
6853
6854 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
6855 tests.
6856
6857 * gdb.c++/misc.cc: changes to support new tests.
6858
6859 * gdb.c++/templates.cc: changes to support HP's compiler; changes
6860 to support new tests.
6861
6862 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
6863 gcc, then skip these tests.
6864
6865 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
6866
6867 The following files are part of the HP merge; some had longer
6868 names at HP, but have been renamed to be no more than 14
6869 characters in length.
6870
6871 * gdb.hp/ambiguous.cc: new file.
6872 * gdb.hp/ambiguous.exp: new file.
6873 * gdb.hp/attach.exp: new file.
6874 * gdb.hp/attach2.exp: new file.
6875 * gdb.hp/classes-hp.exp: new file.
6876 * gdb.hp/ctti.exp: new file.
6877 * gdb.hp/ctti-add.cc: new file.
6878 * gdb.hp/ctti-add1.cc: new file.
6879 * gdb.hp/ctti-add2.cc: new file.
6880 * gdb.hp/ctti-add3.cc: new file.
6881 * gdb.hp/dbx.exp: new file.
6882 * gdb.hp/exception.cc: new file.
6883 * gdb.hp/exception.exp: new file.
6884 * gdb.hp/foll-exec.c: new file.
6885 * gdb.hp/foll-exec.exp: new file.
6886 * gdb.hp/foll-fork.c: new file.
6887 * gdb.hp/foll-fork.exp: new file.
6888 * gdb.hp/foll-vfork.c: new file.
6889 * gdb.hp/foll-vfork.exp: new file.
6890 * gdb.hp/inherit-hp.exp: new file.
6891 * gdb.hp/more-steps.exp: new file.
6892 * gdb.hp/namespace.cc: new file.
6893 * gdb.hp/namespace.exp: new file.
6894 * gdb.hp/optimize.exp: new file.
6895 * gdb.hp/pxdb.c: new file.
6896 * gdb.hp/pxdb.exp: new file.
6897 * gdb.hp/quicksort.exp: new file.
6898 * gdb.hp/reg-test.exp: new file.
6899 * gdb.hp/reg-test.s: new file.
6900 * gdb.hp/sized-enum.c: new file.
6901 * gdb.hp/sized-enum.exp: new file.
6902 * gdb.hp/start-stop.exp: new file.
6903 * gdb.hp/templ-hp.cc: new file.
6904 * gdb.hp/templ-hp.exp: new file.
6905 * gdb.hp/thr-lib.c: new file.
6906 * gdb.hp/thr-lib.exp: new file.
6907 * gdb.hp/thr-lib.h: new file.
6908 * gdb.hp/thr-liblib.c: new file.
6909 * gdb.hp/virtfun-hp.c: new file.
6910 * gdb.hp/virtfun-hp.exp: new file.
6911 * gdb.hp/watch-cmd.exp: new file.
6912 * gdb.hp/watch-hp.exp: new file.
6913 * gdb.hp/xdb1.exp: new file.
6914 * gdb.hp/xdb2.exp: new file.
6915 * gdb.hp/xdb3.exp: new file.
6916
6917 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
6918
6919 The following files are part of the HP merge; some had longer
6920 names at HP, but have been renamed to be no more than 14
6921 characters in length.
6922
6923 * gdb.base/ss.h: new file.
6924 * gdb.base/call-ar-st.c: new file.
6925 * gdb.base/call-ar-st.exp: new file.
6926 * gdb.base/call-rt-st.c: new file.
6927 * gdb.base/call-rt-st-exp: new file.
6928 * gdb.base/call-strs.exp: new file.
6929 * gdb.base/ena-dis-br.exp: new file.
6930 * gdb.base/environ.exp: new file.
6931 * gdb.base/long_long.exp: new file.
6932 * gdb.base/sect-cmd.exp: new file.
6933 * gdb.base/shlib-cl2.exp: new file.
6934 * gdb.base/smoke.exp: new file.
6935 * gdb.base/so-impl-ld.c: new file.
6936 * gdb.base/so-impl-ld.exp: new file.
6937 * gdb.base/so-indr-cl.c: new file.
6938 * gdb.base/so-indr-cl.exp: new file.
6939 * gdb.base/varargs.exp: new file.
6940 * gdb.base/volatile.exp: new file.
6941 * gdb.base/whatis-exp.exp: new file.
6942 * gdb.base/display.exp: new file.
6943 * gdb.c++/derivation.exp: new file.
6944 * gdb.c++/local.exp: new file.
6945 * gdb.c++/member-ptr.exp: new file.
6946 * gdb.c++/overload.exp: new file.
6947 * gdb.c++/ovldbreak.exp: new file.
6948 * gdb.c++/ref-types.exp: new file.
6949 * gdb.c++/ref-types2.exp: new file.
6950 * gdb.c++/userdef.exp: new file.
6951
6952 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
6953
6954 * gdb.base/default.exp: Reflect wording change in remote.c.
6955
6956 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
6957
6958 * gdb.base/help.exp: Update to reflect current text.
6959
6960 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
6961
6962 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
6963 they're stack variables and contain garbage.
6964 * gdb.c++/anon-union.exp: new file.
6965
6966 The following changes were made by David Taylor
6967 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
6968 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
6969 in changes by HP.
6970
6971 * gdb.base/bitops.exp: new file.
6972 * gdb.base/default.exp: change expected messages for catch and
6973 info catch tests to reflect HP merge changes.
6974 * gdb.base/enable-disable-break.exp
6975 * gdb.base/ending-run.c: new file.
6976 * gdb.base/long_long.c: new file.
6977 * gdb.base/maint.exp: new file.
6978 * gdb.base/pointers2.exp: new file.
6979 * gdb.base/shlib-call2.exp: new file.
6980 * gdb.base/solib.exp: new file.
6981 * gdb.base/step-test.c: new file.
6982 * gdb.c++/anon-union.cc: new file.
6983 * gdb.c++/local.cc: new file.
6984 * gdb.c++/member-pointer.cc: new file.
6985 * gdb.c++/method.cc: new file.
6986 * gdb.c++/ref-types.cc: new file.
6987 * gdb.c++/ref-types2.cc: new file.
6988 * gdb.c++/userdef.cc: new file.
6989
6990 * gdb.base/scope.exp: compile one file at a time, then link.
6991 * gdb.base/langs.exp: ditto.
6992 * gdb.base/list.exp: ditto.
6993
6994 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
6995
6996 The following changes were made by David Taylor
6997 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
6998 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
6999 in changes by HP.
7000
7001 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
7002 skip tests. When compiling pass c++ flag to gdb_compile.
7003 * gdb.c++/
7004
7005 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
7006 test for on hppa*-*-hpux*; use args to see if c++ was specified.
7007 (skip_hp_tests): new function.
7008 (gdb_preprocess): new function.
7009
7010 * configure.in (hpdir): decide whether to configure gdb.hp.
7011 * configure: regenerated.
7012
7013 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
7014 to delete on clean.
7015 (EXECUTABLES): update to reflect new additions.
7016 * gdb.base/commands.exp: update message expected.
7017 * gdb.base/default.exp: add copyright notice.
7018 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
7019 * gdb.base/help.exp: update messages to reflect current text.
7020 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
7021 targets for recurse tests.
7022 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
7023 skip this file.
7024
7025 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
7026 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
7027 compilation.
7028 * gdb.c++/misc.exp: ditto.
7029 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
7030 run the tests. tell gdb_compile that it's a c++ compilation.
7031
7032 * gdb.threads/pthreads.exp: fix typo in message.
7033
7034 * gdb.base/all-bin.exp: new file.
7035 * gdb.base/arithmet.exp: new file.
7036 * gdb.base/assign.exp: new file.
7037 * gdb.base/completion.exp: new file.
7038 * gdb.base/cond-expr.exp: new file.
7039 * gdb.base/condbreak.exp: new file.
7040 * gdb.base/define.exp: new file.
7041 * gdb.base/dollar.exp: new file.
7042 * gdb.base/environment.exp: new file.
7043 * gdb.base/eval-skip.exp: new file.
7044 * gdb.base/jump.exp: new file.
7045 * gdb.base/logical.exp: new file.
7046 * gdb.base/pointers.exp: new file.
7047 * gdb.base/relational.exp: new file.
7048 * gdb.base/section_command.exp: new file.
7049 * gdb.base/whatis-expr.exp: new file.
7050
7051 * gdb.base/all-types.c: new file.
7052 * gdb.base/call-array-struct.c: new file.
7053 * gdb.base/call-return-struct.c: new file.
7054 * gdb.base/call-strings.c: new file.
7055 * gdb.base/callfuncs2.c: new file.
7056 * gdb.base/condbreak.c: new file.
7057 * gdb.base/constvars.c: new file.
7058 * gdb.base/display.c: new file.
7059 * gdb.base/int-type.c: new file.
7060 * gdb.base/jump.c: new file.
7061 * gdb.base/miscexprs.c: new file.
7062 * gdb.base/pointers.c: new file.
7063 * gdb.base/pointers2.c: new file.
7064 * gdb.base/shmain.c: new file.
7065 * gdb.base/shr1.c: new file.
7066 * gdb.base/shr2.c: new file.
7067 * gdb.base/solib.c: new file.
7068 * gdb.base/solib1.c: new file.
7069 * gdb.base/solib2.c: new file.
7070 * gdb.base/varargs.c: new file.
7071 * gdb.c++/derivation.cc: new file.
7072 * gdb.c++/overload.cc: new file.
7073 * gdb.c++/ovldbreak.cc: new file.
7074 * gdb.hp/attach.c: new file.
7075 * gdb.hp/attach2.c: new file.
7076 * gdb.hp/average.c: new file.
7077 * gdb.hp/compiler.c: new file.
7078 * gdb.hp/compiler.cc: new file.
7079 * gdb.hp/execd-program.c: new file.
7080 * gdb.hp/follow-exec.c: new file.
7081 * gdb.hp/follow-fork.c: new file.
7082 * gdb.hp/follow-vfork-and-exec.c: new file.
7083 * gdb.hp/misc-hp.cc: new file.
7084 * gdb.hp/more-steps.c: new file.
7085 * gdb.hp/optimize.c: new file.
7086 * gdb.hp/quicksort.c: new file.
7087 * gdb.hp/run-hp.c: new file.
7088 * gdb.hp/start-stop.c: new file.
7089 * gdb.hp/sum.c: new file.
7090 * gdb.hp/templates-hp.cc: new file.
7091 * gdb.hp/thread-local-in-lib.c: new file.
7092 * gdb.hp/thread-local-in-lib.h: new file.
7093 * gdb.hp/thread-local-in-lib.lib.c: new file.
7094 * gdb.hp/vforked-program.c: new file.
7095 * gdb.hp/virtfunc-hp.cc: new file.
7096 * gdb.hp/watchpoint-hp.c: new file.
7097 * gdb.hp/xdb.c: new file.
7098 * gdb.hp/xdb0.c: new file.
7099 * gdb.hp/xdb0.h: new file.
7100 * gdb.hp/xdb1.c: new file.
7101
7102 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
7103
7104 The following change was made by Edith Epstein
7105 <eepstein@cygnus.com> as part of a project to merge in changes
7106 originally made by HP; HP did not create ChangeLog entries.
7107
7108 * gdb.c++/demangle.exp: changed the expected output for some
7109 ARM-style mangling -- removed second reference to datatype.
7110 For example, maint demangle __dt__11T1__pt__2_cFv
7111 T1<char>::~T1<char>(void)
7112 becomes,
7113 maint demangle __dt__11T1__pt__2_cFv
7114 T1<char>::~T1(void)
7115
7116 (test_hp_style_demangling): new hp specific demangling test cases.
7117
7118 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
7119
7120 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
7121 * gdb.trace/backtrace.exp: Likewise.
7122 * gdb.trace/circ.exp: Likewise.
7123 * gdb.trace/collection.exp: Likewise.
7124 * gdb.trace/deltrace.exp: Likewise.
7125 * gdb.trace/infotrace.exp: Likewise.
7126 * gdb.trace/limits.exp: Likewise.
7127 * gdb.trace/packetlen.exp: Likewise.
7128 * gdb.trace/passc-dyn.exp: Likewise.
7129 * gdb.trace/passcount.exp: Likewise.
7130 * gdb.trace/report.exp: Likewise.
7131 * gdb.trace/save-trace.exp: Likewise.
7132 * gdb.trace/tfind.exp: Likewise.
7133 * gdb.trace/tracecmd.exp: Likewise.
7134 * gdb.trace/while-dyn.exp: Likewise.
7135 * gdb.trace/while-stepping.exp: Likewise.
7136
7137 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
7138
7139 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
7140
7141 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
7142
7143 From Brendan Kehoe:
7144 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
7145 int return types.
7146
7147 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
7148
7149 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
7150 remote dos host testing right.
7151
7152 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
7153
7154 * gdb.base/corefile.exp: remove some xfails.
7155
7156 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
7157
7158 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
7159 have different timestamps.
7160
7161 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
7162
7163 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
7164 gdb.base/default.exp: Replace "exec" with "executable".
7165
7166 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
7167
7168 * gdb.base/default.exp: Change else if to elseif from previous
7169 delta.
7170
7171 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
7172
7173 * gdb.base/default.exp: Add brace missing from previous delta.
7174
7175 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
7176
7177 * gdb.base/default.exp: Support test for info float for all
7178 varieties of arm toolchain.
7179
7180 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
7181
7182 * gdb.trace/*.exp: remove "remote_download" command.
7183
7184 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
7185
7186 * gdb.trace/*.exp: remove -gdwarf from compile.
7187
7188 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
7189
7190 * gdb.trace/configure.in(AC_INIT): typo
7191 * gdb.trace/configure: regenerated
7192
7193 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
7194
7195 * config/m68k-emc.exp: New file.
7196 * lib/<emc-support.exp trace-support.exp}: New files.
7197 * configure.in: add new test directory gdb.trace.
7198 * gdb.trace/{configure configure.in Makefile.in}: New files.
7199 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
7200 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
7201 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
7202 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
7203 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
7204 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
7205 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
7206
7207 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
7208
7209 * gdb.c++/classes.exp: Change all regular expressions to match
7210 arbitrary combinations of newline/carriage-return, so that they
7211 will work equally well on Unix and Windows.
7212 * gdb.c++/inherit.exp: ditto.
7213 * gdb.c++/virtfunc.exp: ditto.
7214
7215 1998-08-11 Dawn Perchik <dawn@cygnus.com>
7216
7217 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
7218
7219 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
7220
7221 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
7222 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
7223 to use a0-a3/d0-d3 as needed.
7224
7225 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
7226
7227 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
7228 * gdb.disasm/am33.exp: Corresponding changes.
7229
7230 1998-07-11 Felix Lee <flee@cygnus.com>
7231
7232 * gdb.base/callfuncs.exp: add cmp10 test.
7233 * gdb.base/callfuncs.c (cmp10): new function.
7234
7235 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
7236
7237 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
7238 into two parts to get around a synchronization problem in expect.
7239
7240 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
7241
7242 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
7243
7244 * configure.in: Add options for gdbtk testsuite.
7245
7246 * configure: Regenerate.
7247
7248 * gdb.gdbtk: New directory to hold gdbtk tests.
7249
7250 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7251
7252 * gdb.fortran/types.exp: Escape brackets in expect patterns
7253 for test_float_literal_types_accepted tests.
7254 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
7255 before run test.
7256
7257 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
7258
7259 * am33.exp: Just compile, do not link the testcase.
7260 * am33.s: Add ".am33" pseudoop to force am33 mode.
7261
7262 1998-06-25 Felix Lee <flee@cygnus.com>
7263
7264 * gdb.base/setshow.exp: make sure $pc is sane.
7265
7266 * gdb.stabs/weird.exp: split expect patterns properly.
7267
7268 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
7269
7270 * gdb.disasm/am33.s: New disassembler testfile for the am33.
7271 * gdb.disasm/am33.exp: Run it.
7272
7273 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
7274
7275 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
7276 match processing (and eliminate spurious timeouts when running).
7277
7278 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
7279
7280 * gdb.base/signals.exp (test_handle_all_print): put back Mach
7281 exception test, but conditionalize it on target [mach | gnu].
7282
7283 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
7284
7285 * gdb.base/overlays.exp: fixup compile line for linker script.
7286
7287 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
7288
7289 * gdb.fortran/types.exp: don't guess at float size.
7290
7291 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
7292
7293 * gdb.base/exprs.exp: delete test that depends on int size.
7294
7295 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
7296
7297 * config/sim.exp: Removed checks for target triplets.
7298 (gdb_target_sim): Use gdb,target_sim_options.
7299
7300 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
7301
7302 * gdb.base/reread.exp: New file.
7303 * gdb.base/reread1.c: New file.
7304 * gdb.base/reread2.c: New file.
7305
7306 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
7307
7308 * config/sim.exp: Use 'target sim -sparclite' when running
7309 SPARClite programs.
7310
7311 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
7312
7313 * gdb.base/structs2.exp: New file.
7314 * gdb.base/structs2.c: New file.
7315
7316 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
7317
7318 * gdb.asm/common.inc: New file.
7319 * gdb.asm/d10v.inc: New file.
7320 * asm-source.exp: Pass -I's to gas to find .inc files.
7321 Update line numbers in expected output.
7322 * asmsrc1.s: Rewrite.
7323 * asmsrc2.s: Rewrite.
7324 * configure.in: Create arch.inc symlink.
7325 * configure: Regenerate.
7326 * Makefile.in (distclean): Delete arch.inc.
7327
7328 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
7329
7330 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
7331 (t_enum_value2): ditto
7332 (t_enum_value3): ditto
7333 (main): ditto
7334 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7335
7336 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
7337 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
7338 change.
7339 Use gdb_test instead of send_gdb/gdb_expect sequences.
7340
7341 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
7342
7343 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
7344 not void.
7345
7346 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
7347
7348 * gdb.base/branches.c: Code with lots of loops and
7349 subroutines. Used to test gdbs ability to single step through PC
7350 changes, especially to test mips-tdep.c:mips_next_pc
7351
7352 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
7353
7354 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
7355 more rigorous EGCS C++ error checking.
7356
7357 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7358
7359 * gdb.base/help.exp: Clean up `help set args' and `help show args'
7360 tests.
7361 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
7362 function when asleep.
7363 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
7364 for i*86 Linux and SVR4 signal handling problems.
7365 Remove linux xfail for `next to handler in signals_tests_1', fixed
7366 by recent infrun.c change.
7367 Limit backtrace to 10 frames to avoid timeout problems with infinite
7368 stack backtraces.
7369 Adjust expect pattern in `handle all print' test to match Apr 28 1997
7370 target.[ch] change.
7371
7372 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
7373
7374 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
7375 for a newline from gdb before continuing.
7376 (default_gdb_exit): Just look for y or n.
7377 (gdb_test): Detect abnormal exit from GDB running on DOS; if
7378 it does, fail the rests of the tests in the file.
7379
7380 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
7381
7382 * config/cygmon.exp: New file.
7383
7384 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
7385
7386 * gdb.base/list.exp: Fix problem with "list default lines around
7387 main" test on remote targets.
7388
7389 * gdb.base/scope.exp: Fix problem with filelocal_bss before
7390 run test on remote targets.
7391
7392 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
7393
7394 * gdb.asm: New directory.
7395 * configure.in: Configure it.
7396 * configure: Regenerate.
7397 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
7398 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
7399
7400 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
7401
7402 * config/mn10300-eval.exp: New file to support MN10300 eval board.
7403
7404 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
7405
7406 * gdb.base/overlays (several files): Merge the two overlay
7407 managers into one. Change variables (foox, barx, bazx, grbxx)
7408 back into ints but force them to load in their proper sections.
7409
7410 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
7411
7412 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
7413 on-chip insn memory and IMAP1 to upper 128k.
7414 (D10VCopy): Handle memory regions crossing 16k boundaries.
7415 (D10VCopy): Transfer data in 32 bit chunks.
7416
7417 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
7418
7419 * gdb.base/overlays.c (main): Exit normally when result is
7420 correct.
7421
7422 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
7423 map. Include space for printf in .text segment.
7424
7425 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
7426 updated d10v memory VMA/LMA map.
7427 (D10VCopy): Call D10VTranslate.
7428
7429 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
7430
7431 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
7432
7433 * gdb.base/bar.c (barx, bar): Change variable to small array so
7434 that it won't be put into the .sdata - small data -
7435 section. Update reference.
7436 * gdb.base/baz.c (bazx, baz): Ditto.
7437 * gdb.base/foo.c (foox, foo): Ditto.
7438 * gdb.base/grbx.c (grbxx, grbx): Ditto.
7439
7440 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
7441 to be arrays.
7442
7443 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
7444
7445 * gdb.base/overlays.exp: fix up and get working again.
7446 Add tests for backtraces from an overlay function.
7447
7448 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
7449
7450 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
7451 "calling function with watchpoint enabled".
7452
7453 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
7454
7455 * gdb.base/break.exp (test_next_with_recursion): Remove
7456 gdb_suppress_tests for d10v-*-*.
7457 * lib/gdb.exp (gdb_suppress_tests): Disable this function
7458 pending review of whether it is useful or not.
7459
7460 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
7461
7462 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
7463
7464 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
7465
7466 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
7467 * config/dve.exp: New file to support Densan boards.
7468
7469 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
7470
7471 * gdb.base/interrupt.exp: Document problem of simulators, signals,
7472 reads and BSD.
7473
7474 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
7475
7476 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
7477 response.
7478
7479 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
7480
7481 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
7482
7483 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
7484 test.
7485
7486 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
7487 target_sizeof_long and target_bigendian_p.
7488 (structs_by_value, structs_by_reference): Check values according
7489 to targets word size and endianess.
7490
7491 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
7492
7493 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
7494 output.
7495
7496 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
7497
7498 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
7499 Update test of set args help to match source change.
7500
7501 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
7502
7503 * gdb.base/default.exp: Expect help system output to be in
7504 alphabetical order.
7505 * gdb.base/help.exp: Ditto.
7506
7507 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
7508
7509 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
7510 "i*86-pc-linux-gnu*".
7511 * gdb.base/interrupt.exp: Ditto.
7512 * gdb.base/corefile.exp: Ditto.
7513
7514 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
7515 define vxworks when building the testcase.
7516
7517 * gdb.base/ptype.exp: Fix testnames to be unique.
7518 * gdb.base/radix.exp: Ditto.
7519 * gdb.base/term.exp: Ditto.
7520 * gdb.base/whatis.exp: Ditto.
7521 * gdb.c++/classes.exp: Ditto.
7522
7523 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
7524
7525 * gdb.base/callfuncs.exp: Fix indentation.
7526
7527 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
7528 suppress_flag has been set.
7529 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
7530 target feature.
7531
7532 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
7533
7534 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
7535 the testcase.
7536
7537 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
7538 set_debug_traps() and breakpoint().
7539 * gdb.c++/misc.cc (main): Ditto.
7540 * gdb.c++/templates.cc (main): Ditto.
7541 * gdb.c++/virtfunc.cc (main): Ditto.
7542
7543 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
7544
7545 * lib/gdb.exp(gdb_step_for_stub): New function.
7546 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
7547 exists, reload the executable and do a "continue" instead of
7548 doing a jump.
7549 (runto_main): Use gdb_step_for_stub.
7550
7551 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
7552 tests to have unique names.
7553 * gdb.base/callfuncs.exp: Ditto.
7554 * gdb.base/commands.exp: Ditto.
7555 * gdb.base/default.exp: Ditto.
7556 * gdb.base/help.exp: Ditto.
7557 * gdb.base/list.exp: Ditto.
7558 * gdb.base/opaque.exp: Ditto.
7559 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
7560 similar tests.
7561
7562 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
7563 * gdb.c++/cplusfuncs.cc: Ditto.
7564 * gdb.c++/virtfunc.cc: Ditto.
7565
7566 * config/monitor.exp: Keep track of the last file we saw, rather
7567 than trying to get the info from gdb.
7568
7569 * gdb.fortran/types.exp: Move comment to previous line.
7570
7571 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
7572
7573 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
7574 target mode.
7575
7576 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
7577
7578 From Bob Manson:
7579 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
7580 string from GDB when it connects.
7581
7582 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
7583
7584 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
7585
7586 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
7587 if we can't get a debug format from GDB (we may be testing an
7588 older GDB). Use a 10 second timeout when checking for the format.
7589
7590 * gdb.stabs/weird.exp: Fix quoting.
7591
7592 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
7593
7594 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
7595
7596 * config/arm-ice.exp: New file.
7597
7598 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
7599
7600 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
7601 until it has been modified to work with the new testsuite.
7602
7603 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
7604 testcase won't compile, cause all of the testcases in the file to
7605 fail instead.
7606
7607 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
7608 (gdb_clear_suppressed): New procedure.
7609 (gdb_stop_suppressing_tests): Only clear suppress_flag if
7610 it contains a positive value.
7611
7612 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
7613
7614 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
7615
7616 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
7617
7618 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
7619
7620 * lib/gdb.exp (setup_xfail_format): New function.
7621 (get_debug_format): New function to get debug format.
7622 (debug_format): New global variable to hold last value set
7623 by get_debug_format.
7624 * gdb.base/list.exp: Call get_debug_format and expect some
7625 tests to fail for DWARF 1 and COFF formats.
7626 * gdb.c++/ptype.exp: Ditto.
7627 * gdb.c++/classes.exp: Ditto.
7628 * gdb.c++/cplusfuncs.exp: Ditto.
7629 * gdb.c++/inherit.exp: Ditto.
7630 * gdb.c++/templates.exp: Ditto.
7631 * gdb.c++/virtfunc.exp: Ditto.
7632
7633 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
7634
7635 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
7636 host doesn't have a currently-open connection.
7637
7638 * config/sparclet.exp: Cleanups and fixes to make it generic for
7639 any gdb stub target. Handle cases where gdb doesn't respond when
7640 interrupted in a sane fashion.
7641
7642 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
7643 same thing in a totally different way.
7644
7645 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
7646 setting "timeout".
7647 (gdb_start): We set the global gdb_prompt variable in
7648 default_gdb_init now.
7649
7650 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
7651
7652 * gdb.base/printcmds.exp: Fix "check for floating addition"
7653 regexp to accept results within approx +/- .01 of exact value.
7654 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
7655
7656 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
7657
7658 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
7659 properly.
7660 (gdb_expect): Add optional timeout parameter, and add timeout
7661 value to various calls.
7662 (gdb_suppress_tests): Only give one warning message per group.
7663
7664 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
7665
7666 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
7667 global variables. Handle getting a value for $timeout more
7668 gracefully.
7669
7670 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
7671
7672 * lib/gdb.exp: Close connection to remote host if gdb doesn't
7673 initialize.
7674 (default_gdb_init): New procedure; allow gdb_init to be overridden
7675 by a target configuration file.
7676 (gdb_expect): Pass the timeout to remote_expect.
7677
7678 * config/monitor.exp(gdb_load): Fix typo in regexp.
7679
7680 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
7681
7682 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
7683
7684 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
7685
7686 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
7687 here. Call gdb_target_exec before rebooting the target, to make
7688 sure the connection to the target is closed.
7689 (gdb_load): Pass the name of the executable to gdb_target_monitor.
7690 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
7691 Also detect "Timeout reading from remote" error.
7692
7693 * config/gdbserver.exp: Pass the executable being loaded to
7694 gdb_target_monitor. Don't call gdb_file_cmd here; let
7695 gdb_target_monitor do it.
7696
7697 * gdb.disasm/hppa.exp: Don't use exec_output.
7698
7699 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
7700
7701 * gdb.base/list.exp: If we're debugging a non-native target,
7702 try to set the pc register to point to the start of the
7703 program before doing the first list command.
7704
7705 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
7706 test_calls after restarting.
7707
7708 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
7709 reloading.
7710
7711 * gdb.base/watchpoint.exp: Fix typo.
7712
7713 * gdb.base/setshow.exp: Check for use_gdb_stub.
7714
7715 * gdb.base/break.exp: Fix continue until exit test for the gdb
7716 stub case.
7717 * gdb.base/langs.exp: Ditto.
7718
7719 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
7720 gdb_load_offset. If we weren't given a file to load, figure out
7721 what the current file is and use it.
7722
7723 * config/i386-bozo.exp: New file.
7724
7725 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
7726
7727 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
7728 feature.
7729
7730 * config/proelf.exp: New entry.
7731
7732 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
7733
7734 * lib/gdb.exp: Remove spurious .* patterns at the beginning
7735 of regexps.
7736
7737 * gdb.base/watchpoint.exp: Don't run the test_stepping
7738 tests if gdb can't call functions on the target.
7739
7740 * gdb.base/setshow.exp: Don't run the set prompt tests if
7741 the board has gdb_prompt set.
7742
7743 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
7744
7745 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
7746 * gdb.base/commands.exp: Likewise.
7747 * gdb.base/setshow.exp: Likewise.
7748
7749 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
7750
7751 * config/monitor.exp(gdb_start): Look for gdb_prompt target
7752 feature.
7753
7754 * config/i960.exp: New file.
7755
7756 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
7757
7758 * gdb.base/funcargs.exp: Check for gdb,short_int target
7759 feature instead of looking for explicit target triplets.
7760
7761 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
7762
7763 * gdb.base/printcmds.exp: add a couple more tests a la
7764 "p 123DEADBEEF", to check parse_number.
7765 * top.c: change "to enable to enable" to "to enable" in a couple
7766 of help strings.
7767
7768 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
7769
7770 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
7771 on the mn10300.
7772
7773 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
7774
7775 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
7776 where the test executable is run with explicit args.
7777 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
7778
7779 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
7780
7781 * gdb.base/run.c: Use FAKEARGV to build test executable that
7782 does not require a command line arg, since most simulators
7783 don't currently support passing such an arg into the simulated
7784 program.
7785 * gdb.base/commands.exp: Change tests to insert the proper
7786 value as the arg to the first recursive factorial call. Change
7787 compilation line to define FAKEARGV at compile time.
7788
7789 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
7790
7791 * gdb.base/recurse.exp: Enable these tests for the mn10300.
7792 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
7793 function with watchpoint enabled" test.
7794
7795 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
7796
7797 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
7798 Don't call gdb_test when the command doesn't return to a gdb prompt.
7799
7800 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
7801 "Tests restarted" messages.
7802
7803 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
7804
7805 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
7806
7807 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
7808
7809 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
7810 for INFO SYMBOL; add help tests for OVERLAY commands.
7811 * gdb.base/default.exp: add tests for INFO SYMBOL command;
7812 add tests for OVERLAY commands
7813 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
7814 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
7815 * gdb.base/sigall.c: add usestubs code frag
7816 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
7817
7818 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
7819
7820 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
7821 failures.
7822 (gdb_stop_suppressing_tests): Note that tests have restarted.
7823
7824 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
7825
7826 * config/h8300.exp: New file.
7827
7828 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
7829
7830 * gdb.base/setshow.exp: Check for the existence of a
7831 feature, not its value.
7832
7833 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
7834
7835 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
7836
7837 * gdb.base/scope.exp: It's now init0(), not init().
7838
7839 * gdb.base/scope0.c: For now, change init() to be init0().
7840
7841 * config/monitor.exp: Use gdb_serial in preference to serial
7842 or netport.
7843
7844 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
7845 and it's not already set.
7846
7847 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
7848
7849 * gdb.base/setshow.exp: Only test the run command if the target
7850 isn't using a stub and if it supports argument passing.
7851
7852 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
7853
7854 * config/udi.exp(gdb_start): Make sure UDICONF is set
7855 properly before starting gdb.
7856
7857 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
7858
7859 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
7860 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
7861 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
7862
7863 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
7864
7865 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
7866 specialized code to reboot the board, use remote_reboot instead.
7867
7868 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
7869
7870 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
7871
7872 * config/monitor.exp: Make sure we disconnect from the target.
7873 Also, try a reboot/reload cycle instead of failing if the
7874 load fails.
7875
7876 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
7877
7878 * gdb.base/default.exp: Don't set match_max.
7879 * gdb.base/help.exp: Ditto.
7880 * gdb.base/list.exp: Ditto.
7881 * gdb.base/signals.exp: Ditto.
7882
7883 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
7884 set, use remote_ld to download the testcase instead of
7885 the GDB loader.
7886
7887 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
7888
7889 * config/vr5000.exp: New file.
7890
7891 * config/monitor.exp(gdb_target_monitor): Add pattern for
7892 "Ending remote" to detect errors in connecting.
7893
7894 * gdb.base/setshow.exp: Add .* within auto language test.
7895
7896 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
7897 target feature.
7898
7899 * config/monitor.exp(gdb_load): Check for a failure when loading,
7900 and reboot the board if necessary.
7901
7902 * gdb.base/setvar.exp(test_set): Handle multiple prints within
7903 a set of tests. Remove print.* from the patterns being checked.
7904
7905 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
7906
7907 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
7908 refer to gdb_spawn_id.
7909
7910 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
7911 longer used.
7912 * config/sparclet.exp: Ditto.
7913 * config/sparclet-old.exp: Ditto.
7914 * config/slite.exp: Ditto.
7915 * config/sim.exp: Ditto.
7916 * gdb.base/funcargs.exp: Ditto.
7917
7918 * lib/gdb.exp:Remove references to gdb_spawn_id.
7919 (gdb_expect): Move to remote.exp.
7920
7921 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
7922
7923 * config/monitor.exp: Detect the "Couldn't establish connection"
7924 message from GDB.
7925
7926 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
7927
7928 * gdb.base/bitfields.exp: Use runto instead of explicit
7929 gdb_run_cmd/gdb_expect sequences.
7930
7931 * gdb.base/break.exp(text_next_with_recursion): Add match for
7932 gdb_expect call.
7933
7934 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
7935 We also need to handle the "A program is being debugged already"
7936 prompt from gdb. Use gdb_test to set the baud rate.
7937
7938 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
7939 to 20000. Really. I mean it.
7940
7941 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
7942
7943 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
7944 fails. If suppress_flag is set, skip perror message about not
7945 being able to send to GDB.
7946 (send_gdb): If suppress_flag is set, don't try to send commands to
7947 GDB.
7948 (gdb_expect): If suppress_flag is set, always fail immediately.
7949 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
7950 (gdb_init): Call gdb_stop_suppressing_tests.
7951 (default_gdb_exit): Ditto.
7952 (default_gdb_start): Ditto.
7953
7954 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
7955 gdb_stop_suppressing_tests as appropriate.
7956 * gdb.base/break.exp: Ditto.
7957 * gdb.base/callfuncs.exp: Ditto.
7958 * gdb.base/commands.exp: Ditto.
7959 * gdb.base/exprs.exp: Ditto.
7960 * gdb.base/funcargs.exp: Ditto.
7961 * gdb.base/list.exp: Ditto.
7962 * gdb.base/recurse.exp: Ditto.
7963 * gdb.base/scope.exp: Ditto.
7964 * gdb.base/structs.exp: Ditto.
7965 * gdb.c++/inherit.exp: Ditto.
7966
7967 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
7968
7969 * config/vr4300.exp: New file.
7970
7971 * gdb.*/*.exp: Call gdb_expect instead of expect.
7972
7973 * lib/gdb.exp(gdb_expect): New function.
7974
7975 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
7976
7977 * lib/gdb.exp(gdb_init): New function.
7978
7979 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
7980 for each individual variable set.
7981
7982 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
7983 name.
7984
7985 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
7986
7987 * gdb.base/scope.exp: Use gdb_test.
7988
7989 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
7990 aborting; the testsuite driver will do that for us (see
7991 gdb_finish). Also, use gdb_test in a few more places.
7992
7993 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
7994
7995 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
7996
7997 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
7998
7999 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
8000 and "add_tests" are not at the same address.
8001
8002 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
8003
8004 * gdb.base/ptype.exp: Use gdb_test.
8005
8006 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
8007
8008 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
8009 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
8010 left in. No longer expect them to fail.
8011
8012 * gdb.stabs/*.mt; Deleted, no longer used.
8013 * gdb.stabs/configure.in: Remove references to target makefile
8014 frags.
8015 * gdb.stabs/configure: Rebuilt.
8016
8017 * gdb.disasm/*.mt: Deleted, no longer used.
8018 * gdb.disasm/configure.in: Remove references to target makefile
8019 frags. Use "sh3.s" as the unique filename for this directory.
8020 * gdb.disasm/configure: Rebuilt.
8021
8022 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
8023 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
8024 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
8025
8026 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
8027
8028 * config/udi.exp: Use mondfe,name instead of remote_host.
8029
8030 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
8031
8032 * gdb.base/watchpoint.exp: Don't expect a failure when calling
8033 a function with a watchpoint enabled on the mn10200.
8034
8035 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
8036 before trying to create it!
8037
8038 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
8039
8040 * config/vx.exp: Use hostname instead of netport.
8041
8042 * config/vxworks.exp: New file.
8043
8044 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
8045
8046 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
8047 gdb before assuming everything worked. Send a ^C if a timeout
8048 occurs.
8049
8050 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
8051 $gdb_spawn_id directly.
8052 (gdb_run_cmd): Try _start as well as start. Use the target feature
8053 gdb,start_symbol as the symbol to start from when jumping.
8054
8055 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
8056
8057 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
8058 redundant) test.
8059
8060 * gdb.base/recurse.exp: Relax final value test for 'b' so that
8061 it doesn't lose for 16bit integer systems.
8062
8063 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
8064
8065 * gdb.fortran/types.exp: If the target doesn't support "double"
8066 data types, then expect "real" types to only be 4 bytes.
8067
8068 * gdb.c++/virtfunc.exp: Expect failure for virtual function
8069 call tests if the target doesn't support inferior function calls.
8070
8071 * gdb.base/printcmds.exp: Allow minor deviation in FP values
8072 in printf tests.
8073
8074 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
8075
8076 * gdb.base/help.exp: Disable "help set", "help show", and
8077 "help support". Simplify regexp for "help stack".
8078
8079 * gdb.base/default.exp: Set match_max to 5000 and the timeout
8080 to 60 seconds. Temporarily set match_max to 15000 around the
8081 "info copying" test.
8082
8083 * gdb.base/nodebug.exp: Don't try to do an inferior function
8084 call if the target doesn't support them.
8085 * gdb.base/printcmds.exp: Likewise.
8086 * gdb.base/setvar.exp: Likewise.
8087 * gdb.base/structs.exp: Likewise.
8088 * gdb.c++/templates.exp: Likewise.
8089 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
8090
8091 * gdb.base/recurse.exp: Enable for the mn10200.
8092
8093 * configure.in: Do configure gdb.stabs directory for *-*-elf
8094 targets.
8095 * configure: Rebuilt.
8096
8097 * gdb.base/break.exp: Check for gdb,noresults before testing
8098 exit status and/or results from the target.
8099 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
8100 * lib/gdb.exp: Remove old (now bogus) initialization of
8101 noinferior, noargs, noresults and nosignals.
8102
8103 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
8104
8105 * config/sh.exp: New file.
8106
8107 * config/slite.exp: Try to connect multiple times to the board
8108 before rebooting. Only send a "monitor run" if need_monitor_run
8109 is set.
8110
8111 * gdb.base/break.exp: Don't do the "stub continue" test if
8112 the target has gdb_stub set.
8113
8114 * gdb.base/callfuncs.exp: Increase the timeout.
8115
8116 * gdb.base/interrupt.exp: Don't even try to compile the testcase
8117 if the target has gdb,noinferiorio set.
8118
8119 * gdb.base/list.exp: Increase match_max to 10000 characters.
8120
8121 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
8122
8123 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
8124 target.
8125
8126 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
8127
8128 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
8129
8130 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
8131 trying to delete the copy of gdb. Catch the file delete so we
8132 don't die if the delete fails; also, the file should be copied to
8133 the host, not to the build.
8134
8135 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
8136
8137 * lib/gdb.exp(gdb_test): Surround the result pattern with
8138 parenthesis in case it contains multiple regexps separated
8139 with |.
8140
8141 * gdb.base/watchpoint.exp: Use gdb_test.
8142 * gdb.base/default.exp: Ditto.
8143
8144 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
8145
8146 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
8147
8148 * gdb.base/scope.exp: Use gdb_test.
8149 * gdb.c++/classes.exp: Ditto.
8150 * gdb.c++/inherit.exp: Ditto.
8151
8152 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
8153
8154 * gdb.base/crossload.exp: Don't use execute_anywhere, use
8155 remote_exec instead.
8156 * gdb.base/corefile.exp: Don't be ridiculous.
8157 * gdb.base/*.c: Add missing stub invocations.
8158
8159 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
8160
8161 * config/slite.exp: Miscellaneous fixes.
8162
8163 * lib/gdb.exp: Fix runto.
8164
8165 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
8166 the target.
8167
8168 * gdb.base/watchpoint.exp: Fix regexp.
8169
8170 * lib/gdb.exp(default_gdb_exit): Add a catch to the
8171 close and wait commands, as the descriptor may now be
8172 invalid. Always call "remote_close host".
8173
8174 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
8175
8176 Major rewrite for testsuite revision.
8177
8178 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
8179 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
8180 instead of relying on spawn_id to always contain a valid
8181 spawn id.
8182 (get_compiler_info): New procedure to build the ${binfile}.ci
8183 file, instead of replicating this in N different places.
8184 (gdb_compile): New procedure.
8185
8186 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
8187 appropriate arguments) instead of compile. Use gdb_test in a lot
8188 more places. Use send_gdb instead of send. Always run gdb_start
8189 at the start of a testcase, as this is no longer done magically.
8190
8191 config/*-gdb.exp: Rename without the -gdb suffix.
8192
8193 config/mips.exp: Use remote_close instead of exit_remote_shell.
8194 config/monitor.exp: Use target_info instead of looking at
8195 baud, timeout, etc.
8196 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
8197
8198 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8199
8200 * gdb.c++/templates.exp (test_ptype_of_templates),
8201 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
8202 Update expect patterns for destructors and assignment operators
8203 to match corresponding c-typeprint.c changes.
8204 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
8205 to destructor breakpoint test, GDB should be able to set the
8206 destructor breakpoint without specifying arguments.
8207
8208 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
8209
8210 * gdb.threads/pthreads.exp: Change result for failure to compile due
8211 to lack of pthreads runtime support from an error to simply an
8212 unsupported test, per dejagnu standards.
8213
8214 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8215
8216 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
8217 where GDB exits to reduce pattern match time.
8218 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
8219
8220 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
8221
8222 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
8223
8224 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
8225 * gdb.base/default.exp: ditto.
8226 * gdb.base/nodebug.exp: ditto.
8227 * gdb.base/printcmds.exp: ditto.
8228 * gdb.base/ptype.exp: ditto.
8229 * gdb.base/setvar.exp: ditto.
8230 * gdb.base/structs.exp: ditto.
8231 * gdb.base/setshow.c: Guard against uninitialized values of argc.
8232
8233 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
8234
8235 * configure, */configure: Rebuild with autoconf 2.12.
8236
8237 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
8238
8239 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
8240 use new i*86-pc-linux*-gnu quads.
8241 * gdb.base/corefile.exp: Ditto.
8242 * gdb.base/signals.exp: Ditto.
8243 * gdb.base/sigall.exp: Ditto.
8244 * gdb.base/interrupt.exp: Ditto.
8245
8246 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
8247 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
8248 RedHat 4.0.
8249
8250 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
8251 linux. This allows the test case to at least compile on latest
8252 linux, but still not run due to missing the threads runtime library.
8253
8254 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8255
8256 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
8257 directory to search gdb directory. Accept and step over conditional
8258 stack alignment code. Consume $prompt in failure cases.
8259 Reset timeout to $oldtimeout instead of some arbitrary value.
8260 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
8261 timeout problems with infinite stack backtraces.
8262 * gdb.base/ptype.exp (ptype struct link, union tu_link):
8263 Accept function parameters for linkfunc member.
8264
8265 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
8266
8267 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
8268 (CXXFLAGS): Remove, unreferenced.
8269 (B_OPTIONS): Add for -B options and add code to initialize with
8270 previous -B options and also add -B option to pick up cross compiled
8271 runtime.
8272 (TARGET_INCLUDES): Add for -I options and add code to initialize when
8273 doing cross compiles.
8274 (target_alias): Declare global.
8275 (xgcc): Set variable to full path of gcc in build tree. Use findfile
8276 to verify that gcc exists in build tree, and if so set CC to that
8277 gcc and to use B_OPTIONS and TARGET_INCLUDES.
8278
8279 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
8280
8281 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
8282 ptype test for anonymous union. Fixup testcase to match
8283 current gcc debug output.
8284
8285 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
8286
8287 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
8288 force argument to an unsigned long type.
8289
8290 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
8291
8292 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
8293 tests and anonymous union print/ptype tests.
8294 * gdb.base/list.exp (test_forward-search): Increase timeout by
8295 5 minutes for the "search extremely long line" case.
8296 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
8297 completely optional and that the pass/fail messages use the command as
8298 the message if that third arg is a null string.
8299 (gdb_test_exact): Arrange that a null string pattern means match a
8300 null string output rather than any output, which might include random
8301 errors.
8302 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
8303 backtrace test.
8304 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
8305 always failing and failure is now exposed by gdb.exp changes.
8306
8307 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
8308
8309 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
8310 weren't being noted.
8311
8312 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8313
8314 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
8315 * gdb.stabs/weird.exp: Remove v_comb xfails.
8316
8317 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
8318
8319 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
8320 list.exp scope.exp watchpoint.exp]
8321 Make all timeout error msgs explicitly say "(timeout)".
8322
8323 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
8324
8325 * config/monitor.exp: Increase download timeout to 1000 seconds.
8326
8327 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
8328
8329 * config/m32r.exp: Increase timeout to 120 seconds.
8330
8331 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
8332
8333 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
8334 and accept older ordering as obsolescent gcc or gdb.
8335 * gdb.c++/templates.exp: Ditto.
8336 * gdb.c++/virtfunc.exp: Ditto.
8337
8338 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
8339
8340 * gdb.base/coremaker.c: Add code to mmap some data so we
8341 can check that it ends up in the core file.
8342 * gdb.base/corefile.exp: Add test to read mmapped data
8343 from core file.
8344
8345 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
8346
8347 * config/m32r.exp: New file.
8348
8349 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
8350
8351 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
8352 that cflags can contains -gstabs, and work correctly for other tests.
8353
8354 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
8355
8356 * gdb.base/setshow.exp: New file, tests show and set.
8357 * gdb.base/setshow.c: New file, tests show and set.
8358 * gdb.base/help.exp: Add test for help set|show annotate.
8359 * gdb.base/default.exp: Add test for set|show annotate.
8360
8361 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
8362
8363 * testsuite/gdb.base/break.exp: Make backtrace from factorial
8364 errors unique.
8365 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
8366 explicitly.
8367
8368 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
8369
8370 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
8371 and width commands. This is done elsewhere.
8372 * (gdb_start): Don't call gdb_start_sim here. That's already
8373 done in gdb_load. This fixes lots of failures in default.exp.
8374
8375 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
8376
8377 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8378 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
8379 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
8380 in the same we we treat other failures (since it may be an expected
8381 condition), rather than as an error.
8382 * gdb.base/signals.exp (test_handle_all_print): Revert back to
8383 old test format.
8384
8385 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
8386
8387 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
8388 (distclean maintainer-clean realclean): No need to remove files
8389 twice. Nuke the duplicates.
8390 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
8391 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
8392 Remove config.h along with other config files.
8393
8394 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
8395
8396 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
8397 "p func1 ()" and note that rests of tests are skipped.
8398 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
8399 setup_xfails for "print func2::coremaker_local".
8400 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
8401 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
8402 affected by the previous run test.
8403 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
8404 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
8405 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
8406 "pass int powerset tuple" and "pass modeless int powerset tuple".
8407 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
8408 "real write 4" and "real write 8".
8409 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
8410 setup_xfails for "print vs1 after tuple assign 2",
8411 "print \$i after tuple assign 2", and
8412 "print vs2 after tuple assign 2".
8413 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
8414 meaningful error message and return -1 so the caller can
8415 suppress further tests and avoid a cascade of errors.
8416
8417 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
8418
8419 * gdb.base/a1-selftest.exp: Tweak tests to account for new
8420 format for printing version.
8421 * gdb.base/default.exp: Ditto.
8422 * gdb.base/interrupt.exp: Fix problem with cascade of
8423 errors if child process dies while calling a function.
8424
8425 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
8426
8427 * Makefile.in (VPATH): Add
8428 * Makefile.in (Makefile, config.status): Fix rules so things get
8429 remade when necessary.
8430
8431 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
8432
8433 * Makefile.in (just-check): Add path to sibling expect dir
8434 to environment variable specified by RPATH_ENVVAR.
8435
8436 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
8437
8438 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
8439 (just-check): Add shared library paths for libstdc++, tk,
8440 tcl, bfd, and opcodes to the environment variable specified
8441 in RPATH_ENVVAR.
8442 * configure.in: Add support to recognize --enable-shared flag
8443 and generate correct value for RPATH_ENVVAR.
8444 * configure: Regenerated with autoconf.
8445
8446 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
8447
8448 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
8449 include all osf versions.
8450 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
8451 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
8452 when target is linux. When failing to build pthreads test
8453 executable, give more meaningful message.
8454 * gdb.threads/pthreads.c: Hpux also uses old definition of second
8455 arg for pthread_create.
8456
8457 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
8458
8459 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
8460 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
8461 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
8462 and -lpthreads (everybody else).
8463 (test_startup): Fail gracefully if threads are not supported.
8464 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
8465 "p/c array_index("abcdef",2)" when not gcc compiled.
8466 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
8467 "print func2::coremaker_local" when not gcc compiled.
8468 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
8469 "ptype on opaque struct tagname (statically)",
8470 "ptype on opaque struct tagname (dynamically) 1", and
8471 "ptype on opaque struct tagname (dynamically) 2"
8472 for not compiled with gcc.
8473 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
8474 backtrace when compiled with gcc.
8475 * lib/gdb.exp (runto_main): Return result of "runto main" rather
8476 than always return success.
8477
8478 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
8479
8480 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
8481
8482 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
8483
8484 * gdb.base/structs.exp: Undo last change.
8485
8486 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
8487
8488 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
8489 encapsulate all the steps/nexts done during self test, starting
8490 at main, and makes them less sensitive to optimization issues.
8491 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
8492 signal handler" test.
8493 * gdb.threads/pthreads.exp: Only run this for native configs.
8494 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
8495 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
8496 tests.
8497 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
8498 for "runto test_calls(void)" test.
8499
8500 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
8501
8502 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
8503 and don't expect address info in breakpoint confirmations.
8504
8505 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
8506
8507 * gdb.base/list.exp (test_forward_search): Increase timeout
8508 temporarily by 60 seconds for searching extremely long line,
8509 and then reset to old value when done. Increase expect input
8510 buffer to 10000.
8511
8512 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
8513
8514 * gdb.base/list.exp (test_forward_search): Fix to handle very
8515 long source line without overflowing expect's input buffer.
8516
8517 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
8518
8519 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
8520 "buffer_full".
8521
8522 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
8523 "buffer_full".
8524
8525 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
8526 "buffer_full".
8527
8528 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
8529 "buffer_full".
8530
8531 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
8532
8533 * configure.in (configdirs): Add gdb.threads.
8534 * configure: Regenerated with autoconf.
8535 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
8536 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
8537 * gdb.threads/configure: New, generated with autoconf.
8538
8539 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
8540
8541 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
8542
8543 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
8544
8545 * gdb.base/signals.exp (test_handle_all_print): Test separately for
8546 each signal's status in the output of "handle all print".
8547 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
8548 the \r\n sequence that immediately precedes the gdb prompt.
8549 * gdb.base/a1-selftest.exp: Save original timeout and restore
8550 after test.
8551
8552 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
8553
8554 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
8555 symbol.
8556
8557 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
8558
8559 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
8560
8561 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
8562
8563 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
8564 timeout by 60 seconds.
8565
8566 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
8567
8568 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
8569 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
8570 error return.
8571
8572 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
8573
8574 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
8575 gdb initialization, also report how long dejagnu waited. Restore
8576 old timeout before doing error return. Temporarily increase timeout
8577 by 3 minutes to allow for slow startups over heavy NFS use.
8578
8579 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
8580
8581 * lib/gdb.exp: Report timeout value for verbosity level 2.
8582 * config/gdbserver.exp: Ditto.
8583 * config/hppro.exp: Ditto.
8584 * config/mips-gdb.exp: Ditto.
8585 * config/monitor.exp: Ditto.
8586 * config/netware.exp: Ditto.
8587 * config/sim-gdb.exp: Ditto.
8588 * config/slite-gdb.exp: Ditto.
8589 * config/udi-gdb.exp: Ditto.
8590 * config/unix-gdb.exp: Ditto.
8591 * config/vx-gdb.exp: Ditto.
8592 * gdb.base/a1-selftest.exp: Ditto.
8593 * gdb.base/a2-run.exp: Ditto.
8594 * gdb.base/break.exp: Ditto.
8595 * gdb.base/corefile.exp: Ditto.
8596 * gdb.base/list.exp: Ditto.
8597 * gdb.base/recurse.exp: Ditto.
8598 * gdb.base/scope.exp: Ditto.
8599 * gdb.base/signals.exp: Ditto.
8600
8601 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8602
8603 * gdb.threads/Makefile.in (docdir): Removed.
8604
8605 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8606
8607 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
8608 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
8609 @srcdir@.
8610 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
8611 autoconf 2.5 or higher.
8612 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
8613
8614 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
8615
8616 * configure: Regenerated.
8617 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
8618 avoid name clashes with SunOS headers.
8619
8620 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
8621
8622 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
8623
8624 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
8625
8626 * gdb.base/callfuncs.exp: Finish last change -- make sure the
8627 prototype information ends up in the compiler info file.
8628
8629 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
8630
8631 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
8632 attempting to regenerate it. Eliminate use of a temporary file
8633 and just generate the info file directly. Source it immediately,
8634 for consistency of use.
8635 * gdb.base/corefile.exp: Ditto
8636 * gdb.base/exprs.exp: Ditto.
8637 * gdb.base/funcargs.exp: Ditto.
8638 * gdb.base/langs.exp: Ditto.
8639 * gdb.base/list.exp: Ditto.
8640 * gdb.base/mips_pro.exp: Ditto.
8641 * gdb.base/nodebug.exp: Ditto.
8642 * gdb.base/opaque.exp: Ditto.
8643 * gdb.base/ptype.exp: Ditto.
8644 * gdb.base/scope.exp: Ditto.
8645 * gdb.base/setvar.exp: Ditto.
8646 * gdb.base/signals.exp: Ditto.
8647 * gdb.base/whatis.exp: Ditto.
8648 * gdb.c++/templates.exp: Ditto.
8649 * gdb.c++/virtfunc.exp: Ditto.
8650 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
8651 whether or not to add -lstdc++ to the compile command line args.
8652
8653 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8654
8655 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
8656 it got fixed by the recent lookup_minimal_symbol_by_pc change.
8657 Increase timeout, a lot of single stepping might be needed if the
8658 target has no hardware watchpoints.
8659
8660 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
8661
8662 * gdb.base/break.exp: Ignore compiler warnings when compiling
8663 break.c.
8664 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
8665 * gdb.base/default.exp: Add h8300 xfails. Handle messages
8666 from remote-sim.
8667 * gdb.base/exprs.exp: Add h8300 xfails.
8668 * gdb.base/funcargs.exp: Likewise.
8669 * gdb.base/nodebug.exp: Likewise.
8670 * gdb.base/printcmds.exp: Likewise.
8671 * gdb.base/ptype.exp: Likewise.
8672 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
8673 h8300 xfails.
8674 * gdb.base/return.exp: Handle float/double precision problems
8675 on the h8300.
8676 * gdb.base/funcargs.c: Explicitly make last constant argument to
8677 call_after_alloca_subr an unsigned long type.
8678 * gdb.base/return.c: Include stdio.h.
8679
8680 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
8681
8682 * config/abug.exp: New file for the older Motorola Bug monitor
8683 that runs on the mvme13x series VME boards.
8684 * config/monitor.exp: Use the new config array for target settings
8685 if they exist.
8686
8687 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
8688
8689 * sim-gdb.exp: Make the SH simulator allocate less space when
8690 it is targeted.
8691
8692 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
8693
8694 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
8695 test.
8696
8697 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
8698
8699 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
8700 "rs6000-*-*" for "list function in include file" when gcc compiled.
8701 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
8702 for "p ctable1[120]".
8703 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
8704 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
8705 Remove setup_xfail for "rs6000-*-*" for
8706 "print 'scope0.c'::filelocal before run".
8707 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
8708 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
8709 since some compilers don't allow both options to be given
8710 on the same command line. Create object file and move it.
8711
8712 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
8713
8714 * gdb.base/corefile.exp: Always regenerate the core file, since
8715 we always regenerate the coremaker program. Detect special case
8716 where registers cannot be read from core file.
8717
8718 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
8719
8720 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
8721 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
8722 * gdb.c++/templates.exp: Only match on basename of file since
8723 some formats like xcoff don't encode directory information.
8724 * gdb.stabs/weird.exp: Use the right sed script for powerpc
8725 and rs6000 AIX xcoff targets.
8726 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
8727 * configure: Regenerate.
8728 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
8729 here, rather than in distclean.
8730
8731 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
8732
8733 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
8734 defined, and use it to compile the test case with -O2. The
8735 native compilation still uses no optimization.
8736 * gdb.base/mips_pro.c: Remove inline assembly code since
8737 it is compiled PIC by default, which results in assembler
8738 warnings that make the testsuite think the compilation
8739 was unsuccessful.
8740
8741 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
8742
8743 * gdb.c++/misc.exp: Add note to message for
8744 "print s.a for foo struct" that this is a known gcc 2.7.2
8745 and earlier bug.
8746
8747 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
8748
8749 * gdb.base/break.exp: Fix pattern for matching "Delete all
8750 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
8751 setup_xfail for deleting all breakpoints test. Fix various
8752 timeout messages to include "(timeout)".
8753 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
8754 for "p t_float_values2(3.14159,float_val2)".
8755 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
8756 for "continue to call2g" when gcc compiled.
8757 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
8758 "up to foo in langs.exp", "show language at foo in langs.exp",
8759 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
8760 and "show language at fsub in langs.exp".
8761 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
8762 "list line 1 in include file", "list message for lines past EOF",
8763 "list function in include file", "list list0.h:foo", and
8764 "list filename:function; nonexistant function".
8765 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
8766 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
8767 and "ptype t_char_array" to be for native cc only.
8768
8769 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
8770
8771 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
8772 setup_xfail for "print coremaker_bss", "print coremaker_ro",
8773 "print func2::coremaker_local", and "backtrace in corefile.exp".
8774
8775 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
8776
8777 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
8778 "bt in signals.exp". This problem only appears when running
8779 the testsuite, and then only intermittently.
8780
8781 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
8782
8783 * gdb.base/return.exp (return_tests): Differentiate between
8784 two tests of continuing.
8785
8786 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
8787
8788 * */Makefile.in (maintainer-clean): Remove config.log.
8789 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
8790 * gdb.c++/Makefile.in (PROGS): Add inherit.
8791 (clean): Remove *.ci.
8792
8793 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
8794
8795 * gdb.c++/misc.cc: Add test code from Mike Stump.
8796 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
8797
8798 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
8799
8800 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
8801 to "alpha-*-osf2*" and add comment.
8802 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
8803 setup_xfail for "step over execarg initialization" and
8804 "step over corearg initialization".
8805 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
8806 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
8807 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
8808 gcc compiled for "print coremaker_bss", "print coremaker_ro",
8809 "print func2::coremaker_local", and "backtrace in corefile.exp".
8810 * gdb.base/signals.exp: Build and source signals.ci.
8811 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
8812 to be for gcc only.
8813 * lib/gdb.exp: Move verbose statements outside conditionals.
8814
8815 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8816
8817 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
8818 Feb 3 procfs.c change.
8819
8820 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
8821
8822 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
8823
8824 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
8825
8826 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
8827 from dejagnu's apparent default of 10 seconds, which gives random
8828 results when running the tests over NFS on moderately loaded systems.
8829 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
8830
8831 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
8832
8833 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
8834 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
8835 result reports.
8836
8837 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
8838
8839 * configure.in (CY_AC_PATH_TCLH): Remove.
8840 * configure: Regenerate.
8841
8842 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
8843
8844 * gdb.c++/Makefile.in (clean): Add missing '{'.
8845
8846 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
8847
8848 * lib/gdb.exp: Provide a default value for noinferior.
8849
8850 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
8851 Load libgloss.exp.
8852
8853 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
8854
8855 * gdb.disasm/hppa.exp: Compile directly into an executable, use
8856 the executable, not the .o to run the tests from.
8857
8858 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
8859
8860 * gdb.base/break.exp: Don't test for program exit or exit status
8861 if $noresults if nonzero.
8862 * gdb.base/langs.exp: Likewise.
8863 * gdb.base/watchpoint.exp: Likewise.
8864
8865 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
8866 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
8867 trying to compile the testcase.
8868
8869 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
8870
8871 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
8872 * gdb.base/signals.exp (continue to handler): Likewise.
8873
8874 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
8875
8876 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
8877
8878 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
8879
8880 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
8881
8882 * gdb.base/corefile.exp: Recognize "not found" as failure
8883 when trying to determine if a core file was generated.
8884 If no core file was generate the first time, try again without
8885 the ulimit -c to work around braindamaged shells.
8886
8887 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
8888
8889 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
8890 [] tests with "test" and enclose string in quotes.
8891 * gdb.stabs/configure: Rebuild
8892
8893 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
8894
8895 Changes in sync with expect:
8896 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
8897 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
8898 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
8899 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
8900 argument to AC_REQUIRE.
8901 * configure: Regenerated.
8902
8903 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
8904
8905 * gdb.base/corefile.exp: When generating a core, discard any
8906 error messages about ulimit not found and the "core dumped"
8907 message from the shell that runs the coredumper.
8908
8909 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
8910
8911 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
8912
8913 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
8914 which sed script to run. Expect failure for v_comb test
8915 on PA targets too.
8916
8917 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
8918
8919 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
8920 "print func2::coremaker_local" and for "backtrace in corefile.exp"
8921
8922 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
8923
8924 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
8925 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
8926 "sparc-sun-solaris*" xfails for "p v_comb".
8927 * lib/gdb.exp (default_gdb_start): Fix typo.
8928 * gdb.base/corefile.exp: Allow "Core was generated by ..."
8929 messages to not include the full program name that caused
8930 the core dump since some systems (such as solaris) apparently
8931 truncate this path to about 80 characters.
8932 When generating a core file first try increasing the core file
8933 size limit to unlimited since some systems may default it to
8934 zero, and it is harmless to try it. Move the test for failing
8935 to generate a core file to where it will actually get executed.
8936 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
8937 new gdb result from g++ debug info improvements and make old
8938 pattern obsolescent. Also account for size_t differences
8939 (may be int or long).
8940 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
8941 initialization before function call is placed in the delay slot
8942 and thus appears to be skipped over by commands such as "next".
8943
8944 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
8945
8946 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
8947
8948 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
8949
8950 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
8951 input source file; fix code to compile test to deal with this
8952 convention.
8953 * gdb.c++/*.exp: Likewise.
8954
8955 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
8956
8957 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
8958 "bt in signals.exp".
8959
8960 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
8961
8962 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
8963 "step over execarg initialization" and
8964 "step over corearg initialization".
8965
8966 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
8967
8968 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
8969 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
8970
8971 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
8972
8973 From Rob Savoye (rob@poseidon.cygnus.com)
8974 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
8975 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
8976 configure.in}, gdb.disasm/{Makefile.in, configure.in},
8977 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
8978 configure.in}: Major reworking for autoconfig.
8979 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
8980 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
8981 New files.
8982 * config/unix-gdb.exp: Make GDB global.
8983 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
8984 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
8985 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
8986 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
8987 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
8988 term.exp, twice.exp, watchpoint.exp, whatis.exp},
8989 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
8990 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
8991 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
8992 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
8993 pr-8136.exp, result.exp, string.exp, tuples.exp},
8994 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
8995 to returns as necessary, arrange for test to compile own testcase
8996 executable.
8997 * lib/gdb.exp: Changes for testsuite to compile own test cases.
8998
8999 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
9000
9001 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
9002 clear_xfail at end of test which might not call either pass or fail.
9003 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
9004 "backtrace through signal handler".
9005
9006 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9007
9008 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
9009 continuing from a job control stop signal.
9010 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
9011
9012 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
9013
9014 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
9015 * gdb.base/corefile.exp: Likewise.
9016 * gdb.base/funcargs.exp: Likewise.
9017
9018 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
9019
9020 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
9021 * config/monitor.exp: Add support for setting baud rate.
9022
9023 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
9024
9025 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
9026 i*86-*-linux* xfails for "backtrace through signal handler".
9027 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
9028 "print func2::coremaker_local".
9029 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
9030 alpha-dec-osf2* xfail for
9031 "delete all breakpoints when none".
9032
9033 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
9034
9035 * gdb.base/break.exp: Change test that deletes all breakpoints
9036 when no user breakpoints are installed. A post 4.15 change
9037 causes gdb to no longer prompt in this case.
9038
9039 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
9040
9041 * gdb.base/return.exp (return_tests): Change xfail for test
9042 "correct value returned double test" to stop xfailing at
9043 Solaris 2.5. Apparently the bug has been fixed.
9044
9045 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
9046
9047 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
9048 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
9049
9050 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
9051
9052 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
9053 * gdb.disasm/hppa.s: Corresponding changes.
9054
9055 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
9056
9057 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
9058 makefile fragment.
9059 * config/mt-hpux: Deleted.
9060
9061 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
9062
9063 * Many files: When warning about suppressed tests due to a
9064 nonexistant test binary, avoid incrementing the warning count.
9065
9066 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
9067
9068 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
9069
9070 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9071
9072 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
9073 "sparc-*-solaris2*".
9074
9075 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9076
9077 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
9078 Add global and local variables and initialize them.
9079 * gdb.base/corefile.exp: Test correct mapping of corefile sections
9080 by printing variables. Remove rs6000 and powerpc xfails, BFD now
9081 extracts the file name and terminating signal from the core file.
9082 * TODO: Remove note about tests for correct mapping of corefile.
9083 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
9084 from optimizing it away.
9085 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
9086 handles common blocks.
9087
9088 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
9089
9090 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
9091 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
9092
9093 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
9094
9095 * Makefile.in (maintainer-clean): New target, synonym for
9096 realclean.
9097 * gdb.base/Makefile.in (maintainer-clean): Likewise.
9098 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
9099 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
9100 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
9101 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
9102 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
9103
9104 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
9105
9106 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
9107 xfails when not gcc compiled for "print foo::funclocal".
9108 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
9109 "print foo::funclocal at foo",
9110 "print 'scope1.c'::foo::funclocal at foo",
9111 "print foo::funclocal_bss at foo",
9112 "print 'scope1.c'::foo::funclocal_bss at foo",
9113 "print foo::funclocal_ro at foo",
9114 "print 'scope1.c'::foo::funclocal_ro at foo",
9115 "print bar::funclocal at foo" and
9116 "print 'scope1.c'::bar::funclocal at foo".
9117 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
9118 gcc compiled for "print foo::funclocal at bar".
9119 Expand all messages to ensure that they identify that
9120 the test is at bar().
9121 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
9122 gcc compiled for:
9123 "ptype on opaque struct pointer (statically)",
9124 "ptype on opaque struct tagname (statically)",
9125 "ptype on opaque struct pointer (dynamically) 1",
9126 "ptype on opaque struct tagname (dynamically) 1",
9127 "ptype on opaque struct pointer (dynamically) 2" and
9128 "ptype on opaque struct tagname (dynamically) 2
9129 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
9130 gcc compiled for:
9131 "p datalocal"
9132 "whatis datalocal",
9133 "ptype datalocal",
9134 "p bsslocal",
9135 "whatis bsslocal", and
9136 "ptype bsslocal".
9137 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
9138 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
9139 when not gcc compiled.
9140 * gdb.base/funcargs.exp (float_and_integral_args): Add
9141 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
9142 compiled.
9143 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
9144 "backtrace from call6a" when not gcc compiled.
9145 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
9146 "backtrace from call7a" when not gcc compiled.
9147 * gdb.base/callfuncs.exp (do_function_calls):
9148 Add "hppa*-*-hpux*" xfail when not gcc compiled for
9149 "p t_char_array_values(char_array_val2,char_array_val1)",
9150 "p t_char_array_values(char_array_val1,char_array_val2)",
9151 "p t_char_array_values("carray 1","carray 2")",
9152 "p t_char_array_values("carray 1",char_array_val2)",
9153 "p t_char_array_values(char_array_val1,"carray 2")",
9154 "p sum_args(1,{2})",
9155 "p sum_args(2,{2,3})",
9156 "p sum_args(3,{2,3,4})",
9157 "p sum_args(4,{2,3,4,5})"
9158 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
9159 "backtrace in corefile.exp" when not gcc compiled.
9160
9161 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9162
9163 * gdb.base/signals.exp: Rewrite `handle all print' test as
9164 a procedure. Accept blanks or TABs as whitespace, increase
9165 timeout and expect input buffer size for the large output
9166 from the command. Remove "i*86-*-bsdi2.0" xfail.
9167
9168 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9169
9170 * gdb.base/setvar.exp: Add new testcases for truncation when
9171 assigning invalid values to bitfields.
9172
9173 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
9174
9175 * gdb.base/callfuncs.exp (do_function_calls): Remove
9176 mips-sgi-irix* xfail for
9177 "call inferior func with struct - returns char *"
9178 and fix test so that an optional (unsigned char *) cast is
9179 accepted in the result.
9180
9181 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
9182
9183 * gdb.base/funcargs.exp (float_and_integral_args): Remove
9184 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
9185 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
9186 * gdb.base/signals.exp: Remove duplicate "handle all print" test
9187 that accidentally got checked in.
9188
9189 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
9190
9191 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
9192 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
9193 compiled test.
9194 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
9195 Add mips-sgi-irix5* xfail for not gcc compiled.
9196 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
9197 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
9198 "p top", "whatis top", "p middle", and "whatis middle".
9199 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
9200 "whatis signed char" for not gcc compiled.
9201 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
9202 "set variable signed char=-1 (-1)" and
9203 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
9204 * gdb.base/funcargs.exp (float_and_integral_args):
9205 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
9206 Add mips-sgi-irix* xfail when not gcc compiled for
9207 "continue to call2b".
9208 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
9209 "continue to call2g".
9210 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
9211 "backtrace from call6a"
9212 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
9213 "backtrace from call7k".
9214 Add mips-sgi-irix5* xfail when not gcc compiled for
9215 "backtrace from call7a".
9216 (localvars_after_alloca): Fix gdb_test cmds for
9217 "print * after runto ...".
9218 Remove rs6000-*-* xfails for
9219 "print i after runto localvars_after_alloca" and
9220 "print l after runto localvars_after_alloca"
9221 for all compilers.
9222 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
9223 when not compiled with gcc, for:
9224 "print signed char == (minus)",
9225 "print signed char != (minus)",
9226 "print signed char < (minus)",
9227 "print signed char > (minus)".
9228 * gdb.base/callfuncs.exp (do_function_calls):
9229 Add mips-sgi-irix* xfail, when compiled with native compiler, for
9230 "call inferior func with struct - returns char *".
9231 * gdb.base/return.exp (return_tests): Change xfail for
9232 "correct value returned double test" to include Solaris 2.4.
9233 * gdb.base/funcargs.exp (float_and_integral_args):
9234 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
9235
9236 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9237
9238 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
9239 enumeration bitfields if compiling with GNU C.
9240 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
9241 to empty' prompt.
9242
9243 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
9244
9245 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
9246 test for PRO targets.
9247
9248 * gdb.base/funcargs.exp: Avoid ever setting more than 8
9249 breakpoints in the inferior at any given time by making
9250 two groups of breakpoints for call2*, call6* and call7*
9251 tests.
9252
9253 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9254
9255 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
9256 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
9257 from optimizing it away.
9258 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
9259 "call inferior func with struct".
9260
9261 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
9262
9263 * configure.in: Only configure gdb.chill for particular targets.
9264
9265 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
9266
9267 * gdb.base/Makefile.in: Add action to .c.o transformation
9268 rule that generates a .ci file for each .o file and remove
9269 explicit .c.o rules except for callfuncs.o.
9270 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
9271 generates a .ci file for each .o file and remove explicit
9272 .cc.o rules.
9273 (clean): Remove *.tmp *.ci files.
9274 (EXECUTABLES): Remove templ-info.exp.
9275 * gdb.base/compiler.c: New file.
9276 * gdb.c++/compiler.cc: New file
9277 * gdb.base/scope.exp: Source gdb.base/scope.ci.
9278 Change rs6000-*-* xfail for
9279 "print 'scope0.c'::filelocal_ro" and
9280 "print 'scope1.c'::filelocal" and
9281 "print 'scope1.c'::filelocal_bss" and
9282 "print 'scope1.c'::filelocal_ro" and
9283 "print 'scope1.c'::foo::funclocal" and
9284 "print 'scope1.c'::foo::funclocal_ro" and
9285 "print 'scope1.c'::bar::funclocal" and
9286 "print 'scope0.c'::filelocal_ro" and
9287 "print 'scope1.c'::filelocal at foo" and
9288 "print 'scope1.c'::filelocal_bss at foo" and
9289 "print 'scope1.c'::filelocal_ro at foo" and
9290 "print 'scope1.c'::foo::funclocal at foo" and
9291 "print 'scope1.c'::foo::funclocal_bss at foo" and
9292 "print 'scope1.c'::foo::funclocal_ro at foo" and
9293 "print 'scope1.c'::bar::funclocal at foo" and
9294 "print 'scope0.c'::filelocal_ro" and
9295 "print 'scope1.c'::filelocal" and
9296 "print 'scope1.c'::filelocal_bss" and
9297 "print 'scope1.c'::filelocal_ro" and
9298 "print 'scope1.c'::foo::funclocal" and
9299 "print 'scope1.c'::foo::funclocal_bss" and
9300 "print 'scope1.c'::foo::funclocal_ro" and
9301 "print 'scope1.c'::bar::funclocal" and
9302 "print 'scope1.c'::bar::funclocal_bss"
9303 to only be xfail'd when not compiled with gcc.
9304 Add rs6000-*-* xfail for
9305 "print 'scope0.c'::filelocal_bss before run"
9306 when compiled with gcc.
9307 (test_at_main): Add rs6000-*-* xfail for
9308 "print filelocal_ro in test_at_main"
9309 when compiled with gcc.
9310 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
9311 Add rs6000-*-aix* xfail for
9312 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
9313 "ptype t_char_array", not compiled with gcc.
9314 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
9315 xfail for "list foo (in include file)" when gcc compiled.
9316 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
9317 (integral_args): Add rs6000-*-* xfail for
9318 "run to call0a" if not compiled with gcc.
9319 (unsigned_integral_args): Add rs6000-*-* xfail for
9320 "run to call1a" if not compiled with gcc.
9321 (float_and_integral_args): Add rs6000-*-* xfail for
9322 "run to call2a" if not compiled with gcc and for
9323 "continue to call2b" for any compiler.
9324 Add rs6000-*-* xfail to
9325 "print f1 after run to call2a" for gcc compiled.
9326 (discard_and_shuffle): Add rs6000-*-* xfail for
9327 "run to call6a".
9328 (shuffle_round_robin): Add rs6000-*-* xfail for
9329 "backtrace from call7a" if not compiled with gcc.
9330 Add rs6000-*-* xfail for
9331 "backtrace from call7b" if compiled with gcc.
9332 (call_after_alloca): Add rs6000-*-* xfail for
9333 "print c in call_after_alloca" and
9334 "print s in call_after_alloca" and
9335 "backtrace from call_after_alloca_subr"
9336 if not compiled with gcc.
9337 (localvars_in_indirect_call): Add rs6000-*-* xfail for
9338 "print c in localvars_in_indirect_call" and
9339 "print c in localvars_in_indirect_call" and
9340 "backtrace in indirectly called function" and
9341 "stepping into indirectly called function"
9342 if not compiled with gcc.
9343 (localvars_after_alloca): Add rs6000-*-* xfail for
9344 "print c after runto localvars_after_alloca" and
9345 "print s after runto localvars_after_alloca" and
9346 "print i after runto localvars_after_alloca" and
9347 "print l after runto localvars_after_alloca"
9348 for all compilers.
9349 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
9350 than whatis-info.exp.
9351 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
9352 than opaque-info.exp.
9353 Setup rs6000-*-* xfail for
9354 "ptype on opaque struct pointer (statically)" and
9355 "ptype on opaque struct pointer (dynamically)" when
9356 not compiled with gcc.
9357 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
9358 rather than callf-info.exp.
9359 (do_function_calls): Add clear_xfail for rs6000-*-* for
9360 "p t_float_values2(3.14159,float_val2)". Seems to work
9361 fine there, both with xlc and gcc. Need to find out what
9362 it is doing right and fix other platforms.
9363 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
9364 "call inferior func with struct - returns int",
9365 "call inferior func with struct - returns long",
9366 "call inferior func with struct - returns float",
9367 "call inferior func with struct - returns double",
9368 "call inferior func with struct - returns char *",
9369 but only if not gcc compiled (presumes xlc compiled).
9370 Change rs6000-*-* xfails for
9371 "call inferior func with struct - returns char" and
9372 " call inferior func with struct - returns short" to only
9373 xfail if not using gcc.
9374 (clean mostlyclean): Remove *.ci and *.tmp files.
9375 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
9376 than templ-info.exp.
9377 * gdb.base/langs.exp: Source gdb.base/langs.ci.
9378 Add rs6000-*-* xfail for "up to foo in langs.exp"
9379 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
9380 when not gcc compiled.
9381
9382 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9383
9384 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
9385 * gdb.base/corefile.exp: Likewise.
9386 * gdb.base/list.exp: Likewise.
9387 * gdb.base/scope.exp: Likewise.
9388 * gdb.base/siganls.exp: Likewise.
9389
9390 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
9391 compiler output.
9392 * gdb.base/whatis.exp: Likewise.
9393
9394 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
9395
9396 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
9397 failure (opcode table has been fixed to match reality).
9398
9399 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
9400
9401 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
9402 "call inferior func with struct - returns char",
9403 "call inferior func with struct - returns short"
9404
9405 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
9406 "print 'scope0.c'::filelocal at main",
9407 "print 'scope0.c'::filelocal_bss in test_at_main",
9408 "print 'scope0.c'::filelocal at foo",
9409 "print 'scope0.c'::filelocal_bss in test_at_foo",
9410 "print 'scope0.c'::filelocal at bar",
9411 "print 'scope0.c'::filelocal_bss in test_at_bar"
9412
9413 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
9414 in source file 1". This bug seems to have been fixed with both
9415 gcc and native cc (was native assembler bug?).
9416
9417 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
9418
9419 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
9420 "backtrace through signal handler" to "i*86-*-sysv4*".
9421 * gdb.base/signals.exp: Add xfail for "'next' behaved as
9422 continue" case. Add "known SVR4 bug" to fail message.
9423 Add "i*86-*-bsdi2.0" xfail for "handle all print".
9424 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
9425 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
9426 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
9427 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
9428 "up to foo in langs.exp", "show language at foo in
9429 langs.exp", "up to cppsub_ in langs.exp", "show
9430 language at cppsub_ in langs.exp", "up to fsub in
9431 langs.exp", and "show language at fsub in langs.exp".
9432 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
9433 "bactrace in corefile.exp".
9434 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
9435 "call inferior function with struct - returns float" and
9436 "call inferior function with struct - returns double".
9437
9438 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
9439
9440 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
9441 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
9442 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
9443 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
9444
9445 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
9446
9447 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
9448 (or overriden) "CHILL" macro rather then bare "gcc".
9449 Also look for ../../gcc/xgcc since that is what we will
9450 actually need, not "Makefile". Remove following assignment
9451 of CHILL to CHILL_FOR_TARGET because that results in
9452 recursive definition.
9453
9454 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
9455
9456 * gdb.base/corefile.exp: Change xfail for backtrace in
9457 corefile.exp from linuxaout to all linux.
9458 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
9459 cases where we miss the breakpoint at the signal handler
9460 for some reason. Setup xfail for linuxoldld/linuxaout and
9461 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
9462 hitting SIGURG breakpoint.
9463 * gdb.base/signals.exp: Setup xfail for "next" acting like
9464 continue to add linuxoldld. Setup xfail for all linux for
9465 "next to handler in signals_tests_1", "backtrace in
9466 signals_tests_1", "continue to func1", "pass SIGUSR1",
9467 and continue to handler".
9468
9469 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
9470
9471 * Update all FSF addresses except those in COPYING* files.
9472
9473 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
9474
9475 * gdb.base/a2-run.exp: Change messages to be more explicit about
9476 the status of args, and quote binfile in results.
9477
9478 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
9479
9480 * gdb.base/callfuncs.exp: Add tests for passing structs to
9481 inferior functions and return various types.
9482 * gdb.base/callfuncs.c: Add functions to receive a struct
9483 and return a member of the struct, in various types.
9484
9485 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9486
9487 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
9488
9489 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
9490
9491 * config/vxworks29k.exp: New file, sources vxworks.exp.
9492
9493 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9494
9495 * config/gdbremote.exp: New file. Testing framework using
9496 gdbserver.
9497
9498 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
9499
9500 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
9501 "call function when asleep" and "send end of file".
9502 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
9503 for "backtrace in corefile.exp".
9504 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
9505 for "backtrace through signal handler".
9506 * gdb.base/corefile.exp: Make sure we actually generate a core file
9507 before trying the core tests. Some systems allow the user to suppress
9508 generation of core files and default to that (linux for example).
9509 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
9510 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
9511
9512 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9513
9514 * gdb.threads: New directory with some crude multi-threaded
9515 gdb tests (step.exp and step2.exp).
9516 * config/mt-lynx (STEP_EXECUTABLE): Define.
9517 (THREADFLAGS): Define.
9518
9519 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
9520
9521 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
9522
9523 * gdb.base/signals.exp: Disable whole file for lynx until
9524 further notice.
9525
9526 * gdb.base/signals.exp: xfail test where "next" acts like
9527 "continue" for lynx.
9528
9529 * gdb.base/interrupt.exp: xfail test for calling function while
9530 inferior is asleep for lynx.
9531
9532 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
9533 than one cr-lf after each command.
9534
9535 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9536
9537 * configure.in: Reinstate setting of stabsdirs variable, fix
9538 typo in setting up configdirs for native builds.
9539
9540 * gdb.base/return.exp: Fix typo in return double test.
9541 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
9542 compiler from optimizing them away.
9543
9544 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
9545
9546 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
9547 sequences to be echo'd by gdb when using gdb_test.
9548 * gdb.chill/chexp.exp: Likewise.
9549 * gdb.fortran/exprs.exp: Likewise
9550
9551 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9552
9553 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
9554 after the inferior gdb has started.
9555
9556 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
9557 after each command.
9558 * gdb.base/funcargs.exp: Likewise.
9559 * gdb.base/gdbvars.exp: Likewise.
9560 * gdb.base/interrupt.exp: Likewise.
9561 * gdb.base/list.exp: Likewise.
9562 * gdb.base/watchpoint.exp: Likewise.
9563 * gdb.c++/demangle.exp: Likewise.
9564 * gdb.c++/inherit.exp: Likewise.
9565 * gdb.chill/chexp.exp: Likewise.
9566 * gdb.fortran/exprs.exp: Likewise.
9567
9568 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
9569 test if we can't handle IO to/from the inferior.
9570
9571 * gdb.c++/misc.exp: Always check for a program already being
9572 started after sending a "run" command to gdb.
9573
9574 * gdb.base/twice.exp: Start with a fresh gdb.
9575
9576 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
9577 only depend on gdb's expression code, not the chill runtime.
9578
9579 * gdb.base/return.c: Put return values into variables so we
9580 can have gdb print them rather than depending on the program
9581 to print them.
9582 * gdb.base/return.exp: Corresponding changes.
9583
9584 * lib/gdb.exp: Provide default value for noinferiorio.
9585 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
9586 the inferior.
9587
9588 * gdb.base/break.exp: Always check for a program already being
9589 started after sending a "run" command to gdb.
9590 (text_next_with_recursion): Don't check the output from the
9591 program's printf statement. Instead just make sure the program
9592 exited.
9593
9594 * gdb.base/commands.exp: Protect tests which need arguments with
9595 $noargs conditionals.
9596
9597 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9598
9599 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
9600 of structure member arrays to match gdb/valops.c:value_addr change.
9601
9602 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
9603
9604 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
9605 cases.
9606
9607 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
9608
9609 * configure.in (configdirs): Remove gdb.chill from default list
9610 of subdirs and then add it back in only if doing a native build.
9611 The current chill compiler does not yet work in any cross build.
9612 * Revert all signal changes from Jul 6.
9613 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
9614 for sh-hms targets, allowing these tests to link, with no other
9615 changes. Testing is suppressed by setting "nosignals" in site.exp.
9616
9617 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
9618
9619 * configure.in (signaldirs): Define and add to configdirs for all
9620 targets except some specific ones that are known to not support signals.
9621 Also clean up formatting.
9622 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
9623 (signals, sigall): Remove rules to build.
9624 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
9625 Moved to new gdb.signals directory.
9626 * gdb.signals: New test directory.
9627 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
9628 signals.c signals.exp}: New or moved files.
9629
9630 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
9631
9632 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
9633
9634 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
9635
9636 * gdb.base/return.exp: Xfail `return double' test failure
9637 on at least Solaris 2.3 and handle future/past versions on
9638 a case by case basis as appropriate. Also update message
9639 to include i*86 failures.
9640
9641 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9642
9643 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
9644
9645 * lib/gdb.exp: Fix comment which erroneously identified
9646 gdb_file_cmd as gdb_load (the 19 May change was in fact to
9647 gdb_file_cmd not gdb_load).
9648 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
9649
9650 * gdb.base/setvar.exp: Make test names consistent between pass and
9651 fail cases. Use gdb_test more.
9652
9653 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9654
9655 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
9656
9657 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9658
9659 * gdb.base/help.exp: Fix expected help string for `show commands'.
9660
9661 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
9662
9663 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
9664
9665 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
9666 of a text section.
9667
9668 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
9669
9670 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
9671 that loop eventually terminates. Fix Connection refused logic so
9672 that testsuite will expire nicely.
9673
9674 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
9675
9676 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
9677 config/rom68k.exp: New tcl glue for the appropriate monitors.
9678 These all just end up calling monitor.exp.
9679 * config/monitor.exp (gdb_target_monitor): Handle `Connection
9680 refused' by retrying. Cleanup some timeout issues.
9681 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
9682 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
9683 callers don't have to set/restore global timeout variable.
9684
9685 * The following set of changes centralizes management of the global
9686 timeout variable. This way, it can be set in one target dependent
9687 place instead of dozens of places scattered throughout the test suite.
9688 If you need to lengthen a timeout, then you should either set timeout
9689 in one of the config/{target}.exp files, or multiply it by a factor.
9690 Setting it to an absolute value is always going to lose for some
9691 targets.
9692 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
9693 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
9694 * gdb.base/funcargs.exp: Don't set timeout.
9695 * gdb.base/list.exp (test_forward_search): Only use local timeout.
9696 * gdb.base/printcmds.exp (test_print_string_constants
9697 test_print_array_constants): Don't set timeout.
9698 * gdb.base/ptype.exp: Don't set timeout.
9699 * gdb.base/recurse.exp: Don't set timeout.
9700 * gdb.base/return.exp: Don't set timeout.
9701 * gdb.base/watchpoint.exp: Don't set timeout.
9702 * gdb.c++/classes.exp (do_tests): Don't set timeout.
9703 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
9704
9705 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
9706
9707 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
9708
9709 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9710
9711 * lib/gdb.exp: Disable chill tests for irix5.
9712
9713 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9714
9715 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
9716 each test pass or fail.
9717
9718 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9719
9720 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
9721 xlc not gcc.
9722
9723 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
9724
9725 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
9726
9727 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
9728
9729 * config/est.exp: Fix copyright and comments. Remove dead code.
9730 Use targetname, serialport and baud variables instead of fixed
9731 constants.
9732 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
9733 * config/cpu32bug.exp: New file to support cpu32bug monitors.
9734
9735 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9736
9737 * gdb.base/watchpoint.exp: Don't run
9738 test_watchpoint_triggered_in_syscall for sunos.
9739
9740 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9741
9742 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
9743 they don't seem to exist. Do include stdio.h.
9744
9745 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9746
9747 * gdb.base/a1-selftest.exp: Add alpha xfail.
9748
9749 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9750
9751 * gdb.base/watchpoint.c (main): Prompt before calling read().
9752 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
9753 Revise accordingly. Remove cruft about sending "123" several
9754 times, until it gets noticed. Clean up the "print buf[0]" stuff
9755 so that it passes or fails, and waits for prompts in the usual way.
9756
9757 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9758
9759 * gdb.base/recurse.exp: Fix comment.
9760
9761 * TODO: Remove item about printing variables in nodebug.exp. Add
9762 item about enabling tests which are only run on some targets.
9763
9764 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
9765 fail, make test names unique, use new gdb_test convention
9766 regarding pattern, use gdb_test more, etc.).
9767
9768 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
9769 fail, make test names unique, etc.).
9770
9771 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9772
9773 * gdb.base/nodebug.c: Change return type of top and middle to
9774 short.
9775 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
9776 are fixed by the recent mdebugread.c changes. Allow `short ()'
9777 as type for top and middle.
9778
9779 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9780
9781 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
9782 nearly as I can tell, the whole thing was an accident in Stu's
9783 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
9784 to replace a send/expect pair with gdb_test, but ended up only
9785 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
9786 of 30 Mar 1995 took care of it, but left this vestigial comment
9787 which I am now nuking.
9788
9789 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9790
9791 * gdb.base/break.exp: Look for different line number for
9792 breakpoint at main depending on usestubs.
9793
9794 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9795
9796 * gdb.base/list.exp: Adjust some alternate expect patterns to
9797 match recent list0.c change. Add alternate expect pattern for
9798 output from `list default lines around main' for optimizing
9799 compilers.
9800
9801 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9802
9803 * lib/gdb.exp: If nosignals is not set, set it to 0.
9804
9805 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
9806
9807 * config/slite-gdb.exp: Responds to load symbol table prompt.
9808 * gdb.base/break.exp: Adjust line number, fix rerun.
9809 * gdb.base/langs0.c: Add #ifdef usestubs.
9810
9811 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
9812
9813 * gdb.base/list.exp: Adjust line contents after adding new lines in
9814 list0.c. Also fix a syntax error.
9815
9816 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
9817 * gdb.base/break.exp: ditto.
9818 * gdb.base/list.exp: ditto.
9819 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
9820 * gdb.base/run.c: ditto.
9821 * gdb.base/list0.c: ditto.
9822 * gdb.base/funcargs.c: ditto.
9823
9824 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
9825
9826 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
9827 $targetname, $serialport and $baud instead of hardwired variables.
9828 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
9829 target doesn't support signals.
9830
9831 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
9832
9833 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
9834
9835 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9836
9837 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
9838 Don't rely on the value of an auto variable before it has been
9839 initialized. Use gdb_test more.
9840
9841 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9842
9843 * lib/gdb.exp (default_gdb_version): A version number must start
9844 with a digit, but other than that contains all characters up to
9845 the first whitespace character.
9846
9847 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9848
9849 * gdb.base/commands.exp (breakpoint_command_test): New tests.
9850
9851 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9852
9853 * gdb.c++/*.exp: Warn if executable does not exist. The original
9854 reason for skipping the warning was that configure.in sometimes
9855 intentionally skipped building the executables but the tcl code
9856 had no way of knowing. That (a) was always bogus with respect to
9857 error handling, (b) is no longer true (right now there is no way
9858 to skip C++ tests).
9859
9860 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
9861
9862 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9863
9864 * gdb.base/list.exp: Add expect patterns for output from
9865 SunPRO compiled executables.
9866 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
9867 types.
9868
9869 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9870
9871 * gdb.base/break.exp (test_next_with_recursion): Accept any line
9872 number (we are already testing that the correct source line text
9873 gets printed).
9874
9875 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
9876 that is what is intended, but something needed to be done to get
9877 sunos4 native working again.
9878
9879 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
9880
9881 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
9882 apparently went with a (very) old xfail.
9883
9884 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
9885
9886 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
9887 runto_main is a proc in gdb.exp that will do 'step' for target use
9888 stubs.
9889 * gdb.base/exprs.exp: ditto.
9890 * gdb.base/interrupt.exp: ditto.
9891 * gdb.base/opaque.exp: ditto.
9892 * gdb.base/printcmds.exp: ditto.
9893 * gdb.base/ptype.exp: ditto.
9894 * gdb.base/scope.exp: ditto.
9895 * gdb.base/setvar.exp: ditto.
9896 * gdb.base/signals.exp: ditto.
9897 * gdb.base/twice.exp: ditto.
9898 * gdb.c++/classes.exp: ditto.
9899 * gdb.c++/inherit.exp: ditto.
9900 * gdb.c++/templates.exp: ditto.
9901 * gdb.base/break.exp: no run and hit main for stubs. Change line
9902 numbers for breakpoints and info breakpoint.
9903 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
9904 breakpoint().
9905 * gdb.base/callfuncs.c: ditto.
9906 * gdb.base/exprs: ditto.
9907 * gdb.base/interrupt.c: ditto.
9908 * gdb.base/opaque0.c: ditto.
9909 * gdb.base/printcmds.c: ditto.
9910 * gdb.base/ptype.c: ditto.
9911 * gdb.base/scope0.c: ditto.
9912 * gdb.base/setvar.c: ditto.
9913 * gdb.base/signals.c: ditto.
9914 * gdb.base/twice.c: ditto.
9915 * gdb.c++/misc.cc: ditto.
9916 * gdb.c++/templates.cc: ditto.
9917
9918 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9919
9920 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
9921
9922 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
9923 somewhere between `read' and `main.c'. I'm pretty sure the
9924 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
9925 and it isn't particularly useful.
9926
9927 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
9928
9929 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9930
9931 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
9932
9933 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
9934
9935 * config/mt-slite: add LIBS and -nostdlib.
9936 * config/slite-gdb.exp: add this new file to support sparclite target.
9937
9938 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
9939
9940 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
9941
9942 * gdb.base/a2-run.exp: Change argument to istarget from
9943 "*-*-vxworks" to "*-*-vxworks*".
9944 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
9945
9946 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
9947
9948 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
9949 will not runto main but do a 'step' to step out of breakpoint().
9950 * config/mt-slite: add -Dusestubs.
9951
9952 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9953
9954 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
9955 instead of just @.
9956
9957 * gdb.base/signals.exp: Add test for "handle all print".
9958 * TODO: Remove "handle all print". Also remove item about
9959 checking copyright date (I don't like the idea of a spurious FAIL
9960 based on when we run the tests).
9961
9962 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
9963 for SunOS4 (reason for failure not investigated). Remove
9964 redundant test for $binfile.
9965
9966 * gdb.base/nodebug.c (array_index): Call malloc.
9967
9968 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
9969
9970 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
9971
9972 * gdb.base/recurse.exp: Update gdb_test invocation to use new
9973 conventions and slightly simplify the matching regexp.
9974
9975 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9976
9977 * gdb.base/break.exp: Update gdb_test invocation to use new
9978 convention.
9979
9980 * lib/gdb.exp: If noargs is not set, set it to 0.
9981
9982 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
9983 tests unique.
9984
9985 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
9986
9987 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9988
9989 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
9990 one argument of type "<non-float parameter>".
9991
9992 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
9993
9994 * config/rom68k.exp: New file to support Motorola IDP board.
9995 * gdb.base/a2-run.exp: Skip this file if noargs is set.
9996 * gdb.base/break.c: Change things around so that this program
9997 doesn't depend upon args. This is necessary to make remote
9998 targets work (in general, they can't take args).
9999 * gdb.base/break.exp: Don't try to send args to program. Don't
10000 expect output. Also, replace lots of code with gdb_test.
10001
10002 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10003
10004 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
10005 printing of '\'' (which is what the comment says we are testing,
10006 even though we were not), not '''.
10007 (test_integer_literals_rejected): Test that printing ''' is an error.
10008
10009 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
10010 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
10011 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
10012 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
10013 Use gdb_test not test_print_accept.
10014 * lib/gdb.exp: Remove test_print_accept.
10015
10016 * gdb.base/signals.exp (signal_tests_1): Make pass message
10017 consistent with fail message.
10018
10019 * gdb.base/whatis.exp: Remove xfails for printing char vs.
10020 unsigned char; the bug (PR 1821) is fixed.
10021
10022 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
10023
10024 * gdb.base/scope.exp (test_at_localscopes): Call pass for
10025 successful tests--makes xfailing them work right.
10026
10027 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10028
10029 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
10030 only \r\n, not .*. The test can pass .* as the last thing in
10031 $pattern if that is what it wants. In addition to providing this
10032 flexibility, this change should speed up pattern matching in cases
10033 where the pattern already ended with .* (there were a number of
10034 them). This change also helps catch bad patterns--in the old
10035 scheme the typo "char \*" instead of "char \\*" would pass. Now
10036 it is caught.
10037 * Many .exp files: Update callers.
10038
10039 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
10040 clearer and does not spuriously match multiple ('s. Likewise for
10041 ) and *.
10042
10043 * gdb.base/nodebug.exp: Test ability to call a function and pass
10044 it a string (even with no debugging info).
10045
10046 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
10047 "p '\'", which is the same as "p ''" once tcl gets done with
10048 quoting, to "p '\\'", which I suspect is what is intended (one
10049 backslash gets sent to GDB).
10050
10051 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
10052
10053 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10054
10055 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
10056 1817) was fixed literally years ago.
10057
10058 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10059
10060 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
10061 test, it causes stepping out of call_after_alloca_subr with
10062 optimizing compilers.
10063 (localvars_in_indirect_call): Consume GDB prompt if `finish'
10064 fails.
10065
10066 * gdb.c++/templates.exp: Source templ-info.exp only if
10067 the templates executable exists.
10068
10069 * gdb.c++/misc.cc (class Contains_static_instance,
10070 class Contains_nested_static_instance),
10071 gdb.c++/classes.exp (test_static_members): Test printing of
10072 a class that contains a static instance of the class.
10073
10074 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10075
10076 * gdb.base/langs2.c (cppsub_): Don't prototype.
10077 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
10078 only, I believe).
10079
10080 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10081
10082 * lib/gdb.exp (skip_chill_tests): New procedure.
10083
10084 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
10085
10086 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
10087
10088 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
10089 each expect pattern. Cuts runtime from 12 to about 4 seconds.
10090
10091 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10092
10093 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
10094
10095 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
10096 disassemble 8, not 16, instructions for part 4.
10097
10098 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
10099 support the latter anymore.
10100
10101 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
10102 -DNO_PROTOTYPES.
10103 * gdb.base/callfuncs.c: Control use of prototypes based on
10104 NO_PROTOTYPES, not __STDC__.
10105 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
10106 t_float_values2 tests if prototypes in use.
10107
10108 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
10109 t_double_values): When checking differences against DELTA, check
10110 that difference is within the range (-DELTA,DELTA), not just
10111 (-infinity,DELTA).
10112
10113 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
10114
10115 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
10116 'file' command firts, then 'target', then 'load', this is due to gdb
10117 target set up.
10118 * config/mips-gdb.exp: Fix a couple regular exp bugs.
10119
10120 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
10121
10122 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
10123 FP load/store variants.
10124 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
10125
10126 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
10127
10128 * gdb.base/term.exp: Do not give a warning if not native, it is
10129 not an abnormal condition.
10130
10131 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
10132
10133 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
10134 t_char_array".
10135
10136 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
10137
10138 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
10139 are getting the version number.
10140
10141 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
10142 if not native, it is not an abnormal condition.
10143
10144 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10145
10146 * lib/gdb.exp: Just use "file exists", rather than undocumented
10147 dejagnu procedure "findfile".
10148
10149 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10150
10151 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
10152 (LDFLAGS): Set to -Xlinker -Ur.
10153
10154 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
10155 Removed, these values are set by lib/gdb.exp.
10156
10157 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
10158
10159 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10160
10161 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
10162 of replicating gdb startup code.
10163
10164 * config/mt-vxworks (LDFLAGS): Set to -r.
10165 (CFLAGS_FOR_TARGET): Removed.
10166
10167 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
10168 (gdb) and gdb for vxworks uses (vxgdb).
10169
10170 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
10171 executable is not in the tree and host != target, use sed and
10172 program_transform_name to determine the gdb name used by the
10173 target.
10174
10175 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
10176 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
10177
10178 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10179
10180 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
10181 floats, chars, and shorts where there are ANSI-style function
10182 definitions.
10183
10184 * gdb.base/langs.exp, gdb.base/langs*: New test.
10185 * gdb.base/Makefile.in: Build it.
10186 * TODO: Remove item about checking that C names don't get C++
10187 demangling applied; this test tests it.
10188
10189 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10190
10191 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
10192 went with the const70 xfail. The xfail went away a year ago.
10193
10194 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
10195
10196 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
10197 for hp300.
10198
10199 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
10200
10201 * gdb.base/a1-selftest.exp: Don't run on hp300.
10202
10203 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10204
10205 * Makefile.in (site.exp): Set host_alias and target_alias as well
10206 as host_triplet and target_triplet.
10207
10208 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10209
10210 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
10211
10212 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
10213 places as other ecoff systems).
10214
10215 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
10216 ultrix.
10217
10218 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10219
10220 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
10221 remove them.
10222 * gdb.base/nodebug.exp: Accept "function" in addition to "text
10223 variable and "variable" in addition to "data variable".
10224 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
10225
10226 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
10227 2.
10228 * gdb.base/list1.c (long_line): Add additional statement at start
10229 of function.
10230 * gdb.base/list.exp (test_forward_search): Update line number to
10231 reflect new statement.
10232
10233 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10234
10235 * gdb.base/signals.exp: Reinitialize searched source directories
10236 after gdb_start call.
10237
10238 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
10239
10240 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
10241 * gdb.stabs/Makefile.in: Likewise.
10242
10243 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
10244 change. Instead split the tests into smaller pieces.
10245 * gdb.disasm/hppa.s: Corresponding changes.
10246
10247 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10248
10249 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
10250 Quote ^C when passing it to stty. For some shells ^ is a pipe.
10251
10252 * gdb.base/funcargs.exp: Modify many tests so that every test
10253 either passes or fails. Make some test names unique.
10254
10255 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10256
10257 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
10258 Call stty to set interrupt character.
10259
10260 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
10261 for HP assembler versus GNU assembler based on actual behavior of
10262 $(CC), rather than assuming that $(AS) is always the GNU assembler.
10263
10264 * TODO: Suggest a few more stepping tests.
10265
10266 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
10267
10268 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
10269 restart GDB for h8300 after a continue.
10270 (return): Add pattern to match a29k-udi behavior.
10271 * gdb.base/nodebug.exp: Remove obsolete comment.
10272 * gdb.base/regs.exp: New file, testing of register displays.
10273 * gdb.base/return.exp: Fix typo in reference to $objdir.
10274 * gdb.base/whatis.exp: Always start with a fresh GDB.
10275
10276 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10277
10278 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
10279 higher, these tests generate a lot of output.
10280
10281 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10282
10283 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
10284 code following the catch silently ignored some errors; without the
10285 catch they should be thrown like any other tcl error. Also, the
10286 catch used "" instead of {} which meant all the callers who wanted
10287 to include one of the characters "[]$ had to quote it an extra time.
10288 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
10289 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
10290 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
10291 Remove extra quoting.
10292
10293 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
10294
10295 * gdb.base/commands.exp: Make test names unique; every test either
10296 passes or fails. Update some comments.
10297
10298 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
10299
10300 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10301
10302 The following fixes a FAIL caused by the fact that the alpha stabs
10303 configuration didn't use the ".if alpha" code in weird.def.
10304 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
10305 bit pointer, so the 32 bit version works even on the alpha.
10306 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
10307 Remove the stuff which allowed us to have separate versions for
10308 alpha and everything else.
10309
10310 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
10311 regexp which "info func operator\[\](" is supposed to match. Fix
10312 string to send to GDB. Note that GDB still doesn't work right. Add a
10313 new test for "info func .perator\[\](" which GDB does handle correctly.
10314
10315 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
10316
10317 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10318
10319 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
10320 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
10321 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
10322 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
10323 it makes the tests harder to understand and confuses test-o-matic.
10324 The preferred style is that each test provides a PASS or a FAIL,
10325 and has a unique message (e.g. "continue #54" not just "continue")
10326 which is the same for the pass and the fail.
10327 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
10328 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
10329 to lib/gdb.exp.
10330 * gdb.base/printcmds.exp: Use test_print_accept. Remove
10331 prt_accept which was basically the same thing. Likewise for
10332 test_print_reject and prt_reject.
10333 * lib/gdb.exp (test_print_reject): Add some more error message
10334 patterns to match from the former printcmds.exp (prt_reject).
10335 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
10336 One defect of the passcount stuff is that some of it failed to
10337 report XPASS where appropriate.
10338 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
10339 stuff before and after arg in expected pattern.
10340 (test_paddr_operator_functions): Re-do test without print_addr_of;
10341 this is the only test which seems to want extra stuff there.
10342
10343 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10344
10345 * gdb.base/nodebug.exp: Update new tests to reflect improved
10346 wording of gdb output.
10347
10348 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
10349 and "ptype" work on variables in files compiled without -g.
10350 Replaces commented out "maint print msymbol" tests.
10351
10352 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10353
10354 * gdb.base/setvar.c (dummy): Call malloc.
10355
10356 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
10357 losing with the irix4 sed.
10358
10359 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
10360 ALRM" on irix4.
10361
10362 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10363
10364 * TODO: Remove items about corefile.exp testing new exec-file and
10365 backtrace; both are now done. Add items about printing enums.
10366
10367 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10368
10369 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
10370 "get signal $thissig" test fails.
10371
10372 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
10373
10374 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10375
10376 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
10377 compiler warning with dec alpha compiler.
10378
10379 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
10380 extra \n from gdb_test call (this explains why the prompt test
10381 that I removed yesterday was there).
10382 (user_defined_command_test): Remove extra \n and prompt test.
10383
10384 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
10385 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
10386 doesn't exist.
10387 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
10388 Also remove alpha workaround, which turns out to be because
10389 SIGABRT == SIGLOST.
10390
10391 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
10392
10393 * gdb.base/help.exp: Don't test "help show".
10394
10395 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10396
10397 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
10398 "set print address" is on.
10399 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
10400 pass prompt to gdb_test; gdb_test already looks for the prompt.
10401
10402 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
10403
10404 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
10405 was a vestige of the manual TESTSTRATEGY, and the purpose of it
10406 was to make sure that gdb can read a core file. But (a) the "read
10407 the corefile" part didn't make it to a1-selftest.exp, we just
10408 delete the corefile after creating it, and (b) we test reading
10409 corefiles in corefile.exp anyway. Also, this test left around a
10410 xgdb process on Solaris.
10411
10412 * gdb.base/corefile.exp: Also test backtrace.
10413
10414 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
10415
10416 * gdb.base/commands.exp: Test a simple user defined command with
10417 arguments and if/while statements; verify the full user command is
10418 printed by "show user".
10419
10420 * gdb.base/commands.exp: Test if/while commands as part of a
10421 breakpoint command list; verify they appear in breakpoint
10422 information.
10423
10424 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10425
10426 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
10427 than by dividing by zero.
10428
10429 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
10430
10431 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
10432 performing an inferior call with watchpoints enabled.
10433 * gdb.base/watchpoint.c (main): Delete second unnecessary read
10434 call.
10435
10436 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10437
10438 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
10439 of "file" command.
10440
10441 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
10442 Add additional pattern for when "int operator int(void);" appears
10443 in a different order.
10444
10445 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10446
10447 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
10448
10449 * gdb.base/help.exp: Replace most of docstrings for "info signals"
10450 and "signal" with ".*".
10451
10452 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10453
10454 * TODO: Add note about "handle all nostop".
10455
10456 * gdb.base/{sigall.c, sigall.exp}: New test.
10457 * gdb.base/Makefile.in: Add it.
10458
10459 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10460
10461 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
10462 when invoking GDB, suppresses any windowing interface.
10463
10464 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
10465
10466 * config/sim-gdb: New file, simulator testing support.
10467
10468 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
10469
10470 * gdb.base/interrupt.exp: Test calling func1 twice.
10471
10472 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
10473
10474 * gdb.base/list.exp (test_forward_search): Set timeout higher
10475 when we'll be getting lots of output from gdb.
10476
10477 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
10478 "init_malloc" to after the expect statement. Run it if that
10479 regexp is taken, but also for two others which happen if source
10480 cannot be found.
10481
10482 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10483
10484 * gdb.base/printcmds.exp: New test, for printing register before
10485 program is running.
10486
10487 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10488
10489 * gdb.base/list.exp: Correct some alternate expect patterns
10490 to reflect changes in list1.c.
10491
10492 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10493
10494 * TODO: Add item regarding large frames.
10495
10496 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
10497
10498 * TODO: Remove item about enabling return.exp; it
10499 is enabled. Suggest a few more "return" tests.
10500
10501 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10502
10503 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
10504 anonymous unions.
10505
10506 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10507
10508 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
10509 and pr-5646.o, so "make" is the same as "make all", not "make
10510 pr-4975.o".
10511
10512 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
10513
10514 * gdb.base/list.exp: Adjust expectations to reflect changes in
10515 list1.c.
10516 (test_forward_search): New test proc.
10517 * gdb.base/list1.c (long_line): New function, has long source line.
10518
10519 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
10520
10521 * gdb.base/a1-selftest.exp: Change initial stepping to know about
10522 additional line of code that was added.
10523
10524 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
10525
10526 * gdb.disasm/hppa.s: Break the large branching tests into smaller
10527 tests so as not to overflow expect's input buffers.
10528 * gdb.disasm/hppa.exp: Corresponding changes.
10529
10530 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10531
10532 Beginnings of template debugging tests.
10533 * gdb.c++/templ-info.cc: New file to test for template
10534 debugging capability of the compiler.
10535 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
10536 templ-info.cc.
10537 * gdb.c++/templates.cc: Add explicit template instantiations
10538 to enable compiling with -fno-implicit-templates. Add destructor
10539 and 'value' method to T5 class for template tests.
10540 * gdb.c++/templates.exp: Add testcases for printing of template
10541 types, setting breakpoints on template methods and calling a
10542 template method.
10543
10544 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
10545
10546 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
10547 branch target since some assemblers (gas-2.5) may emit a
10548 relocation for the branch instead of resolving it in the
10549 assembler.
10550
10551 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10552
10553 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
10554 through signal handler.
10555
10556 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10557
10558 * configure.in (*-*-netware): Use config/mt-netware.
10559
10560 * config/mt-netware: New file.
10561 * config/mt-i386-netware: Removed, separate configs for different
10562 netware architectures are no longer needed now that we have
10563 --with-headers.
10564
10565 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10566
10567 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
10568 by the recent changes to use ANSI C arithmetic conversions.
10569
10570 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10571
10572 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
10573 bug involving using inferior_pid to figure out whether to select a
10574 frame.
10575
10576 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
10577
10578 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
10579 match the current disassembler output.
10580
10581 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
10582
10583 * gdb.fortran/exprs.exp: Expect VOID instead of void.
10584 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
10585 types, expect "int" as type of integer values (for now).
10586
10587 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
10588
10589 * gdb.base/commands.exp: New tests for if/while commands.
10590
10591 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
10592
10593 * lib/gdb.exp (runto): Replace sub-pattern for hex value
10594 by .*, since hex values have different syntax in Chill mode.
10595
10596 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10597
10598 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
10599 linefeed from expect pattern for repeated types with indices > 9.
10600
10601 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
10602
10603 First part of Fortran test suite.
10604 * gdb.fortran: New directory.
10605 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
10606
10607 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10608
10609 * gdb.base/default.exp: Update expect pattern for load command
10610 without arguments.
10611
10612 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10613
10614 * configure.in: Change i386 to i[345]86.
10615 * gdb.base/configure.in: Likewise.
10616 * gdb.c++/configure.in: Likewise.
10617 * gdb.chill/configure.in: Likewise.
10618
10619 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
10620
10621 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
10622 patterns, since that is not a valid context for comments.
10623
10624 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
10625
10626 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
10627 repeated types and repeated types with indices > 9.
10628
10629 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10630
10631 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
10632 2417; old bug has been fixed.
10633
10634 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
10635
10636 * gdb.base/interrupt.exp: When trying to wake up the inferior,
10637 send the newline ourselves instead of assuming gdb_test will do
10638 so when passed an empty input string.
10639
10640 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
10641 stabs testcode.
10642
10643 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10644
10645 * lib/gdb.exp (gdb_test): Don't send anything if the first
10646 argument is an empty string. This makes cases where we want to
10647 match output that is already in expect's buffers (for example,
10648 matching a breakpoint after gdb_run_cmd has been called) work
10649 reliably.
10650
10651 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10652
10653 * config/netware.exp: New file.
10654
10655 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10656
10657 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
10658 the -B and -L prefixes so we can find the debugging stub.
10659
10660 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
10661 there and we are using the gcc from the tree.
10662
10663 * gdb.base/types.c: Removed.
10664
10665 * gdb.base/configure.in: Look for makefile fragments in ../config.
10666 Recognize i386-*-netware.
10667 * gdb.c++/configure.in: Likewise.
10668
10669 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10670
10671 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
10672 the correct TCL syntax.
10673
10674 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10675
10676 * gdb.base/opaque.exp: use runto instead of messing around with
10677 breakpoints. Simplify by using gdb_test.
10678
10679 * gdb.base/bitfields.exp: restart between tests on netware targets
10680 because breakpoints aren't relocated after target death. Run
10681 processes to completion.
10682
10683 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
10684
10685 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
10686
10687 * Makefile.in: Remove extra tabs that confuse some versions
10688 of "make". Use the newly built gdb to test with by default,
10689 rather than the first one in the tester's search path.
10690
10691 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
10692
10693 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
10694
10695 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
10696 condition help.
10697
10698 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10699
10700 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
10701
10702 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
10703 running.
10704 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
10705 * gdb.base/funcargs.exp: Likewise.
10706
10707 * gdb.base/bitfields.exp: Simplify by using gdb_test.
10708 * gdb.base/funcargs.exp: Likewise.
10709
10710 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
10711 message is "".
10712
10713 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10714
10715 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
10716 return,signals,twice}.exp: Handle non-existant binaries
10717 consistantly.
10718
10719 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
10720 * gdb.base/Makefile.in: Don't try to generate a core dump, we
10721 might testing a cross development system.
10722
10723 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10724
10725 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
10726 runtest script is relative to ${srcdir}, not ${rootdir}.
10727
10728 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
10729
10730 * gdb.base/signals.exp: Allow for optionality of breakpoint
10731 address.
10732
10733 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10734
10735 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
10736
10737 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10738
10739 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
10740 for size_t definition.
10741 * gdb.c++/templates.cc: Likewise
10742
10743 * config/mt-i386-netware: New file.
10744
10745 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
10746 defined.
10747
10748 * gdb.base/Makefile.in: Added support for systems that name core
10749 files by appending "core" to the program name.
10750 * gdb.base/a1-selftest.exp: Likewise.
10751
10752 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10753
10754 * gdb.base/return.exp: Add comment and message for `return double'
10755 test failure on Sparc Solaris.
10756
10757 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
10758
10759 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
10760
10761 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10762
10763 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
10764 from optimizing them away.
10765 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
10766 patterns to include default constructors and assignment operators,
10767 to match gcc versions beyond 2.5.8. Accept any cplus demangling
10768 character in the output of the virtual base pointer.
10769
10770 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10771
10772 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
10773 expression match in print_addr_of to avoid unintented matches.
10774 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
10775 versions up to 2.5.8.
10776
10777 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10778
10779 * gdb.base/list.exp: Tweak alternate pattern for listing of an
10780 included file to run under newer versions of expect.
10781 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
10782 consecutive >'s in templates to accomodate recent cplus-dem.c change.
10783 Remove xfail for the virtual table of BDDHookV.
10784
10785 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
10786
10787 * lib/gdb.exp (string_to_regexp): Set a default result.
10788 (default_gdb_start): Fix misleading message.
10789
10790 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
10791
10792 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
10793 Remove all CC, etc definitions.
10794 * config/mt-hpux: New file.
10795 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
10796 (CFLAGS, LDFLAGS): Define.
10797 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
10798
10799 * Makefile.in (site.exp): Don't insert host_os, etc.
10800 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
10801 (distclean): Check existence of subdir.
10802 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
10803 * gdb.base/Makefile.in: General cleanup and simplification.
10804 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
10805 to build executables. Use default rule to build .o files.
10806 (EXPECT, RUNTEST, CC): Fix relative pathname.
10807 (site.exp): Don't insert host_os, etc.
10808 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
10809 and/or SIGUSR1 defined.
10810 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
10811 * gdb.c++/Makefile.in: General cleanup and simplification.
10812 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
10813 (CFLAGS): Remove.
10814 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
10815
10816 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
10817
10818 * gdb.base/recurse.exp: Misc changes to get tests running again
10819 after Kung's changes to the watchpoint code.
10820 * gdb.base/watchpoint.exp: Likewise.
10821
10822 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
10823
10824 * lib/gdb.exp (string_to_regexp): Convert {\} also.
10825
10826 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10827
10828 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
10829 * lib/gdb.exp (default_gdb_start): Define.
10830 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
10831 gdb.base/funcargs.exp, gdb.base/opaque.exp,
10832 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
10833 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
10834 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
10835 Don't call gdb_target_udi in between tests.
10836
10837 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10838
10839 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
10840 (which was basically just a local version of the same thing). In
10841 addition to avoiding duplication, gdb_test_exact is faster.
10842 * lib/gdb.exp (gdb_test_exact): Fix typo.
10843
10844 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
10845 don't give an error.
10846
10847 * gdb.base/term.exp: Call delete_breakpoints before starting.
10848
10849 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
10850 (t10): Add comment.
10851
10852 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
10853
10854 Reorganization of the GDB Test Suite.
10855
10856 * gdb.base: New directory, contains all the basic tests.
10857 * gdb.c++: New directory, tests specific to C++.
10858 * gdb.chill: New directory, tests specific to Chill.
10859 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
10860 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
10861 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
10862 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
10863 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
10864 t30-31 to chill).
10865 * */gdbme.*: Rename to match appropriate expect scripts.
10866 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
10867 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
10868 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
10869 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
10870 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
10871 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
10872 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
10873 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
10874 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
10875 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
10876 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
10877 gdb.c++/virtfunc.cc: New names of C++ files.
10878 * gdb.chill/chillvars.ch: New name of Chill file.
10879 * gdb.base/configure.in, gdb.c++/configure.in,
10880 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
10881 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
10882 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
10883 * configure.in (configdirs): Update to reflect directory changes.
10884 (target_abbrev): No longer define for any configuration.
10885 * Makefile.in: Cosmetic improvements to header comments.
10886
10887 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
10888
10889 Various changes to gdb.t31:
10890
10891 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
10892 * gdbme.ch: Make all key-words and predefineds be upper-case.
10893 * chillvars.exp: Expect key-words and predefinds in upper-case.
10894
10895 * chillvars.exp: Use gdb_test_exact many places.
10896 Change expected output for arrays (which now includes index labels).
10897
10898 * pr-5020.exp, gdme.ch (module PR_5020):
10899 New test, for PR-5020.
10900
10901 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
10902
10903 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
10904 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
10905
10906 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
10907
10908 * Makefile.in: Fix bit-rot in definitions of CHILL,
10909 CHILL_FOR_TARGET and Chill_LIB.
10910 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
10911 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
10912 CHILL, and CHILL_LIB.
10913
10914 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
10915
10916 * Revert the previous changes. Please see Rob's directory
10917 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
10918
10919 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
10920
10921 * Makefile.in, configure.in, config/mips-gdb.exp,
10922 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
10923 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
10924 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
10925 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
10926 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
10927 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
10928 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
10929 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
10930 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
10931 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
10932 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
10933 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
10934 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
10935 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
10936 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
10937 changes from 94Q1.
10938
10939 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
10940
10941 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
10942 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
10943 Rob's new testing fragments.
10944
10945 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
10946
10947 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
10948 lib/gdb.exp: Replace error proc calls with perror.
10949
10950 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
10951
10952 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
10953 version also, match on casted version strings, and match on
10954 gdb startup case where the line numbers might be messed up.
10955
10956 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
10957
10958 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
10959 (CFLAGS): Delete it from here.
10960
10961 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
10962
10963 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
10964
10965 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
10966
10967 * Makefile.in (RUNTEST): Default to just "runtest".
10968
10969 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10970
10971 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
10972 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
10973 the code has been restructured.
10974
10975 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10976
10977 * gdb.t00/default.exp (set write): Allow any number of \r and/or
10978 \n, not just one of each.
10979
10980 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
10981 /bin/cc gives a warning if you do.
10982
10983 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
10984
10985 * gdb.t24/demangle.exp: change expect pattern of
10986 __t10ListS_link1ZUiRCUiPT0
10987
10988 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10989
10990 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
10991 on local variables in recursive functions.
10992
10993 * gdb.t07/Makefile.in: Build the new test.
10994
10995 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10996
10997 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
10998 directly. Instead compare the return values from actual calls.
10999
11000 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
11001
11002 * Makefile.in (check): Set TCL_LIBRARY for runtest.
11003
11004 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11005
11006 * From Peter Schauer with minor modifications.
11007 * gdb.t15/return.exp (return_tests): Handle targets where "return"
11008 stops in mid-line in the caller. Add xfail for returning a float
11009 value on X86 targets.
11010
11011 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11012
11013 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
11014 to avoid expect lossage.
11015 (fmem_LRbug_tests): Likewise.
11016 * gdb.disasm/hppa.s: Corresponding changes.
11017
11018 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
11019 conditions to work with latest dejagnu/expect.
11020
11021 * gdb.t15/funcargs.exp (finish from indirect call): No longer
11022 expected to fail on the PA.
11023 (backtrace in call with trampolines): Explicitly require main
11024 to be frame #1 (no trampolines should show up in backtrace).
11025
11026 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
11027 "continue -expect".
11028 * gdb.t06/break.exp: Likewise.
11029 * gdb.t07/watchpoint.exp: Likewise.
11030 * gdb.t13/bitfields.exp: Likewise.
11031 * gdb.t15/{funcargs,return}.exp: Likewise.
11032 * gdb.stabs/weird.exp: Likewise.
11033 * config/{mips,udi}-gdb.exp: Likewise.
11034
11035 * hppa.sed: Enclose comments within a sed command to avoid
11036 losing with the old OSF1 sed.
11037
11038 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11039
11040 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
11041 sequent dynix.
11042 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
11043 * gdb.t15/funcargs.exp: Conditionally step again to really
11044 finish from marker_call_with_trampolines. Handle the case where
11045 the first step from within call_with_trampolines already steps
11046 us back to main.
11047 * gdb.t15/gdbme.c: Add comment to closing brace of
11048 call_with_trampolines for funcargs.exp.
11049
11050 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11051
11052 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
11053 Fix typo(s).
11054
11055 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11056
11057 * gdb.t07/gdbme.c: More code for watchpoint testing.
11058
11059 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
11060 "Hardware watchpoint" throughout file.
11061 (test_watchpoint_triggered_in_syscall): New test.
11062 (test_complex_watchpoint): New test.
11063
11064 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11065
11066 * gdbme.c (call_with_trampolines): New function to try and step
11067 into. Tests trampoline problems on the PA.
11068
11069 * funcargs.exp (localvars_in_indirect_call): No longer expect
11070 stepping into indirect call to fail on PAs.
11071 (test_stepping_over_trampolines): New test.
11072
11073 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11074
11075 * TODO: Add suggestions for static member function tests, and
11076 completion tests.
11077
11078 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11079
11080 * TODO: Add suggestions for "p/a" tests.
11081
11082 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
11083 (default_gdb_exit): Replace all the hair with sending "quit" to
11084 the process with a simple close.
11085
11086 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11087
11088 * TODO: Add suggestions for shared library tests.
11089
11090 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11091
11092 * TODO: Add suggestions for x/s tests.
11093
11094 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11095
11096 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
11097 "enable once", and "enable breakpoints once" with ".*".
11098
11099 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11100
11101 * TODO: Add suggestions about structure passing tests.
11102
11103 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11104
11105 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
11106 the primary1 test, use work around if __GNUC__ < 2.
11107 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
11108 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
11109 Test for bad output rather than waiting for timeout. Issue
11110 second continue only if first continue failed.
11111
11112 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11113
11114 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
11115 operator[] test with gdb_test because the old code didn't seem to
11116 be getting the quoting right with the new dejagnu.
11117
11118 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
11119
11120 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
11121 one from the path.
11122 * Makefile.in: Use a fresh expect if there is one, use runtest
11123 from the src tree if there is one.
11124
11125 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11126
11127 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
11128 next over recursive call. Revise the tests from that point on
11129 (which had been skipped) to match GDB's actual (correct) output.
11130
11131 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
11132 with next over a breakpoint whose condition is false.
11133
11134 * gdb.t00/help.exp: Comment out "help set print" tests just like
11135 (and for same reason as) "help set" test.
11136
11137 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11138
11139 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
11140 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
11141
11142 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11143
11144 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
11145 necessary gdb_target_udi.
11146
11147 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
11148
11149 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
11150 1838 and 2417; they are fixed.
11151
11152 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
11153 gdb.t03/ptype.exp (ptype structure, ptype union):
11154 Remove xfails; the test is looser than when the xfails were added.
11155
11156 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
11157 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
11158
11159 * gdb.t01/run.exp: Only run shell test if isnative.
11160
11161 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
11162 since "run" automatically loads if necessary. Call gdb_target_udi
11163 after the "file" since "file" kills any execution target.
11164
11165 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
11166 GDB. GDB doesn't work that way (not anymore at least) on UDI.
11167 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
11168 argument for UDI.
11169
11170 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11171
11172 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
11173
11174 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
11175
11176 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11177
11178 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
11179 properly quoting regexps. This makes the second argument to
11180 demangle a fixed string, which matches the callers, instead of a
11181 shell-style pattern which is what the previous implementation
11182 used. Update some of the callers.
11183
11184 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11185
11186 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
11187 (comib_nullified_tests): Fix typo.
11188 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
11189 strings. No longer expected to fail.
11190
11191 * gdb.disasm/hppa.s (addib_tests): Fix typo.
11192 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
11193 strings. No longer expected to fail.
11194
11195 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
11196 string. No longer expected to fail.
11197
11198 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11199
11200 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
11201 No longer expected to fail.
11202
11203 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
11204 string. No longer expected to fail.
11205
11206 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11207
11208 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
11209 only in the names (I probably got most of them). I was even
11210 generous with some which differed in underscores in names, and
11211 probably missed a few, and I *still* was able to remove almost a
11212 third of the file with almost no impact on testsuite coverage.
11213
11214 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11215
11216 * gdb.t00/default.exp: Match udi_attach error message as well as
11217 the one from child_attach.
11218
11219 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
11220
11221 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
11222
11223 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
11224 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
11225
11226 * Move test with enums and partial symbols back to
11227 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
11228 Reverts the change of 26 May 93. Per today's change to
11229 stabs.texinfo, the behavior that weird.exp was expecting was
11230 unreasonable; what is important is that the compiler+gdb get
11231 things right, which happens with a recent gcc. Also fix the test
11232 to deal with native compilers which put out the stab gdb can't
11233 deal with.
11234
11235 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11236
11237 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
11238 in the names. The main thing these accomplish is to slow things down.
11239 Many more such duplicates surely remain.
11240
11241 * gdb.t00/help.exp: Comment out "help support" test just like
11242 (and for same reason as) "help set" test.
11243
11244 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
11245
11246 * gdb.t06/break.exp: Remove setup_xfails for
11247 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
11248 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
11249 about known bug in gcc to include up through 2.5.8.
11250 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
11251 well as "_vb$".
11252 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
11253 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
11254 with latest gcc and gdb.
11255 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
11256 well as "_vb$".
11257
11258 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11259
11260 * configure.in (hppa*-*-*): Also configure and build stabs-only
11261 tests.
11262
11263 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11264
11265 * gdb.t10/hppa.mt: A makefile fragment for the PA.
11266 * gdb.t10/configure.in (hppa*-*-*): Use it.
11267
11268 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11269
11270 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
11271
11272 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11273
11274 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
11275 versions prior to 1.13.5.
11276
11277 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11278
11279 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
11280 the prompt is at the start of a line.
11281
11282 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11283
11284 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
11285 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
11286 in the copr tests now.
11287 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
11288 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
11289 expected to fail.
11290
11291 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
11292
11293 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
11294 gdb.t31/chillvars.exp, lib/gdb.exp:
11295 Tweak to run under either version of expect.
11296 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
11297 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
11298 * gdb.t11/list.exp: Remove extraneous whitespace.
11299
11300 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11301
11302 * gdb.t16/printcmds.exp (test_print_strings): Accept
11303 "(unsigned char *) " before the string.
11304
11305 * TODO: Add notes about printing of fancy types and GDB expressions.
11306
11307 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
11308
11309 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
11310 * gdb.t06/configure.in: Don't try to compile signals test program
11311 if doing mips-idt-ecoff.
11312
11313 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
11314
11315 * Most .exp files: Tweak to run under either version of expect.
11316
11317 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11318
11319 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
11320 xfails; I'm not sure why they are failing, but not because of PR 1806.
11321
11322 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
11323
11324 * config/unix-gdb.exp: Remove gdb_unload cause it's already
11325 defined in lib/gdb.exp.
11326
11327 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11328
11329 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
11330 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
11331 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
11332 have to be typeless.
11333
11334 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11335
11336 * TODO: Add suggestion for copyright year test.
11337
11338 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
11339
11340 * configure.in (*-*-lynxos*): Add stabs tests.
11341
11342 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11343
11344 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
11345 so insert a tab before any assembler directive in column zero.
11346
11347 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
11348 stores.
11349 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
11350 stores.
11351 (fpu_short_memory_tests): Likewise.
11352
11353 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11354
11355 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
11356 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
11357 .stabs directives in comments.
11358
11359 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11360
11361 * TODO: New file, describing tests we could write.
11362 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
11363
11364 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11365
11366 * gdb.t06/signals.exp: Add kludge to force re-sync.
11367
11368 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
11369 to xgdb instead of gdb, get out of gdb.
11370
11371 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
11372
11373 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
11374 for info.
11375
11376 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11377
11378 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
11379 * gdb.stabs/configure.in (hppa*-*-*): Use it.
11380 * gdb.stabs/hppa.sed: New sed script for the PA.
11381
11382 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11383
11384 * gdb.stabs: Re-write weird.def and configuration to use sed
11385 instead of cpp. sed is portable and POSIX; cpp is neither.
11386
11387 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11388
11389 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
11390
11391 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11392
11393 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
11394
11395 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11396
11397 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
11398 "_vb$".
11399 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
11400 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
11401
11402 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11403
11404 * lib/gdb.exp: Comment out code which depends on non-existent
11405 `transform' procedure.
11406
11407 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
11408
11409 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
11410 * lib/gdb.exp: Transform tool name.
11411 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
11412 1.1's new error handling system.
11413
11414 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11415
11416 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
11417
11418 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11419
11420 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
11421 They made pattern matching so slow that timeouts happened on
11422 heavily loaded systems. Now any output from "show print" which
11423 gets us back to the GDB prompt is a PASS.
11424
11425 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
11426
11427 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
11428
11429 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11430
11431 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
11432
11433 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
11434 It is not from PR 3220.
11435
11436 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11437
11438 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
11439 just started failing because they depended on the order the
11440 subcommands are presented, or exact docstring text. This kind of
11441 test is a pain and has minimal benefit.
11442
11443 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11444
11445 * gdb.t09/corefile.exp: At end of test, use "core" command with
11446 no arguments.
11447
11448 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
11449
11450 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
11451 17}/Makefile.in: Make it possible to run the testsuite with Sun
11452 make and CC = cross gcc by adding explicit build rules for .o
11453 files.
11454
11455 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11456
11457 * gdb.t15/funcargs.exp: Don't put comments on same line as
11458 setup_xfail (@#$*%& tcl braindamage!).
11459
11460 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11461
11462 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
11463
11464 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
11465
11466 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
11467 * gdb.t20/inherit.exp: remove three dumplicate entries.
11468
11469 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11470
11471 * gdb.t06/break.exp: For "next over recursive call", fail on any
11472 incorrect output, not just on "factorial (value=2)".
11473
11474 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11475
11476 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
11477 working now. Add an xfail if accesing a bss variable causes
11478 a memory error if the target is not yet run.
11479
11480 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11481
11482 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
11483 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
11484 name of __st* demangling (2 strings). Did Kung really get the
11485 more than 95 others right without testing them?
11486
11487 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
11488
11489 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
11490
11491 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
11492
11493 * configure.in (configdirs): Add gdb.disasm
11494 * gdb.disasm: New directory for GDB disassembler tests.
11495 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
11496
11497 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11498
11499 * gdb.t00/help.exp: Don't test "help set".
11500
11501 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
11502 from within expect statements. None of these happen anymore and
11503 they cause regressions to be silently unnoticed.
11504
11505 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
11506 messages) about known failures with gcc cygnus-2.4.5-930417.
11507
11508 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
11509 comp-info.exp so it gets built if it doesn't exist.
11510
11511 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
11512 it is no longer used.
11513 * gdb.t13/comp-info.c: Removed.
11514
11515 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11516
11517 * gdb.t06/signals.exp: Add xfail for sun3.
11518
11519 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11520
11521 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
11522 relevant because ^C doesn't get sent but failure can be reproduced
11523 interactively).
11524
11525 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11526
11527 * gdb.stabs/alpha.mt: New configuration file for alpha.
11528 * gdb.stabs/configure.in: Use it.
11529 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
11530 sharing with alpha.mt, redefine long to word via preprocessor.
11531 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
11532 for alpha.
11533 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
11534 native cc.
11535 * gdb.t00/teststrategy.exp: Change expect string so that we
11536 consume the `(xgdb)' from the command echo and from the gdb prompt.
11537 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
11538 gdb currently compares all values as long, so this failure probably
11539 applies to any configuration where LONGEST is bigger than a target int.
11540 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
11541 with gcc.
11542 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
11543 to handle opaque pointers, gcc is.
11544 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
11545 as first argument. Include <sys/types.h> and change all operator
11546 new definitions to use size_t.
11547 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
11548 now that we use size_t.
11549
11550 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11551
11552 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
11553 a long or float array cast all array members to the same type.
11554 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
11555 with 64 bit longs.
11556 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
11557 on alpha.
11558 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
11559
11560 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11561
11562 * gdb.t24 (demangle.exp): Constructors of templates have names like
11563 vector<int>::vector(int) not vector<int>::vector<int>(int). See
11564 section 14.6 of the ARM.
11565
11566 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
11567 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
11568 accomplish little and slow down the testsuite.
11569
11570 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
11571 Accept spaces various places.
11572
11573 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11574
11575 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
11576 with watchpoint enabled.
11577
11578 * Makefile.in: Remove definition of CC and remove the second
11579 definition of CXX (the "CXX = gcc" one remains). These definitions
11580 were causing backquotes to be expanded within backquotes, which
11581 doesn't work.
11582
11583 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11584
11585 * gdb.t17/callfuncs.exp: Add "return 0" to end.
11586
11587 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11588
11589 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
11590 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
11591 by mips cc and contains no stabs entries.
11592
11593 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
11594
11595 * config/vx-gdb.exp: Use fake device to load files rather than
11596 NFS.
11597 * lib/gdb.exp: New proc to do "file" command.
11598 * config/unix-gdb.exp: Use new "file" proc.
11599
11600 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11601
11602 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
11603 Rework board rebooting slightly.
11604 (gdb_exit): Don't exit from the remote shell; there isn't one.
11605 * gdb.stabs/weird.exp: If a program is being debugged already,
11606 kill it.
11607 * gdb.t04/setvar.exp: Stop and restart gdb.
11608 * gdb.t05/expr.exp: Likewise.
11609 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
11610 restart gdb and reload the program.
11611 * gdb.t08/opaque.exp: Likewise.
11612 * gdb.t12/scope.exp: Likewise.
11613 * gdb.t13/bitfields.exp: Likewise.
11614 * gdb.t15/funcargs.exp: Likewise.
11615 * gdb.t20/classes.exp: Likewise.
11616 * gdb.t03/ptype.exp: Increase timeout.
11617 * gdb.t16/printcmds.exp (test_print_string_constants,
11618 test_print_array_constants): Likewise.
11619 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
11620 * gdb.t20/classes.exp (do_tests): Likewise.
11621 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
11622
11623 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
11624
11625 * gdb.stabs: Renamed *wierd* to *weird*.
11626
11627 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11628
11629 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
11630 for timeout. Add "known gcc 2.4.5 bug" to failure message.
11631
11632 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11633
11634 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
11635 (do_tests): Remove xfail for whatis on one_var and two_var.
11636
11637 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
11638
11639 * Makefile.in: Made cross building work better by adding
11640 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
11641
11642 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11643
11644 * gdb.t15/{return.c,return.exp,Makefile.in}:
11645 New test, currently commented out.
11646
11647 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
11648
11649 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
11650 still running and removes the leftover named socket so GDb can do
11651 clean restarts.
11652
11653 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
11654
11655 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
11656 console, not GDB.
11657 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
11658 cross testing works better with "make check"
11659 * config/unix-gdb: Use default procedures for exit and version.
11660 * config/vx-gdb.exp: Cleaned up and massaged back to working order
11661 with the newest VxWorks.
11662
11663 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11664
11665 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
11666 old form.
11667
11668 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
11669 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
11670
11671 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
11672
11673 * config/unix-gdb.exp: Remove this version of gdb_exit
11674 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
11675 Rob says he'll look at it when he gets back to testing boards.
11676
11677 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
11678
11679 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
11680 an expected fail for certain ptype commands.
11681
11682 * gdb.t20/classes.exp: Update expected results of "ptype class
11683 Base1" to account for the constructor that now appears in the type.
11684
11685 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
11686
11687 * configure.in (configdirs): Restore gdb.t04, which mysteriously
11688 disappeared from list.
11689 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
11690 "alldone" proc with call to cleanup and exit.
11691 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
11692 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
11693 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
11694 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
11695 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
11696 "alldone" proc with simple returns that suppress remaining
11697 tests. The alldone proc went away many months ago.
11698
11699 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11700
11701 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
11702
11703 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
11704
11705 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11706
11707 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
11708 as vax gdb will display them.
11709
11710 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11711
11712 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
11713 optimizers.
11714
11715 * scope.exp: Change "bad value for localval" messages so each one
11716 is unique.
11717
11718 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
11719 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
11720
11721 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
11722
11723 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11724
11725 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
11726 doesn't exist (due to optimization).
11727
11728 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11729
11730 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
11731 contains \r because the filename is long.
11732
11733 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
11734 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
11735
11736 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11737
11738 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
11739 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
11740 Ultrix.
11741 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
11742 int tests.
11743 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
11744
11745 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
11746
11747 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
11748
11749 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
11750 to match does not match the passing case but still matches the
11751 failing case.
11752
11753 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11754
11755 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
11756
11757 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
11758
11759 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
11760 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
11761 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
11762 Remove various versions of gdb_exit.
11763 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
11764 gdb_exit.
11765 * config/unix-gdb.exp: gdb_exit remains here, and should override
11766 the generic version, since it's doing a lot of wierd stuff that
11767 the other versions aren't. FIXME, fold it in, or abandon this
11768 version.
11769
11770 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11771
11772 * gdb.t24/demangle.exp: Add tests for PR 3220.
11773
11774 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11775
11776 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
11777
11778 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
11779
11780 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
11781 "i386-*-*". Works for i486 as well.
11782
11783 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
11784 bug, and expand domain of xfail to all SVR4 systems, since the
11785 actual problem is likely to be in generic SVR4 /proc support.
11786
11787 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11788
11789 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
11790
11791 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
11792
11793 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
11794 xfails for other systems. Match a missing 'Continuing.' as an
11795 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
11796
11797 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
11798 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
11799 Only issue warning for missing executables if -all option is used.
11800
11801 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
11802 file if -all option is used. It's like an unpredictable XFAIL.
11803
11804 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11805
11806 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
11807 for dynamically linked binaries.
11808
11809 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
11810
11811 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11812
11813 * gdb.t20/inherit.exp: Change message for "print tagless struct"
11814 to state that this is a known bug in old versions of g++.
11815
11816 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11817
11818 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
11819 while waiting for `Continuing'.
11820
11821 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
11822
11823 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
11824 in text, data, and bss.
11825 * gdb.t10/nodebug.c: Add local and global test variables for
11826 initialized and uninitialized data.
11827
11828 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11829
11830 * config/unix-gdb.exp (gdb_exit): Add "wait".
11831
11832 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11833
11834 * gdb.t06/signals.exp: xfail the continue from the handler for all
11835 targets.
11836
11837 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
11838 function with watchpoints enabled, the i386 call dummy starts with
11839 a call.
11840
11841 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
11842 386 bsd names its corefiles.
11843
11844 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
11845
11846 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
11847 compilers don't grok it.
11848 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
11849 with small octal ints rather than character constants, which
11850 are signed and might not fit if first promoted to int.
11851
11852 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
11853
11854 * gdb.t09/Makefile.in (clean): Remove corefile.
11855
11856 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11857
11858 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
11859
11860 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11861 and Jim Kingdon (kingdon@cygnus.com)
11862
11863 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
11864 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
11865 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
11866
11867 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11868
11869 * gdb.t17/interrupt.exp: Add xfail for hppa.
11870
11871 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11872
11873 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
11874 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
11875 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
11876 to determine signed-ness of bitfields and use the result to setup
11877 the xfail.
11878 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
11879 * gdb.t15/funcargs.exp: Use them to step until the second indirect
11880 call line is reached if necessary.
11881
11882 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11883
11884 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
11885
11886 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11887
11888 * gdb.t06/break.exp: Also test `clear' command.
11889
11890 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11891
11892 * gdb.t00/teststrategy.exp: Remove extra quote.
11893
11894 * gdb.t07/watchpoint.exp: Change xfail for calling function with
11895 watchpoint enabled to be for all non-68k machines.
11896
11897 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
11898
11899 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11900
11901 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
11902 targets use aout.mt instead of ecoff.mt as gas understands
11903 standard aout format.
11904
11905 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11906
11907 * lib/gdb.exp (runto): Don't insist that function we are running to
11908 was compiled with -g.
11909
11910 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
11911
11912 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
11913 to get back into the read system call.
11914 Accept leading newline in case where we woke it up.
11915
11916 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11917
11918 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
11919 to make the stabs test work on ecoff systems using gcc and -with-stabs.
11920 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
11921 enable ecoff configuration.
11922
11923 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11924
11925 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
11926
11927 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11928
11929 * gdb.t16/printcmds.exp: Add another printf test.
11930
11931 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
11932
11933 * configure.in: If configured -with-stabs on any target, add
11934 stabsdirs to configdirs.
11935
11936 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11937
11938 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
11939 fun" so pattern does not match the command itself.
11940
11941 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11942
11943 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
11944
11945 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11946
11947 * gdb.t17/interrupt.exp: Test for more things.
11948
11949 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11950
11951 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
11952 compiler arranges the code and line numbers.
11953
11954 * gdb.t17/interrupt.exp: Don't send \n after ^C.
11955
11956 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11957
11958 * gdb.t00/help.exp: Increase expect input buffer size.
11959
11960 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11961
11962 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
11963
11964 * gdb.t07/watchpoint.exp: Add xfail for hppa.
11965
11966 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
11967
11968 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
11969 [0-9]*, not just [0-9].
11970
11971 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11972
11973 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
11974
11975 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
11976
11977 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11978
11979 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
11980
11981 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11982
11983 * gdb.t06/signals.c: Add xfails for sun3.
11984
11985 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
11986
11987 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
11988 test_stepping tests.
11989
11990 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11991
11992 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
11993
11994 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
11995
11996 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
11997 rather than actually putting it through cpp twice.
11998
11999 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
12000
12001 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
12002
12003 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
12004 no longer needed.
12005
12006 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12007
12008 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
12009
12010 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
12011 C++ features prints as "struct", make it a pass, not an xfail.
12012
12013 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12014
12015 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
12016 Don't require VA to print as "class" rather than "struct".
12017
12018 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
12019
12020 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
12021
12022 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12023
12024 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
12025
12026 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12027
12028 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
12029 order.
12030
12031 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12032
12033 * gdb.t16/printcmds.exp: Add printf tests.
12034
12035 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
12036
12037 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
12038
12039 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
12040
12041 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
12042 pass counts, to counteract any existing or future setup_xfails.
12043
12044 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12045
12046 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
12047 {BEGIN,END}_COMMON for common block instead of STAB.
12048 * gdb.stabs/wierd.exp: Add xfail for rs6000.
12049
12050 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
12051 intp_var should be N_GSYM not N_LSYM.
12052 wierd-aout.S: Use a label for the value of the N_SO.
12053 wierd.def: Remove all backslashes.
12054 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
12055
12056 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12057
12058 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
12059 get the expected next to inheritance3.
12060
12061 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12062
12063 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
12064 now that gcc-2.4 gets it right.
12065
12066 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12067
12068 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
12069
12070 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
12071 generating comp-info.exp which works for cross-compilation.
12072
12073 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
12074
12075 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
12076 "*-*-sysv4.*".
12077
12078 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
12079
12080 * gdb.t01/run.exp: Start with a fresh gdb.
12081 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
12082 SVR4.x.
12083
12084 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
12085
12086 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
12087 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
12088 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
12089 Makefile.in (distclean, realclean): Remove gdbme.c from list of
12090 things to remove.
12091
12092 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
12093
12094 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
12095 test cases from bug reports.
12096
12097 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
12098
12099 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
12100 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
12101 avoid spurious xfails.
12102 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
12103 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
12104 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
12105
12106 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
12107
12108 * gdb.t00/teststrategy.exp: Rework to provide more useful
12109 description of each test, fix problem with systems that define
12110 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
12111 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
12112 results for "next over recursive call" so timeouts aren't taken
12113 by error.
12114
12115 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
12116
12117 * gdb.t12/scope.exp: Test printing of variables before run.
12118
12119 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
12120 printed in wrong order due to sorting.
12121
12122 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
12123
12124 * gdb.t00/teststrategy.exp: Fix expected results for printing
12125 user entered string constant. Is array of char, prints with no
12126 address.
12127
12128 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
12129 commands.
12130 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
12131 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
12132 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
12133 of struct of char arrays.
12134 * gdb.t00/radix.exp: New tests for radix commands.
12135
12136 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
12137
12138 * gdb.t16/printcmd.exp: Print a variable before running program
12139 (with xfail for AIX).
12140
12141 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
12142
12143 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
12144
12145 * gdb.t16/printcmd.exp: Don't print variables before running program.
12146
12147 * gdb.t06/break.exp: Don't require envp argument to main.
12148
12149 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
12150
12151 * gdb.t02/whatis.exp, gdb.t11/list.exp:
12152 Add xfails for rs6000.
12153
12154 * gdb.t02/whatis.exp: Change other tests not to re-test something
12155 we already tested.
12156
12157 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
12158 each type used has a variable of that type.
12159
12160 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
12161
12162 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
12163
12164 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12165
12166 * configure.in: change srctrigger to be a file, not a directory
12167
12168 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
12169
12170 * configure.in (mips-idt-ecoff*): Added trailing '*'.
12171
12172 * gdb.t11/list.exp: Fixed a couple of typos.
12173
12174 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
12175
12176 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
12177 is fixed and PR is closed.
12178 * gdb.t16 (gdbme.c): Add simple test string variable.
12179 * gdb.t16 (printcmds.exp): Add tests with simple test string
12180 variable, primarily for boundaries on "set print elements".
12181
12182 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
12183
12184 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
12185 Make leading 0's optional and don't expect a tab in the middle
12186 of the number.
12187
12188 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
12189
12190 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
12191 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
12192 don't end command passed to gdb_test with newline.
12193
12194 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
12195 signed keyword away, don't expect signed bitfields to be signed.
12196
12197 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
12198 printing with only as many 1's as are in the field as well as printing
12199 with 32 1's (see comment).
12200
12201 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
12202
12203 * gdb.t00/default.exp: Start with a fresh gdb.
12204 * configure.in (configdirs): Remove gdb.t31 until the chill
12205 compiler works again. It no longer is able to find chillrt0
12206 since it isn't in libchill.a anymore.
12207 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
12208 wierd.o, make more modular.
12209 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
12210 spurious newlines that caused problems.
12211
12212 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12213
12214 * Move test with enums and partial symbols from gdb.t03/ptype.exp
12215 to gdb.stabs/wierd.exp since GCC has worked around the bug.
12216 gdb.stabs/wierd.{exp,def}: Many new tests.
12217
12218 * gdb.t00/default.exp: update info line for new message.
12219
12220 * gdb.t02/{whatis.exp,gdbme.c}:
12221 Test that "char *" doesn't print as "caddr_t".
12222
12223 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12224
12225 * gdb.t00/help.exp: Use .* in place of some help messages which
12226 just changed.
12227 gdb.t00/default.exp: Update "info frame" test for new message.
12228 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
12229 Remove some xfails
12230
12231 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12232
12233 * gdb.t03/{gdbme.c,ptype.exp}:
12234 Add tests for typedef'd struct and union without tags.
12235 Also check "whatis" on a variable of a typedef'd enum without a tag.
12236
12237 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
12238 PRMS 1823; the bug still exists but isn't reproduced by this test
12239 anymore), and remove rs6000 XFAIL (the bug is fixed).
12240
12241 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
12242 duplicated from whatis.exp. For those that are left, accept
12243 "long", "long int", or "int" for long variables (whatis.exp already
12244 has an XFAIL for "int", so no need to fail it here).
12245
12246 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
12247 Deal with GCC's names for types now that GDB uses the compiler's names.
12248
12249 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
12250 setup_xfail's for sunos4. If we #defined the signed keyword away,
12251 don't expect GDB to know that char it is signed.
12252
12253 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
12254
12255 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
12256
12257 * configure.in (configdirs): Add gdb.t24 for C++ tests that
12258 should work on any system, regardless of debugging format.
12259 * gdb.t21/demangle.exp: Move to gdb.t24.
12260 * gdb.t24/demangle.exp: Move from gdb.t21.
12261 * gdb.t24/{Makefile.in, configure.in}: New files.
12262
12263 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12264
12265 * configure.in: Do gdb.stabs and C++ tests only for stabs.
12266 * gdb.stabs: New directory.
12267
12268 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12269
12270 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
12271 not just "Quit anyway?".
12272
12273 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
12274
12275 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
12276 that all setup_xfails are immediately followed by clear_xfails.
12277
12278 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
12279
12280 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
12281 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
12282 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
12283 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
12284 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
12285 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
12286 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
12287 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
12288 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
12289 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
12290 gdb.t31/chillvars.exp, lib/gdb.exp:
12291 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
12292 bug-gdb@prep.ai.mit.edu.
12293
12294 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
12295
12296 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
12297 with 0.0, not integer 0.
12298
12299 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
12300
12301 * gdb.t06/break.exp: Update for "Kill the program" message change.
12302
12303 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
12304
12305 * Makefile.in (GDBFLAGS): Set to -nx.
12306 * Makefile.in (site.exp): Use GDBFLAGS.
12307
12308 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12309
12310 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
12311 Makefiles.
12312 (check): depend on just-check.
12313 (just-check): added so that tests can be run without a noop
12314 build pass.
12315
12316 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12317
12318 Switch to using configure's configdirs.
12319 * Makefile.in (Makefile): add configure.in dependency.
12320 (SUBDIRS): removed redundant assignment.
12321 * configure.in: switch subdirs assignment to configdirs.
12322 * gdb.t*/configure.in: new files.
12323
12324 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
12325
12326 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
12327 works.
12328
12329 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
12330
12331 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
12332 in explicit rules. Apparently this is not supported by some makes.
12333
12334 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
12335
12336 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
12337
12338 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12339
12340 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
12341 disappeared.
12342
12343 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12344
12345 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
12346
12347 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
12348
12349 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
12350 watchpoint problem that is now fixed.
12351 * gdb.t30/chexp.exp: Remove setup_xfail for printing
12352 uninitialized convenience variables.
12353 * gdb.t31/chillvars.exp: Fix expected patterns for printing
12354 structures.
12355
12356 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12357
12358 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
12359 which causes expect to get out of sync with gdb on long output
12360 from help set.
12361 * gdb.t09/corefile.exp: Make expected pattern for core file
12362 failing signal and frame output format less sun specific.
12363
12364 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
12365
12366 * gdb.t31/chillvars.exp: Add and remove initial dummy
12367 breakpoint, so that symbol table is forced in.
12368 (Needed at least on Sunos4, though it seems not SVR4.)
12369 * gdb.t31/chillvars.exp: Update for changed output format.
12370
12371 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
12372
12373 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
12374
12375 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
12376
12377 * Makefile.in: Added --srcdir when invoking runtest, removed the
12378 need for a local config file. (optional now)
12379
12380 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
12381
12382 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
12383 failure count used to force early termination. Add some more
12384 expected failures for gnu style demangling.
12385
12386 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12387
12388 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
12389 pmi variable from gdb.t20/gdbme to get optimized away.
12390 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
12391 Check for written corefile upon timeout _and_ eof.
12392
12393 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12394
12395 * config/unix-gdb.exp: Add missing return 0.
12396
12397 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12398
12399 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
12400 test termination.
12401
12402 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
12403
12404 * configure.in (subdirs): Put back gdb.t17 which mysteriously
12405 disappeared.
12406
12407 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
12408
12409 * gdb.t10/crossload.exp: Disable the i860-elf test until such
12410 time as i860 support works.
12411
12412 * gdb.t15/funcargs.exp: Fix expected outputs to include
12413 "backtrace 100\r" rather than just "backtrace\r", to match last
12414 change.
12415
12416 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
12417
12418 * config/udi-gdb.exp (gdb_exit): Remove close command.
12419 (gdb_target_udi): New procedure to set the UDI target.
12420 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
12421 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
12422 Added waits for prompts after several question responses. Added
12423 some more responses used by a29k-amd-udi-gdb.
12424 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
12425 pass different arguments, restart UDI connection after program
12426 completion.
12427 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
12428 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
12429 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
12430 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
12431 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
12432 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
12433 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
12434 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
12435 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
12436 after program completion.
12437 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
12438 compiled with a SELECT_VECS setting.
12439 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
12440 infinite recursion.
12441
12442 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
12443 Added checks for COFF results, and made them expected failures for
12444 all targets. It would be better to make them expected failures
12445 for COFF targets only.
12446
12447 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12448
12449 * Makefile.in: add null dvi target, don't bother to recurse
12450 through test directories for info and install-info; rename
12451 $(datadir) to be dejagnu instead of deja-gnu
12452
12453 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
12454
12455 * gdb.t31/gdbme.ch: Re-enable code that previously caused
12456 compiler to coredump.
12457 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
12458 code.
12459
12460 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
12461
12462 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
12463 coredump.
12464 * gdb.t31/chillvars.exp: Comment out tests that depend on that
12465 code.
12466
12467 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
12468
12469 * gdb.t03/ptype.exp: tests for return code from gdb_test.
12470 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
12471 which in a shell. Deletes xgdb when done.
12472 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
12473 Tests the return from the "set height" or "set width" commands.
12474 Added a few return codes where needed.
12475
12476 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
12477
12478 * Makefile.in (SUBDIRS): Add gdb.t17.
12479 * configure.in (subdirs): Add gdb.t17.
12480 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
12481 files to test gdb's calling of functions in the inferior with
12482 the correct arguments and gdb's ability to retrieve any
12483 result returned.
12484
12485 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
12486
12487 * config/unix-gdb.exp (gdb_exit): Remove close commands that
12488 may be called after gdb goes away. Previous versions of expect
12489 needed these to avoid file descriptor leaks, but they cause
12490 errors with the current revision of expect.
12491 * gdb.t00/gdbvars.exp: Use -re on expected output after
12492 setting sevenbit-strings.
12493 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
12494 to set sevenbit-strings consistent across tests.
12495 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
12496 set sevenbit-strings consistent across tests.
12497
12498 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
12499
12500 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
12501 expected output to match current "expect" expectations.
12502
12503 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
12504
12505 * gdb.t00/default.exp: Change expected output for default "source"
12506 command, to match new gdb behavior which requires a filename to
12507 source.
12508
12509 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
12510
12511 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
12512 expected fail for i486-*-* that misses the marker2 function.
12513 * gdb.t10/crossload.exp (bfddefault): Allow successful
12514 recognition of a format to pass even if no symbols are found.
12515 Explicitly catch failures where the format is not recognized
12516 or is ambiguous, and add the reason to the fail message.
12517 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
12518 the cause is and invalid target and add reason to failure message.
12519 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
12520 elf32-i386, elf32-sparc, and elf32-i860.
12521 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
12522 Set up expected failure for 'filename'::variable scope resolution,
12523 which is now apparently broken on all targets.
12524 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
12525 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
12526 gdb.t23/templates.exp: Change failure for missing binfile into
12527 just a warning.
12528 gdb.t21/demangle.exp: Change all cfront references to 'arm'
12529 references.
12530
12531 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
12532
12533 * gdb.t00/default.exp: Add expected output for default "source"
12534 command, to match new gdb behavior.
12535 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
12536
12537 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
12538
12539 * config/*-gdb.exp: returns an error, rather than exiting on
12540 internal errors.
12541
12542 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
12543
12544 * gdb.t03/gdbme.c: Add pointer to struct variable.
12545 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
12546 referencing struct members.
12547
12548 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
12549
12550 * configure.in (mips-idt-ecoff): New target.
12551 * config/mips-gdb.exp: New file for remote board using MIPS remote
12552 debugging protocol.
12553
12554 * Redid configuration scheme. Removed gdb.t*/configure.in.
12555 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
12556 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
12557 distclean targets. Built executables via .o files. Adjusted
12558 tests to account for source files in $(srcdir) rather than
12559 $(objdir).
12560 * lib/gdb.exp (runto): Don't expect () after the function name,
12561 because it may have arguments.
12562
12563 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
12564
12565 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
12566 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
12567 expected failures for mips-idt-* and mips-sgi-*.
12568 * gdb.t00/default.exp (attach): Kill process if requested.
12569 * gdb.t00/help.exp (help target core, help target): Accept a gdb
12570 that does not read core files.
12571 * gdb.t01/run.exp: Removed checks for exit status code.
12572 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
12573 it is linked in.
12574 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
12575 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
12576 appropriate, rather than doing it by hand.
12577 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
12578 execution.
12579 * gdb.t10/crossload.exp: Kill existing program if needed.
12580 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
12581 appropriate, rather than doing it by hand. Always increase
12582 timeout for this test, not just for VxWorks.
12583
12584 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
12585
12586 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
12587 of Chill STRUCT types and STRUCT values.
12588 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
12589 than "char".
12590 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
12591 struct2): New struct definitions and initializations to test
12592 simple Chill STRUCT types.
12593
12594 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
12595
12596 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
12597 the null byte at the end of strings.
12598 * gdb.t00/default.exp: Make show version insensitive to copyright
12599 date.
12600 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
12601 to avoid dependencies on target char signedness.
12602 * gdb.t16/printcmds.exp: Update expected results for explicitly
12603 unsigned char.
12604 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
12605 now work.
12606 * gdb.t21/demangle.exp: Add many more patterns for template
12607 demangling, most of them being expected failures.
12608 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
12609 string we are matching for, to match on the whole string.
12610 * gdb.t21/demangle.exp: Add many new test strings to demangle,
12611 and fix a whole bunch that had incorrect expected output but were
12612 passing anyway because of the bug in "proc demangle".
12613 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
12614 type.
12615 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
12616
12617 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
12618
12619 * gdb/testsuite: made modifications to testcases, etc., to allow
12620 them to work properly given the reorganization of deja-gnu and the
12621 relocation of the testcases from deja-gnu to a "tool" subdirectory.
12622
12623 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
12624
12625 * gdb/testsuite: Initial creation of gdb/testsuite.
12626 Migrated dejagnu testcases and support files for testing nm to
12627 gdb/testsuite from deja-gnu. These files were moved "as is"
12628 with no modifications. This migration is part of a major overhaul
12629 of dejagnu. The modifications to these testcases, etc., which
12630 will allow them to work with the new version of dejagnu will be
12631 made in a future update.
12632
12633 For additional changes see gdb.mi/ChangeLog-1999-2003.
12634 \f
12635 Local Variables:
12636 mode: change-log
12637 left-margin: 8
12638 fill-column: 74
12639 version-control: never
12640 End:
12641
12642 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
12643 2003, 2004 Free Software Foundation, Inc.
12644 Copying and distribution of this file, with or without modification,
12645 are permitted provided the copyright notice and this notice are preserved.
This page took 0.277975 seconds and 5 git commands to generate.