]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
* gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2003-12-13 Jim Blandy <jimb@redhat.com>
2
3 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
4
5 2003-12-12 Kevin Buettner <kevinb@redhat.com>
6
7 * gdb.asm/frv.inc: New file.
8 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
9
10 2003-12-09 Fred Fish <fnf@redhat.com>
11
12 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
13 functions to break1.c and leave prototypes behind. Add more
14 "set breakpoint NN here" comments.
15 * gdb.base/break1.c: New file.
16
17 * gdb.base/break.exp: Handle compiling test case from multiple
18 source files and change source file references as needed.
19 * gdb.base/completion.exp: Ditto.
20 * gdb.base/condbreak.exp: Ditto.
21 * gdb.base/define.exp: Ditto.
22 * gdb.base/ena-dis-br.exp: Ditto.
23 * gdb.base/info-proc.exp: Ditto.
24 * gdb.base/maint.exp: Ditto.
25 * gdb.base/until.exp: Ditto.
26
27 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
28 hardcoded line numbers.
29 * gdb.base/define.exp: Ditto.
30 * gdb.base/ena-dis-br.exp: Ditto.
31 * gdb.base/maint.exp: Ditto.
32 * gdb.base/until.exp: Ditto.
33
34 * gdb.base/completion.exp: Use "break1" for completion tests since
35 "break" is no longer a unique prefix.
36
37 2003-12-06 Andrew Cagney <cagney@redhat.com>
38
39 * gdb.base/structs.exp (test_struct_returns): When applicable, set
40 "return_value_unimplemented". When an unimplemented struct return
41 architecture, report incorrect values as a KFAIL
42
43 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
44
45 * gdb.cp/rtti.exp: Accept new wording of warning from
46 cp_lookup_rtti_type.
47
48 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
49
50 Partial fix for PR testsuite/1456.
51 * gdb.base/scope.exp (test_at_main): Replace references to
52 gcc_compiled with calls to test_compiler_info.
53 (test_at_foo): Likewise.
54 (test_at_bar): Likewise.
55
56 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
57
58 Partial fix for PR testsuite/1456.
59 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
60 to test_compiler_info.
61
62 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
63
64 * gdb.base/so-impl-ld.exp: Update copyright notice.
65
66 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
67
68 Partial fix for PR testsuite/1456.
69 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
70 to test_compiler_info.
71
72 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
73
74 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
75 from current versions of gdb. Clean up regular expressions.
76 Delete redundant timeout case.
77
78 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
79
80 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
81 from current versions of gdb. Clean up regular expressions.
82 Delete redundant timeout case.
83
84 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
85
86 Partial fix for PR testsuite/1456.
87 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
88 gcc_compiled with call to test_compiler_info.
89
90 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
91
92 Partial fix for PR testsuite/1456.
93 * gdb.base/list.exp (test_list_function): Delete unused declaration
94 of gcc_compiled.
95
96 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
97
98 Partial fix for PR testsuite/1456.
99 * gdb.base/complex.exp: Replace reference to gcc_compiled with
100 call to test_compiler_info.
101
102 2003-11-29 Mark Kettenis <kettenis@gnu.org>
103
104 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
105 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
106 it to create the appropriate note.inc.
107 * gdb.asm/asmsrc1.s: Include "note.inc".
108 * gdb.asm/netbsd.inc: New file.
109 * gdb.asm/empty.inc: New file.
110
111 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
112
113 Partial fix for PR testsuite/1456.
114 * gdb.base/constvars.exp: Replace references to gcc_compiled with
115 calls to test_compiler_info.
116
117 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
118
119 Partial fix for PR testsuite/1456.
120 * gdb.base/volatile.exp: Replace references to gcc_compiled with
121 calls to test_compiler_info.
122
123 2003-11-27 Mark Kettenis <kettenis@gnu.org>
124
125 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
126 pattern for the KFAILs.
127
128 2003-11-25 Adam Fedor <fedor@gnu.org>
129
130 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
131 * gdb.objc/objcdecode.m: New file.
132
133 2003-11-25 Adam Fedor <fedor@gnu.org>
134
135 * gdb.objc/nondebug.exp: Test for PR objc/1236.
136 * gdb.objc/nondebug.m: New file.
137
138 2003-11-26 Ben Elliston <bje@wasabisystems.com>
139
140 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
141 NetBSD as it does on FreeBSD. Modelled on a similar change by
142 Mark Kettenis on 2003-05-30.
143 (link-flags): Set to "--entry _start" regardless of target.
144 Special linker flags are to be appended to $link-flags.
145 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
146
147 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
148
149 * gdb.cp/method.exp: Accept output of new demangler.
150
151 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
152
153 * gdb/class2.exp: New file.
154 * gdb/class2.cc: New file.
155
156 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
157
158 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
159 of new demangler.
160
161 2003-11-23 Mark Kettenis <kettenis@gnu.org>
162
163 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
164 of gdb_test "run".
165
166 2003-11-23 Mark Kettenis <kettenis@gnu.org>
167
168 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
169 "continue" into "run".
170
171 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
172
173 Partial fix for PR testsuite/1456.
174 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
175 call to test_compiler_info.
176 * gdb.cp/ctti.exp: Likewise.
177 * gdb.cp/derivation.exp: Likewise.
178 * gdb.cp/member-ptr.exp: Likewise.
179 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
180 reference to gcc_compiled.
181
182 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
183
184 Fix PR testsuite/1463.
185 * gdb.base/structs.exp (start_structs_test): Call
186 get_debug_format before using the debug format.
187
188 2003-11-22 Andrew Cagney <cagney@redhat.com>
189
190 * lib/gdb.exp (gdb_test_multiple): Add simple example.
191 * gdb.base/structs.exp: Use gdb_test_multiple.
192
193 2003-11-20 Andrew Cagney <cagney@redhat.com>
194
195 * gdb.base/structs.exp: Handle and recover from internal errors.
196 Replace "foo${n}" with "foo<n>" in test messages.
197
198 * gdb.base/structs.exp: Update copyright. Rewrite.
199 * gdb.base/structs.c: Update copyright. Rewrite.
200
201 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
202 resync count exceeded.
203
204 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
205 from the internal error.
206 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
207 Original from Jim Blandy.
208 (gdb_test_multiple): Use gdb_internal_error_resync.
209
210 2003-11-19 Andrew Cagney <cagney@redhat.com>
211
212 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
213 KFAIL.
214
215 2003-11-17 Mark Kettenis <kettenis@gnu.org>
216
217 New testcase for PR backtrace/1435.
218 * gdb.arch/i386-unwind.exp: New file.
219 * gdb.arch/i386-unwind.c: New file.
220
221 2003-11-17 Andrew Cagney <cagney@redhat.com>
222
223 * lib/gdb.exp (compiler_info): New global.
224 (test_compiler_info): New function.
225 (get_compiler_info): Set compiler_info.
226 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
227 "compiler_info" to gcc-<major>-<minor>.
228
229 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
230
231 * gdb.trace/configure: Remove.
232
233 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
234
235 * gdb.base/break.c: Add comments to aid finding line numbers for
236 breakpoints.
237 * gdb.base/break.exp: Remove all references to explicit line
238 numbers.
239
240 2003-11-11 Nick Clifton <nickc@redhat.com>
241
242 * gdb.base/shreloc.exp: Do not run for targets which do not
243 support shared objects.
244
245 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
246
247 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
248 Don't run tests if nofileio flag is given.
249
250 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
251
252 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
253 as well as 'Watchpoint'.
254
255 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
256
257 Reported by Jim Ingham <jingham@apple.com>:
258 * gdb.base/annota1.exp: Match at least one occurrence of the
259 signal handler annotation.
260
261 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
262
263 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
264 as well as 'Watchpoint'.
265
266 2003-11-05 Michael Chastain <mec@shout.net>
267
268 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
269
270 2003-11-03 Kris Warkentin <kewarken@qnx.com>
271
272 * gdb.arch/gdb1291.c: New test file.
273 * gdb.arch/gdb1291.exp: New test script.
274 * gdb.arch/gdb1431.c: New test file.
275 * gdb.arch/gdb1431.exp: New test script.
276
277 2003-10-22 Michael Chastain <mec@shout.net>
278
279 * gdb.mi/pthreads.c: Add copyright notice.
280
281 2003-10-22 Michael Chastain <mec@shout.net>
282
283 * gdb.threads/pthreads.c: Add copyright notice.
284
285 2003-10-20 Michael Chastain <mec@shout.net>
286
287 * gdb.base/gdb1056.exp: New test script.
288
289 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
290
291 * gdb.threads/killed.exp: Use gdb_run_cmd.
292
293 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
294
295 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
296 create a core file.
297 * gdb.threads/gcore-thread.exp: Likewise.
298
299 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
300
301 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
302 type, based on char type.
303 (struct bit_flags_short_t): New bitfield type, based on short type.
304 (init_bit_flags_char): New fuction.
305 (init_bit_flags_short): Ditto.
306 (print_bit_flags_char): Ditto.
307 (print_bit_flags_short): Ditto.
308 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
309
310 2003-10-11 Michael Chastain <mec@shout.net>
311
312 * gdb.base/call-rt-st.exp: Update copyright year.
313
314 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
315
316 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
317 * gdb.disasm/sh3.s: Ditto.
318
319 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
320
321 * gdb.threads/switch-threads.exp: New test.
322 * gdb.threads/switch-threads.c: New source file.
323
324 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
325
326 * gdb.base/ending-run.exp: Add sh specific case.
327
328 2003-10-06 Andrew Cagney <cagney@redhat.com>
329
330 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
331 * gdb.disasm/mn10200.exp: Delete obsolete file.
332
333 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
334
335 * ChangeLog: Correct an entry command.exp -> commands.exp.
336 * gdb.base/commands.exp (bp_deleted_in_command_test)
337 (temporary_breakpoint_commands): Check noargs.
338
339 2003-09-25 David Carlton <carlton@kealia.com>
340
341 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
342 of some print tests, where appropriate. Add tests for C::D::cd,
343 E::ce, F::cXfX, G::XgX.
344 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
345
346 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
347
348 * lib/java.exp (java_init): Import target_alias before using it.
349
350 2003-09-25 David Carlton <carlton@kealia.com>
351
352 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
353
354 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
355
356 * gdb.base/selftest.exp: Accomodate more instruction reordering
357 weirdness.
358
359 2003-09-17 Michael Chastain <mec@shout.net>
360
361 * gdb.cp/gdb1355.exp: New file.
362 * gdb.cp/gdb1355.c: New file.
363
364 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
365
366 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
367 * gdb.asm/sh.inc: New file.
368
369 2003-09-11 David Carlton <carlton@kealia.com>
370
371 * gdb.cp/namespace.exp: Add tests for namespace types.
372 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
373 (test_namespace): New.
374
375 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
376
377 * gdb.base/relocate.exp: Handle new gdb output at startup.
378 * gdb.stabs/weird.exp: Ditto.
379
380 2003-09-08 Michael Chastain <mec@shout.net>
381
382 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
383
384 2003-09-07 Michael Chastain <mec@shout.net>
385
386 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
387 'parse error'.
388
389 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
390
391 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
392
393 2003-08-30 Michael Chastain <mec@shout.net>
394
395 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
396 * gdb.gdb/observer.exp: Ditto.
397 * gdb.gdb/xfullpath.exp: Ditto.
398
399 2003-08-29 Mark Kettenis <kettenis@gnu.org>
400
401 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
402 *-*-*bsd*.
403
404 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
405
406 * gdb.base/dump.exp: Skip for ia64.
407
408 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
409
410 * gdb.asm/asm-source.exp: Add ia64 support.
411 * gdb.asm/ia64.inc: New file.
412
413 2003-08-22 Michael Chastain <mec@shout.net>
414
415 * gdb.cp: New directory.
416 * gdb.cp/*: Copy from gdb.c++/*.
417 * gdb.c++/*: Remove.
418 * Makefile.in: Change gdb.c++ to gdb.cp.
419 * configure.in: Ditto.
420 * configure: Regnerate.
421
422 2003-08-18 Mark Kettenis <kettenis@gnu.org>
423
424 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
425 * gdb.arch/i386-prologue.c (gdb1338): Add function.
426
427 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
428
429 * mi-var-display.exp (-var-list-children weird): Accept function
430 pointers with argument types.
431 * mi1-var-display.exp (-var-list-children weird): Likewise.
432 * mi2-var-display.exp (-var-list-children weird): Likewise.
433
434 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
435
436 * gdb.base/annota3.exp: Add missing newline.
437
438 2003-08-06 Michael Chastain <mec@shout.net>
439
440 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
441
442 2003-08-12 Michael Snyder <msnyder@redhat.com>
443
444 * gdb.base/float.exp: Add test for SH.
445
446 2003-08-10 Mark Kettenis <kettenis@gnu.org>
447
448 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
449
450 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
451
452 * gdb.base/completion.exp: Remove reduntant completion test
453 on filename.
454
455 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
456
457 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
458 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
459 gdb.trace/save-trace.exp: Make sure that full pathnames are
460 escaped correctly.
461
462 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
463
464 * configure.in: Don't generate config.h from config.hin.
465 * configure: Regenerate.
466 * config.hin: Remove file.
467 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
468 * gdb.threads/pthreads.c: Ditto.
469
470 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
471
472 From Kei Sakamoto <sakamoto.kei@renesas.com>:
473 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
474 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
475 Replace ld24 with seth/add3.
476
477 2003-08-02 Andrew Cagney <cagney@redhat.com>
478
479 * gdb.base/annota3.exp: New file.
480 * gdb.base/annota3.c: New file.
481 * gdb.c++/annota3.exp: New file.
482 * gdb.c++/annota3.cc: New file.
483
484 2003-07-29 Michael Chastain <mec@shout.net>
485
486 * gdb.threads/tls.c (spin): Check errno only if sem_wait
487 actually failed.
488 (do_pass): Likewise.
489 * gdb.threads/tls.exp: Always initialize no_of_threads.
490
491 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
492
493 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
494 pattern.
495 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
496 * gdb.threads/tls.exp: Recognize one case of the host library not
497 supporting TLS.
498
499 2003-07-27 Andrew Cagney <cagney@redhat.com>
500
501 * gdb.base/fileio.exp: Use SH when running commands using
502 remote_exec.
503
504 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
505
506 From Kei Sakamoto <sakamoto.kei@renesas.com>:
507 * gdb.base/relocate.c (dummy): New padding array.
508
509 2003-07-22 Michael Snyder <msnyder@redhat.com>
510
511 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
512
513 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
514 patterns to be more general, accepting old and new output.
515 Some output chars (such as '+') also must be quoted.
516 Some addresses are displayed numerically instead of
517 symbolically.
518
519 2003-07-23 Michael Snyder <msnyder@redhat.com>
520
521 * gdb.base/return2.exp: Don't test long-long return.
522
523 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
524 * gdb.disasm/t01_mov.exp: Ditto.
525 * gdb.disasm/t02_mova.s: Ditto.
526 * gdb.disasm/t02_mova.exp: Ditto.
527 * gdb.disasm/t03_add.s: Ditto.
528 * gdb.disasm/t03_add.exp: Ditto.
529 * gdb.disasm/t04_sub.s: Ditto.
530 * gdb.disasm/t04_sub.exp: Ditto.
531 * gdb.disasm/t05_cmp.s: Ditto.
532 * gdb.disasm/t05_cmp.exp: Ditto.
533 * gdb.disasm/t06_ari2.s: Ditto.
534 * gdb.disasm/t06_ari2.exp: Ditto.
535 * gdb.disasm/t07_ari3.s: Ditto.
536 * gdb.disasm/t07_ari3.exp: Ditto.
537 * gdb.disasm/t08_or.s: Ditto.
538 * gdb.disasm/t08_or.exp: Ditto.
539 * gdb.disasm/t09_xor.s: Ditto.
540 * gdb.disasm/t09_xor.exp: Ditto.
541 * gdb.disasm/t10_and.s: Ditto.
542 * gdb.disasm/t10_and.exp: Ditto.
543 * gdb.disasm/t11_logs.s: Ditto.
544 * gdb.disasm/t11_logs.exp: Ditto.
545 * gdb.disasm/t12_bit.s: Ditto.
546 * gdb.disasm/t12_bit.exp: Ditto.
547 * gdb.disasm/t13_otr.s: Ditto.
548 * gdb.disasm/t13_otr.exp: Ditto.
549
550 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
551
552 * gdb.threads/tls.exp :Add kfail for 'info address' case.
553
554 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
555
556 * gdb.threads/tls.c : New file.
557 * gdb.threads/tls.exp : New file.
558 * gdb.threads/tls-main.c : New file.
559 * gdb.threads/tls-shared.c : New file.
560 * gdb.threads/tls-shared.exp : New file.
561
562 2003-07-22 Andreas Schwab <schwab@suse.de>
563
564 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
565
566 2003-07-20 Andreas Schwab <schwab@suse.de>
567
568 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
569 due to insn reordering.
570
571 2003-07-15 Andrew Cagney <cagney@redhat.com>
572
573 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
574
575 2003-07-15 Michael Chastain <mec@shout.net>
576
577 * gdb.base/gdb1250.exp: New file.
578 * gdb.base/gdb1250.c: New file.
579
580 2003-07-09 Michal Ludvig <mludvig@suse.cz>
581
582 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
583 expansion of size_t to 'unsigned long', not only to 'unsigned'.
584
585 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
586
587 * gdb.threads/tls.c: New file.
588 * gdb.threads/tls.exp: New file.
589 * gdb.threads/tls-main.c: New file.
590 * gdb.threads/tls-shared.c: New file.
591 * gdb.threads/tls-shared.exp: New file.
592
593 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
594
595 * gdb.base/annota1.exp: Make sure that we properly escape the
596 full path of the source file. Xfail more permissive patterns,
597 due to a compiler debug info problem.
598
599 2003-07-07 Andreas Schwab <schwab@suse.de>
600
601 * gdb.asm/m68k.inc: New file.
602 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
603
604 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
605 arguments"): Also match negative number.
606
607 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
608
609 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
610
611 * gdb.base/store.c (charest): New typedef.
612 (add_char): Rename to add_charest, update.
613 (wack_char): Rename to wack_charest, update types. Return l + r
614 to keep r live across the call.
615 (wack_short, wack_int, wack_long, wack_longest, wack_float)
616 (wack_double, wack_doublest): Return l + r to keep r live across
617 the call.
618 * gdb.base/store.exp: Accomodate store.c changes.
619
620 2003-06-30 David Carlton <carlton@kealia.com>
621
622 * gdb.c++/maint.exp (test_invalid_name): New.
623 (test_first_component): Add tests for invalid names.
624
625 2003-06-29 Michael Chastain <mec@shout.net>
626
627 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
628 output of '<VTT for class>' for virtual base classes.
629
630 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
631
632 * gdb.base/completion.exp: Tab-complete "complet" instead of
633 "compl".
634 * gdb.base/complex.exp, gdb.base/complex.c: New files.
635
636 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
637
638 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
639 * gdb.base/volatile.exp: Likewise.
640
641 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
642
643 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
644 gdb/1265.
645
646 2003-06-28 Michael Chastain <mec@shout.net>
647 Daniel Jacobowitz <drow@mvista.com>
648
649 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
650 initial line count of 'captured_main' from 26 to 32.
651 (test_with_self): Allow xmalloc call to be interleaved with the
652 preceding two lines.
653
654 2003-06-24 Joel Brobecker <brobecker@gnat.com>
655
656 * gdb.base/bang.exp: New testcase.
657
658 2003-06-23 Joel Brobecker <brobecker@gnat.com>
659
660 * gdb.base/langs.exp: Add some tests for the "minimal" language
661 support.
662
663 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
664
665 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
666 the testcase.
667
668 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
669
670 * gdb.base/relocate.exp: Test add-symbol-file with a variable
671 offset.
672
673 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
674
675 * gdb.c++/pr-1210.cc: New file.
676 * gdb.c++/pr-1210.exp: New file.
677
678 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
679
680 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
681 000-exec-continue.
682
683 2003-06-15 Mark Kettenis <kettenis@gnu.org>
684
685 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
686 on *-*-*bsd* instead of *-*-freebsd*.
687
688 2003-06-14 Andrew Cagney <cagney@redhat.com>
689
690 * gdb.base/store.exp: Test longest and doublest. Test all
691 parameters. Weaken return statement match.
692 * gdb.base/store.c: Add longest and doublest - aka long long and
693 long double functions. Put all parameters into local register
694 variables. Use negative values.
695
696 2003-06-14 Andrew Cagney <cagney@redhat.com>
697
698 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
699 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
700 exit status.
701 * gdb.base/fileio.exp: Disable target when nointerrupts and
702 noinferiorio, instead of limiting it to remote. Use remote_exec
703 instead of system.
704
705 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
706
707 * gdb.base/float.exp: Add ia64 support.
708
709 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
710
711 * gdb.base/fileio.exp: Run only on remote targets.
712
713 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
714
715 * gdb.base/fileio.c: New file, testing File-I/O.
716 * gdb.base/fileio.exp: Ditto.
717
718 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
719
720 * gdb.base/shreloc.exp: New file, check symbol values obtained from
721 shared objects after relocation at load time (gdb PR/1132).
722 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
723 as above, part of the shared object relocation test.
724
725 2003-06-08 Mark Kettenis <kettenis@gnu.org>
726
727 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
728 fully filled history list.
729 * gdb.base/gdb_history: New file.
730
731 * gdb.base/signals.exp: XFAIL "continue to func1" on
732 i*86-*-freebsd*.
733
734 * gdb.base/attach.exp: When trying to attach to a nonexistent
735 process, make it possible to specify the PID based on the target,
736 and do so for *-*-freebsd*.
737
738 2003-06-02 Richard Henderson <rth@redhat.com>
739
740 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
741
742 2003-06-02 Richard Henderson <rth@redhat.com>
743
744 * gdb.base/selftest.exp: Next over lim_at_start initialization.
745
746 2003-06-02 Richard Henderson <rth@redhat.com>
747
748 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
749
750 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
751
752 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
753 of globalvar.
754
755 2003-06-01 Mark Kettenis <kettenis@gnu.org>
756
757 * gdb.asm/asm-source.exp: Check for memory read errors in
758 disassembler test on *BSD too.
759
760 2003-06-01 Richard Henderson <rth@redhat.com>
761
762 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
763 for .frame.
764 (gdbasm_call): Lose ldgp.
765 (gdbasm_startup): Add frame information.
766 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
767
768 2003-05-31 Mark Kettenis <kettenis@gnu.org>
769
770 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
771 i?86-*-*.
772
773 2003-05-30 Mark Kettenis <kettenis@gnu.org>
774
775 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
776 FreeBSD.
777
778 2003-05-29 Richard Henderson <rth@redhat.com>
779
780 * gdb.asm/alpha.inc: New file.
781 * gdb.asm/asm-source.exp: Use it.
782
783 2003-05-29 Jim Blandy <jimb@redhat.com>
784
785 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
786 'core.PID'.
787
788 2003-05-22 Jim Blandy <jimb@redhat.com>
789
790 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
791 backtrace.
792
793 2003-05-20 David Carlton <carlton@math.stanford.edu>
794
795 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
796 this time.
797
798 2003-05-19 David Carlton <carlton@bactrian.org>
799
800 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
801 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
802
803 2003-05-19 David Carlton <carlton@bactrian.org>
804
805 * gdb.c++/namespace.exp: Add namespace scope and anonymous
806 namespace tests.
807 Bump copyright date.
808 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
809 (main): Call C::D::marker2.
810 * gdb.c++/namespace1.cc: New file.
811
812 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
813
814 Roland McGrath <roland@redhat.com>
815 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
816 there is no manager thread.
817
818 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
819
820 * gdb.threads/schedlock.exp: Remove assumption that all threads
821 will run in a particular small time slice. Also ensure we break
822 in one of the child threads rather than the main thread.
823
824 2003-05-07 Jim Blandy <jimb@redhat.com>
825
826 Add support for assembly source testing on the s390x.
827 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
828 architecture.
829 * gdb.asm/s390x.inc: New file.
830
831 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
832 succession of 'if' statements.
833
834 2003-05-05 Andrew Cagney <cagney@redhat.com>
835
836 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
837
838 2003-05-05 Andrew Cagney <cagney@redhat.com>
839
840 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
841 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
842
843 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
844
845 * gdb.base/charset.exp: Update based on new behavior of set/show
846 charset commands.
847
848 2003-05-01 Andrew Cagney <cagney@redhat.com>
849
850 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
851 variable do not give memory errors.
852
853 2003-04-30 Adam Fedor <fedor@gnu.org>
854
855 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
856 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
857 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
858 gdb.objc/basicclass.m: : New files
859
860 * lib/gdb.exp (gdb_compile_objc): New procedure.
861
862 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
863
864 * gdb.base/signals.exp: Make backtrace tests more specific.
865
866 2003-04-23 David Carlton <carlton@bactrian.org>
867
868 * gdb.c++/maint.exp (test_first_component): Add tests for
869 'operator' in more locations.
870
871 2003-04-16 Kevin Buettner <kevinb@redhat.com>
872
873 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
874
875 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
876
877 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
878 func marke' instead. Update test name.
879
880 2003-04-15 David Carlton <carlton@math.stanford.edu>
881
882 * gdb.c++/maint.exp: New file.
883
884 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
885
886 * gdb.threads/schedlock.c: Change type of thread function argument
887 to long, to avoid warnings on 64-bit platforms.
888
889 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
890
891 * gdb.base/attach.exp: Add new message from ptrace in case of
892 attaching to nonexistent process.
893
894 2003-04-11 Jim Blandy <jimb@redhat.com>
895
896 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
897 gdb.c++/userdef.cc: Place comments on the lines to which the
898 marker function might return.
899 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
900 gdb.c++/userdef.exp: Look for those comments to check that we've
901 returned to the right place, instead of checking line numbers.
902
903 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
904
905 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
906 match on sourcefile name, instead of directory name.
907
908 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
909
910 * gdb.base/completion.exp: Use string_to_regexp to match the
911 working directory name.
912
913 2003-04-09 Jim Blandy <jimb@redhat.com>
914
915 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
916 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
917 after an inferior function call, report the failure, but allow the
918 test to continue.
919
920 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
921
922 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
923 with -DPROTOTYPES.
924
925 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
926
927 * gdb.base/break.exp: Revert last patch.
928
929 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
930
931 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
932 with -DPROTOTYPES.
933
934 2003-04-02 Andrew Cagney <cagney@redhat.com>
935
936 * gdb.base/callfuncs.exp: Make "print add" messages unique.
937 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
938 matching directories by the name breakpoint.
939 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
940 Make "continue to marker1" consistent.
941 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
942 message consistent.
943 * lib/gdb.exp: Put "the program is no longer running", and "the
944 program exited" in parenthesis.
945 * lib/mi-support.exp: Ditto.
946
947 2003-04-02 Bob Rossi <bob_rossi@cox.net>
948
949 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
950
951 2003-03-29 Andrew Cagney <cagney@redhat.com>
952
953 * gdb.base/sizeof.c (main): Print the value of '\377'.
954 * gdb.base/sizeof.exp: Check the sign of '\377'.
955
956 2003-03-27 Michael Chastain <mec@shout.net>
957
958 * gdb.base/gdb1090.exp: New file.
959 * gdb.base/gdb1090.cc: New file.
960
961 2003-03-27 J. Brobecker <brobecker@gnat.com>
962
963 * gdb.gdb/observer.exp: New regression test.
964
965 2003-03-27 Michael Chastain <mec@shout.net>
966
967 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
968 * gdb.base/ptype.exp: Likewise.
969
970 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
971
972 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
973
974 2003-03-26 Michael Chastain <mec@shout.net>
975
976 * gdb.base/ptype.exp: Actually use some typedef'd types.
977
978 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
979
980 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
981 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
982
983 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
984
985 * gdb.base/default.exp: Fix regular expression.
986
987 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
988
989 * gdb.base/args.exp: Fix regular expression.
990
991 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
992
993 * gdb.base/help.exp: Allow Win32 child process.
994
995 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
996
997 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
998 when stepping out of main().
999
1000 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1001
1002 * gdb.base/default.exp: Check for win32 specific message when calling
1003 "run" without executable.
1004
1005 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1006
1007 * gdb.base/args.exp: Expect .exe in output.
1008
1009 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1010
1011 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
1012 Cygwin native.
1013
1014 2003-03-17 Andrew Cagney <cagney@redhat.com>
1015
1016 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
1017 vector registes.
1018 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
1019 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
1020
1021 2003-03-17 David Carlton <carlton@math.stanford.edu>
1022
1023 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
1024 test, for PR breakpoints/38.
1025 Call test_watchpoint_and_breakpoint.
1026 * gdb.base/watchpoint.c (func3): New function.
1027 (main): Call func3.
1028
1029 2003-03-04 David Carlton <carlton@math.stanford.edu>
1030
1031 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
1032 Garply<Garply<char> >:: garply".
1033 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
1034 with respect to PR c++/1111; note also PR c++/1113.
1035 (test_template_breakpoints): KFAIL "constructor breakpoint" with
1036 respect to PR c++/1062.
1037 KFAIL "destructor breakpoint" with respect to PR c++/1112.
1038
1039 2003-03-03 David Carlton <carlton@math.stanford.edu>
1040
1041 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
1042 with respect to PR c++/57.
1043 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
1044 c++/826.
1045 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
1046 respect to PR c++/57.
1047
1048 2003-03-03 David Carlton <carlton@math.stanford.edu>
1049
1050 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
1051 respect to PR c++/33 into FAILs.
1052
1053 2003-03-03 Michael Chastain <mec@shout.net>
1054
1055 * configure.in: Update copyright years.
1056
1057 2003-03-03 Michael Chastain <mec@shout.net>
1058
1059 * Makefile.in: Update copyright years.
1060
1061 2003-02-28 David Carlton <carlton@math.stanford.edu>
1062
1063 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
1064 print class instead of struct and/or superfluous protection
1065 specifiers, as long as the resulting output is equivalent to the
1066 source code.
1067 Delete FIXME from end of messages on tests that don't need
1068 fixing.
1069
1070 2003-02-28 David Carlton <carlton@math.stanford.edu>
1071
1072 * gdb.c++/templates.exp (do_tests): Allow const in the two
1073 Foo<volatile char *>::foo tests.
1074
1075 2003-02-27 Michael Snyder <msnyder@redhat.com>
1076
1077 * gdb.base/restore.c (main): Return zero, so exit code
1078 will be consistant.
1079
1080 2003-02-26 David Carlton <carlton@math.stanford.edu>
1081
1082 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
1083 char *>::foo" test with respect to PR c++/33. Create a new test
1084 which is identical to that one except that it doesn't put the
1085 space between the "char" and the "*"; KFAIL it, too.
1086
1087 2003-02-26 David Carlton <carlton@math.stanford.edu>
1088
1089 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
1090 template types into either PASSes or KFAILs (corresponding to PR
1091 c++/57). Tweak indentation. Update copyright.
1092
1093 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
1094
1095 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
1096
1097 2003-02-13 Michael Chastain <mec@shout.net>
1098
1099 * gdb.base/exprs.exp: Remove i960 remnants.
1100 * gdb.base/funcargs.exp: Likewise.
1101 * gdb.base/list.exp: Likewise.
1102 * gdb.base/ptype.exp: Likewise.
1103
1104 2003-02-14 David Carlton <carlton@math.stanford.edu>
1105
1106 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
1107 pEe->D::vg()" from XFAIL to KFAIL.
1108
1109 2003-02-13 Jason Molenda (jmolenda@apple.com)
1110
1111 * gdb.base/maint.exp: Update maint print statistics regexp to include
1112 new entries.
1113
1114 2003-02-13 Michael Chastain <mec@shout.net>
1115
1116 * gdb.c++/inherit.exp: Remove call to get_debug_format.
1117
1118 2003-02-12 Michael Chastain <mec@shout.net>
1119
1120 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
1121 * gdb.c++/inherit.exp: Likewise.
1122 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
1123 * gdb.c++/templates.exp: Likewise.
1124 * gdb.c++/virtfunc.exp: Likewise.
1125
1126 2003-02-06 Jason Molenda (jason-cl@molenda.com)
1127
1128 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
1129 why the code is written that way.
1130
1131 2003-02-05 Michael Chastain <mec@shout.net>
1132
1133 * gdb.base/dump.exp: Add missing copyright line.
1134
1135 2003-02-05 Jason Molenda (jason-cl@molenda.com)
1136
1137 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
1138 at the beginning so the breakpoint doesn't get set on the loop.
1139
1140 2003-02-05 Michael Chastain <mec@shout.net>
1141
1142 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
1143 output for configurations with gcc 2.95.3.
1144
1145 2003-02-05 Keith Seitz <keiths@redhat.com>
1146 Andrew Cagney <ac131313@redhat.com>
1147
1148 * gdb.mi/mi-cli.exp: New file.
1149
1150 2003-02-04 Michael Chastain <mec@shout.net>
1151
1152 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
1153 Call perror and then continue.
1154
1155 2003-02-03 Michael Chastain <mec@shout.net>
1156
1157 * gdb.c++/pr-1023.cc: New file.
1158 * gdb.c++/pr-1023.exp: New file.
1159
1160 2003-02-05 Jim Blandy <jimb@redhat.com>
1161
1162 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
1163 it's local to foobar. Check for it there, and check that it's not
1164 present in main.
1165 * gdb.c++/local.cc (marker2): New function.
1166 (foobar): Call marker1.
1167 (main): Call marker2 instead of marker1.
1168
1169 2003-02-04 Andrew Cagney <ac131313@redhat.com>
1170
1171 * gdb.disasm/mn10200.exp: Obsolete file.
1172 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
1173 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
1174 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
1175
1176 2003-02-04 David Carlton <carlton@math.stanford.edu>
1177
1178 * gdb.c++/overload.exp: Test intToChar(1).
1179 * gdb.c++/overload.cc (intToChar): New.
1180 (main): Call intToChar.
1181
1182 2003-02-03 David Carlton <carlton@math.stanford.edu>
1183
1184 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
1185 'might_kfail' arg.
1186 KFAIL some of the continue_to_bp_overloaded calls, according to
1187 PR c++/1025.
1188
1189 2003-02-01 Michael Chastain <mec@shout.net>
1190
1191 * gdb.base/advance.c (marker1): New marker function.
1192 * gdb.base/advance.exp: When the 'advance' command lands on the
1193 return breakpoint, it can legitimately stop on either the
1194 current line or the next line. Accommodate both outcomes.
1195 * gdb.base/until.exp: Likewise.
1196
1197 2003-02-02 Andrew Cagney <ac131313@redhat.com>
1198
1199 2002-11-10 Jason Molenda (jason-cl@molenda.com):
1200 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
1201 now a list, not a tuple.
1202 * gdb.mi/mi-var-display.exp: Ditto.
1203 * gdb.mi/gdb792.exp: Ditto.
1204
1205 2003-02-01 Andrew Cagney <ac131313@redhat.com>
1206
1207 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
1208 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
1209 stack backtraces.
1210 * gdb.mi/mi-syn-frame.c: Part of same.
1211
1212 2003-02-01 Mark Kettenis <kettenis@gnu.org>
1213
1214 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
1215 gdb.mi/mi1-pthreads.exp: Return instead of calling
1216 gdb_suppress_entire_file.
1217
1218 2003-02-01 Mark Salter <msalter@redhat.com>
1219
1220 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
1221
1222 2003-01-31 Mark Salter <msalter@redhat.com>
1223
1224 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
1225 Support empty arg.
1226
1227 2003-01-30 Michael Chastain <mec@shout.net>
1228
1229 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
1230 This was a workaround for a UTF-8 bug in readline 4.3. The bug
1231 has been fixed in gdb/readline on 2003-01-09.
1232
1233 2003-01-29 Michael Snyder <msnyder@redhat.com>
1234
1235 * gdb.base/maint.exp: Allow for leading underscore in symbol.
1236 * gdb.base/display.exp: Allow for leading underscore in symbol.
1237 * gdb.base/args.exp: Skip if target does not support args passing.
1238
1239 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
1240
1241 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
1242 gdb_test. Accept a list of expect arguments as the third
1243 parameter.
1244 (gdb_test): Use it.
1245
1246 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
1247
1248 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
1249 allow for different test tree configurations. Update some
1250 tescases accordingly.
1251 * gdb.arch/altivec-regs.exp: Ditto.
1252 * gdb.asm/asm-source.exp: Ditto.
1253 * gdb.base/advance.exp: Ditto.
1254 * gdb.base/display.exp: Ditto.
1255 * gdb.base/long_long.exp: Ditto.
1256 * gdb.base/mips_pro.exp: Ditto.
1257 * gdb.base/overlays.exp: Ditto.
1258 * gdb.base/relocate.exp: Ditto.
1259 * gdb.base/setshow.exp: Ditto.
1260 * gdb.base/step-line.exp: Ditto.
1261 * gdb.base/step-test.exp: Ditto.
1262 * gdb.base/until.exp: Ditto.
1263 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
1264
1265 2003-01-17 David Carlton <carlton@math.stanford.edu>
1266
1267 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
1268 corresponding to PR c++/945.
1269 Update copyright.
1270
1271 2003-01-17 David Carlton <carlton@math.stanford.edu>
1272
1273 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
1274 corresponding to PR c++/68.
1275
1276 2003-01-17 David Carlton <carlton@math.stanford.edu>
1277
1278 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
1279 (test_paddr_hairy_functions): Call print_addr_2_kfail for
1280 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
1281
1282 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
1283
1284 * gdb.base/break.exp: Fix change of default location, because of
1285 removal of until tests.
1286 * gdb.base/help.exp: Update test for new 'until' help message.
1287 Add test for help on 'advance'.
1288 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
1289
1290 2003-01-15 Mark Kettenis <kettenis@gnu.org>
1291
1292 * gdb.base/default.exp: Adapt "info float" test for recent changes
1293 to that command. Add test for "info vector".
1294 * gdb.base/float.exp: New file. Add test for "info float" that
1295 resembles the old test in gdb.base/default.exp.
1296
1297 2003-01-15 David Carlton <carlton@math.stanford.edu>
1298
1299 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
1300
1301 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
1302
1303 * gdb.base/break.exp: Move the tests of until command from here...
1304 * gdb.base/until.exp: ... to here. New file. Add other tests.
1305 * gdb.base/advance.c: New file.
1306 * gdb.base/advance.exp: New file.
1307
1308 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
1309
1310 * gdb.base/args.c: New file.
1311 * gdb.base/args.exp: New file.
1312
1313 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
1314
1315 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
1316
1317 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
1318
1319 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
1320
1321 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
1322
1323 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
1324 dates.
1325
1326 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1327
1328 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
1329
1330 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1331
1332 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
1333 (ptype &*"foo").
1334 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
1335
1336 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
1337
1338 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
1339 * gdb.mi/mi1-console.exp: Likewise.
1340
1341 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
1342
1343 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
1344 * gdb.mi/mi1-console.exp: Likewise.
1345
1346 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1347
1348 * gdb.c++/overload.exp: Remove some fixed XFAILs.
1349
1350 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
1351
1352 * gdb.base/detach.exp: New test.
1353
1354 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
1355
1356 * Makefile.in (ALL_SUBDIRS): New variable.
1357 (subdirs, clean, distclean): Use it.
1358 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
1359 regenerating Makefile, since it is generated from the top level.
1360 * gdb.asm/Makefile.in: Likewise.
1361 * gdb.base/Makefile.in: Likewise.
1362 * gdb.c++/Makefile.in: Likewise.
1363 * gdb.disasm/Makefile.in: Likewise.
1364 * gdb.java/Makefile.in: Likewise.
1365 * gdb.mi/Makefile.in: Likewise.
1366 * gdb.threads/Makefile.in: Likewise.
1367 * gdb.trace/Makefile.in: Likewise.
1368
1369 2003-01-09 David Carlton <carlton@math.stanford.edu>
1370
1371 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
1372 Add copyright year 2003.
1373
1374 2003-01-06 Michael Chastain <mec@shout.net>
1375
1376 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
1377 When selecting a thread, 'line' and 'file' are optional.
1378 * gdb.mi/mi1-pthreads.exp: Likewise.
1379
1380 2003-01-06 Andreas Schwab <schwab@suse.de>
1381
1382 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
1383 failures.
1384
1385 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1386
1387 Fix PR gdb/844
1388 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
1389 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
1390
1391 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
1392 instead of calling gdb_suppress_entire_file.
1393 * gdb.threads/print-threads.exp: Likewise.
1394 * gdb.threads/schedlock.exp: Likewise.
1395
1396 * gdb.threads/killed.exp: Return instead of calling
1397 gdb_suppress_entire_file.
1398 * gdb.threads/linux-dp.exp: Likewise.
1399 * gdb.threads/pthreads.exp: Likewise.
1400
1401 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1402
1403 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
1404 stabs.
1405 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
1406 * gdb.base/whatis.exp: Always allow (void) after function names.
1407
1408 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1409
1410 * gdb.c++/casts.exp: Correct regexp.
1411
1412 2003-01-04 Mark Kettenis <kettenis@gnu.org>
1413
1414 * configure.in: Call AC_CONFIG_HEADER. Don't call
1415 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
1416 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
1417 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
1418 aforementioned directories in the AC_OUPUT call.
1419 * config.hin: New file.
1420 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
1421 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
1422 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
1423 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
1424 pass -I$objdir instead of -I$objdir/$subdir in compilation.
1425 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
1426 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
1427 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
1428 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
1429 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
1430 gdb.threads/configure.in, gdb.threads/configure,
1431 gdb.threads/config.in, gdb.trace/configure.in,
1432 gdb.trace/configure: Removed.
1433
1434 2003-01-03 Michael Chastain <mec@shout.net>
1435
1436 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
1437 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
1438
1439 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
1440
1441 * gdb.base/store.exp: Fix regular expressions.
1442
1443 2002-12-28 Mark Kettenis <kettenis@gnu.org>
1444
1445 * configure.in: Rewrite.
1446 * configure: Regenerated.
1447
1448 2003-01-03 David Carlton <carlton@math.stanford.edu>
1449
1450 * gdb.base/psymtab.exp: New file.
1451 * gdb.base/psymtab1.c: Ditto.
1452 * gdb.base/psymtab2.c: Ditto.
1453
1454 2002-12-23 Adam Fedor <fedor@gnu.org>
1455
1456 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
1457
1458 2002-12-23 David Carlton <carlton@math.stanford.edu>
1459
1460 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
1461 and current_directory initialization.
1462
1463 2002-12-22 Jim Blandy <jimb@redhat.com>
1464
1465 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
1466 rather than as part of the output file name.
1467
1468 * gdb.base/attach.exp: There's no need to copy the test program to
1469 /tmp; that was only ever necessary on HP/UX, and this test is
1470 entirely disabled there anyway.
1471
1472 2002-12-21 Jim Blandy <jimb@redhat.com>
1473
1474 * gdb.c++/psmang.exp: Doc fix.
1475
1476 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
1477 test.
1478
1479 2002-12-20 David Carlton <carlton@math.stanford.edu>
1480
1481 * gdb.c++/annota2.exp: KFAIL annotate-quit.
1482
1483 2002-12-18 Michael Chastain <mec@shout.net>
1484
1485 * gdb.c++/annota2.exp: Add copyright year 2002.
1486
1487 2002-12-17 David Carlton <carlton@math.stanford.edu>
1488
1489 * gdb.c++/try_catch.cc: Add marker comments.
1490 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
1491 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
1492 * gdb.c++/m-static.cc: Ditto.
1493 * gdb.c++/m-static1.cc: Ditto.
1494 * gdb.c++/try_catch.cc: Ditto.
1495
1496 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
1497
1498 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
1499 to see whether we are using the new -environment-directory
1500 command which resets via -r or the old version of the command
1501 which may prompt the user. Part of fix for gdb/741.
1502
1503 2002-12-13 Andrew Cagney <ac131313@redhat.com>
1504
1505 * gdb.fortran/types.exp: Update obsolete comment.
1506 * gdb.fortran/exprs.exp: Ditto.
1507 * lib/gdb.exp: Delete obsolete code.
1508 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
1509 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
1510 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
1511 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
1512 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
1513 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
1514 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
1515 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
1516 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
1517 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
1518 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
1519 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
1520 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
1521 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
1522 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
1523 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
1524 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
1525 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
1526 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
1527 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
1528 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
1529 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
1530 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
1531 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
1532 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
1533 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
1534 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
1535 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
1536 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
1537 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
1538 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
1539 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
1540 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
1541 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
1542 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
1543 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
1544 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
1545
1546 2002-12-11 David Carlton <carlton@math.stanford.edu>
1547
1548 * gdb.c++/m-data.exp: Add test for members that shadow global
1549 variables: see PR gdb/804.
1550 * gdb.c++/m-data.cc: Ditto.
1551
1552 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
1553
1554 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
1555
1556 2002-12-06 David Carlton <carlton@math.stanford.edu>
1557
1558 * gdb.base/store.c: Don't declare functions static.
1559
1560 2002-12-04 Andrew Cagney <ac131313@redhat.com>
1561
1562 * gdb.base/store.exp, gdb.base/store.c: New files.
1563
1564 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
1565
1566 * gdb.base/selftest.exp: Update for current gdb.
1567
1568 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
1569
1570 * gdb.base/maint.exp: Only dump symbols from one source file
1571 or objfile.
1572
1573 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
1574
1575 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
1576 function call.
1577
1578 2002-11-25 Jim Blandy <jimb@redhat.com>
1579
1580 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
1581 function appearing in error message.
1582
1583 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
1584
1585 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
1586
1587 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
1588
1589 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
1590 for mi1 and current mi is in correct format. New mi startup message
1591 should be in mi console format. This is part of fix for PR gdb/604.
1592
1593 2002-09-18 Fernando Nasser <fnasser@redhat.com>
1594
1595 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
1596 which explicitly prints the zero offset as "+0".
1597
1598 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
1599
1600 * gdb.threads/schedlock.c (args): Make unsigned.
1601
1602 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
1603
1604 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
1605 numbers. Allow "foo2|selected stack frame".
1606 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
1607 * gdb.asm/asmsrc2.s: Likewise.
1608 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
1609 comments.
1610 * gdb.asm/mips.inc: New file.
1611
1612 2002-10-18 Adam Fedor <fedor@gnu.org>
1613
1614 * gdb.base/default.exp: Update expected output to include 'ObjC'.
1615 * gdb.base/help.exp: Likewise.
1616
1617 2002-10-17 Kevin Buettner <kevinb@redhat.com>
1618
1619 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
1620 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
1621
1622 2002-10-02 Jim Blandy <jimb@redhat.com>
1623
1624 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
1625
1626 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1627
1628 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
1629 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
1630 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
1631 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
1632 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
1633 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
1634 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
1635
1636 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1637
1638 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
1639 * mi0-disassemble.exp, mi0-eval.exp: Delete.
1640 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
1641 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
1642 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
1643 * mi0-var-block.exp, mi0-var-child.exp: Delete.
1644 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
1645
1646 2002-09-27 Kevin Buettner <kevinb@redhat.com>
1647
1648 * gdb.base/annota1.exp (info break): Make directory components of
1649 path optional since not all compilers emit this debug information.
1650
1651 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
1652 step ends up stepping out of the function instead of stopping on
1653 the epilogue.
1654
1655 2002-09-26 Keith Seitz <keiths@redhat.com>
1656
1657 * lib/insight-support.exp (gdbtk_start): Figure out where
1658 the insight executable is based on where gdb is. Use this
1659 executable to start insight instead of gdb.
1660
1661 2002-09-25 Andrew Cagney <cagney@redhat.com>
1662
1663 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
1664
1665 2002-09-24 Andrew Cagney <ac131313@redhat.com>
1666
1667 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
1668 test_isolated_complaints.
1669 (test_empty_complaint): New function.
1670 (test_empty_complaints): New function. Check no output when no
1671 complaints.
1672
1673 2002-09-19 Jim Blandy <jimb@redhat.com>
1674
1675 * gdb.base/charset.exp, gdb.base/charset.c: New files.
1676
1677 2002-09-19 Andrew Cagney <ac131313@redhat.com>
1678
1679 * gdb.gdb/complaints.exp: New file.
1680
1681 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1682
1683 * gdb.base/maint.exp: Check `help maint internal-warning'.
1684
1685 2002-09-18 David Carlton <carlton@math.stanford.edu>
1686
1687 * gdb.c++/m-static.exp: Remove breakpoints depending on line
1688 numbers, and replace them by a single breakpoint after the
1689 constructors are all finished.
1690 Add test 4.
1691 * gdb.c++/m-static.cc: Add test 4.
1692 * gdb.c++/m-static.h: New file.
1693 * gdb.c++/m-static1.cc: New file.
1694
1695 * gdb.c++/printmethod.exp: New file.
1696 * gdb.c++/printmethod.cc: New file.
1697
1698 * gdb.c++/pr-574.exp: New file.
1699 * gdb.c++/pr-574.cc: New file.
1700
1701 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
1702
1703 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
1704 embedded targets which never actually exit.
1705
1706 2002-09-18 Fernando Nasser <fnasser@redhat.com>
1707
1708 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
1709 "don't step after run" as unresolved or unsupported, instead of xfail.
1710
1711 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
1712
1713 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
1714 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
1715 Add newline to expected string in "step out of main (status wrapper)"
1716 case.
1717
1718 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
1719
1720 * lib/gdb.exp (rerun_to_main): Allow restarting application.
1721 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
1722
1723 2002-09-17 Tom Tromey <tromey@redhat.com>
1724
1725 * gdb.base/printcmds.exp (test_print_string_constants): Expect
1726 \000, not \0, in double-quoted string.
1727
1728 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
1729
1730 * gdb.base/commands.exp: Don't expect a "Program exited normally"
1731 string after running the commands execution on breakpoint tests.
1732
1733 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
1734
1735 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
1736
1737 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1738
1739 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
1740
1741 2002-09-10 Keith Seitz <keiths@redhat.com>
1742
1743 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
1744 runto proc.
1745 (mi_run_to_main): Use mi_runto.
1746 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
1747
1748 2002-09-10 Keith Seitz <keiths@redhat.com>
1749
1750 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
1751 regexp for stopping at main. Could have multiple event notifications.
1752 Don't assume that main was declared with no parameters.
1753 (mi_next): Use mi_step_to.
1754 (mi_step): Use mi_next_to.
1755
1756 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
1757
1758 * gdb.base/default.exp: Fix expected string in `info float' test.
1759
1760 2002-09-09 Ben Elliston <bje@redhat.com>
1761
1762 * config/mips.exp: Update comments.
1763 * config/mips-idt.exp: Likewise.
1764 * config/nind.exp: Likewise.
1765 * config/slite.exp: Likewise.
1766 * config/sparclet.exp: Likewise.
1767 * config/udi.exp: Likewise.
1768 * config/vx.exp: Likewise.
1769 * config/vxworks29k.exp: Likewise.
1770
1771 2002-09-05 Jim Blandy <jimb@redhat.com>
1772
1773 * gdb.threads/killed.exp: Fix test failure message.
1774
1775 2002-09-04 Keith Seitz <keiths@redhat.com>
1776
1777 * lib/mi-support.exp: Update copyright.
1778 (mi_gdb_test): Increase the priority of the expected pattern
1779 so that it matches gdb_test.
1780
1781 2002-09-03 Keith Seitz <keiths@redhat.com>
1782
1783 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
1784 Use integer comparison instead of string comparison for testing
1785 whether binary was built.
1786
1787 2002-09-03 Jim Blandy <jimb@redhat.com>
1788
1789 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
1790
1791 2002-08-29 Jim Blandy <jimb@redhat.com>
1792
1793 * gdb.threads/pthreads.exp: Move the portable thread compilation
1794 code into a function in lib/gdb.exp, and call that from here.
1795 * lib/gdb.exp (gdb_compile_pthreads): New function.
1796
1797 2002-08-29 Keith Seitz <keiths@redhat.com>
1798
1799 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
1800 expect_out so that callers can get at it.
1801
1802 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
1803
1804 * gdb.threads/print-threads.c: New file.
1805 * gdb.threads/print-threads.exp: New file.
1806 * gdb.threads/schedlock.c: New file.
1807 * gdb.threads/schedlock.exp: New file.
1808
1809 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1810
1811 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
1812 not altivec.c.
1813
1814 2002-08-17 Mark Kettenis <kettenis@gnu.org>
1815
1816 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
1817 targets. The problem should be fixed now.
1818
1819 2002-08-15 Mark Kettenis <kettenis@gnu.org>
1820
1821 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
1822 2002-07-24 change that removes final dots from error messages.
1823
1824 2002-08-13 Tom Tromey <tromey@redhat.com>
1825
1826 * gdb.base/readline.exp: New file.
1827
1828 2002-08-01 Andrew Cagney <ac131313@redhat.com>
1829
1830 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
1831 supress message.
1832
1833 2002-08-01 Andrew Cagney <cagney@redhat.com>
1834
1835 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
1836 CHILL_FOR_TARGET and CHILL_LIB.
1837 * configure.in (configdirs): Remove gdb.chill.
1838 * configure: Regenerate.
1839 * lib/gdb.exp: Obsolete references to chill.
1840 * gdb.fortran/types.exp: Ditto.
1841 * gdb.fortran/exprs.exp: Ditto.
1842
1843 2002-07-30 Kevin Buettner <kevinb@redhat.com>
1844
1845 * gdb.base/shlib-call.exp (additional_flags): Conditionally
1846 set Irix-specific compile and link flags.
1847
1848 2002-07-29 Kevin Buettner <kevinb@redhat.com>
1849
1850 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
1851 source files. The ``-o'' option doesn't work with the ``-E'' option
1852 when using the Irix compiler.
1853
1854 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
1855
1856 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
1857 Improve support for reusing an exec file. Copy exec file
1858 to target, and run gdbserver on the target instead of on the host.
1859
1860 2002-07-18 Jim Blandy <jimb@redhat.com>
1861
1862 * gdb.base/ending-run.exp: Don't expect to see the program end in
1863 some orderly fashion when we're running on a real stand-alone
1864 board.
1865
1866 * gdb.base/interrupt.exp: Correct logic for skipping tests on
1867 targets that don't support interrupts.
1868
1869 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1870
1871 * gdb.base/attach.exp: Add patterns to match output from /proc-based
1872 systems.
1873 Move comments in expect statements to inside the actions, so that they
1874 don't get matched against.
1875
1876 2002-07-10 Mark Kettenis <kettenis@gnu.org>
1877
1878 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
1879 function when asleep" test.
1880
1881 2002-07-10 Andrew Cagney <ac131313@redhat.com>
1882
1883 * gdb.base/page.exp: Rewrite to handle problems with very long
1884 `info set' output. Update copyright.
1885
1886 2002-06-26 Andrew Cagney <ac131313@redhat.com>
1887
1888 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
1889 gdb.threads-hp.
1890 * gdb.hp/configure: Regenerate.
1891 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
1892 * gdb.hp/gdb.threads-hp/configure: Delete file.
1893 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
1894
1895 2002-06-22 Andrew Cagney <ac131313@redhat.com>
1896
1897 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
1898 setlocale, bindtextdomain and textdomain.
1899
1900 2002-06-11 Jim Blandy <jimb@redhat.com>
1901
1902 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
1903 preprocessor macro information is present.
1904
1905 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
1906 tests.
1907
1908 2002-06-06 Michael Snyder <msnyder@redhat.com>
1909
1910 * gdb.base/overlays.exp: Record addresses of overlay
1911 functions in TCL variables rather than in GDB variables,
1912 to avoid having GDB convert them to pointers (with loss
1913 of information).
1914
1915 * gdb.base/d10v.ld: Merge in several years worth of
1916 default linker script changes.
1917 * gdb.base/long_long.exp: Add check for sizeof (long double).
1918
1919 2002-06-06 Michal Ludvig <mludvig@suse.cz>
1920
1921 * gdb.asm/asm-source.exp: Add x86-64 target.
1922 * gdb.asm/x86_64.inc: New.
1923
1924 2002-05-30 Michael Chastain <mec@shout.net>
1925
1926 From Benjamin Kosnik <bkoz@redhat.com>:
1927 * gdb.c++/m-static.cc: New file.
1928 * gdb.c++/m-static.exp: New file.
1929
1930 2002-05-28 Michael Snyder <msnyder@redhat.com>
1931
1932 * gdb.base/call-ar-st.exp: Allow for reduced floating point
1933 precision.
1934
1935 2002-05-27 Michael Chastain <mec@shout.net>
1936
1937 From Benjamin Kosnik <bkoz@redhat.com>:
1938 * gdb.c++/m-data.cc: New file.
1939 * gdb.c++/m-data.exp: New file.
1940
1941 2002-05-27 Michael Chastain <mec@shout.net>
1942
1943 From Benjamin Kosnik <bkoz@redhat.com>:
1944 * gdb.c++/try_catch.cc: New file.
1945 * gdb.c++/try_catch.exp: New file.
1946
1947 2002-05-27 Michael Chastain <mec@shout.net>
1948
1949 * gdb.c++/local.exp: Accept more nested types in output.
1950
1951 2002-05-26 Michael Chastain <mec@shout.net>
1952
1953 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
1954
1955 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
1956
1957 * lib/gdb.exp (gdb_wrapper_init): Just because
1958 gdb_wrapper_file exists, this does not mean that the file
1959 should not be rebuilt. That is what gdb_wrapper_initialized
1960 is for.
1961 (default_gdb_init): Reset gdb_wrapper_initialized.
1962
1963 2002-05-23 Michael Snyder <msnyder@redhat.com>
1964
1965 * gdb.base/all-bin.exp: Revise previous patch by just reducing
1966 the precision of the floating point test results.
1967 * gdb.base/call-rt-st.exp: Ditto.
1968
1969 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
1970 * gdb.base/call-rt-st.exp: Ditto.
1971
1972 2002-05-19 Michael Chastain <mec@shout.net>
1973
1974 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
1975
1976 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
1977
1978 * configure.in (configdirs): Add gdb.arch.
1979 * configure: Regenerate.
1980
1981 2002-05-17 Jim Blandy <jimb@redhat.com>
1982
1983 * gdb.base/completion.exp: Recognize the more detailed error
1984 messages produced by the macro expander's lexical analyzer.
1985
1986 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
1987
1988 * gdb.arch/altivec-abi.c: New file.
1989 * gdb.arch/altivec-abi.exp: New file.
1990 * gdb.arch/altivec-regs.c: New file.
1991 * gdb.arch/altivec-regs.exp: New file.
1992
1993 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
1994
1995 * gdb.base/maint.exp (maint print type): Update for new type
1996 structure.
1997
1998 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
1999
2000 * gdb.arch: New directory.
2001 * gdb.arch/configure.in: New file.
2002 * gdb.arch/configure: New file.
2003 * gdb.arch/Makefile.in: New file.
2004
2005 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
2006
2007 * gdb.asm/asm-source.exp: Add v850 as supported target.
2008 * gdb.asm/v850.inc: New file.
2009
2010 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
2011
2012 * gdb.c++/annota2.exp (annotate-quit): Add comment.
2013
2014 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
2015
2016 * gdb.base/break.exp: Check 'break "marker2"'.
2017
2018 2002-05-10 Michael Snyder <msnyder@redhat.com>
2019
2020 * gdb.base/long_long.exp: Fix typo.
2021
2022 2002-05-10 Jim Blandy <jimb@redhat.com>
2023
2024 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
2025 a bug.
2026
2027 * gdb.base/printcmds.exp (test_integer_literals_rejected):
2028 Recognize more detailed error message produced by the macro
2029 expander's lexical analyzer.
2030 * lib/gdb.exp (test_print_reject): Same.
2031
2032 2002-05-09 Mark Kettenis <kettenis@gnu.org>
2033
2034 * gdb.c++/method.exp: Fix typo.
2035
2036 2002-05-08 Michael Snyder <msnyder@redhat.com>
2037
2038 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
2039 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
2040 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
2041 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
2042 Add iftarget clause for strongarm.
2043
2044 2002-05-06 Michael Snyder <msnyder@redhat.com>
2045
2046 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
2047 (gdb_continue_to_end): Accept output from status wrapper.
2048 * gdb.base/ending-run.exp: Add case for output from status wrapper.
2049 Clean up fail messages to match pass messages.
2050
2051 Enable the "needs_status_wrapper" testsuite feature.
2052 * lib/gdb.exp (gdb_wrapper_init): New procedure.
2053 (gdb_compile): Conditionally call gdb_wrapper_init.
2054 * gdb.base/a2-run.exp: Recognize output from status wrapper.
2055 * gdb.c++/method.exp: Recognize output from status wrapper.
2056
2057 2002-05-06 Ben Elliston <bje@redhat.com>
2058 From Graydon Hoare <graydon@redhat.com>
2059
2060 * config/sid.exp: Include support for "rawsid" protocol.
2061
2062 2002-05-03 Jim Blandy <jimb@redhat.com>
2063
2064 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
2065 * gdb.c++/hang3.C: New file.
2066
2067 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2068
2069 * gdb.base/default.exp: Remove obsolete code.
2070 * gdb.c++/misc.exp: Ditto. Update copyright.
2071 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
2072 * gdb.base/whatis.exp: Ditto. Update copyright.
2073 * gdb.base/scope.exp: Ditto. Update copyright.
2074 * gdb.base/ptype.exp: Ditto. Update copyright.
2075 * gdb.base/printcmds.exp: Ditto. Update copyright.
2076 * gdb.base/opaque.exp: Ditto. Update copyright.
2077 * gdb.base/list.exp: Ditto.
2078 * gdb.base/funcargs.exp: Ditto. Update copyright.
2079 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
2080 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
2081 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
2082 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
2083 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
2084 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
2085
2086 2002-05-02 Michael Snyder <msnyder@redhat.com>
2087
2088 * gdb.base/watchpoint.exp: Add xscale target.
2089 * gdb.base/long_long.exp: Add xscale target.
2090 * gdb.base/default.exp: Add xscale target.
2091
2092 2002-05-01 Jim Blandy <jimb@redhat.com>
2093
2094 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
2095 gdb.c++/hang.exp: New test.
2096
2097 2002-05-01 Fred Fish <fnf@redhat.com>
2098
2099 * gdb.base/completion.exp: Handle completions of "./Make" for
2100 more than one completion possibility, as is the case when we
2101 build and test in the source tree.
2102
2103 2002-04-29 Anthony Green <green@redhat.com>
2104
2105 * gdb.java/jmisc1.exp: New file.
2106 * gdb.java/jmisc2.exp: New file.
2107
2108 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
2109
2110 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
2111
2112 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
2113
2114 * gdb.base/help.exp: Change 'help status' to allow for target
2115 dependent output differences.
2116
2117 2002-04-22 Michael Chastain <mec@shout.net>
2118
2119 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
2120
2121 2002-04-22 Michael Chastain <mec@shout.net>
2122
2123 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
2124
2125 2002-04-17 David S. Miller <davem@redhat.com>
2126
2127 * gdb.asm/sparc64.inc: New file.
2128 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
2129
2130 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
2131
2132 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
2133 instruction file directly into the build tree. Clean up at end of
2134 test.
2135
2136 2002-04-18 David S. Miller <davem@redhat.com>
2137
2138 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
2139 handle 64-bit platforms correctly.
2140 * gdb.base/maint.exp: Likewise.
2141
2142 2002-04-18 Kevin Buettner <kevinb@redhat.com>
2143
2144 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
2145 ``-fpic'' when compiling files comprising a shared library, but
2146 it does need additional linker flags in order to find shared
2147 libraries at run time.
2148
2149 2002-04-18 Kevin Buettner <kevinb@redhat.com>
2150
2151 * gdb.base/cvexpr.c (use): New function.
2152 (main): Invoke use() on all global variables to prevent
2153 some linkers from deleting these otherwise unused symbols.
2154
2155 2002-04-17 Michael Chastain <mec@shout.net>
2156 From David S. Miller <davem@redhat.com>
2157
2158 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
2159 handle 64-bit platforms correctly.
2160
2161 2002-04-12 Michael Snyder <msnyder@redhat.com>
2162 From Jim Blandy <jimb@redhat.com>
2163 * gdb.base/foo.c (foox): Remove section attribute; the linker
2164 script can handle this instead.
2165 * gdb.base/bar.c (barx): Same.
2166 * gdb.base/baz.c (bazx): Same.
2167 * gdb.base/grbx.c (grbxx): Same.
2168
2169 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
2170 manager doesn't automatically unmap overlays unnecessarily.
2171
2172 2002-04-10 Martin M. Hunt <hunt@redhat.com>
2173
2174 * gdb.base/ending-run.exp: Fix pattern for Mips targets
2175 stepping out of main.
2176
2177 2002-04-09 Michael Chastain <mec@shout.net>
2178
2179 * gdb.c++/local.cc (main): Move call to marker1() inside nested
2180 scope so that the nested scope tests will make sense.
2181 * gdb.c++/local.exp: Write patterns that actually work with gcc
2182 (the HP patterns "were never known to work with gcc").
2183 Keep the old aCC patterns too.
2184
2185 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2186
2187 * gdb.base/attach.exp: Correct target board test.
2188
2189 2002-04-08 Michael Chastain <mec@shout.net>
2190
2191 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
2192 in a const method. Add some xfail and fail cases for configurations
2193 that do not emit the "const ...".
2194
2195 2002-04-07 Michael Chastain <mec@shout.net>
2196
2197 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
2198 Accept "A * const" and "const A * const" as type of "this".
2199 Fix spelling of getFunky throughout. Make messages uniform.
2200
2201 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
2202
2203 Work around for PR gdb/285:
2204 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
2205
2206 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
2207
2208 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
2209 instructions file at run time instead of configure time.
2210 Sometimes we run the test in a directory that is not the one we
2211 configured in.
2212 * gdb.asm/configure.in: Delete creation of symlink.
2213 * gdb.asm/configure: Regenerate.
2214
2215 2002-04-05 J. Brobecker <brobecker@gnat.com>
2216
2217 * gdb.gdb/xfullpath.exp: New test, to exercise the new
2218 xfullpath () function.
2219
2220 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
2221
2222 * gdb.asm/Makefile.in: Correct dependencies.
2223
2224 * gdb.asm/powerpc.inc: New file.
2225 * gdb.asm/asm-source.exp: Add PowerPC.
2226 * gdb.asm/configure.in: Likewise.
2227 * gdb.asm/configure: Regenerated.
2228
2229 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
2230
2231 * gdb.base/relocate.exp: New file.
2232 * gdb.base/relocate.c: New file.
2233
2234 2002-04-04 Fred Fish <fnf@redhat.com>
2235
2236 * gdb.base/step-test.exp: Update comment regarding stopping in
2237 memcpy/bcopy calls inserted as part of the compiler runtime.
2238
2239 2002-04-04 Michael Snyder <msnyder@redhat.com>
2240
2241 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
2242
2243 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
2244
2245 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
2246 (gdb_expect): Remove $notransfer hack.
2247
2248 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
2249
2250 * gdb.c++/classes.exp ("calling method for small class"): Match
2251 updated register output.
2252
2253 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
2254
2255 Fix PR gdb/452
2256 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
2257 when finished. Make gdb_file_cmd send "exec-file" when
2258 appropriate.
2259
2260 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
2261
2262 * gdb.base/attach.exp: Remove extra setup_xfail.
2263
2264 2002-03-26 Michael Snyder <msnyder@redhat.com>
2265
2266 * gdb.base/default.exp: Add tests for dump, append, and restore.
2267 * gdb.base/help.exp: Add tests for dump, append, and restore.
2268 * gdb.base/dump.exp: New file, test dump, append and restore.
2269 * gdb.base/dump.c: New file.
2270
2271 2002-03-27 Michael Snyder <msnyder@redhat.com>
2272
2273 * gdb.base/help.exp: Modify expect strings to reflect
2274 clean-ups in help messages.
2275
2276 2002-03-26 Fred Fish <fnf@redhat.com>
2277
2278 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
2279 have debugging info for those functions and the compiler uses them
2280 internally to copy structs around.
2281
2282 2002-03-26 Fred Fish <fnf@redhat.com>
2283
2284 * gdb.base/list.exp: Revert the change made yesterday and add note
2285 about why we don't list the default lines for remote targets.
2286
2287 2002-03-25 Michael Snyder <msnyder@redhat.com>
2288
2289 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
2290
2291 2002-03-25 Fred Fish <fnf@redhat.com>
2292
2293 * gdb.base/list.exp: This test works on remote targets so remove
2294 the short circuit for remote targets. Update copyright.
2295
2296 2002-03-25 Fred Fish <fnf@redhat.com>
2297
2298 * gdb.base/attach.exp: Fix logic error that was suppressing this
2299 test for all non hppa*-*-hpux* targets, instead of the hp target.
2300 Move comments closer to the suppression point. Also now need to
2301 check that we are running natively.
2302
2303 2002-03-22 Michael Snyder <msnyder@redhat.com>
2304
2305 * gdb.base/default.exp: Add test for gcore. Update copyright.
2306 * gdb.base/help.exp: Add test for gcore. Update copyright.
2307
2308 2002-03-06 Fred Fish <fnf@redhat.com>
2309
2310 * gdb.base/funcargs.c: Remove extraneous ';' character.
2311 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
2312
2313 2002-03-04 Michael Chastain <mec@shout.net>
2314
2315 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
2316 accommodate gcc v3 function signature.
2317 * gdb.mi/mi0-var-cmd-exp: Ditto.
2318
2319 2002-02-24 Andrew Cagney <ac131313@redhat.com>
2320
2321 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
2322 ``GNU/Linux'' or ``Linux kernel''
2323 * testsuite/gdb.threads/pthreads.c: Ditto.
2324
2325 2002-02-24 Michael Chastain <mec@shout.net>
2326
2327 * gdb.threads/pthreads.c (thread1): Add a return statement.
2328 (thread2): Likewise.
2329 (foo): Likewise.
2330
2331 2002-02-23 Michael Chastain <mec@shout.net>
2332
2333 * gdb.threads/linux-dp.c (philosopher): Add a return statement
2334 to placate gcc.
2335
2336 2002-02-23 Michael Chastain <mec@shout.net>
2337
2338 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
2339 test "ptype bint". The test passes on all my stabs configurations.
2340
2341 2002-02-21 Jim Blandy <jimb@redhat.com>
2342
2343 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
2344 filename at a time, and watch for the ones we want to see.
2345
2346 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
2347 types of pointers to prototyped functions.
2348
2349 2002-02-20 Andrew Cagney <ac131313@redhat.com>
2350
2351 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
2352 signed, unsigned and straight char.
2353 (padding_char, padding_short, padding_int, padding_long,
2354 padding_long_long, padding_float, padding_double,
2355 padding_long_double): New global variables.
2356 (fill, fill_structs): New functions.
2357
2358 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
2359 for correctly sized writes. Update copyright.
2360 (get_valueof): New procedure.
2361 (get_sizeof): Call get_valueof.
2362 (check_valueof): New procedure.
2363 (check_padding): New procedure.
2364
2365 2002-02-20 Michael Chastain <mec@shout.net>
2366
2367 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
2368 to setup_xfail. Document some of the remaining calls.
2369
2370 2002-02-18 Michael Chastain <mec@shout.net>
2371
2372 * gdb.c++/userdef.exp: Update copyright year.
2373
2374 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
2375
2376 * gdb.c++/userdef.exp: Test overloaded operators properly.
2377 Remove xfails.
2378
2379 2002-02-14 Michael Snyder <msnyder@redhat.com>
2380
2381 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
2382
2383 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
2384
2385 * gdb.base/a2-run.exp: Check for a remote target properly.
2386 * gdb.base/annota1.exp: Likewise.
2387 * gdb.base/list.exp: Likewise.
2388 * gdb.base/reread.exp: Likewise.
2389 * gdb.base/scope.exp: Likewise.
2390 * gdb.base/shlib-call.exp: Likewise.
2391 * gdb.base/term.exp: Likewise.
2392 * gdb.c++/annota2.exp: Likewise.
2393
2394 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
2395
2396 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
2397
2398 2002-02-10 Michael Chastain <mec@shout.net>
2399
2400 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
2401 (call_after_alloca): Ditto.
2402
2403 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
2404
2405 * gdb.base/ending-run.exp: Guard "cont" test with
2406 gdb_skip_stdio_test.
2407
2408 2002-02-06 Jim Blandy <jimb@redhat.com>
2409
2410 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
2411 from here...
2412 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
2413 To here. Disable this test on non-HP platforms. Add big comment.
2414
2415 2002-02-04 Michael Snyder <msnyder@redhat.com>
2416
2417 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
2418 other than d10v and m32r.
2419
2420 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
2421
2422 * gdb.base/default.exp: Rewrite test patterns to reduce time
2423 taken to match them.
2424
2425 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
2426
2427 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
2428 Allow a start function above main.
2429 * gdb.threads/linux-dp.exp: Fix copyright date.
2430
2431 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
2432
2433 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
2434 (check_philosopher_stack): Check for manager thread before checking
2435 for a just-starting thread.
2436
2437 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
2438
2439 From Neil Booth <neil@daikokuya.demon.co.uk>:
2440 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
2441 warnings.
2442
2443 2002-01-21 Fred Fish <fnf@redhat.com>
2444
2445 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
2446 not caller.
2447
2448 2002-01-21 Jim Blandy <jimb@redhat.com>
2449
2450 * gdb.base/reread.exp: Check that GDB properly re-reads the
2451 executable file when it changes while no inferior is running.
2452
2453 2002-01-21 Fred Fish <fnf@redhat.com>
2454
2455 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
2456 optionally accept the "shlib events" variation.
2457
2458 2002-01-21 Jim Blandy <jimb@redhat.com>
2459
2460 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
2461 call `fflush' after every `printf', so that the output is produced
2462 at predictable points, regardless of whatever buffering does (or
2463 doesn't) take place.
2464 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
2465 at different points.
2466
2467 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
2468
2469 * gdb.c++/inherit.exp: Update copyright years.
2470 * gdb.c++/method.exp: Likewise.
2471
2472 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
2473
2474 * gdb.c++/classes.exp: Update for improved v3 support and skipping
2475 artificial methods/arguments.
2476 * gdb.c++/derivation.exp: Likewise.
2477 * gdb.c++/inherit.exp: Likewise.
2478 * gdb.c++/method.exp: Likewise.
2479 * gdb.c++/virtfunc.exp: Likewise.
2480
2481 2002-01-18 Andrew Cagney <ac131313@redhat.com>
2482
2483 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
2484 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
2485 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
2486 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
2487 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
2488 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
2489
2490 2002-01-17 Jim Blandy <jimb@redhat.com>
2491
2492 * gdb.asm/asm-source.exp (info symbol): Take another shot at
2493 anchoring the pattern matching the entry point symbol's name.
2494
2495 2002-01-17 Andrew Cagney <ac131313@redhat.com>
2496
2497 * gdb.base/maint.exp: Update ``maint internal-error'' to match
2498 continue/quit query. Update copyright.
2499
2500 2002-01-14 Michael Snyder <msnyder@redhat.com>
2501
2502 * gdb.base/gcore.exp: Remove extra debugging output.
2503
2504 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
2505
2506 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
2507 for slightly dubious v2 mangled string.
2508
2509 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
2510
2511 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
2512
2513 2002-01-10 Jason Merrill <jason@redhat.com>
2514
2515 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
2516
2517 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
2518 constructors.
2519 * gdb.c++/derivation.exp: Likewise.
2520 * gdb.c++/templates.exp: Likewise.
2521 * gdb.c++/virtfunc.exp: Likewise.
2522
2523 2002-01-10 Michael Snyder <msnyder@redhat.com>
2524
2525 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
2526
2527 2002-01-08 Michael Snyder <msnyder@redhat.com>
2528
2529 * gdb.base/gcore.exp: New test for generate-core-file command.
2530 * gdb.base/gcore.c: Testcase for above.
2531 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
2532
2533 2002-01-08 Jason Merrill <jason@redhat.com>
2534
2535 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
2536
2537 2002-01-07 Fred Fish <fnf@redhat.com>
2538
2539 * gdb.c++/overload.exp: Remove unconditional xfails for:
2540 print foo_instance1.overloadargs(1)
2541 print foo_instance1.overloadargs(1, 2)
2542 print foo_instance1.overloadargs(1, 2, 3)
2543 print foo_instance1.overloadargs(1, 2, 3, 4)
2544 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
2545 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
2546 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
2547 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
2548 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
2549 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
2550 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
2551 print foo_instance1.overload1arg()
2552 print foo_instance1.overload1arg((char)arg2)
2553 print foo_instance1.overload1arg((signed char)arg3)
2554 print foo_instance1.overload1arg((unsigned char)arg4)
2555 print foo_instance1.overload1arg((int)arg7)
2556 print foo_instance1.overload1arg((unsigned int)arg8)
2557 print foo_instance1.overload1arg((float)arg11)
2558 print foo_instance1.overload1arg((double)arg12)
2559
2560 2002-01-07 Michael Snyder <msnyder@redhat.com>
2561
2562 * gdb.base/huge.exp: New test. Print a very large target data object.
2563 (skip_huge_test): New test variable. Define if you want to skip this
2564 test. The test reads an 8 megabyte data object from the target, so it
2565 might be very time consuming on remote targets with a slow connection.
2566 * gdb.base/huge.c: New file. Test case for above.
2567
2568 2002-01-07 Fred Fish <fnf@redhat.com>
2569
2570 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
2571 g_instance.bfoo, and g_instance.cfoo.
2572
2573 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
2574
2575 * gdb.base/break.c (multi_line_if_conditional): New function.
2576 (multi_ilne_while_conditional): Likewise.
2577 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
2578 IF or WHILE condition puts the breakpoint at the start of
2579 the condition.
2580
2581 * gdb.base/selftest.exp (backtrace through signal handler): Remove
2582 hppa*-*-hpux* expected failure.
2583 * gdb.base/structs.exp (do_function_calls): Similarly.
2584
2585 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
2586 watchpoints.
2587
2588 2002-01-06 Andrew Cagney <ac131313@redhat.com>
2589
2590 Fix PR gdb/66.
2591 * gdb.base/structs.exp: Replace skip for a29k with skip for
2592 gdb,cannot_call_functions.
2593 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
2594 * gdb.base/callfuncs.exp: Ditto.
2595 * gdb.base/call-rt-st.exp: Ditto.
2596 * gdb.base/call-strs.exp: Ditto.
2597 * gdb.base/callfwmall.exp: Ditto.
2598 * gdb.base/scope.exp: Obsolete xfail a29k.
2599 * gdb.c++/misc.exp: Ditto.
2600 * gdb.c++/cplusfuncs.exp: Ditto.
2601 * gdb.base/ptype.exp: Ditto.
2602 * gdb.base/printcmds.exp: Ditto.
2603 * gdb.base/opaque.exp: Ditto.
2604 * gdb.base/list.exp: Ditto.
2605 * gdb.base/funcargs.exp: Ditto.
2606 * gdb.base/default.exp: Ditto.
2607
2608 2002-01-04 Michael Snyder <msnyder@redhat.com>
2609
2610 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
2611 * gdb.base/maint.exp: Add tests for maint info sections options.
2612
2613 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
2614
2615 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
2616
2617 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
2618
2619 * gdb.asm/arm.inc: New file.
2620 * gdb.asm/asm-source.exp: Add arm targets.
2621 * gdb.asm/configure.in: Ditto.
2622 * gdb.asm/configure: Recreated from configure.in.
2623
2624 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
2625
2626 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
2627 with HP's compiler.
2628 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
2629 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
2630 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
2631 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
2632
2633 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
2634 either HP's compilers or GCC.
2635
2636 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
2637 a SIGBUS or SIGSEGV.
2638
2639 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
2640
2641 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
2642 can be compiled with either HP's compiler or GCC.
2643
2644 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
2645 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
2646 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
2647
2648 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
2649 to match current gdb output. Update due to using auto-solib-limit
2650 for limiting instead of overloading auto-solib-add.
2651 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
2652 test program.
2653
2654 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
2655 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
2656 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
2657 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
2658 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
2659 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
2660 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
2661 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
2662 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
2663 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
2664 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
2665 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
2666 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
2667
2668 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
2669 a SIGTRAP to the inferior.
2670
2671 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
2672
2673 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
2674 Substitute call to target_link by call to gdb_compile.
2675
2676 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
2677
2678 * gdb.base/break.exp: Fix HP specific search string when testing
2679 backtracing in a called function.
2680
2681 * gdb.base/constvars.exp: Only set lang to C++ if we're
2682 compiling the test with HP's compilers.
2683 * gdb.base/volatile.exp: Similarly.
2684
2685 2001-12-19 Jim Blandy <jimb@redhat.com>
2686
2687 * gdb.base/printcmds.exp: Expect the null character to be printed
2688 as '\0', and the '\013' to be printed as '\v'.
2689 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
2690 * gdb.base/setvar.exp: Same.
2691
2692 2001-12-17 Jim Blandy <jimb@redhat.com>
2693
2694 * gdb.base/completion.exp: Rather than completing very long
2695 filenames, which can make the readline library produce output we
2696 don't recognize, cd to the directory first, and then complete
2697 using nice, short relative paths.
2698
2699 * gdb.base/completion.exp: On some systems, there is, in fact, a
2700 variable named `b' in scope, since GDB treats all static
2701 variables as being in scope. So use `no_var_named_this'
2702 instead of `b'.
2703
2704 * gdb.base/corefile.exp: Recognize the message saying that GDB
2705 can't find the core file's registers as a failure.
2706
2707 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
2708
2709 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
2710 test expect string more specific.
2711
2712 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
2713
2714 * gdb.asm/asm-source.exp: Add support for xstormy16.
2715 * gdb.asm/configure.in: Ditto.
2716 * gdb.asm/configure: Rebuild.
2717 * gdb.asm/xstormy16.inc: New file.
2718
2719 2001-12-10 Fred Fish <fnf@redhat.com>
2720
2721 * gdb.base/maint.exp: Update to match changes in type dumping code.
2722
2723 2001-12-10 Jim Blandy <jimb@redhat.com>
2724
2725 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
2726 matching the entry point symbol's name at the beginning of the
2727 line.
2728
2729 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
2730
2731 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
2732 gdb.c++/inherit.exp, gdb.c++/method.exp,
2733 gdb.c++/namespace.exp, gdb.c++/templates.exp,
2734 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
2735 and class layout support.
2736
2737 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
2738
2739 * gdb.c++/classes.exp: Add test for static member function.
2740 * gdb.c++/misc.cc: Add class with static member function.
2741
2742 2001-12-07 Jim Blandy <jimb@redhat.com>
2743
2744 If GDB says it can't find the struct the function returned, report
2745 those tests as `unsupported'.
2746 * gdb.base/call-rt-st.exp (print_struct_call): New function.
2747 Rewrite subsequent tests to use it.
2748
2749 If GDB says it can't find the struct the function returned, report
2750 those tests as `unsupported'.
2751 * gdb.base/structs.exp (call_struct_func): New function.
2752 (do_function_calls): Use call_struct_func to call the functions
2753 returning structs.
2754
2755 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
2756 whether functions are prototyped or not, so we can't possibly pass
2757 arguments to t_float_values2 properly.
2758
2759 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
2760 value of `timeout' for targets other than the mips*tx39-*.
2761
2762 2001-12-06 Michael Snyder <msnyder@redhat.com>
2763
2764 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
2765 and detect whether the start symbol has a leading underscore.
2766
2767 2001-12-04 Jim Blandy <jimb@redhat.com>
2768
2769 * gdb.base/completion.exp: Clarify indentation.
2770
2771 2001-12-03 Jim Blandy <jimb@redhat.com>
2772
2773 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
2774 variables on the S/390, not `.word'.
2775
2776 2001-11-30 Jim Blandy <jimb@redhat.com>
2777
2778 Add assembly-source tests for s390-ibm-linux.
2779 * gdb.asm/s390.inc: New file.
2780 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
2781 the S/390 architecture.
2782 * gdb.asm/configure: Regenerated.
2783
2784 2001-11-30 Michael Snyder <msnyder@redhat.com>
2785
2786 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
2787 next, info source, info sources, info line, global and static
2788 variables, and static functions.
2789 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
2790 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
2791 * gdb.asm/asmsrc1.s: Add a static function and some variables.
2792 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
2793 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
2794 (gdbasm_leave): Restore frame pointer.
2795 (gdbasm_startup): Copy stack set-up from crt0.S.
2796
2797 2001-11-26 Fernando Nasser <fnasser@redhat.com>
2798
2799 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
2800 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
2801 to a local (non-static) variable. Copy tstruct.a to a static buffer
2802 and return a pointer to that buffer.
2803 * gdb.base/callfwmall.c (t_structs_a): Ditto.
2804
2805 2001-11-24 Mark Kettenis <kettenis@gnu.org>
2806
2807 * gdb.asm/configure.in: Fix recognition of ix86 target.
2808 * gdb.asm/configure: Regenerate.
2809
2810 2001-11-21 Michael Snyder <msnyder@redhat.com>
2811
2812 * gdb.asm/sparc.inc: New file.
2813 * gdb.asm/asm-source.exp: Recognize sparc target.
2814 * gdb.asm/configure.in: Recognize sparc target.
2815 * gdb.asm/configure: Regenerate.
2816
2817 2001-11-21 Michael Snyder <msnyder@redhat.com>
2818
2819 * gdb.asm/m32r.inc: New file.
2820 * gdb.asm/asm-source.exp: Recognize m32r target.
2821 * gdb.asm/configure.in: Recognize m32r target.
2822 * gdb.asm/configure: Regenerate.
2823
2824 2001-11-20 Michael Snyder <msnyder@redhat.com>
2825
2826 * gdb.asm/i386.inc: New file.
2827 * gdb.asm/asm-source.exp: Recognize ix86 target.
2828 * gdb.asm/configure.in: Recognize ix86 target.
2829 * gdb.asm/configure: Regenerate.
2830
2831 * gdb.c++/namespace.exp: Fix quotes in output messages.
2832
2833 2001-11-14 Michael Snyder <msnyder@redhat.com>
2834
2835 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
2836 qualifier in a type cast expression, to designate an address
2837 in the instruction space (Harvard architecture).
2838
2839 2001-11-13 Michael Snyder <msnyder@redhat.com>
2840
2841 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
2842 Tests for expressions using 'const' and 'volatile'.
2843
2844 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
2845
2846 * gdb.asm/asm-sources.exp: Allow defining linker flags.
2847
2848 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
2849
2850 * lib/mi-support.exp (mi_run_to_helper): Move comments
2851 outside of gdb_expect.
2852
2853 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
2854
2855 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
2856 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
2857 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
2858 mi0_run_to): New functions.
2859 * gdb.mi/mi-simplerun.exp: Use them.
2860 * gdb.mi/mi0-simplerun.exp: Likewise.
2861 * gdb.mi/mi-var-cmd.exp: Likewise.
2862 * gdb.mi/mi0-var-cmd.exp: Likewise.
2863
2864 2001-11-10 Andrew Cagney <ac131313@redhat.com>
2865
2866 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
2867 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
2868
2869 2001-11-09 Andrew Cagney <ac131313@redhat.com>
2870
2871 * gdb.base/restore.exp: Include $expected value in restored test
2872 message.
2873
2874 2001-11-09 Andrew Cagney <ac131313@redhat.com>
2875
2876 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
2877 implemented.
2878
2879 2001-11-08 Michael Snyder <msnyder@redhat.com>
2880
2881 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
2882 Add pass/fail message for stop at breakpoint in call dummy function.
2883
2884 2001-11-07 Michael Snyder <msnyder@redhat.com>
2885
2886 * gdb.c++/templates.exp (test_template_breakpoints):
2887 If we get an overload menu, but it does not match what
2888 we expect, we still need to issue the "cancel" command.
2889 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
2890 making the whitespace optional. Argument for "new" may be
2891 "unsigned" as well as "unsigned int/long".
2892 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
2893 making the whitespace optional. Also replace "(void) with
2894 "((void|)), making the keyword "void" optional.
2895 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
2896 making the whitespace optional. Also replace "(void) with
2897 "((void|)), making the keyword "void" optional.
2898 * gdb.base/callfuncs.c (t_float_values): This function must
2899 _not_ be prototyped, and the following function (t_float_values2)
2900 must be prototyped (if the compiler supports it), so that GDB
2901 can be tested against both cases. Usually one case involves
2902 promotion of float to double, while the other does not.
2903 * gdb.base/callfwmall.c: Ditto.
2904 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
2905 includes a stack frame for "start".
2906
2907 2001-11-05 Jim Blandy <jimb@redhat.com>
2908
2909 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
2910 pointers are 32 bits long, and that offsets of relocs are always
2911 stored in the data (REL-style), and not in the reloc entry itself
2912 (RELA-style).
2913 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
2914 stabs.
2915
2916 2001-11-01 Michael Snyder <msnyder@redhat.com>
2917
2918 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
2919 and regular expression operators by using quoting.
2920
2921 2001-10-31 Michael Snyder <msnyder@redhat.com>
2922
2923 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
2924 depending on what the symbol table contains.
2925 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
2926 the output of the ptype command. Similarly, accept both "const &"
2927 and "const&".
2928
2929 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
2930
2931 * gdb.base/miscexprs.c (main): Add usage of preprocessor
2932 symbol `STORAGE' to allow to choose the storage class of
2933 the local datastructures.
2934 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
2935 compiler directive.
2936
2937 2001-10-30 Michael Snyder <msnyder@redhat.com>
2938
2939 * gdb.base/jump.exp: Allow it to run for all targets.
2940
2941 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
2942
2943 * gdb.base/call-ar-st.c (print_double_array): Match for loop
2944 with new double_array size.
2945 (main): Change storage class of all local variables to static.
2946 Reduce size of double_array to 9.
2947 * gdb.base/call-ar-st.exp: Increase timeout value.
2948 Change expected output for double array to match new size in
2949 call-ar-st.c.
2950
2951 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
2952
2953 * gdb.base/ending-run.exp: Create identical output when passing
2954 `step to end of run' case. Add regular expression branch satisfying
2955 Stormy16 target.
2956
2957 2001-10-28 Mark Kettenis <kettenis@gnu.org>
2958
2959 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
2960 that we catch the expected failure under Linux/x86.
2961
2962 2001-10-29 Orjan Friberg <orjanf@axis.com>
2963
2964 * gdb.base/setvar.exp: Escape curly braces.
2965 * gdb.stabs/weird.exp: Ditto.
2966
2967 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
2968
2969 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
2970 * gdm.mi/mi0-hack-cli.exp: Likewise.
2971
2972 2001-10-25 Andrew Cagney <ac131313@redhat.com>
2973
2974 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
2975 messages.
2976
2977 2001-10-21 Andrew Cagney <ac131313@redhat.com>
2978
2979 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
2980 checking MI enabled.
2981
2982 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
2983
2984 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
2985
2986 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
2987
2988 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
2989 if gdb child process crashes, just signal an error.
2990
2991 2001-10-02 Jim Blandy <jimb@redhat.com>
2992
2993 * lib/gdb.exp (test_xfail_format): Simplify.
2994
2995 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
2996 front of the variable name `format'. Simplify `if'.
2997
2998 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
2999
3000 * gdb.threads/pthreads.exp: Wait for output and delay
3001 before sending ^C.
3002
3003 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
3004
3005 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
3006 some incorrect output instead of timing out.
3007 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
3008
3009 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
3010
3011 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
3012 check to allow additional `int'.
3013
3014 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
3015
3016 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
3017 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
3018
3019 2001-09-27 Michael Snyder <msnyder@redhat.com>
3020
3021 * lib/gdb.exp (test_debug_format): New proc.
3022 (setup_xfail_format): Use new proc test_debug_format.
3023 * gdb.base/constvars.exp (local_compiler_xfail_check): New
3024 proc; use new service proc test_debug_format.
3025 Replace all other "gcc_compiled" tests with this test.
3026 * gdb.base/volatile.exp (local_compiler_xfail_check): New
3027 proc; use new service proc test_debug_format.
3028 Replace all other "gcc_compiled" tests with this test.
3029
3030 2001-09-27 Michael Snyder <msnyder@redhat.com>
3031
3032 * gdb.base/cvexpr.exp: New file.
3033 * gdb.base/cvexpr.c: New file
3034 Test for expressions using const and volatile keywords.
3035
3036 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
3037
3038 * gdb.base/constvars.exp: Check for different orders of keywords
3039 and additional "int" strings in output.
3040
3041 2001-09-22 Andrew Cagney <ac131313@redhat.com>
3042
3043 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
3044 responses from "help maint".
3045
3046 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
3047
3048 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
3049 to localhost:NNN instead of :NNN, in case Xvfb is listening
3050 only on TCP.
3051
3052 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
3053
3054 * gdb.base/recurse.exp: When checking leaving the watchpoint
3055 scope, recognize when gdb is in function's epilogue and pass.
3056
3057 2001-09-18 Keith Seitz <keiths@redhat.com>
3058
3059 * lib/insight-support.exp (_gdbtk_export_target_info): Add
3060 support for running tests against sid targets.
3061 (gdbtk_done): Ditto.
3062
3063 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
3064
3065 * gdb.base/ending-run.c (main): Set stdout buffersize
3066 to the same reasonable value for any target.
3067 * gdb.base/ending-run.exp: Add a regular expression
3068 to make testsuite happy on Sanyo Stormy16 target.
3069
3070 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
3071
3072 * gdb.base/display.c (do_loops): Add float variable `f'.
3073 Increment f in loop.
3074 * gdb.base/display.exp: Increment timeout by 60 seconds.
3075 Change float display test to use variable `f'.
3076
3077 2001-09-17 Jim Blandy <jimb@redhat.com>
3078
3079 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
3080 overflowing the limited breakpoint tables on some ROM monitors
3081 (like the ROM68K).
3082
3083 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
3084
3085 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
3086 the "-ac" (disable access control) flag.
3087
3088 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
3089
3090 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
3091 ints.
3092
3093 2001-08-30 Keith Seitz <keiths@redhat.com>
3094
3095 * lib/gdb.exp: Move all insight-related functionality into
3096 separate file.
3097 * lib/insight-support.exp: New file.
3098
3099 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
3100
3101 * config/sid.exp (sid_start): Never set sid verbosity; disable
3102 expect_background {} that consumed its stdout; tolerate </dev/null.
3103 Attempt to set endianness override in "sid" protocol mode. Cleanup.
3104
3105 2001-08-18 Andrew Cagney <ac131313@redhat.com>
3106
3107 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
3108 CLI jump command to start it.
3109 (mi_run_to_main): Fail immediatly when unexpected output.
3110
3111 2001-08-18 Andrew Cagney <ac131313@redhat.com>
3112
3113 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
3114 beginning of function. Fix PR gdb/191.
3115
3116 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
3117
3118 * config/sid.exp (sid_start): Don't warn if we cannot figure out
3119 what to force sid endianness to.
3120
3121 2001-08-15 Keith Seitz <keiths@redhat.com>
3122
3123 * lib/gdb.exp (gdbtk_start): Don't set environment
3124 variables for TCL_LIBRARY and friends. Insight will
3125 now figure these out for itself.
3126
3127 2001-08-02 Michael Snyder <msnyder@redhat.com>
3128
3129 * gdb.base/completion.exp: Remove the symbol "a64l" from
3130 the expect string; this is target-specific, and not related
3131 to what is being tested.
3132
3133 2001-08-02 Dave Brolley <brolley@redhat.com>
3134
3135 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
3136
3137 2001-07-25 Michael Snyder <msnyder@redhat.com>
3138
3139 * gdb.base/consecutive.exp: New file. Test stepping over
3140 breakpoints on consecutive instructions.
3141 * gdb.base/consecutive.c: New file.
3142
3143 * gdb.base/call-rt-st.exp: Use double-backslash to quote
3144 curly braces in regular expressions.
3145
3146 2001-07-25 Michael Snyder <msnyder@redhat.com>
3147
3148 * gdb.base/ending-run.exp: Accept "Program exited normally" as
3149 legitimate output from stepping out of main.
3150
3151 2001-07-22 Keith Seitz <keiths@redhat.com>
3152
3153 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
3154 the empty string, do not run the tests.
3155
3156 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3157
3158 * gdb.base/long_long.exp: Detect size of pointer. Take into
3159 account 2-byte pointers when testing for p/a results.
3160
3161 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3162
3163 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
3164 and defined to 1K for m68hc11.
3165 (random_data): Reduce table to 1K for embedded platforms (68hc11).
3166 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
3167 (sizeof_random_data): New variable to tell the size of the data table;
3168 don't test past this size; always run to main.
3169
3170 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3171
3172 * gdb.base/return2.exp: return of long long and double fails for
3173 68HC11; don't execute these tests on that platform.
3174 * gdb.base/return.exp: Return of a double fails for 68hc11.
3175
3176 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3177
3178 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
3179 tests that print a float.
3180 * call-rt-st.exp: Likewise.
3181
3182 2001-07-12 Mark Kettenis <kettenis@gnu.org>
3183
3184 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
3185 running this test on Linux.
3186
3187 2001-06-24 Michael Chastain <chastain@redhat.com>
3188
3189 * gdb.base/arithmet.exp: Remove some tests to make all test names
3190 unique.
3191
3192 2001-07-03 Michael Snyder <msnyder@redhat.com>
3193
3194 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
3195 the output of the ptype command.
3196
3197 2001-07-02 Michael Snyder <msnyder@redhat.com>
3198
3199 * gdb.base/completion.exp: Don't assume that break.c is the only
3200 source file that may contain functions named "marker".
3201 * gdb.base/corefile.exp: Quote the curly braces in regexp.
3202
3203 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3204
3205 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
3206 of files to delete.
3207
3208 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
3209 * gdb.disasm/h8300s.exp: New file.
3210 gdb.disasm/h8300s.s: Likewise.
3211
3212 2001-06-27 Andrew Cagney <ac131313@redhat.com>
3213
3214 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
3215 empty breakpoint tables.
3216
3217 2001-06-25 Andrew Cagney <ac131313@redhat.com>
3218
3219 * lib/mi-support.exp: Update args=... part of stop-reason
3220 patterns. Accept either a list or a tuple.
3221
3222 2001-06-23 Andrew Cagney <ac131313@redhat.com>
3223
3224 * lib/mi-support.exp: Remove local emacs variable defining
3225 change-log-default-name.
3226
3227 2001-06-22 Michael Chastain <chastain@redhat.com>
3228
3229 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
3230 This is operationally compatible with the previous version.
3231
3232 2001-06-13 Jim Blandy <jimb@redhat.com>
3233
3234 * lib/gdb.exp (gdb_test): Doc fix.
3235
3236 2001-06-10 Michael Chastain <chastain@redhat.com>
3237
3238 * gdb.base/exprs.exp: Remove a duplicate test.
3239
3240 2001-06-06 Jim Blandy <jimb@redhat.com>
3241
3242 * gdb.base/return2.exp (main): Use values to test float and double
3243 returns that are not NaN's, to avoid being confused by IEEE
3244 comparison rules.
3245
3246 2001-06-04 Michael Snyder <msnyder@redhat.com>
3247
3248 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
3249 non-zero if control_c fails. Terminate the test on failure,
3250 rather than wait for 12 more tests to time out.
3251
3252 2001-06-06 Jim Blandy <jimb@redhat.com>
3253
3254 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
3255 Don't forget to match the GDB prompt.
3256
3257 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
3258
3259 2001-06-04 Jim Blandy <jimb@redhat.com>
3260
3261 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
3262 command.
3263
3264 2001-05-31 Kevin Buettner <kevinb@redhat.com>
3265
3266 * gdb.base/annota1.exp (info break): Match four or more spaces
3267 after "Address".
3268
3269 2001-05-31 Michael Chastain <chastain@redhat.com>
3270
3271 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
3272 (dm_type_int_star): Likewise.
3273 (dm_type_long_star): Likewise.
3274 (dm_type_void_star): Likewise.
3275
3276 2001-05-29 Kevin Buettner <kevinb@redhat.com>
3277
3278 * gdb.base/completion.exp (INPUTRC): Set this environment variable
3279 to a known value in order to get consistent results regardless
3280 of the setting of INPUTRC or the presence or contents of .inputrc.
3281
3282 2001-05-24 Michael Snyder <msnyder@redhat.com>
3283
3284 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
3285 Don't require that the main thread and the manager thread are the
3286 first in the list.
3287
3288 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
3289 debugging. If test fails, issue an "unsupported" not a "fail".
3290
3291 2001-05-24 Jim Blandy <jimb@redhat.com>
3292
3293 Don't assume that short is shorter than int.
3294 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
3295 assume that shorts are smaller than ints. On a 16-bit machine,
3296 this isn't true.
3297 ("print unsigned char == (~0)"): Add test that verifies that ~0,
3298 an int, is not equal to ~0 stored in an unsigned char. This tests
3299 the same thing that the previous test meant to, but works on
3300 16-bit machines, too.
3301 ("print unsigned char != (~0)"): Same test, complemented.
3302
3303 2001-05-24 Michael Snyder <msnyder@redhat.com>
3304
3305 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
3306 test for (full_coverage == 0). This makes the test run faster,
3307 and prevents dejagnu getting out of step.
3308
3309 2001-05-23 Kevin Buettner <kevinb@redhat.com>
3310
3311 * gdb.base/finish.exp (finish_void): Revise pattern for
3312 stopping on the call statement to not permit stopping at
3313 the start of the instructions comprising the call sequence.
3314
3315 2001-05-19 Michael Chastain <chastain@redhat.com>
3316
3317 * gdb.base/callfuncs.exp: Make all test names unique.
3318 * gdb.base/commands.exp: Make all test names unique.
3319 * gdb.base/condbreak.exp: Make all test names unique.
3320 * gdb.base/dbx.exp: Make all test names unique.
3321 * gdb.base/default.exp: Make all test names unique.
3322 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
3323 and TIMEOUT messages to their corresponding PASS message.
3324 * gdb.base/ending-run.exp: Make all test names unique.
3325 * gdb.base/long_long.exp: Remove duplicate test.
3326
3327 2001-05-21 Kevin Buettner <kevinb@redhat.com>
3328
3329 * gdb.base/finish.exp (finish_void): Allow "finish" command to
3330 stop on the call statement as well as the statement after the
3331 call.
3332
3333 2001-05-21 Michael Snyder <msnyder@redhat.com>
3334
3335 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
3336
3337 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
3338
3339 * gdb.base/completion.exp: Revamp test. Make it execute on all
3340 platforms.
3341
3342 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
3343
3344 * config/gdbserver.exp (gdb_load): Handle the case
3345 in which the arguments to gdbserver are given in the
3346 baseboard configuration file.
3347 Also handle the case in which the server needs to do a
3348 load.
3349
3350 2001-05-07 Keith Seitz <keiths@cygnus.com>
3351
3352 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
3353 set up the display for testing.
3354 (gdbtk_start): Convert all paths to paths that tcl will like.
3355 Export target information to environment.
3356 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
3357 necessary.
3358 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
3359 (to_tcl_path): New proc to convert a given pathname into
3360 a path acceptible as an argument to a tcl command.
3361 (_gdbtk_export_target_info): New proc to export target info
3362 into the environment for gdbtk testing.
3363 (gdbtk_done): New proc to signal end-of-test.
3364
3365 2001-05-06 Jim Blandy <jimb@redhat.com>
3366
3367 * restore.c: Make the code of caller0 correspond to its comment.
3368
3369 2001-05-03 Michael Snyder <msnyder@redhat.com>
3370
3371 * config/sid.exp (gdb_target_sid): Check for error messages.
3372 On error or timeout, don't make expect exit (which will terminate
3373 all subsequent tests); instead just make gdb exit.
3374 (gdb_load): Check for error messages. On error or timeout,
3375 return a negative value.
3376
3377 2001-04-24 Jim Blandy <jimb@redhat.com>
3378
3379 * gdb.c++/templates.exp: If we see the prompt for the overload
3380 list, but we haven't recognized any of the longer patterns,
3381 arrange for this test to fail, not hang.
3382
3383 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
3384 variations.
3385
3386 2001-04-22 Michael Chastain <chastain@redhat.com>
3387
3388 * gdb.c++/local.exp: Use the 'runto' library function.
3389 * gdb.c++/namespace.exp: Likewise.
3390 * gdb.c++/overload.exp: Likewise.
3391
3392 2001-03-26 Kevin Buettner <kevinb@redhat.com>
3393
3394 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
3395 * gdb.base/step-line.exp: New file. Test step/next in presence of
3396 #line directives.
3397 * gdb.base/step-line.c: New file. Test program for the above.
3398 * gdb.base/step-line.inp: New file. We pretend that this file has
3399 been transformed by some other tool into step-line.c.
3400
3401 2001-03-21 Jim Blandy <jimb@redhat.com>
3402
3403 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
3404 unmangled operator names.
3405
3406 2001-03-20 Jim Blandy <jimb@redhat.com>
3407
3408 * gdb.threads/linux-dp.exp: Recognize an additional message
3409 generated by GDB when it doesn't understand how to debug threads
3410 on the target system.
3411
3412 2001-03-19 Andrew Cagney <ac131313@redhat.com>
3413
3414 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
3415
3416 2001-03-12 Michael Chastain <chastain@redhat.com>
3417
3418 * gdb.c++/derivation.exp: Use the 'runto' library function.
3419
3420 2001-03-12 Michael Chastain <chastain@redhat.com>
3421
3422 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
3423
3424 2001-02-24 Michael Chastain <chastain@redhat.com>
3425
3426 * gdb.c++/ref-types.exp: Change handwritten code to library
3427 function 'runto'.
3428
3429 2001-03-16 Orjan Friberg <orjanf@axis.com>
3430
3431 * gdb.base/signals.exp: Set count to 0 explicitly.
3432
3433 2001-03-15 Mark Salter <msalter@redhat.com>
3434
3435 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
3436 (gdb_target_monitor): Add check of gdb_target_cmd return value.
3437 (gdb_load): Add support for additional target_info: gdb_download_size
3438 and gdb_load_timeout.
3439
3440 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
3441
3442 * gdb.base/annota1.exp: Move test of isnative to earlier in the
3443 file -- to prevent failing when the compile fails but we have no
3444 intention of running the tests anyway.
3445
3446 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
3447 tests if set.
3448
3449 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
3450 integers.
3451
3452 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
3453 * gdb.c++/namespace.exp: Ditto.
3454
3455 2001-03-07 Orjan Friberg <orjanf@axis.com>
3456
3457 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
3458 * gdb.base/pointers.exp: Relax pattern match of decimals.
3459
3460 2001-03-06 Kevin Buettner <kevinb@redhat.com>
3461
3462 * Makefile.in, config/abug.exp, config/cfdbug.exp,
3463 config/cpu32bug.exp, config/dve.exp, config/est.exp,
3464 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
3465 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
3466 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
3467 config/sh.exp, config/sid.exp, config/slite.exp,
3468 config/sparclet.exp, config/udi.exp, config/unknown.exp,
3469 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
3470 config/vxworks.exp, config/vxworks29k.exp,
3471 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
3472 gdb.base/all-bin.exp, gdb.base/annota1.exp,
3473 gdb.base/arithmet.exp, gdb.base/assign.exp,
3474 gdb.base/async.exp, gdb.base/attach.exp,
3475 gdb.base/bitfields.exp, gdb.base/bitops.exp,
3476 gdb.base/break.exp, gdb.base/call-ar-st.exp,
3477 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
3478 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
3479 gdb.base/commands.exp, gdb.base/completion.exp,
3480 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
3481 gdb.base/constvars.exp, gdb.base/corefile.exp,
3482 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
3483 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
3484 gdb.base/ending-run.exp, gdb.base/environ.exp,
3485 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
3486 gdb.base/finish.exp, gdb.base/foll-exec.exp,
3487 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
3488 gdb.base/funcargs.exp, gdb.base/help.exp,
3489 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
3490 gdb.base/logical.exp, gdb.base/long_long.exp,
3491 gdb.base/maint.exp, gdb.base/mips_pro.exp,
3492 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
3493 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
3494 gdb.base/pointers.exp, gdb.base/printcmds.exp,
3495 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
3496 gdb.base/regs.exp, gdb.base/relational.exp,
3497 gdb.base/remote.exp, gdb.base/reread.exp,
3498 gdb.base/restore.exp, gdb.base/return2.exp,
3499 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
3500 gdb.base/selftest.exp, gdb.base/setshow.exp,
3501 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
3502 gdb.base/sigall.exp, gdb.base/signals.exp,
3503 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
3504 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
3505 gdb.base/step-test.exp, gdb.base/structs.c,
3506 gdb.base/structs.exp, gdb.base/structs2.exp,
3507 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
3508 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
3509 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
3510 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
3511 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
3512 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
3513 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
3514 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
3515 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
3516 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
3517 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
3518 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
3519 gdb.fortran/types.exp, gdb.java/jmisc.exp,
3520 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
3521 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
3522 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
3523 gdb.trace/circ.exp, gdb.trace/collection.exp,
3524 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
3525 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
3526 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
3527 gdb.trace/report.exp, gdb.trace/save-trace.exp,
3528 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
3529 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
3530 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
3531 notices.
3532
3533 2001-02-27 Michael Snyder <msnyder@cygnus.com>
3534
3535 * gdb.base/varargs.c (find_max_double): Fix printf format string:
3536 first arg is int not float.
3537
3538 2001-02-22 Michael Snyder <msnyder@cygnus.com>
3539
3540 * gdb.base/reread.exp: Unsupported for non-native targets;
3541 doesn't work for remote debugging.
3542
3543 2001-02-19 Fernando Nasser <fnasser@redhat.com>
3544
3545 From Drew Moseley <dmoseley@redhat.com>
3546 * gdb.base/ending-run.exp: Properly handle the BSP state when
3547 stepping past the end of main.
3548
3549 2001-02-19 John Moore <jmoore@redhat.com>
3550
3551 * gdb.base/commands.exp (infrun_breakpoint_command_test):
3552 Converted HPUX fix for non-expected items following multiple
3553 step commands into general solution for all platforms.
3554
3555 2001-02-18 Michael Chastain <chastain@redhat.com>
3556
3557 * gdb.c++/classes.exp (do_tests): Change runto statements
3558 from "runto 'foo(void)'" to "runto 'foo'". This makes the
3559 statements demangler agnostic.
3560 * gdb.c++/virtfunc.exp (do_tests): Likewise.
3561 (gdb_virtfunc_restart): Likewise.
3562
3563 2001-02-14 Michael Chastain <chastain@redhat.com>
3564
3565 * gdb.c++/inherit.exp (do_tests): Change runto statements
3566 from "runto 'foo(void)'" to "runto 'foo'". This makes the
3567 statements demangler agnostic.
3568
3569 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
3570
3571 * gdb.threads/pthreads.exp: Unify pass/fail messages for
3572 ``continue to bkpt at common_routine in thread 2'' and ``stopped
3573 before calling common_routine 15 times'' tests.
3574
3575 2001-02-11 Michael Chastain <chastain@redhat.com>
3576
3577 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
3578 Helps the test script figure out which demangler is in use.
3579 (dm_type_foo_ref): Ditto.
3580 (dm_type_int_star): Ditto.
3581 (dm_type_long_star): Ditto.
3582 (dm_type_unsigned_int): Ditto.
3583 (dm_type_void): Ditto.
3584 (dm_type_void_star): Ditto.
3585 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
3586 Probe the gdb demangler and set variables to accommodate
3587 formatting differences.
3588 (info_func_regexp): New function. Same as info_func, but
3589 matches against a regexp.
3590 (info_func): Match against a literal string.
3591 (print_addr_2): New function. Match against a literal string,
3592 which can be different from the input to gdb.
3593 (print_addr): Simply call print_addr_2 with the same argument twice.
3594 (test_lookup_operator_functions): Use demangler formatting variables.
3595 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
3596 the tests in the same order as the C++ class declaration.
3597 (test_paddr_operator_functions): Ditto.
3598 (test_paddr_overloaded_functions): Ditto.
3599 (test_paddr_hairy_functions): Use demangler formatting variables.
3600 Add reference to gdb/19 for related tests.
3601 (do_tests): Call probe_demangler.
3602
3603 2001-01-30 Kevin Buettner <kevinb@redhat.com>
3604
3605 * gdb.c++/templates.cc (printf): Remove unused function definition.
3606
3607 2001-01-26 Felix Lee <flee@redhat.com>
3608
3609 * sid.exp (sid_exit): Pass host, not target, to remote_close.
3610
3611 2001-01-25 matthew green <mrg@redhat.com>
3612
3613 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
3614 up sid.
3615 (sid_exit): Call `remote_pop_conn' after GDB is gone.
3616
3617 2001-01-25 matthew green <mrg@redhat.com>
3618
3619 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
3620 Deprecate $sid_spawn_id.
3621 (sid_exit): Remove code necessary only for `spawn.'
3622
3623 2001-01-25 matthew green <mrg@redhat.com>
3624
3625 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
3626
3627 2001-01-28 Michael Chastain <chastain@redhat.com>
3628
3629 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
3630 to call when tests fail. It takes gdb out of the overloaded
3631 function choice menu back to the main prompt, so that the test
3632 program stays synchronized.
3633 (set_bp_overloaded): New proc to collect all the common
3634 code for setting a breakpoint on an overloaded name. Calls
3635 take_gdb_out_of_choice_menu when needed.
3636 (menu_overload1arg): New variable to collect the repeated
3637 instances of the expected menu for an overloaded name. Change
3638 the regular expression to handle changes in g++ type encoding:
3639 "void" can be either "void" or "", and "unsigned int" can be
3640 either "unsigned int" or "unsigned".
3641 (continue_to_bp_overloaded): Change regular expressions to handle
3642 changes in g++ type encoding.
3643 (no proc): Call take_gdb_out_of_choice_menu when needed.
3644 Remove redundant calls to "info break". Accept either "canceled"
3645 or "cancelled". Change regular expressions in "info break"
3646 calls to handle changes in g++ type encoding. Give all tests
3647 unique strings.
3648
3649 2001-01-17 Ben Elliston <bje@redhat.com>
3650
3651 * config/sid.exp: New file.
3652
3653 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
3654
3655 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
3656
3657 2000-12-21 Michael Snyder <msnyder@cygnus.com>
3658
3659 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
3660 Add a RE to accept a non-ascii char if one is ever presented.
3661
3662 2000-12-20 Fernando Nasser <fnasser@redhat.com>
3663
3664 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
3665
3666 2000-12-18 Michael Snyder <msnyder@cygnus.com>
3667
3668 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
3669 in regexp. One '\' does not suffice on Linux.
3670
3671 2000-12-09 Michael Chastain <chastain@redhat.com>
3672
3673 * gdb.base/break.exp (test_clear_command): Use a marker function
3674 rather than 'main' for the test function. Also move this
3675 test to an execution point where the marker function names are
3676 guaranteed to be bound to functions. (Executing tests after a
3677 'finish' from main runs into name conflicts with local names
3678 in __libc_start_main).
3679
3680 2000-12-07 Michael Snyder <msnyder@cygnus.com>
3681
3682 * gdb.base/finish.exp: New test for gdb's "finish" command.
3683 * gdb.base/return2.exp: New test for gdb's "return" command.
3684 * gdb.base/return2.c: New source file for above.
3685
3686 2000-12-05 Michael Snyder <msnyder@cygnus.com>
3687
3688 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
3689 * gdb.base/miscexprs.exp: Ditto.
3690 * gdb.base/pointers.exp: Ditto.
3691 * gdb.c++/derivation.exp: Ditto.
3692 * gdb.c++/local.exp: Ditto.
3693 * gdb.c++/namespace.exp: Ditto.
3694 * gdb.c++/overload.exp: Ditto.
3695 * gdb.c++/ref-types.exp: Ditto.
3696
3697 2000-12-05 Michael Snyder <msnyder@cygnus.com>
3698
3699 * gdb.base/constvars.exp: Test result of "up" command.
3700 * gdb.base/miscexprs.exp: Ditto.
3701 * gdb.base/pointers.exp: Ditto.
3702 * gdb.base/scope.exp: Ditto.
3703 * gdb.c++/derivation.exp: Ditto.
3704 * gdb.c++/local.exp: Ditto.
3705 * gdb.c++/namespace.exp: Ditto.
3706 * gdb.c++/overload.exp: Ditto.
3707 * gdb.c++/ref-types.exp: Ditto.
3708
3709 2000-11-22 Michael Chastain <chastain@redhat.com>
3710
3711 * mips_pro.exp: Accept either "middle -> top -> main" or
3712 "middle -> main" in the backtrace, because gcc can optimize
3713 tail calls to jumps. Remove setup_xfail for the hppa case.
3714 Add a comment with the original warning messages from PR 3016,
3715 which was filed in 1993, to preserve them for posterity.
3716
3717 2000-11-17 Nick Duffek <nsd@redhat.com>
3718
3719 * lib/gdb.exp (gdb_test): Override timeout with board info.
3720
3721 2000-11-17 Nick Duffek <nsd@redhat.com>
3722
3723 * gdb.base/display.exp: Don't kill running stub. Add "again" to
3724 the second kill and detach messages.
3725
3726 2000-11-17 Nick Duffek <nsd@redhat.com>
3727
3728 * configure.in: Add AC_EXEEXT.
3729 * configure: Regenerate.
3730 * Makefile.in (just-check): Export EXEEXT.
3731 * lib/gdb.exp ($EXEEXT): Import from environment.
3732 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
3733 expect "maint dump-me" on Cygwin.
3734 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
3735 $EXEEXT.
3736
3737 2000-11-17 Nick Duffek <nsd@redhat.com>
3738
3739 * gdb.base/break.exp: Test backtrace and finish from called
3740 function on all platforms, not just HP-UX.
3741
3742 2000-11-03 Michael Snyder <msnyder@cygnus.com>
3743
3744 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
3745 code from gdb_target_monitor, so it can be used independantly
3746 for gdbserver. Also comment out an unnecessary PUTS.
3747
3748 2000-11-03 Michael Snyder <msnyder@cygnus.com>
3749
3750 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
3751 * gdb.base/corefile.exp: Expect the message "Program is being
3752 debugged already" when we send the "corefile" command, since
3753 the preceeding gdb_load may have connected gdb to a remote target.
3754 * gdb.base/display.exp: Disable hardware watchpoints if new
3755 board info variable "no_hardware_watchpoints" is true.
3756 Replace single-letter commands with more readable ones.
3757 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
3758 if new board info variable "no_hardware_watchpoints" is true.
3759 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
3760 to see if stdio (printf) testing is possible.
3761 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
3762 board info variable "no_hardware_watchpoints" is true. Use new
3763 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
3764
3765 2000-11-13 Fernando Nasser <fnasser@redhat.com>
3766
3767 From Orjan Friberg <orjanf@axis.com>:
3768 * gdb.base/printcmds.exp: Escape curly braces followed by a number
3769 in array print pattern match.
3770
3771 2000-11-09 Fernando Nasser <fnasser@redhat.com>
3772
3773 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
3774 spelling "cancelled" to U.S. spelling "canceled" to match changes
3775 made to gdb.
3776 * gdb.c++/ovldbreak.exp: Ditto.
3777
3778 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3779
3780 * gdb.base/callfuncs.c (main): Moved to end of file, call
3781 t_double_values to initialize the FPU before inferior calls are made.
3782 * gdb.base/callfuncs.exp: Test for register preservation after calling
3783 inferior functions. Add tests for continuining, finishing and
3784 returning from a stop in a call dummy.
3785
3786 2000-10-24 Michael Snyder <msnyder@cygnus.com>
3787
3788 * gdb.base/commands.exp: Break up long lines, and re-indent.
3789
3790 2000-10-19 Michael Snyder <msnyder@cygnus.com>
3791
3792 * config/gdbserver.exp: Rewritten from the ground up, to make it
3793 compatible with the current dejagnu tree, and to make it work with
3794 the new "gdbserver" in libremote.
3795
3796 2000-10-16 Michael Snyder <msnyder@cygnus.com>
3797
3798 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
3799 * gdb.base/varargs.exp: Skip entire test if no printf support.
3800 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
3801 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
3802
3803 2000-10-13 Michael Snyder <msnyder@cygnus.com>
3804
3805 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
3806 no floating point support.
3807 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
3808 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
3809 * gdb.base/call-rt-st.exp: Ditto.
3810 * gdb.base/call-strs.exp: Ditto.
3811
3812 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
3813
3814 * gdb.base/sizeof.c: include <stdio.h>.
3815
3816 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
3817 'finish', otherwise uncaptured gdb_prompt would potentially
3818 throw remaining test points out of sync.
3819
3820 2000-07-26 Scott Bambrough <scottb@netwinder.org>
3821
3822 * gdb.base/recurse.exp: Run tests for all targets.
3823 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
3824 gnu-oldld case on ARM.
3825 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
3826 for ARM targets.
3827
3828 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
3829
3830 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
3831 * gdb.java/configure: Rebuild.
3832
3833 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
3834
3835 * gdb.java/jv-exp.exp: New file.
3836
3837 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
3838
3839 * configure: Rebuilt.
3840 * configure.in (configdirs): Add gdb.java.
3841 * gdb.java/jmisc.java: New file.
3842 * gdb.java/jmisc.exp: New file.
3843 * gdb.java/Makefile.in: New file.
3844 * gdb.java/configure: Rebuilt.
3845 * gdb.java/configure.in: New file.
3846 * lib/java.exp: New file.
3847
3848 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
3849
3850 * gdb.base/exprs.exp: Test casts to a pointer including over and
3851 underflow.
3852
3853 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
3854
3855 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
3856 and the compilers sizes.
3857
3858 2000-07-09 Nick Duffek <nsd@redhat.com>
3859
3860 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
3861 (use_methods): New function.
3862 (main): Call use_methods().
3863 * gdb.c++/classes.exp (test_method_param_class): New procedure.
3864 (do_tests): Call test_method_param_class.
3865
3866 2000-07-09 Nick Duffek <nsd@redhat.com>
3867
3868 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
3869 spelling.
3870 (test_enums): New procedure. Move enum tests from end of script
3871 to here. Set breakpoint on function name instead of line number.
3872 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
3873 (enums2): New marker function.
3874 (enums1): New function.
3875 (main): Call enums1(). Move enum tests to enums1().
3876
3877 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
3878
3879 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
3880 compile/link program. Update line numbers.
3881 * gdb.asm/d10v.inc: Define ``startup''.
3882 * gdb.asm/asmsrc1.s: Add definition of _start.
3883
3884 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
3885
3886 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
3887
3888 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3889
3890 * gdb.base/maint.exp: Add 'maint print architecture' item to output
3891 of 'help maint print' command.
3892
3893 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
3894
3895 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
3896 they use gdb_expect_list.
3897
3898 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
3899
3900 * gdb.base/commands.exp: Use ``set remote
3901 memory-read-packet-size'' instead of ``set endian big'' to test
3902 long commands.
3903
3904 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
3905
3906 * gdb.c++/templates.exp (do_tests): Make all of these work under
3907 g++, and stop skipping them.
3908
3909 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
3910 work under g++.
3911
3912 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
3913 initialization.
3914
3915 2000-06-02 Michael Snyder <msnyder@cygnus.com>
3916
3917 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
3918 the regular expression: accept an (almost) arbitrary sequence of
3919 "frames-invalid" and "breakpoints-invalid" messages both before
3920 and after the "starting" message.
3921
3922 2000-06-02 Michael Snyder <msnyder@cygnus.com>
3923
3924 * gdb.c++/local.exp: This test has never been known to work with g++.
3925
3926 2000-05-18 Michael Snyder <msnyder@cygnus.com>
3927
3928 * gdb.base/annota1.exp (annotate-signal-handler-caller):
3929 Relax the regular expression a little, make it pass on Solaris 8.
3930
3931 2000-05-12 Kevin Buettner <kevinb@redhat.com>
3932
3933 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
3934 a call, do not require that gdb stop on the line after the call.
3935 Instead, it is permissible for gdb to stop on the line of the
3936 call itself.
3937
3938 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
3939
3940 * gdb.base/break.exp (bp on small function, optimized file):
3941 Add a second pass pattern. The behavior differs here between stabs
3942 and dwarf for one-line functions. Stabs preserves two line symbols
3943 (one before the prologue and one after) with the same line number,
3944 but dwarf regards these as duplicates and discards one of them.
3945 Therefore the address after the prologue (where the breakpoint is)
3946 has no exactly matching line symbol, and GDB reports the breakpoint
3947 as if it were in the middle of a line rather than at the beginning.
3948
3949 2000-05-08 Michael Snyder <msnyder@cygnus.com>
3950
3951 * gdb.base/interrupt.exp: Make "pass" message say "send"
3952 rather than "send_gdb" (for consistancy).
3953
3954 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
3955
3956 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
3957 * gdb.c++/templates.cc: Properly check for GCC version number.
3958 * lib/compiler.cc: Likewise
3959
3960 2000-04-28 Michael Snyder <msnyder@cygnus.com>
3961
3962 * gdb.base/break.exp: When compiled with -O2 optimization,
3963 gdb may not stop at the first line of main, due to code motion.
3964
3965 2000-04-26 Michael Snyder <msnyder@cygnus.com>
3966
3967 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
3968 This test depends on parsing the printf output from the target.
3969 Since the sparclet stub doesn't do stdio, this will never work.
3970 * gdb.base/call-rt-st.exp: ditto.
3971 * gdb.base/call-strs: ditto.
3972
3973 2000-04-24 Michael Snyder <msnyder@cygnus.com>
3974
3975 * gdb.base/miscexprs.exp: make sizeof long array test portable.
3976
3977 * gdb.base/ending-run.exp: After connecting to a remote target,
3978 but before running, the target will appear to be in a random
3979 location. Specify both a file and a line for breakpoints.
3980 Also, the function that calls main may be called 'init'
3981 rather than 'start'.
3982
3983 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3984
3985 * gdb.base/help.exp: Update output for add-symbol-file command.
3986
3987 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
3988
3989 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3990 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
3991
3992 2000-04-07 J.T. Conklin <jtc@redback.com>
3993
3994 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
3995
3996 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
3997
3998 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
3999
4000 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
4001 values that can be represented exactly.
4002 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
4003 above change, and to not check against the directory part of the source
4004 file name.
4005 (step into print_long_arg_list): Likewise.
4006 (print print_small_structs from print_long_arg_list): Likewise.
4007 (print print_long_arg_list): Likewise.
4008
4009 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4010
4011 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
4012
4013 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
4014
4015 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
4016
4017 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
4018
4019 * gdb.base/commands.exp (deprecated_command_test): Add test for
4020 deprecate with no arguments.
4021
4022 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
4023
4024 * gdb.base/break.exp: Add new test for setting breakpoints on
4025 optimized code so we can test breakpoints work even when function
4026 prologues may be optimized away
4027
4028 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
4029
4030 From David Whedon <dwhedon@gordian.com>
4031 * gdb.base/commands.exp : Added command deprecator tests.
4032
4033 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
4034
4035 * gdb.base/help.exp: Added test for new apropos command.
4036
4037 2000-03-21 Kevin Buettner <kevinb@redhat.com>
4038
4039 * gdb.base/pointers.c (usevar): New function.
4040 (main): Make sure that global variables v_int_pointer2, rptr,
4041 and y are all referenced someplace in the program by calling
4042 usevar() on them. [Some linkers delete symbols which are
4043 never referenced. The space remains, but there's no way to
4044 get a (symbolic) handle on the variable from the debugger.]
4045
4046 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4047
4048 * gdb.base/printcmds.c: Add typedeffed arrays.
4049
4050 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
4051 procedure to test arrays that are typedef'd.
4052
4053 2000-03-13 James Ingham <jingham@leda.cygnus.com>
4054
4055 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
4056 the library directories.
4057
4058 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
4059
4060 * configure.in (configdirs): Add sub directory gdb.mi.
4061 * configure: Re-generate.
4062
4063 * gdb.mi: New directory.
4064
4065 2000-02-25 Scott Bambrough <scottb@netwinder.org>
4066
4067 * gdb.base/long_long.exp: Correct test suite failure when printing
4068 a long long value as a double on ARM platforms.
4069
4070 2000-02-16 Jim Blandy <jimb@redhat.com>
4071
4072 * gdb.base/break.exp ("breakpoint line number"): Make sure the
4073 default source file is set properly before running this test.
4074
4075 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4076
4077 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
4078 gdbtk/library directory, not in gdbtcl2.
4079
4080 2000-02-04 Jim Blandy <jimb@redhat.com>
4081
4082 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
4083 backslash from regexp pattern.
4084
4085 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
4086 procedure. Use it to run all the "continue to bp overloaded"
4087 tests. Note that this changes the names of the tests slightly.
4088 If the breakpoint hit message includes a hex PC value, because
4089 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
4090 from the real source code, still consider that a pass.
4091
4092 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
4093 XFAIL here if the breakpoint message contains a hex address. Note
4094 similar change on 1999-11-02.
4095
4096 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
4097
4098 * gdb.base/ptype.exp: Establish a default source file before
4099 calling get_debug_format.
4100
4101 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
4102
4103 * gdb.base/watchpoint.exp: Remove duplication of test messages.
4104
4105 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
4106
4107 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
4108 of successive stepi commands -- while in the prologue we should see
4109 the function entry bracket.
4110
4111 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
4112
4113 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
4114 reach __change_mode() when stepping through the end of main().
4115
4116 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
4117
4118 * gdb.base/default.exp: Fix expected pattern.
4119 * gdb.base/help.exp: Same.
4120
4121 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4122
4123 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
4124 Don't use xfail's because that affects only the following test.
4125
4126 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
4127 solaris or linux.
4128
4129 * gdb.base/selftest.exp: Update to reflect changes to main.c.
4130
4131 2000-01-07 Michael Snyder <msnyder@cygnus.com>
4132
4133 * gdb.base/display.exp: Some yacc parsers like to say
4134 "A syntax error" rather than "A parse error". Accept both.
4135
4136 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
4137
4138 * gdb.base/default.exp: Remove OS dependent string from "target
4139 remote" test.
4140 * gdb.base/help.exp: Same for "help target remote" test.
4141
4142 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4143
4144 From Jim Kingdon <kingdon@redhat.com>:
4145
4146 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
4147 prompt (cleanup rather than necessity, but still might keep output
4148 from spilling to next test).
4149
4150 2000-01-02 Fred Fish <fnf@cygnus.com>
4151
4152 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
4153 AIX, which defines them in <sys/types.h>.
4154
4155 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
4156
4157 * gdb.base/default.exp: Match arm* etc instead of arm in "info
4158 float" test.
4159
4160 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
4161
4162 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
4163
4164 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
4165 outermost frame disallowed".
4166
4167 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
4168
4169 * gdb.base/setvar.exp: New tests for setting the value of a struct
4170 with a constant list.
4171
4172 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
4173
4174 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
4175 require the user to type a cast before setting the value of a struct.
4176
4177 1999-12-06 Jim Blandy <jimb@cygnus.com>
4178
4179 * gdb.base/default.exp: Expect the new 'info float' command on
4180 all i386 platforms.
4181
4182 * gdb.threads/linux-dp.exp: Expand our ability to recognize
4183 LinuxThreads libraries that don't support debugging.
4184
4185 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
4186
4187 * gdb.base/remote.c: Fill the buffer with truely random data.
4188 Change the buffer type to ``unsigned char'' to simplify size
4189 arithmetic.
4190
4191 * gdb.base/remote.exp: Reduce download numbers by one. Typical
4192 stub only handles 400-1 byte packets. Verify that the download
4193 worked.
4194
4195 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
4196
4197 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
4198 tests, using UNRESOLVED for the untested cases. Also, does not wait
4199 for a timeout if the prompt was received before a recognizable pattern.
4200
4201 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
4202
4203 * lib/gdb.exp (gdb_expect_list): Fix spelling.
4204
4205 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4206
4207 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
4208 watchpoints.
4209
4210 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
4211
4212 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
4213
4214 * gdb.c++/local.exp: Be more flexible in recognizing local class
4215 name mangling. Don't allow horribly truncated method names.
4216 * gdb.c++/derivation.exp: Expect protected inheritance.
4217 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
4218 * gdb.c++/virtfunc.exp: Likewise.
4219 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
4220 when printing a nested enum.
4221
4222 1999-11-22 Jim Blandy <jimb@cygnus.com>
4223
4224 * gdb.base/step-test.exp: Properly await GDB's response to setting
4225 a breakpoint on the call to large_struct_by_value.
4226
4227 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
4228 just because we have debug info for the `start' function.
4229
4230 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
4231
4232 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
4233 "Unknown signal" messages, which indicate (on LinuxThreads) that
4234 GDB doesn't know how to debug threads on this system. This is
4235 better than hanging while philosopher 0 dumps chatter into gdb.log.
4236
4237 1999-11-18 Tom Tromey <tromey@cygnus.com>
4238
4239 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
4240
4241 1999-11-18 Fred Fish <fnf@cygnus.com>
4242
4243 * gdb.base/coremaker2.c: Add sample program for generating
4244 cores that is more self contained than coremaker.c. Eventually
4245 I'll add more code to this and tie it into the testsuite.
4246
4247 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
4248
4249 * gdb.base/dollar.exp: Remove, now in gdb.hp.
4250
4251 1999-11-10 Jimmy Guo <guo@cup.hp.com>
4252
4253 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
4254 from $srcdir/lib/.
4255 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
4256 and gdb.c++/.
4257
4258 * gdb.c++/derivation.exp: remove redundant get compiler info code.
4259
4260 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4261 'continue with watch' test point.
4262
4263 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
4264
4265 Merged from p2linux-990323-branch:
4266
4267 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
4268
4269 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
4270
4271 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
4272 {limit,fixed}''. Test ``set download-write-size''.
4273
4274 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
4275
4276 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
4277 gdb_expect_list.
4278
4279 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
4280
4281 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
4282
4283 1999-11-03 Mark Salter <msalter@cygnus.com>
4284
4285 * gdb.base/break.exp: Fix "stub continue" pattern.
4286
4287 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
4288
4289 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
4290
4291 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
4292
4293 * gdb.base/display.exp ("finish"): Add timeout clause.
4294
4295 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
4296 plain prompt clause, so this doesn't have to time out in order to
4297 fail.
4298
4299 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
4300 breakpoint hit messages include an address.
4301
4302 * gdb.base/display.exp: Don't forget to escape parens in regular
4303 expressions. Unix regexp notatation sucks.
4304
4305 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4306
4307 * gdb.base/annota1.exp: Test for annotate-signalled: change output
4308 order for 'signalled' message.
4309
4310 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
4311
4312 From Jimmy Guo <guo@cup.hp.com>:
4313 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
4314 * gdb.base/annota1.c: Add code for tests to work with.
4315
4316 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
4317
4318 * gdb.base/remote.exp: New test for remote downloading settings.
4319 * gdb.base/remote.c: New file with large .data.
4320
4321 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
4322
4323 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
4324 for LinuxThreads support, merged from the Code Fusion branch.
4325
4326 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
4327
4328 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
4329 containing exp_continue into a while within an expect. Don't
4330 attempt a start more than three times. Check return value from
4331 gdb_load.
4332
4333 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
4334
4335 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
4336 a pass case.
4337
4338 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
4339
4340 * gdb.base/break.c (main): Added a statement that we can step
4341 off of.
4342 * gdb.base/break.exp: Added tests for setting a breakpoint
4343 at an offset and stepping onto a breakpoint.
4344
4345 1999-10-01 Fred Fish <fnf@cygnus.com>
4346
4347 * gdb.base/help.exp (help add-symbol-file): Update to match current
4348 gdb output.
4349
4350 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
4351
4352 * gdb.base/break.exp: Code locations are in hex, don't forget!
4353 (For HP-UX.)
4354
4355 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
4356
4357 * condbreak.exp: Use break.c as test program.
4358 * condbreak.c: Remove, redundant with break.c.
4359
4360 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
4361
4362 * config/monitor.exp (gdb_target_monitor): Disable X- and
4363 Z-packets if the target needs it.
4364
4365 1999-09-13 James Ingham <jingham@leda.cygnus.com>
4366
4367 * gdb.c++/overload.exp: Added tests for listing overloaded
4368 functions with function pointers in the arg, explicitly calling
4369 out the version you want.
4370
4371 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
4372
4373 * long_long.exp: Add variations of test cases that work for
4374 targets with 16-bit ints and 32-bit doubles.
4375
4376 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
4377
4378 * break.c (main): Compare a possibly-uninitialized argc with an
4379 unlikely value that fits in 16 bits.
4380
4381 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
4382
4383 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
4384 0xfeeb, don't want negative numbers if ints are 16 bits.
4385
4386 * lib/gdb.exp (skip_cplus_tests): New proc.
4387 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
4388 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
4389 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
4390 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
4391 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
4392 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
4393 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
4394 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
4395
4396 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
4397
4398 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
4399
4400 * gdb.base/corefile.exp (up): Allow a parameter to appear
4401 in the frame that we're going up to.
4402
4403 From Jim Blandy <jimb@cygnus.com>:
4404
4405 * gdb.base/default.exp (info float): Expect some output now.
4406
4407 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
4408 returning floating-point values to fail on the x86.
4409 * gdb.base/callfwmall.exp (do_function_calls): Same.
4410
4411 * gdb.base/list.exp (test_listsize): Correct expectations for
4412 listing line 1 with listsize 2. Also, listing a single line
4413 works now, as does listing three lines. [Kevin's note: There
4414 were a number of other cases fixed too where the expectations
4415 differed...]
4416
4417 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
4418
4419 * gdb.base/selftest.exp: Add case for when version prints as
4420 constant string instead of char pointer.
4421
4422 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
4423
4424 * gdb.base/ending-run.exp: Add Solaris case for what happens when
4425 stepping out of main.
4426
4427 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
4428 G++ used.
4429
4430 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
4431 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
4432
4433 * gdb.c++/ovldbreak.exp: Update match string in test that
4434 includes a warning of multiple breakpoints.
4435
4436 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
4437
4438 * gdb.base/display.exp: Improve precision of step-after-finish
4439 added yesterday.
4440
4441 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
4442 test.
4443
4444 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
4445 configs when using G++, not just hppa*.
4446
4447 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4448
4449 * gdb.base/async.c: New file.
4450 * gdb.base/async.exp: New file.
4451
4452 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
4453
4454 * gdb.base/break.exp: Tweak PA specific tests to properly handle
4455 PA64.
4456
4457 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
4458
4459 * gdb.base/display.exp: "finish" can leave us mid-line on many
4460 targets, deal with it. Add a small constant to main, instead of
4461 1000 since main+1000 may not be a valid address in the target.
4462
4463 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
4464 on hpux11.
4465
4466 * gdb.base/attach.exp: Handle another hpux11 error message variant
4467 when attaching to a process that does not exist.
4468
4469 1999-08-19 J.T. Conklin <jtc@redback.com>
4470
4471 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
4472 characters in 'continue to 1241' test.
4473
4474 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
4475
4476 * gdb.base/call-ar-st.exp: Add a shorter match case for the
4477 stop in print_long_arg_list, define and use a whitespace
4478 variable in print_small_structs test, add an XFAIL for Solaris.
4479 * gdb.base/dbx.exp: XFAIL func commands until somebody is
4480 interested enough to fix.
4481
4482 1999-08-13 Keith Seitz <keiths@cygnus.com>
4483
4484 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
4485 (dbx_gdb_load): Remove. Use gdb_load instead, since that
4486 proc knows about targets other than the natives.
4487 (test_assign): Use "gdb_run_cmd" to "run" the target.
4488 Check that we've actually hit the breakpoint at main.
4489 When we attempt to assign a value to a local variable, check
4490 that the variable is in the current scope, i.e., don't use
4491 a test with an empty result.
4492
4493 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
4494
4495 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
4496 command.
4497
4498 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
4499
4500 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4501 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
4502 gdb.compat, gdb.threads-hp.
4503 gdb.hp/configure, gdb.hp/configure.in: New files.
4504 gdb.hp/Makefile.in: Recurse into new subdirs.
4505 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
4506 gdb.hp/gdb.objdbg: New directory, tests for debugging info
4507 in object files.
4508 gdb.hp/tools: New directory, aux tools for HP-specific tests.
4509
4510 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
4511
4512 * gdb.base/display.exp: Help expect by putting a newline in the
4513 funky printf, remove a bogus p/a test.
4514
4515 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4516
4517 * gdb.base/display.exp: Make sure that when we say 'run', we are
4518 connected to the target. This is necessary when running not
4519 natively.
4520
4521 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
4522
4523 * gdb.base/step-test.exp: Removed some extraneous messages.
4524
4525 * gdb.base/long_long.exp: Don't run memory examination tests
4526 on little-endian targets (they will need a different set of
4527 results to match).
4528
4529 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
4530
4531 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
4532 until somebody decides to fix GDB.
4533
4534 * gdb.base/long_long.c: Stop compiler complaint by specifying long
4535 constant as "ULL".
4536 * gdb.base/long_long.exp: Loosen x/c test, add partial result
4537 matches for a couple x/2 commands.
4538
4539 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
4540
4541 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
4542 by merging in ref-types2 tests.
4543 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
4544
4545 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4546 * gdb.c++/Makefile.in: Add standard actions.
4547 (EXECUTABLES): Rename from PROGS, update list.
4548 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
4549 from gdb.hp.
4550 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
4551 foo and bar locals.
4552 * gdb.c++/anon-union.exp: Fix tests to match.
4553 * gdb.c++/classes.exp: Run if HP compiler used, add extra
4554 expect matches to handle output variations.
4555 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
4556 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
4557 output, add HP alternatives for new and delete prints.
4558 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
4559 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
4560 * gdb.c++/demangle.exp: Use $style when reporting failure.
4561 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
4562 * gdb.c++/inherit.exp: Run if HP compiler used, add some
4563 match alternatives.
4564 * gdb.c++/local.exp: Add match alternatives or xfails for HP
4565 compilers.
4566 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
4567 * gdb.c++/method.exp: Add match alternatives.
4568 * gdb.c++/misc.cc: Add bool types.
4569 * gdb.c++/misc.exp: Add tests for bool types.
4570 * gdb.c++/overload.exp: Add xfails.
4571 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
4572 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
4573 add some more template parameter tests (only for HP currently).
4574 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
4575 * gdb.c++/virtfunc.cc: Add return type and value for main.
4576 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
4577 match alternatives.
4578
4579 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4580
4581 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
4582
4583 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
4584
4585 * gdb.base/signals.exp: Don't expect getting a backtrace from
4586 within a signal handler to fail on Linux.
4587
4588 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
4589
4590 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4591 * lib/gdb.exp: Remove some gratuitious semicolons.
4592 (delete_breakpoints): Increase timeout.
4593 (gdb_expect): Add -notransfer option.
4594 (gdb_test): Use -notransfer option.
4595 (get_compiler_info): Add f77 case.
4596 (get_compiler): New proc, split out from gdb_preprocess, add f77
4597 case.
4598 (gdb_preprocess): Call get_compiler.
4599
4600 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
4601 * gdb.base/attach.exp, gdb.base/display.exp,
4602 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
4603 gdb.base/long_long.exp, gdb.base/printcmds.exp,
4604 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
4605 third arg to gdb_test.
4606 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
4607 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
4608 HP-UX xfails, add others.
4609 * gdb.base/completion.exp: Reflect name change of self-test.
4610 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
4611 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
4612 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
4613 HP failure number.
4614 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
4615 useless HP-UX 10.30 references.
4616 * gdb.base/maint.exp: Loosen matches.
4617 * gdb.base/pointers.c (main): Declare more_code.
4618 * gdb.base/pointers.exp: Match on output of a `next'.
4619 * gdb.base/structs.c: Add prototypes.
4620 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
4621 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
4622
4623 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4624
4625 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
4626 command.
4627
4628 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4629
4630 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
4631 Fix run to main failures. Watchpoint can be hardware watchpoint.
4632
4633 * gdb.base/annota1.exp: Clean up some more, in case printf has
4634 debug info. Deal with lack of signal hanlder info in stack.
4635
4636 From Jim Kingdon <kingdon@redhat.com>:
4637 * gdb.base/annota1.exp: If printf has debug info, deal with it.
4638
4639 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
4640
4641 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
4642 gdb.base/foll-vfork.exp: Don't run for crosses.
4643
4644 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
4645
4646 * gdb.base/configure.in: Check for gdbvars.exp instead of
4647 a1-selftest.exp.
4648 * gdb.base/configure: Re-generate.
4649
4650 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
4651
4652 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
4653 in trying to run first and name is too long.
4654
4655 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
4656 pointers2.c and pointers2.exp, respectively.
4657 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
4658 doschk happier.
4659
4660 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
4661
4662 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
4663 callfuncs2.c and callfuncs2.exp.
4664
4665 * gdb.base/list.exp: Remove mistaken xfails.
4666 * gdb.base/list0.h: Add optional prototypes.
4667
4668 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
4669
4670 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
4671 calling malloc.
4672 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
4673 * ptype.exp: Move test for get_debug_format to before its first
4674 use.
4675
4676 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4677
4678 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
4679 * gdb.base/annota2.cc, annota2.exp: Move from here.
4680 * gdb.c++/annota2.cc, annota2.exp: To here.
4681 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
4682
4683 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
4684
4685 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
4686 a consistent format.
4687
4688 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
4689
4690 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4691 * lib/gdb.exp (get_compiler_info): Add detection for assorted
4692 HP compilers, also set the globals $true and $false.
4693
4694 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
4695 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
4696 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
4697 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
4698 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
4699 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
4700 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
4701 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
4702 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
4703 whatis.c} Add C++ compatible function definitions and return
4704 types, add includes for library functions.
4705 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
4706 * gdb.base/step-test.c (myglob): Rename from glob.
4707 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
4708 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
4709 files, move here from gdb.hp.
4710 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
4711 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
4712 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
4713 Adjust line numbers in regexps.
4714
4715 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
4716 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
4717 instead of 0/1.
4718
4719 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
4720 foll-vfork.exp: New files, move here from gdb.hp.
4721 * gdb.base/page.exp: New file, test of pagination command.
4722
4723 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
4724 recursion test.
4725 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
4726
4727 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
4728 gdb.base/solib.exp: Fix compiler invocation process.
4729
4730 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
4731 HP-UX 11, turn off overload resolution explicitly.
4732 * gdb.base/commands.exp: Set argument list explicitly, add
4733 watchpoint test.
4734 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
4735 them work.
4736 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
4737 expressions properly.
4738 * gdb.base/corefile.exp: Loosen the match slightly.
4739 * gdb.base/default.exp: Allow "Error accessing memory" message
4740 also.
4741 * gdb.base/display.exp: Skip over x/0 j if PA64.
4742 * gdb.base/funcargs.exp: Add xfails for HP-UX.
4743 * gdb.base/interrupt.exp: Ditto.
4744 * gdb.base/langs.exp: Add symbolic matches governed by compiler
4745 in use.
4746 * gdb.base/list.exp: Add xfails for HP-UX.
4747 * gdb.base/long_long.exp: Refine some of the numeric matches.
4748 * gdb.base/mips_pro.exp: Xfail on HP-UX.
4749 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
4750 * gdb.base/nodebug.exp: Succeed on more varieties of output.
4751 * gdb.base/opaque.exp: Remove some HP-UX xfails.
4752 * gdb.base/ptype.exp: Succeed on more varieties of output.
4753 * gdb.base/scope.exp: Add xfails for HP-UX.
4754 * gdb.base/sect-cmd.exp: Add more cases.
4755 * gdb.base/setvar.exp: Add xfails for HP-UX.
4756 * gdb.base/shlib-call.exp: Loosen some matches slightly.
4757 * gdb.base/signals.exp: Match on void symbolically.
4758 * gdb.base/step-test.exp: Add case for PA64.
4759 * gdb.base/term.exp: Add exit and restart.
4760 * gdb.base/twice.exp: Clean up after self.
4761 * gdb.base/varargs.exp: Disable overload resolution explicitly.
4762 * gdb.base/whatis.exp: Allow more ways to pass tests.
4763
4764 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
4765 no longer useful.
4766
4767 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
4768
4769 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
4770 list of patterns.
4771 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
4772 print_double_array(double_array)", "continuing to breakpoint
4773 1018", "print print_double_array(array_d)" and "continuing to
4774 1034" tests.
4775
4776 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
4777
4778 * Makefile.in: Add empty html and install-html targets.
4779
4780 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
4781
4782 * config/mt-*: Remove, these haven't been used since 1996.
4783
4784 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
4785
4786 * gdb.base/call-strs.c, gdb.base/ending-run.c,
4787 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
4788 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
4789
4790 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
4791
4792 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
4793 simpler match case for the ptype of the big class.
4794
4795 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4796
4797 * gdb.exp: Fix test for gdb_prompt existence.
4798
4799 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4800
4801 * gdb.exp (gdb_test): Add fail after calls to perror.
4802
4803 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4804
4805 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
4806
4807 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4808
4809 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
4810
4811 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
4812
4813 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
4814 malloc() is linked in.
4815
4816 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
4817
4818 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
4819 step at end.
4820
4821 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
4822
4823 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
4824
4825 * gdb.java/jv-print.exp: New file. (Our first Java test!)
4826
4827 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
4828
4829 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
4830 * gdb.base/mips_pro.exp: Likewise.
4831
4832 1999-06-02 Keith Seitz <keiths@cygnus.com>
4833
4834 * gdb.c++/templates.cc: Change all "new" operators to throw
4835 an exception.
4836 * gdb.c++/cplusfuncs.cc: Likewise.
4837
4838 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
4839
4840 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
4841
4842 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
4843 * gdb.base/ending-run.exp: When stepping out of main, accept a
4844 step into an arbitrary assembler file.
4845
4846 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4847
4848 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
4849 "breakpoint-invalid" to be printed.
4850 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
4851 number of "frames-invalid" and "breakpoint-invalid" to be printed.
4852 * gdb.base/annota2.cc: Initialize a.x to 0.
4853
4854 1999-05-17 Keith Seitz <keiths@cygnus.com>
4855
4856 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
4857 when "skip_float_tests" set.
4858 Ditto for "print print_double_array(array_d)", "print print_small_structs",
4859 "print print_ten_doubles", and "step into print_long_arg_list".
4860 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
4861 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
4862 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
4863 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
4864 "skip_float_tests" is set.
4865 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
4866 when "skip_float_tests" set.
4867
4868 1999-05-06 Keith Seitz <keiths@cygnus.com>
4869
4870 * gdb.base/annota2.cc: Include stdio.h.
4871
4872 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
4873
4874 * gdb.base/crossload.exp: Remove, this has been disabled ever
4875 since BFD stopped including all targets, and cross-GDB gets
4876 plenty of testing anyway.
4877 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
4878 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
4879 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
4880 * gdb.base/README: Remove, was doc for this.
4881 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
4882 needed.
4883
4884 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4885
4886 * gdb.base/call-ar-st.exp: Fix one regular expression in test
4887 output.
4888
4889 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
4890 * gdb.base/annota2.exp: New file. More annotation tests.
4891 * gdb.base/annota1.c: New file. Source file for annota1.exp.
4892 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
4893
4894 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
4895
4896 * config/cfdbug.exp: New file.
4897
4898 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
4899
4900 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
4901 Marcus Daniel's and Dale Hawkins's demangler crashes.
4902
4903 * gdb.c++/demangle.exp (test_gnu_style_demangling,
4904 test_lucid_style_demangling, test_arm_style_demangling,
4905 test_hp_style_demangling): Try Tom Tromey's core-dumping
4906 identifier under each demangling style.
4907
4908 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
4909
4910 * gdb.c++/demangle.exp: Include the current demangling style
4911 in all test names.
4912 (current_demangling_style): New global variable.
4913 (set_demangling_style, test_demangling_core, test_demangling,
4914 test_demangling_exact): New functions.
4915 (test_gnu_style_demangling, test_lucid_style_demangling,
4916 test_arm_style_demangling, test_hp_style_demangling): Use those,
4917 instead of calling gdb_test and gdb_test_exact directly.
4918 (catch_demangling_errors): New function, which reports errors
4919 signalled by the demangling test functions in an orderly way.
4920 (do_tests): Use catch_demangling_errors.
4921
4922 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
4923
4924 * gdb.base/signals.exp (test_handle_all_print): Use () for
4925 grouping in expressions, not {}.
4926
4927 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
4928 initialized yet.
4929
4930 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
4931
4932 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
4933 are listed.
4934
4935 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
4936
4937 * gdb.stabs/weird.exp: Test for CC being defined before
4938 looking at its value.
4939
4940 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
4941
4942 * gdb.base/call-ar-st.exp: Remove stray '#'.
4943 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
4944 "short int" and "long int".
4945 * gdb.c++/overload.cc: Cast the string added in the previous
4946 change, to mollify finicky HP compiler.
4947 * gdb.hp/reg-test.exp (testfile): Fix file name.
4948 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
4949
4950 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
4951 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
4952 alternate form of enum ptype.
4953
4954 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
4955
4956 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
4957 * gdb.hp/*.exp: Change all to run compiler probe only after
4958 passing skip_hp_tests, so as not to waste time on guaranteed
4959 failure.
4960
4961 * gdb.c++/overload.cc: Pass string instead of char addr, always
4962 init ccpfoo.
4963 * gdb.c++/templates.cc: Fix syntax error.
4964
4965 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4966
4967 * gdb.base/commands.exp: Add test for correct position of '>'
4968 when issuing the 'commands' command after a 'while' or 'if'
4969 command.
4970
4971 1999-03-18 James Ingham <jingham@cygnus.com>
4972
4973 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
4974
4975 * gdb.c++/method.exp: It was testing an uninitialized int on the
4976 stack and assuming it was positive.
4977
4978 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
4979
4980 * gdb.base/step-test.exp: Catch a case where finish is broken and
4981 keep it from killing the rest of the tests.
4982 Use gdb_continue_to_end.
4983
4984 * gdb.base/sigall.exp: use gdb_continue_to_end.
4985
4986 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
4987
4988 * gdb.base/display.exp: use runto_main, not run.
4989
4990 * gdb.base/default.exp: Check for the current error message in the
4991 r abbreviation test.
4992 Add strongarm to the targets that know info float.
4993
4994 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
4995 run which doesn't work with monitors.
4996
4997 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
4998
4999 * gdb.base/break.exp: use the gdb_continue_to_end proc.
5000
5001 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
5002 program. Traps the case (in Cygmon) when the program never really
5003 exits. Same as Mark's continue_to_exit, but I had put it in a lot
5004 more places, so I used my name. Sorry Mark...
5005
5006 * config/monitor.exp (gdb_target_monitor): added another
5007 target_info parameter: remotebinarydownload. This will set the
5008 remotebinarydownload flag if this is causing some boards trouble.
5009
5010 1999-03-18 Mark Salter <msalter@cygnus.com>
5011
5012 * lib/gdb.exp (continue_to_exit): New function.
5013
5014 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
5015 * gdb.base/ending-run.exp: Ditto.
5016 * gdb.base/step-test.exp: Ditto.
5017
5018 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
5019
5020 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
5021 (suggested by Art Haas <ahaas@neosoft.com>).
5022
5023 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
5024
5025 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
5026
5027 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
5028
5029 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
5030 descriptions of types (short unsigned int vs unsigned short, etc).
5031
5032 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
5033
5034 * gdb.base/call-strs.exp: Don't assume that `step' will step over
5035 a call to strlen; sometimes we do have sources.
5036
5037 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
5038
5039 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
5040 character, so GDB won't print garbage after its end.
5041
5042 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
5043 breakpoint there instead. Sometimes GCC emits memcpy to handle
5044 the large structures being passed by value, so we step into that
5045 instead of sum_array_print, which obscures what we're really testing.
5046 * gdb.base/step-test.exp: However, we do want a test that notices
5047 the bizarre steps into memcpy, so do that here. Add check for
5048 stepping into function calls that pass large structures by value.
5049 ("Is that a noun clause, or are you just happy to see me?")
5050 Remove all references to specific line numbers.
5051 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
5052 New type and function.
5053 (main): Call large_struct_by_value, passing it a large struct by value.
5054 * lib/gdb.exp (gdb_get_line_number): New function.
5055
5056 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
5057 more portable.
5058
5059 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
5060
5061 * lib/gdb.exp: Doc fixes.
5062
5063 1999-03-05 Nick Clifton <nickc@cygnus.com>
5064
5065 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
5066
5067 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
5068
5069 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
5070 commands. They're not germane to this test, and they don't work
5071 that way on remote targets.
5072
5073 1999-03-01 James Ingham <jingham@cygnus.com>
5074
5075 * Changelog entries merged over from gdb development branch.
5076
5077 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
5078
5079 * lib/gdb.exp (gdbtk_analyze_results): Generic function
5080 for outputting results of test run.
5081
5082 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
5083
5084 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
5085
5086 1999-02-25 Felix Lee <flee@cygnus.com>
5087
5088 * lib/gdb.exp (debug_format): initialize
5089
5090 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
5091
5092 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
5093 * gdb.base/call-rt-st.c: Ditto.
5094
5095 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
5096
5097 * gdb.threads/pthreads.exp (horiz): New variable.
5098 (test_startup): Fix regexps that capture thread numbers.
5099
5100 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
5101
5102 * gdb.base/smoke.exp: Disambiguate two test case names (both
5103 called ``print'').
5104
5105 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
5106
5107 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
5108 compilation.
5109
5110 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
5111
5112 * gdb.base/miscexprs.exp: Change patterns to match GDB's
5113 actual output formatting.
5114 * gdb.base/smoke.exp: GDB removes leading 0's.
5115 * gdb.base/volatile.exp: Don't check type of remuneration;
5116 that variable is no longer defined in constvars.c.
5117 * gdb.base/step-test.c (main): Exit with explicit exit code.
5118 * gdb.base/step-test.exp: Remove two nexti checks--they are
5119 not portable.
5120
5121 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
5122
5123 * gdb.base/help.exp ("help delete display"): Fix test to match
5124 gdb's output.
5125
5126 * gdb.base/long_long.c (known_types): Initialize values to zero.
5127 * gdb.base/long_long.exp: Step one more line
5128 so 'dec' is initialized in "get to known place". GDB removes
5129 leading zeros. Explicitly ask for hex formatting. Use
5130 unique test case names.
5131
5132 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5133
5134 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
5135
5136 * gdb.c++/method.exp: Add missing close brace.
5137
5138 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
5139
5140 * gdb.base/maint.exp: Use 'set height 0' to disable page
5141 prompting, not 'set height 400'.
5142
5143 Fix a bunch of timeouts.
5144 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
5145 four separate tests, so expect doesn't take forever to match a ton
5146 of text against a regexp with lots of .* forms.
5147 ("maint print psymbols", "maint print symbols"): Make some of
5148 these greps more selective, so that expect doesn't try to wade
5149 through huge piles of output and time out.
5150
5151 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
5152
5153 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
5154 tests: one which doesn't expect shlib events to be reported, and
5155 another which does, but is XFAIL for all platforms other than
5156 HP/UX.
5157
5158 * gdb.base/break.exp: Teach the test suite that the `catch
5159 fork', `catch vfork', and `catch exec' commands produce error
5160 messages on platforms that don't provide these features.
5161
5162 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
5163
5164 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
5165 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
5166 (shortening names from solib_threshold.exp etc), won't run on
5167 anything but HP-UX for the foreseeable future.
5168 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
5169 reflect move.
5170
5171 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
5172
5173 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
5174 gdb.trace/Makefile.in (clean): Remove all test executables.
5175
5176 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
5177
5178 * gdb.base/shlib-call.exp: add test cases to verify that gdb
5179 successfully re-sets breakpoints in shared libraries.
5180 * gdb.base/shmain.c (main): return 0, don't fall off the end.
5181
5182 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5183
5184 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
5185 and compiled w/o GCC.
5186
5187 * gdb.hp/watch-cmd.exp: ditto.
5188
5189 * gdb.hp/watch-hp.exp: ditto.
5190
5191 * gdb.hp/xdb1.exp: ditto.
5192
5193 * gdb.hp/xdb2.exp: ditto.
5194
5195 * gdb.hp/dbx.exp: ditto.
5196
5197 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
5198
5199 * constvars.c: Remove C++-isms.
5200 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
5201 with GCC.
5202
5203 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
5204
5205 The following changes are part of the HP merge.
5206
5207 * gdb.base/break.exp: new tests to verify that catchpoints for
5208 fork, vfork, and exec don't trigger inappropriately.
5209
5210 * gdb.base/opaque.exp: compile one file at a time, then link.
5211
5212 * gdb.base/signals.exp: be more restrictive about which hppa
5213 systems receive a setup_xfail. new tests.
5214
5215 * gdb.base/solib_threshold.build: new file.
5216 * gdb.base/solib_threshold.exp: new file.
5217 * gdb.base/solib_threshold.link_opts: new file.
5218 * gdb.base/solib_threshold.mk: new file.
5219 * gdb.base/gen_solib_threshold.c: new file.
5220
5221 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
5222 tests. New tests for enums inside classes.
5223
5224 * gdb.c++/compiler.cc: indicate support of template debugging.
5225
5226 * gdb.c++/demangle.exp: run hp style demangling tests.
5227
5228 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
5229 tests.
5230
5231 * gdb.c++/misc.cc: changes to support new tests.
5232
5233 * gdb.c++/templates.cc: changes to support HP's compiler; changes
5234 to support new tests.
5235
5236 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
5237 gcc, then skip these tests.
5238
5239 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
5240
5241 The following files are part of the HP merge; some had longer
5242 names at HP, but have been renamed to be no more than 14
5243 characters in length.
5244
5245 * gdb.hp/ambiguous.cc: new file.
5246 * gdb.hp/ambiguous.exp: new file.
5247 * gdb.hp/attach.exp: new file.
5248 * gdb.hp/attach2.exp: new file.
5249 * gdb.hp/classes-hp.exp: new file.
5250 * gdb.hp/ctti.exp: new file.
5251 * gdb.hp/ctti-add.cc: new file.
5252 * gdb.hp/ctti-add1.cc: new file.
5253 * gdb.hp/ctti-add2.cc: new file.
5254 * gdb.hp/ctti-add3.cc: new file.
5255 * gdb.hp/dbx.exp: new file.
5256 * gdb.hp/exception.cc: new file.
5257 * gdb.hp/exception.exp: new file.
5258 * gdb.hp/foll-exec.c: new file.
5259 * gdb.hp/foll-exec.exp: new file.
5260 * gdb.hp/foll-fork.c: new file.
5261 * gdb.hp/foll-fork.exp: new file.
5262 * gdb.hp/foll-vfork.c: new file.
5263 * gdb.hp/foll-vfork.exp: new file.
5264 * gdb.hp/inherit-hp.exp: new file.
5265 * gdb.hp/more-steps.exp: new file.
5266 * gdb.hp/namespace.cc: new file.
5267 * gdb.hp/namespace.exp: new file.
5268 * gdb.hp/optimize.exp: new file.
5269 * gdb.hp/pxdb.c: new file.
5270 * gdb.hp/pxdb.exp: new file.
5271 * gdb.hp/quicksort.exp: new file.
5272 * gdb.hp/reg-test.exp: new file.
5273 * gdb.hp/reg-test.s: new file.
5274 * gdb.hp/sized-enum.c: new file.
5275 * gdb.hp/sized-enum.exp: new file.
5276 * gdb.hp/start-stop.exp: new file.
5277 * gdb.hp/templ-hp.cc: new file.
5278 * gdb.hp/templ-hp.exp: new file.
5279 * gdb.hp/thr-lib.c: new file.
5280 * gdb.hp/thr-lib.exp: new file.
5281 * gdb.hp/thr-lib.h: new file.
5282 * gdb.hp/thr-liblib.c: new file.
5283 * gdb.hp/virtfun-hp.c: new file.
5284 * gdb.hp/virtfun-hp.exp: new file.
5285 * gdb.hp/watch-cmd.exp: new file.
5286 * gdb.hp/watch-hp.exp: new file.
5287 * gdb.hp/xdb1.exp: new file.
5288 * gdb.hp/xdb2.exp: new file.
5289 * gdb.hp/xdb3.exp: new file.
5290
5291 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
5292
5293 The following files are part of the HP merge; some had longer
5294 names at HP, but have been renamed to be no more than 14
5295 characters in length.
5296
5297 * gdb.base/ss.h: new file.
5298 * gdb.base/call-ar-st.c: new file.
5299 * gdb.base/call-ar-st.exp: new file.
5300 * gdb.base/call-rt-st.c: new file.
5301 * gdb.base/call-rt-st-exp: new file.
5302 * gdb.base/call-strs.exp: new file.
5303 * gdb.base/ena-dis-br.exp: new file.
5304 * gdb.base/environ.exp: new file.
5305 * gdb.base/long_long.exp: new file.
5306 * gdb.base/sect-cmd.exp: new file.
5307 * gdb.base/shlib-cl2.exp: new file.
5308 * gdb.base/smoke.exp: new file.
5309 * gdb.base/so-impl-ld.c: new file.
5310 * gdb.base/so-impl-ld.exp: new file.
5311 * gdb.base/so-indr-cl.c: new file.
5312 * gdb.base/so-indr-cl.exp: new file.
5313 * gdb.base/varargs.exp: new file.
5314 * gdb.base/volatile.exp: new file.
5315 * gdb.base/whatis-exp.exp: new file.
5316 * gdb.base/display.exp: new file.
5317 * gdb.c++/derivation.exp: new file.
5318 * gdb.c++/local.exp: new file.
5319 * gdb.c++/member-ptr.exp: new file.
5320 * gdb.c++/overload.exp: new file.
5321 * gdb.c++/ovldbreak.exp: new file.
5322 * gdb.c++/ref-types.exp: new file.
5323 * gdb.c++/ref-types2.exp: new file.
5324 * gdb.c++/userdef.exp: new file.
5325
5326 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
5327
5328 * gdb.base/default.exp: Reflect wording change in remote.c.
5329
5330 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
5331
5332 * gdb.base/help.exp: Update to reflect current text.
5333
5334 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
5335
5336 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
5337 they're stack variables and contain garbage.
5338 * gdb.c++/anon-union.exp: new file.
5339
5340 The following changes were made by David Taylor
5341 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
5342 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
5343 in changes by HP.
5344
5345 * gdb.base/bitops.exp: new file.
5346 * gdb.base/default.exp: change expected messages for catch and
5347 info catch tests to reflect HP merge changes.
5348 * gdb.base/enable-disable-break.exp
5349 * gdb.base/ending-run.c: new file.
5350 * gdb.base/long_long.c: new file.
5351 * gdb.base/maint.exp: new file.
5352 * gdb.base/pointers2.exp: new file.
5353 * gdb.base/shlib-call2.exp: new file.
5354 * gdb.base/solib.exp: new file.
5355 * gdb.base/step-test.c: new file.
5356 * gdb.c++/anon-union.cc: new file.
5357 * gdb.c++/local.cc: new file.
5358 * gdb.c++/member-pointer.cc: new file.
5359 * gdb.c++/method.cc: new file.
5360 * gdb.c++/ref-types.cc: new file.
5361 * gdb.c++/ref-types2.cc: new file.
5362 * gdb.c++/userdef.cc: new file.
5363
5364 * gdb.base/scope.exp: compile one file at a time, then link.
5365 * gdb.base/langs.exp: ditto.
5366 * gdb.base/list.exp: ditto.
5367
5368 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
5369
5370 The following changes were made by David Taylor
5371 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
5372 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
5373 in changes by HP.
5374
5375 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
5376 skip tests. When compiling pass c++ flag to gdb_compile.
5377 * gdb.c++/
5378
5379 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
5380 test for on hppa*-*-hpux*; use args to see if c++ was specified.
5381 (skip_hp_tests): new function.
5382 (gdb_preprocess): new function.
5383
5384 * configure.in (hpdir): decide whether to configure gdb.hp.
5385 * configure: regenerated.
5386
5387 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
5388 to delete on clean.
5389 (EXECUTABLES): update to reflect new additions.
5390 * gdb.base/commands.exp: update message expected.
5391 * gdb.base/default.exp: add copyright notice.
5392 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
5393 * gdb.base/help.exp: update messages to reflect current text.
5394 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
5395 targets for recurse tests.
5396 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
5397 skip this file.
5398
5399 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
5400 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
5401 compilation.
5402 * gdb.c++/misc.exp: ditto.
5403 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
5404 run the tests. tell gdb_compile that it's a c++ compilation.
5405
5406 * gdb.threads/pthreads.exp: fix typo in message.
5407
5408 * gdb.base/all-bin.exp: new file.
5409 * gdb.base/arithmet.exp: new file.
5410 * gdb.base/assign.exp: new file.
5411 * gdb.base/completion.exp: new file.
5412 * gdb.base/cond-expr.exp: new file.
5413 * gdb.base/condbreak.exp: new file.
5414 * gdb.base/define.exp: new file.
5415 * gdb.base/dollar.exp: new file.
5416 * gdb.base/environment.exp: new file.
5417 * gdb.base/eval-skip.exp: new file.
5418 * gdb.base/jump.exp: new file.
5419 * gdb.base/logical.exp: new file.
5420 * gdb.base/pointers.exp: new file.
5421 * gdb.base/relational.exp: new file.
5422 * gdb.base/section_command.exp: new file.
5423 * gdb.base/whatis-expr.exp: new file.
5424
5425 * gdb.base/all-types.c: new file.
5426 * gdb.base/call-array-struct.c: new file.
5427 * gdb.base/call-return-struct.c: new file.
5428 * gdb.base/call-strings.c: new file.
5429 * gdb.base/callfuncs2.c: new file.
5430 * gdb.base/condbreak.c: new file.
5431 * gdb.base/constvars.c: new file.
5432 * gdb.base/display.c: new file.
5433 * gdb.base/int-type.c: new file.
5434 * gdb.base/jump.c: new file.
5435 * gdb.base/miscexprs.c: new file.
5436 * gdb.base/pointers.c: new file.
5437 * gdb.base/pointers2.c: new file.
5438 * gdb.base/shmain.c: new file.
5439 * gdb.base/shr1.c: new file.
5440 * gdb.base/shr2.c: new file.
5441 * gdb.base/solib.c: new file.
5442 * gdb.base/solib1.c: new file.
5443 * gdb.base/solib2.c: new file.
5444 * gdb.base/varargs.c: new file.
5445 * gdb.c++/derivation.cc: new file.
5446 * gdb.c++/overload.cc: new file.
5447 * gdb.c++/ovldbreak.cc: new file.
5448 * gdb.hp/attach.c: new file.
5449 * gdb.hp/attach2.c: new file.
5450 * gdb.hp/average.c: new file.
5451 * gdb.hp/compiler.c: new file.
5452 * gdb.hp/compiler.cc: new file.
5453 * gdb.hp/execd-program.c: new file.
5454 * gdb.hp/follow-exec.c: new file.
5455 * gdb.hp/follow-fork.c: new file.
5456 * gdb.hp/follow-vfork-and-exec.c: new file.
5457 * gdb.hp/misc-hp.cc: new file.
5458 * gdb.hp/more-steps.c: new file.
5459 * gdb.hp/optimize.c: new file.
5460 * gdb.hp/quicksort.c: new file.
5461 * gdb.hp/run-hp.c: new file.
5462 * gdb.hp/start-stop.c: new file.
5463 * gdb.hp/sum.c: new file.
5464 * gdb.hp/templates-hp.cc: new file.
5465 * gdb.hp/thread-local-in-lib.c: new file.
5466 * gdb.hp/thread-local-in-lib.h: new file.
5467 * gdb.hp/thread-local-in-lib.lib.c: new file.
5468 * gdb.hp/vforked-program.c: new file.
5469 * gdb.hp/virtfunc-hp.cc: new file.
5470 * gdb.hp/watchpoint-hp.c: new file.
5471 * gdb.hp/xdb.c: new file.
5472 * gdb.hp/xdb0.c: new file.
5473 * gdb.hp/xdb0.h: new file.
5474 * gdb.hp/xdb1.c: new file.
5475
5476 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
5477
5478 The following change was made by Edith Epstein
5479 <eepstein@cygnus.com> as part of a project to merge in changes
5480 originally made by HP; HP did not create ChangeLog entries.
5481
5482 * gdb.c++/demangle.exp: changed the expected output for some
5483 ARM-style mangling -- removed second reference to datatype.
5484 For example, maint demangle __dt__11T1__pt__2_cFv
5485 T1<char>::~T1<char>(void)
5486 becomes,
5487 maint demangle __dt__11T1__pt__2_cFv
5488 T1<char>::~T1(void)
5489
5490 (test_hp_style_demangling): new hp specific demangling test cases.
5491
5492 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
5493
5494 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
5495 * gdb.trace/backtrace.exp: Likewise.
5496 * gdb.trace/circ.exp: Likewise.
5497 * gdb.trace/collection.exp: Likewise.
5498 * gdb.trace/deltrace.exp: Likewise.
5499 * gdb.trace/infotrace.exp: Likewise.
5500 * gdb.trace/limits.exp: Likewise.
5501 * gdb.trace/packetlen.exp: Likewise.
5502 * gdb.trace/passc-dyn.exp: Likewise.
5503 * gdb.trace/passcount.exp: Likewise.
5504 * gdb.trace/report.exp: Likewise.
5505 * gdb.trace/save-trace.exp: Likewise.
5506 * gdb.trace/tfind.exp: Likewise.
5507 * gdb.trace/tracecmd.exp: Likewise.
5508 * gdb.trace/while-dyn.exp: Likewise.
5509 * gdb.trace/while-stepping.exp: Likewise.
5510
5511 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
5512
5513 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
5514
5515 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
5516
5517 From Brendan Kehoe:
5518 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
5519 int return types.
5520
5521 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
5522
5523 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
5524 remote dos host testing right.
5525
5526 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
5527
5528 * gdb.base/corefile.exp: remove some xfails.
5529
5530 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
5531
5532 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
5533 have different timestamps.
5534
5535 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
5536
5537 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
5538 gdb.base/default.exp: Replace "exec" with "executable".
5539
5540 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
5541
5542 * gdb.base/default.exp: Change else if to elseif from previous
5543 delta.
5544
5545 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
5546
5547 * gdb.base/default.exp: Add brace missing from previous delta.
5548
5549 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
5550
5551 * gdb.base/default.exp: Support test for info float for all
5552 varieties of arm toolchain.
5553
5554 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
5555
5556 * gdb.trace/*.exp: remove "remote_download" command.
5557
5558 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
5559
5560 * gdb.trace/*.exp: remove -gdwarf from compile.
5561
5562 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
5563
5564 * gdb.trace/configure.in(AC_INIT): typo
5565 * gdb.trace/configure: regenerated
5566
5567 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
5568
5569 * config/m68k-emc.exp: New file.
5570 * lib/<emc-support.exp trace-support.exp}: New files.
5571 * configure.in: add new test directory gdb.trace.
5572 * gdb.trace/{configure configure.in Makefile.in}: New files.
5573 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
5574 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
5575 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
5576 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
5577 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
5578 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
5579 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
5580
5581 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
5582
5583 * gdb.c++/classes.exp: Change all regular expressions to match
5584 arbitrary combinations of newline/carriage-return, so that they
5585 will work equally well on Unix and Windows.
5586 * gdb.c++/inherit.exp: ditto.
5587 * gdb.c++/virtfunc.exp: ditto.
5588
5589 1998-08-11 Dawn Perchik <dawn@cygnus.com>
5590
5591 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
5592
5593 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
5594
5595 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
5596 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
5597 to use a0-a3/d0-d3 as needed.
5598
5599 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
5600
5601 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
5602 * gdb.disasm/am33.exp: Corresponding changes.
5603
5604 1998-07-11 Felix Lee <flee@cygnus.com>
5605
5606 * gdb.base/callfuncs.exp: add cmp10 test.
5607 * gdb.base/callfuncs.c (cmp10): new function.
5608
5609 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
5610
5611 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
5612 into two parts to get around a synchronization problem in expect.
5613
5614 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
5615
5616 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
5617
5618 * configure.in: Add options for gdbtk testsuite.
5619
5620 * configure: Regenerate.
5621
5622 * gdb.gdbtk: New directory to hold gdbtk tests.
5623
5624 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5625
5626 * gdb.fortran/types.exp: Escape brackets in expect patterns
5627 for test_float_literal_types_accepted tests.
5628 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
5629 before run test.
5630
5631 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
5632
5633 * am33.exp: Just compile, do not link the testcase.
5634 * am33.s: Add ".am33" pseudoop to force am33 mode.
5635
5636 1998-06-25 Felix Lee <flee@cygnus.com>
5637
5638 * gdb.base/setshow.exp: make sure $pc is sane.
5639
5640 * gdb.stabs/weird.exp: split expect patterns properly.
5641
5642 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
5643
5644 * gdb.disasm/am33.s: New disassembler testfile for the am33.
5645 * gdb.disasm/am33.exp: Run it.
5646
5647 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
5648
5649 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
5650 match processing (and eliminate spurious timeouts when running).
5651
5652 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
5653
5654 * gdb.base/signals.exp (test_handle_all_print): put back Mach
5655 exception test, but conditionalize it on target [mach | gnu].
5656
5657 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
5658
5659 * gdb.base/overlays.exp: fixup compile line for linker script.
5660
5661 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
5662
5663 * gdb.fortran/types.exp: don't guess at float size.
5664
5665 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
5666
5667 * gdb.base/exprs.exp: delete test that depends on int size.
5668
5669 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
5670
5671 * config/sim.exp: Removed checks for target triplets.
5672 (gdb_target_sim): Use gdb,target_sim_options.
5673
5674 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
5675
5676 * gdb.base/reread.exp: New file.
5677 * gdb.base/reread1.c: New file.
5678 * gdb.base/reread2.c: New file.
5679
5680 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
5681
5682 * config/sim.exp: Use 'target sim -sparclite' when running
5683 SPARClite programs.
5684
5685 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
5686
5687 * gdb.base/structs2.exp: New file.
5688 * gdb.base/structs2.c: New file.
5689
5690 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
5691
5692 * gdb.asm/common.inc: New file.
5693 * gdb.asm/d10v.inc: New file.
5694 * asm-source.exp: Pass -I's to gas to find .inc files.
5695 Update line numbers in expected output.
5696 * asmsrc1.s: Rewrite.
5697 * asmsrc2.s: Rewrite.
5698 * configure.in: Create arch.inc symlink.
5699 * configure: Regenerate.
5700 * Makefile.in (distclean): Delete arch.inc.
5701
5702 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
5703
5704 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
5705 (t_enum_value2): ditto
5706 (t_enum_value3): ditto
5707 (main): ditto
5708 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5709
5710 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
5711 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
5712 change.
5713 Use gdb_test instead of send_gdb/gdb_expect sequences.
5714
5715 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
5716
5717 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
5718 not void.
5719
5720 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
5721
5722 * gdb.base/branches.c: Code with lots of loops and
5723 subroutines. Used to test gdbs ability to single step through PC
5724 changes, especially to test mips-tdep.c:mips_next_pc
5725
5726 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
5727
5728 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
5729 more rigorous EGCS C++ error checking.
5730
5731 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5732
5733 * gdb.base/help.exp: Clean up `help set args' and `help show args'
5734 tests.
5735 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
5736 function when asleep.
5737 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
5738 for i*86 Linux and SVR4 signal handling problems.
5739 Remove linux xfail for `next to handler in signals_tests_1', fixed
5740 by recent infrun.c change.
5741 Limit backtrace to 10 frames to avoid timeout problems with infinite
5742 stack backtraces.
5743 Adjust expect pattern in `handle all print' test to match Apr 28 1997
5744 target.[ch] change.
5745
5746 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
5747
5748 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
5749 for a newline from gdb before continuing.
5750 (default_gdb_exit): Just look for y or n.
5751 (gdb_test): Detect abnormal exit from GDB running on DOS; if
5752 it does, fail the rests of the tests in the file.
5753
5754 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
5755
5756 * config/cygmon.exp: New file.
5757
5758 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
5759
5760 * gdb.base/list.exp: Fix problem with "list default lines around
5761 main" test on remote targets.
5762
5763 * gdb.base/scope.exp: Fix problem with filelocal_bss before
5764 run test on remote targets.
5765
5766 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
5767
5768 * gdb.asm: New directory.
5769 * configure.in: Configure it.
5770 * configure: Regenerate.
5771 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
5772 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
5773
5774 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
5775
5776 * config/mn10300-eval.exp: New file to support MN10300 eval board.
5777
5778 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
5779
5780 * gdb.base/overlays (several files): Merge the two overlay
5781 managers into one. Change variables (foox, barx, bazx, grbxx)
5782 back into ints but force them to load in their proper sections.
5783
5784 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
5785
5786 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
5787 on-chip insn memory and IMAP1 to upper 128k.
5788 (D10VCopy): Handle memory regions crossing 16k boundaries.
5789 (D10VCopy): Transfer data in 32 bit chunks.
5790
5791 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
5792
5793 * gdb.base/overlays.c (main): Exit normally when result is
5794 correct.
5795
5796 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
5797 map. Include space for printf in .text segment.
5798
5799 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
5800 updated d10v memory VMA/LMA map.
5801 (D10VCopy): Call D10VTranslate.
5802
5803 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
5804
5805 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
5806
5807 * gdb.base/bar.c (barx, bar): Change variable to small array so
5808 that it won't be put into the .sdata - small data -
5809 section. Update reference.
5810 * gdb.base/baz.c (bazx, baz): Ditto.
5811 * gdb.base/foo.c (foox, foo): Ditto.
5812 * gdb.base/grbx.c (grbxx, grbx): Ditto.
5813
5814 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
5815 to be arrays.
5816
5817 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
5818
5819 * gdb.base/overlays.exp: fix up and get working again.
5820 Add tests for backtraces from an overlay function.
5821
5822 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
5823
5824 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
5825 "calling function with watchpoint enabled".
5826
5827 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
5828
5829 * gdb.base/break.exp (test_next_with_recursion): Remove
5830 gdb_suppress_tests for d10v-*-*.
5831 * lib/gdb.exp (gdb_suppress_tests): Disable this function
5832 pending review of whether it is useful or not.
5833
5834 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
5835
5836 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
5837
5838 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
5839
5840 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
5841 * config/dve.exp: New file to support Densan boards.
5842
5843 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
5844
5845 * gdb.base/interrupt.exp: Document problem of simulators, signals,
5846 reads and BSD.
5847
5848 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
5849
5850 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
5851 response.
5852
5853 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
5854
5855 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
5856
5857 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
5858 test.
5859
5860 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
5861 target_sizeof_long and target_bigendian_p.
5862 (structs_by_value, structs_by_reference): Check values according
5863 to targets word size and endianess.
5864
5865 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
5866
5867 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
5868 output.
5869
5870 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
5871
5872 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
5873 Update test of set args help to match source change.
5874
5875 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
5876
5877 * gdb.base/default.exp: Expect help system output to be in
5878 alphabetical order.
5879 * gdb.base/help.exp: Ditto.
5880
5881 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
5882
5883 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
5884 "i*86-pc-linux-gnu*".
5885 * gdb.base/interrupt.exp: Ditto.
5886 * gdb.base/corefile.exp: Ditto.
5887
5888 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
5889 define vxworks when building the testcase.
5890
5891 * gdb.base/ptype.exp: Fix testnames to be unique.
5892 * gdb.base/radix.exp: Ditto.
5893 * gdb.base/term.exp: Ditto.
5894 * gdb.base/whatis.exp: Ditto.
5895 * gdb.c++/classes.exp: Ditto.
5896
5897 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
5898
5899 * gdb.base/callfuncs.exp: Fix indentation.
5900
5901 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
5902 suppress_flag has been set.
5903 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
5904 target feature.
5905
5906 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
5907
5908 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
5909 the testcase.
5910
5911 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
5912 set_debug_traps() and breakpoint().
5913 * gdb.c++/misc.cc (main): Ditto.
5914 * gdb.c++/templates.cc (main): Ditto.
5915 * gdb.c++/virtfunc.cc (main): Ditto.
5916
5917 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
5918
5919 * lib/gdb.exp(gdb_step_for_stub): New function.
5920 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
5921 exists, reload the executable and do a "continue" instead of
5922 doing a jump.
5923 (runto_main): Use gdb_step_for_stub.
5924
5925 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
5926 tests to have unique names.
5927 * gdb.base/callfuncs.exp: Ditto.
5928 * gdb.base/commands.exp: Ditto.
5929 * gdb.base/default.exp: Ditto.
5930 * gdb.base/help.exp: Ditto.
5931 * gdb.base/list.exp: Ditto.
5932 * gdb.base/opaque.exp: Ditto.
5933 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
5934 similar tests.
5935
5936 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
5937 * gdb.c++/cplusfuncs.cc: Ditto.
5938 * gdb.c++/virtfunc.cc: Ditto.
5939
5940 * config/monitor.exp: Keep track of the last file we saw, rather
5941 than trying to get the info from gdb.
5942
5943 * gdb.fortran/types.exp: Move comment to previous line.
5944
5945 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
5946
5947 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
5948 target mode.
5949
5950 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
5951
5952 From Bob Manson:
5953 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
5954 string from GDB when it connects.
5955
5956 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
5957
5958 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
5959
5960 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
5961 if we can't get a debug format from GDB (we may be testing an
5962 older GDB). Use a 10 second timeout when checking for the format.
5963
5964 * gdb.stabs/weird.exp: Fix quoting.
5965
5966 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
5967
5968 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
5969
5970 * config/arm-ice.exp: New file.
5971
5972 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
5973
5974 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
5975 until it has been modified to work with the new testsuite.
5976
5977 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
5978 testcase won't compile, cause all of the testcases in the file to
5979 fail instead.
5980
5981 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
5982 (gdb_clear_suppressed): New procedure.
5983 (gdb_stop_suppressing_tests): Only clear suppress_flag if
5984 it contains a positive value.
5985
5986 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
5987
5988 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
5989
5990 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
5991
5992 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
5993
5994 * lib/gdb.exp (setup_xfail_format): New function.
5995 (get_debug_format): New function to get debug format.
5996 (debug_format): New global variable to hold last value set
5997 by get_debug_format.
5998 * gdb.base/list.exp: Call get_debug_format and expect some
5999 tests to fail for DWARF 1 and COFF formats.
6000 * gdb.c++/ptype.exp: Ditto.
6001 * gdb.c++/classes.exp: Ditto.
6002 * gdb.c++/cplusfuncs.exp: Ditto.
6003 * gdb.c++/inherit.exp: Ditto.
6004 * gdb.c++/templates.exp: Ditto.
6005 * gdb.c++/virtfunc.exp: Ditto.
6006
6007 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
6008
6009 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
6010 host doesn't have a currently-open connection.
6011
6012 * config/sparclet.exp: Cleanups and fixes to make it generic for
6013 any gdb stub target. Handle cases where gdb doesn't respond when
6014 interrupted in a sane fashion.
6015
6016 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
6017 same thing in a totally different way.
6018
6019 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
6020 setting "timeout".
6021 (gdb_start): We set the global gdb_prompt variable in
6022 default_gdb_init now.
6023
6024 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
6025
6026 * gdb.base/printcmds.exp: Fix "check for floating addition"
6027 regexp to accept results within approx +/- .01 of exact value.
6028 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
6029
6030 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
6031
6032 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
6033 properly.
6034 (gdb_expect): Add optional timeout parameter, and add timeout
6035 value to various calls.
6036 (gdb_suppress_tests): Only give one warning message per group.
6037
6038 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
6039
6040 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
6041 global variables. Handle getting a value for $timeout more
6042 gracefully.
6043
6044 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
6045
6046 * lib/gdb.exp: Close connection to remote host if gdb doesn't
6047 initialize.
6048 (default_gdb_init): New procedure; allow gdb_init to be overridden
6049 by a target configuration file.
6050 (gdb_expect): Pass the timeout to remote_expect.
6051
6052 * config/monitor.exp(gdb_load): Fix typo in regexp.
6053
6054 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
6055
6056 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
6057
6058 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
6059
6060 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
6061 here. Call gdb_target_exec before rebooting the target, to make
6062 sure the connection to the target is closed.
6063 (gdb_load): Pass the name of the executable to gdb_target_monitor.
6064 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
6065 Also detect "Timeout reading from remote" error.
6066
6067 * config/gdbserver.exp: Pass the executable being loaded to
6068 gdb_target_monitor. Don't call gdb_file_cmd here; let
6069 gdb_target_monitor do it.
6070
6071 * gdb.disasm/hppa.exp: Don't use exec_output.
6072
6073 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
6074
6075 * gdb.base/list.exp: If we're debugging a non-native target,
6076 try to set the pc register to point to the start of the
6077 program before doing the first list command.
6078
6079 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
6080 test_calls after restarting.
6081
6082 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
6083 reloading.
6084
6085 * gdb.base/watchpoint.exp: Fix typo.
6086
6087 * gdb.base/setshow.exp: Check for use_gdb_stub.
6088
6089 * gdb.base/break.exp: Fix continue until exit test for the gdb
6090 stub case.
6091 * gdb.base/langs.exp: Ditto.
6092
6093 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
6094 gdb_load_offset. If we weren't given a file to load, figure out
6095 what the current file is and use it.
6096
6097 * config/i386-bozo.exp: New file.
6098
6099 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
6100
6101 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
6102 feature.
6103
6104 * config/proelf.exp: New entry.
6105
6106 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
6107
6108 * lib/gdb.exp: Remove spurious .* patterns at the beginning
6109 of regexps.
6110
6111 * gdb.base/watchpoint.exp: Don't run the test_stepping
6112 tests if gdb can't call functions on the target.
6113
6114 * gdb.base/setshow.exp: Don't run the set prompt tests if
6115 the board has gdb_prompt set.
6116
6117 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
6118
6119 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
6120 * gdb.base/commands.exp: Likewise.
6121 * gdb.base/setshow.exp: Likewise.
6122
6123 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
6124
6125 * config/monitor.exp(gdb_start): Look for gdb_prompt target
6126 feature.
6127
6128 * config/i960.exp: New file.
6129
6130 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
6131
6132 * gdb.base/funcargs.exp: Check for gdb,short_int target
6133 feature instead of looking for explicit target triplets.
6134
6135 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
6136
6137 * gdb.base/printcmds.exp: add a couple more tests a la
6138 "p 123DEADBEEF", to check parse_number.
6139 * top.c: change "to enable to enable" to "to enable" in a couple
6140 of help strings.
6141
6142 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
6143
6144 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
6145 on the mn10300.
6146
6147 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
6148
6149 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
6150 where the test executable is run with explicit args.
6151 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
6152
6153 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
6154
6155 * gdb.base/run.c: Use FAKEARGV to build test executable that
6156 does not require a command line arg, since most simulators
6157 don't currently support passing such an arg into the simulated
6158 program.
6159 * gdb.base/commands.exp: Change tests to insert the proper
6160 value as the arg to the first recursive factorial call. Change
6161 compilation line to define FAKEARGV at compile time.
6162
6163 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
6164
6165 * gdb.base/recurse.exp: Enable these tests for the mn10300.
6166 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
6167 function with watchpoint enabled" test.
6168
6169 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
6170
6171 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
6172 Don't call gdb_test when the command doesn't return to a gdb prompt.
6173
6174 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
6175 "Tests restarted" messages.
6176
6177 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
6178
6179 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
6180
6181 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
6182
6183 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
6184 for INFO SYMBOL; add help tests for OVERLAY commands.
6185 * gdb.base/default.exp: add tests for INFO SYMBOL command;
6186 add tests for OVERLAY commands
6187 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
6188 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
6189 * gdb.base/sigall.c: add usestubs code frag
6190 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
6191
6192 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
6193
6194 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
6195 failures.
6196 (gdb_stop_suppressing_tests): Note that tests have restarted.
6197
6198 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
6199
6200 * config/h8300.exp: New file.
6201
6202 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
6203
6204 * gdb.base/setshow.exp: Check for the existence of a
6205 feature, not its value.
6206
6207 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
6208
6209 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
6210
6211 * gdb.base/scope.exp: It's now init0(), not init().
6212
6213 * gdb.base/scope0.c: For now, change init() to be init0().
6214
6215 * config/monitor.exp: Use gdb_serial in preference to serial
6216 or netport.
6217
6218 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
6219 and it's not already set.
6220
6221 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
6222
6223 * gdb.base/setshow.exp: Only test the run command if the target
6224 isn't using a stub and if it supports argument passing.
6225
6226 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
6227
6228 * config/udi.exp(gdb_start): Make sure UDICONF is set
6229 properly before starting gdb.
6230
6231 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
6232
6233 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
6234 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
6235 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
6236
6237 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
6238
6239 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
6240 specialized code to reboot the board, use remote_reboot instead.
6241
6242 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
6243
6244 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
6245
6246 * config/monitor.exp: Make sure we disconnect from the target.
6247 Also, try a reboot/reload cycle instead of failing if the
6248 load fails.
6249
6250 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
6251
6252 * gdb.base/default.exp: Don't set match_max.
6253 * gdb.base/help.exp: Ditto.
6254 * gdb.base/list.exp: Ditto.
6255 * gdb.base/signals.exp: Ditto.
6256
6257 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
6258 set, use remote_ld to download the testcase instead of
6259 the GDB loader.
6260
6261 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
6262
6263 * config/vr5000.exp: New file.
6264
6265 * config/monitor.exp(gdb_target_monitor): Add pattern for
6266 "Ending remote" to detect errors in connecting.
6267
6268 * gdb.base/setshow.exp: Add .* within auto language test.
6269
6270 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
6271 target feature.
6272
6273 * config/monitor.exp(gdb_load): Check for a failure when loading,
6274 and reboot the board if necessary.
6275
6276 * gdb.base/setvar.exp(test_set): Handle multiple prints within
6277 a set of tests. Remove print.* from the patterns being checked.
6278
6279 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
6280
6281 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
6282 refer to gdb_spawn_id.
6283
6284 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
6285 longer used.
6286 * config/sparclet.exp: Ditto.
6287 * config/sparclet-old.exp: Ditto.
6288 * config/slite.exp: Ditto.
6289 * config/sim.exp: Ditto.
6290 * gdb.base/funcargs.exp: Ditto.
6291
6292 * lib/gdb.exp:Remove references to gdb_spawn_id.
6293 (gdb_expect): Move to remote.exp.
6294
6295 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
6296
6297 * config/monitor.exp: Detect the "Couldn't establish connection"
6298 message from GDB.
6299
6300 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
6301
6302 * gdb.base/bitfields.exp: Use runto instead of explicit
6303 gdb_run_cmd/gdb_expect sequences.
6304
6305 * gdb.base/break.exp(text_next_with_recursion): Add match for
6306 gdb_expect call.
6307
6308 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
6309 We also need to handle the "A program is being debugged already"
6310 prompt from gdb. Use gdb_test to set the baud rate.
6311
6312 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
6313 to 20000. Really. I mean it.
6314
6315 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
6316
6317 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
6318 fails. If suppress_flag is set, skip perror message about not
6319 being able to send to GDB.
6320 (send_gdb): If suppress_flag is set, don't try to send commands to
6321 GDB.
6322 (gdb_expect): If suppress_flag is set, always fail immediately.
6323 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
6324 (gdb_init): Call gdb_stop_suppressing_tests.
6325 (default_gdb_exit): Ditto.
6326 (default_gdb_start): Ditto.
6327
6328 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
6329 gdb_stop_suppressing_tests as appropriate.
6330 * gdb.base/break.exp: Ditto.
6331 * gdb.base/callfuncs.exp: Ditto.
6332 * gdb.base/commands.exp: Ditto.
6333 * gdb.base/exprs.exp: Ditto.
6334 * gdb.base/funcargs.exp: Ditto.
6335 * gdb.base/list.exp: Ditto.
6336 * gdb.base/recurse.exp: Ditto.
6337 * gdb.base/scope.exp: Ditto.
6338 * gdb.base/structs.exp: Ditto.
6339 * gdb.c++/inherit.exp: Ditto.
6340
6341 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
6342
6343 * config/vr4300.exp: New file.
6344
6345 * gdb.*/*.exp: Call gdb_expect instead of expect.
6346
6347 * lib/gdb.exp(gdb_expect): New function.
6348
6349 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
6350
6351 * lib/gdb.exp(gdb_init): New function.
6352
6353 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
6354 for each individual variable set.
6355
6356 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
6357 name.
6358
6359 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
6360
6361 * gdb.base/scope.exp: Use gdb_test.
6362
6363 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
6364 aborting; the testsuite driver will do that for us (see
6365 gdb_finish). Also, use gdb_test in a few more places.
6366
6367 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
6368
6369 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
6370
6371 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
6372
6373 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
6374 and "add_tests" are not at the same address.
6375
6376 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
6377
6378 * gdb.base/ptype.exp: Use gdb_test.
6379
6380 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
6381
6382 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
6383 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
6384 left in. No longer expect them to fail.
6385
6386 * gdb.stabs/*.mt; Deleted, no longer used.
6387 * gdb.stabs/configure.in: Remove references to target makefile
6388 frags.
6389 * gdb.stabs/configure: Rebuilt.
6390
6391 * gdb.disasm/*.mt: Deleted, no longer used.
6392 * gdb.disasm/configure.in: Remove references to target makefile
6393 frags. Use "sh3.s" as the unique filename for this directory.
6394 * gdb.disasm/configure: Rebuilt.
6395
6396 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
6397 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
6398 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
6399
6400 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
6401
6402 * config/udi.exp: Use mondfe,name instead of remote_host.
6403
6404 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
6405
6406 * gdb.base/watchpoint.exp: Don't expect a failure when calling
6407 a function with a watchpoint enabled on the mn10200.
6408
6409 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
6410 before trying to create it!
6411
6412 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
6413
6414 * config/vx.exp: Use hostname instead of netport.
6415
6416 * config/vxworks.exp: New file.
6417
6418 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
6419
6420 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
6421 gdb before assuming everything worked. Send a ^C if a timeout
6422 occurs.
6423
6424 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
6425 $gdb_spawn_id directly.
6426 (gdb_run_cmd): Try _start as well as start. Use the target feature
6427 gdb,start_symbol as the symbol to start from when jumping.
6428
6429 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
6430
6431 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
6432 redundant) test.
6433
6434 * gdb.base/recurse.exp: Relax final value test for 'b' so that
6435 it doesn't lose for 16bit integer systems.
6436
6437 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
6438
6439 * gdb.fortran/types.exp: If the target doesn't support "double"
6440 data types, then expect "real" types to only be 4 bytes.
6441
6442 * gdb.c++/virtfunc.exp: Expect failure for virtual function
6443 call tests if the target doesn't support inferior function calls.
6444
6445 * gdb.base/printcmds.exp: Allow minor deviation in FP values
6446 in printf tests.
6447
6448 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
6449
6450 * gdb.base/help.exp: Disable "help set", "help show", and
6451 "help support". Simplify regexp for "help stack".
6452
6453 * gdb.base/default.exp: Set match_max to 5000 and the timeout
6454 to 60 seconds. Temporarily set match_max to 15000 around the
6455 "info copying" test.
6456
6457 * gdb.base/nodebug.exp: Don't try to do an inferior function
6458 call if the target doesn't support them.
6459 * gdb.base/printcmds.exp: Likewise.
6460 * gdb.base/setvar.exp: Likewise.
6461 * gdb.base/structs.exp: Likewise.
6462 * gdb.c++/templates.exp: Likewise.
6463 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
6464
6465 * gdb.base/recurse.exp: Enable for the mn10200.
6466
6467 * configure.in: Do configure gdb.stabs directory for *-*-elf
6468 targets.
6469 * configure: Rebuilt.
6470
6471 * gdb.base/break.exp: Check for gdb,noresults before testing
6472 exit status and/or results from the target.
6473 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
6474 * lib/gdb.exp: Remove old (now bogus) initialization of
6475 noinferior, noargs, noresults and nosignals.
6476
6477 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
6478
6479 * config/sh.exp: New file.
6480
6481 * config/slite.exp: Try to connect multiple times to the board
6482 before rebooting. Only send a "monitor run" if need_monitor_run
6483 is set.
6484
6485 * gdb.base/break.exp: Don't do the "stub continue" test if
6486 the target has gdb_stub set.
6487
6488 * gdb.base/callfuncs.exp: Increase the timeout.
6489
6490 * gdb.base/interrupt.exp: Don't even try to compile the testcase
6491 if the target has gdb,noinferiorio set.
6492
6493 * gdb.base/list.exp: Increase match_max to 10000 characters.
6494
6495 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
6496
6497 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
6498 target.
6499
6500 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
6501
6502 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
6503
6504 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
6505 trying to delete the copy of gdb. Catch the file delete so we
6506 don't die if the delete fails; also, the file should be copied to
6507 the host, not to the build.
6508
6509 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
6510
6511 * lib/gdb.exp(gdb_test): Surround the result pattern with
6512 parenthesis in case it contains multiple regexps separated
6513 with |.
6514
6515 * gdb.base/watchpoint.exp: Use gdb_test.
6516 * gdb.base/default.exp: Ditto.
6517
6518 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
6519
6520 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
6521
6522 * gdb.base/scope.exp: Use gdb_test.
6523 * gdb.c++/classes.exp: Ditto.
6524 * gdb.c++/inherit.exp: Ditto.
6525
6526 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
6527
6528 * gdb.base/crossload.exp: Don't use execute_anywhere, use
6529 remote_exec instead.
6530 * gdb.base/corefile.exp: Don't be ridiculous.
6531 * gdb.base/*.c: Add missing stub invocations.
6532
6533 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
6534
6535 * config/slite.exp: Miscellaneous fixes.
6536
6537 * lib/gdb.exp: Fix runto.
6538
6539 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
6540 the target.
6541
6542 * gdb.base/watchpoint.exp: Fix regexp.
6543
6544 * lib/gdb.exp(default_gdb_exit): Add a catch to the
6545 close and wait commands, as the descriptor may now be
6546 invalid. Always call "remote_close host".
6547
6548 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
6549
6550 Major rewrite for testsuite revision.
6551
6552 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
6553 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
6554 instead of relying on spawn_id to always contain a valid
6555 spawn id.
6556 (get_compiler_info): New procedure to build the ${binfile}.ci
6557 file, instead of replicating this in N different places.
6558 (gdb_compile): New procedure.
6559
6560 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
6561 appropriate arguments) instead of compile. Use gdb_test in a lot
6562 more places. Use send_gdb instead of send. Always run gdb_start
6563 at the start of a testcase, as this is no longer done magically.
6564
6565 config/*-gdb.exp: Rename without the -gdb suffix.
6566
6567 config/mips.exp: Use remote_close instead of exit_remote_shell.
6568 config/monitor.exp: Use target_info instead of looking at
6569 baud, timeout, etc.
6570 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
6571
6572 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6573
6574 * gdb.c++/templates.exp (test_ptype_of_templates),
6575 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
6576 Update expect patterns for destructors and assignment operators
6577 to match corresponding c-typeprint.c changes.
6578 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
6579 to destructor breakpoint test, GDB should be able to set the
6580 destructor breakpoint without specifying arguments.
6581
6582 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
6583
6584 * gdb.threads/pthreads.exp: Change result for failure to compile due
6585 to lack of pthreads runtime support from an error to simply an
6586 unsupported test, per dejagnu standards.
6587
6588 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6589
6590 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
6591 where GDB exits to reduce pattern match time.
6592 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
6593
6594 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
6595
6596 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
6597
6598 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
6599 * gdb.base/default.exp: ditto.
6600 * gdb.base/nodebug.exp: ditto.
6601 * gdb.base/printcmds.exp: ditto.
6602 * gdb.base/ptype.exp: ditto.
6603 * gdb.base/setvar.exp: ditto.
6604 * gdb.base/structs.exp: ditto.
6605 * gdb.base/setshow.c: Guard against uninitialized values of argc.
6606
6607 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
6608
6609 * configure, */configure: Rebuild with autoconf 2.12.
6610
6611 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
6612
6613 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
6614 use new i*86-pc-linux*-gnu quads.
6615 * gdb.base/corefile.exp: Ditto.
6616 * gdb.base/signals.exp: Ditto.
6617 * gdb.base/sigall.exp: Ditto.
6618 * gdb.base/interrupt.exp: Ditto.
6619
6620 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
6621 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
6622 RedHat 4.0.
6623
6624 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
6625 linux. This allows the test case to at least compile on latest
6626 linux, but still not run due to missing the threads runtime library.
6627
6628 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6629
6630 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
6631 directory to search gdb directory. Accept and step over conditional
6632 stack alignment code. Consume $prompt in failure cases.
6633 Reset timeout to $oldtimeout instead of some arbitrary value.
6634 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
6635 timeout problems with infinite stack backtraces.
6636 * gdb.base/ptype.exp (ptype struct link, union tu_link):
6637 Accept function parameters for linkfunc member.
6638
6639 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
6640
6641 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
6642 (CXXFLAGS): Remove, unreferenced.
6643 (B_OPTIONS): Add for -B options and add code to initialize with
6644 previous -B options and also add -B option to pick up cross compiled
6645 runtime.
6646 (TARGET_INCLUDES): Add for -I options and add code to initialize when
6647 doing cross compiles.
6648 (target_alias): Declare global.
6649 (xgcc): Set variable to full path of gcc in build tree. Use findfile
6650 to verify that gcc exists in build tree, and if so set CC to that
6651 gcc and to use B_OPTIONS and TARGET_INCLUDES.
6652
6653 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
6654
6655 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
6656 ptype test for anonymous union. Fixup testcase to match
6657 current gcc debug output.
6658
6659 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
6660
6661 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
6662 force argument to an unsigned long type.
6663
6664 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
6665
6666 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
6667 tests and anonymous union print/ptype tests.
6668 * gdb.base/list.exp (test_forward-search): Increase timeout by
6669 5 minutes for the "search extremely long line" case.
6670 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
6671 completely optional and that the pass/fail messages use the command as
6672 the message if that third arg is a null string.
6673 (gdb_test_exact): Arrange that a null string pattern means match a
6674 null string output rather than any output, which might include random
6675 errors.
6676 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
6677 backtrace test.
6678 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
6679 always failing and failure is now exposed by gdb.exp changes.
6680
6681 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
6682
6683 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
6684 weren't being noted.
6685
6686 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6687
6688 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
6689 * gdb.stabs/weird.exp: Remove v_comb xfails.
6690
6691 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
6692
6693 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
6694 list.exp scope.exp watchpoint.exp]
6695 Make all timeout error msgs explicitly say "(timeout)".
6696
6697 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
6698
6699 * config/monitor.exp: Increase download timeout to 1000 seconds.
6700
6701 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
6702
6703 * config/m32r.exp: Increase timeout to 120 seconds.
6704
6705 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
6706
6707 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
6708 and accept older ordering as obsolescent gcc or gdb.
6709 * gdb.c++/templates.exp: Ditto.
6710 * gdb.c++/virtfunc.exp: Ditto.
6711
6712 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
6713
6714 * gdb.base/coremaker.c: Add code to mmap some data so we
6715 can check that it ends up in the core file.
6716 * gdb.base/corefile.exp: Add test to read mmapped data
6717 from core file.
6718
6719 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
6720
6721 * config/m32r.exp: New file.
6722
6723 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
6724
6725 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
6726 that cflags can contains -gstabs, and work correctly for other tests.
6727
6728 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
6729
6730 * gdb.base/setshow.exp: New file, tests show and set.
6731 * gdb.base/setshow.c: New file, tests show and set.
6732 * gdb.base/help.exp: Add test for help set|show annotate.
6733 * gdb.base/default.exp: Add test for set|show annotate.
6734
6735 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
6736
6737 * testsuite/gdb.base/break.exp: Make backtrace from factorial
6738 errors unique.
6739 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
6740 explicitly.
6741
6742 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
6743
6744 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
6745 and width commands. This is done elsewhere.
6746 * (gdb_start): Don't call gdb_start_sim here. That's already
6747 done in gdb_load. This fixes lots of failures in default.exp.
6748
6749 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
6750
6751 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6752 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
6753 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
6754 in the same we we treat other failures (since it may be an expected
6755 condition), rather than as an error.
6756 * gdb.base/signals.exp (test_handle_all_print): Revert back to
6757 old test format.
6758
6759 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
6760
6761 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
6762 (distclean maintainer-clean realclean): No need to remove files
6763 twice. Nuke the duplicates.
6764 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
6765 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
6766 Remove config.h along with other config files.
6767
6768 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
6769
6770 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
6771 "p func1 ()" and note that rests of tests are skipped.
6772 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
6773 setup_xfails for "print func2::coremaker_local".
6774 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
6775 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
6776 affected by the previous run test.
6777 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
6778 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
6779 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
6780 "pass int powerset tuple" and "pass modeless int powerset tuple".
6781 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
6782 "real write 4" and "real write 8".
6783 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
6784 setup_xfails for "print vs1 after tuple assign 2",
6785 "print \$i after tuple assign 2", and
6786 "print vs2 after tuple assign 2".
6787 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
6788 meaningful error message and return -1 so the caller can
6789 suppress further tests and avoid a cascade of errors.
6790
6791 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
6792
6793 * gdb.base/a1-selftest.exp: Tweak tests to account for new
6794 format for printing version.
6795 * gdb.base/default.exp: Ditto.
6796 * gdb.base/interrupt.exp: Fix problem with cascade of
6797 errors if child process dies while calling a function.
6798
6799 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
6800
6801 * Makefile.in (VPATH): Add
6802 * Makefile.in (Makefile, config.status): Fix rules so things get
6803 remade when necessary.
6804
6805 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
6806
6807 * Makefile.in (just-check): Add path to sibling expect dir
6808 to environment variable specified by RPATH_ENVVAR.
6809
6810 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
6811
6812 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
6813 (just-check): Add shared library paths for libstdc++, tk,
6814 tcl, bfd, and opcodes to the environment variable specified
6815 in RPATH_ENVVAR.
6816 * configure.in: Add support to recognize --enable-shared flag
6817 and generate correct value for RPATH_ENVVAR.
6818 * configure: Regenerated with autoconf.
6819
6820 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
6821
6822 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
6823 include all osf versions.
6824 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
6825 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
6826 when target is linux. When failing to build pthreads test
6827 executable, give more meaningful message.
6828 * gdb.threads/pthreads.c: Hpux also uses old definition of second
6829 arg for pthread_create.
6830
6831 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
6832
6833 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
6834 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
6835 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
6836 and -lpthreads (everybody else).
6837 (test_startup): Fail gracefully if threads are not supported.
6838 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
6839 "p/c array_index("abcdef",2)" when not gcc compiled.
6840 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
6841 "print func2::coremaker_local" when not gcc compiled.
6842 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
6843 "ptype on opaque struct tagname (statically)",
6844 "ptype on opaque struct tagname (dynamically) 1", and
6845 "ptype on opaque struct tagname (dynamically) 2"
6846 for not compiled with gcc.
6847 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
6848 backtrace when compiled with gcc.
6849 * lib/gdb.exp (runto_main): Return result of "runto main" rather
6850 than always return success.
6851
6852 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
6853
6854 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
6855
6856 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
6857
6858 * gdb.base/structs.exp: Undo last change.
6859
6860 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
6861
6862 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
6863 encapsulate all the steps/nexts done during self test, starting
6864 at main, and makes them less sensitive to optimization issues.
6865 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
6866 signal handler" test.
6867 * gdb.threads/pthreads.exp: Only run this for native configs.
6868 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
6869 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
6870 tests.
6871 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
6872 for "runto test_calls(void)" test.
6873
6874 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
6875
6876 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
6877 and don't expect address info in breakpoint confirmations.
6878
6879 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
6880
6881 * gdb.base/list.exp (test_forward_search): Increase timeout
6882 temporarily by 60 seconds for searching extremely long line,
6883 and then reset to old value when done. Increase expect input
6884 buffer to 10000.
6885
6886 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
6887
6888 * gdb.base/list.exp (test_forward_search): Fix to handle very
6889 long source line without overflowing expect's input buffer.
6890
6891 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
6892
6893 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
6894 "buffer_full".
6895
6896 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
6897 "buffer_full".
6898
6899 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
6900 "buffer_full".
6901
6902 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
6903 "buffer_full".
6904
6905 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
6906
6907 * configure.in (configdirs): Add gdb.threads.
6908 * configure: Regenerated with autoconf.
6909 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
6910 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
6911 * gdb.threads/configure: New, generated with autoconf.
6912
6913 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
6914
6915 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
6916
6917 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
6918
6919 * gdb.base/signals.exp (test_handle_all_print): Test separately for
6920 each signal's status in the output of "handle all print".
6921 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
6922 the \r\n sequence that immediately precedes the gdb prompt.
6923 * gdb.base/a1-selftest.exp: Save original timeout and restore
6924 after test.
6925
6926 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
6927
6928 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
6929 symbol.
6930
6931 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
6932
6933 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
6934
6935 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
6936
6937 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
6938 timeout by 60 seconds.
6939
6940 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
6941
6942 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
6943 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
6944 error return.
6945
6946 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
6947
6948 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
6949 gdb initialization, also report how long dejagnu waited. Restore
6950 old timeout before doing error return. Temporarily increase timeout
6951 by 3 minutes to allow for slow startups over heavy NFS use.
6952
6953 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
6954
6955 * lib/gdb.exp: Report timeout value for verbosity level 2.
6956 * config/gdbserver.exp: Ditto.
6957 * config/hppro.exp: Ditto.
6958 * config/mips-gdb.exp: Ditto.
6959 * config/monitor.exp: Ditto.
6960 * config/netware.exp: Ditto.
6961 * config/sim-gdb.exp: Ditto.
6962 * config/slite-gdb.exp: Ditto.
6963 * config/udi-gdb.exp: Ditto.
6964 * config/unix-gdb.exp: Ditto.
6965 * config/vx-gdb.exp: Ditto.
6966 * gdb.base/a1-selftest.exp: Ditto.
6967 * gdb.base/a2-run.exp: Ditto.
6968 * gdb.base/break.exp: Ditto.
6969 * gdb.base/corefile.exp: Ditto.
6970 * gdb.base/list.exp: Ditto.
6971 * gdb.base/recurse.exp: Ditto.
6972 * gdb.base/scope.exp: Ditto.
6973 * gdb.base/signals.exp: Ditto.
6974
6975 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6976
6977 * gdb.threads/Makefile.in (docdir): Removed.
6978
6979 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6980
6981 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
6982 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
6983 @srcdir@.
6984 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
6985 autoconf 2.5 or higher.
6986 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
6987
6988 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
6989
6990 * configure: Regenerated.
6991 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
6992 avoid name clashes with SunOS headers.
6993
6994 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
6995
6996 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
6997
6998 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
6999
7000 * gdb.base/callfuncs.exp: Finish last change -- make sure the
7001 prototype information ends up in the compiler info file.
7002
7003 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
7004
7005 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
7006 attempting to regenerate it. Eliminate use of a temporary file
7007 and just generate the info file directly. Source it immediately,
7008 for consistency of use.
7009 * gdb.base/corefile.exp: Ditto
7010 * gdb.base/exprs.exp: Ditto.
7011 * gdb.base/funcargs.exp: Ditto.
7012 * gdb.base/langs.exp: Ditto.
7013 * gdb.base/list.exp: Ditto.
7014 * gdb.base/mips_pro.exp: Ditto.
7015 * gdb.base/nodebug.exp: Ditto.
7016 * gdb.base/opaque.exp: Ditto.
7017 * gdb.base/ptype.exp: Ditto.
7018 * gdb.base/scope.exp: Ditto.
7019 * gdb.base/setvar.exp: Ditto.
7020 * gdb.base/signals.exp: Ditto.
7021 * gdb.base/whatis.exp: Ditto.
7022 * gdb.c++/templates.exp: Ditto.
7023 * gdb.c++/virtfunc.exp: Ditto.
7024 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
7025 whether or not to add -lstdc++ to the compile command line args.
7026
7027 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7028
7029 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
7030 it got fixed by the recent lookup_minimal_symbol_by_pc change.
7031 Increase timeout, a lot of single stepping might be needed if the
7032 target has no hardware watchpoints.
7033
7034 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
7035
7036 * gdb.base/break.exp: Ignore compiler warnings when compiling
7037 break.c.
7038 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
7039 * gdb.base/default.exp: Add h8300 xfails. Handle messages
7040 from remote-sim.
7041 * gdb.base/exprs.exp: Add h8300 xfails.
7042 * gdb.base/funcargs.exp: Likewise.
7043 * gdb.base/nodebug.exp: Likewise.
7044 * gdb.base/printcmds.exp: Likewise.
7045 * gdb.base/ptype.exp: Likewise.
7046 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
7047 h8300 xfails.
7048 * gdb.base/return.exp: Handle float/double precision problems
7049 on the h8300.
7050 * gdb.base/funcargs.c: Explicitly make last constant argument to
7051 call_after_alloca_subr an unsigned long type.
7052 * gdb.base/return.c: Include stdio.h.
7053
7054 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
7055
7056 * config/abug.exp: New file for the older Motorola Bug monitor
7057 that runs on the mvme13x series VME boards.
7058 * config/monitor.exp: Use the new config array for target settings
7059 if they exist.
7060
7061 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
7062
7063 * sim-gdb.exp: Make the SH simulator allocate less space when
7064 it is targeted.
7065
7066 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
7067
7068 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
7069 test.
7070
7071 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
7072
7073 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
7074 "rs6000-*-*" for "list function in include file" when gcc compiled.
7075 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
7076 for "p ctable1[120]".
7077 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
7078 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
7079 Remove setup_xfail for "rs6000-*-*" for
7080 "print 'scope0.c'::filelocal before run".
7081 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
7082 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
7083 since some compilers don't allow both options to be given
7084 on the same command line. Create object file and move it.
7085
7086 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
7087
7088 * gdb.base/corefile.exp: Always regenerate the core file, since
7089 we always regenerate the coremaker program. Detect special case
7090 where registers cannot be read from core file.
7091
7092 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
7093
7094 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7095 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
7096 * gdb.c++/templates.exp: Only match on basename of file since
7097 some formats like xcoff don't encode directory information.
7098 * gdb.stabs/weird.exp: Use the right sed script for powerpc
7099 and rs6000 AIX xcoff targets.
7100 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
7101 * configure: Regenerate.
7102 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
7103 here, rather than in distclean.
7104
7105 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
7106
7107 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
7108 defined, and use it to compile the test case with -O2. The
7109 native compilation still uses no optimization.
7110 * gdb.base/mips_pro.c: Remove inline assembly code since
7111 it is compiled PIC by default, which results in assembler
7112 warnings that make the testsuite think the compilation
7113 was unsuccessful.
7114
7115 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
7116
7117 * gdb.c++/misc.exp: Add note to message for
7118 "print s.a for foo struct" that this is a known gcc 2.7.2
7119 and earlier bug.
7120
7121 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
7122
7123 * gdb.base/break.exp: Fix pattern for matching "Delete all
7124 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
7125 setup_xfail for deleting all breakpoints test. Fix various
7126 timeout messages to include "(timeout)".
7127 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
7128 for "p t_float_values2(3.14159,float_val2)".
7129 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
7130 for "continue to call2g" when gcc compiled.
7131 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
7132 "up to foo in langs.exp", "show language at foo in langs.exp",
7133 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
7134 and "show language at fsub in langs.exp".
7135 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
7136 "list line 1 in include file", "list message for lines past EOF",
7137 "list function in include file", "list list0.h:foo", and
7138 "list filename:function; nonexistant function".
7139 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
7140 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
7141 and "ptype t_char_array" to be for native cc only.
7142
7143 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
7144
7145 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
7146 setup_xfail for "print coremaker_bss", "print coremaker_ro",
7147 "print func2::coremaker_local", and "backtrace in corefile.exp".
7148
7149 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
7150
7151 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
7152 "bt in signals.exp". This problem only appears when running
7153 the testsuite, and then only intermittently.
7154
7155 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
7156
7157 * gdb.base/return.exp (return_tests): Differentiate between
7158 two tests of continuing.
7159
7160 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
7161
7162 * */Makefile.in (maintainer-clean): Remove config.log.
7163 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
7164 * gdb.c++/Makefile.in (PROGS): Add inherit.
7165 (clean): Remove *.ci.
7166
7167 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
7168
7169 * gdb.c++/misc.cc: Add test code from Mike Stump.
7170 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
7171
7172 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
7173
7174 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
7175 to "alpha-*-osf2*" and add comment.
7176 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
7177 setup_xfail for "step over execarg initialization" and
7178 "step over corearg initialization".
7179 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
7180 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
7181 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
7182 gcc compiled for "print coremaker_bss", "print coremaker_ro",
7183 "print func2::coremaker_local", and "backtrace in corefile.exp".
7184 * gdb.base/signals.exp: Build and source signals.ci.
7185 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
7186 to be for gcc only.
7187 * lib/gdb.exp: Move verbose statements outside conditionals.
7188
7189 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7190
7191 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
7192 Feb 3 procfs.c change.
7193
7194 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
7195
7196 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
7197
7198 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
7199
7200 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
7201 from dejagnu's apparent default of 10 seconds, which gives random
7202 results when running the tests over NFS on moderately loaded systems.
7203 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
7204
7205 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
7206
7207 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
7208 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
7209 result reports.
7210
7211 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
7212
7213 * configure.in (CY_AC_PATH_TCLH): Remove.
7214 * configure: Regenerate.
7215
7216 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
7217
7218 * gdb.c++/Makefile.in (clean): Add missing '{'.
7219
7220 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
7221
7222 * lib/gdb.exp: Provide a default value for noinferior.
7223
7224 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
7225 Load libgloss.exp.
7226
7227 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
7228
7229 * gdb.disasm/hppa.exp: Compile directly into an executable, use
7230 the executable, not the .o to run the tests from.
7231
7232 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
7233
7234 * gdb.base/break.exp: Don't test for program exit or exit status
7235 if $noresults if nonzero.
7236 * gdb.base/langs.exp: Likewise.
7237 * gdb.base/watchpoint.exp: Likewise.
7238
7239 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
7240 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
7241 trying to compile the testcase.
7242
7243 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
7244
7245 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
7246 * gdb.base/signals.exp (continue to handler): Likewise.
7247
7248 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
7249
7250 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
7251
7252 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
7253
7254 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
7255
7256 * gdb.base/corefile.exp: Recognize "not found" as failure
7257 when trying to determine if a core file was generated.
7258 If no core file was generate the first time, try again without
7259 the ulimit -c to work around braindamaged shells.
7260
7261 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
7262
7263 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
7264 [] tests with "test" and enclose string in quotes.
7265 * gdb.stabs/configure: Rebuild
7266
7267 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
7268
7269 Changes in sync with expect:
7270 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
7271 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
7272 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
7273 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
7274 argument to AC_REQUIRE.
7275 * configure: Regenerated.
7276
7277 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
7278
7279 * gdb.base/corefile.exp: When generating a core, discard any
7280 error messages about ulimit not found and the "core dumped"
7281 message from the shell that runs the coredumper.
7282
7283 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
7284
7285 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
7286
7287 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
7288 which sed script to run. Expect failure for v_comb test
7289 on PA targets too.
7290
7291 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
7292
7293 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
7294 "print func2::coremaker_local" and for "backtrace in corefile.exp"
7295
7296 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
7297
7298 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
7299 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
7300 "sparc-sun-solaris*" xfails for "p v_comb".
7301 * lib/gdb.exp (default_gdb_start): Fix typo.
7302 * gdb.base/corefile.exp: Allow "Core was generated by ..."
7303 messages to not include the full program name that caused
7304 the core dump since some systems (such as solaris) apparently
7305 truncate this path to about 80 characters.
7306 When generating a core file first try increasing the core file
7307 size limit to unlimited since some systems may default it to
7308 zero, and it is harmless to try it. Move the test for failing
7309 to generate a core file to where it will actually get executed.
7310 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
7311 new gdb result from g++ debug info improvements and make old
7312 pattern obsolescent. Also account for size_t differences
7313 (may be int or long).
7314 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
7315 initialization before function call is placed in the delay slot
7316 and thus appears to be skipped over by commands such as "next".
7317
7318 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
7319
7320 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
7321
7322 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
7323
7324 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
7325 input source file; fix code to compile test to deal with this
7326 convention.
7327 * gdb.c++/*.exp: Likewise.
7328
7329 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
7330
7331 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
7332 "bt in signals.exp".
7333
7334 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
7335
7336 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
7337 "step over execarg initialization" and
7338 "step over corearg initialization".
7339
7340 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
7341
7342 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
7343 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
7344
7345 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
7346
7347 From Rob Savoye (rob@poseidon.cygnus.com)
7348 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
7349 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
7350 configure.in}, gdb.disasm/{Makefile.in, configure.in},
7351 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
7352 configure.in}: Major reworking for autoconfig.
7353 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
7354 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
7355 New files.
7356 * config/unix-gdb.exp: Make GDB global.
7357 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
7358 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
7359 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
7360 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
7361 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
7362 term.exp, twice.exp, watchpoint.exp, whatis.exp},
7363 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
7364 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
7365 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
7366 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
7367 pr-8136.exp, result.exp, string.exp, tuples.exp},
7368 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
7369 to returns as necessary, arrange for test to compile own testcase
7370 executable.
7371 * lib/gdb.exp: Changes for testsuite to compile own test cases.
7372
7373 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
7374
7375 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
7376 clear_xfail at end of test which might not call either pass or fail.
7377 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
7378 "backtrace through signal handler".
7379
7380 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7381
7382 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
7383 continuing from a job control stop signal.
7384 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
7385
7386 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
7387
7388 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
7389 * gdb.base/corefile.exp: Likewise.
7390 * gdb.base/funcargs.exp: Likewise.
7391
7392 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
7393
7394 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
7395 * config/monitor.exp: Add support for setting baud rate.
7396
7397 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
7398
7399 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
7400 i*86-*-linux* xfails for "backtrace through signal handler".
7401 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
7402 "print func2::coremaker_local".
7403 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
7404 alpha-dec-osf2* xfail for
7405 "delete all breakpoints when none".
7406
7407 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
7408
7409 * gdb.base/break.exp: Change test that deletes all breakpoints
7410 when no user breakpoints are installed. A post 4.15 change
7411 causes gdb to no longer prompt in this case.
7412
7413 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
7414
7415 * gdb.base/return.exp (return_tests): Change xfail for test
7416 "correct value returned double test" to stop xfailing at
7417 Solaris 2.5. Apparently the bug has been fixed.
7418
7419 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
7420
7421 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
7422 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
7423
7424 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
7425
7426 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
7427 * gdb.disasm/hppa.s: Corresponding changes.
7428
7429 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
7430
7431 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
7432 makefile fragment.
7433 * config/mt-hpux: Deleted.
7434
7435 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
7436
7437 * Many files: When warning about suppressed tests due to a
7438 nonexistant test binary, avoid incrementing the warning count.
7439
7440 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
7441
7442 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
7443
7444 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7445
7446 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
7447 "sparc-*-solaris2*".
7448
7449 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7450
7451 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
7452 Add global and local variables and initialize them.
7453 * gdb.base/corefile.exp: Test correct mapping of corefile sections
7454 by printing variables. Remove rs6000 and powerpc xfails, BFD now
7455 extracts the file name and terminating signal from the core file.
7456 * TODO: Remove note about tests for correct mapping of corefile.
7457 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
7458 from optimizing it away.
7459 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
7460 handles common blocks.
7461
7462 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
7463
7464 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
7465 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
7466
7467 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
7468
7469 * Makefile.in (maintainer-clean): New target, synonym for
7470 realclean.
7471 * gdb.base/Makefile.in (maintainer-clean): Likewise.
7472 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
7473 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
7474 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
7475 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
7476 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
7477
7478 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
7479
7480 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
7481 xfails when not gcc compiled for "print foo::funclocal".
7482 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
7483 "print foo::funclocal at foo",
7484 "print 'scope1.c'::foo::funclocal at foo",
7485 "print foo::funclocal_bss at foo",
7486 "print 'scope1.c'::foo::funclocal_bss at foo",
7487 "print foo::funclocal_ro at foo",
7488 "print 'scope1.c'::foo::funclocal_ro at foo",
7489 "print bar::funclocal at foo" and
7490 "print 'scope1.c'::bar::funclocal at foo".
7491 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
7492 gcc compiled for "print foo::funclocal at bar".
7493 Expand all messages to ensure that they identify that
7494 the test is at bar().
7495 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
7496 gcc compiled for:
7497 "ptype on opaque struct pointer (statically)",
7498 "ptype on opaque struct tagname (statically)",
7499 "ptype on opaque struct pointer (dynamically) 1",
7500 "ptype on opaque struct tagname (dynamically) 1",
7501 "ptype on opaque struct pointer (dynamically) 2" and
7502 "ptype on opaque struct tagname (dynamically) 2
7503 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
7504 gcc compiled for:
7505 "p datalocal"
7506 "whatis datalocal",
7507 "ptype datalocal",
7508 "p bsslocal",
7509 "whatis bsslocal", and
7510 "ptype bsslocal".
7511 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
7512 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
7513 when not gcc compiled.
7514 * gdb.base/funcargs.exp (float_and_integral_args): Add
7515 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
7516 compiled.
7517 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
7518 "backtrace from call6a" when not gcc compiled.
7519 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
7520 "backtrace from call7a" when not gcc compiled.
7521 * gdb.base/callfuncs.exp (do_function_calls):
7522 Add "hppa*-*-hpux*" xfail when not gcc compiled for
7523 "p t_char_array_values(char_array_val2,char_array_val1)",
7524 "p t_char_array_values(char_array_val1,char_array_val2)",
7525 "p t_char_array_values("carray 1","carray 2")",
7526 "p t_char_array_values("carray 1",char_array_val2)",
7527 "p t_char_array_values(char_array_val1,"carray 2")",
7528 "p sum_args(1,{2})",
7529 "p sum_args(2,{2,3})",
7530 "p sum_args(3,{2,3,4})",
7531 "p sum_args(4,{2,3,4,5})"
7532 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
7533 "backtrace in corefile.exp" when not gcc compiled.
7534
7535 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7536
7537 * gdb.base/signals.exp: Rewrite `handle all print' test as
7538 a procedure. Accept blanks or TABs as whitespace, increase
7539 timeout and expect input buffer size for the large output
7540 from the command. Remove "i*86-*-bsdi2.0" xfail.
7541
7542 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7543
7544 * gdb.base/setvar.exp: Add new testcases for truncation when
7545 assigning invalid values to bitfields.
7546
7547 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
7548
7549 * gdb.base/callfuncs.exp (do_function_calls): Remove
7550 mips-sgi-irix* xfail for
7551 "call inferior func with struct - returns char *"
7552 and fix test so that an optional (unsigned char *) cast is
7553 accepted in the result.
7554
7555 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
7556
7557 * gdb.base/funcargs.exp (float_and_integral_args): Remove
7558 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
7559 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
7560 * gdb.base/signals.exp: Remove duplicate "handle all print" test
7561 that accidentally got checked in.
7562
7563 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
7564
7565 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
7566 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
7567 compiled test.
7568 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
7569 Add mips-sgi-irix5* xfail for not gcc compiled.
7570 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
7571 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
7572 "p top", "whatis top", "p middle", and "whatis middle".
7573 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
7574 "whatis signed char" for not gcc compiled.
7575 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
7576 "set variable signed char=-1 (-1)" and
7577 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
7578 * gdb.base/funcargs.exp (float_and_integral_args):
7579 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
7580 Add mips-sgi-irix* xfail when not gcc compiled for
7581 "continue to call2b".
7582 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
7583 "continue to call2g".
7584 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
7585 "backtrace from call6a"
7586 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
7587 "backtrace from call7k".
7588 Add mips-sgi-irix5* xfail when not gcc compiled for
7589 "backtrace from call7a".
7590 (localvars_after_alloca): Fix gdb_test cmds for
7591 "print * after runto ...".
7592 Remove rs6000-*-* xfails for
7593 "print i after runto localvars_after_alloca" and
7594 "print l after runto localvars_after_alloca"
7595 for all compilers.
7596 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
7597 when not compiled with gcc, for:
7598 "print signed char == (minus)",
7599 "print signed char != (minus)",
7600 "print signed char < (minus)",
7601 "print signed char > (minus)".
7602 * gdb.base/callfuncs.exp (do_function_calls):
7603 Add mips-sgi-irix* xfail, when compiled with native compiler, for
7604 "call inferior func with struct - returns char *".
7605 * gdb.base/return.exp (return_tests): Change xfail for
7606 "correct value returned double test" to include Solaris 2.4.
7607 * gdb.base/funcargs.exp (float_and_integral_args):
7608 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
7609
7610 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7611
7612 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
7613 enumeration bitfields if compiling with GNU C.
7614 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
7615 to empty' prompt.
7616
7617 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
7618
7619 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
7620 test for PRO targets.
7621
7622 * gdb.base/funcargs.exp: Avoid ever setting more than 8
7623 breakpoints in the inferior at any given time by making
7624 two groups of breakpoints for call2*, call6* and call7*
7625 tests.
7626
7627 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7628
7629 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
7630 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
7631 from optimizing it away.
7632 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
7633 "call inferior func with struct".
7634
7635 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
7636
7637 * configure.in: Only configure gdb.chill for particular targets.
7638
7639 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
7640
7641 * gdb.base/Makefile.in: Add action to .c.o transformation
7642 rule that generates a .ci file for each .o file and remove
7643 explicit .c.o rules except for callfuncs.o.
7644 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
7645 generates a .ci file for each .o file and remove explicit
7646 .cc.o rules.
7647 (clean): Remove *.tmp *.ci files.
7648 (EXECUTABLES): Remove templ-info.exp.
7649 * gdb.base/compiler.c: New file.
7650 * gdb.c++/compiler.cc: New file
7651 * gdb.base/scope.exp: Source gdb.base/scope.ci.
7652 Change rs6000-*-* xfail for
7653 "print 'scope0.c'::filelocal_ro" and
7654 "print 'scope1.c'::filelocal" and
7655 "print 'scope1.c'::filelocal_bss" and
7656 "print 'scope1.c'::filelocal_ro" and
7657 "print 'scope1.c'::foo::funclocal" and
7658 "print 'scope1.c'::foo::funclocal_ro" and
7659 "print 'scope1.c'::bar::funclocal" and
7660 "print 'scope0.c'::filelocal_ro" and
7661 "print 'scope1.c'::filelocal at foo" and
7662 "print 'scope1.c'::filelocal_bss at foo" and
7663 "print 'scope1.c'::filelocal_ro at foo" and
7664 "print 'scope1.c'::foo::funclocal at foo" and
7665 "print 'scope1.c'::foo::funclocal_bss at foo" and
7666 "print 'scope1.c'::foo::funclocal_ro at foo" and
7667 "print 'scope1.c'::bar::funclocal at foo" and
7668 "print 'scope0.c'::filelocal_ro" and
7669 "print 'scope1.c'::filelocal" and
7670 "print 'scope1.c'::filelocal_bss" and
7671 "print 'scope1.c'::filelocal_ro" and
7672 "print 'scope1.c'::foo::funclocal" and
7673 "print 'scope1.c'::foo::funclocal_bss" and
7674 "print 'scope1.c'::foo::funclocal_ro" and
7675 "print 'scope1.c'::bar::funclocal" and
7676 "print 'scope1.c'::bar::funclocal_bss"
7677 to only be xfail'd when not compiled with gcc.
7678 Add rs6000-*-* xfail for
7679 "print 'scope0.c'::filelocal_bss before run"
7680 when compiled with gcc.
7681 (test_at_main): Add rs6000-*-* xfail for
7682 "print filelocal_ro in test_at_main"
7683 when compiled with gcc.
7684 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
7685 Add rs6000-*-aix* xfail for
7686 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
7687 "ptype t_char_array", not compiled with gcc.
7688 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
7689 xfail for "list foo (in include file)" when gcc compiled.
7690 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
7691 (integral_args): Add rs6000-*-* xfail for
7692 "run to call0a" if not compiled with gcc.
7693 (unsigned_integral_args): Add rs6000-*-* xfail for
7694 "run to call1a" if not compiled with gcc.
7695 (float_and_integral_args): Add rs6000-*-* xfail for
7696 "run to call2a" if not compiled with gcc and for
7697 "continue to call2b" for any compiler.
7698 Add rs6000-*-* xfail to
7699 "print f1 after run to call2a" for gcc compiled.
7700 (discard_and_shuffle): Add rs6000-*-* xfail for
7701 "run to call6a".
7702 (shuffle_round_robin): Add rs6000-*-* xfail for
7703 "backtrace from call7a" if not compiled with gcc.
7704 Add rs6000-*-* xfail for
7705 "backtrace from call7b" if compiled with gcc.
7706 (call_after_alloca): Add rs6000-*-* xfail for
7707 "print c in call_after_alloca" and
7708 "print s in call_after_alloca" and
7709 "backtrace from call_after_alloca_subr"
7710 if not compiled with gcc.
7711 (localvars_in_indirect_call): Add rs6000-*-* xfail for
7712 "print c in localvars_in_indirect_call" and
7713 "print c in localvars_in_indirect_call" and
7714 "backtrace in indirectly called function" and
7715 "stepping into indirectly called function"
7716 if not compiled with gcc.
7717 (localvars_after_alloca): Add rs6000-*-* xfail for
7718 "print c after runto localvars_after_alloca" and
7719 "print s after runto localvars_after_alloca" and
7720 "print i after runto localvars_after_alloca" and
7721 "print l after runto localvars_after_alloca"
7722 for all compilers.
7723 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
7724 than whatis-info.exp.
7725 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
7726 than opaque-info.exp.
7727 Setup rs6000-*-* xfail for
7728 "ptype on opaque struct pointer (statically)" and
7729 "ptype on opaque struct pointer (dynamically)" when
7730 not compiled with gcc.
7731 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
7732 rather than callf-info.exp.
7733 (do_function_calls): Add clear_xfail for rs6000-*-* for
7734 "p t_float_values2(3.14159,float_val2)". Seems to work
7735 fine there, both with xlc and gcc. Need to find out what
7736 it is doing right and fix other platforms.
7737 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
7738 "call inferior func with struct - returns int",
7739 "call inferior func with struct - returns long",
7740 "call inferior func with struct - returns float",
7741 "call inferior func with struct - returns double",
7742 "call inferior func with struct - returns char *",
7743 but only if not gcc compiled (presumes xlc compiled).
7744 Change rs6000-*-* xfails for
7745 "call inferior func with struct - returns char" and
7746 " call inferior func with struct - returns short" to only
7747 xfail if not using gcc.
7748 (clean mostlyclean): Remove *.ci and *.tmp files.
7749 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
7750 than templ-info.exp.
7751 * gdb.base/langs.exp: Source gdb.base/langs.ci.
7752 Add rs6000-*-* xfail for "up to foo in langs.exp"
7753 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
7754 when not gcc compiled.
7755
7756 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7757
7758 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
7759 * gdb.base/corefile.exp: Likewise.
7760 * gdb.base/list.exp: Likewise.
7761 * gdb.base/scope.exp: Likewise.
7762 * gdb.base/siganls.exp: Likewise.
7763
7764 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
7765 compiler output.
7766 * gdb.base/whatis.exp: Likewise.
7767
7768 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
7769
7770 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
7771 failure (opcode table has been fixed to match reality).
7772
7773 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
7774
7775 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
7776 "call inferior func with struct - returns char",
7777 "call inferior func with struct - returns short"
7778
7779 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
7780 "print 'scope0.c'::filelocal at main",
7781 "print 'scope0.c'::filelocal_bss in test_at_main",
7782 "print 'scope0.c'::filelocal at foo",
7783 "print 'scope0.c'::filelocal_bss in test_at_foo",
7784 "print 'scope0.c'::filelocal at bar",
7785 "print 'scope0.c'::filelocal_bss in test_at_bar"
7786
7787 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
7788 in source file 1". This bug seems to have been fixed with both
7789 gcc and native cc (was native assembler bug?).
7790
7791 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
7792
7793 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
7794 "backtrace through signal handler" to "i*86-*-sysv4*".
7795 * gdb.base/signals.exp: Add xfail for "'next' behaved as
7796 continue" case. Add "known SVR4 bug" to fail message.
7797 Add "i*86-*-bsdi2.0" xfail for "handle all print".
7798 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
7799 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
7800 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
7801 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
7802 "up to foo in langs.exp", "show language at foo in
7803 langs.exp", "up to cppsub_ in langs.exp", "show
7804 language at cppsub_ in langs.exp", "up to fsub in
7805 langs.exp", and "show language at fsub in langs.exp".
7806 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
7807 "bactrace in corefile.exp".
7808 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
7809 "call inferior function with struct - returns float" and
7810 "call inferior function with struct - returns double".
7811
7812 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
7813
7814 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
7815 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
7816 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
7817 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
7818
7819 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
7820
7821 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
7822 (or overriden) "CHILL" macro rather then bare "gcc".
7823 Also look for ../../gcc/xgcc since that is what we will
7824 actually need, not "Makefile". Remove following assignment
7825 of CHILL to CHILL_FOR_TARGET because that results in
7826 recursive definition.
7827
7828 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
7829
7830 * gdb.base/corefile.exp: Change xfail for backtrace in
7831 corefile.exp from linuxaout to all linux.
7832 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
7833 cases where we miss the breakpoint at the signal handler
7834 for some reason. Setup xfail for linuxoldld/linuxaout and
7835 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
7836 hitting SIGURG breakpoint.
7837 * gdb.base/signals.exp: Setup xfail for "next" acting like
7838 continue to add linuxoldld. Setup xfail for all linux for
7839 "next to handler in signals_tests_1", "backtrace in
7840 signals_tests_1", "continue to func1", "pass SIGUSR1",
7841 and continue to handler".
7842
7843 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7844
7845 * Update all FSF addresses except those in COPYING* files.
7846
7847 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
7848
7849 * gdb.base/a2-run.exp: Change messages to be more explicit about
7850 the status of args, and quote binfile in results.
7851
7852 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
7853
7854 * gdb.base/callfuncs.exp: Add tests for passing structs to
7855 inferior functions and return various types.
7856 * gdb.base/callfuncs.c: Add functions to receive a struct
7857 and return a member of the struct, in various types.
7858
7859 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7860
7861 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
7862
7863 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
7864
7865 * config/vxworks29k.exp: New file, sources vxworks.exp.
7866
7867 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7868
7869 * config/gdbremote.exp: New file. Testing framework using
7870 gdbserver.
7871
7872 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
7873
7874 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
7875 "call function when asleep" and "send end of file".
7876 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
7877 for "backtrace in corefile.exp".
7878 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
7879 for "backtrace through signal handler".
7880 * gdb.base/corefile.exp: Make sure we actually generate a core file
7881 before trying the core tests. Some systems allow the user to suppress
7882 generation of core files and default to that (linux for example).
7883 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
7884 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
7885
7886 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7887
7888 * gdb.threads: New directory with some crude multi-threaded
7889 gdb tests (step.exp and step2.exp).
7890 * config/mt-lynx (STEP_EXECUTABLE): Define.
7891 (THREADFLAGS): Define.
7892
7893 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
7894
7895 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
7896
7897 * gdb.base/signals.exp: Disable whole file for lynx until
7898 further notice.
7899
7900 * gdb.base/signals.exp: xfail test where "next" acts like
7901 "continue" for lynx.
7902
7903 * gdb.base/interrupt.exp: xfail test for calling function while
7904 inferior is asleep for lynx.
7905
7906 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
7907 than one cr-lf after each command.
7908
7909 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7910
7911 * configure.in: Reinstate setting of stabsdirs variable, fix
7912 typo in setting up configdirs for native builds.
7913
7914 * gdb.base/return.exp: Fix typo in return double test.
7915 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
7916 compiler from optimizing them away.
7917
7918 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
7919
7920 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
7921 sequences to be echo'd by gdb when using gdb_test.
7922 * gdb.chill/chexp.exp: Likewise.
7923 * gdb.fortran/exprs.exp: Likewise
7924
7925 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7926
7927 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
7928 after the inferior gdb has started.
7929
7930 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
7931 after each command.
7932 * gdb.base/funcargs.exp: Likewise.
7933 * gdb.base/gdbvars.exp: Likewise.
7934 * gdb.base/interrupt.exp: Likewise.
7935 * gdb.base/list.exp: Likewise.
7936 * gdb.base/watchpoint.exp: Likewise.
7937 * gdb.c++/demangle.exp: Likewise.
7938 * gdb.c++/inherit.exp: Likewise.
7939 * gdb.chill/chexp.exp: Likewise.
7940 * gdb.fortran/exprs.exp: Likewise.
7941
7942 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
7943 test if we can't handle IO to/from the inferior.
7944
7945 * gdb.c++/misc.exp: Always check for a program already being
7946 started after sending a "run" command to gdb.
7947
7948 * gdb.base/twice.exp: Start with a fresh gdb.
7949
7950 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
7951 only depend on gdb's expression code, not the chill runtime.
7952
7953 * gdb.base/return.c: Put return values into variables so we
7954 can have gdb print them rather than depending on the program
7955 to print them.
7956 * gdb.base/return.exp: Corresponding changes.
7957
7958 * lib/gdb.exp: Provide default value for noinferiorio.
7959 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
7960 the inferior.
7961
7962 * gdb.base/break.exp: Always check for a program already being
7963 started after sending a "run" command to gdb.
7964 (text_next_with_recursion): Don't check the output from the
7965 program's printf statement. Instead just make sure the program
7966 exited.
7967
7968 * gdb.base/commands.exp: Protect tests which need arguments with
7969 $noargs conditionals.
7970
7971 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7972
7973 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
7974 of structure member arrays to match gdb/valops.c:value_addr change.
7975
7976 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
7977
7978 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
7979 cases.
7980
7981 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
7982
7983 * configure.in (configdirs): Remove gdb.chill from default list
7984 of subdirs and then add it back in only if doing a native build.
7985 The current chill compiler does not yet work in any cross build.
7986 * Revert all signal changes from Jul 6.
7987 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
7988 for sh-hms targets, allowing these tests to link, with no other
7989 changes. Testing is suppressed by setting "nosignals" in site.exp.
7990
7991 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
7992
7993 * configure.in (signaldirs): Define and add to configdirs for all
7994 targets except some specific ones that are known to not support signals.
7995 Also clean up formatting.
7996 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
7997 (signals, sigall): Remove rules to build.
7998 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
7999 Moved to new gdb.signals directory.
8000 * gdb.signals: New test directory.
8001 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
8002 signals.c signals.exp}: New or moved files.
8003
8004 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
8005
8006 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
8007
8008 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
8009
8010 * gdb.base/return.exp: Xfail `return double' test failure
8011 on at least Solaris 2.3 and handle future/past versions on
8012 a case by case basis as appropriate. Also update message
8013 to include i*86 failures.
8014
8015 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8016
8017 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
8018
8019 * lib/gdb.exp: Fix comment which erroneously identified
8020 gdb_file_cmd as gdb_load (the 19 May change was in fact to
8021 gdb_file_cmd not gdb_load).
8022 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
8023
8024 * gdb.base/setvar.exp: Make test names consistent between pass and
8025 fail cases. Use gdb_test more.
8026
8027 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8028
8029 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
8030
8031 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8032
8033 * gdb.base/help.exp: Fix expected help string for `show commands'.
8034
8035 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
8036
8037 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
8038
8039 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
8040 of a text section.
8041
8042 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
8043
8044 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
8045 that loop eventually terminates. Fix Connection refused logic so
8046 that testsuite will expire nicely.
8047
8048 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
8049
8050 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
8051 config/rom68k.exp: New tcl glue for the appropriate monitors.
8052 These all just end up calling monitor.exp.
8053 * config/monitor.exp (gdb_target_monitor): Handle `Connection
8054 refused' by retrying. Cleanup some timeout issues.
8055 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
8056 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
8057 callers don't have to set/restore global timeout variable.
8058
8059 * The following set of changes centralizes management of the global
8060 timeout variable. This way, it can be set in one target dependent
8061 place instead of dozens of places scattered throughout the test suite.
8062 If you need to lengthen a timeout, then you should either set timeout
8063 in one of the config/{target}.exp files, or multiply it by a factor.
8064 Setting it to an absolute value is always going to lose for some
8065 targets.
8066 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
8067 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
8068 * gdb.base/funcargs.exp: Don't set timeout.
8069 * gdb.base/list.exp (test_forward_search): Only use local timeout.
8070 * gdb.base/printcmds.exp (test_print_string_constants
8071 test_print_array_constants): Don't set timeout.
8072 * gdb.base/ptype.exp: Don't set timeout.
8073 * gdb.base/recurse.exp: Don't set timeout.
8074 * gdb.base/return.exp: Don't set timeout.
8075 * gdb.base/watchpoint.exp: Don't set timeout.
8076 * gdb.c++/classes.exp (do_tests): Don't set timeout.
8077 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
8078
8079 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
8080
8081 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
8082
8083 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8084
8085 * lib/gdb.exp: Disable chill tests for irix5.
8086
8087 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8088
8089 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
8090 each test pass or fail.
8091
8092 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8093
8094 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
8095 xlc not gcc.
8096
8097 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
8098
8099 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
8100
8101 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
8102
8103 * config/est.exp: Fix copyright and comments. Remove dead code.
8104 Use targetname, serialport and baud variables instead of fixed
8105 constants.
8106 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
8107 * config/cpu32bug.exp: New file to support cpu32bug monitors.
8108
8109 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8110
8111 * gdb.base/watchpoint.exp: Don't run
8112 test_watchpoint_triggered_in_syscall for sunos.
8113
8114 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8115
8116 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
8117 they don't seem to exist. Do include stdio.h.
8118
8119 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8120
8121 * gdb.base/a1-selftest.exp: Add alpha xfail.
8122
8123 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8124
8125 * gdb.base/watchpoint.c (main): Prompt before calling read().
8126 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
8127 Revise accordingly. Remove cruft about sending "123" several
8128 times, until it gets noticed. Clean up the "print buf[0]" stuff
8129 so that it passes or fails, and waits for prompts in the usual way.
8130
8131 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8132
8133 * gdb.base/recurse.exp: Fix comment.
8134
8135 * TODO: Remove item about printing variables in nodebug.exp. Add
8136 item about enabling tests which are only run on some targets.
8137
8138 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
8139 fail, make test names unique, use new gdb_test convention
8140 regarding pattern, use gdb_test more, etc.).
8141
8142 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
8143 fail, make test names unique, etc.).
8144
8145 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8146
8147 * gdb.base/nodebug.c: Change return type of top and middle to
8148 short.
8149 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
8150 are fixed by the recent mdebugread.c changes. Allow `short ()'
8151 as type for top and middle.
8152
8153 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8154
8155 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
8156 nearly as I can tell, the whole thing was an accident in Stu's
8157 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
8158 to replace a send/expect pair with gdb_test, but ended up only
8159 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
8160 of 30 Mar 1995 took care of it, but left this vestigial comment
8161 which I am now nuking.
8162
8163 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8164
8165 * gdb.base/break.exp: Look for different line number for
8166 breakpoint at main depending on usestubs.
8167
8168 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8169
8170 * gdb.base/list.exp: Adjust some alternate expect patterns to
8171 match recent list0.c change. Add alternate expect pattern for
8172 output from `list default lines around main' for optimizing
8173 compilers.
8174
8175 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8176
8177 * lib/gdb.exp: If nosignals is not set, set it to 0.
8178
8179 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
8180
8181 * config/slite-gdb.exp: Responds to load symbol table prompt.
8182 * gdb.base/break.exp: Adjust line number, fix rerun.
8183 * gdb.base/langs0.c: Add #ifdef usestubs.
8184
8185 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
8186
8187 * gdb.base/list.exp: Adjust line contents after adding new lines in
8188 list0.c. Also fix a syntax error.
8189
8190 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
8191 * gdb.base/break.exp: ditto.
8192 * gdb.base/list.exp: ditto.
8193 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
8194 * gdb.base/run.c: ditto.
8195 * gdb.base/list0.c: ditto.
8196 * gdb.base/funcargs.c: ditto.
8197
8198 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
8199
8200 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
8201 $targetname, $serialport and $baud instead of hardwired variables.
8202 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
8203 target doesn't support signals.
8204
8205 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
8206
8207 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
8208
8209 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8210
8211 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
8212 Don't rely on the value of an auto variable before it has been
8213 initialized. Use gdb_test more.
8214
8215 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8216
8217 * lib/gdb.exp (default_gdb_version): A version number must start
8218 with a digit, but other than that contains all characters up to
8219 the first whitespace character.
8220
8221 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8222
8223 * gdb.base/commands.exp (breakpoint_command_test): New tests.
8224
8225 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8226
8227 * gdb.c++/*.exp: Warn if executable does not exist. The original
8228 reason for skipping the warning was that configure.in sometimes
8229 intentionally skipped building the executables but the tcl code
8230 had no way of knowing. That (a) was always bogus with respect to
8231 error handling, (b) is no longer true (right now there is no way
8232 to skip C++ tests).
8233
8234 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
8235
8236 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8237
8238 * gdb.base/list.exp: Add expect patterns for output from
8239 SunPRO compiled executables.
8240 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
8241 types.
8242
8243 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8244
8245 * gdb.base/break.exp (test_next_with_recursion): Accept any line
8246 number (we are already testing that the correct source line text
8247 gets printed).
8248
8249 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
8250 that is what is intended, but something needed to be done to get
8251 sunos4 native working again.
8252
8253 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
8254
8255 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
8256 apparently went with a (very) old xfail.
8257
8258 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
8259
8260 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
8261 runto_main is a proc in gdb.exp that will do 'step' for target use
8262 stubs.
8263 * gdb.base/exprs.exp: ditto.
8264 * gdb.base/interrupt.exp: ditto.
8265 * gdb.base/opaque.exp: ditto.
8266 * gdb.base/printcmds.exp: ditto.
8267 * gdb.base/ptype.exp: ditto.
8268 * gdb.base/scope.exp: ditto.
8269 * gdb.base/setvar.exp: ditto.
8270 * gdb.base/signals.exp: ditto.
8271 * gdb.base/twice.exp: ditto.
8272 * gdb.c++/classes.exp: ditto.
8273 * gdb.c++/inherit.exp: ditto.
8274 * gdb.c++/templates.exp: ditto.
8275 * gdb.base/break.exp: no run and hit main for stubs. Change line
8276 numbers for breakpoints and info breakpoint.
8277 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
8278 breakpoint().
8279 * gdb.base/callfuncs.c: ditto.
8280 * gdb.base/exprs: ditto.
8281 * gdb.base/interrupt.c: ditto.
8282 * gdb.base/opaque0.c: ditto.
8283 * gdb.base/printcmds.c: ditto.
8284 * gdb.base/ptype.c: ditto.
8285 * gdb.base/scope0.c: ditto.
8286 * gdb.base/setvar.c: ditto.
8287 * gdb.base/signals.c: ditto.
8288 * gdb.base/twice.c: ditto.
8289 * gdb.c++/misc.cc: ditto.
8290 * gdb.c++/templates.cc: ditto.
8291
8292 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8293
8294 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
8295
8296 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
8297 somewhere between `read' and `main.c'. I'm pretty sure the
8298 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
8299 and it isn't particularly useful.
8300
8301 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
8302
8303 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8304
8305 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
8306
8307 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
8308
8309 * config/mt-slite: add LIBS and -nostdlib.
8310 * config/slite-gdb.exp: add this new file to support sparclite target.
8311
8312 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
8313
8314 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
8315
8316 * gdb.base/a2-run.exp: Change argument to istarget from
8317 "*-*-vxworks" to "*-*-vxworks*".
8318 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
8319
8320 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
8321
8322 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
8323 will not runto main but do a 'step' to step out of breakpoint().
8324 * config/mt-slite: add -Dusestubs.
8325
8326 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8327
8328 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
8329 instead of just @.
8330
8331 * gdb.base/signals.exp: Add test for "handle all print".
8332 * TODO: Remove "handle all print". Also remove item about
8333 checking copyright date (I don't like the idea of a spurious FAIL
8334 based on when we run the tests).
8335
8336 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
8337 for SunOS4 (reason for failure not investigated). Remove
8338 redundant test for $binfile.
8339
8340 * gdb.base/nodebug.c (array_index): Call malloc.
8341
8342 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
8343
8344 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
8345
8346 * gdb.base/recurse.exp: Update gdb_test invocation to use new
8347 conventions and slightly simplify the matching regexp.
8348
8349 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8350
8351 * gdb.base/break.exp: Update gdb_test invocation to use new
8352 convention.
8353
8354 * lib/gdb.exp: If noargs is not set, set it to 0.
8355
8356 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
8357 tests unique.
8358
8359 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
8360
8361 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8362
8363 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
8364 one argument of type "<non-float parameter>".
8365
8366 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
8367
8368 * config/rom68k.exp: New file to support Motorola IDP board.
8369 * gdb.base/a2-run.exp: Skip this file if noargs is set.
8370 * gdb.base/break.c: Change things around so that this program
8371 doesn't depend upon args. This is necessary to make remote
8372 targets work (in general, they can't take args).
8373 * gdb.base/break.exp: Don't try to send args to program. Don't
8374 expect output. Also, replace lots of code with gdb_test.
8375
8376 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8377
8378 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
8379 printing of '\'' (which is what the comment says we are testing,
8380 even though we were not), not '''.
8381 (test_integer_literals_rejected): Test that printing ''' is an error.
8382
8383 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
8384 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
8385 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
8386 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
8387 Use gdb_test not test_print_accept.
8388 * lib/gdb.exp: Remove test_print_accept.
8389
8390 * gdb.base/signals.exp (signal_tests_1): Make pass message
8391 consistent with fail message.
8392
8393 * gdb.base/whatis.exp: Remove xfails for printing char vs.
8394 unsigned char; the bug (PR 1821) is fixed.
8395
8396 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
8397
8398 * gdb.base/scope.exp (test_at_localscopes): Call pass for
8399 successful tests--makes xfailing them work right.
8400
8401 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8402
8403 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
8404 only \r\n, not .*. The test can pass .* as the last thing in
8405 $pattern if that is what it wants. In addition to providing this
8406 flexibility, this change should speed up pattern matching in cases
8407 where the pattern already ended with .* (there were a number of
8408 them). This change also helps catch bad patterns--in the old
8409 scheme the typo "char \*" instead of "char \\*" would pass. Now
8410 it is caught.
8411 * Many .exp files: Update callers.
8412
8413 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
8414 clearer and does not spuriously match multiple ('s. Likewise for
8415 ) and *.
8416
8417 * gdb.base/nodebug.exp: Test ability to call a function and pass
8418 it a string (even with no debugging info).
8419
8420 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
8421 "p '\'", which is the same as "p ''" once tcl gets done with
8422 quoting, to "p '\\'", which I suspect is what is intended (one
8423 backslash gets sent to GDB).
8424
8425 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
8426
8427 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8428
8429 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
8430 1817) was fixed literally years ago.
8431
8432 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8433
8434 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
8435 test, it causes stepping out of call_after_alloca_subr with
8436 optimizing compilers.
8437 (localvars_in_indirect_call): Consume GDB prompt if `finish'
8438 fails.
8439
8440 * gdb.c++/templates.exp: Source templ-info.exp only if
8441 the templates executable exists.
8442
8443 * gdb.c++/misc.cc (class Contains_static_instance,
8444 class Contains_nested_static_instance),
8445 gdb.c++/classes.exp (test_static_members): Test printing of
8446 a class that contains a static instance of the class.
8447
8448 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8449
8450 * gdb.base/langs2.c (cppsub_): Don't prototype.
8451 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
8452 only, I believe).
8453
8454 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8455
8456 * lib/gdb.exp (skip_chill_tests): New procedure.
8457
8458 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
8459
8460 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
8461
8462 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
8463 each expect pattern. Cuts runtime from 12 to about 4 seconds.
8464
8465 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8466
8467 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
8468
8469 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
8470 disassemble 8, not 16, instructions for part 4.
8471
8472 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
8473 support the latter anymore.
8474
8475 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
8476 -DNO_PROTOTYPES.
8477 * gdb.base/callfuncs.c: Control use of prototypes based on
8478 NO_PROTOTYPES, not __STDC__.
8479 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
8480 t_float_values2 tests if prototypes in use.
8481
8482 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
8483 t_double_values): When checking differences against DELTA, check
8484 that difference is within the range (-DELTA,DELTA), not just
8485 (-infinity,DELTA).
8486
8487 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
8488
8489 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
8490 'file' command firts, then 'target', then 'load', this is due to gdb
8491 target set up.
8492 * config/mips-gdb.exp: Fix a couple regular exp bugs.
8493
8494 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
8495
8496 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
8497 FP load/store variants.
8498 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
8499
8500 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
8501
8502 * gdb.base/term.exp: Do not give a warning if not native, it is
8503 not an abnormal condition.
8504
8505 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
8506
8507 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
8508 t_char_array".
8509
8510 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
8511
8512 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
8513 are getting the version number.
8514
8515 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
8516 if not native, it is not an abnormal condition.
8517
8518 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8519
8520 * lib/gdb.exp: Just use "file exists", rather than undocumented
8521 dejagnu procedure "findfile".
8522
8523 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8524
8525 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
8526 (LDFLAGS): Set to -Xlinker -Ur.
8527
8528 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
8529 Removed, these values are set by lib/gdb.exp.
8530
8531 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
8532
8533 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8534
8535 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
8536 of replicating gdb startup code.
8537
8538 * config/mt-vxworks (LDFLAGS): Set to -r.
8539 (CFLAGS_FOR_TARGET): Removed.
8540
8541 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
8542 (gdb) and gdb for vxworks uses (vxgdb).
8543
8544 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
8545 executable is not in the tree and host != target, use sed and
8546 program_transform_name to determine the gdb name used by the
8547 target.
8548
8549 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
8550 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
8551
8552 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8553
8554 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
8555 floats, chars, and shorts where there are ANSI-style function
8556 definitions.
8557
8558 * gdb.base/langs.exp, gdb.base/langs*: New test.
8559 * gdb.base/Makefile.in: Build it.
8560 * TODO: Remove item about checking that C names don't get C++
8561 demangling applied; this test tests it.
8562
8563 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8564
8565 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
8566 went with the const70 xfail. The xfail went away a year ago.
8567
8568 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
8569
8570 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
8571 for hp300.
8572
8573 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
8574
8575 * gdb.base/a1-selftest.exp: Don't run on hp300.
8576
8577 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8578
8579 * Makefile.in (site.exp): Set host_alias and target_alias as well
8580 as host_triplet and target_triplet.
8581
8582 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8583
8584 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
8585
8586 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
8587 places as other ecoff systems).
8588
8589 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
8590 ultrix.
8591
8592 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8593
8594 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
8595 remove them.
8596 * gdb.base/nodebug.exp: Accept "function" in addition to "text
8597 variable and "variable" in addition to "data variable".
8598 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
8599
8600 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
8601 2.
8602 * gdb.base/list1.c (long_line): Add additional statement at start
8603 of function.
8604 * gdb.base/list.exp (test_forward_search): Update line number to
8605 reflect new statement.
8606
8607 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8608
8609 * gdb.base/signals.exp: Reinitialize searched source directories
8610 after gdb_start call.
8611
8612 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
8613
8614 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
8615 * gdb.stabs/Makefile.in: Likewise.
8616
8617 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
8618 change. Instead split the tests into smaller pieces.
8619 * gdb.disasm/hppa.s: Corresponding changes.
8620
8621 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8622
8623 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
8624 Quote ^C when passing it to stty. For some shells ^ is a pipe.
8625
8626 * gdb.base/funcargs.exp: Modify many tests so that every test
8627 either passes or fails. Make some test names unique.
8628
8629 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8630
8631 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
8632 Call stty to set interrupt character.
8633
8634 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
8635 for HP assembler versus GNU assembler based on actual behavior of
8636 $(CC), rather than assuming that $(AS) is always the GNU assembler.
8637
8638 * TODO: Suggest a few more stepping tests.
8639
8640 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
8641
8642 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
8643 restart GDB for h8300 after a continue.
8644 (return): Add pattern to match a29k-udi behavior.
8645 * gdb.base/nodebug.exp: Remove obsolete comment.
8646 * gdb.base/regs.exp: New file, testing of register displays.
8647 * gdb.base/return.exp: Fix typo in reference to $objdir.
8648 * gdb.base/whatis.exp: Always start with a fresh GDB.
8649
8650 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8651
8652 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
8653 higher, these tests generate a lot of output.
8654
8655 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8656
8657 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
8658 code following the catch silently ignored some errors; without the
8659 catch they should be thrown like any other tcl error. Also, the
8660 catch used "" instead of {} which meant all the callers who wanted
8661 to include one of the characters "[]$ had to quote it an extra time.
8662 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
8663 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
8664 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
8665 Remove extra quoting.
8666
8667 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
8668
8669 * gdb.base/commands.exp: Make test names unique; every test either
8670 passes or fails. Update some comments.
8671
8672 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
8673
8674 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8675
8676 The following fixes a FAIL caused by the fact that the alpha stabs
8677 configuration didn't use the ".if alpha" code in weird.def.
8678 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
8679 bit pointer, so the 32 bit version works even on the alpha.
8680 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
8681 Remove the stuff which allowed us to have separate versions for
8682 alpha and everything else.
8683
8684 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
8685 regexp which "info func operator\[\](" is supposed to match. Fix
8686 string to send to GDB. Note that GDB still doesn't work right. Add a
8687 new test for "info func .perator\[\](" which GDB does handle correctly.
8688
8689 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
8690
8691 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8692
8693 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
8694 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
8695 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
8696 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
8697 it makes the tests harder to understand and confuses test-o-matic.
8698 The preferred style is that each test provides a PASS or a FAIL,
8699 and has a unique message (e.g. "continue #54" not just "continue")
8700 which is the same for the pass and the fail.
8701 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
8702 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
8703 to lib/gdb.exp.
8704 * gdb.base/printcmds.exp: Use test_print_accept. Remove
8705 prt_accept which was basically the same thing. Likewise for
8706 test_print_reject and prt_reject.
8707 * lib/gdb.exp (test_print_reject): Add some more error message
8708 patterns to match from the former printcmds.exp (prt_reject).
8709 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
8710 One defect of the passcount stuff is that some of it failed to
8711 report XPASS where appropriate.
8712 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
8713 stuff before and after arg in expected pattern.
8714 (test_paddr_operator_functions): Re-do test without print_addr_of;
8715 this is the only test which seems to want extra stuff there.
8716
8717 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8718
8719 * gdb.base/nodebug.exp: Update new tests to reflect improved
8720 wording of gdb output.
8721
8722 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
8723 and "ptype" work on variables in files compiled without -g.
8724 Replaces commented out "maint print msymbol" tests.
8725
8726 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8727
8728 * gdb.base/setvar.c (dummy): Call malloc.
8729
8730 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
8731 losing with the irix4 sed.
8732
8733 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
8734 ALRM" on irix4.
8735
8736 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8737
8738 * TODO: Remove items about corefile.exp testing new exec-file and
8739 backtrace; both are now done. Add items about printing enums.
8740
8741 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8742
8743 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
8744 "get signal $thissig" test fails.
8745
8746 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
8747
8748 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8749
8750 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
8751 compiler warning with dec alpha compiler.
8752
8753 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
8754 extra \n from gdb_test call (this explains why the prompt test
8755 that I removed yesterday was there).
8756 (user_defined_command_test): Remove extra \n and prompt test.
8757
8758 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
8759 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
8760 doesn't exist.
8761 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
8762 Also remove alpha workaround, which turns out to be because
8763 SIGABRT == SIGLOST.
8764
8765 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
8766
8767 * gdb.base/help.exp: Don't test "help show".
8768
8769 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8770
8771 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
8772 "set print address" is on.
8773 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
8774 pass prompt to gdb_test; gdb_test already looks for the prompt.
8775
8776 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
8777
8778 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
8779 was a vestige of the manual TESTSTRATEGY, and the purpose of it
8780 was to make sure that gdb can read a core file. But (a) the "read
8781 the corefile" part didn't make it to a1-selftest.exp, we just
8782 delete the corefile after creating it, and (b) we test reading
8783 corefiles in corefile.exp anyway. Also, this test left around a
8784 xgdb process on Solaris.
8785
8786 * gdb.base/corefile.exp: Also test backtrace.
8787
8788 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
8789
8790 * gdb.base/commands.exp: Test a simple user defined command with
8791 arguments and if/while statements; verify the full user command is
8792 printed by "show user".
8793
8794 * gdb.base/commands.exp: Test if/while commands as part of a
8795 breakpoint command list; verify they appear in breakpoint
8796 information.
8797
8798 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8799
8800 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
8801 than by dividing by zero.
8802
8803 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
8804
8805 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
8806 performing an inferior call with watchpoints enabled.
8807 * gdb.base/watchpoint.c (main): Delete second unnecessary read
8808 call.
8809
8810 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8811
8812 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
8813 of "file" command.
8814
8815 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
8816 Add additional pattern for when "int operator int(void);" appears
8817 in a different order.
8818
8819 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8820
8821 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
8822
8823 * gdb.base/help.exp: Replace most of docstrings for "info signals"
8824 and "signal" with ".*".
8825
8826 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8827
8828 * TODO: Add note about "handle all nostop".
8829
8830 * gdb.base/{sigall.c, sigall.exp}: New test.
8831 * gdb.base/Makefile.in: Add it.
8832
8833 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8834
8835 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
8836 when invoking GDB, suppresses any windowing interface.
8837
8838 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
8839
8840 * config/sim-gdb: New file, simulator testing support.
8841
8842 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
8843
8844 * gdb.base/interrupt.exp: Test calling func1 twice.
8845
8846 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
8847
8848 * gdb.base/list.exp (test_forward_search): Set timeout higher
8849 when we'll be getting lots of output from gdb.
8850
8851 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
8852 "init_malloc" to after the expect statement. Run it if that
8853 regexp is taken, but also for two others which happen if source
8854 cannot be found.
8855
8856 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8857
8858 * gdb.base/printcmds.exp: New test, for printing register before
8859 program is running.
8860
8861 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8862
8863 * gdb.base/list.exp: Correct some alternate expect patterns
8864 to reflect changes in list1.c.
8865
8866 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8867
8868 * TODO: Add item regarding large frames.
8869
8870 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
8871
8872 * TODO: Remove item about enabling return.exp; it
8873 is enabled. Suggest a few more "return" tests.
8874
8875 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8876
8877 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
8878 anonymous unions.
8879
8880 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8881
8882 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
8883 and pr-5646.o, so "make" is the same as "make all", not "make
8884 pr-4975.o".
8885
8886 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
8887
8888 * gdb.base/list.exp: Adjust expectations to reflect changes in
8889 list1.c.
8890 (test_forward_search): New test proc.
8891 * gdb.base/list1.c (long_line): New function, has long source line.
8892
8893 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
8894
8895 * gdb.base/a1-selftest.exp: Change initial stepping to know about
8896 additional line of code that was added.
8897
8898 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
8899
8900 * gdb.disasm/hppa.s: Break the large branching tests into smaller
8901 tests so as not to overflow expect's input buffers.
8902 * gdb.disasm/hppa.exp: Corresponding changes.
8903
8904 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8905
8906 Beginnings of template debugging tests.
8907 * gdb.c++/templ-info.cc: New file to test for template
8908 debugging capability of the compiler.
8909 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
8910 templ-info.cc.
8911 * gdb.c++/templates.cc: Add explicit template instantiations
8912 to enable compiling with -fno-implicit-templates. Add destructor
8913 and 'value' method to T5 class for template tests.
8914 * gdb.c++/templates.exp: Add testcases for printing of template
8915 types, setting breakpoints on template methods and calling a
8916 template method.
8917
8918 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
8919
8920 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
8921 branch target since some assemblers (gas-2.5) may emit a
8922 relocation for the branch instead of resolving it in the
8923 assembler.
8924
8925 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8926
8927 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
8928 through signal handler.
8929
8930 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8931
8932 * configure.in (*-*-netware): Use config/mt-netware.
8933
8934 * config/mt-netware: New file.
8935 * config/mt-i386-netware: Removed, separate configs for different
8936 netware architectures are no longer needed now that we have
8937 --with-headers.
8938
8939 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8940
8941 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
8942 by the recent changes to use ANSI C arithmetic conversions.
8943
8944 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8945
8946 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
8947 bug involving using inferior_pid to figure out whether to select a
8948 frame.
8949
8950 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
8951
8952 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
8953 match the current disassembler output.
8954
8955 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
8956
8957 * gdb.fortran/exprs.exp: Expect VOID instead of void.
8958 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
8959 types, expect "int" as type of integer values (for now).
8960
8961 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
8962
8963 * gdb.base/commands.exp: New tests for if/while commands.
8964
8965 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
8966
8967 * lib/gdb.exp (runto): Replace sub-pattern for hex value
8968 by .*, since hex values have different syntax in Chill mode.
8969
8970 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8971
8972 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
8973 linefeed from expect pattern for repeated types with indices > 9.
8974
8975 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
8976
8977 First part of Fortran test suite.
8978 * gdb.fortran: New directory.
8979 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
8980
8981 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8982
8983 * gdb.base/default.exp: Update expect pattern for load command
8984 without arguments.
8985
8986 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8987
8988 * configure.in: Change i386 to i[345]86.
8989 * gdb.base/configure.in: Likewise.
8990 * gdb.c++/configure.in: Likewise.
8991 * gdb.chill/configure.in: Likewise.
8992
8993 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
8994
8995 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
8996 patterns, since that is not a valid context for comments.
8997
8998 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
8999
9000 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
9001 repeated types and repeated types with indices > 9.
9002
9003 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9004
9005 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
9006 2417; old bug has been fixed.
9007
9008 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
9009
9010 * gdb.base/interrupt.exp: When trying to wake up the inferior,
9011 send the newline ourselves instead of assuming gdb_test will do
9012 so when passed an empty input string.
9013
9014 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
9015 stabs testcode.
9016
9017 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9018
9019 * lib/gdb.exp (gdb_test): Don't send anything if the first
9020 argument is an empty string. This makes cases where we want to
9021 match output that is already in expect's buffers (for example,
9022 matching a breakpoint after gdb_run_cmd has been called) work
9023 reliably.
9024
9025 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9026
9027 * config/netware.exp: New file.
9028
9029 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9030
9031 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
9032 the -B and -L prefixes so we can find the debugging stub.
9033
9034 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
9035 there and we are using the gcc from the tree.
9036
9037 * gdb.base/types.c: Removed.
9038
9039 * gdb.base/configure.in: Look for makefile fragments in ../config.
9040 Recognize i386-*-netware.
9041 * gdb.c++/configure.in: Likewise.
9042
9043 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9044
9045 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
9046 the correct TCL syntax.
9047
9048 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9049
9050 * gdb.base/opaque.exp: use runto instead of messing around with
9051 breakpoints. Simplify by using gdb_test.
9052
9053 * gdb.base/bitfields.exp: restart between tests on netware targets
9054 because breakpoints aren't relocated after target death. Run
9055 processes to completion.
9056
9057 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
9058
9059 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
9060
9061 * Makefile.in: Remove extra tabs that confuse some versions
9062 of "make". Use the newly built gdb to test with by default,
9063 rather than the first one in the tester's search path.
9064
9065 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
9066
9067 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
9068
9069 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
9070 condition help.
9071
9072 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9073
9074 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
9075
9076 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
9077 running.
9078 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
9079 * gdb.base/funcargs.exp: Likewise.
9080
9081 * gdb.base/bitfields.exp: Simplify by using gdb_test.
9082 * gdb.base/funcargs.exp: Likewise.
9083
9084 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
9085 message is "".
9086
9087 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9088
9089 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
9090 return,signals,twice}.exp: Handle non-existant binaries
9091 consistantly.
9092
9093 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
9094 * gdb.base/Makefile.in: Don't try to generate a core dump, we
9095 might testing a cross development system.
9096
9097 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9098
9099 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
9100 runtest script is relative to ${srcdir}, not ${rootdir}.
9101
9102 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
9103
9104 * gdb.base/signals.exp: Allow for optionality of breakpoint
9105 address.
9106
9107 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9108
9109 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
9110
9111 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9112
9113 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
9114 for size_t definition.
9115 * gdb.c++/templates.cc: Likewise
9116
9117 * config/mt-i386-netware: New file.
9118
9119 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
9120 defined.
9121
9122 * gdb.base/Makefile.in: Added support for systems that name core
9123 files by appending "core" to the program name.
9124 * gdb.base/a1-selftest.exp: Likewise.
9125
9126 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9127
9128 * gdb.base/return.exp: Add comment and message for `return double'
9129 test failure on Sparc Solaris.
9130
9131 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
9132
9133 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
9134
9135 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9136
9137 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
9138 from optimizing them away.
9139 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
9140 patterns to include default constructors and assignment operators,
9141 to match gcc versions beyond 2.5.8. Accept any cplus demangling
9142 character in the output of the virtual base pointer.
9143
9144 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9145
9146 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
9147 expression match in print_addr_of to avoid unintented matches.
9148 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
9149 versions up to 2.5.8.
9150
9151 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9152
9153 * gdb.base/list.exp: Tweak alternate pattern for listing of an
9154 included file to run under newer versions of expect.
9155 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
9156 consecutive >'s in templates to accomodate recent cplus-dem.c change.
9157 Remove xfail for the virtual table of BDDHookV.
9158
9159 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
9160
9161 * lib/gdb.exp (string_to_regexp): Set a default result.
9162 (default_gdb_start): Fix misleading message.
9163
9164 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
9165
9166 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
9167 Remove all CC, etc definitions.
9168 * config/mt-hpux: New file.
9169 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
9170 (CFLAGS, LDFLAGS): Define.
9171 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
9172
9173 * Makefile.in (site.exp): Don't insert host_os, etc.
9174 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
9175 (distclean): Check existence of subdir.
9176 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
9177 * gdb.base/Makefile.in: General cleanup and simplification.
9178 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
9179 to build executables. Use default rule to build .o files.
9180 (EXPECT, RUNTEST, CC): Fix relative pathname.
9181 (site.exp): Don't insert host_os, etc.
9182 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
9183 and/or SIGUSR1 defined.
9184 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
9185 * gdb.c++/Makefile.in: General cleanup and simplification.
9186 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
9187 (CFLAGS): Remove.
9188 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
9189
9190 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
9191
9192 * gdb.base/recurse.exp: Misc changes to get tests running again
9193 after Kung's changes to the watchpoint code.
9194 * gdb.base/watchpoint.exp: Likewise.
9195
9196 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
9197
9198 * lib/gdb.exp (string_to_regexp): Convert {\} also.
9199
9200 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9201
9202 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
9203 * lib/gdb.exp (default_gdb_start): Define.
9204 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
9205 gdb.base/funcargs.exp, gdb.base/opaque.exp,
9206 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
9207 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
9208 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
9209 Don't call gdb_target_udi in between tests.
9210
9211 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9212
9213 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
9214 (which was basically just a local version of the same thing). In
9215 addition to avoiding duplication, gdb_test_exact is faster.
9216 * lib/gdb.exp (gdb_test_exact): Fix typo.
9217
9218 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
9219 don't give an error.
9220
9221 * gdb.base/term.exp: Call delete_breakpoints before starting.
9222
9223 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
9224 (t10): Add comment.
9225
9226 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
9227
9228 Reorganization of the GDB Test Suite.
9229
9230 * gdb.base: New directory, contains all the basic tests.
9231 * gdb.c++: New directory, tests specific to C++.
9232 * gdb.chill: New directory, tests specific to Chill.
9233 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
9234 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
9235 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
9236 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
9237 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
9238 t30-31 to chill).
9239 * */gdbme.*: Rename to match appropriate expect scripts.
9240 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
9241 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
9242 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
9243 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
9244 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
9245 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
9246 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
9247 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
9248 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
9249 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
9250 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
9251 gdb.c++/virtfunc.cc: New names of C++ files.
9252 * gdb.chill/chillvars.ch: New name of Chill file.
9253 * gdb.base/configure.in, gdb.c++/configure.in,
9254 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
9255 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
9256 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
9257 * configure.in (configdirs): Update to reflect directory changes.
9258 (target_abbrev): No longer define for any configuration.
9259 * Makefile.in: Cosmetic improvements to header comments.
9260
9261 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
9262
9263 Various changes to gdb.t31:
9264
9265 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
9266 * gdbme.ch: Make all key-words and predefineds be upper-case.
9267 * chillvars.exp: Expect key-words and predefinds in upper-case.
9268
9269 * chillvars.exp: Use gdb_test_exact many places.
9270 Change expected output for arrays (which now includes index labels).
9271
9272 * pr-5020.exp, gdme.ch (module PR_5020):
9273 New test, for PR-5020.
9274
9275 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
9276
9277 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
9278 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
9279
9280 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
9281
9282 * Makefile.in: Fix bit-rot in definitions of CHILL,
9283 CHILL_FOR_TARGET and Chill_LIB.
9284 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
9285 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
9286 CHILL, and CHILL_LIB.
9287
9288 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
9289
9290 * Revert the previous changes. Please see Rob's directory
9291 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
9292
9293 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
9294
9295 * Makefile.in, configure.in, config/mips-gdb.exp,
9296 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
9297 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
9298 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
9299 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
9300 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
9301 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
9302 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
9303 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
9304 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
9305 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
9306 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
9307 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
9308 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
9309 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
9310 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
9311 changes from 94Q1.
9312
9313 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
9314
9315 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
9316 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
9317 Rob's new testing fragments.
9318
9319 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
9320
9321 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
9322 lib/gdb.exp: Replace error proc calls with perror.
9323
9324 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
9325
9326 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
9327 version also, match on casted version strings, and match on
9328 gdb startup case where the line numbers might be messed up.
9329
9330 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
9331
9332 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
9333 (CFLAGS): Delete it from here.
9334
9335 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
9336
9337 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
9338
9339 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
9340
9341 * Makefile.in (RUNTEST): Default to just "runtest".
9342
9343 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9344
9345 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
9346 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
9347 the code has been restructured.
9348
9349 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9350
9351 * gdb.t00/default.exp (set write): Allow any number of \r and/or
9352 \n, not just one of each.
9353
9354 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
9355 /bin/cc gives a warning if you do.
9356
9357 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
9358
9359 * gdb.t24/demangle.exp: change expect pattern of
9360 __t10ListS_link1ZUiRCUiPT0
9361
9362 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9363
9364 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
9365 on local variables in recursive functions.
9366
9367 * gdb.t07/Makefile.in: Build the new test.
9368
9369 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9370
9371 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
9372 directly. Instead compare the return values from actual calls.
9373
9374 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
9375
9376 * Makefile.in (check): Set TCL_LIBRARY for runtest.
9377
9378 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9379
9380 * From Peter Schauer with minor modifications.
9381 * gdb.t15/return.exp (return_tests): Handle targets where "return"
9382 stops in mid-line in the caller. Add xfail for returning a float
9383 value on X86 targets.
9384
9385 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9386
9387 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
9388 to avoid expect lossage.
9389 (fmem_LRbug_tests): Likewise.
9390 * gdb.disasm/hppa.s: Corresponding changes.
9391
9392 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
9393 conditions to work with latest dejagnu/expect.
9394
9395 * gdb.t15/funcargs.exp (finish from indirect call): No longer
9396 expected to fail on the PA.
9397 (backtrace in call with trampolines): Explicitly require main
9398 to be frame #1 (no trampolines should show up in backtrace).
9399
9400 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
9401 "continue -expect".
9402 * gdb.t06/break.exp: Likewise.
9403 * gdb.t07/watchpoint.exp: Likewise.
9404 * gdb.t13/bitfields.exp: Likewise.
9405 * gdb.t15/{funcargs,return}.exp: Likewise.
9406 * gdb.stabs/weird.exp: Likewise.
9407 * config/{mips,udi}-gdb.exp: Likewise.
9408
9409 * hppa.sed: Enclose comments within a sed command to avoid
9410 losing with the old OSF1 sed.
9411
9412 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9413
9414 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
9415 sequent dynix.
9416 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
9417 * gdb.t15/funcargs.exp: Conditionally step again to really
9418 finish from marker_call_with_trampolines. Handle the case where
9419 the first step from within call_with_trampolines already steps
9420 us back to main.
9421 * gdb.t15/gdbme.c: Add comment to closing brace of
9422 call_with_trampolines for funcargs.exp.
9423
9424 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9425
9426 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
9427 Fix typo(s).
9428
9429 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9430
9431 * gdb.t07/gdbme.c: More code for watchpoint testing.
9432
9433 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
9434 "Hardware watchpoint" throughout file.
9435 (test_watchpoint_triggered_in_syscall): New test.
9436 (test_complex_watchpoint): New test.
9437
9438 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9439
9440 * gdbme.c (call_with_trampolines): New function to try and step
9441 into. Tests trampoline problems on the PA.
9442
9443 * funcargs.exp (localvars_in_indirect_call): No longer expect
9444 stepping into indirect call to fail on PAs.
9445 (test_stepping_over_trampolines): New test.
9446
9447 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9448
9449 * TODO: Add suggestions for static member function tests, and
9450 completion tests.
9451
9452 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9453
9454 * TODO: Add suggestions for "p/a" tests.
9455
9456 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
9457 (default_gdb_exit): Replace all the hair with sending "quit" to
9458 the process with a simple close.
9459
9460 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9461
9462 * TODO: Add suggestions for shared library tests.
9463
9464 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9465
9466 * TODO: Add suggestions for x/s tests.
9467
9468 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9469
9470 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
9471 "enable once", and "enable breakpoints once" with ".*".
9472
9473 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9474
9475 * TODO: Add suggestions about structure passing tests.
9476
9477 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9478
9479 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
9480 the primary1 test, use work around if __GNUC__ < 2.
9481 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
9482 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
9483 Test for bad output rather than waiting for timeout. Issue
9484 second continue only if first continue failed.
9485
9486 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9487
9488 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
9489 operator[] test with gdb_test because the old code didn't seem to
9490 be getting the quoting right with the new dejagnu.
9491
9492 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
9493
9494 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
9495 one from the path.
9496 * Makefile.in: Use a fresh expect if there is one, use runtest
9497 from the src tree if there is one.
9498
9499 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9500
9501 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
9502 next over recursive call. Revise the tests from that point on
9503 (which had been skipped) to match GDB's actual (correct) output.
9504
9505 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
9506 with next over a breakpoint whose condition is false.
9507
9508 * gdb.t00/help.exp: Comment out "help set print" tests just like
9509 (and for same reason as) "help set" test.
9510
9511 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9512
9513 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
9514 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
9515
9516 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9517
9518 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
9519 necessary gdb_target_udi.
9520
9521 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
9522
9523 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
9524 1838 and 2417; they are fixed.
9525
9526 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
9527 gdb.t03/ptype.exp (ptype structure, ptype union):
9528 Remove xfails; the test is looser than when the xfails were added.
9529
9530 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
9531 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
9532
9533 * gdb.t01/run.exp: Only run shell test if isnative.
9534
9535 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
9536 since "run" automatically loads if necessary. Call gdb_target_udi
9537 after the "file" since "file" kills any execution target.
9538
9539 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
9540 GDB. GDB doesn't work that way (not anymore at least) on UDI.
9541 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
9542 argument for UDI.
9543
9544 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9545
9546 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
9547
9548 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
9549
9550 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9551
9552 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
9553 properly quoting regexps. This makes the second argument to
9554 demangle a fixed string, which matches the callers, instead of a
9555 shell-style pattern which is what the previous implementation
9556 used. Update some of the callers.
9557
9558 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9559
9560 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
9561 (comib_nullified_tests): Fix typo.
9562 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
9563 strings. No longer expected to fail.
9564
9565 * gdb.disasm/hppa.s (addib_tests): Fix typo.
9566 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
9567 strings. No longer expected to fail.
9568
9569 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
9570 string. No longer expected to fail.
9571
9572 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9573
9574 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
9575 No longer expected to fail.
9576
9577 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
9578 string. No longer expected to fail.
9579
9580 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9581
9582 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
9583 only in the names (I probably got most of them). I was even
9584 generous with some which differed in underscores in names, and
9585 probably missed a few, and I *still* was able to remove almost a
9586 third of the file with almost no impact on testsuite coverage.
9587
9588 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9589
9590 * gdb.t00/default.exp: Match udi_attach error message as well as
9591 the one from child_attach.
9592
9593 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
9594
9595 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
9596
9597 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
9598 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
9599
9600 * Move test with enums and partial symbols back to
9601 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
9602 Reverts the change of 26 May 93. Per today's change to
9603 stabs.texinfo, the behavior that weird.exp was expecting was
9604 unreasonable; what is important is that the compiler+gdb get
9605 things right, which happens with a recent gcc. Also fix the test
9606 to deal with native compilers which put out the stab gdb can't
9607 deal with.
9608
9609 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9610
9611 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
9612 in the names. The main thing these accomplish is to slow things down.
9613 Many more such duplicates surely remain.
9614
9615 * gdb.t00/help.exp: Comment out "help support" test just like
9616 (and for same reason as) "help set" test.
9617
9618 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
9619
9620 * gdb.t06/break.exp: Remove setup_xfails for
9621 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
9622 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
9623 about known bug in gcc to include up through 2.5.8.
9624 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
9625 well as "_vb$".
9626 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
9627 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
9628 with latest gcc and gdb.
9629 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
9630 well as "_vb$".
9631
9632 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9633
9634 * configure.in (hppa*-*-*): Also configure and build stabs-only
9635 tests.
9636
9637 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9638
9639 * gdb.t10/hppa.mt: A makefile fragment for the PA.
9640 * gdb.t10/configure.in (hppa*-*-*): Use it.
9641
9642 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9643
9644 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
9645
9646 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9647
9648 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
9649 versions prior to 1.13.5.
9650
9651 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9652
9653 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
9654 the prompt is at the start of a line.
9655
9656 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9657
9658 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
9659 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
9660 in the copr tests now.
9661 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
9662 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
9663 expected to fail.
9664
9665 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
9666
9667 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
9668 gdb.t31/chillvars.exp, lib/gdb.exp:
9669 Tweak to run under either version of expect.
9670 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
9671 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
9672 * gdb.t11/list.exp: Remove extraneous whitespace.
9673
9674 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9675
9676 * gdb.t16/printcmds.exp (test_print_strings): Accept
9677 "(unsigned char *) " before the string.
9678
9679 * TODO: Add notes about printing of fancy types and GDB expressions.
9680
9681 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
9682
9683 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
9684 * gdb.t06/configure.in: Don't try to compile signals test program
9685 if doing mips-idt-ecoff.
9686
9687 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
9688
9689 * Most .exp files: Tweak to run under either version of expect.
9690
9691 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9692
9693 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
9694 xfails; I'm not sure why they are failing, but not because of PR 1806.
9695
9696 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
9697
9698 * config/unix-gdb.exp: Remove gdb_unload cause it's already
9699 defined in lib/gdb.exp.
9700
9701 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9702
9703 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
9704 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
9705 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
9706 have to be typeless.
9707
9708 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9709
9710 * TODO: Add suggestion for copyright year test.
9711
9712 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
9713
9714 * configure.in (*-*-lynxos*): Add stabs tests.
9715
9716 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9717
9718 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
9719 so insert a tab before any assembler directive in column zero.
9720
9721 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
9722 stores.
9723 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
9724 stores.
9725 (fpu_short_memory_tests): Likewise.
9726
9727 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9728
9729 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
9730 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
9731 .stabs directives in comments.
9732
9733 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9734
9735 * TODO: New file, describing tests we could write.
9736 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
9737
9738 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9739
9740 * gdb.t06/signals.exp: Add kludge to force re-sync.
9741
9742 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
9743 to xgdb instead of gdb, get out of gdb.
9744
9745 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
9746
9747 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
9748 for info.
9749
9750 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9751
9752 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
9753 * gdb.stabs/configure.in (hppa*-*-*): Use it.
9754 * gdb.stabs/hppa.sed: New sed script for the PA.
9755
9756 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9757
9758 * gdb.stabs: Re-write weird.def and configuration to use sed
9759 instead of cpp. sed is portable and POSIX; cpp is neither.
9760
9761 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9762
9763 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
9764
9765 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9766
9767 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
9768
9769 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9770
9771 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
9772 "_vb$".
9773 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
9774 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
9775
9776 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9777
9778 * lib/gdb.exp: Comment out code which depends on non-existent
9779 `transform' procedure.
9780
9781 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
9782
9783 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
9784 * lib/gdb.exp: Transform tool name.
9785 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
9786 1.1's new error handling system.
9787
9788 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9789
9790 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
9791
9792 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9793
9794 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
9795 They made pattern matching so slow that timeouts happened on
9796 heavily loaded systems. Now any output from "show print" which
9797 gets us back to the GDB prompt is a PASS.
9798
9799 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
9800
9801 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
9802
9803 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9804
9805 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
9806
9807 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
9808 It is not from PR 3220.
9809
9810 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9811
9812 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
9813 just started failing because they depended on the order the
9814 subcommands are presented, or exact docstring text. This kind of
9815 test is a pain and has minimal benefit.
9816
9817 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9818
9819 * gdb.t09/corefile.exp: At end of test, use "core" command with
9820 no arguments.
9821
9822 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
9823
9824 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
9825 17}/Makefile.in: Make it possible to run the testsuite with Sun
9826 make and CC = cross gcc by adding explicit build rules for .o
9827 files.
9828
9829 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9830
9831 * gdb.t15/funcargs.exp: Don't put comments on same line as
9832 setup_xfail (@#$*%& tcl braindamage!).
9833
9834 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9835
9836 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
9837
9838 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
9839
9840 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
9841 * gdb.t20/inherit.exp: remove three dumplicate entries.
9842
9843 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9844
9845 * gdb.t06/break.exp: For "next over recursive call", fail on any
9846 incorrect output, not just on "factorial (value=2)".
9847
9848 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9849
9850 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
9851 working now. Add an xfail if accesing a bss variable causes
9852 a memory error if the target is not yet run.
9853
9854 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9855
9856 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
9857 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
9858 name of __st* demangling (2 strings). Did Kung really get the
9859 more than 95 others right without testing them?
9860
9861 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
9862
9863 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
9864
9865 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
9866
9867 * configure.in (configdirs): Add gdb.disasm
9868 * gdb.disasm: New directory for GDB disassembler tests.
9869 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
9870
9871 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9872
9873 * gdb.t00/help.exp: Don't test "help set".
9874
9875 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
9876 from within expect statements. None of these happen anymore and
9877 they cause regressions to be silently unnoticed.
9878
9879 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
9880 messages) about known failures with gcc cygnus-2.4.5-930417.
9881
9882 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
9883 comp-info.exp so it gets built if it doesn't exist.
9884
9885 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
9886 it is no longer used.
9887 * gdb.t13/comp-info.c: Removed.
9888
9889 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9890
9891 * gdb.t06/signals.exp: Add xfail for sun3.
9892
9893 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9894
9895 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
9896 relevant because ^C doesn't get sent but failure can be reproduced
9897 interactively).
9898
9899 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9900
9901 * gdb.stabs/alpha.mt: New configuration file for alpha.
9902 * gdb.stabs/configure.in: Use it.
9903 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
9904 sharing with alpha.mt, redefine long to word via preprocessor.
9905 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
9906 for alpha.
9907 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
9908 native cc.
9909 * gdb.t00/teststrategy.exp: Change expect string so that we
9910 consume the `(xgdb)' from the command echo and from the gdb prompt.
9911 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
9912 gdb currently compares all values as long, so this failure probably
9913 applies to any configuration where LONGEST is bigger than a target int.
9914 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
9915 with gcc.
9916 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
9917 to handle opaque pointers, gcc is.
9918 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
9919 as first argument. Include <sys/types.h> and change all operator
9920 new definitions to use size_t.
9921 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
9922 now that we use size_t.
9923
9924 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9925
9926 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
9927 a long or float array cast all array members to the same type.
9928 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
9929 with 64 bit longs.
9930 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
9931 on alpha.
9932 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
9933
9934 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9935
9936 * gdb.t24 (demangle.exp): Constructors of templates have names like
9937 vector<int>::vector(int) not vector<int>::vector<int>(int). See
9938 section 14.6 of the ARM.
9939
9940 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
9941 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
9942 accomplish little and slow down the testsuite.
9943
9944 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
9945 Accept spaces various places.
9946
9947 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9948
9949 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
9950 with watchpoint enabled.
9951
9952 * Makefile.in: Remove definition of CC and remove the second
9953 definition of CXX (the "CXX = gcc" one remains). These definitions
9954 were causing backquotes to be expanded within backquotes, which
9955 doesn't work.
9956
9957 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9958
9959 * gdb.t17/callfuncs.exp: Add "return 0" to end.
9960
9961 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9962
9963 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
9964 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
9965 by mips cc and contains no stabs entries.
9966
9967 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
9968
9969 * config/vx-gdb.exp: Use fake device to load files rather than
9970 NFS.
9971 * lib/gdb.exp: New proc to do "file" command.
9972 * config/unix-gdb.exp: Use new "file" proc.
9973
9974 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9975
9976 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
9977 Rework board rebooting slightly.
9978 (gdb_exit): Don't exit from the remote shell; there isn't one.
9979 * gdb.stabs/weird.exp: If a program is being debugged already,
9980 kill it.
9981 * gdb.t04/setvar.exp: Stop and restart gdb.
9982 * gdb.t05/expr.exp: Likewise.
9983 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
9984 restart gdb and reload the program.
9985 * gdb.t08/opaque.exp: Likewise.
9986 * gdb.t12/scope.exp: Likewise.
9987 * gdb.t13/bitfields.exp: Likewise.
9988 * gdb.t15/funcargs.exp: Likewise.
9989 * gdb.t20/classes.exp: Likewise.
9990 * gdb.t03/ptype.exp: Increase timeout.
9991 * gdb.t16/printcmds.exp (test_print_string_constants,
9992 test_print_array_constants): Likewise.
9993 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
9994 * gdb.t20/classes.exp (do_tests): Likewise.
9995 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
9996
9997 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
9998
9999 * gdb.stabs: Renamed *wierd* to *weird*.
10000
10001 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10002
10003 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
10004 for timeout. Add "known gcc 2.4.5 bug" to failure message.
10005
10006 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10007
10008 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
10009 (do_tests): Remove xfail for whatis on one_var and two_var.
10010
10011 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
10012
10013 * Makefile.in: Made cross building work better by adding
10014 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
10015
10016 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10017
10018 * gdb.t15/{return.c,return.exp,Makefile.in}:
10019 New test, currently commented out.
10020
10021 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
10022
10023 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
10024 still running and removes the leftover named socket so GDb can do
10025 clean restarts.
10026
10027 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
10028
10029 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
10030 console, not GDB.
10031 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
10032 cross testing works better with "make check"
10033 * config/unix-gdb: Use default procedures for exit and version.
10034 * config/vx-gdb.exp: Cleaned up and massaged back to working order
10035 with the newest VxWorks.
10036
10037 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10038
10039 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
10040 old form.
10041
10042 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
10043 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
10044
10045 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
10046
10047 * config/unix-gdb.exp: Remove this version of gdb_exit
10048 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
10049 Rob says he'll look at it when he gets back to testing boards.
10050
10051 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
10052
10053 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
10054 an expected fail for certain ptype commands.
10055
10056 * gdb.t20/classes.exp: Update expected results of "ptype class
10057 Base1" to account for the constructor that now appears in the type.
10058
10059 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
10060
10061 * configure.in (configdirs): Restore gdb.t04, which mysteriously
10062 disappeared from list.
10063 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
10064 "alldone" proc with call to cleanup and exit.
10065 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
10066 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
10067 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
10068 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
10069 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
10070 "alldone" proc with simple returns that suppress remaining
10071 tests. The alldone proc went away many months ago.
10072
10073 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10074
10075 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
10076
10077 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
10078
10079 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10080
10081 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
10082 as vax gdb will display them.
10083
10084 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10085
10086 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
10087 optimizers.
10088
10089 * scope.exp: Change "bad value for localval" messages so each one
10090 is unique.
10091
10092 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
10093 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
10094
10095 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
10096
10097 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10098
10099 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
10100 doesn't exist (due to optimization).
10101
10102 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10103
10104 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
10105 contains \r because the filename is long.
10106
10107 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
10108 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
10109
10110 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10111
10112 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
10113 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
10114 Ultrix.
10115 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
10116 int tests.
10117 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
10118
10119 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
10120
10121 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
10122
10123 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
10124 to match does not match the passing case but still matches the
10125 failing case.
10126
10127 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10128
10129 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
10130
10131 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
10132
10133 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
10134 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
10135 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
10136 Remove various versions of gdb_exit.
10137 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
10138 gdb_exit.
10139 * config/unix-gdb.exp: gdb_exit remains here, and should override
10140 the generic version, since it's doing a lot of wierd stuff that
10141 the other versions aren't. FIXME, fold it in, or abandon this
10142 version.
10143
10144 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10145
10146 * gdb.t24/demangle.exp: Add tests for PR 3220.
10147
10148 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10149
10150 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
10151
10152 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
10153
10154 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
10155 "i386-*-*". Works for i486 as well.
10156
10157 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
10158 bug, and expand domain of xfail to all SVR4 systems, since the
10159 actual problem is likely to be in generic SVR4 /proc support.
10160
10161 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10162
10163 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
10164
10165 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
10166
10167 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
10168 xfails for other systems. Match a missing 'Continuing.' as an
10169 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
10170
10171 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
10172 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
10173 Only issue warning for missing executables if -all option is used.
10174
10175 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
10176 file if -all option is used. It's like an unpredictable XFAIL.
10177
10178 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10179
10180 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
10181 for dynamically linked binaries.
10182
10183 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
10184
10185 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10186
10187 * gdb.t20/inherit.exp: Change message for "print tagless struct"
10188 to state that this is a known bug in old versions of g++.
10189
10190 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10191
10192 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
10193 while waiting for `Continuing'.
10194
10195 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
10196
10197 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
10198 in text, data, and bss.
10199 * gdb.t10/nodebug.c: Add local and global test variables for
10200 initialized and uninitialized data.
10201
10202 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10203
10204 * config/unix-gdb.exp (gdb_exit): Add "wait".
10205
10206 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10207
10208 * gdb.t06/signals.exp: xfail the continue from the handler for all
10209 targets.
10210
10211 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
10212 function with watchpoints enabled, the i386 call dummy starts with
10213 a call.
10214
10215 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
10216 386 bsd names its corefiles.
10217
10218 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
10219
10220 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
10221 compilers don't grok it.
10222 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
10223 with small octal ints rather than character constants, which
10224 are signed and might not fit if first promoted to int.
10225
10226 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
10227
10228 * gdb.t09/Makefile.in (clean): Remove corefile.
10229
10230 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10231
10232 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
10233
10234 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10235 and Jim Kingdon (kingdon@cygnus.com)
10236
10237 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
10238 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
10239 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
10240
10241 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10242
10243 * gdb.t17/interrupt.exp: Add xfail for hppa.
10244
10245 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10246
10247 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
10248 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
10249 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
10250 to determine signed-ness of bitfields and use the result to setup
10251 the xfail.
10252 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
10253 * gdb.t15/funcargs.exp: Use them to step until the second indirect
10254 call line is reached if necessary.
10255
10256 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10257
10258 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
10259
10260 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10261
10262 * gdb.t06/break.exp: Also test `clear' command.
10263
10264 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10265
10266 * gdb.t00/teststrategy.exp: Remove extra quote.
10267
10268 * gdb.t07/watchpoint.exp: Change xfail for calling function with
10269 watchpoint enabled to be for all non-68k machines.
10270
10271 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
10272
10273 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10274
10275 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
10276 targets use aout.mt instead of ecoff.mt as gas understands
10277 standard aout format.
10278
10279 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10280
10281 * lib/gdb.exp (runto): Don't insist that function we are running to
10282 was compiled with -g.
10283
10284 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
10285
10286 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
10287 to get back into the read system call.
10288 Accept leading newline in case where we woke it up.
10289
10290 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10291
10292 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
10293 to make the stabs test work on ecoff systems using gcc and -with-stabs.
10294 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
10295 enable ecoff configuration.
10296
10297 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10298
10299 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
10300
10301 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10302
10303 * gdb.t16/printcmds.exp: Add another printf test.
10304
10305 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
10306
10307 * configure.in: If configured -with-stabs on any target, add
10308 stabsdirs to configdirs.
10309
10310 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10311
10312 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
10313 fun" so pattern does not match the command itself.
10314
10315 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10316
10317 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
10318
10319 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10320
10321 * gdb.t17/interrupt.exp: Test for more things.
10322
10323 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10324
10325 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
10326 compiler arranges the code and line numbers.
10327
10328 * gdb.t17/interrupt.exp: Don't send \n after ^C.
10329
10330 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10331
10332 * gdb.t00/help.exp: Increase expect input buffer size.
10333
10334 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10335
10336 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
10337
10338 * gdb.t07/watchpoint.exp: Add xfail for hppa.
10339
10340 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
10341
10342 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
10343 [0-9]*, not just [0-9].
10344
10345 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10346
10347 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
10348
10349 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
10350
10351 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10352
10353 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
10354
10355 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10356
10357 * gdb.t06/signals.c: Add xfails for sun3.
10358
10359 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
10360
10361 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
10362 test_stepping tests.
10363
10364 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10365
10366 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
10367
10368 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
10369
10370 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
10371 rather than actually putting it through cpp twice.
10372
10373 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
10374
10375 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
10376
10377 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
10378 no longer needed.
10379
10380 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10381
10382 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
10383
10384 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
10385 C++ features prints as "struct", make it a pass, not an xfail.
10386
10387 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10388
10389 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
10390 Don't require VA to print as "class" rather than "struct".
10391
10392 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
10393
10394 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
10395
10396 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10397
10398 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
10399
10400 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10401
10402 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
10403 order.
10404
10405 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10406
10407 * gdb.t16/printcmds.exp: Add printf tests.
10408
10409 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
10410
10411 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
10412
10413 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
10414
10415 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
10416 pass counts, to counteract any existing or future setup_xfails.
10417
10418 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10419
10420 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
10421 {BEGIN,END}_COMMON for common block instead of STAB.
10422 * gdb.stabs/wierd.exp: Add xfail for rs6000.
10423
10424 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
10425 intp_var should be N_GSYM not N_LSYM.
10426 wierd-aout.S: Use a label for the value of the N_SO.
10427 wierd.def: Remove all backslashes.
10428 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
10429
10430 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10431
10432 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
10433 get the expected next to inheritance3.
10434
10435 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10436
10437 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
10438 now that gcc-2.4 gets it right.
10439
10440 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10441
10442 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
10443
10444 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
10445 generating comp-info.exp which works for cross-compilation.
10446
10447 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
10448
10449 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
10450 "*-*-sysv4.*".
10451
10452 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
10453
10454 * gdb.t01/run.exp: Start with a fresh gdb.
10455 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
10456 SVR4.x.
10457
10458 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
10459
10460 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
10461 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
10462 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
10463 Makefile.in (distclean, realclean): Remove gdbme.c from list of
10464 things to remove.
10465
10466 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
10467
10468 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
10469 test cases from bug reports.
10470
10471 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
10472
10473 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
10474 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
10475 avoid spurious xfails.
10476 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
10477 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
10478 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
10479
10480 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
10481
10482 * gdb.t00/teststrategy.exp: Rework to provide more useful
10483 description of each test, fix problem with systems that define
10484 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
10485 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
10486 results for "next over recursive call" so timeouts aren't taken
10487 by error.
10488
10489 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
10490
10491 * gdb.t12/scope.exp: Test printing of variables before run.
10492
10493 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
10494 printed in wrong order due to sorting.
10495
10496 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
10497
10498 * gdb.t00/teststrategy.exp: Fix expected results for printing
10499 user entered string constant. Is array of char, prints with no
10500 address.
10501
10502 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
10503 commands.
10504 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
10505 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
10506 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
10507 of struct of char arrays.
10508 * gdb.t00/radix.exp: New tests for radix commands.
10509
10510 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
10511
10512 * gdb.t16/printcmd.exp: Print a variable before running program
10513 (with xfail for AIX).
10514
10515 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
10516
10517 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
10518
10519 * gdb.t16/printcmd.exp: Don't print variables before running program.
10520
10521 * gdb.t06/break.exp: Don't require envp argument to main.
10522
10523 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
10524
10525 * gdb.t02/whatis.exp, gdb.t11/list.exp:
10526 Add xfails for rs6000.
10527
10528 * gdb.t02/whatis.exp: Change other tests not to re-test something
10529 we already tested.
10530
10531 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
10532 each type used has a variable of that type.
10533
10534 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
10535
10536 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
10537
10538 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10539
10540 * configure.in: change srctrigger to be a file, not a directory
10541
10542 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
10543
10544 * configure.in (mips-idt-ecoff*): Added trailing '*'.
10545
10546 * gdb.t11/list.exp: Fixed a couple of typos.
10547
10548 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
10549
10550 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
10551 is fixed and PR is closed.
10552 * gdb.t16 (gdbme.c): Add simple test string variable.
10553 * gdb.t16 (printcmds.exp): Add tests with simple test string
10554 variable, primarily for boundaries on "set print elements".
10555
10556 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
10557
10558 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
10559 Make leading 0's optional and don't expect a tab in the middle
10560 of the number.
10561
10562 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
10563
10564 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
10565 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
10566 don't end command passed to gdb_test with newline.
10567
10568 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
10569 signed keyword away, don't expect signed bitfields to be signed.
10570
10571 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
10572 printing with only as many 1's as are in the field as well as printing
10573 with 32 1's (see comment).
10574
10575 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
10576
10577 * gdb.t00/default.exp: Start with a fresh gdb.
10578 * configure.in (configdirs): Remove gdb.t31 until the chill
10579 compiler works again. It no longer is able to find chillrt0
10580 since it isn't in libchill.a anymore.
10581 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
10582 wierd.o, make more modular.
10583 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
10584 spurious newlines that caused problems.
10585
10586 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10587
10588 * Move test with enums and partial symbols from gdb.t03/ptype.exp
10589 to gdb.stabs/wierd.exp since GCC has worked around the bug.
10590 gdb.stabs/wierd.{exp,def}: Many new tests.
10591
10592 * gdb.t00/default.exp: update info line for new message.
10593
10594 * gdb.t02/{whatis.exp,gdbme.c}:
10595 Test that "char *" doesn't print as "caddr_t".
10596
10597 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10598
10599 * gdb.t00/help.exp: Use .* in place of some help messages which
10600 just changed.
10601 gdb.t00/default.exp: Update "info frame" test for new message.
10602 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
10603 Remove some xfails
10604
10605 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10606
10607 * gdb.t03/{gdbme.c,ptype.exp}:
10608 Add tests for typedef'd struct and union without tags.
10609 Also check "whatis" on a variable of a typedef'd enum without a tag.
10610
10611 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
10612 PRMS 1823; the bug still exists but isn't reproduced by this test
10613 anymore), and remove rs6000 XFAIL (the bug is fixed).
10614
10615 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
10616 duplicated from whatis.exp. For those that are left, accept
10617 "long", "long int", or "int" for long variables (whatis.exp already
10618 has an XFAIL for "int", so no need to fail it here).
10619
10620 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
10621 Deal with GCC's names for types now that GDB uses the compiler's names.
10622
10623 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
10624 setup_xfail's for sunos4. If we #defined the signed keyword away,
10625 don't expect GDB to know that char it is signed.
10626
10627 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
10628
10629 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
10630
10631 * configure.in (configdirs): Add gdb.t24 for C++ tests that
10632 should work on any system, regardless of debugging format.
10633 * gdb.t21/demangle.exp: Move to gdb.t24.
10634 * gdb.t24/demangle.exp: Move from gdb.t21.
10635 * gdb.t24/{Makefile.in, configure.in}: New files.
10636
10637 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10638
10639 * configure.in: Do gdb.stabs and C++ tests only for stabs.
10640 * gdb.stabs: New directory.
10641
10642 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10643
10644 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
10645 not just "Quit anyway?".
10646
10647 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
10648
10649 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
10650 that all setup_xfails are immediately followed by clear_xfails.
10651
10652 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
10653
10654 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
10655 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
10656 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
10657 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
10658 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
10659 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
10660 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
10661 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
10662 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
10663 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
10664 gdb.t31/chillvars.exp, lib/gdb.exp:
10665 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
10666 bug-gdb@prep.ai.mit.edu.
10667
10668 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
10669
10670 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
10671 with 0.0, not integer 0.
10672
10673 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
10674
10675 * gdb.t06/break.exp: Update for "Kill the program" message change.
10676
10677 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
10678
10679 * Makefile.in (GDBFLAGS): Set to -nx.
10680 * Makefile.in (site.exp): Use GDBFLAGS.
10681
10682 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10683
10684 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
10685 Makefiles.
10686 (check): depend on just-check.
10687 (just-check): added so that tests can be run without a noop
10688 build pass.
10689
10690 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10691
10692 Switch to using configure's configdirs.
10693 * Makefile.in (Makefile): add configure.in dependency.
10694 (SUBDIRS): removed redundant assignment.
10695 * configure.in: switch subdirs assignment to configdirs.
10696 * gdb.t*/configure.in: new files.
10697
10698 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
10699
10700 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
10701 works.
10702
10703 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
10704
10705 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
10706 in explicit rules. Apparently this is not supported by some makes.
10707
10708 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
10709
10710 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
10711
10712 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10713
10714 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
10715 disappeared.
10716
10717 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
10718
10719 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
10720
10721 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
10722
10723 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
10724 watchpoint problem that is now fixed.
10725 * gdb.t30/chexp.exp: Remove setup_xfail for printing
10726 uninitialized convenience variables.
10727 * gdb.t31/chillvars.exp: Fix expected patterns for printing
10728 structures.
10729
10730 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10731
10732 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
10733 which causes expect to get out of sync with gdb on long output
10734 from help set.
10735 * gdb.t09/corefile.exp: Make expected pattern for core file
10736 failing signal and frame output format less sun specific.
10737
10738 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
10739
10740 * gdb.t31/chillvars.exp: Add and remove initial dummy
10741 breakpoint, so that symbol table is forced in.
10742 (Needed at least on Sunos4, though it seems not SVR4.)
10743 * gdb.t31/chillvars.exp: Update for changed output format.
10744
10745 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
10746
10747 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
10748
10749 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
10750
10751 * Makefile.in: Added --srcdir when invoking runtest, removed the
10752 need for a local config file. (optional now)
10753
10754 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
10755
10756 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
10757 failure count used to force early termination. Add some more
10758 expected failures for gnu style demangling.
10759
10760 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10761
10762 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
10763 pmi variable from gdb.t20/gdbme to get optimized away.
10764 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
10765 Check for written corefile upon timeout _and_ eof.
10766
10767 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10768
10769 * config/unix-gdb.exp: Add missing return 0.
10770
10771 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10772
10773 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
10774 test termination.
10775
10776 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
10777
10778 * configure.in (subdirs): Put back gdb.t17 which mysteriously
10779 disappeared.
10780
10781 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
10782
10783 * gdb.t10/crossload.exp: Disable the i860-elf test until such
10784 time as i860 support works.
10785
10786 * gdb.t15/funcargs.exp: Fix expected outputs to include
10787 "backtrace 100\r" rather than just "backtrace\r", to match last
10788 change.
10789
10790 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
10791
10792 * config/udi-gdb.exp (gdb_exit): Remove close command.
10793 (gdb_target_udi): New procedure to set the UDI target.
10794 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
10795 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
10796 Added waits for prompts after several question responses. Added
10797 some more responses used by a29k-amd-udi-gdb.
10798 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
10799 pass different arguments, restart UDI connection after program
10800 completion.
10801 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
10802 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
10803 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
10804 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
10805 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
10806 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
10807 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
10808 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
10809 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
10810 after program completion.
10811 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
10812 compiled with a SELECT_VECS setting.
10813 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
10814 infinite recursion.
10815
10816 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
10817 Added checks for COFF results, and made them expected failures for
10818 all targets. It would be better to make them expected failures
10819 for COFF targets only.
10820
10821 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10822
10823 * Makefile.in: add null dvi target, don't bother to recurse
10824 through test directories for info and install-info; rename
10825 $(datadir) to be dejagnu instead of deja-gnu
10826
10827 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
10828
10829 * gdb.t31/gdbme.ch: Re-enable code that previously caused
10830 compiler to coredump.
10831 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
10832 code.
10833
10834 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
10835
10836 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
10837 coredump.
10838 * gdb.t31/chillvars.exp: Comment out tests that depend on that
10839 code.
10840
10841 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
10842
10843 * gdb.t03/ptype.exp: tests for return code from gdb_test.
10844 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
10845 which in a shell. Deletes xgdb when done.
10846 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
10847 Tests the return from the "set height" or "set width" commands.
10848 Added a few return codes where needed.
10849
10850 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
10851
10852 * Makefile.in (SUBDIRS): Add gdb.t17.
10853 * configure.in (subdirs): Add gdb.t17.
10854 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
10855 files to test gdb's calling of functions in the inferior with
10856 the correct arguments and gdb's ability to retrieve any
10857 result returned.
10858
10859 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
10860
10861 * config/unix-gdb.exp (gdb_exit): Remove close commands that
10862 may be called after gdb goes away. Previous versions of expect
10863 needed these to avoid file descriptor leaks, but they cause
10864 errors with the current revision of expect.
10865 * gdb.t00/gdbvars.exp: Use -re on expected output after
10866 setting sevenbit-strings.
10867 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
10868 to set sevenbit-strings consistent across tests.
10869 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
10870 set sevenbit-strings consistent across tests.
10871
10872 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
10873
10874 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
10875 expected output to match current "expect" expectations.
10876
10877 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
10878
10879 * gdb.t00/default.exp: Change expected output for default "source"
10880 command, to match new gdb behavior which requires a filename to
10881 source.
10882
10883 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
10884
10885 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
10886 expected fail for i486-*-* that misses the marker2 function.
10887 * gdb.t10/crossload.exp (bfddefault): Allow successful
10888 recognition of a format to pass even if no symbols are found.
10889 Explicitly catch failures where the format is not recognized
10890 or is ambiguous, and add the reason to the fail message.
10891 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
10892 the cause is and invalid target and add reason to failure message.
10893 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
10894 elf32-i386, elf32-sparc, and elf32-i860.
10895 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
10896 Set up expected failure for 'filename'::variable scope resolution,
10897 which is now apparently broken on all targets.
10898 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
10899 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
10900 gdb.t23/templates.exp: Change failure for missing binfile into
10901 just a warning.
10902 gdb.t21/demangle.exp: Change all cfront references to 'arm'
10903 references.
10904
10905 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
10906
10907 * gdb.t00/default.exp: Add expected output for default "source"
10908 command, to match new gdb behavior.
10909 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
10910
10911 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
10912
10913 * config/*-gdb.exp: returns an error, rather than exiting on
10914 internal errors.
10915
10916 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
10917
10918 * gdb.t03/gdbme.c: Add pointer to struct variable.
10919 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
10920 referencing struct members.
10921
10922 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
10923
10924 * configure.in (mips-idt-ecoff): New target.
10925 * config/mips-gdb.exp: New file for remote board using MIPS remote
10926 debugging protocol.
10927
10928 * Redid configuration scheme. Removed gdb.t*/configure.in.
10929 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
10930 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
10931 distclean targets. Built executables via .o files. Adjusted
10932 tests to account for source files in $(srcdir) rather than
10933 $(objdir).
10934 * lib/gdb.exp (runto): Don't expect () after the function name,
10935 because it may have arguments.
10936
10937 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
10938
10939 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
10940 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
10941 expected failures for mips-idt-* and mips-sgi-*.
10942 * gdb.t00/default.exp (attach): Kill process if requested.
10943 * gdb.t00/help.exp (help target core, help target): Accept a gdb
10944 that does not read core files.
10945 * gdb.t01/run.exp: Removed checks for exit status code.
10946 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
10947 it is linked in.
10948 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
10949 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
10950 appropriate, rather than doing it by hand.
10951 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
10952 execution.
10953 * gdb.t10/crossload.exp: Kill existing program if needed.
10954 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
10955 appropriate, rather than doing it by hand. Always increase
10956 timeout for this test, not just for VxWorks.
10957
10958 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
10959
10960 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
10961 of Chill STRUCT types and STRUCT values.
10962 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
10963 than "char".
10964 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
10965 struct2): New struct definitions and initializations to test
10966 simple Chill STRUCT types.
10967
10968 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
10969
10970 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
10971 the null byte at the end of strings.
10972 * gdb.t00/default.exp: Make show version insensitive to copyright
10973 date.
10974 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
10975 to avoid dependencies on target char signedness.
10976 * gdb.t16/printcmds.exp: Update expected results for explicitly
10977 unsigned char.
10978 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
10979 now work.
10980 * gdb.t21/demangle.exp: Add many more patterns for template
10981 demangling, most of them being expected failures.
10982 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
10983 string we are matching for, to match on the whole string.
10984 * gdb.t21/demangle.exp: Add many new test strings to demangle,
10985 and fix a whole bunch that had incorrect expected output but were
10986 passing anyway because of the bug in "proc demangle".
10987 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
10988 type.
10989 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
10990
10991 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
10992
10993 * gdb/testsuite: made modifications to testcases, etc., to allow
10994 them to work properly given the reorganization of deja-gnu and the
10995 relocation of the testcases from deja-gnu to a "tool" subdirectory.
10996
10997 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
10998
10999 * gdb/testsuite: Initial creation of gdb/testsuite.
11000 Migrated dejagnu testcases and support files for testing nm to
11001 gdb/testsuite from deja-gnu. These files were moved "as is"
11002 with no modifications. This migration is part of a major overhaul
11003 of dejagnu. The modifications to these testcases, etc., which
11004 will allow them to work with the new version of dejagnu will be
11005 made in a future update.
11006 \f
11007 Local Variables:
11008 mode: change-log
11009 left-margin: 8
11010 fill-column: 74
11011 version-control: never
11012 End: