2004-06-11 Randolph Chung <tausq@debian.org>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
338e05af
AC
12004-06-10 Andrew Cagney <cagney@gnu.org>
2
3 * lib/compiler.cc, lib/compiler.c: Append either
4 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
5 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
6 instead of gcc-3-3.
7
dc3f10cb
AC
82004-06-09 Andrew Cagney <cagney@gnu.org>
9
b4d946af
AC
10 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
11 gdb/1455, bug is specific to "long long" and "double".
12
dc3f10cb
AC
13 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
14 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
15 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
16 fixed.
17
b5c0bfa2
AC
182004-06-09 Andrew Cagney <cagney@gnu.org>
19
20 * gdb.base/structs.exp (test_struct_returns): Replace
21 "return_value_unknown" and "finish_value_unknown" by
22 "return_value_known" and "finish_value_known". Instead of
23 "return_value_unknown" iff "finish_value_unknown", check
24 "return_value_known" implies "finish_value_known".
25
caeb605f
MH
262004-06-08 Martin Hunt <hunt@redhat.com>
27
28 * gdb.base/float.exp: Add pattern for mips targets.
29
c892bb64
RC
302004-06-08 Randolph Chung <tausq@debian.org>
31
32 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
33 message for unknown architectures more clear.
34
48306d3e
JB
352004-06-08 Joel Brobecker <brobecker@gnat.com>
36
37 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
38 start the execution of the program.
39
83ecb59f
JB
402004-06-07 Jim Blandy <jimb@redhat.com>
41
42 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
43 * gdb.arch/i386-cpuid.h: New helper file.
44
55264cb4
RC
452004-06-07 Randolph Chung <tausq@debian.org>
46
47 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
48 has started.
49
23cadb28
RM
502004-06-04 Roland McGrath <roland@redhat.com>
51
52 Fix PR gdb/1647.
53 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
54 differently to be robust to output buffering differences.
55
51d01eda
MC
562004-06-04 Michael Chastain <mec.gnu@mindspring.com>
57
58 * gdb.threads/pthreads.exp: Update copyright years.
59 (check_control_c): Change asynchronous 'after' to synchronous.
60
f4fc3b93
RM
612004-06-04 Roland McGrath <roland@redhat.com>
62
63 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
64 next gdb prompt.
65
4013522b
MC
662004-06-02 Michael Chastain <mec.gnu@mindspring.com>
67
68 Fix PR gdb/1636.
69 * gdb.threads/manythreads.exp: Change asynchronous 'after'
70 calls to synchronous.
71
7a8f1e6b
JB
722004-05-26 Jim Blandy <jimb@redhat.com>
73
74 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
75
81bb3443
RC
762004-05-24 Randolph Chung <tausq@debian.org>
77
78 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
79 * gdb.asm/pa.inc: New file.
80
8f5a3103
MK
812004-05-22 Mark Kettenis <kettenis@gnu.org>
82
83 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
84
734b8fe8
JB
852004-05-21 Joel Brobecker <brobecker@gnat.com>
86 Daniel Jacobowitz <drow@mvista.com>
87
88 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
89 GDB prompt.
90
725603e1
UW
912004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
92
f4fc3b93 93 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
94 setjmp/longjmp. Use sigaction instead of signal.
95
8b923272
JB
962004-05-19 J. Brobecker <brobecker@gnat.com>
97 Michael Snyder <msnyder@redhat.com>
98
99 * gdb.threads/pthread_cond_wait.c: New file.
100 * gdb.threads/pthread_cond_wait.exp: New testcase.
101
8bfabb04
AC
1022004-05-13 Andrew Cagney <cagney@redhat.com>
103
104 * gdb.base/signull.exp, gdb.base/signull.c: New files.
105 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
106
42edda50
AC
1072004-05-11 Andrew Cagney <cagney@redhat.com>
108
109 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
110 fixed but revealed gdb/1639.
111
d303a6c7
AC
1122004-05-10 Andrew Cagney <cagney@redhat.com>
113
114 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
115 func1" and "next to 2nd alarm", kernel bug avoided.
116
bf08c2a1
DJ
1172004-05-10 Daniel Jacobowitz <dan@debian.org>
118
119 PR external/1568
120 * gdb.base/bigcore.exp: Check the size of the dumped core file.
121 XFAIL if it is smaller than bytes_allocated.
122 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
123 (main): Make chunks_allocated unsigned. Correct comment.
124
c0586a34
JB
1252004-05-07 Joel Brobecker <brobecker@gnat.com>
126
127 * gdb.arch/powerpc-aix-prologue.c: New file.
128 * gdb.arch/powerpc-aix-prologue.exp: New file.
129
f2785d12
JB
1302004-05-07 Jim Blandy <jimb@redhat.com>
131
132 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
133 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
134
bd7f6e30
JB
1352004-05-06 Joel Brobecker <brobecker@gnat.com>
136
137 * gdb.base/sep.exp: No longer setup_kfail when the program was
138 built with dwarf2.
139
0a5e7efe
JI
1402004-05-05 Jim Ingham <jingham@apple.com>
141
142 * gdb.base/pending.exp: Make sure pending breakpoints
143 preserve the ignore count.
f4fc3b93 144
a8958849
MK
1452004-04-27 Jerome Guitton <guitton@gnat.com>
146
147 * i386-prologue.exp: Add testcase for jump instruction as first
148 instruction of the real code.
149 * i386-prologue.c (jump_at_beginning): New function.
150
7e103f5b
MK
1512004-04-28 Mark Kettenis <kettenis@gnu.org>
152
153 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
154 x86_64-*-*.
155
5d38b224
MK
1562004-04-28 Mark Kettenis <kettenis@gnu.org>
157
158 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
159 i*86-*-*.
160
0ef32fd9
MK
1612004-04-25 Mark Kettenis <kettenis@gnu.org>
162
163 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
164 expression that checks the return type.
165
71d7dd7c
AC
1662004-04-23 Andrew Cagney <cagney@redhat.com>
167
168 * gdb.base/call-sc.exp: New test of scalar call/return values.
169 * gdb.base/call-sc.c: Ditto.
170
1e9f977e
JJ
1712004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
172
173 * gdb.threads/manythreads.c: Reduce thread stack size.
174
899d9e3a
JJ
1752004-04-23 Jeff Johnston <jjohnstn@redhat.com>
176
177 * gdb.threads/manythreads.c: Add copyright notice.
178
61bcae62
AC
1792004-04-23 Andrew Cagney <cagney@redhat.com>
180
181 * gdb.base/siginfo.exp: Better handle step out of signal.
182 * gdb.base/sigstep.exp: Ditto.
183
7339a42e
JJ
1842004-04-22 Jeff Johnston <jjohnstn@redhat.com>
185 Daniel Jacobowitz <drow@mvista.com>
186
187 * gdb.threads/manythreads.c: New testcase.
188 * gdb.threads/manythreads.exp: Ditto.
189
5c98409b
JB
1902004-04-22 Jim Blandy <jimb@redhat.com>
191
192 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
193 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
194
3b611f1a
MC
1952004-04-21 Michael Chastain <mec.gnu@mindspring.com>
196
197 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
198
f0fd9238
AC
1992004-04-21 Andrew Cagney <cagney@redhat.com>
200
201 * gdb.base/sigstep.c: New file.
202 * gdb.base/sigstep.exp: New file.
203
90990674
JB
2042004-04-16 Joel Brobecker <brobecker@gnat.com>
205
206 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
207 call to observer_notify_normal_stop.
208
78cef34b
AC
2092004-04-15 Andrew Cagney <cagney@redhat.com>
210
211 * gdb.base/siginfo.c: New file.
212 * gdb.base/siginfo.exp: New file.
213
d2343407
JB
2142004-04-12 J. Brobecker <brobecker@gnat.com>
215
216 * gdb.base/sep.exp: Fix typo in comment.
217
a2dba3c8
JB
2182004-04-12 J. Brobecker <brobecker@gnat.com>
219
220 * gdb.base/sep.c: New file.
221 * gdb.base/sep-proc.c: New file.
222 * gdb.base/sep.exp: New testcase.
223
15f7b60e
MK
2242004-04-09 Mark Kettenis <kettenis@gnu.org>
225
226 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
227 support.
228
44f4de1a
AC
2292004-04-05 Andrew Cagney <cagney@redhat.com>
230
231 * gdb.base/sigaltstack.c: New file.
232 * gdb.base/sigaltstack.exp: New file.
233
ef04f396
JB
2342004-04-04 Joel Brobecker <brobecker@gnat.com>
235
236 * gdb.base/foll-fork.exp: Update the expected output for
237 "help set follow-fork-mode", to match a change that was made
238 to the help of this variable on 2004-01-13.
239
d40d2c92
JB
2402004-04-01 Joel Brobecker <brobecker@gnat.com>
241
242 * lib/ada.exp: Add copyright notice.
243 * bar.ads: Likewise.
244 * bar.adb: Likewise.
245 * null_record.adb: Likewise.
246 * null_record.exp: Likewise.
247 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
248
f86ef5a3
JB
2492004-04-01 Joel Brobecker <brobecker@gnat.com>
250
251 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
252 * configure: Regenerate.
253
414e70e3
JB
2542004-04-01 Joel Brobecker <brobecker@gnat.com>
255
256 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
257 to build the application. Remove the message printed when in
258 verbose mode, redundant with the UNSUPPORTED message above.
259
f0aaee49
JB
2602004-03-31 Joel Brobecker <brobecker@gnat.com>
261
262 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
263 * gdb.ada (null_record.exp): New testcase.
264
ac81cb54
JB
2652004-03-31 Joel Brobecker <brobecker@gnat.com>
266
267 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
268
854af2f7
JB
2692004-03-31 Joel Brobecker <brobecker@gnat.com>
270
271 * gdb.ada: New subdirectory.
272 * gdb.ada/Makefile.in: New file.
273 * gdb.ada/gnat_ada.gpr.in: New file.
274
034cb681
JB
2752004-03-31 Joel Brobecker <brobecker@gnat.com>
276
277 * lib/ada.exp: New file.
278
78a1a894
DJ
2792004-03-24 Daniel Jacobowitz <drow@mvista.com>
280
281 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
282 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
283
4b2b3b3e
AC
2842004-03-22 Andrew Cagney <cagney@redhat.com>
285
286 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
287 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
288 Problem identified by Ulrich Weigand.
289
23c73aa3
DC
2902004-03-17 David Carlton <carlton@kealia.com>
291
292 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
293 PR c++/826.
294
d63a86f8
RM
2952004-03-16 Roland McGrath <roland@redhat.com>
296
297 * gdb.base/auxv.exp: New file.
298 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
299
0e02aa50
DC
3002004-03-12 David Carlton <carlton@kealia.com>
301
302 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
303 * gdb.cp/pr-1553.cc: Ditto.
304 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
305 pass branch.
306
c20b71be
MC
3072004-03-12 Michael Chastain <mec.gnu@mindspring.com>
308
309 * gdb.cp/templates.exp: Accept more template types.
310
c7414a01
MC
3112004-03-09 Michael Chastain <mec.gnu@mindspring.com>
312
313 From Corinna Vinschen with modifications.
314 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
315 local variable obj_with_enum.
316 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
317 results with obj_with_enum.
318
ed69573c
MC
3192004-03-09 Michael Chastain <mec.gnu@mindspring.com>
320
321 * gdb.cp/classes.cc: New file, copied from misc.cc.
322 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
323
28301461
MC
3242004-03-09 Michael Chastain <mec.gnu@mindspring.com>
325
326 * gdb.cp/misc.cc: Add copyright notice.
327
1198ecbe
DC
3282004-03-05 David Carlton <carlton@kealia.com>
329
330 * gdb.cp/rtti.exp: Add 'print *obj3' test.
331 * gdb.cp/rtti.h: Update copyright.
332 (namespace n2::n3): New.
333 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
334 (n2::n3::func3): New.
335 (main): Call n2::n3::func3.
336 * gdb.cp/rtti2.cc: Update copyright.
337 (n2::create3): New.
338
9e08c470
MK
3392004-03-04 Mark Kettenis <kettenis@gnu.org>
340
341 * gdb.asm/openbsd.inc: Fix typo.
342
4bebc3aa
FF
3432004-03-03 Fred Fish <fnf@redhat.com>
344
345 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
346 "val" instead of unused "size". Update copyright year.
347
6ea9fb37
DJ
3482004-02-29 Daniel Jacobowitz <drow@mvista.com>
349
350 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
351 to use unsigned char.
352 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
353 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
354
23b23974
DJ
3552004-02-29 Daniel Jacobowitz <drow@mvista.com>
356
357 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
358 line of output.
359
7574fd53
DJ
3602004-02-28 Daniel Jacobowitz <drow@mvista.com>
361
362 * gdb.base/relocate.c (dummy): Initialize.
363
a195357f
DJ
3642004-02-28 Daniel Jacobowitz <drow@mvista.com>
365
366 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
367 a breakpoint at exit.
368
72fd54a9
FF
3692004-02-27 Fred Fish <fnf@redhat.com>
370
371 * gdb.base/chng-syms.exp: Add expect condition to match failing
372 case that isn't a timeout.
373
b9d23137
AC
3742004-02-27 Andrew Cagney <cagney@redhat.com>
375
376 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
377 support.
378
15d208f6 3792004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 380
15d208f6
FF
381 * gdb.arch/gdb1431.c: Remove.
382 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
383 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
384 of "until" incorrectly.
385
98f9cd2d
JB
3862004-02-26 J. Brobecker <brobecker@gnat.com>
387
388 * gdb.cp/class2.cc (empty): New class.
389 (refer): New function.
390 (main): Declare an object of type empty and use it.
391 * gdb.cp/class2.exp: Print the value of an object of type empty.
392
9b50c11b
JJ
3932004-02-26 Jeff Johnston <jjohnstn@redhat.com>
394
395 * gdb.base/langs.exp: Update query string to match the
396 new nquery format used for pending breakpoints.
397
0dcd613f
AC
3982004-02-26 Andrew Cagney <cagney@redhat.com>
399
400 Fix PR i18n/1570.
401 * gdb.base/charset.c: Update copyright notice.
402 (main, init_string): Remove the escape character '\e' tests.
403 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
404 * gdb.base/charset.exp (valid_host_charset): Ditto.
405 * gdb.base/setvar.exp: Ditto.
406
b8a56647
AC
4072004-02-24 Andrew Cagney <cagney@redhat.com>
408
90d59e34
AC
409 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
410 mmapped data in core file" PASS and FAIL messages consistent.
411
b8a56647
AC
412 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
413 setting a breakpoint. Work around PR java/1565.
414
9f27c604
JJ
4152004-02-23 Jeff Johnston <jjohnstn@redhat.com>
416
417 * lib/gdb.exp (gdb_breakpoint): Update query string to match
418 new nquery format.
419 * gdb.base/pending.exp: Ditto.
420
3224a706
MK
4212004-02-22 Mark Kettenis <kettenis@gnu.org>
422
423 * configure.in: Run stabs tests on *BSD.
424 * configure: Regenerated.
425
41e0a9ca
MK
4262004-02-21 Mark Kettenis <kettenis@gnu.org>
427
428 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
429
1e1b3428
FF
4302004-02-20 Fred Fish <fnf@redhat.com>
431
432 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
433 blank in test for "returns short", for consistency with other
434 "returns xxx" tests. Update copyright year.
435
f9a7572a
FF
4362004-02-19 Fred Fish <fnf@redhat.com>
437
438 New testcase for PR breakpoint/1558.
439 * gdb.arch/gdb1558.exp: New file.
440 * gdb.arch/gdb1558.c: New file.
441
b2ce2854
EZ
4422004-02-19 Elena Zannoni <ezannoni@redhat.com>
443
444 * gdb.base/nodebug.exp: Fix typo.
445
e7c9ff01
JB
4462004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
447
448 Committed by Jim Blandy <jimb@redhat.com>.
449
62f4b920
JB
450 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
451
2db536a1
JB
452 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
453
e7c9ff01
JB
454 * gdb.base/float.exp: Support s390*-*-* targets.
455
f3205b34
AF
4562004-02-17 Adam Fedor <fedor@gnu.org>
457
458 * gdb.base/gdb1555.exp: New file.
459 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
460
9d62932d
EZ
4612004-02-17 Elena Zannoni <ezannoni@redhat.com>
462
463 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
464
344c9711
FF
4652004-02-16 Fred Fish <fnf@redhat.com>
466
467 * gdb.arch/gdb1291.c: Remove
468 * gdb.arch/gdb1291.s: New test input file.
469 * gdb.arch/gdb1291.exp: Expand test to check case that should not
470 fail. Test for correct result, known incorrect result, other
471 failures and timeouts.
472
2d822687
AC
4732004-02-16 Andrew Cagney <cagney@redhat.com>
474
475 * gdb.base/bigcore.exp: New file.
476 * gdb.base/bigcore.c: New file.
477
dac15b66
AC
4782004-02-13 Andrew Cagney <cagney@redhat.com>
479
480 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
481 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
482 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
483 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
484 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
485 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
486 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
487 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
488 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
489 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
490
6bdfc2c4
JJ
4912004-02-11 Jeff Johnston <jjohnstn@redhat.com>
492
493 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
494 executed is an alloc instruction.
495
87b3ede8
DC
4962004-02-11 David Carlton <carlton@kealia.com>
497
498 * gdb.cp/breakpoint.exp: New.
499 * gdb.cp/breakpoint.cc: New.
500
6e19e2bf
MC
5012004-02-11 Michael Chastain <mec.gnu@mindspring.com>
502
503 Partial fix for PR gdb/1543.
504 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
505 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
506 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
507 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
508 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
509 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
510 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
511 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
512 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
513 to bug-gdb@prep.ai.mit.edu .
514 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
515 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
516 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
517 Likewise.
518
5c5455dc
AC
5192004-02-10 Andrew Cagney <cagney@redhat.com>
520
521 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
522 using gdb_internal_error_resync.
523
9cf689d7
DJ
5242004-02-09 Daniel Jacobowitz <drow@mvista.com>
525
526 * gdb.threads/thread-specific.exp: Stop early if no threads are
527 found.
528
d2dc51db
MC
5292004-02-09 Michael Chastain <mec.gnu@mindspring.com>
530
531 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
532
14b1a056
DJ
5332004-02-08 Daniel Jacobowitz <drow@mvista.com>
534
535 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
536 breakpoints.
537
83f66e8f
DJ
5382004-02-07 Daniel Jacobowitz <drow@mvista.com>
539
540 * config/sim.exp (gdb_load): Handle $arg == "".
541 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
542 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
543
30fc0091
EZ
5442004-02-07 Elena Zannoni <ezannoni@redhat.com>
545
546 * gdb.base/maint.exp: Update test to reflect
547 obstack changes.
548
4d806929
JJ
5492004-02-04 Jeff Johnston <jjohnstn@redhat.com>
550
551 * gdb.base/pendshr.c (pendfunc): New function that calls
552 pendfunc1.
553 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
554
7bfdd688
FF
5552004-02-04 Fred Fish <fnf@redhat.com>
556
557 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
558 function symbols and update copyright years.
559 * gdb.arch/gdb1291.c: Ditto.
560
aaa08ee4
MC
5612004-02-03 Michael Chastain <mec.gnu@mindspring.com>
562
563 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
564
dbad7755
MC
5652004-02-03 Michael Chastain <mec.gnu@mindspring.com>
566
567 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
568
ec4646ef
MC
5692004-02-03 Michael Chastain <mec.gnu@mindspring.com>
570
571 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
572
1b802196
FF
5732004-02-02 Fred Fish <fnf@redhat.com>
574
575 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
576 remote targets. Update copyright years.
577
18fe2033
JJ
5782004-02-02 Jeff Johnston <jjohnstn@redhat.com>
579
580 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
581 support.
582 * gdb.base/langs.exp: Fix test which attempts to create
583 breakpoint on non-existent function to handle new pending
584 support.
585 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
586 a breakpoint.
587 * gdb.base/pending.exp: New test.
588 * gdb.base/pending.c: New file.
589 * gdb.base/pendshr.c: Ditto.
590
8d577d32
DC
5912004-02-02 David Carlton <carlton@kealia.com>
592
593 * gdb.cp/overload.exp: Add overloadNamespace tests.
594 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
595 (overloadNamespace, XXX): New.
596 (main): Call XXX::marker2.
597
3ad13771
FF
5982004-02-01 Fred Fish <fnf@redhat.com>
599
600 * gdb.base/dump.exp: Use runto_main instead of "runto main".
601 * gdb.base/finish.exp: Ditto.
602 * gdb.base/gcore.exp: Ditto.
603 * gdb.base/huge.exp: Ditto.
604 * gdb.base/info-proc.exp: Ditto.
605 * gdb.base/return2.exp: Ditto.
606 * gdb.threads/gcore-thread.exp: Ditto.
607
44c75849
DJ
6082004-02-01 Daniel Jacobowitz <drow@mvista.com>
609
610 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
611
005bc093
MK
6122004-02-01 Mark Kettenis <kettenis@gnu.org>
613
614 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
615 that opening the file succeeds on OpenBSD.
616
c47cebdb
DJ
6172004-02-01 Daniel Jacobowitz <drow@mvista.com>
618
619 * gdb.threads/thread-specific.c: New file.
620 * gdb.threads/threads-specific.exp: New test script.
621 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
622 to expect_out.
623
5a01311c
MK
6242004-02-01 Mark Kettenis <kettenis@gnu.org>
625
626 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
627 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
628 only on the "print_small_structs from print_long_arg_list" test.
629
ce22a4f1
DJ
6302004-02-01 Daniel Jacobowitz <drow@mvista.com>
631
632 * gdb.base/completion.exp: Kill a stray backslash.
633
634 From Jim Ingham <jingham@apple.com>:
635 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
636 agrees with the result from sending a tab.
637
abbab9d3
DJ
6382004-01-31 Daniel Jacobowitz <drow@mvista.com>
639
640 * gdb.base/chng-syms.exp: Remove stray newline.
641
53904d1e
MK
6422004-01-31 Mark Kettenis <kettenis@gnu.org>
643
644 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
645 *-*-openbsd*.
646 * gdb.asm/openbsd.inc: New file.
647
3a4b3aac
MK
6482004-01-30 Mark Kettenis <kettenis@gnu.org>
649
650 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
651 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
652 *-*solaris2*. Remove commented out default settings for
653 asm-flags. Replace gdb_compile with target_link.
654
ebac27b4
MC
6552004-01-29 Michael Chastain <mec.gnu@mindspring.com>
656
657 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
658 for all tests. Remove old hp-ux and cygnus xfail cases.
659
d8679d84
PH
6602004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
661
662 * gdb.base/chng-syms.exp: New file.
663 * gdb.base/chng-syms.c: New file.
664
0a55bc22
MC
6652004-01-24 Michael Chastain <mec.gnu@mindspring.com>
666
667 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
668 Provide arms for current output in all my configurations.
669
94b8e876
MC
6702004-01-24 Michael Chastain <mec.gnu@mindspring.com>
671
672 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
673 * lib/compiler.cc: Likewise.
674 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
675 get the right preprocessor. Eval the output directly. Remove
676 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
677 hp_f77_compiler and hp_f90_compiler completely.
678 (gdb_preprocess): Delete.
679 (get_compiler): Delete.
680
7cf03d44
MK
6812004-01-24 Mark Kettenis <kettenis@gnu.org>
682
683 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
684 <string.h>.
685
68b6dce9
NR
6862004-01-24 Nick Roberts <nick@nick.uklinux.net>
687
688 * gdb.mi/mi-stack.exp: Update copyright.
689
b368761e
DC
6902004-01-23 David Carlton <carlton@kealia.com>
691
692 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
693 test for cp_lookup_transparent_type.
694 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
695 call them.
696
f2061b53
DJ
6972004-01-23 Daniel Jacobowitz <drow@mvista.com>
698
699 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
700 after -var-update.
701
37fc574a
DC
7022004-01-23 David Carlton <carlton@kealia.com>
703
704 * gdb.cp/namespace.cc (C::ensureRefs): New.
705 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
706
8e94b928
NR
7072004-01-20 Nick Roberts <nick@nick.uklinux.net>
708
709 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
710 case "-stack-list-locals 2".
711 * gdb.mi/mi-var-child.exp: Test for case
712 "-var-list-children --all-values NAME".
713
997b0952
MC
7142004-01-18 Michael Chastain <mec.gnu@mindspring.com>
715
716 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
717
52470da3
MK
7182004-01-18 Mark Kettenis <kettenis@gnu.org>
719
7049b4b8
MK
720 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
721 used with gdb_test_multiple.
722
52470da3
MK
723 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
724 read at address 0. This fixes PR testsuite/1504.
725
da6012e5
DJ
7262004-01-18 Daniel Jacobowitz <drow@mvista.com>
727
728 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
729 Remove downloading, guessing the host executable, the calls to
730 gdb_file_cmd and gdb_target_cmd, and "load" support.
731 (infer_host_exec): New function broken out from gdb_load.
732 (gdb_load): New wrapper for gdbserver_gdb_load.
733 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
734 gdb_target_cmd. Use -target-select.
735 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
736 Download binaries to the host. Clear last_mi_remote_file when
737 we load a new binary.
738 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
739 call gdbserver_gdb_load and mi_gdb_target_cmd.
740
32c70722
MC
7412004-01-17 Michael Chastain <mec.gnu@mindspring.com>
742
743 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
744 type patterns.
745
b0cecf36
MC
7462004-01-17 Michael Chastain <mec.gnu@mindspring.com>
747
748 * gdb.cp/templates.exp: Fix typo in test name of
749 "print Foo<volatile char*>::foo".
750
4120d7e6
MC
7512004-01-15 Michael Chastain <mec.gnu@mindspring.com>
752
753 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
754
f679e530
BE
7552004-01-16 Ben Elliston <bje@wasabisystems.com>
756
757 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
758 (clean mostlyclean): Remove empty rm.
759
091c48f6
MC
7602004-01-15 Michael Chastain <mec.gnu@mindspring.com>
761
762 * gdb.base/setvar.exp: Add copyright years.
763
3e5fc8d2
DC
7642004-01-14 David Carlton <carlton@bactrian.org>
765
766 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
767 PR c++/1511 and update coment.
768 * gdb.cp/templates.exp: Update patterns to match current output.
769 If changes involve something other than whitespace, KFAIL
770 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
771
63d06c5c
DC
7722004-01-14 David Carlton <carlton@kealia.com>
773
774 * gdb.cp/namespace.exp: Add tests involving classes defined within
775 namespaces.
776 * gdb.cp/namespace.cc (C::CClass): New.
777 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
778
a51dab88
EZ
7792004-01-14 Elena Zannoni <ezannoni@redhat.com>
780
781 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
782 what debug info we have. Print a better message if something goes
783 wrong while producing the separate debug info file.
784
a476ccc9
MC
7852004-01-14 Michael Chastain <mec.gnu@mindspring.com>
786
787 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
788
f453692c
MC
7892004-01-14 Michael Chastain <mec.gnu@mindspring.com>
790
791 * gdb.base/callfuncs.c: Add copyright notice.
792
f40063a5
MC
7932004-01-13 Michael Chastain <mec.gnu@mindspring.com>
794
795 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
796 inheritance. PR gdb/1498, PR gcc/13539.
797
19ac3974
EZ
7982004-01-13 Elena Zannoni <ezannoni@redhat.com>
799
800 * gdb.threads/gcore-thread.exp: Prefix name of binary with
801 test specific name.
802 * gdb.mi/gdb669.exp: Ditto.
803 * gdb.mi/mi-pthreads.exp: Ditto.
804 * gdb.mi/mi1-pthreads.exp: Ditto.
805 * gdb.mi/mi2-pthreads.exp: Ditto.
806
56c97c6e
MC
8072004-01-12 Michael Chastain <mec.gnu@mindspring.com>
808
809 * gdb.cp/member-ptr.cc: Add copyright notice.
810
a0644324
MC
8112004-01-12 Michael Chastain <mec.gnu@mindspring.com>
812
813 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
814 some patterns for recent versions of gcc and hpacc. Delete
815 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
816 Delete tests that access a NULL pointer-to-member-data. This
817 script is still disabled for gcc.
818
32fabe09
EZ
8192004-01-12 Elena Zannoni <ezannoni@redhat.com>
820
821 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
822 escaped correctly.
823
1f8a6abb
EZ
8242004-01-12 Elena Zannoni <ezannoni@redhat.com>
825
826 * gdb.base/sepdebug.exp: New file.
827 * gdb.base/sepdebug.c: New file.
828 * lib/gdb.exp (separate_debug_filename): New procedure.
829 (gdb_gnu_strip_debug): New procedure.
830
48efe704
AC
8312004-01-12 Andrew Cagney <cagney@redhat.com>
832
833 * gdb.mi/ChangeLog: Delete file. Renamed to ...
834 * gdb.mi/ChangeLog-1999-2003: New file.
835
a9415475
AC
8362004-01-12 Andrew Cagney <cagney@redhat.com>
837
838 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
839 "Renaming a directory to a non-empty directory returns ENOTEMPTY
840 or EEXIST", treat EBUSY as an XFAIL.
841
83b8cf9d
MC
8422004-01-11 Michael Chastain <mec.gnu@mindspring.com>
843
844 * gdb.base/scope.exp: Remove obsolete setup_xfail for
845 hp_cc_compiler.
846
9939d2a8
MC
8472004-01-10 Michael Chastain <mec.gnu@mindspring.com>
848
849 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
850 decorations.
851
1ff8cadf
MC
8522004-01-10 Michael Chastain <mec.gnu@mindspring.com>
853
854 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
855 and "(aCC)" decorations. Remove obsolete doco about old
856 test results.
857
6fa9022e
MC
8582004-01-09 Michael Chastain <mec.gnu@mindspring.com>
859
860 * gdb.cp/exception.exp: Fix typo in doco.
861
209721fe
MK
8622004-01-09 Mark Kettenis <kettenis@gnu.org>
863
864 * gdb.base/gdb1476.exp: Fix typo.
865
ef11303e
MC
8662004-01-09 Michael Chastain <mec.gnu@mindspring.com>
867
868 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
869 file.
870
041ab88c
MC
8712004-01-09 Michael Chastain <mec.gnu@mindspring.com>
872
873 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
874 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
875 Use gdb_compile. Remove restriction on gcc. Add some patterns
876 for recent version of gdb. Delete second half, which was a copy
877 of the first half with different build flags. This test is
878 still disabled because it is still not ready for production.
879
e36d075a
MC
8802004-01-08 Michael Chastain <mec.gnu@mindspring.com>
881
882 * gdb.cp/exception.cc: Add copyright notice.
883 * gdb.cp/exception.exp: Add a notice that this file is broken
884 because of line number changes caused by addition of copyright
885 notice.
886
42b190ad
MC
8872004-01-08 Michael Chastain <mec.gnu@mindspring.com>
888
889 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
890 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
891
8f25f06b
MC
8922004-01-08 Michael Chastain <mec.gnu@mindspring.com>
893
894 * gdb.cp/classes.exp: Accept gnu abi 2.
895 * gdb.cp/derivation.exp: Likewise.
896 * gdb.cp/overload.exp: Likewise.
897 * gdb.cp/virtfunc.exp: Likewise.
898
06ded8b8
MC
8992004-01-08 Michael Chastain <mec.gnu@mindspring.com>
900
901 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
902 semicolon after end of function.
903
77c26ae3
MC
9042004-01-07 Michael Chastain <mec.gnu@mindspring.com>
905
906 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
907 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
908 boilerplate code for compiling and running the program under
909 test. Add some string method tests.
910
20757486
MC
9112004-01-07 Michael Chastain <mec.gnu@mindspring.com>
912
913 * gdb.cp/bs15503.cc: Add copyright notice.
914 * gdb.cp/bs15503.exp: Adjust line number.
915
0fd3b503
MC
9162004-01-07 Michael Chastain <mec.gnu@mindspring.com>
917
918 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
919 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
920
10d1bea8
MC
9212004-01-07 Michael Chastain <mec.gnu@mindspring.com>
922
923 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
924 hp_cc_compiler.
925
2789202a
MC
9262004-01-07 Michael Chastain <mec.gnu@mindspring.com>
927
928 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
929 * gdb.cp/ctti.exp: Use the marker instead of "next".
930 With gcc, run further before bailing.
931
b862f14c
MC
9322004-01-07 Michael Chastain <mec.gnu@mindspring.com>
933
934 * gdb.cp/cttiadd.cc: Add copyright notice.
935 * gdb.cp/cttiadd1.cc: Likewise.
936 * gdb.cp/cttiadd2.cc: Likewise.
937 * gdb.cp/cttiadd3.cc: Likewise.
938
96da2469
MC
9392004-01-07 Michael Chastain <mec.gnu@mindspring.com>
940
941 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
942 Use gdb_test, gdb_test_multiple. Use floating-point values that
943 have exact representations in IEEE-ish formats.
944
053248ff
MC
9452004-01-07 Michael Chastain <mec.gnu@mindspring.com>
946
947 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
948 compilers. Delete duplicate call to get_compiler_info.
949 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
950 * gdb.base/volatile.exp: Likewise.
951
84acecdd
MK
9522004-01-07 Mark Kettenis <kettenis@gnu.org>
953
954 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
955 memory at address 0.
956
fe11a27f
MC
9572004-01-07 Michael Chastain <mec.gnu@mindspring.com>
958
959 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
960 to test for hp-ux assembler. Fix copyright years.
961
60ad077b
AC
9622004-01-07 Andrew Cagney <cagney@redhat.com>
963
964 * gdb.base/fileio.c (strerrno): Add "EBUSY".
965
1c9b8f33
AC
9662004-01-07 Andrew Cagney <cagney@redhat.com>
967
968 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
969 when creating the read-only file. From analysis by Roland McGrath
970 and Elena Zannoni.
971
753ccc7a
MC
9722004-01-06 Michael Chastain <mec.gnu@mindspring.com>
973
974 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
975
eca3e36b
MC
9762004-01-06 Michael Chastain <mec.gnu@mindspring.com>
977
978 * gdb.base/cvexpr.c: Be type-safe with function pointers and
979 data pointers.
980
f8d4bac4
MC
9812004-01-06 Michael Chastain <mec.gnu@mindspring.com>
982
983 * gdb.cp/m-static.exp: Compile one source file at a time.
984 Delete unused call to get_compiler_info.
985
9b4e0f94
MC
9862004-01-06 Michael Chastain <mec.gnu@mindspring.com>
987
988 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
989 * gdb.base/call-rt-st.exp: Likewise.
990 * gdb.base/nodebug.exp: Likewise.
991 * gdb.base/volatile.exp: Likewise.
992 * gdb.cp/ref-types.exp: Likewise.
993 * gdb.cp/templates.exp: Likewise.
994
023c1024
MK
9952004-01-05 Mark Kettenis <kettenis@gnu.org>
996
997 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
998
19703c4a
MC
9992004-01-05 Michael Chastain <mec.gnu@mindspring.com>
1000
1001 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
1002 hppa*-hp-hpux*.
1003
18b67037
MK
10042004-01-04 Mark Kettenis <kettenis@gnu.org>
1005
ba6219c8
MK
1006 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
1007 x86_64-*-*.
1008
18b67037
MK
1009 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
1010 sparc64-*-* and sparc*-solaris2*.
1011
1bfbbb9d
MK
10122004-01-04 Mark Kettenis <kettenis@gnu.org>
1013
1014 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
1015 return ${tests}" test. The ${tests} already mentions the
1016 filename.
1017
06846494
MC
10182004-01-02 Michael Chastain <mec.gnu@mindspring.com>
1019
1020 * gdb.cp/local.exp: Accept gcc abi 2.
1021
3b0cb202
MC
10222004-01-02 Michael Chastain <mec.gnu@mindspring.com>
1023
1024 * gdb.cp/templates.exp: Accept gcc abi 2.
1025
0643ec3f
MC
10262004-01-02 Michael Chastain <mec.gnu@mindspring.com>
1027
1028 * lib/compiler.cc: Remove supports_template_debugging.
1029 * gdb.cp/templates.exp: Do not test supports_template_debugging.
1030
d231d0b1
MC
10312004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1032
1033 * gdb.cp/namespace.exp: Accept gcc abi 2.
1034
44ffb27c
MC
10352004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1036
1037 * gdb.cp/method.exp: Accept gcc abi 2.
1038
184ad485
MC
10392004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1040
1041 * gdb.cp/classes.exp: Generate identical results as old version.
1042 * gdb.cp/derivation.exp: Likewise.
1043 * gdb.cp/overload.exp: Likewise.
1044 * gdb.cp/virtfunc.exp: Likewise.
1045
116f09e7
MC
10462004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1047
1048 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
1049 mysterious bug with sourceware version of expect.
1050
b1379776
MC
10512004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1052
1053 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
1054 current versions of gcc, including gcc abi 2. Remove gratuitous
1055 restart of test program. Use gdb_test_multiple and gdb_test for
1056 all tests. Add patterns to xfail missing "const" in "const char *"
1057 and kfail PR gdb/1155.
1058
6b7a4c0e
MC
10592004-01-01 Michael Chastain <mec.gnu@mindspring.com>
1060
1061 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
1062 current versions of gcc, including gcc abi 2. Remove gratuitous
1063 restart of test program. Use gdb_test_multiple and gdb_test for
1064 all tests. Add patterns to kfail PR gdb/1498.
1065
51615d72
MC
10662003-12-31 Michael Chastain <mec.gnu@mindspring.com>
1067
1068 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
1069 current versions of gcc, including gcc abi 2. Use "breakpoint"
1070 and "continue" instead of restarting the target program. Use
1071 gdb_test_multiple and gdb_test for all tests.
1072
7b79a9d7
MK
10732004-01-01 Mark Kettenis <kettenis@gnu.org>
1074
1075 * gdb.asm/asm-source.exp: Update copyright year. Link statically
1076 for *-*-solaris2*.
1077
1cd3489f
MC
10782003-12-31 Michael Chastain <mec.gnu@mindspring.com>
1079
1080 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
1081 current versions of gcc, including gcc abi 2. Use "breakpoint"
1082 and "continue" instead of restarting the target program several
1083 times. Use gdb_test_multiple and gdb_test for all tests.
1084
850742db
MC
10852003-12-18 Michael Chastain <mec.gnu@mindspring.com>
1086
1087 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
1088 source files.
1089
eb4bbda8
MC
10902003-12-16 Michael Chastain <mec.gnu@mindspring.com>
1091
1092 * gdb.base/environ.exp: Handle compiling test case from multiple
1093 source files.
1094
e42c7771
MC
10952003-12-16 Michael Chastain <mec.gnu@mindspring.com>
1096
1097 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
1098
80e4b428
JB
10992003-12-17 Jim Blandy <jimb@redhat.com>
1100
5f06973a
JB
1101 * gdb.base/freebpcmd.c: Add copyright notice.
1102
80e4b428
JB
1103 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
1104
0ab84fb7
MC
11052003-12-16 Michael Chastain <mec.gnu@mindspring.com>
1106
1107 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
1108
1b3bb3d0
JB
11092003-12-13 Jim Blandy <jimb@redhat.com>
1110
1111 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
1112
3a4c9371
KB
11132003-12-12 Kevin Buettner <kevinb@redhat.com>
1114
1115 * gdb.asm/frv.inc: New file.
1116 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
1117
a1dea79a
FF
11182003-12-09 Fred Fish <fnf@redhat.com>
1119
1120 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
1121 functions to break1.c and leave prototypes behind. Add more
1122 "set breakpoint NN here" comments.
1123 * gdb.base/break1.c: New file.
1124
1125 * gdb.base/break.exp: Handle compiling test case from multiple
1126 source files and change source file references as needed.
1127 * gdb.base/completion.exp: Ditto.
1128 * gdb.base/condbreak.exp: Ditto.
1129 * gdb.base/define.exp: Ditto.
1130 * gdb.base/ena-dis-br.exp: Ditto.
1131 * gdb.base/info-proc.exp: Ditto.
1132 * gdb.base/maint.exp: Ditto.
1133 * gdb.base/until.exp: Ditto.
1134
1135 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
1136 hardcoded line numbers.
1137 * gdb.base/define.exp: Ditto.
1138 * gdb.base/ena-dis-br.exp: Ditto.
1139 * gdb.base/maint.exp: Ditto.
1140 * gdb.base/until.exp: Ditto.
1141
1142 * gdb.base/completion.exp: Use "break1" for completion tests since
1143 "break" is no longer a unique prefix.
1144
5266b69c
AC
11452003-12-06 Andrew Cagney <cagney@redhat.com>
1146
1147 * gdb.base/structs.exp (test_struct_returns): When applicable, set
1148 "return_value_unimplemented". When an unimplemented struct return
1149 architecture, report incorrect values as a KFAIL
1150
374451f0
MC
11512003-12-05 Michael Chastain <mec.gnu@mindspring.com>
1152
1153 * gdb.cp/rtti.exp: Accept new wording of warning from
1154 cp_lookup_rtti_type.
1155
ba9b20a7
MC
11562003-12-05 Michael Chastain <mec.gnu@mindspring.com>
1157
1158 Partial fix for PR testsuite/1456.
1159 * gdb.base/scope.exp (test_at_main): Replace references to
1160 gcc_compiled with calls to test_compiler_info.
1161 (test_at_foo): Likewise.
1162 (test_at_bar): Likewise.
1163
b74b6d0b
MC
11642003-12-04 Michael Chastain <mec.gnu@mindspring.com>
1165
1166 Partial fix for PR testsuite/1456.
1167 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
1168 to test_compiler_info.
1169
ccfa3402
MC
11702003-12-03 Michael Chastain <mec.gnu@mindspring.com>
1171
1172 * gdb.base/so-impl-ld.exp: Update copyright notice.
1173
f6246aba
MC
11742003-12-02 Michael Chastain <mec.gnu@mindspring.com>
1175
1176 Partial fix for PR testsuite/1456.
1177 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
1178 to test_compiler_info.
1179
13ae734a
MC
11802003-11-28 Michael Chastain <mec.gnu@mindspring.com>
1181
1182 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
1183 from current versions of gdb. Clean up regular expressions.
1184 Delete redundant timeout case.
1185
d8e1cdee
MC
11862003-11-28 Michael Chastain <mec.gnu@mindspring.com>
1187
1188 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
1189 from current versions of gdb. Clean up regular expressions.
1190 Delete redundant timeout case.
1191
96457b64
MC
11922003-12-01 Michael Chastain <mec.gnu@mindspring.com>
1193
1194 Partial fix for PR testsuite/1456.
1195 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
1196 gcc_compiled with call to test_compiler_info.
1197
f35309fc
MC
11982003-11-30 Michael Chastain <mec.gnu@mindspring.com>
1199
1200 Partial fix for PR testsuite/1456.
1201 * gdb.base/list.exp (test_list_function): Delete unused declaration
1202 of gcc_compiled.
1203
d7afdf9b
MC
12042003-11-29 Michael Chastain <mec.gnu@mindspring.com>
1205
1206 Partial fix for PR testsuite/1456.
1207 * gdb.base/complex.exp: Replace reference to gcc_compiled with
1208 call to test_compiler_info.
1209
71507b56
MK
12102003-11-29 Mark Kettenis <kettenis@gnu.org>
1211
1212 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
1213 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
1214 it to create the appropriate note.inc.
1215 * gdb.asm/asmsrc1.s: Include "note.inc".
1216 * gdb.asm/netbsd.inc: New file.
1217 * gdb.asm/empty.inc: New file.
1218
f81f93f7
MC
12192003-11-28 Michael Chastain <mec.gnu@mindspring.com>
1220
1221 Partial fix for PR testsuite/1456.
1222 * gdb.base/constvars.exp: Replace references to gcc_compiled with
1223 calls to test_compiler_info.
1224
9a77938e
MC
12252003-11-27 Michael Chastain <mec.gnu@mindspring.com>
1226
1227 Partial fix for PR testsuite/1456.
1228 * gdb.base/volatile.exp: Replace references to gcc_compiled with
1229 calls to test_compiler_info.
1230
e8367dc7
MK
12312003-11-27 Mark Kettenis <kettenis@gnu.org>
1232
1233 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
1234 pattern for the KFAILs.
1235
526c61ee
AF
12362003-11-25 Adam Fedor <fedor@gnu.org>
1237
1238 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
1239 * gdb.objc/objcdecode.m: New file.
1240
28f2d600
AF
12412003-11-25 Adam Fedor <fedor@gnu.org>
1242
1243 * gdb.objc/nondebug.exp: Test for PR objc/1236.
1244 * gdb.objc/nondebug.m: New file.
1245
a3895cee
BE
12462003-11-26 Ben Elliston <bje@wasabisystems.com>
1247
1248 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
1249 NetBSD as it does on FreeBSD. Modelled on a similar change by
1250 Mark Kettenis on 2003-05-30.
1251 (link-flags): Set to "--entry _start" regardless of target.
1252 Special linker flags are to be appended to $link-flags.
1253 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
1254
c9f2c8a3
MC
12552003-11-25 Michael Chastain <mec.gnu@mindspring.com>
1256
1257 * gdb.cp/method.exp: Accept output of new demangler.
1258
15a0587a 12592003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
1260
1261 * gdb/class2.exp: New file.
1262 * gdb/class2.cc: New file.
1263
3c00b570
MC
12642003-11-25 Michael Chastain <mec.gnu@mindspring.com>
1265
1266 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
1267 of new demangler.
1268
7027acc7
MK
12692003-11-23 Mark Kettenis <kettenis@gnu.org>
1270
1271 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
1272 of gdb_test "run".
1273
b0e1598a
MK
12742003-11-23 Mark Kettenis <kettenis@gnu.org>
1275
1276 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
1277 "continue" into "run".
1278
4d9eda44
MC
12792003-11-23 Michael Chastain <mec.gnu@mindspring.com>
1280
1281 Partial fix for PR testsuite/1456.
1282 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
1283 call to test_compiler_info.
1284 * gdb.cp/ctti.exp: Likewise.
1285 * gdb.cp/derivation.exp: Likewise.
1286 * gdb.cp/member-ptr.exp: Likewise.
1287 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
1288 reference to gcc_compiled.
1289
12902003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
1291
1292 Fix PR testsuite/1463.
1293 * gdb.base/structs.exp (start_structs_test): Call
1294 get_debug_format before using the debug format.
1295
d422fe19
AC
12962003-11-22 Andrew Cagney <cagney@redhat.com>
1297
1298 * lib/gdb.exp (gdb_test_multiple): Add simple example.
1299 * gdb.base/structs.exp: Use gdb_test_multiple.
1300
039cf96d
AC
13012003-11-20 Andrew Cagney <cagney@redhat.com>
1302
6882279b
AC
1303 * gdb.base/structs.exp: Handle and recover from internal errors.
1304 Replace "foo${n}" with "foo<n>" in test messages.
1305
e53890ae
AC
1306 * gdb.base/structs.exp: Update copyright. Rewrite.
1307 * gdb.base/structs.c: Update copyright. Rewrite.
1308
2b211c59
AC
1309 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
1310 resync count exceeded.
d63a86f8 1311
039cf96d
AC
1312 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
1313 from the internal error.
1314 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
1315 Original from Jim Blandy.
1316 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 1317
eac98b22
AC
13182003-11-19 Andrew Cagney <cagney@redhat.com>
1319
1320 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
1321 KFAIL.
1322
67455b2a
MK
13232003-11-17 Mark Kettenis <kettenis@gnu.org>
1324
1325 New testcase for PR backtrace/1435.
1326 * gdb.arch/i386-unwind.exp: New file.
1327 * gdb.arch/i386-unwind.c: New file.
1328
853d6e5b
AC
13292003-11-17 Andrew Cagney <cagney@redhat.com>
1330
1331 * lib/gdb.exp (compiler_info): New global.
1332 (test_compiler_info): New function.
1333 (get_compiler_info): Set compiler_info.
1334 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
1335 "compiler_info" to gcc-<major>-<minor>.
1336
38cf6e11
MC
13372003-11-15 Michael Chastain <mec.gnu@mindspring.com>
1338
1339 * gdb.trace/configure: Remove.
1340
a50d3602
EZ
13412003-11-13 Elena Zannoni <ezannoni@redhat.com>
1342
1343 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 1344 breakpoints.
a50d3602
EZ
1345 * gdb.base/break.exp: Remove all references to explicit line
1346 numbers.
1347
d9407aaa
NC
13482003-11-11 Nick Clifton <nickc@redhat.com>
1349
1350 * gdb.base/shreloc.exp: Do not run for targets which do not
1351 support shared objects.
1352
db488fc1
CV
13532003-11-10 Corinna Vinschen <vinschen@redhat.com>
1354
1355 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
1356 Don't run tests if nofileio flag is given.
1357
6a90a18e
EZ
13582003-11-07 Elena Zannoni <ezannoni@redhat.com>
1359
1360 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
1361 as well as 'Watchpoint'.
1362
0b915e9c
EZ
13632003-11-06 Elena Zannoni <ezannoni@redhat.com>
1364
1365 Reported by Jim Ingham <jingham@apple.com>:
1366 * gdb.base/annota1.exp: Match at least one occurrence of the
1367 signal handler annotation.
1368
d7e4b55f
EZ
13692003-11-06 Elena Zannoni <ezannoni@redhat.com>
1370
1371 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
1372 as well as 'Watchpoint'.
1373
2fe4e8d0
MC
13742003-11-05 Michael Chastain <mec@shout.net>
1375
1376 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
1377
6ef88553
KW
13782003-11-03 Kris Warkentin <kewarken@qnx.com>
1379
1380 * gdb.arch/gdb1291.c: New test file.
1381 * gdb.arch/gdb1291.exp: New test script.
1382 * gdb.arch/gdb1431.c: New test file.
1383 * gdb.arch/gdb1431.exp: New test script.
1384
ae7dc4d8
MC
13852003-10-22 Michael Chastain <mec@shout.net>
1386
1387 * gdb.mi/pthreads.c: Add copyright notice.
1388
c39d7427
MC
13892003-10-22 Michael Chastain <mec@shout.net>
1390
1391 * gdb.threads/pthreads.c: Add copyright notice.
1392
8b7d96c1
MC
13932003-10-20 Michael Chastain <mec@shout.net>
1394
1395 * gdb.base/gdb1056.exp: New test script.
1396
d1d69fdd
DJ
13972003-10-13 Daniel Jacobowitz <drow@mvista.com>
1398
1399 * gdb.threads/killed.exp: Use gdb_run_cmd.
1400
7d605576
DJ
14012003-10-13 Daniel Jacobowitz <drow@mvista.com>
1402
1403 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
1404 create a core file.
1405 * gdb.threads/gcore-thread.exp: Likewise.
1406
618ec112
CV
14072003-10-13 Corinna Vinschen <vinschen@redhat.com>
1408
1409 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
1410 type, based on char type.
1411 (struct bit_flags_short_t): New bitfield type, based on short type.
1412 (init_bit_flags_char): New fuction.
1413 (init_bit_flags_short): Ditto.
1414 (print_bit_flags_char): Ditto.
1415 (print_bit_flags_short): Ditto.
1416 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
1417
9367a73c
MC
14182003-10-11 Michael Chastain <mec@shout.net>
1419
1420 * gdb.base/call-rt-st.exp: Update copyright year.
1421
1decf120
KI
14222003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1423
1424 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
1425 * gdb.disasm/sh3.s: Ditto.
1426
5445b2ae
DJ
14272003-10-07 Daniel Jacobowitz <drow@mvista.com>
1428
1429 * gdb.threads/switch-threads.exp: New test.
1430 * gdb.threads/switch-threads.c: New source file.
1431
aec24853
CV
14322003-10-07 Corinna Vinschen <vinschen@redhat.com>
1433
1434 * gdb.base/ending-run.exp: Add sh specific case.
1435
adc7428d
AC
14362003-10-06 Andrew Cagney <cagney@redhat.com>
1437
1438 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
1439 * gdb.disasm/mn10200.exp: Delete obsolete file.
1440
c9d37158
DJ
14412003-09-29 Daniel Jacobowitz <drow@mvista.com>
1442
1443 * ChangeLog: Correct an entry command.exp -> commands.exp.
1444 * gdb.base/commands.exp (bp_deleted_in_command_test)
1445 (temporary_breakpoint_commands): Check noargs.
1446
79c2c32d
DC
14472003-09-25 David Carlton <carlton@kealia.com>
1448
1449 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
1450 of some print tests, where appropriate. Add tests for C::D::cd,
1451 E::ce, F::cXfX, G::XgX.
1452 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
1453
594e6d67
RE
14542003-09-25 Richard Earnshaw <rearnsha@arm.com>
1455
1456 * lib/java.exp (java_init): Import target_alias before using it.
1457
10f0d451
DC
14582003-09-25 David Carlton <carlton@kealia.com>
1459
1460 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
1461
274bcba0
EZ
14622003-09-23 Elena Zannoni <ezannoni@redhat.com>
1463
d63a86f8 1464 * gdb.base/selftest.exp: Accomodate more instruction reordering
274bcba0
EZ
1465 weirdness.
1466
cdbf20f7
MC
14672003-09-17 Michael Chastain <mec@shout.net>
1468
1469 * gdb.cp/gdb1355.exp: New file.
1470 * gdb.cp/gdb1355.c: New file.
1471
71e06f80
CV
14722003-09-15 Corinna Vinschen <vinschen@redhat.com>
1473
1474 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
1475 * gdb.asm/sh.inc: New file.
1476
5c4e30ca
DC
14772003-09-11 David Carlton <carlton@kealia.com>
1478
bd45b7af
DC
1479 * gdb.cp/namespace.exp: Add tests for namespace types.
1480 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
1481 (test_namespace): New.
1482
1c199746
EZ
14832003-09-11 Elena Zannoni <ezannoni@redhat.com>
1484
1485 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 1486 * gdb.stabs/weird.exp: Ditto.
1c199746 1487
04ed252f
MC
14882003-09-08 Michael Chastain <mec@shout.net>
1489
1490 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
1491
d8a2d9e7
MC
14922003-09-07 Michael Chastain <mec@shout.net>
1493
1494 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
1495 'parse error'.
1496
161afb24
MK
14972003-09-07 Mark Kettenis <m.kettenis@osp.nl>
1498
1499 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
1500
49f2741a
MC
15012003-08-30 Michael Chastain <mec@shout.net>
1502
1503 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
1504 * gdb.gdb/observer.exp: Ditto.
1505 * gdb.gdb/xfullpath.exp: Ditto.
1506
8afa723e
MK
15072003-08-29 Mark Kettenis <kettenis@gnu.org>
1508
1509 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
1510 *-*-*bsd*.
1511
f31dfe3b
JJ
15122003-08-28 Jeff Johnston <jjohnstn@redhat.com>
1513
1514 * gdb.base/dump.exp: Skip for ia64.
1515
4630e498
JJ
15162003-08-25 Jeff Johnston <jjohnstn@redhat.com>
1517
1518 * gdb.asm/asm-source.exp: Add ia64 support.
1519 * gdb.asm/ia64.inc: New file.
1520
1105b7ef
MC
15212003-08-22 Michael Chastain <mec@shout.net>
1522
1523 * gdb.cp: New directory.
1524 * gdb.cp/*: Copy from gdb.c++/*.
1525 * gdb.c++/*: Remove.
1526 * Makefile.in: Change gdb.c++ to gdb.cp.
1527 * configure.in: Ditto.
1528 * configure: Regnerate.
1529
c945b932
MK
15302003-08-18 Mark Kettenis <kettenis@gnu.org>
1531
1532 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
1533 * gdb.arch/i386-prologue.c (gdb1338): Add function.
1534
2b66634b
DJ
15352003-08-17 Daniel Jacobowitz <drow@mvista.com>
1536
1537 * mi-var-display.exp (-var-list-children weird): Accept function
1538 pointers with argument types.
1539 * mi1-var-display.exp (-var-list-children weird): Likewise.
1540 * mi2-var-display.exp (-var-list-children weird): Likewise.
1541
a356f73b
DJ
15422003-08-17 Daniel Jacobowitz <drow@mvista.com>
1543
1544 * gdb.base/annota3.exp: Add missing newline.
1545
483417b8
MC
15462003-08-06 Michael Chastain <mec@shout.net>
1547
1548 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
1549
c99c59c3
MS
15502003-08-12 Michael Snyder <msnyder@redhat.com>
1551
1552 * gdb.base/float.exp: Add test for SH.
1553
55ed7501
MK
15542003-08-10 Mark Kettenis <kettenis@gnu.org>
1555
1556 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
1557
1a371f2e
EZ
15582003-08-07 Elena Zannoni <ezannoni@redhat.com>
1559
1560 * gdb.base/completion.exp: Remove reduntant completion test
1561 on filename.
1562
e0f353ce
EZ
15632003-08-07 Elena Zannoni <ezannoni@redhat.com>
1564
1565 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
1566 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
1567 gdb.trace/save-trace.exp: Make sure that full pathnames are
1568 escaped correctly.
1569
5710a1af 15702003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 1571
5710a1af
EZ
1572 * configure.in: Don't generate config.h from config.hin.
1573 * configure: Regenerate.
1574 * config.hin: Remove file.
1575 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
1576 * gdb.threads/pthreads.c: Ditto.
1577
dcd81ce9
DJ
15782003-08-07 Daniel Jacobowitz <drow@mvista.com>
1579
1580 From Kei Sakamoto <sakamoto.kei@renesas.com>:
1581 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
1582 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
1583 Replace ld24 with seth/add3.
1584
6009d884
AC
15852003-08-02 Andrew Cagney <cagney@redhat.com>
1586
1587 * gdb.base/annota3.exp: New file.
1588 * gdb.base/annota3.c: New file.
1589 * gdb.c++/annota3.exp: New file.
1590 * gdb.c++/annota3.cc: New file.
1591
51514e06
MC
15922003-07-29 Michael Chastain <mec@shout.net>
1593
1594 * gdb.threads/tls.c (spin): Check errno only if sem_wait
1595 actually failed.
1596 (do_pass): Likewise.
1597 * gdb.threads/tls.exp: Always initialize no_of_threads.
1598
4ee6625b
DJ
15992003-07-27 Daniel Jacobowitz <drow@mvista.com>
1600
1601 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
1602 pattern.
1603 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
1604 * gdb.threads/tls.exp: Recognize one case of the host library not
1605 supporting TLS.
1606
225f2bf6
AC
16072003-07-27 Andrew Cagney <cagney@redhat.com>
1608
1609 * gdb.base/fileio.exp: Use SH when running commands using
1610 remote_exec.
1611
bcb27c9f
DJ
16122003-07-24 Daniel Jacobowitz <drow@mvista.com>
1613
1614 From Kei Sakamoto <sakamoto.kei@renesas.com>:
1615 * gdb.base/relocate.c (dummy): New padding array.
1616
3d67be83
MS
16172003-07-22 Michael Snyder <msnyder@redhat.com>
1618
d63a86f8 1619 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
1620
1621 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
1622 patterns to be more general, accepting old and new output.
1623 Some output chars (such as '+') also must be quoted.
d63a86f8 1624 Some addresses are displayed numerically instead of
3d67be83
MS
1625 symbolically.
1626
57ba3b85
MS
16272003-07-23 Michael Snyder <msnyder@redhat.com>
1628
686d097c
MS
1629 * gdb.base/return2.exp: Don't test long-long return.
1630
57ba3b85
MS
1631 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
1632 * gdb.disasm/t01_mov.exp: Ditto.
1633 * gdb.disasm/t02_mova.s: Ditto.
1634 * gdb.disasm/t02_mova.exp: Ditto.
1635 * gdb.disasm/t03_add.s: Ditto.
1636 * gdb.disasm/t03_add.exp: Ditto.
1637 * gdb.disasm/t04_sub.s: Ditto.
1638 * gdb.disasm/t04_sub.exp: Ditto.
1639 * gdb.disasm/t05_cmp.s: Ditto.
1640 * gdb.disasm/t05_cmp.exp: Ditto.
1641 * gdb.disasm/t06_ari2.s: Ditto.
1642 * gdb.disasm/t06_ari2.exp: Ditto.
1643 * gdb.disasm/t07_ari3.s: Ditto.
1644 * gdb.disasm/t07_ari3.exp: Ditto.
1645 * gdb.disasm/t08_or.s: Ditto.
1646 * gdb.disasm/t08_or.exp: Ditto.
1647 * gdb.disasm/t09_xor.s: Ditto.
1648 * gdb.disasm/t09_xor.exp: Ditto.
1649 * gdb.disasm/t10_and.s: Ditto.
1650 * gdb.disasm/t10_and.exp: Ditto.
1651 * gdb.disasm/t11_logs.s: Ditto.
1652 * gdb.disasm/t11_logs.exp: Ditto.
1653 * gdb.disasm/t12_bit.s: Ditto.
1654 * gdb.disasm/t12_bit.exp: Ditto.
1655 * gdb.disasm/t13_otr.s: Ditto.
1656 * gdb.disasm/t13_otr.exp: Ditto.
1657
e00759ef
EZ
16582003-07-22 Elena Zannoni <ezannoni@redhat.com>
1659
1660 * gdb.threads/tls.exp :Add kfail for 'info address' case.
1661
8bc2021f
EZ
16622003-07-22 Elena Zannoni <ezannoni@redhat.com>
1663
1664 * gdb.threads/tls.c : New file.
1665 * gdb.threads/tls.exp : New file.
1666 * gdb.threads/tls-main.c : New file.
1667 * gdb.threads/tls-shared.c : New file.
1668 * gdb.threads/tls-shared.exp : New file.
1669
89320c4c
AS
16702003-07-22 Andreas Schwab <schwab@suse.de>
1671
1672 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
1673
180dea7c
AS
16742003-07-20 Andreas Schwab <schwab@suse.de>
1675
1676 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
1677 due to insn reordering.
1678
0714963c
AC
16792003-07-15 Andrew Cagney <cagney@redhat.com>
1680
1681 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
1682
98a23b3f
MC
16832003-07-15 Michael Chastain <mec@shout.net>
1684
1685 * gdb.base/gdb1250.exp: New file.
1686 * gdb.base/gdb1250.c: New file.
1687
27e417a2
ML
16882003-07-09 Michal Ludvig <mludvig@suse.cz>
1689
1690 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
1691 expansion of size_t to 'unsigned long', not only to 'unsigned'.
1692
8bc2021f
EZ
16932003-07-09 Elena Zannoni <ezannoni@redhat.com>
1694
1695 * gdb.threads/tls.c: New file.
1696 * gdb.threads/tls.exp: New file.
1697 * gdb.threads/tls-main.c: New file.
1698 * gdb.threads/tls-shared.c: New file.
1699 * gdb.threads/tls-shared.exp: New file.
1700
d99968dc
EZ
17012003-07-09 Elena Zannoni <ezannoni@redhat.com>
1702
1703 * gdb.base/annota1.exp: Make sure that we properly escape the
1704 full path of the source file. Xfail more permissive patterns,
d63a86f8 1705 due to a compiler debug info problem.
d99968dc 1706
83876b3b
AS
17072003-07-07 Andreas Schwab <schwab@suse.de>
1708
2705e972
AS
1709 * gdb.asm/m68k.inc: New file.
1710 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
1711
83876b3b
AS
1712 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
1713 arguments"): Also match negative number.
1714
1715 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
1716
3a871b37
DJ
17172003-07-03 Daniel Jacobowitz <drow@mvista.com>
1718
1719 * gdb.base/store.c (charest): New typedef.
1720 (add_char): Rename to add_charest, update.
1721 (wack_char): Rename to wack_charest, update types. Return l + r
1722 to keep r live across the call.
1723 (wack_short, wack_int, wack_long, wack_longest, wack_float)
1724 (wack_double, wack_doublest): Return l + r to keep r live across
1725 the call.
1726 * gdb.base/store.exp: Accomodate store.c changes.
1727
b2a7f303
DC
17282003-06-30 David Carlton <carlton@kealia.com>
1729
1730 * gdb.c++/maint.exp (test_invalid_name): New.
1731 (test_first_component): Add tests for invalid names.
1732
3c6cb4a1
MC
17332003-06-29 Michael Chastain <mec@shout.net>
1734
1735 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
1736 output of '<VTT for class>' for virtual base classes.
1737
f1c2644b
DJ
17382003-06-29 Daniel Jacobowitz <drow@mvista.com>
1739
1740 * gdb.base/completion.exp: Tab-complete "complet" instead of
1741 "compl".
1742 * gdb.base/complex.exp, gdb.base/complex.c: New files.
1743
18080350
DJ
17442003-06-29 Daniel Jacobowitz <drow@mvista.com>
1745
1746 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
1747 * gdb.base/volatile.exp: Likewise.
1748
f56973f8
DJ
17492003-06-29 Daniel Jacobowitz <drow@mvista.com>
1750
1751 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
1752 gdb/1265.
1753
17542003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
1755 Daniel Jacobowitz <drow@mvista.com>
1756
1757 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
1758 initial line count of 'captured_main' from 26 to 32.
1759 (test_with_self): Allow xmalloc call to be interleaved with the
1760 preceding two lines.
1761
e766d4d6
JB
17622003-06-24 Joel Brobecker <brobecker@gnat.com>
1763
1764 * gdb.base/bang.exp: New testcase.
1765
f125c9a4
JB
17662003-06-23 Joel Brobecker <brobecker@gnat.com>
1767
1768 * gdb.base/langs.exp: Add some tests for the "minimal" language
1769 support.
1770
6e25beaf
EZ
17712003-06-23 Elena Zannoni <ezannoni@redhat.com>
1772
1773 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
1774 the testcase.
1775
2f816dda
DJ
17762003-06-22 Daniel Jacobowitz <drow@mvista.com>
1777
1778 * gdb.base/relocate.exp: Test add-symbol-file with a variable
1779 offset.
1780
db5a5748
DJ
17812003-06-22 Daniel Jacobowitz <drow@mvista.com>
1782
1783 * gdb.c++/pr-1210.cc: New file.
1784 * gdb.c++/pr-1210.exp: New file.
1785
1df0c130
DJ
17862003-06-21 Daniel Jacobowitz <drow@mvista.com>
1787
1788 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
1789 000-exec-continue.
1790
a92feac0
MK
17912003-06-15 Mark Kettenis <kettenis@gnu.org>
1792
1793 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
1794 on *-*-*bsd* instead of *-*-freebsd*.
1795
81a58f5b
AC
17962003-06-14 Andrew Cagney <cagney@redhat.com>
1797
1798 * gdb.base/store.exp: Test longest and doublest. Test all
1799 parameters. Weaken return statement match.
1800 * gdb.base/store.c: Add longest and doublest - aka long long and
1801 long double functions. Put all parameters into local register
1802 variables. Use negative values.
1803
b257a0d3
AC
18042003-06-14 Andrew Cagney <cagney@redhat.com>
1805
1806 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
1807 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
1808 exit status.
1809 * gdb.base/fileio.exp: Disable target when nointerrupts and
1810 noinferiorio, instead of limiting it to remote. Use remote_exec
1811 instead of system.
d63a86f8 1812
21c38304
JJ
18132003-06-12 Jeff Johnston <jjohnstn@redhat.com>
1814
1815 * gdb.base/float.exp: Add ia64 support.
1816
1bcdb424
CV
18172003-06-12 Corinna Vinschen <vinschen@redhat.com>
1818
1819 * gdb.base/fileio.exp: Run only on remote targets.
1820
6aeb981f
CV
18212003-06-10 Corinna Vinschen <vinschen@redhat.com>
1822
1823 * gdb.base/fileio.c: New file, testing File-I/O.
1824 * gdb.base/fileio.exp: Ditto.
1825
53df362e
RG
18262003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
1827
1828 * gdb.base/shreloc.exp: New file, check symbol values obtained from
1829 shared objects after relocation at load time (gdb PR/1132).
1830 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
1831 as above, part of the shared object relocation test.
1832
ffee1b46
MK
18332003-06-08 Mark Kettenis <kettenis@gnu.org>
1834
b5ca3722
MK
1835 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
1836 fully filled history list.
1837 * gdb.base/gdb_history: New file.
1838
03ed860d
MK
1839 * gdb.base/signals.exp: XFAIL "continue to func1" on
1840 i*86-*-freebsd*.
1841
ffee1b46
MK
1842 * gdb.base/attach.exp: When trying to attach to a nonexistent
1843 process, make it possible to specify the PID based on the target,
1844 and do so for *-*-freebsd*.
1845
d80dbb52
RH
18462003-06-02 Richard Henderson <rth@redhat.com>
1847
1848 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
1849
6dd77b81
RH
18502003-06-02 Richard Henderson <rth@redhat.com>
1851
1852 * gdb.base/selftest.exp: Next over lim_at_start initialization.
1853
f6347e16
RH
18542003-06-02 Richard Henderson <rth@redhat.com>
1855
1856 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
1857
2c161407
DJ
18582003-06-01 Daniel Jacobowitz <drow@mvista.com>
1859
1860 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
1861 of globalvar.
1862
572eb746
MK
18632003-06-01 Mark Kettenis <kettenis@gnu.org>
1864
1865 * gdb.asm/asm-source.exp: Check for memory read errors in
1866 disassembler test on *BSD too.
1867
9e9617a5
RH
18682003-06-01 Richard Henderson <rth@redhat.com>
1869
1870 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
1871 for .frame.
1872 (gdbasm_call): Lose ldgp.
1873 (gdbasm_startup): Add frame information.
1874 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
1875
7b34ad4e
MK
18762003-05-31 Mark Kettenis <kettenis@gnu.org>
1877
1878 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
1879 i?86-*-*.
1880
10059fdf
MK
18812003-05-30 Mark Kettenis <kettenis@gnu.org>
1882
1883 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
1884 FreeBSD.
1885
acf4b816
RH
18862003-05-29 Richard Henderson <rth@redhat.com>
1887
1888 * gdb.asm/alpha.inc: New file.
1889 * gdb.asm/asm-source.exp: Use it.
1890
e9ecd949
JB
18912003-05-29 Jim Blandy <jimb@redhat.com>
1892
1893 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
1894 'core.PID'.
1895
e3e5a4f3
JB
18962003-05-22 Jim Blandy <jimb@redhat.com>
1897
1898 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
1899 backtrace.
d63a86f8 1900
72fe3d25
DC
19012003-05-20 David Carlton <carlton@math.stanford.edu>
1902
1903 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
1904 this time.
1905
58da2eb2
DC
19062003-05-19 David Carlton <carlton@bactrian.org>
1907
1908 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
1909 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
1910
1fcb5155
DC
19112003-05-19 David Carlton <carlton@bactrian.org>
1912
1913 * gdb.c++/namespace.exp: Add namespace scope and anonymous
1914 namespace tests.
1915 Bump copyright date.
1916 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
1917 (main): Call C::D::marker2.
1918 * gdb.c++/namespace1.cc: New file.
1919
85e85163
JJ
19202003-05-14 Jeff Johnston <jjohnstn@redhat.com>
1921
1922 Roland McGrath <roland@redhat.com>
d63a86f8 1923 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
1924 there is no manager thread.
1925
a25fbfec
JJ
19262003-05-08 Jeff Johnston <jjohnstn@redhat.com>
1927
d63a86f8
RM
1928 * gdb.threads/schedlock.exp: Remove assumption that all threads
1929 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
1930 in one of the child threads rather than the main thread.
1931
be375bae
JB
19322003-05-07 Jim Blandy <jimb@redhat.com>
1933
09bf6082
JB
1934 Add support for assembly source testing on the s390x.
1935 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
1936 architecture.
1937 * gdb.asm/s390x.inc: New file.
1938
be375bae
JB
1939 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
1940 succession of 'if' statements.
1941
00905d52
AC
19422003-05-05 Andrew Cagney <cagney@redhat.com>
1943
1944 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
1945
b1e29e33
AC
19462003-05-05 Andrew Cagney <cagney@redhat.com>
1947
1948 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
1949 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
1950
e33d66ec
EZ
19512003-05-02 Elena Zannoni <ezannoni@redhat.com>
1952
1953 * gdb.base/charset.exp: Update based on new behavior of set/show
1954 charset commands.
1955
2b6fd0d8
AC
19562003-05-01 Andrew Cagney <cagney@redhat.com>
1957
1958 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
1959 variable do not give memory errors.
1960
130cacce
AF
19612003-04-30 Adam Fedor <fedor@gnu.org>
1962
1963 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
1964 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
1965 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
1966 gdb.objc/basicclass.m: : New files
1967
1968 * lib/gdb.exp (gdb_compile_objc): New procedure.
1969
bea71854
DJ
19702003-04-27 Daniel Jacobowitz <drow@mvista.com>
1971
1972 * gdb.base/signals.exp: Make backtrace tests more specific.
1973
0f20eeea
DC
19742003-04-23 David Carlton <carlton@bactrian.org>
1975
1976 * gdb.c++/maint.exp (test_first_component): Add tests for
1977 'operator' in more locations.
1978
c8c4d8dc
KB
19792003-04-16 Kevin Buettner <kevinb@redhat.com>
1980
1981 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
1982
3fe60e3c
EZ
19832003-04-16 Elena Zannoni <ezannoni@redhat.com>
1984
1985 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
1986 func marke' instead. Update test name.
1987
9219021c
DC
19882003-04-15 David Carlton <carlton@math.stanford.edu>
1989
1990 * gdb.c++/maint.exp: New file.
1991
5dd55bdd
EZ
19922003-04-14 Elena Zannoni <ezannoni@redhat.com>
1993
1994 * gdb.threads/schedlock.c: Change type of thread function argument
1995 to long, to avoid warnings on 64-bit platforms.
1996
00890572
EZ
19972003-04-14 Elena Zannoni <ezannoni@redhat.com>
1998
1999 * gdb.base/attach.exp: Add new message from ptrace in case of
2000 attaching to nonexistent process.
d63a86f8 2001
93201743
JB
20022003-04-11 Jim Blandy <jimb@redhat.com>
2003
2004 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
2005 gdb.c++/userdef.cc: Place comments on the lines to which the
2006 marker function might return.
2007 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
2008 gdb.c++/userdef.exp: Look for those comments to check that we've
2009 returned to the right place, instead of checking line numbers.
2010
2a11c64d
EZ
20112003-04-11 Elena Zannoni <ezannoni@redhat.com>
2012
2013 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
2014 match on sourcefile name, instead of directory name.
2015
68ab8fc5
EZ
20162003-04-10 Elena Zannoni <ezannoni@redhat.com>
2017
d63a86f8 2018 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
2019 working directory name.
2020
5624293a
JB
20212003-04-09 Jim Blandy <jimb@redhat.com>
2022
2023 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
2024 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
2025 after an inferior function call, report the failure, but allow the
2026 test to continue.
2027
f1f02ee4
SC
20282003-04-05 Stephane Carrez <stcarrez@nerim.fr>
2029
2030 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
2031 with -DPROTOTYPES.
2032
6eb79af0
SC
20332003-04-05 Stephane Carrez <stcarrez@nerim.fr>
2034
2035 * gdb.base/break.exp: Revert last patch.
2036
8dfb4cf0
SC
20372003-04-04 Stephane Carrez <stcarrez@nerim.fr>
2038
2039 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
2040 with -DPROTOTYPES.
2041
ed4c619a
AC
20422003-04-02 Andrew Cagney <cagney@redhat.com>
2043
2044 * gdb.base/callfuncs.exp: Make "print add" messages unique.
2045 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
2046 matching directories by the name breakpoint.
2047 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
2048 Make "continue to marker1" consistent.
2049 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
2050 message consistent.
2051 * lib/gdb.exp: Put "the program is no longer running", and "the
2052 program exited" in parenthesis.
2053 * lib/mi-support.exp: Ditto.
d63a86f8 2054
4e35d5f0 20552003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 2056
4e35d5f0
BR
2057 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
2058
71900fe8
AC
20592003-03-29 Andrew Cagney <cagney@redhat.com>
2060
2061 * gdb.base/sizeof.c (main): Print the value of '\377'.
2062 * gdb.base/sizeof.exp: Check the sign of '\377'.
2063
c0655a16
MC
20642003-03-27 Michael Chastain <mec@shout.net>
2065
2066 * gdb.base/gdb1090.exp: New file.
2067 * gdb.base/gdb1090.cc: New file.
2068
5b2a3989
JB
20692003-03-27 J. Brobecker <brobecker@gnat.com>
2070
2071 * gdb.gdb/observer.exp: New regression test.
2072
79876890
MC
20732003-03-27 Michael Chastain <mec@shout.net>
2074
2075 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
2076 * gdb.base/ptype.exp: Likewise.
2077
6eac95e3
CV
20782003-03-27 Corinna Vinschen <vinschen@redhat.com>
2079
2080 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
2081
e8c71839
MC
20822003-03-26 Michael Chastain <mec@shout.net>
2083
2084 * gdb.base/ptype.exp: Actually use some typedef'd types.
2085
71b10041
SC
20862003-03-21 Stephane Carrez <stcarrez@nerim.fr>
2087
2088 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
2089 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
2090
2512cf80
CV
20912003-03-20 Corinna Vinschen <vinschen@redhat.com>
2092
2093 * gdb.base/default.exp: Fix regular expression.
2094
0d195a4f
CV
20952003-03-20 Corinna Vinschen <vinschen@redhat.com>
2096
2097 * gdb.base/args.exp: Fix regular expression.
2098
8a2dbca8
CV
20992003-03-20 Corinna Vinschen <vinschen@redhat.com>
2100
2101 * gdb.base/help.exp: Allow Win32 child process.
2102
bf028682
CV
21032003-03-20 Corinna Vinschen <vinschen@redhat.com>
2104
2105 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
2106 when stepping out of main().
2107
182dbe85
CV
21082003-03-20 Corinna Vinschen <vinschen@redhat.com>
2109
2110 * gdb.base/default.exp: Check for win32 specific message when calling
2111 "run" without executable.
2112
d67a6ba5
CV
21132003-03-20 Corinna Vinschen <vinschen@redhat.com>
2114
2115 * gdb.base/args.exp: Expect .exe in output.
2116
a955b5bb
CV
21172003-03-20 Corinna Vinschen <vinschen@redhat.com>
2118
2119 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
2120 Cygwin native.
2121
bf6bad4b
AC
21222003-03-17 Andrew Cagney <cagney@redhat.com>
2123
2124 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
2125 vector registes.
2126 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
2127 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
2128
293e9a31
DC
21292003-03-17 David Carlton <carlton@math.stanford.edu>
2130
2131 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
2132 test, for PR breakpoints/38.
2133 Call test_watchpoint_and_breakpoint.
2134 * gdb.base/watchpoint.c (func3): New function.
2135 (main): Call func3.
2136
5330f2db
DC
21372003-03-04 David Carlton <carlton@math.stanford.edu>
2138
2139 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
2140 Garply<Garply<char> >:: garply".
2141 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
2142 with respect to PR c++/1111; note also PR c++/1113.
2143 (test_template_breakpoints): KFAIL "constructor breakpoint" with
2144 respect to PR c++/1062.
2145 KFAIL "destructor breakpoint" with respect to PR c++/1112.
2146
6ece72da
DC
21472003-03-03 David Carlton <carlton@math.stanford.edu>
2148
2149 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
2150 with respect to PR c++/57.
2151 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
2152 c++/826.
2153 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
2154 respect to PR c++/57.
2155
85ca1584
DC
21562003-03-03 David Carlton <carlton@math.stanford.edu>
2157
2158 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
2159 respect to PR c++/33 into FAILs.
2160
98e9c5b8
MC
21612003-03-03 Michael Chastain <mec@shout.net>
2162
7bedbf27
MC
2163 * configure.in: Update copyright years.
2164
21652003-03-03 Michael Chastain <mec@shout.net>
2166
2167 * Makefile.in: Update copyright years.
98e9c5b8 2168
f683e100
DC
21692003-02-28 David Carlton <carlton@math.stanford.edu>
2170
2171 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
2172 print class instead of struct and/or superfluous protection
2173 specifiers, as long as the resulting output is equivalent to the
2174 source code.
2175 Delete FIXME from end of messages on tests that don't need
2176 fixing.
2177
a9e0cf2c
DC
21782003-02-28 David Carlton <carlton@math.stanford.edu>
2179
2180 * gdb.c++/templates.exp (do_tests): Allow const in the two
2181 Foo<volatile char *>::foo tests.
2182
e8d359df
MS
21832003-02-27 Michael Snyder <msnyder@redhat.com>
2184
d63a86f8 2185 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
2186 will be consistant.
2187
0b71dc91
DC
21882003-02-26 David Carlton <carlton@math.stanford.edu>
2189
2190 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
2191 char *>::foo" test with respect to PR c++/33. Create a new test
2192 which is identical to that one except that it doesn't put the
2193 space between the "char" and the "*"; KFAIL it, too.
2194
dd14ab43
DC
21952003-02-26 David Carlton <carlton@math.stanford.edu>
2196
2197 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
2198 template types into either PASSes or KFAILs (corresponding to PR
2199 c++/57). Tweak indentation. Update copyright.
2200
1146c7f1
SC
22012003-02-23 Stephane Carrez <stcarrez@nerim.fr>
2202
2203 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
2204
74641dfb
MC
22052003-02-13 Michael Chastain <mec@shout.net>
2206
2207 * gdb.base/exprs.exp: Remove i960 remnants.
2208 * gdb.base/funcargs.exp: Likewise.
2209 * gdb.base/list.exp: Likewise.
2210 * gdb.base/ptype.exp: Likewise.
2211
559cd2d0
DC
22122003-02-14 David Carlton <carlton@math.stanford.edu>
2213
2214 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
2215 pEe->D::vg()" from XFAIL to KFAIL.
2216
c4f90d87
JM
22172003-02-13 Jason Molenda (jmolenda@apple.com)
2218
2219 * gdb.base/maint.exp: Update maint print statistics regexp to include
2220 new entries.
2221
cbc4d97c
MC
22222003-02-13 Michael Chastain <mec@shout.net>
2223
2224 * gdb.c++/inherit.exp: Remove call to get_debug_format.
2225
40f235b7
MC
22262003-02-12 Michael Chastain <mec@shout.net>
2227
2228 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
2229 * gdb.c++/inherit.exp: Likewise.
2230 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
2231 * gdb.c++/templates.exp: Likewise.
2232 * gdb.c++/virtfunc.exp: Likewise.
2233
c56716b0
JM
22342003-02-06 Jason Molenda (jason-cl@molenda.com)
2235
2236 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
2237 why the code is written that way.
2238
070afcf8
MC
22392003-02-05 Michael Chastain <mec@shout.net>
2240
2241 * gdb.base/dump.exp: Add missing copyright line.
2242
5d0331e5
JM
22432003-02-05 Jason Molenda (jason-cl@molenda.com)
2244
f7ae6d3e 2245 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
2246 at the beginning so the breakpoint doesn't get set on the loop.
2247
92851186
MC
22482003-02-05 Michael Chastain <mec@shout.net>
2249
2250 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
2251 output for configurations with gcc 2.95.3.
2252
cbf1e085
AC
22532003-02-05 Keith Seitz <keiths@redhat.com>
2254 Andrew Cagney <ac131313@redhat.com>
2255
2256 * gdb.mi/mi-cli.exp: New file.
d63a86f8 2257
29518e1e
MC
22582003-02-04 Michael Chastain <mec@shout.net>
2259
2260 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
2261 Call perror and then continue.
2262
5af1d5f3
MC
22632003-02-03 Michael Chastain <mec@shout.net>
2264
2265 * gdb.c++/pr-1023.cc: New file.
2266 * gdb.c++/pr-1023.exp: New file.
2267
6b549786
JB
22682003-02-05 Jim Blandy <jimb@redhat.com>
2269
2270 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
2271 it's local to foobar. Check for it there, and check that it's not
2272 present in main.
2273 * gdb.c++/local.cc (marker2): New function.
2274 (foobar): Call marker1.
2275 (main): Call marker2 instead of marker1.
2276
67f16606
AC
22772003-02-04 Andrew Cagney <ac131313@redhat.com>
2278
2279 * gdb.disasm/mn10200.exp: Obsolete file.
2280 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
2281 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
2282 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
2283
1c5cb38e
DC
22842003-02-04 David Carlton <carlton@math.stanford.edu>
2285
2286 * gdb.c++/overload.exp: Test intToChar(1).
2287 * gdb.c++/overload.cc (intToChar): New.
2288 (main): Call intToChar.
2289
d1fe6965
DC
22902003-02-03 David Carlton <carlton@math.stanford.edu>
2291
2292 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
2293 'might_kfail' arg.
2294 KFAIL some of the continue_to_bp_overloaded calls, according to
2295 PR c++/1025.
2296
9ba61c5d
MC
22972003-02-01 Michael Chastain <mec@shout.net>
2298
2299 * gdb.base/advance.c (marker1): New marker function.
2300 * gdb.base/advance.exp: When the 'advance' command lands on the
2301 return breakpoint, it can legitimately stop on either the
2302 current line or the next line. Accommodate both outcomes.
2303 * gdb.base/until.exp: Likewise.
2304
e7494ffb
AC
23052003-02-02 Andrew Cagney <ac131313@redhat.com>
2306
2307 2002-11-10 Jason Molenda (jason-cl@molenda.com):
2308 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
2309 now a list, not a tuple.
2310 * gdb.mi/mi-var-display.exp: Ditto.
2311 * gdb.mi/gdb792.exp: Ditto.
2312
075559bc
AC
23132003-02-01 Andrew Cagney <ac131313@redhat.com>
2314
2315 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
2316 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
2317 stack backtraces.
2318 * gdb.mi/mi-syn-frame.c: Part of same.
2319
2bd4c7b1
MK
23202003-02-01 Mark Kettenis <kettenis@gnu.org>
2321
2322 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
2323 gdb.mi/mi1-pthreads.exp: Return instead of calling
2324 gdb_suppress_entire_file.
2325
eabd8992
MS
23262003-02-01 Mark Salter <msalter@redhat.com>
2327
2328 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
2329
71469e2f
MS
23302003-01-31 Mark Salter <msalter@redhat.com>
2331
2332 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
2333 Support empty arg.
2334
38a94d44
MC
23352003-01-30 Michael Chastain <mec@shout.net>
2336
2337 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
2338 This was a workaround for a UTF-8 bug in readline 4.3. The bug
2339 has been fixed in gdb/readline on 2003-01-09.
2340
19ea9e73
MS
23412003-01-29 Michael Snyder <msnyder@redhat.com>
2342
e8d359df
MS
2343 * gdb.base/maint.exp: Allow for leading underscore in symbol.
2344 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
2345 * gdb.base/args.exp: Skip if target does not support args passing.
2346
2307bd6a
DJ
23472003-01-22 Daniel Jacobowitz <drow@mvista.com>
2348
19ea9e73 2349 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
2350 gdb_test. Accept a list of expect arguments as the third
2351 parameter.
2352 (gdb_test): Use it.
2353
f2dd3617
EZ
23542003-01-20 Elena Zannoni <ezannoni@redhat.com>
2355
2356 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
2357 allow for different test tree configurations. Update some
2358 tescases accordingly.
2359 * gdb.arch/altivec-regs.exp: Ditto.
2360 * gdb.asm/asm-source.exp: Ditto.
2361 * gdb.base/advance.exp: Ditto.
2362 * gdb.base/display.exp: Ditto.
d63a86f8 2363 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
2364 * gdb.base/mips_pro.exp: Ditto.
2365 * gdb.base/overlays.exp: Ditto.
2366 * gdb.base/relocate.exp: Ditto.
2367 * gdb.base/setshow.exp: Ditto.
2368 * gdb.base/step-line.exp: Ditto.
2369 * gdb.base/step-test.exp: Ditto.
2370 * gdb.base/until.exp: Ditto.
2371 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
2372
c71cdefd
DC
23732003-01-17 David Carlton <carlton@math.stanford.edu>
2374
2375 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
2376 corresponding to PR c++/945.
2377 Update copyright.
2378
fdba05d7
DC
23792003-01-17 David Carlton <carlton@math.stanford.edu>
2380
2381 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
2382 corresponding to PR c++/68.
2383
23842003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
2385
2386 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
2387 (test_paddr_hairy_functions): Call print_addr_2_kfail for
2388 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
2389
c362c33a
EZ
23902003-01-15 Elena Zannoni <ezannoni@redhat.com>
2391
0fbc361c
EZ
2392 * gdb.base/break.exp: Fix change of default location, because of
2393 removal of until tests.
2394 * gdb.base/help.exp: Update test for new 'until' help message.
2395 Add test for help on 'advance'.
c362c33a
EZ
2396 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
2397
dabf8a35
MK
23982003-01-15 Mark Kettenis <kettenis@gnu.org>
2399
2400 * gdb.base/default.exp: Adapt "info float" test for recent changes
2401 to that command. Add test for "info vector".
2402 * gdb.base/float.exp: New file. Add test for "info float" that
2403 resembles the old test in gdb.base/default.exp.
2404
a1769aca
DC
24052003-01-15 David Carlton <carlton@math.stanford.edu>
2406
2407 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
2408
82025e13
EZ
24092003-01-15 Elena Zannoni <ezannoni@redhat.com>
2410
2411 * gdb.base/break.exp: Move the tests of until command from here...
2412 * gdb.base/until.exp: ... to here. New file. Add other tests.
2413 * gdb.base/advance.c: New file.
2414 * gdb.base/advance.exp: New file.
2415
8f9ab801
EZ
24162003-01-14 Elena Zannoni <ezannoni@redhat.com>
2417
2418 * gdb.base/args.c: New file.
2419 * gdb.base/args.exp: New file.
2420
9ae66589
DJ
24212003-01-14 Daniel Jacobowitz <drow@mvista.com>
2422
2423 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
2424
8d77e5c3
DJ
24252003-01-14 Daniel Jacobowitz <drow@mvista.com>
2426
2427 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
2428
12d2f0a1
DJ
24292003-01-14 Daniel Jacobowitz <drow@mvista.com>
2430
2431 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
2432 dates.
2433
6ca37014
DJ
24342003-01-13 Daniel Jacobowitz <drow@mvista.com>
2435
2436 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
2437
b0023472
DJ
24382003-01-13 Daniel Jacobowitz <drow@mvista.com>
2439
2440 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
2441 (ptype &*"foo").
2442 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
2443
d6abaea5
DJ
24442002-01-13 Daniel Jacobowitz <drow@mvista.com>
2445
2446 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
2447 * gdb.mi/mi1-console.exp: Likewise.
2448
dfd536a7
DJ
24492002-01-13 Daniel Jacobowitz <drow@mvista.com>
2450
2451 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
2452 * gdb.mi/mi1-console.exp: Likewise.
2453
a1fb14a2
DJ
24542003-01-13 Daniel Jacobowitz <drow@mvista.com>
2455
2456 * gdb.c++/overload.exp: Remove some fixed XFAILs.
2457
c4cf40b7
DJ
24582003-01-09 Daniel Jacobowitz <drow@mvista.com>
2459
2460 * gdb.base/detach.exp: New test.
2461
696d5a5b
DJ
24622003-01-09 Daniel Jacobowitz <drow@mvista.com>
2463
2464 * Makefile.in (ALL_SUBDIRS): New variable.
2465 (subdirs, clean, distclean): Use it.
2466 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
2467 regenerating Makefile, since it is generated from the top level.
2468 * gdb.asm/Makefile.in: Likewise.
2469 * gdb.base/Makefile.in: Likewise.
2470 * gdb.c++/Makefile.in: Likewise.
2471 * gdb.disasm/Makefile.in: Likewise.
2472 * gdb.java/Makefile.in: Likewise.
2473 * gdb.mi/Makefile.in: Likewise.
2474 * gdb.threads/Makefile.in: Likewise.
2475 * gdb.trace/Makefile.in: Likewise.
2476
754533e4
DC
24772003-01-09 David Carlton <carlton@math.stanford.edu>
2478
2479 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
2480 Add copyright year 2003.
2481
d8b3e9ee
MC
24822003-01-06 Michael Chastain <mec@shout.net>
2483
2484 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
2485 When selecting a thread, 'line' and 'file' are optional.
2486 * gdb.mi/mi1-pthreads.exp: Likewise.
2487
8e9e0fe6
AS
24882003-01-06 Andreas Schwab <schwab@suse.de>
2489
2490 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
2491 failures.
2492
b5ab8ff3
DJ
24932003-01-04 Daniel Jacobowitz <drow@mvista.com>
2494
2495 Fix PR gdb/844
2496 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
2497 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
2498
2499 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
2500 instead of calling gdb_suppress_entire_file.
2501 * gdb.threads/print-threads.exp: Likewise.
2502 * gdb.threads/schedlock.exp: Likewise.
2503
2504 * gdb.threads/killed.exp: Return instead of calling
2505 gdb_suppress_entire_file.
2506 * gdb.threads/linux-dp.exp: Likewise.
2507 * gdb.threads/pthreads.exp: Likewise.
2508
1e698235
DJ
25092003-01-04 Daniel Jacobowitz <drow@mvista.com>
2510
2511 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
2512 stabs.
2513 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
2514 * gdb.base/whatis.exp: Always allow (void) after function names.
2515
147ff08c
DJ
25162003-01-04 Daniel Jacobowitz <drow@mvista.com>
2517
2518 * gdb.c++/casts.exp: Correct regexp.
2519
dc62bfc2
MK
25202003-01-04 Mark Kettenis <kettenis@gnu.org>
2521
2522 * configure.in: Call AC_CONFIG_HEADER. Don't call
2523 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
2524 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
2525 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
2526 aforementioned directories in the AC_OUPUT call.
2527 * config.hin: New file.
2528 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
2529 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
2530 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
2531 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
2532 pass -I$objdir instead of -I$objdir/$subdir in compilation.
2533 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
2534 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
2535 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
2536 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
2537 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
2538 gdb.threads/configure.in, gdb.threads/configure,
2539 gdb.threads/config.in, gdb.trace/configure.in,
2540 gdb.trace/configure: Removed.
2541
77afa639
MC
25422003-01-03 Michael Chastain <mec@shout.net>
2543
2544 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
2545 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
2546
7634bb6e
DJ
25472003-01-03 Daniel Jacobowitz <drow@mvista.com>
2548
2549 * gdb.base/store.exp: Fix regular expressions.
2550
b39c905e
MK
25512002-12-28 Mark Kettenis <kettenis@gnu.org>
2552
2553 * configure.in: Rewrite.
2554 * configure: Regenerated.
2555
0a8551dd
DC
25562003-01-03 David Carlton <carlton@math.stanford.edu>
2557
2558 * gdb.base/psymtab.exp: New file.
2559 * gdb.base/psymtab1.c: Ditto.
2560 * gdb.base/psymtab2.c: Ditto.
2561
c60b7188
AF
25622002-12-23 Adam Fedor <fedor@gnu.org>
2563
2564 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
2565
ee73db83
DC
25662002-12-23 David Carlton <carlton@math.stanford.edu>
2567
2568 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
2569 and current_directory initialization.
2570
d6c1774e
JB
25712002-12-22 Jim Blandy <jimb@redhat.com>
2572
f0a847b8
JB
2573 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
2574 rather than as part of the output file name.
2575
d6c1774e
JB
2576 * gdb.base/attach.exp: There's no need to copy the test program to
2577 /tmp; that was only ever necessary on HP/UX, and this test is
2578 entirely disabled there anyway.
2579
f0708dbb
JB
25802002-12-21 Jim Blandy <jimb@redhat.com>
2581
4c2acfea
JB
2582 * gdb.c++/psmang.exp: Doc fix.
2583
f0708dbb
JB
2584 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
2585 test.
2586
9579e000
DC
25872002-12-20 David Carlton <carlton@math.stanford.edu>
2588
2589 * gdb.c++/annota2.exp: KFAIL annotate-quit.
2590
d1810171
MC
25912002-12-18 Michael Chastain <mec@shout.net>
2592
2593 * gdb.c++/annota2.exp: Add copyright year 2002.
2594
76565097
DC
25952002-12-17 David Carlton <carlton@math.stanford.edu>
2596
2597 * gdb.c++/try_catch.cc: Add marker comments.
2598 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
2599 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
2600 * gdb.c++/m-static.cc: Ditto.
2601 * gdb.c++/m-static1.cc: Ditto.
2602 * gdb.c++/try_catch.cc: Ditto.
2603
da81390b
JJ
26042002-12-16 Jeff Johnston <jjohnstn@redhat.com>
2605
2606 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
2607 to see whether we are using the new -environment-directory
2608 command which resets via -r or the old version of the command
2609 which may prompt the user. Part of fix for gdb/741.
2610
b304d130
AC
26112002-12-13 Andrew Cagney <ac131313@redhat.com>
2612
2613 * gdb.fortran/types.exp: Update obsolete comment.
2614 * gdb.fortran/exprs.exp: Ditto.
2615 * lib/gdb.exp: Delete obsolete code.
2616 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
2617 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
2618 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
2619 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
2620 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
2621 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
2622 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
2623 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
2624 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
2625 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
2626 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
2627 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
2628 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
2629 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
2630 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
2631 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
2632 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
2633 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
2634 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
2635 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
2636 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
2637 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
2638 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
2639 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
2640 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
2641 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
2642 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
2643 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
2644 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
2645 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
2646 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
2647 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
2648 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
2649 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
2650 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
2651 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
2652 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
2653
a23b6e6a
DC
26542002-12-11 David Carlton <carlton@math.stanford.edu>
2655
2656 * gdb.c++/m-data.exp: Add test for members that shadow global
2657 variables: see PR gdb/804.
2658 * gdb.c++/m-data.cc: Ditto.
2659
6604731b
DJ
26602002-12-10 Daniel Jacobowitz <drow@mvista.com>
2661
2662 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
2663
de46ecd7
DC
26642002-12-06 David Carlton <carlton@math.stanford.edu>
2665
2666 * gdb.base/store.c: Don't declare functions static.
2667
27e829d0
AC
26682002-12-04 Andrew Cagney <ac131313@redhat.com>
2669
2670 * gdb.base/store.exp, gdb.base/store.c: New files.
2671
92806416
DJ
26722002-12-03 Daniel Jacobowitz <drow@mvista.com>
2673
2674 * gdb.base/selftest.exp: Update for current gdb.
2675
3bcbaac5
DJ
26762002-12-03 Daniel Jacobowitz <drow@mvista.com>
2677
2678 * gdb.base/maint.exp: Only dump symbols from one source file
2679 or objfile.
2680
f4f00b1f
DJ
26812002-12-03 Daniel Jacobowitz <drow@mvista.com>
2682
2683 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
2684 function call.
2685
f1c8a949
JB
26862002-11-25 Jim Blandy <jimb@redhat.com>
2687
2688 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
2689 function appearing in error message.
2690
9e297a97
DJ
26912002-11-21 Daniel Jacobowitz <drow@mvista.com>
2692
2693 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
2694
1f312e79
JJ
26952002-11-08 Jeff Johnston <jjohnstn@redhat.com>
2696
d63a86f8
RM
2697 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
2698 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
2699 should be in mi console format. This is part of fix for PR gdb/604.
2700
83c31e7d
FN
27012002-09-18 Fernando Nasser <fnasser@redhat.com>
2702
2703 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
2704 which explicitly prints the zero offset as "+0".
2705
322b3f65
DJ
27062002-10-22 Daniel Jacobowitz <drow@mvista.com>
2707
2708 * gdb.threads/schedlock.c (args): Make unsigned.
2709
27102002-10-21 Daniel Jacobowitz <drow@mvista.com>
2711
2712 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
2713 numbers. Allow "foo2|selected stack frame".
2714 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
2715 * gdb.asm/asmsrc2.s: Likewise.
2716 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
2717 comments.
2718 * gdb.asm/mips.inc: New file.
2719
5e2fe5b8
AF
27202002-10-18 Adam Fedor <fedor@gnu.org>
2721
2722 * gdb.base/default.exp: Update expected output to include 'ObjC'.
2723 * gdb.base/help.exp: Likewise.
2724
abe1a5d0
KB
27252002-10-17 Kevin Buettner <kevinb@redhat.com>
2726
2727 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
2728 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
2729
10abb1d4
JB
27302002-10-02 Jim Blandy <jimb@redhat.com>
2731
2732 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
2733
1f609b42
AC
27342002-10-01 Andrew Cagney <ac131313@redhat.com>
2735
2736 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
2737 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
2738 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
2739 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
2740 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
2741 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
2742 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
2743
0aee02e4
AC
27442002-09-29 Andrew Cagney <ac131313@redhat.com>
2745
2746 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
2747 * mi0-disassemble.exp, mi0-eval.exp: Delete.
2748 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
2749 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
2750 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
2751 * mi0-var-block.exp, mi0-var-child.exp: Delete.
2752 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 2753
6fde09ad
KB
27542002-09-27 Kevin Buettner <kevinb@redhat.com>
2755
2756 * gdb.base/annota1.exp (info break): Make directory components of
2757 path optional since not all compilers emit this debug information.
2758
2759 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
2760 step ends up stepping out of the function instead of stopping on
2761 the epilogue.
2762
9e8aab75
KS
27632002-09-26 Keith Seitz <keiths@redhat.com>
2764
2765 * lib/insight-support.exp (gdbtk_start): Figure out where
2766 the insight executable is based on where gdb is. Use this
2767 executable to start insight instead of gdb.
2768
e36180d7
AC
27692002-09-25 Andrew Cagney <cagney@redhat.com>
2770
2771 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
2772
9dd34b2b
AC
27732002-09-24 Andrew Cagney <ac131313@redhat.com>
2774
2775 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
2776 test_isolated_complaints.
2777 (test_empty_complaint): New function.
2778 (test_empty_complaints): New function. Check no output when no
2779 complaints.
d63a86f8 2780
dea97812
KB
27812002-09-19 Jim Blandy <jimb@redhat.com>
2782
2783 * gdb.base/charset.exp, gdb.base/charset.c: New files.
2784
54951bd7
AC
27852002-09-19 Andrew Cagney <ac131313@redhat.com>
2786
2787 * gdb.gdb/complaints.exp: New file.
2788
dec43320
AC
27892002-09-18 Andrew Cagney <ac131313@redhat.com>
2790
2791 * gdb.base/maint.exp: Check `help maint internal-warning'.
2792
e70d6e3f
DC
27932002-09-18 David Carlton <carlton@math.stanford.edu>
2794
2795 * gdb.c++/m-static.exp: Remove breakpoints depending on line
2796 numbers, and replace them by a single breakpoint after the
2797 constructors are all finished.
2798 Add test 4.
2799 * gdb.c++/m-static.cc: Add test 4.
2800 * gdb.c++/m-static.h: New file.
2801 * gdb.c++/m-static1.cc: New file.
2802
2803 * gdb.c++/printmethod.exp: New file.
2804 * gdb.c++/printmethod.cc: New file.
2805
2806 * gdb.c++/pr-574.exp: New file.
2807 * gdb.c++/pr-574.cc: New file.
2808
afb5c968
CV
28092002-09-18 Corinna Vinschen <vinschen@redhat.com>
2810
2811 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
2812 embedded targets which never actually exit.
2813
31e45dee
FN
28142002-09-18 Fernando Nasser <fnasser@redhat.com>
2815
2816 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
2817 "don't step after run" as unresolved or unsupported, instead of xfail.
2818
a283c5a1
CV
28192002-09-18 Corinna Vinschen <vinschen@redhat.com>
2820
2821 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
2822 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
2823 Add newline to expected string in "step out of main (status wrapper)"
2824 case.
2825
11350d2a
CV
28262002-09-18 Corinna Vinschen <vinschen@redhat.com>
2827
2828 * lib/gdb.exp (rerun_to_main): Allow restarting application.
2829 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
2830
0deec7d6
TT
28312002-09-17 Tom Tromey <tromey@redhat.com>
2832
2833 * gdb.base/printcmds.exp (test_print_string_constants): Expect
2834 \000, not \0, in double-quoted string.
2835
b2b4a1b5
CV
28362002-09-14 Corinna Vinschen <vinschen@redhat.com>
2837
c9d37158 2838 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
2839 string after running the commands execution on breakpoint tests.
2840
1c56143a
CV
28412002-09-13 Corinna Vinschen <vinschen@redhat.com>
2842
2843 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
2844
37f8da45
JB
28452002-09-12 Joel Brobecker <brobecker@gnat.com>
2846
2847 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
2848
08b468e0
KS
28492002-09-10 Keith Seitz <keiths@redhat.com>
2850
2851 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
2852 runto proc.
2853 (mi_run_to_main): Use mi_runto.
2854 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
2855
dc360f58
KS
28562002-09-10 Keith Seitz <keiths@redhat.com>
2857
2858 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
2859 regexp for stopping at main. Could have multiple event notifications.
2860 Don't assume that main was declared with no parameters.
2861 (mi_next): Use mi_step_to.
2862 (mi_step): Use mi_next_to.
2863
ce3abcfb
CV
28642002-09-09 Corinna Vinschen <vinschen@redhat.com>
2865
2866 * gdb.base/default.exp: Fix expected string in `info float' test.
2867
d1f5b980
BE
28682002-09-09 Ben Elliston <bje@redhat.com>
2869
2870 * config/mips.exp: Update comments.
2871 * config/mips-idt.exp: Likewise.
2872 * config/nind.exp: Likewise.
2873 * config/slite.exp: Likewise.
2874 * config/sparclet.exp: Likewise.
2875 * config/udi.exp: Likewise.
2876 * config/vx.exp: Likewise.
2877 * config/vxworks29k.exp: Likewise.
2878
2f71430b
JB
28792002-09-05 Jim Blandy <jimb@redhat.com>
2880
2881 * gdb.threads/killed.exp: Fix test failure message.
2882
7ddebc7e
KS
28832002-09-04 Keith Seitz <keiths@redhat.com>
2884
2885 * lib/mi-support.exp: Update copyright.
2886 (mi_gdb_test): Increase the priority of the expected pattern
2887 so that it matches gdb_test.
2888
0ae67eb3
KS
28892002-09-03 Keith Seitz <keiths@redhat.com>
2890
2891 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
2892 Use integer comparison instead of string comparison for testing
2893 whether binary was built.
2894
38fc42c8
JB
28952002-09-03 Jim Blandy <jimb@redhat.com>
2896
2897 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
2898
b6ff0e81
JB
28992002-08-29 Jim Blandy <jimb@redhat.com>
2900
2901 * gdb.threads/pthreads.exp: Move the portable thread compilation
2902 code into a function in lib/gdb.exp, and call that from here.
2903 * lib/gdb.exp (gdb_compile_pthreads): New function.
2904
07c98896
KS
29052002-08-29 Keith Seitz <keiths@redhat.com>
2906
2907 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
2908 expect_out so that callers can get at it.
2909
0312286c
DJ
29102002-08-23 Daniel Jacobowitz <drow@mvista.com>
2911
2912 * gdb.threads/print-threads.c: New file.
2913 * gdb.threads/print-threads.exp: New file.
2914 * gdb.threads/schedlock.c: New file.
2915 * gdb.threads/schedlock.exp: New file.
2916
dd039bc4
EZ
29172002-08-22 Elena Zannoni <ezannoni@redhat.com>
2918
2919 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
2920 not altivec.c.
2921
1f36144c
MK
29222002-08-17 Mark Kettenis <kettenis@gnu.org>
2923
2924 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
2925 targets. The problem should be fixed now.
2926
16057ec7 29272002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
2928
2929 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
2930 2002-07-24 change that removes final dots from error messages.
2931
3c1499ad
TT
29322002-08-13 Tom Tromey <tromey@redhat.com>
2933
2934 * gdb.base/readline.exp: New file.
2935
a20ce2c3
AC
29362002-08-01 Andrew Cagney <ac131313@redhat.com>
2937
2938 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
2939 supress message.
2940
db034ac5
AC
29412002-08-01 Andrew Cagney <cagney@redhat.com>
2942
2943 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
2944 CHILL_FOR_TARGET and CHILL_LIB.
2945 * configure.in (configdirs): Remove gdb.chill.
2946 * configure: Regenerate.
2947 * lib/gdb.exp: Obsolete references to chill.
2948 * gdb.fortran/types.exp: Ditto.
2949 * gdb.fortran/exprs.exp: Ditto.
2950
3e000b18
KB
29512002-07-30 Kevin Buettner <kevinb@redhat.com>
2952
2953 * gdb.base/shlib-call.exp (additional_flags): Conditionally
2954 set Irix-specific compile and link flags.
2955
28f4966b
KB
29562002-07-29 Kevin Buettner <kevinb@redhat.com>
2957
2958 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
2959 source files. The ``-o'' option doesn't work with the ``-E'' option
2960 when using the Irix compiler.
2961
46c0d5a6
DJ
29622002-07-19 Daniel Jacobowitz <drow@mvista.com>
2963
2964 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
2965 Improve support for reusing an exec file. Copy exec file
2966 to target, and run gdbserver on the target instead of on the host.
2967
eecf4bed
JB
29682002-07-18 Jim Blandy <jimb@redhat.com>
2969
0f815cdf
JB
2970 * gdb.base/ending-run.exp: Don't expect to see the program end in
2971 some orderly fashion when we're running on a real stand-alone
2972 board.
2973
eecf4bed
JB
2974 * gdb.base/interrupt.exp: Correct logic for skipping tests on
2975 targets that don't support interrupts.
2976
52d309e4
JB
29772002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2978
2979 * gdb.base/attach.exp: Add patterns to match output from /proc-based
2980 systems.
2981 Move comments in expect statements to inside the actions, so that they
2982 don't get matched against.
2983
ff683d9e
MK
29842002-07-10 Mark Kettenis <kettenis@gnu.org>
2985
2986 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
2987 function when asleep" test.
2988
b5356753
AC
29892002-07-10 Andrew Cagney <ac131313@redhat.com>
2990
2991 * gdb.base/page.exp: Rewrite to handle problems with very long
2992 `info set' output. Update copyright.
2993
6aa4d13a
AC
29942002-06-26 Andrew Cagney <ac131313@redhat.com>
2995
2996 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
2997 gdb.threads-hp.
2998 * gdb.hp/configure: Regenerate.
2999 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
3000 * gdb.hp/gdb.threads-hp/configure: Delete file.
3001 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
3002
8cf8c2b8
AC
30032002-06-22 Andrew Cagney <ac131313@redhat.com>
3004
3005 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
3006 setlocale, bindtextdomain and textdomain.
3007
6827a8f8
JB
30082002-06-11 Jim Blandy <jimb@redhat.com>
3009
919d772c
JB
3010 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
3011 preprocessor macro information is present.
3012
6827a8f8
JB
3013 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
3014 tests.
3015
c15b0d21
MS
30162002-06-06 Michael Snyder <msnyder@redhat.com>
3017
c5984d70
MS
3018 * gdb.base/overlays.exp: Record addresses of overlay
3019 functions in TCL variables rather than in GDB variables,
3020 to avoid having GDB convert them to pointers (with loss
3021 of information).
3022
d63a86f8 3023 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 3024 default linker script changes.
c15b0d21
MS
3025 * gdb.base/long_long.exp: Add check for sizeof (long double).
3026
be26fe0d
ML
30272002-06-06 Michal Ludvig <mludvig@suse.cz>
3028
3029 * gdb.asm/asm-source.exp: Add x86-64 target.
3030 * gdb.asm/x86_64.inc: New.
d63a86f8 3031
258093ca 30322002-05-30 Michael Chastain <mec@shout.net>
258093ca 3033
4b3153f1 3034 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
3035 * gdb.c++/m-static.cc: New file.
3036 * gdb.c++/m-static.exp: New file.
3037
241264c6
MS
30382002-05-28 Michael Snyder <msnyder@redhat.com>
3039
3040 * gdb.base/call-ar-st.exp: Allow for reduced floating point
3041 precision.
3042
9bba8c8f 30432002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 3044
4b3153f1 3045 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
3046 * gdb.c++/m-data.cc: New file.
3047 * gdb.c++/m-data.exp: New file.
3048
30492002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 3050
4b3153f1 3051 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 3052 * gdb.c++/try_catch.cc: New file.
d63a86f8 3053 * gdb.c++/try_catch.exp: New file.
9bba8c8f 3054
def1b996
MC
30552002-05-27 Michael Chastain <mec@shout.net>
3056
3057 * gdb.c++/local.exp: Accept more nested types in output.
3058
522ba268
MC
30592002-05-26 Michael Chastain <mec@shout.net>
3060
3061 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
3062
277254ba
MS
30632002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
3064
3065 * lib/gdb.exp (gdb_wrapper_init): Just because
3066 gdb_wrapper_file exists, this does not mean that the file
3067 should not be rebuilt. That is what gdb_wrapper_initialized
3068 is for.
3069 (default_gdb_init): Reset gdb_wrapper_initialized.
3070
b61a8733
MS
30712002-05-23 Michael Snyder <msnyder@redhat.com>
3072
d63a86f8 3073 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
3074 the precision of the floating point test results.
3075 * gdb.base/call-rt-st.exp: Ditto.
3076
b61a8733
MS
3077 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
3078 * gdb.base/call-rt-st.exp: Ditto.
3079
56f6e910
MC
30802002-05-19 Michael Chastain <mec@shout.net>
3081
3082 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
3083
ad0b0016
EZ
30842002-05-19 Elena Zannoni <ezannoni@redhat.com>
3085
3086 * configure.in (configdirs): Add gdb.arch.
3087 * configure: Regenerate.
3088
f617d2b6
JB
30892002-05-17 Jim Blandy <jimb@redhat.com>
3090
3091 * gdb.base/completion.exp: Recognize the more detailed error
3092 messages produced by the macro expander's lexical analyzer.
3093
eac2a696
EZ
30942002-05-14 Elena Zannoni <ezannoni@redhat.com>
3095
3096 * gdb.arch/altivec-abi.c: New file.
3097 * gdb.arch/altivec-abi.exp: New file.
3098 * gdb.arch/altivec-regs.c: New file.
3099 * gdb.arch/altivec-regs.exp: New file.
3100
2fdde8f8
DJ
31012002-05-14 Daniel Jacobowitz <drow@mvista.com>
3102
3103 * gdb.base/maint.exp (maint print type): Update for new type
3104 structure.
d63a86f8 3105
e31f1a7c
EZ
31062002-05-14 Elena Zannoni <ezannoni@redhat.com>
3107
3108 * gdb.arch: New directory.
3109 * gdb.arch/configure.in: New file.
3110 * gdb.arch/configure: New file.
3111 * gdb.arch/Makefile.in: New file.
3112
db589741
CV
31132002-05-13 Corinna Vinschen <vinschen@redhat.com>
3114
3115 * gdb.asm/asm-source.exp: Add v850 as supported target.
3116 * gdb.asm/v850.inc: New file.
3117
8ce2a7dc
DJ
31182002-05-13 Daniel Jacobowitz <drow@mvista.com>
3119
3120 * gdb.c++/annota2.exp (annotate-quit): Add comment.
3121
df763c7f
DJ
31222002-05-12 Daniel Jacobowitz <drow@mvista.com>
3123
3124 * gdb.base/break.exp: Check 'break "marker2"'.
3125
377daeed
MS
31262002-05-10 Michael Snyder <msnyder@redhat.com>
3127
3128 * gdb.base/long_long.exp: Fix typo.
3129
c4b7bc2b
JB
31302002-05-10 Jim Blandy <jimb@redhat.com>
3131
ecac9a4e
JB
3132 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
3133 a bug.
3134
c4b7bc2b
JB
3135 * gdb.base/printcmds.exp (test_integer_literals_rejected):
3136 Recognize more detailed error message produced by the macro
3137 expander's lexical analyzer.
3138 * lib/gdb.exp (test_print_reject): Same.
3139
e71019a1
MK
31402002-05-09 Mark Kettenis <kettenis@gnu.org>
3141
3142 * gdb.c++/method.exp: Fix typo.
3143
fedfc8e6
MS
31442002-05-08 Michael Snyder <msnyder@redhat.com>
3145
166a1957
MS
3146 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
3147 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 3148 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
3149 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
3150 Add iftarget clause for strongarm.
d63a86f8 3151
f1c47eb2
MS
31522002-05-06 Michael Snyder <msnyder@redhat.com>
3153
cb9a9d3e
MS
3154 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
3155 (gdb_continue_to_end): Accept output from status wrapper.
3156 * gdb.base/ending-run.exp: Add case for output from status wrapper.
3157 Clean up fail messages to match pass messages.
3158
f1c47eb2
MS
3159 Enable the "needs_status_wrapper" testsuite feature.
3160 * lib/gdb.exp (gdb_wrapper_init): New procedure.
3161 (gdb_compile): Conditionally call gdb_wrapper_init.
3162 * gdb.base/a2-run.exp: Recognize output from status wrapper.
3163 * gdb.c++/method.exp: Recognize output from status wrapper.
3164
6079c749
BE
31652002-05-06 Ben Elliston <bje@redhat.com>
3166From Graydon Hoare <graydon@redhat.com>
3167
3168 * config/sid.exp: Include support for "rawsid" protocol.
3169
188baff3
JB
31702002-05-03 Jim Blandy <jimb@redhat.com>
3171
3172 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
3173 * gdb.c++/hang3.C: New file.
3174
b9c07f0f
AC
31752002-05-04 Andrew Cagney <ac131313@redhat.com>
3176
3177 * gdb.base/default.exp: Remove obsolete code.
3178 * gdb.c++/misc.exp: Ditto. Update copyright.
3179 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
3180 * gdb.base/whatis.exp: Ditto. Update copyright.
3181 * gdb.base/scope.exp: Ditto. Update copyright.
3182 * gdb.base/ptype.exp: Ditto. Update copyright.
3183 * gdb.base/printcmds.exp: Ditto. Update copyright.
3184 * gdb.base/opaque.exp: Ditto. Update copyright.
3185 * gdb.base/list.exp: Ditto.
3186 * gdb.base/funcargs.exp: Ditto. Update copyright.
3187 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
3188 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
3189 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
3190 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
3191 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
3192 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
3193
5c7a0397
MS
31942002-05-02 Michael Snyder <msnyder@redhat.com>
3195
d6dcc264 3196 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
3197 * gdb.base/long_long.exp: Add xscale target.
3198 * gdb.base/default.exp: Add xscale target.
3199
eb7f1c48
JB
32002002-05-01 Jim Blandy <jimb@redhat.com>
3201
3202 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
3203 gdb.c++/hang.exp: New test.
3204
a6befae8
FF
32052002-05-01 Fred Fish <fnf@redhat.com>
3206
3207 * gdb.base/completion.exp: Handle completions of "./Make" for
3208 more than one completion possibility, as is the case when we
3209 build and test in the source tree.
3210
0a310277
AG
32112002-04-29 Anthony Green <green@redhat.com>
3212
3213 * gdb.java/jmisc1.exp: New file.
3214 * gdb.java/jmisc2.exp: New file.
3215
6ff9af88
DJ
32162002-04-24 Daniel Jacobowitz <drow@mvista.com>
3217
3218 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
3219
96b3d632
EZ
32202002-04-23 Elena Zannoni <ezannoni@redhat.com>
3221
3222 * gdb.base/help.exp: Change 'help status' to allow for target
3223 dependent output differences.
3224
5019bb54
MC
32252002-04-22 Michael Chastain <mec@shout.net>
3226
3227 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
3228
a805a116
MC
32292002-04-22 Michael Chastain <mec@shout.net>
3230
3231 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
3232
a1706bfd
DM
32332002-04-17 David S. Miller <davem@redhat.com>
3234
3235 * gdb.asm/sparc64.inc: New file.
3236 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
3237
a73a20a2
EZ
32382002-04-19 Elena Zannoni <ezannoni@redhat.com>
3239
3240 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
3241 instruction file directly into the build tree. Clean up at end of
3242 test.
3243
ba678339
DM
32442002-04-18 David S. Miller <davem@redhat.com>
3245
3246 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
3247 handle 64-bit platforms correctly.
3248 * gdb.base/maint.exp: Likewise.
3249
b03399da
KB
32502002-04-18 Kevin Buettner <kevinb@redhat.com>
3251
3252 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
3253 ``-fpic'' when compiling files comprising a shared library, but
3254 it does need additional linker flags in order to find shared
3255 libraries at run time.
3256
e2004992
KB
32572002-04-18 Kevin Buettner <kevinb@redhat.com>
3258
3259 * gdb.base/cvexpr.c (use): New function.
3260 (main): Invoke use() on all global variables to prevent
3261 some linkers from deleting these otherwise unused symbols.
3262
d8937120
MC
32632002-04-17 Michael Chastain <mec@shout.net>
3264From David S. Miller <davem@redhat.com>
3265
3266 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
3267 handle 64-bit platforms correctly.
3268
ffd61a58
MS
32692002-04-12 Michael Snyder <msnyder@redhat.com>
3270From Jim Blandy <jimb@redhat.com>
3271 * gdb.base/foo.c (foox): Remove section attribute; the linker
3272 script can handle this instead.
3273 * gdb.base/bar.c (barx): Same.
3274 * gdb.base/baz.c (bazx): Same.
3275 * gdb.base/grbx.c (grbxx): Same.
3276
3277 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
3278 manager doesn't automatically unmap overlays unnecessarily.
3279
6b8426a6
MH
32802002-04-10 Martin M. Hunt <hunt@redhat.com>
3281
3282 * gdb.base/ending-run.exp: Fix pattern for Mips targets
3283 stepping out of main.
3284
34af4875
MC
32852002-04-09 Michael Chastain <mec@shout.net>
3286
3287 * gdb.c++/local.cc (main): Move call to marker1() inside nested
3288 scope so that the nested scope tests will make sense.
3289 * gdb.c++/local.exp: Write patterns that actually work with gcc
3290 (the HP patterns "were never known to work with gcc").
3291 Keep the old aCC patterns too.
3292
2d1676a0
DJ
32932002-04-09 Daniel Jacobowitz <drow@mvista.com>
3294
3295 * gdb.base/attach.exp: Correct target board test.
3296
3a63e3f9
MC
32972002-04-08 Michael Chastain <mec@shout.net>
3298
3299 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
3300 in a const method. Add some xfail and fail cases for configurations
3301 that do not emit the "const ...".
3302
f18dabd2
MC
33032002-04-07 Michael Chastain <mec@shout.net>
3304
3305 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
3306 Accept "A * const" and "const A * const" as type of "this".
3307 Fix spelling of getFunky throughout. Make messages uniform.
3308
0fcddd82
EZ
33092002-04-07 Elena Zannoni <ezannoni@redhat.com>
3310
3311 Work around for PR gdb/285:
3312 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
3313
16a8534a
EZ
33142002-04-07 Elena Zannoni <ezannoni@redhat.com>
3315
3316 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
3317 instructions file at run time instead of configure time.
3318 Sometimes we run the test in a directory that is not the one we
3319 configured in.
3320 * gdb.asm/configure.in: Delete creation of symlink.
3321 * gdb.asm/configure: Regenerate.
3322
24181d81
JB
33232002-04-05 J. Brobecker <brobecker@gnat.com>
3324
3325 * gdb.gdb/xfullpath.exp: New test, to exercise the new
3326 xfullpath () function.
3327
7cdb7107
DJ
33282002-04-04 Daniel Jacobowitz <drow@mvista.com>
3329
3330 * gdb.asm/Makefile.in: Correct dependencies.
3331
3332 * gdb.asm/powerpc.inc: New file.
3333 * gdb.asm/asm-source.exp: Add PowerPC.
3334 * gdb.asm/configure.in: Likewise.
3335 * gdb.asm/configure: Regenerated.
3336
a7d17088
DJ
33372002-04-04 Daniel Jacobowitz <drow@mvista.com>
3338
3339 * gdb.base/relocate.exp: New file.
3340 * gdb.base/relocate.c: New file.
3341
cd721503
FF
33422002-04-04 Fred Fish <fnf@redhat.com>
3343
3344 * gdb.base/step-test.exp: Update comment regarding stopping in
3345 memcpy/bcopy calls inserted as part of the compiler runtime.
3346
b22ad7a7
MS
33472002-04-04 Michael Snyder <msnyder@redhat.com>
3348
3349 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
3350
5f279fa6
DJ
33512002-04-03 Daniel Jacobowitz <drow@mvista.com>
3352
3353 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
3354 (gdb_expect): Remove $notransfer hack.
3355
dd0fd3ce
DJ
33562002-04-02 Daniel Jacobowitz <drow@mvista.com>
3357
3358 * gdb.c++/classes.exp ("calling method for small class"): Match
3359 updated register output.
3360
1e50cda1
DJ
33612002-03-30 Daniel Jacobowitz <drow@mvista.com>
3362
3363 Fix PR gdb/452
3364 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
3365 when finished. Make gdb_file_cmd send "exec-file" when
3366 appropriate.
3367
24015922
DJ
33682002-03-30 Daniel Jacobowitz <drow@mvista.com>
3369
3370 * gdb.base/attach.exp: Remove extra setup_xfail.
3371
dd7dfd64
MS
33722002-03-26 Michael Snyder <msnyder@redhat.com>
3373
3374 * gdb.base/default.exp: Add tests for dump, append, and restore.
3375 * gdb.base/help.exp: Add tests for dump, append, and restore.
3376 * gdb.base/dump.exp: New file, test dump, append and restore.
3377 * gdb.base/dump.c: New file.
3378
48b2f8d7
MS
33792002-03-27 Michael Snyder <msnyder@redhat.com>
3380
d63a86f8 3381 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
3382 clean-ups in help messages.
3383
05b4d525
FF
33842002-03-26 Fred Fish <fnf@redhat.com>
3385
3386 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
3387 have debugging info for those functions and the compiler uses them
3388 internally to copy structs around.
3389
d7679631
FF
33902002-03-26 Fred Fish <fnf@redhat.com>
3391
3392 * gdb.base/list.exp: Revert the change made yesterday and add note
3393 about why we don't list the default lines for remote targets.
3394
523ac3f9
MS
33952002-03-25 Michael Snyder <msnyder@redhat.com>
3396
3397 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
3398
754b2b8d
FF
33992002-03-25 Fred Fish <fnf@redhat.com>
3400
3401 * gdb.base/list.exp: This test works on remote targets so remove
3402 the short circuit for remote targets. Update copyright.
3403
33c3e192
FF
34042002-03-25 Fred Fish <fnf@redhat.com>
3405
3406 * gdb.base/attach.exp: Fix logic error that was suppressing this
3407 test for all non hppa*-*-hpux* targets, instead of the hp target.
3408 Move comments closer to the suppression point. Also now need to
3409 check that we are running natively.
3410
d43e73ee
MS
34112002-03-22 Michael Snyder <msnyder@redhat.com>
3412
882c8f02
MS
3413 * gdb.base/default.exp: Add test for gcore. Update copyright.
3414 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 3415
04c12f60
FF
34162002-03-06 Fred Fish <fnf@redhat.com>
3417
3418 * gdb.base/funcargs.c: Remove extraneous ';' character.
3419 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
3420
b43df995
MC
34212002-03-04 Michael Chastain <mec@shout.net>
3422
3423 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
3424 accommodate gcc v3 function signature.
3425 * gdb.mi/mi0-var-cmd-exp: Ditto.
3426
92362027
AC
34272002-02-24 Andrew Cagney <ac131313@redhat.com>
3428
3429 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
3430 ``GNU/Linux'' or ``Linux kernel''
3431 * testsuite/gdb.threads/pthreads.c: Ditto.
3432
258ad32d
MC
34332002-02-24 Michael Chastain <mec@shout.net>
3434
3435 * gdb.threads/pthreads.c (thread1): Add a return statement.
3436 (thread2): Likewise.
3437 (foo): Likewise.
3438
04c3b3d4
MC
34392002-02-23 Michael Chastain <mec@shout.net>
3440
3441 * gdb.threads/linux-dp.c (philosopher): Add a return statement
3442 to placate gcc.
3443
5a2a0a20
MC
34442002-02-23 Michael Chastain <mec@shout.net>
3445
3446 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
3447 test "ptype bint". The test passes on all my stabs configurations.
3448
a640f7fc
JB
34492002-02-21 Jim Blandy <jimb@redhat.com>
3450
27924826
JB
3451 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
3452 filename at a time, and watch for the ones we want to see.
3453
a640f7fc
JB
3454 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
3455 types of pointers to prototyped functions.
3456
edcc8c75
AC
34572002-02-20 Andrew Cagney <ac131313@redhat.com>
3458
3459 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
3460 signed, unsigned and straight char.
3461 (padding_char, padding_short, padding_int, padding_long,
3462 padding_long_long, padding_float, padding_double,
3463 padding_long_double): New global variables.
3464 (fill, fill_structs): New functions.
3465
3466 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
3467 for correctly sized writes. Update copyright.
3468 (get_valueof): New procedure.
3469 (get_sizeof): Call get_valueof.
3470 (check_valueof): New procedure.
3471 (check_padding): New procedure.
3472
ac57ea44
MC
34732002-02-20 Michael Chastain <mec@shout.net>
3474
3475 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
3476 to setup_xfail. Document some of the remaining calls.
3477
7a10c941
MC
34782002-02-18 Michael Chastain <mec@shout.net>
3479
3480 * gdb.c++/userdef.exp: Update copyright year.
3481
fb8acdcc
DJ
34822002-02-18 Daniel Jacobowitz <drow@mvista.com>
3483
3484 * gdb.c++/userdef.exp: Test overloaded operators properly.
3485 Remove xfails.
3486
fda6ae12
MS
34872002-02-14 Michael Snyder <msnyder@redhat.com>
3488
3489 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
3490
676a0442
DJ
34912002-02-14 Daniel Jacobowitz <drow@mvista.com>
3492
3493 * gdb.base/a2-run.exp: Check for a remote target properly.
3494 * gdb.base/annota1.exp: Likewise.
3495 * gdb.base/list.exp: Likewise.
3496 * gdb.base/reread.exp: Likewise.
3497 * gdb.base/scope.exp: Likewise.
3498 * gdb.base/shlib-call.exp: Likewise.
3499 * gdb.base/term.exp: Likewise.
3500 * gdb.c++/annota2.exp: Likewise.
3501
78b4f468
RE
35022002-02-13 Richard Earnshaw <rearnsha@arm.com>
3503
3504 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
3505
9a81ba51
MC
35062002-02-10 Michael Chastain <mec@shout.net>
3507
3508 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
3509 (call_after_alloca): Ditto.
3510
004af6c7
DJ
35112002-02-10 Daniel Jacobowitz <drow@mvista.com>
3512
3513 * gdb.base/ending-run.exp: Guard "cont" test with
3514 gdb_skip_stdio_test.
3515
37225f62
JB
35162002-02-06 Jim Blandy <jimb@redhat.com>
3517
3518 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
3519 from here...
3520 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
3521 To here. Disable this test on non-HP platforms. Add big comment.
3522
fe6fdd96
MS
35232002-02-04 Michael Snyder <msnyder@redhat.com>
3524
3525 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
3526 other than d10v and m32r.
3527
036fad3f
RE
35282002-02-02 Richard Earnshaw <rearnsha@arm.com>
3529
3530 * gdb.base/default.exp: Rewrite test patterns to reduce time
3531 taken to match them.
3532
7148ab62
DJ
35332002-01-30 Daniel Jacobowitz <drow@mvista.com>
3534
3535 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
3536 Allow a start function above main.
3537 * gdb.threads/linux-dp.exp: Fix copyright date.
3538
396cc255
DJ
35392002-01-30 Daniel Jacobowitz <drow@mvista.com>
3540
3541 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
3542 (check_philosopher_stack): Check for manager thread before checking
3543 for a just-starting thread.
3544
f038d31b
DJ
35452002-01-30 Daniel Jacobowitz <drow@mvista.com>
3546
3547 From Neil Booth <neil@daikokuya.demon.co.uk>:
3548 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
3549 warnings.
3550
b3ff9d9a
FF
35512002-01-21 Fred Fish <fnf@redhat.com>
3552
3553 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
3554 not caller.
3555
39ad761d
JB
35562002-01-21 Jim Blandy <jimb@redhat.com>
3557
3558 * gdb.base/reread.exp: Check that GDB properly re-reads the
3559 executable file when it changes while no inferior is running.
3560
aaf320fa
FF
35612002-01-21 Fred Fish <fnf@redhat.com>
3562
3563 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
3564 optionally accept the "shlib events" variation.
3565
808a31f5
JB
35662002-01-21 Jim Blandy <jimb@redhat.com>
3567
3568 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
3569 call `fflush' after every `printf', so that the output is produced
3570 at predictable points, regardless of whatever buffering does (or
3571 doesn't) take place.
3572 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
3573 at different points.
3574
4420d5e2
DJ
35752002-01-20 Daniel Jacobowitz <drow@mvista.com>
3576
3577 * gdb.c++/inherit.exp: Update copyright years.
3578 * gdb.c++/method.exp: Likewise.
3579
3e36a0f4
DJ
35802002-01-20 Daniel Jacobowitz <drow@mvista.com>
3581
3582 * gdb.c++/classes.exp: Update for improved v3 support and skipping
3583 artificial methods/arguments.
3584 * gdb.c++/derivation.exp: Likewise.
3585 * gdb.c++/inherit.exp: Likewise.
3586 * gdb.c++/method.exp: Likewise.
3587 * gdb.c++/virtfunc.exp: Likewise.
3588
b4ceaee6
AC
35892002-01-18 Andrew Cagney <ac131313@redhat.com>
3590
3591 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
3592 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
3593 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
3594 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
3595 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
3596 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
3597
ecace851
JB
35982002-01-17 Jim Blandy <jimb@redhat.com>
3599
3600 * gdb.asm/asm-source.exp (info symbol): Take another shot at
3601 anchoring the pattern matching the entry point symbol's name.
3602
375fc983
AC
36032002-01-17 Andrew Cagney <ac131313@redhat.com>
3604
3605 * gdb.base/maint.exp: Update ``maint internal-error'' to match
3606 continue/quit query. Update copyright.
3607
fe6fdd96
MS
36082002-01-14 Michael Snyder <msnyder@redhat.com>
3609
3610 * gdb.base/gcore.exp: Remove extra debugging output.
3611
e017c81f
DJ
36122002-01-13 Daniel Jacobowitz <drow@mvista.com>
3613
3614 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
3615 for slightly dubious v2 mangled string.
3616
37ab3bf8
DJ
36172002-01-13 Daniel Jacobowitz <drow@mvista.com>
3618
3619 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
3620
1bc05c3a 36212002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 3622
1bc05c3a 3623 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 3624
1bc05c3a
JM
3625 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
3626 constructors.
3627 * gdb.c++/derivation.exp: Likewise.
3628 * gdb.c++/templates.exp: Likewise.
3629 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 3630
1bc05c3a
JM
36312002-01-10 Michael Snyder <msnyder@redhat.com>
3632
3633 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 3634
a911c360
MS
36352002-01-08 Michael Snyder <msnyder@redhat.com>
3636
3637 * gdb.base/gcore.exp: New test for generate-core-file command.
3638 * gdb.base/gcore.c: Testcase for above.
3639 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
3640
ea2119ec
JM
36412002-01-08 Jason Merrill <jason@redhat.com>
3642
3643 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
3644
68203136
FF
36452002-01-07 Fred Fish <fnf@redhat.com>
3646
3647 * gdb.c++/overload.exp: Remove unconditional xfails for:
3648 print foo_instance1.overloadargs(1)
3649 print foo_instance1.overloadargs(1, 2)
3650 print foo_instance1.overloadargs(1, 2, 3)
3651 print foo_instance1.overloadargs(1, 2, 3, 4)
3652 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
3653 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
3654 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
3655 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
3656 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
3657 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
3658 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
3659 print foo_instance1.overload1arg()
3660 print foo_instance1.overload1arg((char)arg2)
3661 print foo_instance1.overload1arg((signed char)arg3)
3662 print foo_instance1.overload1arg((unsigned char)arg4)
3663 print foo_instance1.overload1arg((int)arg7)
3664 print foo_instance1.overload1arg((unsigned int)arg8)
3665 print foo_instance1.overload1arg((float)arg11)
3666 print foo_instance1.overload1arg((double)arg12)
d63a86f8 3667
21b9b5b1
MS
36682002-01-07 Michael Snyder <msnyder@redhat.com>
3669
3670 * gdb.base/huge.exp: New test. Print a very large target data object.
3671 (skip_huge_test): New test variable. Define if you want to skip this
3672 test. The test reads an 8 megabyte data object from the target, so it
3673 might be very time consuming on remote targets with a slow connection.
3674 * gdb.base/huge.c: New file. Test case for above.
3675
725f922e
FF
36762002-01-07 Fred Fish <fnf@redhat.com>
3677
3678 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
3679 g_instance.bfoo, and g_instance.cfoo.
3680
634d57ec
JL
3681Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
3682
f286b2c3
JL
3683 * gdb.base/break.c (multi_line_if_conditional): New function.
3684 (multi_ilne_while_conditional): Likewise.
3685 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
3686 IF or WHILE condition puts the breakpoint at the start of
3687 the condition.
3688
634d57ec
JL
3689 * gdb.base/selftest.exp (backtrace through signal handler): Remove
3690 hppa*-*-hpux* expected failure.
3691 * gdb.base/structs.exp (do_function_calls): Similarly.
3692
3693 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
3694 watchpoints.
3695
9fbfe2dc
AC
36962002-01-06 Andrew Cagney <ac131313@redhat.com>
3697
3698 Fix PR gdb/66.
3699 * gdb.base/structs.exp: Replace skip for a29k with skip for
3700 gdb,cannot_call_functions.
3701 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
3702 * gdb.base/callfuncs.exp: Ditto.
3703 * gdb.base/call-rt-st.exp: Ditto.
3704 * gdb.base/call-strs.exp: Ditto.
3705 * gdb.base/callfwmall.exp: Ditto.
3706 * gdb.base/scope.exp: Obsolete xfail a29k.
3707 * gdb.c++/misc.exp: Ditto.
3708 * gdb.c++/cplusfuncs.exp: Ditto.
3709 * gdb.base/ptype.exp: Ditto.
3710 * gdb.base/printcmds.exp: Ditto.
3711 * gdb.base/opaque.exp: Ditto.
3712 * gdb.base/list.exp: Ditto.
3713 * gdb.base/funcargs.exp: Ditto.
3714 * gdb.base/default.exp: Ditto.
3715
8ddad156
MS
37162002-01-04 Michael Snyder <msnyder@redhat.com>
3717
ca4976a6 3718 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
3719 * gdb.base/maint.exp: Add tests for maint info sections options.
3720
1b074332
JL
3721Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
3722
3723 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
3724
7d159115
CV
37252001-12-20 Corinna Vinschen <vinschen@redhat.com>
3726
3727 * gdb.asm/arm.inc: New file.
3728 * gdb.asm/asm-source.exp: Add arm targets.
3729 * gdb.asm/configure.in: Ditto.
3730 * gdb.asm/configure: Recreated from configure.in.
3731
8fb87725
JL
3732Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
3733
afabe08c
JL
3734 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
3735 with HP's compiler.
3736 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
3737 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
3738 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
3739 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
3740
3741 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
3742 either HP's compilers or GCC.
3743
db521deb
JL
3744 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
3745 a SIGBUS or SIGSEGV.
3746
3747 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
3748
3749 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
3750 can be compiled with either HP's compiler or GCC.
3751
cfa88ab7
JL
3752 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
3753 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
3754 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
3755
ca344dff
JL
3756 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
3757 to match current gdb output. Update due to using auto-solib-limit
3758 for limiting instead of overloading auto-solib-add.
3759 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
3760 test program.
3761
3f3c6e55 3762 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
3763 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
3764 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
3765 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
3766 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
3767 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
3768 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
3769 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
3770 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
3771 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
3772 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
3773 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
3774 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 3775
8fb87725
JL
3776 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
3777 a SIGTRAP to the inferior.
3778
cf599fa7
CV
37792001-12-19 Corinna Vinschen <vinschen@redhat.com>
3780
3781 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
3782 Substitute call to target_link by call to gdb_compile.
3783
2cd045cd
JL
3784Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
3785
3786 * gdb.base/break.exp: Fix HP specific search string when testing
3787 backtracing in a called function.
3788
d63a86f8 3789 * gdb.base/constvars.exp: Only set lang to C++ if we're
2cd045cd
JL
3790 compiling the test with HP's compilers.
3791 * gdb.base/volatile.exp: Similarly.
3792
99ebe9ac
JB
37932001-12-19 Jim Blandy <jimb@redhat.com>
3794
3795 * gdb.base/printcmds.exp: Expect the null character to be printed
3796 as '\0', and the '\013' to be printed as '\v'.
3797 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
3798 * gdb.base/setvar.exp: Same.
3799
b9891b29
JB
38002001-12-17 Jim Blandy <jimb@redhat.com>
3801
0eba65ab
JB
3802 * gdb.base/completion.exp: Rather than completing very long
3803 filenames, which can make the readline library produce output we
3804 don't recognize, cd to the directory first, and then complete
3805 using nice, short relative paths.
3806
6970b5b1
JB
3807 * gdb.base/completion.exp: On some systems, there is, in fact, a
3808 variable named `b' in scope, since GDB treats all static
3809 variables as being in scope. So use `no_var_named_this'
3810 instead of `b'.
3811
b9891b29
JB
3812 * gdb.base/corefile.exp: Recognize the message saying that GDB
3813 can't find the core file's registers as a failure.
3814
e6ccd35f
JSC
38152001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
3816
3817 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
3818 test expect string more specific.
3819
105ba819
CV
38202001-12-13 Corinna Vinschen <vinschen@redhat.com>
3821
3822 * gdb.asm/asm-source.exp: Add support for xstormy16.
3823 * gdb.asm/configure.in: Ditto.
3824 * gdb.asm/configure: Rebuild.
3825 * gdb.asm/xstormy16.inc: New file.
3826
e9e79dd9
FF
38272001-12-10 Fred Fish <fnf@redhat.com>
3828
3829 * gdb.base/maint.exp: Update to match changes in type dumping code.
3830
347dc97d
JB
38312001-12-10 Jim Blandy <jimb@redhat.com>
3832
3833 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
3834 matching the entry point symbol's name at the beginning of the
3835 line.
3836
5178b9d6
DJ
38372001-12-07 Daniel Jacobowitz <drow@mvista.com>
3838
3839 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
3840 gdb.c++/inherit.exp, gdb.c++/method.exp,
3841 gdb.c++/namespace.exp, gdb.c++/templates.exp,
3842 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
3843 and class layout support.
3844
af890c52
DJ
38452001-12-07 Daniel Jacobowitz <drow@mvista.com>
3846
3847 * gdb.c++/classes.exp: Add test for static member function.
3848 * gdb.c++/misc.cc: Add class with static member function.
3849
7a345fb3
JB
38502001-12-07 Jim Blandy <jimb@redhat.com>
3851
f2e54a80 3852 If GDB says it can't find the struct the function returned, report
8032bf31
JB
3853 those tests as `unsupported'.
3854 * gdb.base/call-rt-st.exp (print_struct_call): New function.
3855 Rewrite subsequent tests to use it.
3856
3857 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
3858 those tests as `unsupported'.
3859 * gdb.base/structs.exp (call_struct_func): New function.
3860 (do_function_calls): Use call_struct_func to call the functions
3861 returning structs.
3862
0bc69509
JB
3863 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
3864 whether functions are prototyped or not, so we can't possibly pass
3865 arguments to t_float_values2 properly.
3866
7a345fb3
JB
3867 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
3868 value of `timeout' for targets other than the mips*tx39-*.
3869
edb6ede1
MS
38702001-12-06 Michael Snyder <msnyder@redhat.com>
3871
d63a86f8 3872 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
3873 and detect whether the start symbol has a leading underscore.
3874
2d842f13
JB
38752001-12-04 Jim Blandy <jimb@redhat.com>
3876
3877 * gdb.base/completion.exp: Clarify indentation.
3878
68550daf
JB
38792001-12-03 Jim Blandy <jimb@redhat.com>
3880
3881 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
3882 variables on the S/390, not `.word'.
3883
cd5195a8
JB
38842001-11-30 Jim Blandy <jimb@redhat.com>
3885
3886 Add assembly-source tests for s390-ibm-linux.
3887 * gdb.asm/s390.inc: New file.
3888 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
3889 the S/390 architecture.
3890 * gdb.asm/configure: Regenerated.
3891
ca9efc90
MS
38922001-11-30 Michael Snyder <msnyder@redhat.com>
3893
3894 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
3895 next, info source, info sources, info line, global and static
3896 variables, and static functions.
3897 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
3898 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
3899 * gdb.asm/asmsrc1.s: Add a static function and some variables.
3900 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
3901 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
3902 (gdbasm_leave): Restore frame pointer.
3903 (gdbasm_startup): Copy stack set-up from crt0.S.
3904
d0e66976
FN
39052001-11-26 Fernando Nasser <fnasser@redhat.com>
3906
3907 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
3908 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
3909 to a local (non-static) variable. Copy tstruct.a to a static buffer
3910 and return a pointer to that buffer.
3911 * gdb.base/callfwmall.c (t_structs_a): Ditto.
3912
e2334072
MK
39132001-11-24 Mark Kettenis <kettenis@gnu.org>
3914
3915 * gdb.asm/configure.in: Fix recognition of ix86 target.
3916 * gdb.asm/configure: Regenerate.
3917
756caa3d
MS
39182001-11-21 Michael Snyder <msnyder@redhat.com>
3919
3920 * gdb.asm/sparc.inc: New file.
3921 * gdb.asm/asm-source.exp: Recognize sparc target.
3922 * gdb.asm/configure.in: Recognize sparc target.
3923 * gdb.asm/configure: Regenerate.
d63a86f8 3924
9a4d72d5
MS
39252001-11-21 Michael Snyder <msnyder@redhat.com>
3926
3927 * gdb.asm/m32r.inc: New file.
3928 * gdb.asm/asm-source.exp: Recognize m32r target.
3929 * gdb.asm/configure.in: Recognize m32r target.
3930 * gdb.asm/configure: Regenerate.
3931
a773d1cd
MS
39322001-11-20 Michael Snyder <msnyder@redhat.com>
3933
017ac23d
MS
3934 * gdb.asm/i386.inc: New file.
3935 * gdb.asm/asm-source.exp: Recognize ix86 target.
3936 * gdb.asm/configure.in: Recognize ix86 target.
3937 * gdb.asm/configure: Regenerate.
3938
a773d1cd
MS
3939 * gdb.c++/namespace.exp: Fix quotes in output messages.
3940
bb632afb
MS
39412001-11-14 Michael Snyder <msnyder@redhat.com>
3942
25d559ca 3943 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
3944 qualifier in a type cast expression, to designate an address
3945 in the instruction space (Harvard architecture).
3946
4749e309
MS
39472001-11-13 Michael Snyder <msnyder@redhat.com>
3948
3949 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
3950 Tests for expressions using 'const' and 'volatile'.
3951
25050984
CV
39522001-11-13 Corinna Vinschen <vinschen@redhat.com>
3953
3954 * gdb.asm/asm-sources.exp: Allow defining linker flags.
3955
1902c51f
DJ
39562001-11-12 Daniel Jacobowitz <drow@mvista.com>
3957
3958 * lib/mi-support.exp (mi_run_to_helper): Move comments
3959 outside of gdb_expect.
3960
dcf95b47
DJ
39612001-11-11 Daniel Jacobowitz <drow@mvista.com>
3962
3963 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
3964 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
3965 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
3966 mi0_run_to): New functions.
3967 * gdb.mi/mi-simplerun.exp: Use them.
3968 * gdb.mi/mi0-simplerun.exp: Likewise.
3969 * gdb.mi/mi-var-cmd.exp: Likewise.
3970 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 3971
45b074e1
AC
39722001-11-10 Andrew Cagney <ac131313@redhat.com>
3973
3974 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
3975 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
3976
bf50d346
AC
39772001-11-09 Andrew Cagney <ac131313@redhat.com>
3978
3979 * gdb.base/restore.exp: Include $expected value in restored test
3980 message.
3981
9383332c
AC
39822001-11-09 Andrew Cagney <ac131313@redhat.com>
3983
3984 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
3985 implemented.
3986
db62520a
MS
39872001-11-08 Michael Snyder <msnyder@redhat.com>
3988
3989 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
3990 Add pass/fail message for stop at breakpoint in call dummy function.
3991
b5703437
MS
39922001-11-07 Michael Snyder <msnyder@redhat.com>
3993
d63a86f8
RM
3994 * gdb.c++/templates.exp (test_template_breakpoints):
3995 If we get an overload menu, but it does not match what
760f6330 3996 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
3997 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
3998 making the whitespace optional. Argument for "new" may be
3999 "unsigned" as well as "unsigned int/long".
d63a86f8 4000 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
4001 making the whitespace optional. Also replace "(void) with
4002 "((void|)), making the keyword "void" optional.
d63a86f8 4003 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
4004 making the whitespace optional. Also replace "(void) with
4005 "((void|)), making the keyword "void" optional.
3bf40917
MS
4006 * gdb.base/callfuncs.c (t_float_values): This function must
4007 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 4008 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
4009 can be tested against both cases. Usually one case involves
4010 promotion of float to double, while the other does not.
4011 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
4012 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
4013 includes a stack frame for "start".
4014
c8ab4e6d
JB
40152001-11-05 Jim Blandy <jimb@redhat.com>
4016
4017 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
4018 pointers are 32 bits long, and that offsets of relocs are always
4019 stored in the data (REL-style), and not in the reloc entry itself
4020 (RELA-style).
4021 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
4022 stabs.
4023
3f08ced9
MS
40242001-11-01 Michael Snyder <msnyder@redhat.com>
4025
4026 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
4027 and regular expression operators by using quoting.
4028
cbfa24cd
MS
40292001-10-31 Michael Snyder <msnyder@redhat.com>
4030
4031 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
4032 depending on what the symbol table contains.
4033 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
4034 the output of the ptype command. Similarly, accept both "const &"
4035 and "const&".
4036
aaa68313
CV
40372001-10-31 Corinna Vinschen <vinschen@redhat.com>
4038
4039 * gdb.base/miscexprs.c (main): Add usage of preprocessor
4040 symbol `STORAGE' to allow to choose the storage class of
4041 the local datastructures.
4042 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
4043 compiler directive.
4044
91740388
MS
40452001-10-30 Michael Snyder <msnyder@redhat.com>
4046
4047 * gdb.base/jump.exp: Allow it to run for all targets.
4048
1b7c05e7
CV
40492001-10-29 Corinna Vinschen <vinschen@redhat.com>
4050
4051 * gdb.base/call-ar-st.c (print_double_array): Match for loop
4052 with new double_array size.
4053 (main): Change storage class of all local variables to static.
4054 Reduce size of double_array to 9.
4055 * gdb.base/call-ar-st.exp: Increase timeout value.
4056 Change expected output for double array to match new size in
4057 call-ar-st.c.
4058
36a22261
CV
40592001-10-29 Corinna Vinschen <vinschen@redhat.com>
4060
4061 * gdb.base/ending-run.exp: Create identical output when passing
4062 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 4063 Stormy16 target.
36a22261 4064
92b8ae91
MK
40652001-10-28 Mark Kettenis <kettenis@gnu.org>
4066
4067 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
4068 that we catch the expected failure under Linux/x86.
4069
cb135b83
OF
40702001-10-29 Orjan Friberg <orjanf@axis.com>
4071
4072 * gdb.base/setvar.exp: Escape curly braces.
4073 * gdb.stabs/weird.exp: Ditto.
4074
6884aa54
DJ
40752001-10-27 Daniel Jacobowitz <drow@mvista.com>
4076
4077 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
4078 * gdm.mi/mi0-hack-cli.exp: Likewise.
4079
0398c9aa
AC
40802001-10-25 Andrew Cagney <ac131313@redhat.com>
4081
4082 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
4083 messages.
4084
d20bf2e8
AC
40852001-10-21 Andrew Cagney <ac131313@redhat.com>
4086
4087 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
4088 checking MI enabled.
4089
03dd63aa
CV
40902001-10-09 Corinna Vinschen <vinschen@redhat.com>
4091
4092 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
4093
1d9d99f3
FCE
40942001-10-04 Frank Ch. Eigler <fche@redhat.com>
4095
4096 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
4097 if gdb child process crashes, just signal an error.
4098
838ae6c4
JB
40992001-10-02 Jim Blandy <jimb@redhat.com>
4100
4101 * lib/gdb.exp (test_xfail_format): Simplify.
4102
4103 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
4104 front of the variable name `format'. Simplify `if'.
4105
8f0cbc1c
DJ
41062001-10-01 Daniel Jacobowitz <drow@mvista.com>
4107
4108 * gdb.threads/pthreads.exp: Wait for output and delay
4109 before sending ^C.
4110
1f08dafd
DJ
41112001-10-01 Daniel Jacobowitz <drow@mvista.com>
4112
4113 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
4114 some incorrect output instead of timing out.
4115 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
4116
674f90ff
CV
41172001-09-28 Corinna Vinschen <vinschen@redhat.com>
4118
4119 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
4120 check to allow additional `int'.
4121
9b284272
DJ
41222001-09-27 Daniel Jacobowitz <drow@mvista.com>
4123
4124 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
4125 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
4126
b55a4771
MS
41272001-09-27 Michael Snyder <msnyder@redhat.com>
4128
4129 * lib/gdb.exp (test_debug_format): New proc.
4130 (setup_xfail_format): Use new proc test_debug_format.
4131 * gdb.base/constvars.exp (local_compiler_xfail_check): New
4132 proc; use new service proc test_debug_format.
4133 Replace all other "gcc_compiled" tests with this test.
4134 * gdb.base/volatile.exp (local_compiler_xfail_check): New
4135 proc; use new service proc test_debug_format.
4136 Replace all other "gcc_compiled" tests with this test.
4137
41382001-09-27 Michael Snyder <msnyder@redhat.com>
4139
4140 * gdb.base/cvexpr.exp: New file.
4141 * gdb.base/cvexpr.c: New file
4142 Test for expressions using const and volatile keywords.
4143
4e6667ac
CV
41442001-09-26 Corinna Vinschen <vinschen@redhat.com>
4145
4146 * gdb.base/constvars.exp: Check for different orders of keywords
4147 and additional "int" strings in output.
4148
4f337972
AC
41492001-09-22 Andrew Cagney <ac131313@redhat.com>
4150
4151 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
4152 responses from "help maint".
4153
2015650d
FCE
41542001-09-19 Frank Ch. Eigler <fche@redhat.com>
4155
4156 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
4157 to localhost:NNN instead of :NNN, in case Xvfb is listening
4158 only on TCP.
4159
f3bcedc1
CV
41602001-09-19 Corinna Vinschen <vinschen@redhat.com>
4161
4162 * gdb.base/recurse.exp: When checking leaving the watchpoint
4163 scope, recognize when gdb is in function's epilogue and pass.
4164
6b819c92
KS
41652001-09-18 Keith Seitz <keiths@redhat.com>
4166
4167 * lib/insight-support.exp (_gdbtk_export_target_info): Add
4168 support for running tests against sid targets.
4169 (gdbtk_done): Ditto.
4170
a10c9419
CV
41712001-09-18 Corinna Vinschen <vinschen@redhat.com>
4172
4173 * gdb.base/ending-run.c (main): Set stdout buffersize
4174 to the same reasonable value for any target.
4175 * gdb.base/ending-run.exp: Add a regular expression
4176 to make testsuite happy on Sanyo Stormy16 target.
4177
739d0d99
CV
41782001-09-17 Corinna Vinschen <vinschen@redhat.com>
4179
4180 * gdb.base/display.c (do_loops): Add float variable `f'.
4181 Increment f in loop.
4182 * gdb.base/display.exp: Increment timeout by 60 seconds.
4183 Change float display test to use variable `f'.
4184
1b8947f0
JB
41852001-09-17 Jim Blandy <jimb@redhat.com>
4186
4187 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
4188 overflowing the limited breakpoint tables on some ROM monitors
4189 (like the ROM68K).
4190
9890ac81
FCE
41912001-09-15 Frank Ch. Eigler <fche@redhat.com>
4192
4193 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
4194 the "-ac" (disable access control) flag.
4195
6db765ea
JH
41962001-08-30 Jeff Holcomb <jeffh@redhat.com>
4197
4198 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
4199 ints.
4200
4c32cc04
KS
42012001-08-30 Keith Seitz <keiths@redhat.com>
4202
4203 * lib/gdb.exp: Move all insight-related functionality into
4204 separate file.
4205 * lib/insight-support.exp: New file.
4206
8d6e6f81
FCE
42072001-08-29 Frank Ch. Eigler <fche@redhat.com>
4208
4209 * config/sid.exp (sid_start): Never set sid verbosity; disable
4210 expect_background {} that consumed its stdout; tolerate </dev/null.
4211 Attempt to set endianness override in "sid" protocol mode. Cleanup.
4212
6a90e1d0
AC
42132001-08-18 Andrew Cagney <ac131313@redhat.com>
4214
4215 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
4216 CLI jump command to start it.
4217 (mi_run_to_main): Fail immediatly when unexpected output.
4218
1759b3c3
AC
42192001-08-18 Andrew Cagney <ac131313@redhat.com>
4220
4221 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
4222 beginning of function. Fix PR gdb/191.
4223
61d11d80
FCE
42242001-08-16 Frank Ch. Eigler <fche@redhat.com>
4225
4226 * config/sid.exp (sid_start): Don't warn if we cannot figure out
4227 what to force sid endianness to.
4228
942a4df2
KS
42292001-08-15 Keith Seitz <keiths@redhat.com>
4230
4231 * lib/gdb.exp (gdbtk_start): Don't set environment
4232 variables for TCL_LIBRARY and friends. Insight will
4233 now figure these out for itself.
4234
0521c418
MS
42352001-08-02 Michael Snyder <msnyder@redhat.com>
4236
4237 * gdb.base/completion.exp: Remove the symbol "a64l" from
4238 the expect string; this is target-specific, and not related
4239 to what is being tested.
4240
74a9a58a
DB
42412001-08-02 Dave Brolley <brolley@redhat.com>
4242
4243 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
4244
c70819fa
MS
42452001-07-25 Michael Snyder <msnyder@redhat.com>
4246
c2b8fa57
MS
4247 * gdb.base/consecutive.exp: New file. Test stepping over
4248 breakpoints on consecutive instructions.
4249 * gdb.base/consecutive.c: New file.
4250
c70819fa
MS
4251 * gdb.base/call-rt-st.exp: Use double-backslash to quote
4252 curly braces in regular expressions.
4253
2b1a1355
MS
42542001-07-25 Michael Snyder <msnyder@redhat.com>
4255
4256 * gdb.base/ending-run.exp: Accept "Program exited normally" as
4257 legitimate output from stepping out of main.
4258
413eca6f
KS
42592001-07-22 Keith Seitz <keiths@redhat.com>
4260
4261 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
4262 the empty string, do not run the tests.
4263
7e5a9322
SC
42642001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4265
4266 * gdb.base/long_long.exp: Detect size of pointer. Take into
4267 account 2-byte pointers when testing for p/a results.
4268
de58f10f
SC
42692001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4270
d63a86f8 4271 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
4272 and defined to 1K for m68hc11.
4273 (random_data): Reduce table to 1K for embedded platforms (68hc11).
4274 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
4275 (sizeof_random_data): New variable to tell the size of the data table;
4276 don't test past this size; always run to main.
4277
d6f5fea1
SC
42782001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4279
4280 * gdb.base/return2.exp: return of long long and double fails for
4281 68HC11; don't execute these tests on that platform.
4282 * gdb.base/return.exp: Return of a double fails for 68hc11.
4283
c477543d
SC
42842001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4285
4286 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
4287 tests that print a float.
4288 * call-rt-st.exp: Likewise.
4289
63cf1c79
MK
42902001-07-12 Mark Kettenis <kettenis@gnu.org>
4291
4292 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
4293 running this test on Linux.
4294
112f9ab5
MC
42952001-06-24 Michael Chastain <chastain@redhat.com>
4296
4297 * gdb.base/arithmet.exp: Remove some tests to make all test names
4298 unique.
4299
4970cb0f
MS
43002001-07-03 Michael Snyder <msnyder@redhat.com>
4301
4302 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
4303 the output of the ptype command.
4304
d85da69f
MS
43052001-07-02 Michael Snyder <msnyder@redhat.com>
4306
4c8a82de
MS
4307 * gdb.base/completion.exp: Don't assume that break.c is the only
4308 source file that may contain functions named "marker".
d85da69f
MS
4309 * gdb.base/corefile.exp: Quote the curly braces in regexp.
4310
8afc772b
AC
43112001-06-28 Andrew Cagney <ac131313@redhat.com>
4312
4313 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
4314 of files to delete.
4315
4316 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
4317 * gdb.disasm/h8300s.exp: New file.
4318 gdb.disasm/h8300s.s: Likewise.
4319
cff22675
AC
43202001-06-27 Andrew Cagney <ac131313@redhat.com>
4321
4322 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
4323 empty breakpoint tables.
4324
68c81b54
AC
43252001-06-25 Andrew Cagney <ac131313@redhat.com>
4326
4327 * lib/mi-support.exp: Update args=... part of stop-reason
4328 patterns. Accept either a list or a tuple.
4329
2dd62704
AC
43302001-06-23 Andrew Cagney <ac131313@redhat.com>
4331
4332 * lib/mi-support.exp: Remove local emacs variable defining
4333 change-log-default-name.
4334
b4127474
MC
43352001-06-22 Michael Chastain <chastain@redhat.com>
4336
4337 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
4338 This is operationally compatible with the previous version.
4339
8dbfb380
JB
43402001-06-13 Jim Blandy <jimb@redhat.com>
4341
4342 * lib/gdb.exp (gdb_test): Doc fix.
4343
f2d8c86d
MC
43442001-06-10 Michael Chastain <chastain@redhat.com>
4345
4346 * gdb.base/exprs.exp: Remove a duplicate test.
4347
81564d34
JB
43482001-06-06 Jim Blandy <jimb@redhat.com>
4349
4350 * gdb.base/return2.exp (main): Use values to test float and double
4351 returns that are not NaN's, to avoid being confused by IEEE
4352 comparison rules.
4353
da55addb
MS
43542001-06-04 Michael Snyder <msnyder@redhat.com>
4355
4356 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 4357 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
4358 rather than wait for 12 more tests to time out.
4359
42c65987
JB
43602001-06-06 Jim Blandy <jimb@redhat.com>
4361
b18bced9 4362 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 4363 Don't forget to match the GDB prompt.
b18bced9 4364
42c65987
JB
4365 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
4366
5b41e5f0
JB
43672001-06-04 Jim Blandy <jimb@redhat.com>
4368
4369 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
4370 command.
4371
015e046f
KB
43722001-05-31 Kevin Buettner <kevinb@redhat.com>
4373
4374 * gdb.base/annota1.exp (info break): Match four or more spaces
4375 after "Address".
4376
fb1ffbbe
MC
43772001-05-31 Michael Chastain <chastain@redhat.com>
4378
4379 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
4380 (dm_type_int_star): Likewise.
4381 (dm_type_long_star): Likewise.
4382 (dm_type_void_star): Likewise.
4383
5ea2a32c
KB
43842001-05-29 Kevin Buettner <kevinb@redhat.com>
4385
4386 * gdb.base/completion.exp (INPUTRC): Set this environment variable
4387 to a known value in order to get consistent results regardless
4388 of the setting of INPUTRC or the presence or contents of .inputrc.
4389
ae23c492
MS
43902001-05-24 Michael Snyder <msnyder@redhat.com>
4391
ac55707e
MS
4392 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
4393 Don't require that the main thread and the manager thread are the
4394 first in the list.
4395
ae23c492
MS
4396 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
4397 debugging. If test fails, issue an "unsupported" not a "fail".
4398
400071f1
JB
43992001-05-24 Jim Blandy <jimb@redhat.com>
4400
4401 Don't assume that short is shorter than int.
4402 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
4403 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 4404 this isn't true.
400071f1
JB
4405 ("print unsigned char == (~0)"): Add test that verifies that ~0,
4406 an int, is not equal to ~0 stored in an unsigned char. This tests
4407 the same thing that the previous test meant to, but works on
4408 16-bit machines, too.
4409 ("print unsigned char != (~0)"): Same test, complemented.
4410
0816a3e5
MS
44112001-05-24 Michael Snyder <msnyder@redhat.com>
4412
4413 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 4414 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
4415 and prevents dejagnu getting out of step.
4416
f6dc23a9
KB
44172001-05-23 Kevin Buettner <kevinb@redhat.com>
4418
4419 * gdb.base/finish.exp (finish_void): Revise pattern for
4420 stopping on the call statement to not permit stopping at
4421 the start of the instructions comprising the call sequence.
4422
7dbd117d
MC
44232001-05-19 Michael Chastain <chastain@redhat.com>
4424
4425 * gdb.base/callfuncs.exp: Make all test names unique.
4426 * gdb.base/commands.exp: Make all test names unique.
4427 * gdb.base/condbreak.exp: Make all test names unique.
4428 * gdb.base/dbx.exp: Make all test names unique.
4429 * gdb.base/default.exp: Make all test names unique.
4430 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
4431 and TIMEOUT messages to their corresponding PASS message.
4432 * gdb.base/ending-run.exp: Make all test names unique.
4433 * gdb.base/long_long.exp: Remove duplicate test.
4434
6b0b0a9e
KB
44352001-05-21 Kevin Buettner <kevinb@redhat.com>
4436
4437 * gdb.base/finish.exp (finish_void): Allow "finish" command to
4438 stop on the call statement as well as the statement after the
4439 call.
4440
2caa35cb
MS
44412001-05-21 Michael Snyder <msnyder@redhat.com>
4442
4443 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
4444
40713331
EZ
44452001-05-10 Elena Zannoni <ezannoni@redhat.com>
4446
4447 * gdb.base/completion.exp: Revamp test. Make it execute on all
4448 platforms.
4449
c2c1be8d
EZ
44502001-05-10 Elena Zannoni <ezannoni@redhat.com>
4451
2c9cd303
EZ
4452 * config/gdbserver.exp (gdb_load): Handle the case
4453 in which the arguments to gdbserver are given in the
4454 baseboard configuration file.
4455 Also handle the case in which the server needs to do a
4456 load.
4457
9671de48
KS
44582001-05-07 Keith Seitz <keiths@cygnus.com>
4459
4460 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
4461 set up the display for testing.
4462 (gdbtk_start): Convert all paths to paths that tcl will like.
4463 Export target information to environment.
4464 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
4465 necessary.
4466 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
4467 (to_tcl_path): New proc to convert a given pathname into
4468 a path acceptible as an argument to a tcl command.
4469 (_gdbtk_export_target_info): New proc to export target info
4470 into the environment for gdbtk testing.
4471 (gdbtk_done): New proc to signal end-of-test.
4472
5a360f47
JB
44732001-05-06 Jim Blandy <jimb@redhat.com>
4474
4475 * restore.c: Make the code of caller0 correspond to its comment.
4476
66c756c6
MS
44772001-05-03 Michael Snyder <msnyder@redhat.com>
4478
4479 * config/sid.exp (gdb_target_sid): Check for error messages.
4480 On error or timeout, don't make expect exit (which will terminate
4481 all subsequent tests); instead just make gdb exit.
d63a86f8 4482 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
4483 return a negative value.
4484
a966fde5
JB
44852001-04-24 Jim Blandy <jimb@redhat.com>
4486
851c18e0
JB
4487 * gdb.c++/templates.exp: If we see the prompt for the overload
4488 list, but we haven't recognized any of the longer patterns,
4489 arrange for this test to fail, not hang.
4490
a966fde5
JB
4491 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
4492 variations.
4493
db144853
MC
44942001-04-22 Michael Chastain <chastain@redhat.com>
4495
4496 * gdb.c++/local.exp: Use the 'runto' library function.
4497 * gdb.c++/namespace.exp: Likewise.
4498 * gdb.c++/overload.exp: Likewise.
4499
3207ec21
KB
45002001-03-26 Kevin Buettner <kevinb@redhat.com>
4501
4502 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
4503 * gdb.base/step-line.exp: New file. Test step/next in presence of
4504 #line directives.
4505 * gdb.base/step-line.c: New file. Test program for the above.
4506 * gdb.base/step-line.inp: New file. We pretend that this file has
4507 been transformed by some other tool into step-line.c.
4508
13b57657
JB
45092001-03-21 Jim Blandy <jimb@redhat.com>
4510
4511 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
4512 unmangled operator names.
4513
754cbe1c
JB
45142001-03-20 Jim Blandy <jimb@redhat.com>
4515
4516 * gdb.threads/linux-dp.exp: Recognize an additional message
4517 generated by GDB when it doesn't understand how to debug threads
4518 on the target system.
4519
177495c9
AC
45202001-03-19 Andrew Cagney <ac131313@redhat.com>
4521
4522 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
4523
f266096b
MC
45242001-03-12 Michael Chastain <chastain@redhat.com>
4525
4526 * gdb.c++/derivation.exp: Use the 'runto' library function.
4527
cac3c2ff
MC
45282001-03-12 Michael Chastain <chastain@redhat.com>
4529
4530 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
4531
b6c11a24
MC
45322001-02-24 Michael Chastain <chastain@redhat.com>
4533
4534 * gdb.c++/ref-types.exp: Change handwritten code to library
4535 function 'runto'.
4536
6bae5bce
OF
45372001-03-16 Orjan Friberg <orjanf@axis.com>
4538
4539 * gdb.base/signals.exp: Set count to 0 explicitly.
4540
0015fd9a
MS
45412001-03-15 Mark Salter <msalter@redhat.com>
4542
4543 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
4544 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
4545 (gdb_load): Add support for additional target_info: gdb_download_size
4546 and gdb_load_timeout.
0015fd9a 4547
fc33412a
DT
4548Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
4549
4550 * gdb.base/annota1.exp: Move test of isnative to earlier in the
4551 file -- to prevent failing when the compile fails but we have no
4552 intention of running the tests anyway.
4553
4554 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
4555 tests if set.
4556
4557 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
4558 integers.
4559
4560 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
4561 * gdb.c++/namespace.exp: Ditto.
4562
115f06de
OF
45632001-03-07 Orjan Friberg <orjanf@axis.com>
4564
4565 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
4566 * gdb.base/pointers.exp: Relax pattern match of decimals.
4567
b6ba6518
KB
45682001-03-06 Kevin Buettner <kevinb@redhat.com>
4569
4570 * Makefile.in, config/abug.exp, config/cfdbug.exp,
4571 config/cpu32bug.exp, config/dve.exp, config/est.exp,
4572 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
4573 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
4574 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
4575 config/sh.exp, config/sid.exp, config/slite.exp,
4576 config/sparclet.exp, config/udi.exp, config/unknown.exp,
4577 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
4578 config/vxworks.exp, config/vxworks29k.exp,
4579 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
4580 gdb.base/all-bin.exp, gdb.base/annota1.exp,
4581 gdb.base/arithmet.exp, gdb.base/assign.exp,
4582 gdb.base/async.exp, gdb.base/attach.exp,
4583 gdb.base/bitfields.exp, gdb.base/bitops.exp,
4584 gdb.base/break.exp, gdb.base/call-ar-st.exp,
4585 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
4586 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
4587 gdb.base/commands.exp, gdb.base/completion.exp,
4588 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
4589 gdb.base/constvars.exp, gdb.base/corefile.exp,
4590 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
4591 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
4592 gdb.base/ending-run.exp, gdb.base/environ.exp,
4593 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
4594 gdb.base/finish.exp, gdb.base/foll-exec.exp,
4595 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
4596 gdb.base/funcargs.exp, gdb.base/help.exp,
4597 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
4598 gdb.base/logical.exp, gdb.base/long_long.exp,
4599 gdb.base/maint.exp, gdb.base/mips_pro.exp,
4600 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
4601 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
4602 gdb.base/pointers.exp, gdb.base/printcmds.exp,
4603 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
4604 gdb.base/regs.exp, gdb.base/relational.exp,
4605 gdb.base/remote.exp, gdb.base/reread.exp,
4606 gdb.base/restore.exp, gdb.base/return2.exp,
4607 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
4608 gdb.base/selftest.exp, gdb.base/setshow.exp,
4609 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
4610 gdb.base/sigall.exp, gdb.base/signals.exp,
4611 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
4612 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
4613 gdb.base/step-test.exp, gdb.base/structs.c,
4614 gdb.base/structs.exp, gdb.base/structs2.exp,
4615 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
4616 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
4617 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
4618 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
4619 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
4620 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
4621 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
4622 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
4623 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
4624 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
4625 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
4626 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
4627 gdb.fortran/types.exp, gdb.java/jmisc.exp,
4628 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
4629 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
4630 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
4631 gdb.trace/circ.exp, gdb.trace/collection.exp,
4632 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
4633 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
4634 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
4635 gdb.trace/report.exp, gdb.trace/save-trace.exp,
4636 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
4637 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
4638 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
4639 notices.
4640
dc96c6c7 46412001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
4642
4643 * gdb.base/varargs.c (find_max_double): Fix printf format string:
4644 first arg is int not float.
4645
dc96c6c7 46462001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
4647
4648 * gdb.base/reread.exp: Unsupported for non-native targets;
4649 doesn't work for remote debugging.
4650
9b0c4aeb
FN
46512001-02-19 Fernando Nasser <fnasser@redhat.com>
4652
4653 From Drew Moseley <dmoseley@redhat.com>
4654 * gdb.base/ending-run.exp: Properly handle the BSP state when
4655 stepping past the end of main.
4656
02aa71d5
MC
46572001-02-19 John Moore <jmoore@redhat.com>
4658
4659 * gdb.base/commands.exp (infrun_breakpoint_command_test):
4660 Converted HPUX fix for non-expected items following multiple
4661 step commands into general solution for all platforms.
4662
1fa449a4
MC
46632001-02-18 Michael Chastain <chastain@redhat.com>
4664
4665 * gdb.c++/classes.exp (do_tests): Change runto statements
4666 from "runto 'foo(void)'" to "runto 'foo'". This makes the
4667 statements demangler agnostic.
4668 * gdb.c++/virtfunc.exp (do_tests): Likewise.
4669 (gdb_virtfunc_restart): Likewise.
4670
b2f9ec70
MC
46712001-02-14 Michael Chastain <chastain@redhat.com>
4672
4673 * gdb.c++/inherit.exp (do_tests): Change runto statements
4674 from "runto 'foo(void)'" to "runto 'foo'". This makes the
4675 statements demangler agnostic.
4676
cf74b8ca
AC
4677Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
4678
4679 * gdb.threads/pthreads.exp: Unify pass/fail messages for
4680 ``continue to bkpt at common_routine in thread 2'' and ``stopped
4681 before calling common_routine 15 times'' tests.
4682
99f78f56
MC
46832001-02-11 Michael Chastain <chastain@redhat.com>
4684
4685 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
4686 Helps the test script figure out which demangler is in use.
4687 (dm_type_foo_ref): Ditto.
4688 (dm_type_int_star): Ditto.
4689 (dm_type_long_star): Ditto.
4690 (dm_type_unsigned_int): Ditto.
4691 (dm_type_void): Ditto.
4692 (dm_type_void_star): Ditto.
99707966 4693 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
4694 Probe the gdb demangler and set variables to accommodate
4695 formatting differences.
4696 (info_func_regexp): New function. Same as info_func, but
4697 matches against a regexp.
4698 (info_func): Match against a literal string.
4699 (print_addr_2): New function. Match against a literal string,
4700 which can be different from the input to gdb.
4701 (print_addr): Simply call print_addr_2 with the same argument twice.
4702 (test_lookup_operator_functions): Use demangler formatting variables.
4703 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
4704 the tests in the same order as the C++ class declaration.
4705 (test_paddr_operator_functions): Ditto.
4706 (test_paddr_overloaded_functions): Ditto.
4707 (test_paddr_hairy_functions): Use demangler formatting variables.
4708 Add reference to gdb/19 for related tests.
4709 (do_tests): Call probe_demangler.
4710
1de8f023
KB
47112001-01-30 Kevin Buettner <kevinb@redhat.com>
4712
4713 * gdb.c++/templates.cc (printf): Remove unused function definition.
4714
ca3f91ed
MS
47152001-01-26 Felix Lee <flee@redhat.com>
4716
4717 * sid.exp (sid_exit): Pass host, not target, to remote_close.
4718
47192001-01-25 matthew green <mrg@redhat.com>
4720
4721 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
4722 up sid.
4723 (sid_exit): Call `remote_pop_conn' after GDB is gone.
4724
47252001-01-25 matthew green <mrg@redhat.com>
4726
4727 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 4728 Deprecate $sid_spawn_id.
ca3f91ed
MS
4729 (sid_exit): Remove code necessary only for `spawn.'
4730
47312001-01-25 matthew green <mrg@redhat.com>
4732
4733 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
4734
fb18ec4a
MC
47352001-01-28 Michael Chastain <chastain@redhat.com>
4736
4737 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
4738 to call when tests fail. It takes gdb out of the overloaded
4739 function choice menu back to the main prompt, so that the test
4740 program stays synchronized.
4741 (set_bp_overloaded): New proc to collect all the common
4742 code for setting a breakpoint on an overloaded name. Calls
4743 take_gdb_out_of_choice_menu when needed.
4744 (menu_overload1arg): New variable to collect the repeated
4745 instances of the expected menu for an overloaded name. Change
4746 the regular expression to handle changes in g++ type encoding:
4747 "void" can be either "void" or "", and "unsigned int" can be
4748 either "unsigned int" or "unsigned".
4749 (continue_to_bp_overloaded): Change regular expressions to handle
4750 changes in g++ type encoding.
4751 (no proc): Call take_gdb_out_of_choice_menu when needed.
4752 Remove redundant calls to "info break". Accept either "canceled"
4753 or "cancelled". Change regular expressions in "info break"
4754 calls to handle changes in g++ type encoding. Give all tests
4755 unique strings.
4756
9c646a6e
BE
47572001-01-17 Ben Elliston <bje@redhat.com>
4758
4759 * config/sid.exp: New file.
4760
9549d9c1
AC
4761Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
4762
4763 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
4764
dc96c6c7 47652000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
4766
4767 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
4768 Add a RE to accept a non-ascii char if one is ever presented.
4769
b4df4f68
FN
47702000-12-20 Fernando Nasser <fnasser@redhat.com>
4771
297dd0fd 4772 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 4773
dc96c6c7 47742000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 4775
d63a86f8 4776 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
4777 in regexp. One '\' does not suffice on Linux.
4778
4a7bddb6
MC
47792000-12-09 Michael Chastain <chastain@redhat.com>
4780
4781 * gdb.base/break.exp (test_clear_command): Use a marker function
4782 rather than 'main' for the test function. Also move this
4783 test to an execution point where the marker function names are
4784 guaranteed to be bound to functions. (Executing tests after a
4785 'finish' from main runs into name conflicts with local names
4786 in __libc_start_main).
4787
dc96c6c7 47882000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
4789
4790 * gdb.base/finish.exp: New test for gdb's "finish" command.
4791 * gdb.base/return2.exp: New test for gdb's "return" command.
4792 * gdb.base/return2.c: New source file for above.
4793
dc96c6c7 47942000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
4795
4796 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
4797 * gdb.base/miscexprs.exp: Ditto.
4798 * gdb.base/pointers.exp: Ditto.
4799 * gdb.c++/derivation.exp: Ditto.
4800 * gdb.c++/local.exp: Ditto.
4801 * gdb.c++/namespace.exp: Ditto.
4802 * gdb.c++/overload.exp: Ditto.
4803 * gdb.c++/ref-types.exp: Ditto.
4804
dc96c6c7 48052000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
4806
4807 * gdb.base/constvars.exp: Test result of "up" command.
4808 * gdb.base/miscexprs.exp: Ditto.
4809 * gdb.base/pointers.exp: Ditto.
4810 * gdb.base/scope.exp: Ditto.
4811 * gdb.c++/derivation.exp: Ditto.
4812 * gdb.c++/local.exp: Ditto.
4813 * gdb.c++/namespace.exp: Ditto.
4814 * gdb.c++/overload.exp: Ditto.
4815 * gdb.c++/ref-types.exp: Ditto.
4816
44097287
FN
48172000-11-22 Michael Chastain <chastain@redhat.com>
4818
4819 * mips_pro.exp: Accept either "middle -> top -> main" or
4820 "middle -> main" in the backtrace, because gcc can optimize
4821 tail calls to jumps. Remove setup_xfail for the hppa case.
4822 Add a comment with the original warning messages from PR 3016,
4823 which was filed in 1993, to preserve them for posterity.
4824
9d2e1bab
ND
48252000-11-17 Nick Duffek <nsd@redhat.com>
4826
4827 * lib/gdb.exp (gdb_test): Override timeout with board info.
4828
1aca8eb7
ND
48292000-11-17 Nick Duffek <nsd@redhat.com>
4830
4831 * gdb.base/display.exp: Don't kill running stub. Add "again" to
4832 the second kill and detach messages.
4833
93076499
ND
48342000-11-17 Nick Duffek <nsd@redhat.com>
4835
4836 * configure.in: Add AC_EXEEXT.
4837 * configure: Regenerate.
4838 * Makefile.in (just-check): Export EXEEXT.
4839 * lib/gdb.exp ($EXEEXT): Import from environment.
4840 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
4841 expect "maint dump-me" on Cygwin.
4842 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
4843 $EXEEXT.
4844
30e87cd3
ND
48452000-11-17 Nick Duffek <nsd@redhat.com>
4846
4847 * gdb.base/break.exp: Test backtrace and finish from called
4848 function on all platforms, not just HP-UX.
4849
dc96c6c7 48502000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
4851
4852 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
4853 code from gdb_target_monitor, so it can be used independantly
4854 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 4855
dc96c6c7 48562000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
4857
4858 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
4859 * gdb.base/corefile.exp: Expect the message "Program is being
4860 debugged already" when we send the "corefile" command, since
4861 the preceeding gdb_load may have connected gdb to a remote target.
4862 * gdb.base/display.exp: Disable hardware watchpoints if new
4863 board info variable "no_hardware_watchpoints" is true.
4864 Replace single-letter commands with more readable ones.
4865 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
4866 if new board info variable "no_hardware_watchpoints" is true.
4867 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
4868 to see if stdio (printf) testing is possible.
4869 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
4870 board info variable "no_hardware_watchpoints" is true. Use new
4871 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
4872
39124dea
FN
48732000-11-13 Fernando Nasser <fnasser@redhat.com>
4874
4875 From Orjan Friberg <orjanf@axis.com>:
4876 * gdb.base/printcmds.exp: Escape curly braces followed by a number
4877 in array print pattern match.
4878
a9e2e984
FN
48792000-11-09 Fernando Nasser <fnasser@redhat.com>
4880
4881 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
4882 spelling "cancelled" to U.S. spelling "canceled" to match changes
4883 made to gdb.
4884 * gdb.c++/ovldbreak.exp: Ditto.
4885
c7db355b
PS
48862000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4887
4888 * gdb.base/callfuncs.c (main): Moved to end of file, call
4889 t_double_values to initialize the FPU before inferior calls are made.
4890 * gdb.base/callfuncs.exp: Test for register preservation after calling
4891 inferior functions. Add tests for continuining, finishing and
4892 returning from a stop in a call dummy.
4893
dc96c6c7 48942000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
4895
4896 * gdb.base/commands.exp: Break up long lines, and re-indent.
4897
dc96c6c7 48982000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
4899
4900 * config/gdbserver.exp: Rewritten from the ground up, to make it
4901 compatible with the current dejagnu tree, and to make it work with
4902 the new "gdbserver" in libremote.
4903
dc96c6c7 49042000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
4905
4906 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
4907 * gdb.base/varargs.exp: Skip entire test if no printf support.
4908 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
4909 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
4910
dc96c6c7 49112000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
4912
4913 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
4914 no floating point support.
4915 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
4916 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
4917 * gdb.base/call-rt-st.exp: Ditto.
4918 * gdb.base/call-strs.exp: Ditto.
4919
bac5fc66
JG
49202000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
4921
4922 * gdb.base/sizeof.c: include <stdio.h>.
4923
4924 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
4925 'finish', otherwise uncaptured gdb_prompt would potentially
4926 throw remaining test points out of sync.
4927
b22a6027
SB
49282000-07-26 Scott Bambrough <scottb@netwinder.org>
4929
4930 * gdb.base/recurse.exp: Run tests for all targets.
4931 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
4932 gnu-oldld case on ARM.
4933 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
4934 for ARM targets.
d63a86f8 4935
d8231941
AG
4936Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
4937
4938 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
4939 * gdb.java/configure: Rebuild.
4940
8caabe69
AG
4941Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
4942
4943 * gdb.java/jv-exp.exp: New file.
4944
9d273ca3
AG
4945Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
4946
4947 * configure: Rebuilt.
4948 * configure.in (configdirs): Add gdb.java.
4949 * gdb.java/jmisc.java: New file.
4950 * gdb.java/jmisc.exp: New file.
4951 * gdb.java/Makefile.in: New file.
4952 * gdb.java/configure: Rebuilt.
4953 * gdb.java/configure.in: New file.
4954 * lib/java.exp: New file.
4955
4f823a66
AC
4956Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
4957
4958 * gdb.base/exprs.exp: Test casts to a pointer including over and
4959 underflow.
4960
2391e11d
AC
4961Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
4962
4963 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
4964 and the compilers sizes.
4965
54602222
ND
49662000-07-09 Nick Duffek <nsd@redhat.com>
4967
4968 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
4969 (use_methods): New function.
4970 (main): Call use_methods().
4971 * gdb.c++/classes.exp (test_method_param_class): New procedure.
4972 (do_tests): Call test_method_param_class.
4973
2bec0572
ND
49742000-07-09 Nick Duffek <nsd@redhat.com>
4975
4976 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
4977 spelling.
4978 (test_enums): New procedure. Move enum tests from end of script
4979 to here. Set breakpoint on function name instead of line number.
4980 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
4981 (enums2): New marker function.
4982 (enums1): New function.
4983 (main): Call enums1(). Move enum tests to enums1().
4984
78492fde
AC
4985Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
4986
4987 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
4988 compile/link program. Update line numbers.
4989 * gdb.asm/d10v.inc: Define ``startup''.
4990 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 4991
49a2cef8
AC
4992Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
4993
4994 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
4995
3e6c8688
EZ
49962000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4997
4998 * gdb.base/maint.exp: Add 'maint print architecture' item to output
4999 of 'help maint print' command.
5000
9ff5cbe9
AC
5001Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
5002
5003 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
5004 they use gdb_expect_list.
5005
17c579bd
AC
5006Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
5007
5008 * gdb.base/commands.exp: Use ``set remote
5009 memory-read-packet-size'' instead of ``set endian big'' to test
5010 long commands.
5011
e6d71bf3
DB
50122000-06-03 Daniel Berlin <dan@cgsoftware.com>
5013
5014 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 5015 g++, and stop skipping them.
e6d71bf3
DB
5016
5017 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
5018 work under g++.
5019
d63a86f8 5020 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
5021 initialization.
5022
dc96c6c7 50232000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
5024
5025 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
5026 the regular expression: accept an (almost) arbitrary sequence of
5027 "frames-invalid" and "breakpoints-invalid" messages both before
5028 and after the "starting" message.
5029
dc96c6c7 50302000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
5031
5032 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 5033
dc96c6c7 50342000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
5035
5036 * gdb.base/annota1.exp (annotate-signal-handler-caller):
5037 Relax the regular expression a little, make it pass on Solaris 8.
5038
8216cda9
KB
50392000-05-12 Kevin Buettner <kevinb@redhat.com>
5040
5041 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 5042 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
5043 Instead, it is permissible for gdb to stop on the line of the
5044 call itself.
5045
1a570b2f
MS
50462000-05-12 Michael Snyder <msnyder@.cygnus.com>
5047
5048 * gdb.base/break.exp (bp on small function, optimized file):
5049 Add a second pass pattern. The behavior differs here between stabs
5050 and dwarf for one-line functions. Stabs preserves two line symbols
5051 (one before the prologue and one after) with the same line number,
5052 but dwarf regards these as duplicates and discards one of them.
5053 Therefore the address after the prologue (where the breakpoint is)
5054 has no exactly matching line symbol, and GDB reports the breakpoint
5055 as if it were in the middle of a line rather than at the beginning.
5056
dc96c6c7 50572000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 5058
d63a86f8 5059 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
5060 rather than "send_gdb" (for consistancy).
5061
7d418785
AC
5062Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
5063
5064 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
5065 * gdb.c++/templates.cc: Properly check for GCC version number.
5066 * lib/compiler.cc: Likewise
5067
dc96c6c7 50682000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 5069
d63a86f8 5070 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
5071 gdb may not stop at the first line of main, due to code motion.
5072
dc96c6c7 50732000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
5074
5075 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
5076 This test depends on parsing the printf output from the target.
5077 Since the sparclet stub doesn't do stdio, this will never work.
5078 * gdb.base/call-rt-st.exp: ditto.
5079 * gdb.base/call-strs: ditto.
5080
dc96c6c7 50812000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
5082
5083 * gdb.base/miscexprs.exp: make sizeof long array test portable.
5084
5085 * gdb.base/ending-run.exp: After connecting to a remote target,
5086 but before running, the target will appear to be in a random
5087 location. Specify both a file and a line for breakpoints.
5088 Also, the function that calls main may be called 'init'
5089 rather than 'start'.
5090
a5a51225
EZ
50912000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5092
5093 * gdb.base/help.exp: Update output for add-symbol-file command.
5094
7930cc7c
FN
50952000-04-10 Fernando Nasser <fnasser@cygnus.com>
5096
5097 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5098 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
5099
23e37ab1
C
51002000-04-07 J.T. Conklin <jtc@redback.com>
5101
e93c542c
C
5102 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
5103
23e37ab1
C
5104 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
5105
591b8fa3
PDM
5106Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
5107
5108 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
5109 values that can be represented exactly.
5110 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
5111 above change, and to not check against the directory part of the source
5112 file name.
5113 (step into print_long_arg_list): Likewise.
5114 (print print_small_structs from print_long_arg_list): Likewise.
5115 (print print_long_arg_list): Likewise.
5116
7a495180
EZ
51172000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5118
30b53638 5119 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 5120
beb998c6
AC
5121Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
5122
5123 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
5124
1c689132
DB
51252000-03-25 Daniel Berlin <dan@cgsoftware.com>
5126
5127 * gdb.base/commands.exp (deprecated_command_test): Add test for
5128 deprecate with no arguments.
5129
c1790a9d
JL
51302000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
5131
5132 * gdb.base/break.exp: Add new test for setting breakpoints on
5133 optimized code so we can test breakpoints work even when function
5134 prologues may be optimized away
5135
003ba290
FN
51362000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
5137
5138 From David Whedon <dwhedon@gordian.com>
5139 * gdb.base/commands.exp : Added command deprecator tests.
5140
6837a0a2
DB
51412000-03-22 Daniel Berlin <dan@cgsoftware.com>
5142
5143 * gdb.base/help.exp: Added test for new apropos command.
5144
b9593231
KB
51452000-03-21 Kevin Buettner <kevinb@redhat.com>
5146
5147 * gdb.base/pointers.c (usevar): New function.
5148 (main): Make sure that global variables v_int_pointer2, rptr,
5149 and y are all referenced someplace in the program by calling
5150 usevar() on them. [Some linkers delete symbols which are
5151 never referenced. The space remains, but there's no way to
5152 get a (symbolic) handle on the variable from the debugger.]
5153
751a959b
EZ
51542000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5155
5156 * gdb.base/printcmds.c: Add typedeffed arrays.
5157
5158 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
5159 procedure to test arrays that are typedef'd.
5160
73a93a32
JI
51612000-03-13 James Ingham <jingham@leda.cygnus.com>
5162
5163 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 5164 the library directories.
73a93a32 5165
fb40c209
AC
5166Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
5167
5168 * configure.in (configdirs): Add sub directory gdb.mi.
5169 * configure: Re-generate.
5170
5171 * gdb.mi: New directory.
d63a86f8 5172
ee4dd2c9
AC
51732000-02-25 Scott Bambrough <scottb@netwinder.org>
5174
5175 * gdb.base/long_long.exp: Correct test suite failure when printing
5176 a long long value as a double on ARM platforms.
5177
70f0cc22
JB
51782000-02-16 Jim Blandy <jimb@redhat.com>
5179
5180 * gdb.base/break.exp ("breakpoint line number"): Make sure the
5181 default source file is set properly before running this test.
5182
853819b8
EZ
51832000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5184
5185 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
5186 gdbtk/library directory, not in gdbtcl2.
5187
dfcd3bfb
JM
51882000-02-04 Jim Blandy <jimb@redhat.com>
5189
5190 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
5191 backslash from regexp pattern.
5192
5193 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
5194 procedure. Use it to run all the "continue to bp overloaded"
5195 tests. Note that this changes the names of the tests slightly.
5196 If the breakpoint hit message includes a hex PC value, because
5197 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
5198 from the real source code, still consider that a pass.
5199
5200 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
5201 XFAIL here if the breakpoint message contains a hex address. Note
5202 similar change on 1999-11-02.
5203
5204 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
5205
5206 * gdb.base/ptype.exp: Establish a default source file before
5207 calling get_debug_format.
5208
52092000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
5210
5211 * gdb.base/watchpoint.exp: Remove duplication of test messages.
5212
8b93c638
JM
52132000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
5214
5215 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
5216 of successive stepi commands -- while in the prologue we should see
5217 the function entry bracket.
5218
52192000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
5220
5221 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
5222 reach __change_mode() when stepping through the end of main().
5223
c5394b80
JM
52242000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
5225
5226 * gdb.base/default.exp: Fix expected pattern.
5227 * gdb.base/help.exp: Same.
5228
0d06e24b
JM
52292000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5230
5231 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
5232 Don't use xfail's because that affects only the following test.
d63a86f8 5233
0d06e24b
JM
5234 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
5235 solaris or linux.
5236
5237 * gdb.base/selftest.exp: Update to reflect changes to main.c.
5238
dc96c6c7 52392000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 5240
d63a86f8 5241 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
5242 "A syntax error" rather than "A parse error". Accept both.
5243
52442000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
5245
5246 * gdb.base/default.exp: Remove OS dependent string from "target
5247 remote" test.
5248 * gdb.base/help.exp: Same for "help target remote" test.
5249
c3f6f71d
JM
52502000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5251
5252 From Jim Kingdon <kingdon@redhat.com>:
5253
5254 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
5255 prompt (cleanup rather than necessity, but still might keep output
5256 from spilling to next test).
5257
52582000-01-02 Fred Fish <fnf@cygnus.com>
5259
5260 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
5261 AIX, which defines them in <sys/types.h>.
5262
ed9a39eb 52631999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 5264
ed9a39eb
JM
5265 * gdb.base/default.exp: Match arm* etc instead of arm in "info
5266 float" test.
5267
52681999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 5269
ed9a39eb 5270 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
5271
5272 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
5273 outermost frame disallowed".
5274
52751999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
5276
5277 * gdb.base/setvar.exp: New tests for setting the value of a struct
5278 with a constant list.
5279
52801999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
5281
5282 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
5283 require the user to type a cast before setting the value of a struct.
5284
de57eccd
JM
52851999-12-06 Jim Blandy <jimb@cygnus.com>
5286
5287 * gdb.base/default.exp: Expect the new 'info float' command on
5288 all i386 platforms.
5289
5290 * gdb.threads/linux-dp.exp: Expand our ability to recognize
5291 LinuxThreads libraries that don't support debugging.
5292
c2d11a7d
JM
5293Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
5294
5295 * gdb.base/remote.c: Fill the buffer with truely random data.
5296 Change the buffer type to ``unsigned char'' to simplify size
5297 arithmetic.
5298
5299 * gdb.base/remote.exp: Reduce download numbers by one. Typical
5300 stub only handles 400-1 byte packets. Verify that the download
5301 worked.
5302
53031999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
5304
5305 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
5306 tests, using UNRESOLVED for the untested cases. Also, does not wait
5307 for a timeout if the prompt was received before a recognizable pattern.
5308
53091999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
5310
5311 * lib/gdb.exp (gdb_expect_list): Fix spelling.
5312
53131999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5314
5315 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
5316 watchpoints.
5317
53181999-11-24 Jason Merrill <jason@casey.cygnus.com>
5319
5320 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
5321
5322 * gdb.c++/local.exp: Be more flexible in recognizing local class
5323 name mangling. Don't allow horribly truncated method names.
5324 * gdb.c++/derivation.exp: Expect protected inheritance.
5325 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
5326 * gdb.c++/virtfunc.exp: Likewise.
5327 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
5328 when printing a nested enum.
5329
53301999-11-22 Jim Blandy <jimb@cygnus.com>
5331
5332 * gdb.base/step-test.exp: Properly await GDB's response to setting
5333 a breakpoint on the call to large_struct_by_value.
5334
5335 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
5336 just because we have debug info for the `start' function.
5337
53381999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
5339
5340 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
5341 "Unknown signal" messages, which indicate (on LinuxThreads) that
5342 GDB doesn't know how to debug threads on this system. This is
5343 better than hanging while philosopher 0 dumps chatter into gdb.log.
5344
53451999-11-18 Tom Tromey <tromey@cygnus.com>
5346
5347 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
5348
53491999-11-18 Fred Fish <fnf@cygnus.com>
5350
5351 * gdb.base/coremaker2.c: Add sample program for generating
5352 cores that is more self contained than coremaker.c. Eventually
5353 I'll add more code to this and tie it into the testsuite.
5354
4ce44c66
JM
53551999-11-12 Stan Shebs <shebs@andros.cygnus.com>
5356
5357 * gdb.base/dollar.exp: Remove, now in gdb.hp.
5358
53591999-11-10 Jimmy Guo <guo@cup.hp.com>
5360
5361 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
5362 from $srcdir/lib/.
5363 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
5364 and gdb.c++/.
5365
5366 * gdb.c++/derivation.exp: remove redundant get compiler info code.
5367
d63a86f8 5368 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
5369 'continue with watch' test point.
5370
53711999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
5372
5373 Merged from p2linux-990323-branch:
d63a86f8 5374
4ce44c66
JM
5375 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
5376
11cf8741
JM
5377Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
5378
5379 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
5380 {limit,fixed}''. Test ``set download-write-size''.
5381
5382Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
5383
5384 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
5385 gdb_expect_list.
5386
5387Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
5388
5389 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
5390
53911999-11-03 Mark Salter <msalter@cygnus.com>
5392
5393 * gdb.base/break.exp: Fix "stub continue" pattern.
5394
53951999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
5396
5397 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
5398
53991999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
5400
5401 * gdb.base/display.exp ("finish"): Add timeout clause.
5402
5403 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
5404 plain prompt clause, so this doesn't have to time out in order to
5405 fail.
5406
5407 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
5408 breakpoint hit messages include an address.
5409
5410 * gdb.base/display.exp: Don't forget to escape parens in regular
5411 expressions. Unix regexp notatation sucks.
5412
54131999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5414
5415 * gdb.base/annota1.exp: Test for annotate-signalled: change output
5416 order for 'signalled' message.
5417
5c44784c
JM
54181999-11-01 Stan Shebs <shebs@andros.cygnus.com>
5419
5420 From Jimmy Guo <guo@cup.hp.com>:
5421 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
5422 * gdb.base/annota1.c: Add code for tests to work with.
5423
54241999-10-26 Frank Ch. Eigler <fche@cygnus.com>
5425
5426 * gdb.base/remote.exp: New test for remote downloading settings.
5427 * gdb.base/remote.c: New file with large .data.
5428
917317f4
JM
54291999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
5430
5431 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
5432 for LinuxThreads support, merged from the Code Fusion branch.
5433
5434Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
5435
5436 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
5437 containing exp_continue into a while within an expect. Don't
5438 attempt a start more than three times. Check return value from
5439 gdb_load.
d63a86f8 5440
2df3850c
JM
5441Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
5442
5443 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
5444 a pass case.
5445
2acceee2
JM
54461999-10-01 Kevin Buettner <kevinb@cygnus.com>
5447
5448 * gdb.base/break.c (main): Added a statement that we can step
5449 off of.
5450 * gdb.base/break.exp: Added tests for setting a breakpoint
5451 at an offset and stepping onto a breakpoint.
5452
54531999-10-01 Fred Fish <fnf@cygnus.com>
5454
d63a86f8 5455 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
5456 gdb output.
5457
c2c6d25f
JM
54581999-09-18 Jim Blandy <jimb@cris.red-bean.com>
5459
5460 * gdb.base/break.exp: Code locations are in hex, don't forget!
5461 (For HP-UX.)
5462
54631999-09-17 Stan Shebs <shebs@andros.cygnus.com>
5464
5465 * condbreak.exp: Use break.c as test program.
5466 * condbreak.c: Remove, redundant with break.c.
5467
54681999-09-15 Stan Shebs <shebs@andros.cygnus.com>
5469
5470 * config/monitor.exp (gdb_target_monitor): Disable X- and
5471 Z-packets if the target needs it.
5472
54731999-09-13 James Ingham <jingham@leda.cygnus.com>
5474
5475 * gdb.c++/overload.exp: Added tests for listing overloaded
5476 functions with function pointers in the arg, explicitly calling
5477 out the version you want.
5478
cff3e48b
JM
54791999-09-09 Stan Shebs <shebs@andros.cygnus.com>
5480
5481 * long_long.exp: Add variations of test cases that work for
5482 targets with 16-bit ints and 32-bit doubles.
5483
d4f3574e
SS
54841999-09-08 Stan Shebs <shebs@andros.cygnus.com>
5485
5486 * break.c (main): Compare a possibly-uninitialized argc with an
5487 unlikely value that fits in 16 bits.
5488
54891999-09-07 Stan Shebs <shebs@andros.cygnus.com>
5490
5491 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
5492 0xfeeb, don't want negative numbers if ints are 16 bits.
5493
5494 * lib/gdb.exp (skip_cplus_tests): New proc.
5495 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
5496 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
5497 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
5498 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
5499 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
5500 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
5501 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
5502 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
5503
5504 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
5505
5506Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
5507
5508 * gdb.base/corefile.exp (up): Allow a parameter to appear
5509 in the frame that we're going up to.
5510
5511 From Jim Blandy <jimb@cygnus.com>:
5512
5513 * gdb.base/default.exp (info float): Expect some output now.
5514
5515 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
5516 returning floating-point values to fail on the x86.
5517 * gdb.base/callfwmall.exp (do_function_calls): Same.
5518
5519 * gdb.base/list.exp (test_listsize): Correct expectations for
5520 listing line 1 with listsize 2. Also, listing a single line
5521 works now, as does listing three lines. [Kevin's note: There
5522 were a number of other cases fixed too where the expectations
5523 differed...]
5524
55251999-09-02 Stan Shebs <shebs@andros.cygnus.com>
5526
5527 * gdb.base/selftest.exp: Add case for when version prints as
5528 constant string instead of char pointer.
5529
104c1213
JM
55301999-08-25 Stan Shebs <shebs@andros.cygnus.com>
5531
5532 * gdb.base/ending-run.exp: Add Solaris case for what happens when
5533 stepping out of main.
5534
5535 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
5536 G++ used.
5537
5538 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
5539 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
5540
5541 * gdb.c++/ovldbreak.exp: Update match string in test that
5542 includes a warning of multiple breakpoints.
5543
55441999-08-24 Stan Shebs <shebs@andros.cygnus.com>
5545
5546 * gdb.base/display.exp: Improve precision of step-after-finish
5547 added yesterday.
5548
5549 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
5550 test.
5551
5552 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
5553 configs when using G++, not just hppa*.
5554
55551999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5556
5557 * gdb.base/async.c: New file.
5558 * gdb.base/async.exp: New file.
5559
5560Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
5561
5562 * gdb.base/break.exp: Tweak PA specific tests to properly handle
5563 PA64.
5564
53a5351d
JM
5565Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
5566
104c1213
JM
5567 * gdb.base/display.exp: "finish" can leave us mid-line on many
5568 targets, deal with it. Add a small constant to main, instead of
5569 1000 since main+1000 may not be a valid address in the target.
5570
53a5351d
JM
5571 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
5572 on hpux11.
5573
5574 * gdb.base/attach.exp: Handle another hpux11 error message variant
5575 when attaching to a process that does not exist.
5576
55771999-08-19 J.T. Conklin <jtc@redback.com>
5578
5579 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
5580 characters in 'continue to 1241' test.
5581
55821999-08-17 Stan Shebs <shebs@andros.cygnus.com>
5583
5584 * gdb.base/call-ar-st.exp: Add a shorter match case for the
5585 stop in print_long_arg_list, define and use a whitespace
5586 variable in print_small_structs test, add an XFAIL for Solaris.
5587 * gdb.base/dbx.exp: XFAIL func commands until somebody is
5588 interested enough to fix.
5589
7be570e7
JM
55901999-08-13 Keith Seitz <keiths@cygnus.com>
5591
5592 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
5593 (dbx_gdb_load): Remove. Use gdb_load instead, since that
5594 proc knows about targets other than the natives.
5595 (test_assign): Use "gdb_run_cmd" to "run" the target.
5596 Check that we've actually hit the breakpoint at main.
5597 When we attempt to assign a value to a local variable, check
5598 that the variable is in the current scope, i.e., don't use
5599 a test with an empty result.
5600
5601Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
5602
5603 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
5604 command.
5605
56061999-08-09 Stan Shebs <shebs@andros.cygnus.com>
5607
5608 From Jimmy Guo <guo@cup.hp.com> and others at HP:
5609 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
5610 gdb.compat, gdb.threads-hp.
5611 gdb.hp/configure, gdb.hp/configure.in: New files.
5612 gdb.hp/Makefile.in: Recurse into new subdirs.
5613 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
5614 gdb.hp/gdb.objdbg: New directory, tests for debugging info
5615 in object files.
5616 gdb.hp/tools: New directory, aux tools for HP-specific tests.
5617
96baa820
JM
56181999-08-05 Stan Shebs <shebs@andros.cygnus.com>
5619
5620 * gdb.base/display.exp: Help expect by putting a newline in the
5621 funky printf, remove a bogus p/a test.
5622
56231999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5624
5625 * gdb.base/display.exp: Make sure that when we say 'run', we are
5626 connected to the target. This is necessary when running not
5627 natively.
5628
56291999-08-03 Stan Shebs <shebs@andros.cygnus.com>
5630
5631 * gdb.base/step-test.exp: Removed some extraneous messages.
5632
5633 * gdb.base/long_long.exp: Don't run memory examination tests
5634 on little-endian targets (they will need a different set of
5635 results to match).
5636
56371999-08-02 Stan Shebs <shebs@andros.cygnus.com>
5638
5639 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
5640 until somebody decides to fix GDB.
5641
5642 * gdb.base/long_long.c: Stop compiler complaint by specifying long
5643 constant as "ULL".
5644 * gdb.base/long_long.exp: Loosen x/c test, add partial result
5645 matches for a couple x/2 commands.
5646
a0b3c4fd
JM
56471999-07-30 Stan Shebs <shebs@andros.cygnus.com>
5648
5649 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
5650 by merging in ref-types2 tests.
5651 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
5652
5653 From Jimmy Guo <guo@cup.hp.com> and others at HP:
5654 * gdb.c++/Makefile.in: Add standard actions.
5655 (EXECUTABLES): Rename from PROGS, update list.
5656 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
5657 from gdb.hp.
5658 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
5659 foo and bar locals.
5660 * gdb.c++/anon-union.exp: Fix tests to match.
5661 * gdb.c++/classes.exp: Run if HP compiler used, add extra
5662 expect matches to handle output variations.
5663 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
5664 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
5665 output, add HP alternatives for new and delete prints.
5666 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
5667 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
5668 * gdb.c++/demangle.exp: Use $style when reporting failure.
5669 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
5670 * gdb.c++/inherit.exp: Run if HP compiler used, add some
5671 match alternatives.
5672 * gdb.c++/local.exp: Add match alternatives or xfails for HP
5673 compilers.
5674 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
5675 * gdb.c++/method.exp: Add match alternatives.
5676 * gdb.c++/misc.cc: Add bool types.
5677 * gdb.c++/misc.exp: Add tests for bool types.
5678 * gdb.c++/overload.exp: Add xfails.
5679 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
5680 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
5681 add some more template parameter tests (only for HP currently).
5682 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
5683 * gdb.c++/virtfunc.cc: Add return type and value for main.
5684 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
5685 match alternatives.
d63a86f8 5686
a0b3c4fd
JM
56871999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5688
5689 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
5690
56911999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
5692
5693 * gdb.base/signals.exp: Don't expect getting a backtrace from
5694 within a signal handler to fail on Linux.
5695
56961999-07-29 Stan Shebs <shebs@andros.cygnus.com>
5697
5698 From Jimmy Guo <guo@cup.hp.com> and others at HP:
5699 * lib/gdb.exp: Remove some gratuitious semicolons.
5700 (delete_breakpoints): Increase timeout.
5701 (gdb_expect): Add -notransfer option.
5702 (gdb_test): Use -notransfer option.
5703 (get_compiler_info): Add f77 case.
5704 (get_compiler): New proc, split out from gdb_preprocess, add f77
5705 case.
5706 (gdb_preprocess): Call get_compiler.
5707
5708 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
5709 * gdb.base/attach.exp, gdb.base/display.exp,
5710 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
5711 gdb.base/long_long.exp, gdb.base/printcmds.exp,
5712 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
5713 third arg to gdb_test.
5714 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
5715 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
5716 HP-UX xfails, add others.
5717 * gdb.base/completion.exp: Reflect name change of self-test.
5718 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
5719 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
5720 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
5721 HP failure number.
5722 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
5723 useless HP-UX 10.30 references.
5724 * gdb.base/maint.exp: Loosen matches.
5725 * gdb.base/pointers.c (main): Declare more_code.
5726 * gdb.base/pointers.exp: Match on output of a `next'.
5727 * gdb.base/structs.c: Add prototypes.
5728 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
5729 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
5730
57311999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5732
5733 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
5734 command.
5735
57361999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5737
5738 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
5739 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
5740
5741 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
5742 debug info. Deal with lack of signal hanlder info in stack.
5743
5744 From Jim Kingdon <kingdon@redhat.com>:
5745 * gdb.base/annota1.exp: If printf has debug info, deal with it.
5746
5a2468f5
JM
57471999-07-19 Stan Shebs <shebs@andros.cygnus.com>
5748
5749 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
5750 gdb.base/foll-vfork.exp: Don't run for crosses.
5751
adf40b2e
JM
5752Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
5753
5754 * gdb.base/configure.in: Check for gdbvars.exp instead of
5755 a1-selftest.exp.
5756 * gdb.base/configure: Re-generate.
5757
57581999-07-12 Stan Shebs <shebs@andros.cygnus.com>
5759
5760 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
5761 in trying to run first and name is too long.
5762
5763 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
5764 pointers2.c and pointers2.exp, respectively.
5765 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
5766 doschk happier.
5767
43e526b9
JM
57681999-07-08 Stan Shebs <shebs@andros.cygnus.com>
5769
5770 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
5771 callfuncs2.c and callfuncs2.exp.
5772
5773 * gdb.base/list.exp: Remove mistaken xfails.
5774 * gdb.base/list0.h: Add optional prototypes.
5775
9846de1b
JM
5776Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
5777
5778 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
5779 calling malloc.
5780 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
5781 * ptype.exp: Move test for get_debug_format to before its first
5782 use.
5783
57841999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5785
5786 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
5787 * gdb.base/annota2.cc, annota2.exp: Move from here.
5788 * gdb.c++/annota2.cc, annota2.exp: To here.
5789 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
5790
43ff13b4
JM
5791Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
5792
5793 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
5794 a consistent format.
5795
085dd6e6
JM
57961999-06-25 Stan Shebs <shebs@andros.cygnus.com>
5797
5798 From Jimmy Guo <guo@cup.hp.com> and others at HP:
5799 * lib/gdb.exp (get_compiler_info): Add detection for assorted
5800 HP compilers, also set the globals $true and $false.
5801
5802 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
5803 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
5804 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
5805 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
5806 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
5807 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
5808 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
5809 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
5810 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
5811 whatis.c} Add C++ compatible function definitions and return
5812 types, add includes for library functions.
5813 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
5814 * gdb.base/step-test.c (myglob): Rename from glob.
5815 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
5816 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
5817 files, move here from gdb.hp.
5818 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
5819 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
5820 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
5821 Adjust line numbers in regexps.
5822
5823 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
5824 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
5825 instead of 0/1.
5826
5827 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
5828 foll-vfork.exp: New files, move here from gdb.hp.
5829 * gdb.base/page.exp: New file, test of pagination command.
5830
5831 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
5832 recursion test.
5833 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
5834
5835 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
5836 gdb.base/solib.exp: Fix compiler invocation process.
5837
5838 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
5839 HP-UX 11, turn off overload resolution explicitly.
5840 * gdb.base/commands.exp: Set argument list explicitly, add
5841 watchpoint test.
5842 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
5843 them work.
5844 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
5845 expressions properly.
5846 * gdb.base/corefile.exp: Loosen the match slightly.
5847 * gdb.base/default.exp: Allow "Error accessing memory" message
5848 also.
5849 * gdb.base/display.exp: Skip over x/0 j if PA64.
5850 * gdb.base/funcargs.exp: Add xfails for HP-UX.
5851 * gdb.base/interrupt.exp: Ditto.
5852 * gdb.base/langs.exp: Add symbolic matches governed by compiler
5853 in use.
5854 * gdb.base/list.exp: Add xfails for HP-UX.
5855 * gdb.base/long_long.exp: Refine some of the numeric matches.
5856 * gdb.base/mips_pro.exp: Xfail on HP-UX.
5857 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
5858 * gdb.base/nodebug.exp: Succeed on more varieties of output.
5859 * gdb.base/opaque.exp: Remove some HP-UX xfails.
5860 * gdb.base/ptype.exp: Succeed on more varieties of output.
5861 * gdb.base/scope.exp: Add xfails for HP-UX.
5862 * gdb.base/sect-cmd.exp: Add more cases.
5863 * gdb.base/setvar.exp: Add xfails for HP-UX.
5864 * gdb.base/shlib-call.exp: Loosen some matches slightly.
5865 * gdb.base/signals.exp: Match on void symbolically.
5866 * gdb.base/step-test.exp: Add case for PA64.
5867 * gdb.base/term.exp: Add exit and restart.
5868 * gdb.base/twice.exp: Clean up after self.
5869 * gdb.base/varargs.exp: Disable overload resolution explicitly.
5870 * gdb.base/whatis.exp: Allow more ways to pass tests.
5871
5872 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
5873 no longer useful.
5874
5875Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
5876
5877 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
5878 list of patterns.
5879 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
5880 print_double_array(double_array)", "continuing to breakpoint
5881 1018", "print print_double_array(array_d)" and "continuing to
5882 1034" tests.
d63a86f8 5883
085dd6e6
JM
58841999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
5885
5886 * Makefile.in: Add empty html and install-html targets.
5887
58881999-06-24 Stan Shebs <shebs@andros.cygnus.com>
5889
5890 * config/mt-*: Remove, these haven't been used since 1996.
5891
58921999-06-22 Stan Shebs <shebs@andros.cygnus.com>
5893
5894 * gdb.base/call-strs.c, gdb.base/ending-run.c,
5895 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
5896 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
5897
9e0b60a8
JM
58981999-06-18 Stan Shebs <shebs@andros.cygnus.com>
5899
5900 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
5901 simpler match case for the ptype of the big class.
5902
59031999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5904
5905 * gdb.exp: Fix test for gdb_prompt existence.
5906
59071999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5908
5909 * gdb.exp (gdb_test): Add fail after calls to perror.
5910
59111999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5912
5913 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
5914
59151999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5916
5917 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
5918
0f71a2f6
JM
5919Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
5920
5921 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
5922 malloc() is linked in.
5923
59241999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
5925
5926 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
5927 step at end.
5928
5929 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
5930
59311999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
5932
5933 * gdb.java/jv-print.exp: New file. (Our first Java test!)
5934
cce74817
JM
5935Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
5936
5937 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
5938 * gdb.base/mips_pro.exp: Likewise.
5939
59401999-06-02 Keith Seitz <keiths@cygnus.com>
5941
5942 * gdb.c++/templates.cc: Change all "new" operators to throw
5943 an exception.
5944 * gdb.c++/cplusfuncs.cc: Likewise.
5945
5946 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
5947
5948Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
5949
5950 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
5951 * gdb.base/ending-run.exp: When stepping out of main, accept a
5952 step into an arbitrary assembler file.
5953
392a587b
JM
59541999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5955
d63a86f8 5956 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 5957 "breakpoint-invalid" to be printed.
d63a86f8 5958 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
5959 number of "frames-invalid" and "breakpoint-invalid" to be printed.
5960 * gdb.base/annota2.cc: Initialize a.x to 0.
5961
9e086581
JM
59621999-05-17 Keith Seitz <keiths@cygnus.com>
5963
5964 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
5965 when "skip_float_tests" set.
5966 Ditto for "print print_double_array(array_d)", "print print_small_structs",
5967 "print print_ten_doubles", and "step into print_long_arg_list".
5968 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
5969 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
5970 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
5971 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
5972 "skip_float_tests" is set.
5973 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
5974 when "skip_float_tests" set.
d63a86f8 5975
cd0fc7c3
SS
59761999-05-06 Keith Seitz <keiths@cygnus.com>
5977
5978 * gdb.base/annota2.cc: Include stdio.h.
5979
5980Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
5981
5982 * gdb.base/crossload.exp: Remove, this has been disabled ever
5983 since BFD stopped including all targets, and cross-GDB gets
5984 plenty of testing anyway.
5985 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
5986 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
5987 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
5988 * gdb.base/README: Remove, was doc for this.
5989 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
5990 needed.
5991
b83266a0
SS
59921999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5993
5994 * gdb.base/call-ar-st.exp: Fix one regular expression in test
5995 output.
5996
5997 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
5998 * gdb.base/annota2.exp: New file. More annotation tests.
5999 * gdb.base/annota1.c: New file. Source file for annota1.exp.
6000 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
6001
60021999-04-23 Angela Marie Thomas <angela@cygnus.com>
6003
6004 * config/cfdbug.exp: New file.
6005
7a292a7a
SS
60061999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
6007
6008 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
6009 Marcus Daniel's and Dale Hawkins's demangler crashes.
6010
6011 * gdb.c++/demangle.exp (test_gnu_style_demangling,
6012 test_lucid_style_demangling, test_arm_style_demangling,
6013 test_hp_style_demangling): Try Tom Tromey's core-dumping
6014 identifier under each demangling style.
6015
60161999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
6017
6018 * gdb.c++/demangle.exp: Include the current demangling style
6019 in all test names.
6020 (current_demangling_style): New global variable.
6021 (set_demangling_style, test_demangling_core, test_demangling,
6022 test_demangling_exact): New functions.
6023 (test_gnu_style_demangling, test_lucid_style_demangling,
6024 test_arm_style_demangling, test_hp_style_demangling): Use those,
6025 instead of calling gdb_test and gdb_test_exact directly.
6026 (catch_demangling_errors): New function, which reports errors
6027 signalled by the demangling test functions in an orderly way.
6028 (do_tests): Use catch_demangling_errors.
6029
60301999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
6031
6032 * gdb.base/signals.exp (test_handle_all_print): Use () for
6033 grouping in expressions, not {}.
6034
6035 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
6036 initialized yet.
6037
60381999-04-01 Stan Shebs <shebs@andros.cygnus.com>
6039
6040 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
6041 are listed.
6042
60431999-03-26 Stan Shebs <shebs@andros.cygnus.com>
6044
6045 * gdb.stabs/weird.exp: Test for CC being defined before
6046 looking at its value.
6047
60481999-03-25 Stan Shebs <shebs@andros.cygnus.com>
6049
6050 * gdb.base/call-ar-st.exp: Remove stray '#'.
6051 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
6052 "short int" and "long int".
6053 * gdb.c++/overload.cc: Cast the string added in the previous
6054 change, to mollify finicky HP compiler.
6055 * gdb.hp/reg-test.exp (testfile): Fix file name.
6056 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 6057
7a292a7a
SS
6058 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
6059 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
6060 alternate form of enum ptype.
6061
c906108c
SS
60621999-03-23 Stan Shebs <shebs@andros.cygnus.com>
6063
7a292a7a
SS
6064 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
6065 * gdb.hp/*.exp: Change all to run compiler probe only after
6066 passing skip_hp_tests, so as not to waste time on guaranteed
6067 failure.
6068
c906108c
SS
6069 * gdb.c++/overload.cc: Pass string instead of char addr, always
6070 init ccpfoo.
6071 * gdb.c++/templates.cc: Fix syntax error.
6072
7a292a7a
SS
6073Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6074
6075 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 6076 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
6077 command.
6078
60791999-03-18 James Ingham <jingham@cygnus.com>
6080
6081 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
6082
6083 * gdb.c++/method.exp: It was testing an uninitialized int on the
6084 stack and assuming it was positive.
6085
6086 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
6087
6088 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 6089 keep it from killing the rest of the tests.
7a292a7a
SS
6090 Use gdb_continue_to_end.
6091
6092 * gdb.base/sigall.exp: use gdb_continue_to_end.
6093
6094 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
6095
6096 * gdb.base/display.exp: use runto_main, not run.
6097
d63a86f8
RM
6098 * gdb.base/default.exp: Check for the current error message in the
6099 r abbreviation test.
7a292a7a
SS
6100 Add strongarm to the targets that know info float.
6101
d63a86f8 6102 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
6103 run which doesn't work with monitors.
6104
6105 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
6106
6107 * gdb.base/break.exp: use the gdb_continue_to_end proc.
6108
6109 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
6110 program. Traps the case (in Cygmon) when the program never really
6111 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
6112 more places, so I used my name. Sorry Mark...
6113
6114 * config/monitor.exp (gdb_target_monitor): added another
6115 target_info parameter: remotebinarydownload. This will set the
6116 remotebinarydownload flag if this is causing some boards trouble.
6117
61181999-03-18 Mark Salter <msalter@cygnus.com>
6119
6120 * lib/gdb.exp (continue_to_exit): New function.
6121
6122 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
6123 * gdb.base/ending-run.exp: Ditto.
6124 * gdb.base/step-test.exp: Ditto.
6125
61261999-03-16 Stan Shebs <shebs@andros.cygnus.com>
6127
6128 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
6129 (suggested by Art Haas <ahaas@neosoft.com>).
6130
61311999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
6132
6133 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
6134
6135Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
6136
6137 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
6138 descriptions of types (short unsigned int vs unsigned short, etc).
6139
61401999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
6141
6142 * gdb.base/call-strs.exp: Don't assume that `step' will step over
6143 a call to strlen; sometimes we do have sources.
6144
61451999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
6146
6147 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
6148 character, so GDB won't print garbage after its end.
d63a86f8 6149
c906108c
SS
6150 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
6151 breakpoint there instead. Sometimes GCC emits memcpy to handle
6152 the large structures being passed by value, so we step into that
6153 instead of sum_array_print, which obscures what we're really testing.
6154 * gdb.base/step-test.exp: However, we do want a test that notices
6155 the bizarre steps into memcpy, so do that here. Add check for
6156 stepping into function calls that pass large structures by value.
6157 ("Is that a noun clause, or are you just happy to see me?")
6158 Remove all references to specific line numbers.
6159 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
6160 New type and function.
6161 (main): Call large_struct_by_value, passing it a large struct by value.
6162 * lib/gdb.exp (gdb_get_line_number): New function.
6163
6164 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
6165 more portable.
6166
7a292a7a
SS
61671999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
6168
c906108c
SS
6169 * lib/gdb.exp: Doc fixes.
6170
7a292a7a
SS
61711999-03-05 Nick Clifton <nickc@cygnus.com>
6172
d63a86f8 6173 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
6174
61751999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
6176
c906108c
SS
6177 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
6178 commands. They're not germane to this test, and they don't work
6179 that way on remote targets.
6180
3fc11d3e
JM
61811999-03-01 James Ingham <jingham@cygnus.com>
6182
6183 * Changelog entries merged over from gdb development branch.
6184
3fc11d3e
JM
6185 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
6186
6187 * lib/gdb.exp (gdbtk_analyze_results): Generic function
6188 for outputting results of test run.
6189
2d4a1622 6190 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
6191
6192 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 6193
7a292a7a
SS
61941999-02-25 Felix Lee <flee@cygnus.com>
6195
6196 * lib/gdb.exp (debug_format): initialize
6197
c906108c
SS
61981999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
6199
6200 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
6201 * gdb.base/call-rt-st.c: Ditto.
6202
c906108c
SS
62031999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
6204
6205 * gdb.threads/pthreads.exp (horiz): New variable.
6206 (test_startup): Fix regexps that capture thread numbers.
6207
62081999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
6209
6210 * gdb.base/smoke.exp: Disambiguate two test case names (both
6211 called ``print'').
6212
6213Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
6214
6215 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
6216 compilation.
6217
62181999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
6219
6220 * gdb.base/miscexprs.exp: Change patterns to match GDB's
6221 actual output formatting.
6222 * gdb.base/smoke.exp: GDB removes leading 0's.
6223 * gdb.base/volatile.exp: Don't check type of remuneration;
6224 that variable is no longer defined in constvars.c.
6225 * gdb.base/step-test.c (main): Exit with explicit exit code.
6226 * gdb.base/step-test.exp: Remove two nexti checks--they are
6227 not portable.
6228
62291999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
6230
6231 * gdb.base/help.exp ("help delete display"): Fix test to match
6232 gdb's output.
6233
6234 * gdb.base/long_long.c (known_types): Initialize values to zero.
6235 * gdb.base/long_long.exp: Step one more line
6236 so 'dec' is initialized in "get to known place". GDB removes
d63a86f8 6237 leading zeros. Explicitly ask for hex formatting. Use
c906108c
SS
6238 unique test case names.
6239
6240Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6241
d63a86f8 6242 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
6243
6244 * gdb.c++/method.exp: Add missing close brace.
6245
62461999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
6247
6248 * gdb.base/maint.exp: Use 'set height 0' to disable page
6249 prompting, not 'set height 400'.
6250
6251 Fix a bunch of timeouts.
6252 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
6253 four separate tests, so expect doesn't take forever to match a ton
6254 of text against a regexp with lots of .* forms.
6255 ("maint print psymbols", "maint print symbols"): Make some of
6256 these greps more selective, so that expect doesn't try to wade
6257 through huge piles of output and time out.
6258
6259 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
6260
6261 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
6262 tests: one which doesn't expect shlib events to be reported, and
6263 another which does, but is XFAIL for all platforms other than
6264 HP/UX.
6265
6266 * gdb.base/break.exp: Teach the test suite that the `catch
6267 fork', `catch vfork', and `catch exec' commands produce error
6268 messages on platforms that don't provide these features.
6269
6270Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
6271
6272 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
6273 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
6274 (shortening names from solib_threshold.exp etc), won't run on
6275 anything but HP-UX for the foreseeable future.
6276 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
6277 reflect move.
6278
6279Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
6280
6281 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
6282 gdb.trace/Makefile.in (clean): Remove all test executables.
6283
6284Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
6285
6286 * gdb.base/shlib-call.exp: add test cases to verify that gdb
6287 successfully re-sets breakpoints in shared libraries.
6288 * gdb.base/shmain.c (main): return 0, don't fall off the end.
6289
6290Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6291
d63a86f8
RM
6292 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
6293 and compiled w/o GCC.
c906108c
SS
6294
6295 * gdb.hp/watch-cmd.exp: ditto.
6296
6297 * gdb.hp/watch-hp.exp: ditto.
6298
6299 * gdb.hp/xdb1.exp: ditto.
6300
6301 * gdb.hp/xdb2.exp: ditto.
6302
6303 * gdb.hp/dbx.exp: ditto.
6304
6305Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
6306
6307 * constvars.c: Remove C++-isms.
6308 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
6309 with GCC.
6310
6311Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
6312
6313 The following changes are part of the HP merge.
6314
6315 * gdb.base/break.exp: new tests to verify that catchpoints for
6316 fork, vfork, and exec don't trigger inappropriately.
6317
6318 * gdb.base/opaque.exp: compile one file at a time, then link.
6319
6320 * gdb.base/signals.exp: be more restrictive about which hppa
6321 systems receive a setup_xfail. new tests.
6322
6323 * gdb.base/solib_threshold.build: new file.
6324 * gdb.base/solib_threshold.exp: new file.
6325 * gdb.base/solib_threshold.link_opts: new file.
6326 * gdb.base/solib_threshold.mk: new file.
6327 * gdb.base/gen_solib_threshold.c: new file.
6328
6329 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
6330 tests. New tests for enums inside classes.
6331
6332 * gdb.c++/compiler.cc: indicate support of template debugging.
6333
6334 * gdb.c++/demangle.exp: run hp style demangling tests.
6335
6336 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
6337 tests.
6338
6339 * gdb.c++/misc.cc: changes to support new tests.
6340
6341 * gdb.c++/templates.cc: changes to support HP's compiler; changes
6342 to support new tests.
6343
6344 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
6345 gcc, then skip these tests.
6346
6347Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
6348
6349 The following files are part of the HP merge; some had longer
6350 names at HP, but have been renamed to be no more than 14
6351 characters in length.
6352
6353 * gdb.hp/ambiguous.cc: new file.
6354 * gdb.hp/ambiguous.exp: new file.
6355 * gdb.hp/attach.exp: new file.
6356 * gdb.hp/attach2.exp: new file.
6357 * gdb.hp/classes-hp.exp: new file.
6358 * gdb.hp/ctti.exp: new file.
6359 * gdb.hp/ctti-add.cc: new file.
6360 * gdb.hp/ctti-add1.cc: new file.
6361 * gdb.hp/ctti-add2.cc: new file.
6362 * gdb.hp/ctti-add3.cc: new file.
6363 * gdb.hp/dbx.exp: new file.
6364 * gdb.hp/exception.cc: new file.
6365 * gdb.hp/exception.exp: new file.
6366 * gdb.hp/foll-exec.c: new file.
6367 * gdb.hp/foll-exec.exp: new file.
6368 * gdb.hp/foll-fork.c: new file.
6369 * gdb.hp/foll-fork.exp: new file.
6370 * gdb.hp/foll-vfork.c: new file.
6371 * gdb.hp/foll-vfork.exp: new file.
6372 * gdb.hp/inherit-hp.exp: new file.
6373 * gdb.hp/more-steps.exp: new file.
6374 * gdb.hp/namespace.cc: new file.
6375 * gdb.hp/namespace.exp: new file.
6376 * gdb.hp/optimize.exp: new file.
6377 * gdb.hp/pxdb.c: new file.
6378 * gdb.hp/pxdb.exp: new file.
6379 * gdb.hp/quicksort.exp: new file.
6380 * gdb.hp/reg-test.exp: new file.
6381 * gdb.hp/reg-test.s: new file.
6382 * gdb.hp/sized-enum.c: new file.
6383 * gdb.hp/sized-enum.exp: new file.
6384 * gdb.hp/start-stop.exp: new file.
6385 * gdb.hp/templ-hp.cc: new file.
6386 * gdb.hp/templ-hp.exp: new file.
6387 * gdb.hp/thr-lib.c: new file.
6388 * gdb.hp/thr-lib.exp: new file.
6389 * gdb.hp/thr-lib.h: new file.
6390 * gdb.hp/thr-liblib.c: new file.
6391 * gdb.hp/virtfun-hp.c: new file.
6392 * gdb.hp/virtfun-hp.exp: new file.
6393 * gdb.hp/watch-cmd.exp: new file.
6394 * gdb.hp/watch-hp.exp: new file.
6395 * gdb.hp/xdb1.exp: new file.
6396 * gdb.hp/xdb2.exp: new file.
6397 * gdb.hp/xdb3.exp: new file.
6398
6399Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
6400
6401 The following files are part of the HP merge; some had longer
6402 names at HP, but have been renamed to be no more than 14
6403 characters in length.
6404
6405 * gdb.base/ss.h: new file.
6406 * gdb.base/call-ar-st.c: new file.
6407 * gdb.base/call-ar-st.exp: new file.
6408 * gdb.base/call-rt-st.c: new file.
6409 * gdb.base/call-rt-st-exp: new file.
6410 * gdb.base/call-strs.exp: new file.
6411 * gdb.base/ena-dis-br.exp: new file.
6412 * gdb.base/environ.exp: new file.
6413 * gdb.base/long_long.exp: new file.
6414 * gdb.base/sect-cmd.exp: new file.
6415 * gdb.base/shlib-cl2.exp: new file.
6416 * gdb.base/smoke.exp: new file.
6417 * gdb.base/so-impl-ld.c: new file.
6418 * gdb.base/so-impl-ld.exp: new file.
6419 * gdb.base/so-indr-cl.c: new file.
6420 * gdb.base/so-indr-cl.exp: new file.
6421 * gdb.base/varargs.exp: new file.
6422 * gdb.base/volatile.exp: new file.
6423 * gdb.base/whatis-exp.exp: new file.
7a292a7a 6424 * gdb.base/display.exp: new file.
c906108c
SS
6425 * gdb.c++/derivation.exp: new file.
6426 * gdb.c++/local.exp: new file.
6427 * gdb.c++/member-ptr.exp: new file.
6428 * gdb.c++/overload.exp: new file.
6429 * gdb.c++/ovldbreak.exp: new file.
6430 * gdb.c++/ref-types.exp: new file.
6431 * gdb.c++/ref-types2.exp: new file.
6432 * gdb.c++/userdef.exp: new file.
d63a86f8 6433
c906108c
SS
6434Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
6435
6436 * gdb.base/default.exp: Reflect wording change in remote.c.
6437
dc96c6c7 6438Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6439
6440 * gdb.base/help.exp: Update to reflect current text.
6441
6442Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
6443
6444 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
6445 they're stack variables and contain garbage.
6446 * gdb.c++/anon-union.exp: new file.
6447
6448 The following changes were made by David Taylor
6449 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
6450 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
6451 in changes by HP.
6452
6453 * gdb.base/bitops.exp: new file.
6454 * gdb.base/default.exp: change expected messages for catch and
6455 info catch tests to reflect HP merge changes.
6456 * gdb.base/enable-disable-break.exp
6457 * gdb.base/ending-run.c: new file.
6458 * gdb.base/long_long.c: new file.
6459 * gdb.base/maint.exp: new file.
6460 * gdb.base/pointers2.exp: new file.
6461 * gdb.base/shlib-call2.exp: new file.
6462 * gdb.base/solib.exp: new file.
6463 * gdb.base/step-test.c: new file.
6464 * gdb.c++/anon-union.cc: new file.
6465 * gdb.c++/local.cc: new file.
6466 * gdb.c++/member-pointer.cc: new file.
6467 * gdb.c++/method.cc: new file.
6468 * gdb.c++/ref-types.cc: new file.
6469 * gdb.c++/ref-types2.cc: new file.
6470 * gdb.c++/userdef.cc: new file.
d63a86f8 6471
c906108c
SS
6472 * gdb.base/scope.exp: compile one file at a time, then link.
6473 * gdb.base/langs.exp: ditto.
6474 * gdb.base/list.exp: ditto.
d63a86f8 6475
c906108c
SS
6476Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
6477
6478 The following changes were made by David Taylor
6479 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
6480 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
6481 in changes by HP.
d63a86f8 6482
c906108c
SS
6483 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
6484 skip tests. When compiling pass c++ flag to gdb_compile.
6485 * gdb.c++/
d63a86f8 6486
c906108c
SS
6487 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
6488 test for on hppa*-*-hpux*; use args to see if c++ was specified.
6489 (skip_hp_tests): new function.
6490 (gdb_preprocess): new function.
6491
6492 * configure.in (hpdir): decide whether to configure gdb.hp.
6493 * configure: regenerated.
6494
6495 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
6496 to delete on clean.
6497 (EXECUTABLES): update to reflect new additions.
6498 * gdb.base/commands.exp: update message expected.
6499 * gdb.base/default.exp: add copyright notice.
6500 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
6501 * gdb.base/help.exp: update messages to reflect current text.
6502 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
6503 targets for recurse tests.
6504 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
6505 skip this file.
6506
6507 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
6508 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
6509 compilation.
6510 * gdb.c++/misc.exp: ditto.
6511 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
6512 run the tests. tell gdb_compile that it's a c++ compilation.
6513
6514 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 6515
c906108c
SS
6516 * gdb.base/all-bin.exp: new file.
6517 * gdb.base/arithmet.exp: new file.
6518 * gdb.base/assign.exp: new file.
6519 * gdb.base/completion.exp: new file.
6520 * gdb.base/cond-expr.exp: new file.
6521 * gdb.base/condbreak.exp: new file.
6522 * gdb.base/define.exp: new file.
6523 * gdb.base/dollar.exp: new file.
6524 * gdb.base/environment.exp: new file.
6525 * gdb.base/eval-skip.exp: new file.
6526 * gdb.base/jump.exp: new file.
6527 * gdb.base/logical.exp: new file.
6528 * gdb.base/pointers.exp: new file.
6529 * gdb.base/relational.exp: new file.
6530 * gdb.base/section_command.exp: new file.
6531 * gdb.base/whatis-expr.exp: new file.
6532
6533 * gdb.base/all-types.c: new file.
6534 * gdb.base/call-array-struct.c: new file.
6535 * gdb.base/call-return-struct.c: new file.
6536 * gdb.base/call-strings.c: new file.
6537 * gdb.base/callfuncs2.c: new file.
6538 * gdb.base/condbreak.c: new file.
6539 * gdb.base/constvars.c: new file.
6540 * gdb.base/display.c: new file.
6541 * gdb.base/int-type.c: new file.
6542 * gdb.base/jump.c: new file.
6543 * gdb.base/miscexprs.c: new file.
6544 * gdb.base/pointers.c: new file.
6545 * gdb.base/pointers2.c: new file.
6546 * gdb.base/shmain.c: new file.
6547 * gdb.base/shr1.c: new file.
6548 * gdb.base/shr2.c: new file.
6549 * gdb.base/solib.c: new file.
6550 * gdb.base/solib1.c: new file.
6551 * gdb.base/solib2.c: new file.
6552 * gdb.base/varargs.c: new file.
6553 * gdb.c++/derivation.cc: new file.
6554 * gdb.c++/overload.cc: new file.
6555 * gdb.c++/ovldbreak.cc: new file.
6556 * gdb.hp/attach.c: new file.
6557 * gdb.hp/attach2.c: new file.
6558 * gdb.hp/average.c: new file.
6559 * gdb.hp/compiler.c: new file.
6560 * gdb.hp/compiler.cc: new file.
6561 * gdb.hp/execd-program.c: new file.
6562 * gdb.hp/follow-exec.c: new file.
6563 * gdb.hp/follow-fork.c: new file.
6564 * gdb.hp/follow-vfork-and-exec.c: new file.
6565 * gdb.hp/misc-hp.cc: new file.
6566 * gdb.hp/more-steps.c: new file.
6567 * gdb.hp/optimize.c: new file.
6568 * gdb.hp/quicksort.c: new file.
6569 * gdb.hp/run-hp.c: new file.
6570 * gdb.hp/start-stop.c: new file.
6571 * gdb.hp/sum.c: new file.
6572 * gdb.hp/templates-hp.cc: new file.
6573 * gdb.hp/thread-local-in-lib.c: new file.
6574 * gdb.hp/thread-local-in-lib.h: new file.
6575 * gdb.hp/thread-local-in-lib.lib.c: new file.
6576 * gdb.hp/vforked-program.c: new file.
6577 * gdb.hp/virtfunc-hp.cc: new file.
6578 * gdb.hp/watchpoint-hp.c: new file.
6579 * gdb.hp/xdb.c: new file.
6580 * gdb.hp/xdb0.c: new file.
6581 * gdb.hp/xdb0.h: new file.
6582 * gdb.hp/xdb1.c: new file.
6583
6584Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
6585
6586 The following change was made by Edith Epstein
6587 <eepstein@cygnus.com> as part of a project to merge in changes
6588 originally made by HP; HP did not create ChangeLog entries.
6589
6590 * gdb.c++/demangle.exp: changed the expected output for some
6591 ARM-style mangling -- removed second reference to datatype.
6592 For example, maint demangle __dt__11T1__pt__2_cFv
6593 T1<char>::~T1<char>(void)
6594 becomes,
6595 maint demangle __dt__11T1__pt__2_cFv
6596 T1<char>::~T1(void)
6597
6598 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 6599
c906108c
SS
6600Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
6601
6602 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
6603 * gdb.trace/backtrace.exp: Likewise.
6604 * gdb.trace/circ.exp: Likewise.
6605 * gdb.trace/collection.exp: Likewise.
6606 * gdb.trace/deltrace.exp: Likewise.
6607 * gdb.trace/infotrace.exp: Likewise.
6608 * gdb.trace/limits.exp: Likewise.
6609 * gdb.trace/packetlen.exp: Likewise.
6610 * gdb.trace/passc-dyn.exp: Likewise.
6611 * gdb.trace/passcount.exp: Likewise.
6612 * gdb.trace/report.exp: Likewise.
6613 * gdb.trace/save-trace.exp: Likewise.
6614 * gdb.trace/tfind.exp: Likewise.
6615 * gdb.trace/tracecmd.exp: Likewise.
6616 * gdb.trace/while-dyn.exp: Likewise.
6617 * gdb.trace/while-stepping.exp: Likewise.
6618
66191998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
6620
6621 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
6622
6623Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
6624
6625 From Brendan Kehoe:
6626 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
6627 int return types.
6628
6629Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
6630
6631 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
6632 remote dos host testing right.
6633
6634Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
6635
6636 * gdb.base/corefile.exp: remove some xfails.
6637
6638Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
6639
6640 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
6641 have different timestamps.
6642
6643Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
6644
6645 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
6646 gdb.base/default.exp: Replace "exec" with "executable".
6647
6648Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
6649
6650 * gdb.base/default.exp: Change else if to elseif from previous
6651 delta.
6652
6653Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
6654
6655 * gdb.base/default.exp: Add brace missing from previous delta.
6656
6657Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
6658
6659 * gdb.base/default.exp: Support test for info float for all
6660 varieties of arm toolchain.
6661
dc96c6c7 6662Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6663
6664 * gdb.trace/*.exp: remove "remote_download" command.
6665
dc96c6c7 6666Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6667
6668 * gdb.trace/*.exp: remove -gdwarf from compile.
6669
6670Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
6671
6672 * gdb.trace/configure.in(AC_INIT): typo
6673 * gdb.trace/configure: regenerated
6674
dc96c6c7 6675Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6676
6677 * config/m68k-emc.exp: New file.
6678 * lib/<emc-support.exp trace-support.exp}: New files.
6679 * configure.in: add new test directory gdb.trace.
6680 * gdb.trace/{configure configure.in Makefile.in}: New files.
6681 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
6682 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
6683 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
6684 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
6685 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
6686 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
6687 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 6688
dc96c6c7 6689Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6690
6691 * gdb.c++/classes.exp: Change all regular expressions to match
6692 arbitrary combinations of newline/carriage-return, so that they
6693 will work equally well on Unix and Windows.
6694 * gdb.c++/inherit.exp: ditto.
6695 * gdb.c++/virtfunc.exp: ditto.
6696
66971998-08-11 Dawn Perchik <dawn@cygnus.com>
6698
6699 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
6700
c2d11a7d
JM
6701Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
6702
6703 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
6704 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
6705 to use a0-a3/d0-d3 as needed.
6706
6707Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
6708
6709 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
6710 * gdb.disasm/am33.exp: Corresponding changes.
6711
c906108c
SS
67121998-07-11 Felix Lee <flee@cygnus.com>
6713
6714 * gdb.base/callfuncs.exp: add cmp10 test.
6715 * gdb.base/callfuncs.c (cmp10): new function.
6716
6717Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
6718
d63a86f8 6719 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
6720 into two parts to get around a synchronization problem in expect.
6721
3fc11d3e
JM
6722Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
6723
6724 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
6725
6726 * configure.in: Add options for gdbtk testsuite.
6727
6728 * configure: Regenerate.
6729
6730 * gdb.gdbtk: New directory to hold gdbtk tests.
6731
c906108c
SS
6732Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6733
6734 * gdb.fortran/types.exp: Escape brackets in expect patterns
6735 for test_float_literal_types_accepted tests.
6736 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
6737 before run test.
6738
c2d11a7d
JM
6739Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
6740
6741 * am33.exp: Just compile, do not link the testcase.
6742 * am33.s: Add ".am33" pseudoop to force am33 mode.
6743
c906108c
SS
67441998-06-25 Felix Lee <flee@cygnus.com>
6745
6746 * gdb.base/setshow.exp: make sure $pc is sane.
6747
6748 * gdb.stabs/weird.exp: split expect patterns properly.
6749
c2d11a7d
JM
6750Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
6751
6752 * gdb.disasm/am33.s: New disassembler testfile for the am33.
6753 * gdb.disasm/am33.exp: Run it.
6754
dc96c6c7 6755Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6756
6757 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
6758 match processing (and eliminate spurious timeouts when running).
6759
dc96c6c7 6760Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6761
6762 * gdb.base/signals.exp (test_handle_all_print): put back Mach
6763 exception test, but conditionalize it on target [mach | gnu].
6764
dc96c6c7 6765Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6766
6767 * gdb.base/overlays.exp: fixup compile line for linker script.
6768
6769Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
6770
6771 * gdb.fortran/types.exp: don't guess at float size.
6772
6773Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
6774
6775 * gdb.base/exprs.exp: delete test that depends on int size.
6776
6777Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
6778
6779 * config/sim.exp: Removed checks for target triplets.
6780 (gdb_target_sim): Use gdb,target_sim_options.
6781
6782Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
6783
6784 * gdb.base/reread.exp: New file.
6785 * gdb.base/reread1.c: New file.
6786 * gdb.base/reread2.c: New file.
6787
6788Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
6789
6790 * config/sim.exp: Use 'target sim -sparclite' when running
6791 SPARClite programs.
6792
6793Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
6794
6795 * gdb.base/structs2.exp: New file.
6796 * gdb.base/structs2.c: New file.
6797
6798Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
6799
6800 * gdb.asm/common.inc: New file.
6801 * gdb.asm/d10v.inc: New file.
6802 * asm-source.exp: Pass -I's to gas to find .inc files.
6803 Update line numbers in expected output.
6804 * asmsrc1.s: Rewrite.
6805 * asmsrc2.s: Rewrite.
6806 * configure.in: Create arch.inc symlink.
6807 * configure: Regenerate.
6808 * Makefile.in (distclean): Delete arch.inc.
6809
6810Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
6811
6812 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
6813 (t_enum_value2): ditto
6814 (t_enum_value3): ditto
6815 (main): ditto
6816Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6817
6818 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
6819 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
6820 change.
6821 Use gdb_test instead of send_gdb/gdb_expect sequences.
6822
6823Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
6824
6825 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
6826 not void.
6827
6828Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
6829
6830 * gdb.base/branches.c: Code with lots of loops and
6831 subroutines. Used to test gdbs ability to single step through PC
6832 changes, especially to test mips-tdep.c:mips_next_pc
6833
6834Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
6835
6836 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
6837 more rigorous EGCS C++ error checking.
6838
6839Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6840
6841 * gdb.base/help.exp: Clean up `help set args' and `help show args'
d63a86f8 6842 tests.
c906108c 6843 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
d63a86f8 6844 function when asleep.
c906108c 6845 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
d63a86f8
RM
6846 for i*86 Linux and SVR4 signal handling problems.
6847 Remove linux xfail for `next to handler in signals_tests_1', fixed
6848 by recent infrun.c change.
c906108c 6849 Limit backtrace to 10 frames to avoid timeout problems with infinite
d63a86f8 6850 stack backtraces.
c906108c
SS
6851 Adjust expect pattern in `handle all print' test to match Apr 28 1997
6852 target.[ch] change.
6853
6854Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
6855
6856 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
6857 for a newline from gdb before continuing.
6858 (default_gdb_exit): Just look for y or n.
6859 (gdb_test): Detect abnormal exit from GDB running on DOS; if
6860 it does, fail the rests of the tests in the file.
6861
6862Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
6863
6864 * config/cygmon.exp: New file.
6865
6866Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
6867
6868 * gdb.base/list.exp: Fix problem with "list default lines around
6869 main" test on remote targets.
6870
6871 * gdb.base/scope.exp: Fix problem with filelocal_bss before
6872 run test on remote targets.
6873
6874Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
6875
6876 * gdb.asm: New directory.
6877 * configure.in: Configure it.
6878 * configure: Regenerate.
6879 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
6880 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
6881
6882Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
6883
6884 * config/mn10300-eval.exp: New file to support MN10300 eval board.
6885
dc96c6c7 6886Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 6887
c906108c
SS
6888 * gdb.base/overlays (several files): Merge the two overlay
6889 managers into one. Change variables (foox, barx, bazx, grbxx)
6890 back into ints but force them to load in their proper sections.
6891
6892Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
6893
6894 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
6895 on-chip insn memory and IMAP1 to upper 128k.
6896 (D10VCopy): Handle memory regions crossing 16k boundaries.
6897 (D10VCopy): Transfer data in 32 bit chunks.
6898
6899Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
6900
6901 * gdb.base/overlays.c (main): Exit normally when result is
6902 correct.
6903
6904 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
6905 map. Include space for printf in .text segment.
6906
6907 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
6908 updated d10v memory VMA/LMA map.
6909 (D10VCopy): Call D10VTranslate.
d63a86f8 6910
c906108c
SS
6911Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
6912
6913 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
6914
6915 * gdb.base/bar.c (barx, bar): Change variable to small array so
6916 that it won't be put into the .sdata - small data -
6917 section. Update reference.
6918 * gdb.base/baz.c (bazx, baz): Ditto.
6919 * gdb.base/foo.c (foox, foo): Ditto.
6920 * gdb.base/grbx.c (grbxx, grbx): Ditto.
6921
6922 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
6923 to be arrays.
d63a86f8 6924
dc96c6c7 6925Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 6926
c906108c
SS
6927 * gdb.base/overlays.exp: fix up and get working again.
6928 Add tests for backtraces from an overlay function.
d63a86f8 6929
c906108c
SS
6930Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
6931
6932 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
6933 "calling function with watchpoint enabled".
6934
6935Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
6936
6937 * gdb.base/break.exp (test_next_with_recursion): Remove
6938 gdb_suppress_tests for d10v-*-*.
6939 * lib/gdb.exp (gdb_suppress_tests): Disable this function
6940 pending review of whether it is useful or not.
6941
6942Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
6943
6944 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
6945
6946Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
6947
6948 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
6949 * config/dve.exp: New file to support Densan boards.
6950
6951Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
6952
6953 * gdb.base/interrupt.exp: Document problem of simulators, signals,
6954 reads and BSD.
6955
6956Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
6957
6958 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
6959 response.
6960
6961 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
6962
6963Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
6964
6965 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
6966 test.
6967
6968 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
6969 target_sizeof_long and target_bigendian_p.
6970 (structs_by_value, structs_by_reference): Check values according
6971 to targets word size and endianess.
d63a86f8 6972
c906108c
SS
6973Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
6974
6975 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
6976 output.
6977
6978Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
6979
6980 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
6981 Update test of set args help to match source change.
6982
6983Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
6984
6985 * gdb.base/default.exp: Expect help system output to be in
6986 alphabetical order.
6987 * gdb.base/help.exp: Ditto.
6988
6989Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
6990
6991 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
6992 "i*86-pc-linux-gnu*".
6993 * gdb.base/interrupt.exp: Ditto.
6994 * gdb.base/corefile.exp: Ditto.
6995
6996 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
6997 define vxworks when building the testcase.
6998
6999 * gdb.base/ptype.exp: Fix testnames to be unique.
7000 * gdb.base/radix.exp: Ditto.
7001 * gdb.base/term.exp: Ditto.
7002 * gdb.base/whatis.exp: Ditto.
7003 * gdb.c++/classes.exp: Ditto.
7004
7005Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
7006
7007 * gdb.base/callfuncs.exp: Fix indentation.
7008
7009 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
7010 suppress_flag has been set.
7011 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
7012 target feature.
7013
7014Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
7015
7016 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
7017 the testcase.
7018
7019 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
7020 set_debug_traps() and breakpoint().
7021 * gdb.c++/misc.cc (main): Ditto.
7022 * gdb.c++/templates.cc (main): Ditto.
7023 * gdb.c++/virtfunc.cc (main): Ditto.
7024
7025Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
7026
7027 * lib/gdb.exp(gdb_step_for_stub): New function.
7028 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
7029 exists, reload the executable and do a "continue" instead of
7030 doing a jump.
7031 (runto_main): Use gdb_step_for_stub.
d63a86f8 7032
c906108c
SS
7033 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
7034 tests to have unique names.
7035 * gdb.base/callfuncs.exp: Ditto.
7036 * gdb.base/commands.exp: Ditto.
7037 * gdb.base/default.exp: Ditto.
7038 * gdb.base/help.exp: Ditto.
7039 * gdb.base/list.exp: Ditto.
7040 * gdb.base/opaque.exp: Ditto.
7041 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
7042 similar tests.
d63a86f8 7043
c906108c
SS
7044 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
7045 * gdb.c++/cplusfuncs.cc: Ditto.
7046 * gdb.c++/virtfunc.cc: Ditto.
7047
7048 * config/monitor.exp: Keep track of the last file we saw, rather
7049 than trying to get the info from gdb.
7050
7051 * gdb.fortran/types.exp: Move comment to previous line.
7052
7053Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
7054
7055 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
7056 target mode.
7057
7058Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
7059
7060 From Bob Manson:
7061 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
7062 string from GDB when it connects.
7063
7064 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
7065
7066Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
7067
7068 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
7069 if we can't get a debug format from GDB (we may be testing an
7070 older GDB). Use a 10 second timeout when checking for the format.
7071
7072 * gdb.stabs/weird.exp: Fix quoting.
7073
7074 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
7075
7076Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
7077
7078 * config/arm-ice.exp: New file.
7079
7080Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
7081
7082 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
7083 until it has been modified to work with the new testsuite.
7084
99707966 7085 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
7086 testcase won't compile, cause all of the testcases in the file to
7087 fail instead.
7088
7089 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
7090 (gdb_clear_suppressed): New procedure.
7091 (gdb_stop_suppressing_tests): Only clear suppress_flag if
7092 it contains a positive value.
7093
7094Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
7095
7096 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
7097
7098 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
7099
7100Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
7101
7102 * lib/gdb.exp (setup_xfail_format): New function.
7103 (get_debug_format): New function to get debug format.
7104 (debug_format): New global variable to hold last value set
7105 by get_debug_format.
7106 * gdb.base/list.exp: Call get_debug_format and expect some
7107 tests to fail for DWARF 1 and COFF formats.
7108 * gdb.c++/ptype.exp: Ditto.
7109 * gdb.c++/classes.exp: Ditto.
7110 * gdb.c++/cplusfuncs.exp: Ditto.
7111 * gdb.c++/inherit.exp: Ditto.
7112 * gdb.c++/templates.exp: Ditto.
7113 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 7114
c906108c
SS
7115Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
7116
7117 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
7118 host doesn't have a currently-open connection.
7119
7120 * config/sparclet.exp: Cleanups and fixes to make it generic for
7121 any gdb stub target. Handle cases where gdb doesn't respond when
7122 interrupted in a sane fashion.
7123
7124 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
7125 same thing in a totally different way.
7126
7127 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
7128 setting "timeout".
7129 (gdb_start): We set the global gdb_prompt variable in
7130 default_gdb_init now.
7131
7132Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
7133
7134 * gdb.base/printcmds.exp: Fix "check for floating addition"
7135 regexp to accept results within approx +/- .01 of exact value.
7136 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
7137
7138Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
7139
7140 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
7141 properly.
7142 (gdb_expect): Add optional timeout parameter, and add timeout
7143 value to various calls.
7144 (gdb_suppress_tests): Only give one warning message per group.
7145
7146Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
7147
7148 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
7149 global variables. Handle getting a value for $timeout more
7150 gracefully.
7151
7152Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
7153
7154 * lib/gdb.exp: Close connection to remote host if gdb doesn't
7155 initialize.
7156 (default_gdb_init): New procedure; allow gdb_init to be overridden
7157 by a target configuration file.
7158 (gdb_expect): Pass the timeout to remote_expect.
7159
7160 * config/monitor.exp(gdb_load): Fix typo in regexp.
7161
7162Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
7163
7164 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
7165
7166Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
7167
7168 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
7169 here. Call gdb_target_exec before rebooting the target, to make
7170 sure the connection to the target is closed.
7171 (gdb_load): Pass the name of the executable to gdb_target_monitor.
7172 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
7173 Also detect "Timeout reading from remote" error.
7174
7175 * config/gdbserver.exp: Pass the executable being loaded to
7176 gdb_target_monitor. Don't call gdb_file_cmd here; let
7177 gdb_target_monitor do it.
7178
7179 * gdb.disasm/hppa.exp: Don't use exec_output.
7180
7181Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
7182
7183 * gdb.base/list.exp: If we're debugging a non-native target,
7184 try to set the pc register to point to the start of the
7185 program before doing the first list command.
7186
7187 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
7188 test_calls after restarting.
7189
7190 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
7191 reloading.
7192
7193 * gdb.base/watchpoint.exp: Fix typo.
7194
7195 * gdb.base/setshow.exp: Check for use_gdb_stub.
7196
7197 * gdb.base/break.exp: Fix continue until exit test for the gdb
7198 stub case.
7199 * gdb.base/langs.exp: Ditto.
7200
7201 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
7202 gdb_load_offset. If we weren't given a file to load, figure out
7203 what the current file is and use it.
7204
7205 * config/i386-bozo.exp: New file.
7206
7207Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
7208
7209 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
7210 feature.
7211
7212 * config/proelf.exp: New entry.
7213
7214Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
7215
7216 * lib/gdb.exp: Remove spurious .* patterns at the beginning
7217 of regexps.
7218
7219 * gdb.base/watchpoint.exp: Don't run the test_stepping
7220 tests if gdb can't call functions on the target.
7221
7222 * gdb.base/setshow.exp: Don't run the set prompt tests if
7223 the board has gdb_prompt set.
7224
7225Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
7226
7227 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
7228 * gdb.base/commands.exp: Likewise.
7229 * gdb.base/setshow.exp: Likewise.
7230
7231Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
7232
7233 * config/monitor.exp(gdb_start): Look for gdb_prompt target
7234 feature.
7235
7236 * config/i960.exp: New file.
7237
7238Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
7239
7240 * gdb.base/funcargs.exp: Check for gdb,short_int target
7241 feature instead of looking for explicit target triplets.
7242
dc96c6c7 7243Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 7244
d63a86f8 7245 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
7246 "p 123DEADBEEF", to check parse_number.
7247 * top.c: change "to enable to enable" to "to enable" in a couple
7248 of help strings.
7249
7250Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
7251
7252 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
7253 on the mn10300.
d63a86f8 7254
c906108c
SS
7255Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
7256
7257 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
7258 where the test executable is run with explicit args.
7259 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
7260
7261Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
7262
7263 * gdb.base/run.c: Use FAKEARGV to build test executable that
7264 does not require a command line arg, since most simulators
7265 don't currently support passing such an arg into the simulated
7266 program.
7267 * gdb.base/commands.exp: Change tests to insert the proper
7268 value as the arg to the first recursive factorial call. Change
7269 compilation line to define FAKEARGV at compile time.
7270
7271Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
7272
7273 * gdb.base/recurse.exp: Enable these tests for the mn10300.
7274 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
7275 function with watchpoint enabled" test.
7276
7277Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
7278
7279 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
7280 Don't call gdb_test when the command doesn't return to a gdb prompt.
7281
7282 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
7283 "Tests restarted" messages.
7284
7285Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
7286
7287 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
7288
dc96c6c7 7289Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7290
7291 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
7292 for INFO SYMBOL; add help tests for OVERLAY commands.
7293 * gdb.base/default.exp: add tests for INFO SYMBOL command;
7294 add tests for OVERLAY commands
7295 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
7296 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
7297 * gdb.base/sigall.c: add usestubs code frag
7298 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 7299
c906108c
SS
7300Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
7301
7302 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
7303 failures.
7304 (gdb_stop_suppressing_tests): Note that tests have restarted.
7305
7306Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
7307
7308 * config/h8300.exp: New file.
7309
7310Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
7311
7312 * gdb.base/setshow.exp: Check for the existence of a
7313 feature, not its value.
7314
7315Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
7316
7317 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
7318
7319 * gdb.base/scope.exp: It's now init0(), not init().
7320
7321 * gdb.base/scope0.c: For now, change init() to be init0().
7322
7323 * config/monitor.exp: Use gdb_serial in preference to serial
7324 or netport.
7325
7326 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
7327 and it's not already set.
7328
7329Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
7330
7331 * gdb.base/setshow.exp: Only test the run command if the target
7332 isn't using a stub and if it supports argument passing.
7333
7334Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
7335
7336 * config/udi.exp(gdb_start): Make sure UDICONF is set
7337 properly before starting gdb.
7338
7339Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
7340
7341 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
7342 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
7343 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
7344
7345Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
7346
7347 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
7348 specialized code to reboot the board, use remote_reboot instead.
7349
7350 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
7351
7352 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
7353
7354 * config/monitor.exp: Make sure we disconnect from the target.
7355 Also, try a reboot/reload cycle instead of failing if the
7356 load fails.
7357
7358Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
7359
7360 * gdb.base/default.exp: Don't set match_max.
7361 * gdb.base/help.exp: Ditto.
7362 * gdb.base/list.exp: Ditto.
7363 * gdb.base/signals.exp: Ditto.
7364
7365 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
7366 set, use remote_ld to download the testcase instead of
7367 the GDB loader.
7368
7369Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
7370
7371 * config/vr5000.exp: New file.
7372
7373 * config/monitor.exp(gdb_target_monitor): Add pattern for
7374 "Ending remote" to detect errors in connecting.
7375
7376 * gdb.base/setshow.exp: Add .* within auto language test.
7377
7378 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
7379 target feature.
7380
7381 * config/monitor.exp(gdb_load): Check for a failure when loading,
7382 and reboot the board if necessary.
7383
7384 * gdb.base/setvar.exp(test_set): Handle multiple prints within
7385 a set of tests. Remove print.* from the patterns being checked.
7386
7387Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
7388
7389 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
7390 refer to gdb_spawn_id.
7391
7392 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
7393 longer used.
7394 * config/sparclet.exp: Ditto.
7395 * config/sparclet-old.exp: Ditto.
7396 * config/slite.exp: Ditto.
7397 * config/sim.exp: Ditto.
7398 * gdb.base/funcargs.exp: Ditto.
7399
7400 * lib/gdb.exp:Remove references to gdb_spawn_id.
7401 (gdb_expect): Move to remote.exp.
7402
7403Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
7404
7405 * config/monitor.exp: Detect the "Couldn't establish connection"
7406 message from GDB.
7407
7408Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
7409
7410 * gdb.base/bitfields.exp: Use runto instead of explicit
7411 gdb_run_cmd/gdb_expect sequences.
7412
7413 * gdb.base/break.exp(text_next_with_recursion): Add match for
7414 gdb_expect call.
7415
7416 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
7417 We also need to handle the "A program is being debugged already"
7418 prompt from gdb. Use gdb_test to set the baud rate.
7419
7420 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
7421 to 20000. Really. I mean it.
7422
7423Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
7424
7425 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
7426 fails. If suppress_flag is set, skip perror message about not
7427 being able to send to GDB.
7428 (send_gdb): If suppress_flag is set, don't try to send commands to
7429 GDB.
7430 (gdb_expect): If suppress_flag is set, always fail immediately.
7431 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
7432 (gdb_init): Call gdb_stop_suppressing_tests.
7433 (default_gdb_exit): Ditto.
7434 (default_gdb_start): Ditto.
7435
7436 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
7437 gdb_stop_suppressing_tests as appropriate.
7438 * gdb.base/break.exp: Ditto.
7439 * gdb.base/callfuncs.exp: Ditto.
7440 * gdb.base/commands.exp: Ditto.
7441 * gdb.base/exprs.exp: Ditto.
7442 * gdb.base/funcargs.exp: Ditto.
7443 * gdb.base/list.exp: Ditto.
7444 * gdb.base/recurse.exp: Ditto.
7445 * gdb.base/scope.exp: Ditto.
7446 * gdb.base/structs.exp: Ditto.
7447 * gdb.c++/inherit.exp: Ditto.
7448
7449Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
7450
7451 * config/vr4300.exp: New file.
7452
99707966 7453 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 7454
99707966 7455 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
7456
7457Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
7458
7459 * lib/gdb.exp(gdb_init): New function.
7460
7461 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
7462 for each individual variable set.
7463
7464 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
7465 name.
7466
7467 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
7468
7469 * gdb.base/scope.exp: Use gdb_test.
7470
7471 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
7472 aborting; the testsuite driver will do that for us (see
7473 gdb_finish). Also, use gdb_test in a few more places.
7474
7475Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
7476
7477 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
7478
7479Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
7480
7481 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
7482 and "add_tests" are not at the same address.
7483
7484Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
7485
7486 * gdb.base/ptype.exp: Use gdb_test.
7487
7488Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
7489
7490 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
7491 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
7492 left in. No longer expect them to fail.
7493
7494 * gdb.stabs/*.mt; Deleted, no longer used.
7495 * gdb.stabs/configure.in: Remove references to target makefile
7496 frags.
7497 * gdb.stabs/configure: Rebuilt.
7498
7499 * gdb.disasm/*.mt: Deleted, no longer used.
7500 * gdb.disasm/configure.in: Remove references to target makefile
7501 frags. Use "sh3.s" as the unique filename for this directory.
7502 * gdb.disasm/configure: Rebuilt.
7503
7504 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
7505 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
7506 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
7507
7508Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
7509
7510 * config/udi.exp: Use mondfe,name instead of remote_host.
7511
7512Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
7513
7514 * gdb.base/watchpoint.exp: Don't expect a failure when calling
7515 a function with a watchpoint enabled on the mn10200.
7516
7517 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
7518 before trying to create it!
7519
7520Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
7521
7522 * config/vx.exp: Use hostname instead of netport.
7523
7524 * config/vxworks.exp: New file.
7525
7526 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
7527
7528 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
7529 gdb before assuming everything worked. Send a ^C if a timeout
7530 occurs.
7531
7532 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
7533 $gdb_spawn_id directly.
7534 (gdb_run_cmd): Try _start as well as start. Use the target feature
7535 gdb,start_symbol as the symbol to start from when jumping.
7536
7537Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
7538
7539 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
7540 redundant) test.
7541
7542 * gdb.base/recurse.exp: Relax final value test for 'b' so that
7543 it doesn't lose for 16bit integer systems.
7544
7545Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
7546
7547 * gdb.fortran/types.exp: If the target doesn't support "double"
7548 data types, then expect "real" types to only be 4 bytes.
7549
7550 * gdb.c++/virtfunc.exp: Expect failure for virtual function
7551 call tests if the target doesn't support inferior function calls.
7552
7553 * gdb.base/printcmds.exp: Allow minor deviation in FP values
7554 in printf tests.
7555
7556Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
7557
7558 * gdb.base/help.exp: Disable "help set", "help show", and
7559 "help support". Simplify regexp for "help stack".
7560
7561 * gdb.base/default.exp: Set match_max to 5000 and the timeout
7562 to 60 seconds. Temporarily set match_max to 15000 around the
7563 "info copying" test.
7564
7565 * gdb.base/nodebug.exp: Don't try to do an inferior function
7566 call if the target doesn't support them.
7567 * gdb.base/printcmds.exp: Likewise.
7568 * gdb.base/setvar.exp: Likewise.
7569 * gdb.base/structs.exp: Likewise.
7570 * gdb.c++/templates.exp: Likewise.
7571 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
7572
7573 * gdb.base/recurse.exp: Enable for the mn10200.
7574
7575 * configure.in: Do configure gdb.stabs directory for *-*-elf
7576 targets.
7577 * configure: Rebuilt.
7578
7579 * gdb.base/break.exp: Check for gdb,noresults before testing
7580 exit status and/or results from the target.
7581 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
7582 * lib/gdb.exp: Remove old (now bogus) initialization of
7583 noinferior, noargs, noresults and nosignals.
7584
7585Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
7586
7587 * config/sh.exp: New file.
7588
7589 * config/slite.exp: Try to connect multiple times to the board
7590 before rebooting. Only send a "monitor run" if need_monitor_run
7591 is set.
7592
7593 * gdb.base/break.exp: Don't do the "stub continue" test if
7594 the target has gdb_stub set.
7595
7596 * gdb.base/callfuncs.exp: Increase the timeout.
7597
7598 * gdb.base/interrupt.exp: Don't even try to compile the testcase
7599 if the target has gdb,noinferiorio set.
7600
7601 * gdb.base/list.exp: Increase match_max to 10000 characters.
7602
7603 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
7604
7605 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
7606 target.
7607
7608 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
7609
7610Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
7611
7612 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
7613 trying to delete the copy of gdb. Catch the file delete so we
7614 don't die if the delete fails; also, the file should be copied to
7615 the host, not to the build.
7616
7617Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
7618
7619 * lib/gdb.exp(gdb_test): Surround the result pattern with
7620 parenthesis in case it contains multiple regexps separated
7621 with |.
7622
7623 * gdb.base/watchpoint.exp: Use gdb_test.
7624 * gdb.base/default.exp: Ditto.
7625
7626Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
7627
99707966 7628 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 7629
c906108c
SS
7630 * gdb.base/scope.exp: Use gdb_test.
7631 * gdb.c++/classes.exp: Ditto.
7632 * gdb.c++/inherit.exp: Ditto.
7633
7634Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
7635
7636 * gdb.base/crossload.exp: Don't use execute_anywhere, use
7637 remote_exec instead.
7638 * gdb.base/corefile.exp: Don't be ridiculous.
7639 * gdb.base/*.c: Add missing stub invocations.
7640
7641Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
7642
7643 * config/slite.exp: Miscellaneous fixes.
7644
7645 * lib/gdb.exp: Fix runto.
7646
7647 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
7648 the target.
7649
7650 * gdb.base/watchpoint.exp: Fix regexp.
7651
7652 * lib/gdb.exp(default_gdb_exit): Add a catch to the
7653 close and wait commands, as the descriptor may now be
7654 invalid. Always call "remote_close host".
7655
7656Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
7657
7658 Major rewrite for testsuite revision.
d63a86f8 7659
c906108c
SS
7660 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
7661 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
7662 instead of relying on spawn_id to always contain a valid
7663 spawn id.
7664 (get_compiler_info): New procedure to build the ${binfile}.ci
7665 file, instead of replicating this in N different places.
7666 (gdb_compile): New procedure.
d63a86f8 7667
c906108c
SS
7668 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
7669 appropriate arguments) instead of compile. Use gdb_test in a lot
7670 more places. Use send_gdb instead of send. Always run gdb_start
7671 at the start of a testcase, as this is no longer done magically.
7672
7673 config/*-gdb.exp: Rename without the -gdb suffix.
7674
7675 config/mips.exp: Use remote_close instead of exit_remote_shell.
7676 config/monitor.exp: Use target_info instead of looking at
7677 baud, timeout, etc.
7678 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
7679
7680Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7681
7682 * gdb.c++/templates.exp (test_ptype_of_templates),
7683 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
7684 Update expect patterns for destructors and assignment operators
7685 to match corresponding c-typeprint.c changes.
7686 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
7687 to destructor breakpoint test, GDB should be able to set the
7688 destructor breakpoint without specifying arguments.
7689
7690Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
7691
7692 * gdb.threads/pthreads.exp: Change result for failure to compile due
7693 to lack of pthreads runtime support from an error to simply an
7694 unsupported test, per dejagnu standards.
7695
7696Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7697
7698 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
7699 where GDB exits to reduce pattern match time.
7700 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
7701
7702 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
7703
dc96c6c7 7704Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7705
7706 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
7707 * gdb.base/default.exp: ditto.
7708 * gdb.base/nodebug.exp: ditto.
7709 * gdb.base/printcmds.exp: ditto.
7710 * gdb.base/ptype.exp: ditto.
7711 * gdb.base/setvar.exp: ditto.
7712 * gdb.base/structs.exp: ditto.
7713 * gdb.base/setshow.c: Guard against uninitialized values of argc.
7714
7715Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
7716
7717 * configure, */configure: Rebuild with autoconf 2.12.
7718
7719Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
7720
7721 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
7722 use new i*86-pc-linux*-gnu quads.
7723 * gdb.base/corefile.exp: Ditto.
7724 * gdb.base/signals.exp: Ditto.
7725 * gdb.base/sigall.exp: Ditto.
7726 * gdb.base/interrupt.exp: Ditto.
7727
7728 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
7729 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
7730 RedHat 4.0.
d63a86f8 7731
c906108c
SS
7732 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
7733 linux. This allows the test case to at least compile on latest
7734 linux, but still not run due to missing the threads runtime library.
7735
7736Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7737
7738 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
7739 directory to search gdb directory. Accept and step over conditional
7740 stack alignment code. Consume $prompt in failure cases.
7741 Reset timeout to $oldtimeout instead of some arbitrary value.
7742 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
7743 timeout problems with infinite stack backtraces.
7744 * gdb.base/ptype.exp (ptype struct link, union tu_link):
7745 Accept function parameters for linkfunc member.
7746
7747Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
7748
7749 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
7750 (CXXFLAGS): Remove, unreferenced.
7751 (B_OPTIONS): Add for -B options and add code to initialize with
7752 previous -B options and also add -B option to pick up cross compiled
7753 runtime.
7754 (TARGET_INCLUDES): Add for -I options and add code to initialize when
7755 doing cross compiles.
7756 (target_alias): Declare global.
7757 (xgcc): Set variable to full path of gcc in build tree. Use findfile
7758 to verify that gcc exists in build tree, and if so set CC to that
7759 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 7760
c906108c
SS
7761Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
7762
7763 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
7764 ptype test for anonymous union. Fixup testcase to match
7765 current gcc debug output.
7766
7767Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
7768
7769 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
7770 force argument to an unsigned long type.
7771
7772Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
7773
7774 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
7775 tests and anonymous union print/ptype tests.
7776 * gdb.base/list.exp (test_forward-search): Increase timeout by
7777 5 minutes for the "search extremely long line" case.
7778 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
7779 completely optional and that the pass/fail messages use the command as
7780 the message if that third arg is a null string.
7781 (gdb_test_exact): Arrange that a null string pattern means match a
7782 null string output rather than any output, which might include random
7783 errors.
7784 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
7785 backtrace test.
7786 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
7787 always failing and failure is now exposed by gdb.exp changes.
7788
7789Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
7790
7791 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
7792 weren't being noted.
7793
7794Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7795
7796 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
7797 * gdb.stabs/weird.exp: Remove v_comb xfails.
7798
dc96c6c7 7799Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7800
7801 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
7802 list.exp scope.exp watchpoint.exp]
7803 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 7804
dc96c6c7 7805Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7806
7807 * config/monitor.exp: Increase download timeout to 1000 seconds.
7808
dc96c6c7 7809Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7810
7811 * config/m32r.exp: Increase timeout to 120 seconds.
7812
7813Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
7814
7815 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
7816 and accept older ordering as obsolescent gcc or gdb.
7817 * gdb.c++/templates.exp: Ditto.
7818 * gdb.c++/virtfunc.exp: Ditto.
7819
7820Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
7821
7822 * gdb.base/coremaker.c: Add code to mmap some data so we
7823 can check that it ends up in the core file.
7824 * gdb.base/corefile.exp: Add test to read mmapped data
7825 from core file.
7826
dc96c6c7 7827Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7828
7829 * config/m32r.exp: New file.
7830
7831Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
7832
7833 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
7834 that cflags can contains -gstabs, and work correctly for other tests.
7835
dc96c6c7 7836Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7837
7838 * gdb.base/setshow.exp: New file, tests show and set.
7839 * gdb.base/setshow.c: New file, tests show and set.
7840 * gdb.base/help.exp: Add test for help set|show annotate.
7841 * gdb.base/default.exp: Add test for set|show annotate.
7842
7843Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
7844
7845 * testsuite/gdb.base/break.exp: Make backtrace from factorial
7846 errors unique.
7847 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
7848 explicitly.
7849
7850Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
7851
7852 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
7853 and width commands. This is done elsewhere.
7854 * (gdb_start): Don't call gdb_start_sim here. That's already
7855 done in gdb_load. This fixes lots of failures in default.exp.
7856
7857Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
7858
7859 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7860 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
7861 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
7862 in the same we we treat other failures (since it may be an expected
7863 condition), rather than as an error.
7864 * gdb.base/signals.exp (test_handle_all_print): Revert back to
7865 old test format.
7866
7867Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
7868
7869 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
7870 (distclean maintainer-clean realclean): No need to remove files
7871 twice. Nuke the duplicates.
7872 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 7873 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
7874 Remove config.h along with other config files.
7875
7876Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
7877
7878 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
7879 "p func1 ()" and note that rests of tests are skipped.
7880 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
7881 setup_xfails for "print func2::coremaker_local".
7882 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
7883 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
7884 affected by the previous run test.
7885 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
7886 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
7887 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
7888 "pass int powerset tuple" and "pass modeless int powerset tuple".
7889 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
7890 "real write 4" and "real write 8".
7891 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
7892 setup_xfails for "print vs1 after tuple assign 2",
7893 "print \$i after tuple assign 2", and
7894 "print vs2 after tuple assign 2".
7895 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
7896 meaningful error message and return -1 so the caller can
7897 suppress further tests and avoid a cascade of errors.
d63a86f8 7898
c906108c
SS
7899Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
7900
7901 * gdb.base/a1-selftest.exp: Tweak tests to account for new
7902 format for printing version.
7903 * gdb.base/default.exp: Ditto.
7904 * gdb.base/interrupt.exp: Fix problem with cascade of
7905 errors if child process dies while calling a function.
d63a86f8 7906
c906108c
SS
7907Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
7908
7909 * Makefile.in (VPATH): Add
7910 * Makefile.in (Makefile, config.status): Fix rules so things get
7911 remade when necessary.
7912
7913Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
7914
7915 * Makefile.in (just-check): Add path to sibling expect dir
7916 to environment variable specified by RPATH_ENVVAR.
7917
7918Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
7919
7920 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
7921 (just-check): Add shared library paths for libstdc++, tk,
7922 tcl, bfd, and opcodes to the environment variable specified
7923 in RPATH_ENVVAR.
7924 * configure.in: Add support to recognize --enable-shared flag
7925 and generate correct value for RPATH_ENVVAR.
7926 * configure: Regenerated with autoconf.
7927
7928Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
7929
7930 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
7931 include all osf versions.
7932 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
7933 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
7934 when target is linux. When failing to build pthreads test
7935 executable, give more meaningful message.
7936 * gdb.threads/pthreads.c: Hpux also uses old definition of second
7937 arg for pthread_create.
d63a86f8 7938
c906108c
SS
7939Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
7940
7941 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
7942 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
7943 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
7944 and -lpthreads (everybody else).
7945 (test_startup): Fail gracefully if threads are not supported.
7946 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
7947 "p/c array_index("abcdef",2)" when not gcc compiled.
7948 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
7949 "print func2::coremaker_local" when not gcc compiled.
7950 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
7951 "ptype on opaque struct tagname (statically)",
7952 "ptype on opaque struct tagname (dynamically) 1", and
7953 "ptype on opaque struct tagname (dynamically) 2"
7954 for not compiled with gcc.
7955 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
7956 backtrace when compiled with gcc.
d63a86f8 7957 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
7958 than always return success.
7959
7960Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
7961
7962 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
7963
7964Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
7965
7966 * gdb.base/structs.exp: Undo last change.
7967
7968Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
7969
7970 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
7971 encapsulate all the steps/nexts done during self test, starting
7972 at main, and makes them less sensitive to optimization issues.
7973 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
7974 signal handler" test.
7975 * gdb.threads/pthreads.exp: Only run this for native configs.
7976 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
7977 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
7978 tests.
7979 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
7980 for "runto test_calls(void)" test.
d63a86f8 7981
c906108c
SS
7982Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
7983
7984 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
7985 and don't expect address info in breakpoint confirmations.
7986
7987Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
7988
7989 * gdb.base/list.exp (test_forward_search): Increase timeout
7990 temporarily by 60 seconds for searching extremely long line,
7991 and then reset to old value when done. Increase expect input
7992 buffer to 10000.
7993
7994Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
7995
7996 * gdb.base/list.exp (test_forward_search): Fix to handle very
7997 long source line without overflowing expect's input buffer.
7998
7999Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
8000
8001 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
8002 "buffer_full".
8003
8004 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
8005 "buffer_full".
8006
8007 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
8008 "buffer_full".
8009
8010 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
8011 "buffer_full".
8012
8013Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
8014
8015 * configure.in (configdirs): Add gdb.threads.
8016 * configure: Regenerated with autoconf.
8017 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
8018 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
8019 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 8020
c906108c
SS
8021Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
8022
8023 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
8024
8025Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
8026
8027 * gdb.base/signals.exp (test_handle_all_print): Test separately for
8028 each signal's status in the output of "handle all print".
8029 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
8030 the \r\n sequence that immediately precedes the gdb prompt.
8031 * gdb.base/a1-selftest.exp: Save original timeout and restore
8032 after test.
8033
8034Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
8035
8036 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
8037 symbol.
8038
8039Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
8040
8041 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
8042
8043Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
8044
8045 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
8046 timeout by 60 seconds.
8047
8048Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
8049
8050 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
8051 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
8052 error return.
8053
8054Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
8055
8056 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
8057 gdb initialization, also report how long dejagnu waited. Restore
8058 old timeout before doing error return. Temporarily increase timeout
8059 by 3 minutes to allow for slow startups over heavy NFS use.
8060
8061Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
8062
8063 * lib/gdb.exp: Report timeout value for verbosity level 2.
8064 * config/gdbserver.exp: Ditto.
8065 * config/hppro.exp: Ditto.
8066 * config/mips-gdb.exp: Ditto.
8067 * config/monitor.exp: Ditto.
8068 * config/netware.exp: Ditto.
8069 * config/sim-gdb.exp: Ditto.
8070 * config/slite-gdb.exp: Ditto.
8071 * config/udi-gdb.exp: Ditto.
8072 * config/unix-gdb.exp: Ditto.
8073 * config/vx-gdb.exp: Ditto.
8074 * gdb.base/a1-selftest.exp: Ditto.
8075 * gdb.base/a2-run.exp: Ditto.
8076 * gdb.base/break.exp: Ditto.
8077 * gdb.base/corefile.exp: Ditto.
8078 * gdb.base/list.exp: Ditto.
8079 * gdb.base/recurse.exp: Ditto.
8080 * gdb.base/scope.exp: Ditto.
8081 * gdb.base/signals.exp: Ditto.
8082
8083Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8084
8085 * gdb.threads/Makefile.in (docdir): Removed.
8086
8087Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8088
8089 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 8090 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 8091 @srcdir@.
d63a86f8 8092 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
8093 autoconf 2.5 or higher.
8094 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
8095
8096Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
8097
8098 * configure: Regenerated.
8099 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
8100 avoid name clashes with SunOS headers.
8101
8102Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
8103
8104 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
8105
8106Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
8107
8108 * gdb.base/callfuncs.exp: Finish last change -- make sure the
8109 prototype information ends up in the compiler info file.
8110
8111Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
8112
8113 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
8114 attempting to regenerate it. Eliminate use of a temporary file
8115 and just generate the info file directly. Source it immediately,
8116 for consistency of use.
8117 * gdb.base/corefile.exp: Ditto
8118 * gdb.base/exprs.exp: Ditto.
8119 * gdb.base/funcargs.exp: Ditto.
8120 * gdb.base/langs.exp: Ditto.
8121 * gdb.base/list.exp: Ditto.
8122 * gdb.base/mips_pro.exp: Ditto.
8123 * gdb.base/nodebug.exp: Ditto.
8124 * gdb.base/opaque.exp: Ditto.
8125 * gdb.base/ptype.exp: Ditto.
8126 * gdb.base/scope.exp: Ditto.
8127 * gdb.base/setvar.exp: Ditto.
8128 * gdb.base/signals.exp: Ditto.
8129 * gdb.base/whatis.exp: Ditto.
8130 * gdb.c++/templates.exp: Ditto.
8131 * gdb.c++/virtfunc.exp: Ditto.
8132 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
8133 whether or not to add -lstdc++ to the compile command line args.
8134
8135Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8136
8137 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
8138 it got fixed by the recent lookup_minimal_symbol_by_pc change.
8139 Increase timeout, a lot of single stepping might be needed if the
8140 target has no hardware watchpoints.
8141
8142Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
8143
8144 * gdb.base/break.exp: Ignore compiler warnings when compiling
8145 break.c.
8146 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
8147 * gdb.base/default.exp: Add h8300 xfails. Handle messages
8148 from remote-sim.
8149 * gdb.base/exprs.exp: Add h8300 xfails.
8150 * gdb.base/funcargs.exp: Likewise.
8151 * gdb.base/nodebug.exp: Likewise.
8152 * gdb.base/printcmds.exp: Likewise.
8153 * gdb.base/ptype.exp: Likewise.
8154 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
8155 h8300 xfails.
d63a86f8 8156 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
8157 on the h8300.
8158 * gdb.base/funcargs.c: Explicitly make last constant argument to
8159 call_after_alloca_subr an unsigned long type.
8160 * gdb.base/return.c: Include stdio.h.
8161
8162Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
8163
8164 * config/abug.exp: New file for the older Motorola Bug monitor
8165 that runs on the mvme13x series VME boards.
8166 * config/monitor.exp: Use the new config array for target settings
8167 if they exist.
8168
8169Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
8170
8171 * sim-gdb.exp: Make the SH simulator allocate less space when
8172 it is targeted.
8173
8174Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
8175
8176 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
8177 test.
8178
8179Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
8180
8181 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
8182 "rs6000-*-*" for "list function in include file" when gcc compiled.
8183 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
8184 for "p ctable1[120]".
8185 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
8186 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
8187 Remove setup_xfail for "rs6000-*-*" for
8188 "print 'scope0.c'::filelocal before run".
8189 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
8190 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
8191 since some compilers don't allow both options to be given
8192 on the same command line. Create object file and move it.
d63a86f8 8193
c906108c
SS
8194Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
8195
8196 * gdb.base/corefile.exp: Always regenerate the core file, since
8197 we always regenerate the coremaker program. Detect special case
8198 where registers cannot be read from core file.
d63a86f8 8199
c906108c
SS
8200Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
8201
8202 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
8203 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
8204 * gdb.c++/templates.exp: Only match on basename of file since
8205 some formats like xcoff don't encode directory information.
8206 * gdb.stabs/weird.exp: Use the right sed script for powerpc
8207 and rs6000 AIX xcoff targets.
8208 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
8209 * configure: Regenerate.
8210 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
8211 here, rather than in distclean.
d63a86f8 8212
c906108c
SS
8213Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
8214
8215 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
8216 defined, and use it to compile the test case with -O2. The
8217 native compilation still uses no optimization.
8218 * gdb.base/mips_pro.c: Remove inline assembly code since
8219 it is compiled PIC by default, which results in assembler
8220 warnings that make the testsuite think the compilation
8221 was unsuccessful.
8222
8223Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
8224
8225 * gdb.c++/misc.exp: Add note to message for
8226 "print s.a for foo struct" that this is a known gcc 2.7.2
8227 and earlier bug.
8228
8229Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
8230
8231 * gdb.base/break.exp: Fix pattern for matching "Delete all
8232 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
8233 setup_xfail for deleting all breakpoints test. Fix various
8234 timeout messages to include "(timeout)".
8235 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
8236 for "p t_float_values2(3.14159,float_val2)".
8237 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
8238 for "continue to call2g" when gcc compiled.
8239 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
8240 "up to foo in langs.exp", "show language at foo in langs.exp",
8241 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
8242 and "show language at fsub in langs.exp".
8243 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
8244 "list line 1 in include file", "list message for lines past EOF",
8245 "list function in include file", "list list0.h:foo", and
8246 "list filename:function; nonexistant function".
8247 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
8248 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
8249 and "ptype t_char_array" to be for native cc only.
d63a86f8 8250
c906108c
SS
8251Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
8252
d63a86f8 8253 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
8254 setup_xfail for "print coremaker_bss", "print coremaker_ro",
8255 "print func2::coremaker_local", and "backtrace in corefile.exp".
8256
8257Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
8258
8259 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
8260 "bt in signals.exp". This problem only appears when running
8261 the testsuite, and then only intermittently.
8262
8263Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
8264
8265 * gdb.base/return.exp (return_tests): Differentiate between
8266 two tests of continuing.
8267
8268Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
8269
8270 * */Makefile.in (maintainer-clean): Remove config.log.
8271 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
8272 * gdb.c++/Makefile.in (PROGS): Add inherit.
8273 (clean): Remove *.ci.
8274
8275Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
8276
8277 * gdb.c++/misc.cc: Add test code from Mike Stump.
8278 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
8279
8280Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
8281
8282 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
8283 to "alpha-*-osf2*" and add comment.
8284 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
8285 setup_xfail for "step over execarg initialization" and
8286 "step over corearg initialization".
8287 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
8288 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
8289 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
8290 gcc compiled for "print coremaker_bss", "print coremaker_ro",
8291 "print func2::coremaker_local", and "backtrace in corefile.exp".
8292 * gdb.base/signals.exp: Build and source signals.ci.
8293 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
8294 to be for gcc only.
8295 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 8296
c906108c
SS
8297Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8298
8299 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
8300 Feb 3 procfs.c change.
8301
8302Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
8303
8304 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
8305
8306Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
8307
8308 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
8309 from dejagnu's apparent default of 10 seconds, which gives random
8310 results when running the tests over NFS on moderately loaded systems.
8311 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
8312
8313Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
8314
8315 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
8316 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
8317 result reports.
8318
8319Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
8320
8321 * configure.in (CY_AC_PATH_TCLH): Remove.
8322 * configure: Regenerate.
8323
8324Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
8325
8326 * gdb.c++/Makefile.in (clean): Add missing '{'.
8327
8328Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
8329
8330 * lib/gdb.exp: Provide a default value for noinferior.
8331
8332 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
8333 Load libgloss.exp.
8334
8335Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
8336
8337 * gdb.disasm/hppa.exp: Compile directly into an executable, use
8338 the executable, not the .o to run the tests from.
8339
8340Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
8341
8342 * gdb.base/break.exp: Don't test for program exit or exit status
8343 if $noresults if nonzero.
8344 * gdb.base/langs.exp: Likewise.
8345 * gdb.base/watchpoint.exp: Likewise.
8346
8347 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
8348 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
8349 trying to compile the testcase.
8350
8351Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
8352
8353 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
8354 * gdb.base/signals.exp (continue to handler): Likewise.
8355
8356Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
8357
8358 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
8359
8360 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
8361
8362Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
8363
8364 * gdb.base/corefile.exp: Recognize "not found" as failure
8365 when trying to determine if a core file was generated.
8366 If no core file was generate the first time, try again without
8367 the ulimit -c to work around braindamaged shells.
8368
8369Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
8370
8371 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
8372 [] tests with "test" and enclose string in quotes.
8373 * gdb.stabs/configure: Rebuild
d63a86f8 8374
c906108c
SS
8375Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
8376
8377 Changes in sync with expect:
8378 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
8379 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
8380 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
8381 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
8382 argument to AC_REQUIRE.
8383 * configure: Regenerated.
8384
8385Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
8386
8387 * gdb.base/corefile.exp: When generating a core, discard any
8388 error messages about ulimit not found and the "core dumped"
8389 message from the shell that runs the coredumper.
8390
8391Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
8392
8393 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
8394
8395 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
8396 which sed script to run. Expect failure for v_comb test
8397 on PA targets too.
d63a86f8 8398
c906108c
SS
8399Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
8400
8401 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
8402 "print func2::coremaker_local" and for "backtrace in corefile.exp"
8403
8404Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
8405
8406 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
8407 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
8408 "sparc-sun-solaris*" xfails for "p v_comb".
8409 * lib/gdb.exp (default_gdb_start): Fix typo.
8410 * gdb.base/corefile.exp: Allow "Core was generated by ..."
8411 messages to not include the full program name that caused
8412 the core dump since some systems (such as solaris) apparently
8413 truncate this path to about 80 characters.
8414 When generating a core file first try increasing the core file
8415 size limit to unlimited since some systems may default it to
8416 zero, and it is harmless to try it. Move the test for failing
8417 to generate a core file to where it will actually get executed.
8418 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
8419 new gdb result from g++ debug info improvements and make old
8420 pattern obsolescent. Also account for size_t differences
8421 (may be int or long).
8422 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
8423 initialization before function call is placed in the delay slot
8424 and thus appears to be skipped over by commands such as "next".
8425
8426Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
8427
8428 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
8429
8430Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
8431
8432 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
8433 input source file; fix code to compile test to deal with this
8434 convention.
8435 * gdb.c++/*.exp: Likewise.
8436
8437Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
8438
8439 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
8440 "bt in signals.exp".
8441
8442Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
8443
8444 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
8445 "step over execarg initialization" and
8446 "step over corearg initialization".
8447
8448Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
8449
8450 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
8451 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
8452
8453Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
8454
8455 From Rob Savoye (rob@poseidon.cygnus.com)
8456 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
8457 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
8458 configure.in}, gdb.disasm/{Makefile.in, configure.in},
8459 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
8460 configure.in}: Major reworking for autoconfig.
8461 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
8462 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
8463 New files.
8464 * config/unix-gdb.exp: Make GDB global.
8465 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
8466 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
8467 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
8468 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
8469 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
8470 term.exp, twice.exp, watchpoint.exp, whatis.exp},
8471 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
8472 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
8473 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
8474 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
8475 pr-8136.exp, result.exp, string.exp, tuples.exp},
8476 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
8477 to returns as necessary, arrange for test to compile own testcase
8478 executable.
8479 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 8480
c906108c
SS
8481Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
8482
8483 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
8484 clear_xfail at end of test which might not call either pass or fail.
8485 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
8486 "backtrace through signal handler".
8487
8488Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8489
8490 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
8491 continuing from a job control stop signal.
8492 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
8493
8494Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
8495
8496 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
8497 * gdb.base/corefile.exp: Likewise.
8498 * gdb.base/funcargs.exp: Likewise.
8499
8500Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
8501
8502 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
8503 * config/monitor.exp: Add support for setting baud rate.
8504
8505Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
8506
8507 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
8508 i*86-*-linux* xfails for "backtrace through signal handler".
8509 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
8510 "print func2::coremaker_local".
8511 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
8512 alpha-dec-osf2* xfail for
8513 "delete all breakpoints when none".
8514
8515Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
8516
8517 * gdb.base/break.exp: Change test that deletes all breakpoints
8518 when no user breakpoints are installed. A post 4.15 change
8519 causes gdb to no longer prompt in this case.
8520
8521Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
8522
8523 * gdb.base/return.exp (return_tests): Change xfail for test
8524 "correct value returned double test" to stop xfailing at
8525 Solaris 2.5. Apparently the bug has been fixed.
8526
8527Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
8528
8529 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
8530 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
8531
8532Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
8533
8534 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
8535 * gdb.disasm/hppa.s: Corresponding changes.
8536
8537Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
8538
8539 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
8540 makefile fragment.
8541 * config/mt-hpux: Deleted.
8542
8543Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
8544
d63a86f8 8545 * Many files: When warning about suppressed tests due to a
c906108c
SS
8546 nonexistant test binary, avoid incrementing the warning count.
8547
8548Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
8549
8550 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 8551
c906108c
SS
8552Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8553
8554 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
8555 "sparc-*-solaris2*".
8556
8557Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8558
8559 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
8560 Add global and local variables and initialize them.
8561 * gdb.base/corefile.exp: Test correct mapping of corefile sections
8562 by printing variables. Remove rs6000 and powerpc xfails, BFD now
8563 extracts the file name and terminating signal from the core file.
8564 * TODO: Remove note about tests for correct mapping of corefile.
8565 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
8566 from optimizing it away.
8567 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
8568 handles common blocks.
8569
8570Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
8571
8572 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
8573 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
8574
8575Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
8576
8577 * Makefile.in (maintainer-clean): New target, synonym for
8578 realclean.
8579 * gdb.base/Makefile.in (maintainer-clean): Likewise.
8580 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
8581 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
8582 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
8583 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
8584 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
8585
8586Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
8587
8588 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
8589 xfails when not gcc compiled for "print foo::funclocal".
8590 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
8591 "print foo::funclocal at foo",
8592 "print 'scope1.c'::foo::funclocal at foo",
8593 "print foo::funclocal_bss at foo",
8594 "print 'scope1.c'::foo::funclocal_bss at foo",
8595 "print foo::funclocal_ro at foo",
8596 "print 'scope1.c'::foo::funclocal_ro at foo",
8597 "print bar::funclocal at foo" and
8598 "print 'scope1.c'::bar::funclocal at foo".
8599 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
8600 gcc compiled for "print foo::funclocal at bar".
8601 Expand all messages to ensure that they identify that
8602 the test is at bar().
8603 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
8604 gcc compiled for:
8605 "ptype on opaque struct pointer (statically)",
8606 "ptype on opaque struct tagname (statically)",
8607 "ptype on opaque struct pointer (dynamically) 1",
8608 "ptype on opaque struct tagname (dynamically) 1",
8609 "ptype on opaque struct pointer (dynamically) 2" and
8610 "ptype on opaque struct tagname (dynamically) 2
8611 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
8612 gcc compiled for:
8613 "p datalocal"
8614 "whatis datalocal",
8615 "ptype datalocal",
8616 "p bsslocal",
8617 "whatis bsslocal", and
8618 "ptype bsslocal".
8619 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
8620 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
8621 when not gcc compiled.
8622 * gdb.base/funcargs.exp (float_and_integral_args): Add
8623 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
8624 compiled.
8625 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
8626 "backtrace from call6a" when not gcc compiled.
8627 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
8628 "backtrace from call7a" when not gcc compiled.
8629 * gdb.base/callfuncs.exp (do_function_calls):
8630 Add "hppa*-*-hpux*" xfail when not gcc compiled for
8631 "p t_char_array_values(char_array_val2,char_array_val1)",
8632 "p t_char_array_values(char_array_val1,char_array_val2)",
8633 "p t_char_array_values("carray 1","carray 2")",
8634 "p t_char_array_values("carray 1",char_array_val2)",
8635 "p t_char_array_values(char_array_val1,"carray 2")",
8636 "p sum_args(1,{2})",
8637 "p sum_args(2,{2,3})",
8638 "p sum_args(3,{2,3,4})",
8639 "p sum_args(4,{2,3,4,5})"
8640 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
8641 "backtrace in corefile.exp" when not gcc compiled.
8642
8643Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8644
8645 * gdb.base/signals.exp: Rewrite `handle all print' test as
8646 a procedure. Accept blanks or TABs as whitespace, increase
8647 timeout and expect input buffer size for the large output
8648 from the command. Remove "i*86-*-bsdi2.0" xfail.
8649
8650Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8651
8652 * gdb.base/setvar.exp: Add new testcases for truncation when
8653 assigning invalid values to bitfields.
8654
8655Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
8656
d63a86f8 8657 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
8658 mips-sgi-irix* xfail for
8659 "call inferior func with struct - returns char *"
8660 and fix test so that an optional (unsigned char *) cast is
8661 accepted in the result.
8662
8663Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
8664
8665 * gdb.base/funcargs.exp (float_and_integral_args): Remove
8666 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
8667 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
8668 * gdb.base/signals.exp: Remove duplicate "handle all print" test
8669 that accidentally got checked in.
8670
8671Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
8672
d63a86f8 8673 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
8674 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
8675 compiled test.
8676 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
8677 Add mips-sgi-irix5* xfail for not gcc compiled.
8678 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
8679 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
8680 "p top", "whatis top", "p middle", and "whatis middle".
8681 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
8682 "whatis signed char" for not gcc compiled.
8683 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
8684 "set variable signed char=-1 (-1)" and
8685 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
8686 * gdb.base/funcargs.exp (float_and_integral_args):
8687 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
8688 Add mips-sgi-irix* xfail when not gcc compiled for
8689 "continue to call2b".
8690 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
8691 "continue to call2g".
8692 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
8693 "backtrace from call6a"
8694 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
8695 "backtrace from call7k".
8696 Add mips-sgi-irix5* xfail when not gcc compiled for
8697 "backtrace from call7a".
8698 (localvars_after_alloca): Fix gdb_test cmds for
8699 "print * after runto ...".
8700 Remove rs6000-*-* xfails for
8701 "print i after runto localvars_after_alloca" and
8702 "print l after runto localvars_after_alloca"
8703 for all compilers.
8704 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
8705 when not compiled with gcc, for:
8706 "print signed char == (minus)",
8707 "print signed char != (minus)",
8708 "print signed char < (minus)",
8709 "print signed char > (minus)".
8710 * gdb.base/callfuncs.exp (do_function_calls):
8711 Add mips-sgi-irix* xfail, when compiled with native compiler, for
8712 "call inferior func with struct - returns char *".
d63a86f8 8713 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
8714 "correct value returned double test" to include Solaris 2.4.
8715 * gdb.base/funcargs.exp (float_and_integral_args):
8716 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 8717
c906108c
SS
8718Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8719
8720 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
8721 enumeration bitfields if compiling with GNU C.
8722 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
8723 to empty' prompt.
8724
8725Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
8726
8727 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
8728 test for PRO targets.
8729
8730 * gdb.base/funcargs.exp: Avoid ever setting more than 8
8731 breakpoints in the inferior at any given time by making
8732 two groups of breakpoints for call2*, call6* and call7*
8733 tests.
8734
8735Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8736
8737 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
8738 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
8739 from optimizing it away.
8740 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
8741 "call inferior func with struct".
8742
8743Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
8744
8745 * configure.in: Only configure gdb.chill for particular targets.
8746
8747Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
8748
8749 * gdb.base/Makefile.in: Add action to .c.o transformation
8750 rule that generates a .ci file for each .o file and remove
8751 explicit .c.o rules except for callfuncs.o.
8752 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
8753 generates a .ci file for each .o file and remove explicit
8754 .cc.o rules.
8755 (clean): Remove *.tmp *.ci files.
8756 (EXECUTABLES): Remove templ-info.exp.
8757 * gdb.base/compiler.c: New file.
8758 * gdb.c++/compiler.cc: New file
8759 * gdb.base/scope.exp: Source gdb.base/scope.ci.
8760 Change rs6000-*-* xfail for
8761 "print 'scope0.c'::filelocal_ro" and
8762 "print 'scope1.c'::filelocal" and
8763 "print 'scope1.c'::filelocal_bss" and
8764 "print 'scope1.c'::filelocal_ro" and
8765 "print 'scope1.c'::foo::funclocal" and
8766 "print 'scope1.c'::foo::funclocal_ro" and
8767 "print 'scope1.c'::bar::funclocal" and
8768 "print 'scope0.c'::filelocal_ro" and
8769 "print 'scope1.c'::filelocal at foo" and
8770 "print 'scope1.c'::filelocal_bss at foo" and
8771 "print 'scope1.c'::filelocal_ro at foo" and
8772 "print 'scope1.c'::foo::funclocal at foo" and
8773 "print 'scope1.c'::foo::funclocal_bss at foo" and
8774 "print 'scope1.c'::foo::funclocal_ro at foo" and
8775 "print 'scope1.c'::bar::funclocal at foo" and
8776 "print 'scope0.c'::filelocal_ro" and
8777 "print 'scope1.c'::filelocal" and
8778 "print 'scope1.c'::filelocal_bss" and
8779 "print 'scope1.c'::filelocal_ro" and
8780 "print 'scope1.c'::foo::funclocal" and
8781 "print 'scope1.c'::foo::funclocal_bss" and
8782 "print 'scope1.c'::foo::funclocal_ro" and
8783 "print 'scope1.c'::bar::funclocal" and
8784 "print 'scope1.c'::bar::funclocal_bss"
8785 to only be xfail'd when not compiled with gcc.
d63a86f8 8786 Add rs6000-*-* xfail for
c906108c
SS
8787 "print 'scope0.c'::filelocal_bss before run"
8788 when compiled with gcc.
8789 (test_at_main): Add rs6000-*-* xfail for
8790 "print filelocal_ro in test_at_main"
8791 when compiled with gcc.
8792 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
d63a86f8 8793 Add rs6000-*-aix* xfail for
c906108c
SS
8794 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
8795 "ptype t_char_array", not compiled with gcc.
8796 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
8797 xfail for "list foo (in include file)" when gcc compiled.
8798 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
8799 (integral_args): Add rs6000-*-* xfail for
8800 "run to call0a" if not compiled with gcc.
8801 (unsigned_integral_args): Add rs6000-*-* xfail for
8802 "run to call1a" if not compiled with gcc.
8803 (float_and_integral_args): Add rs6000-*-* xfail for
8804 "run to call2a" if not compiled with gcc and for
8805 "continue to call2b" for any compiler.
8806 Add rs6000-*-* xfail to
8807 "print f1 after run to call2a" for gcc compiled.
8808 (discard_and_shuffle): Add rs6000-*-* xfail for
8809 "run to call6a".
8810 (shuffle_round_robin): Add rs6000-*-* xfail for
8811 "backtrace from call7a" if not compiled with gcc.
8812 Add rs6000-*-* xfail for
8813 "backtrace from call7b" if compiled with gcc.
8814 (call_after_alloca): Add rs6000-*-* xfail for
8815 "print c in call_after_alloca" and
8816 "print s in call_after_alloca" and
8817 "backtrace from call_after_alloca_subr"
8818 if not compiled with gcc.
8819 (localvars_in_indirect_call): Add rs6000-*-* xfail for
8820 "print c in localvars_in_indirect_call" and
8821 "print c in localvars_in_indirect_call" and
8822 "backtrace in indirectly called function" and
8823 "stepping into indirectly called function"
8824 if not compiled with gcc.
8825 (localvars_after_alloca): Add rs6000-*-* xfail for
8826 "print c after runto localvars_after_alloca" and
8827 "print s after runto localvars_after_alloca" and
8828 "print i after runto localvars_after_alloca" and
8829 "print l after runto localvars_after_alloca"
8830 for all compilers.
8831 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
8832 than whatis-info.exp.
8833 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
8834 than opaque-info.exp.
8835 Setup rs6000-*-* xfail for
d63a86f8 8836 "ptype on opaque struct pointer (statically)" and
c906108c
SS
8837 "ptype on opaque struct pointer (dynamically)" when
8838 not compiled with gcc.
8839 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
8840 rather than callf-info.exp.
8841 (do_function_calls): Add clear_xfail for rs6000-*-* for
8842 "p t_float_values2(3.14159,float_val2)". Seems to work
8843 fine there, both with xlc and gcc. Need to find out what
8844 it is doing right and fix other platforms.
8845 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
8846 "call inferior func with struct - returns int",
8847 "call inferior func with struct - returns long",
8848 "call inferior func with struct - returns float",
8849 "call inferior func with struct - returns double",
8850 "call inferior func with struct - returns char *",
8851 but only if not gcc compiled (presumes xlc compiled).
8852 Change rs6000-*-* xfails for
8853 "call inferior func with struct - returns char" and
8854 " call inferior func with struct - returns short" to only
8855 xfail if not using gcc.
8856 (clean mostlyclean): Remove *.ci and *.tmp files.
8857 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
8858 than templ-info.exp.
8859 * gdb.base/langs.exp: Source gdb.base/langs.ci.
8860 Add rs6000-*-* xfail for "up to foo in langs.exp"
8861 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
8862 when not gcc compiled.
d63a86f8 8863
c906108c
SS
8864Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8865
8866 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
8867 * gdb.base/corefile.exp: Likewise.
8868 * gdb.base/list.exp: Likewise.
8869 * gdb.base/scope.exp: Likewise.
8870 * gdb.base/siganls.exp: Likewise.
8871
8872 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
8873 compiler output.
8874 * gdb.base/whatis.exp: Likewise.
8875
8876Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
8877
8878 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
8879 failure (opcode table has been fixed to match reality).
8880
8881Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
8882
8883 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
8884 "call inferior func with struct - returns char",
8885 "call inferior func with struct - returns short"
8886
8887 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
8888 "print 'scope0.c'::filelocal at main",
8889 "print 'scope0.c'::filelocal_bss in test_at_main",
8890 "print 'scope0.c'::filelocal at foo",
8891 "print 'scope0.c'::filelocal_bss in test_at_foo",
8892 "print 'scope0.c'::filelocal at bar",
8893 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 8894
c906108c
SS
8895 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
8896 in source file 1". This bug seems to have been fixed with both
8897 gcc and native cc (was native assembler bug?).
8898
8899Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
8900
8901 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
8902 "backtrace through signal handler" to "i*86-*-sysv4*".
8903 * gdb.base/signals.exp: Add xfail for "'next' behaved as
8904 continue" case. Add "known SVR4 bug" to fail message.
8905 Add "i*86-*-bsdi2.0" xfail for "handle all print".
8906 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
8907 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
8908 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
8909 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
8910 "up to foo in langs.exp", "show language at foo in
8911 langs.exp", "up to cppsub_ in langs.exp", "show
8912 language at cppsub_ in langs.exp", "up to fsub in
8913 langs.exp", and "show language at fsub in langs.exp".
8914 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
8915 "bactrace in corefile.exp".
8916 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
8917 "call inferior function with struct - returns float" and
8918 "call inferior function with struct - returns double".
d63a86f8 8919
c906108c
SS
8920Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
8921
8922 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
8923 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
8924 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
8925 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
8926
8927Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
8928
8929 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
8930 (or overriden) "CHILL" macro rather then bare "gcc".
8931 Also look for ../../gcc/xgcc since that is what we will
8932 actually need, not "Makefile". Remove following assignment
8933 of CHILL to CHILL_FOR_TARGET because that results in
8934 recursive definition.
8935
8936Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
8937
8938 * gdb.base/corefile.exp: Change xfail for backtrace in
8939 corefile.exp from linuxaout to all linux.
8940 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
8941 cases where we miss the breakpoint at the signal handler
8942 for some reason. Setup xfail for linuxoldld/linuxaout and
8943 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
8944 hitting SIGURG breakpoint.
8945 * gdb.base/signals.exp: Setup xfail for "next" acting like
8946 continue to add linuxoldld. Setup xfail for all linux for
8947 "next to handler in signals_tests_1", "backtrace in
8948 signals_tests_1", "continue to func1", "pass SIGUSR1",
8949 and continue to handler".
8950
8951Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8952
8953 * Update all FSF addresses except those in COPYING* files.
8954
8955Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
8956
8957 * gdb.base/a2-run.exp: Change messages to be more explicit about
8958 the status of args, and quote binfile in results.
8959
8960Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
8961
8962 * gdb.base/callfuncs.exp: Add tests for passing structs to
8963 inferior functions and return various types.
8964 * gdb.base/callfuncs.c: Add functions to receive a struct
8965 and return a member of the struct, in various types.
8966
8967Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8968
8969 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
8970
8971Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8972
8973 * config/vxworks29k.exp: New file, sources vxworks.exp.
8974
8975Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8976
8977 * config/gdbremote.exp: New file. Testing framework using
8978 gdbserver.
8979
8980Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
8981
8982 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
8983 "call function when asleep" and "send end of file".
8984 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
8985 for "backtrace in corefile.exp".
8986 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
8987 for "backtrace through signal handler".
8988 * gdb.base/corefile.exp: Make sure we actually generate a core file
8989 before trying the core tests. Some systems allow the user to suppress
8990 generation of core files and default to that (linux for example).
8991 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
8992 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
8993
8994Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8995
8996 * gdb.threads: New directory with some crude multi-threaded
8997 gdb tests (step.exp and step2.exp).
8998 * config/mt-lynx (STEP_EXECUTABLE): Define.
8999 (THREADFLAGS): Define.
9000
9001Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
9002
9003 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
9004
9005 * gdb.base/signals.exp: Disable whole file for lynx until
9006 further notice.
9007
9008 * gdb.base/signals.exp: xfail test where "next" acts like
9009 "continue" for lynx.
9010
9011 * gdb.base/interrupt.exp: xfail test for calling function while
9012 inferior is asleep for lynx.
9013
9014 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
9015 than one cr-lf after each command.
9016
9017Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9018
9019 * configure.in: Reinstate setting of stabsdirs variable, fix
9020 typo in setting up configdirs for native builds.
9021
9022 * gdb.base/return.exp: Fix typo in return double test.
9023 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
9024 compiler from optimizing them away.
9025
9026Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
9027
9028 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
9029 sequences to be echo'd by gdb when using gdb_test.
9030 * gdb.chill/chexp.exp: Likewise.
9031 * gdb.fortran/exprs.exp: Likewise
9032
9033Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9034
9035 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
9036 after the inferior gdb has started.
9037
9038 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
9039 after each command.
9040 * gdb.base/funcargs.exp: Likewise.
9041 * gdb.base/gdbvars.exp: Likewise.
9042 * gdb.base/interrupt.exp: Likewise.
9043 * gdb.base/list.exp: Likewise.
9044 * gdb.base/watchpoint.exp: Likewise.
9045 * gdb.c++/demangle.exp: Likewise.
9046 * gdb.c++/inherit.exp: Likewise.
9047 * gdb.chill/chexp.exp: Likewise.
9048 * gdb.fortran/exprs.exp: Likewise.
9049
9050 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
9051 test if we can't handle IO to/from the inferior.
9052
9053 * gdb.c++/misc.exp: Always check for a program already being
9054 started after sending a "run" command to gdb.
9055
9056 * gdb.base/twice.exp: Start with a fresh gdb.
9057
9058 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
9059 only depend on gdb's expression code, not the chill runtime.
9060
9061 * gdb.base/return.c: Put return values into variables so we
9062 can have gdb print them rather than depending on the program
9063 to print them.
9064 * gdb.base/return.exp: Corresponding changes.
9065
9066 * lib/gdb.exp: Provide default value for noinferiorio.
9067 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
9068 the inferior.
9069
9070 * gdb.base/break.exp: Always check for a program already being
9071 started after sending a "run" command to gdb.
9072 (text_next_with_recursion): Don't check the output from the
9073 program's printf statement. Instead just make sure the program
9074 exited.
9075
9076 * gdb.base/commands.exp: Protect tests which need arguments with
9077 $noargs conditionals.
9078
9079Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9080
9081 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
9082 of structure member arrays to match gdb/valops.c:value_addr change.
9083
9084Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
9085
9086 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
9087 cases.
9088
9089Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
9090
9091 * configure.in (configdirs): Remove gdb.chill from default list
9092 of subdirs and then add it back in only if doing a native build.
9093 The current chill compiler does not yet work in any cross build.
9094 * Revert all signal changes from Jul 6.
9095 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
9096 for sh-hms targets, allowing these tests to link, with no other
9097 changes. Testing is suppressed by setting "nosignals" in site.exp.
9098
9099Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
9100
9101 * configure.in (signaldirs): Define and add to configdirs for all
9102 targets except some specific ones that are known to not support signals.
9103 Also clean up formatting.
9104 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
9105 (signals, sigall): Remove rules to build.
9106 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
9107 Moved to new gdb.signals directory.
9108 * gdb.signals: New test directory.
9109 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
9110 signals.c signals.exp}: New or moved files.
9111
9112Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
9113
9114 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
9115
9116Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
9117
9118 * gdb.base/return.exp: Xfail `return double' test failure
9119 on at least Solaris 2.3 and handle future/past versions on
9120 a case by case basis as appropriate. Also update message
9121 to include i*86 failures.
9122
9123Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9124
9125 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
9126
9127 * lib/gdb.exp: Fix comment which erroneously identified
9128 gdb_file_cmd as gdb_load (the 19 May change was in fact to
9129 gdb_file_cmd not gdb_load).
9130 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
9131
9132 * gdb.base/setvar.exp: Make test names consistent between pass and
9133 fail cases. Use gdb_test more.
9134
9135Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9136
9137 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
9138
9139Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9140
9141 * gdb.base/help.exp: Fix expected help string for `show commands'.
9142
9143Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
9144
9145 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
9146
9147 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
9148 of a text section.
9149
9150Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
9151
9152 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
9153 that loop eventually terminates. Fix Connection refused logic so
9154 that testsuite will expire nicely.
9155
9156Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
9157
9158 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
9159 config/rom68k.exp: New tcl glue for the appropriate monitors.
9160 These all just end up calling monitor.exp.
9161 * config/monitor.exp (gdb_target_monitor): Handle `Connection
9162 refused' by retrying. Cleanup some timeout issues.
9163 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
9164 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
9165 callers don't have to set/restore global timeout variable.
9166
9167 * The following set of changes centralizes management of the global
9168 timeout variable. This way, it can be set in one target dependent
9169 place instead of dozens of places scattered throughout the test suite.
9170 If you need to lengthen a timeout, then you should either set timeout
9171 in one of the config/{target}.exp files, or multiply it by a factor.
9172 Setting it to an absolute value is always going to lose for some
9173 targets.
9174 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
9175 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
9176 * gdb.base/funcargs.exp: Don't set timeout.
9177 * gdb.base/list.exp (test_forward_search): Only use local timeout.
9178 * gdb.base/printcmds.exp (test_print_string_constants
9179 test_print_array_constants): Don't set timeout.
9180 * gdb.base/ptype.exp: Don't set timeout.
9181 * gdb.base/recurse.exp: Don't set timeout.
9182 * gdb.base/return.exp: Don't set timeout.
9183 * gdb.base/watchpoint.exp: Don't set timeout.
9184 * gdb.c++/classes.exp (do_tests): Don't set timeout.
9185 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
9186
9187Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
9188
9189 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
9190
9191Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9192
9193 * lib/gdb.exp: Disable chill tests for irix5.
9194
9195Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9196
9197 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
9198 each test pass or fail.
9199
9200Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9201
9202 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
9203 xlc not gcc.
9204
9205Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
9206
9207 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
9208
9209Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
9210
9211 * config/est.exp: Fix copyright and comments. Remove dead code.
9212 Use targetname, serialport and baud variables instead of fixed
9213 constants.
9214 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
9215 * config/cpu32bug.exp: New file to support cpu32bug monitors.
9216
9217Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9218
9219 * gdb.base/watchpoint.exp: Don't run
9220 test_watchpoint_triggered_in_syscall for sunos.
9221
9222Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9223
9224 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
9225 they don't seem to exist. Do include stdio.h.
9226
9227Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9228
9229 * gdb.base/a1-selftest.exp: Add alpha xfail.
9230
9231Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9232
9233 * gdb.base/watchpoint.c (main): Prompt before calling read().
9234 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
9235 Revise accordingly. Remove cruft about sending "123" several
9236 times, until it gets noticed. Clean up the "print buf[0]" stuff
9237 so that it passes or fails, and waits for prompts in the usual way.
9238
9239Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9240
9241 * gdb.base/recurse.exp: Fix comment.
9242
9243 * TODO: Remove item about printing variables in nodebug.exp. Add
9244 item about enabling tests which are only run on some targets.
9245
9246 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
9247 fail, make test names unique, use new gdb_test convention
9248 regarding pattern, use gdb_test more, etc.).
9249
9250 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
9251 fail, make test names unique, etc.).
9252
9253Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9254
9255 * gdb.base/nodebug.c: Change return type of top and middle to
9256 short.
9257 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
9258 are fixed by the recent mdebugread.c changes. Allow `short ()'
9259 as type for top and middle.
9260
9261Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9262
9263 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
9264 nearly as I can tell, the whole thing was an accident in Stu's
9265 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
9266 to replace a send/expect pair with gdb_test, but ended up only
9267 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
9268 of 30 Mar 1995 took care of it, but left this vestigial comment
9269 which I am now nuking.
9270
9271Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9272
9273 * gdb.base/break.exp: Look for different line number for
9274 breakpoint at main depending on usestubs.
9275
9276Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9277
9278 * gdb.base/list.exp: Adjust some alternate expect patterns to
9279 match recent list0.c change. Add alternate expect pattern for
9280 output from `list default lines around main' for optimizing
9281 compilers.
9282
9283Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9284
9285 * lib/gdb.exp: If nosignals is not set, set it to 0.
9286
9287Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
9288
9289 * config/slite-gdb.exp: Responds to load symbol table prompt.
9290 * gdb.base/break.exp: Adjust line number, fix rerun.
9291 * gdb.base/langs0.c: Add #ifdef usestubs.
9292
9293Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
9294
9295 * gdb.base/list.exp: Adjust line contents after adding new lines in
9296 list0.c. Also fix a syntax error.
9297
9298 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
9299 * gdb.base/break.exp: ditto.
9300 * gdb.base/list.exp: ditto.
9301 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
9302 * gdb.base/run.c: ditto.
9303 * gdb.base/list0.c: ditto.
9304 * gdb.base/funcargs.c: ditto.
9305
9306Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
9307
9308 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
9309 $targetname, $serialport and $baud instead of hardwired variables.
9310 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
9311 target doesn't support signals.
9312
9313Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
9314
9315 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
9316
9317Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9318
9319 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
9320 Don't rely on the value of an auto variable before it has been
9321 initialized. Use gdb_test more.
9322
9323Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9324
9325 * lib/gdb.exp (default_gdb_version): A version number must start
9326 with a digit, but other than that contains all characters up to
9327 the first whitespace character.
9328
9329Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9330
9331 * gdb.base/commands.exp (breakpoint_command_test): New tests.
9332
9333Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9334
9335 * gdb.c++/*.exp: Warn if executable does not exist. The original
9336 reason for skipping the warning was that configure.in sometimes
9337 intentionally skipped building the executables but the tcl code
9338 had no way of knowing. That (a) was always bogus with respect to
9339 error handling, (b) is no longer true (right now there is no way
9340 to skip C++ tests).
9341
9342 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
9343
9344Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9345
9346 * gdb.base/list.exp: Add expect patterns for output from
9347 SunPRO compiled executables.
9348 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
9349 types.
9350
9351Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9352
9353 * gdb.base/break.exp (test_next_with_recursion): Accept any line
9354 number (we are already testing that the correct source line text
9355 gets printed).
9356
9357 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
9358 that is what is intended, but something needed to be done to get
9359 sunos4 native working again.
9360
9361 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
9362
9363 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
9364 apparently went with a (very) old xfail.
9365
9366Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
9367
9368 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
9369 runto_main is a proc in gdb.exp that will do 'step' for target use
9370 stubs.
9371 * gdb.base/exprs.exp: ditto.
9372 * gdb.base/interrupt.exp: ditto.
9373 * gdb.base/opaque.exp: ditto.
9374 * gdb.base/printcmds.exp: ditto.
9375 * gdb.base/ptype.exp: ditto.
9376 * gdb.base/scope.exp: ditto.
9377 * gdb.base/setvar.exp: ditto.
9378 * gdb.base/signals.exp: ditto.
9379 * gdb.base/twice.exp: ditto.
9380 * gdb.c++/classes.exp: ditto.
9381 * gdb.c++/inherit.exp: ditto.
9382 * gdb.c++/templates.exp: ditto.
9383 * gdb.base/break.exp: no run and hit main for stubs. Change line
9384 numbers for breakpoints and info breakpoint.
9385 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
9386 breakpoint().
9387 * gdb.base/callfuncs.c: ditto.
9388 * gdb.base/exprs: ditto.
9389 * gdb.base/interrupt.c: ditto.
9390 * gdb.base/opaque0.c: ditto.
9391 * gdb.base/printcmds.c: ditto.
9392 * gdb.base/ptype.c: ditto.
9393 * gdb.base/scope0.c: ditto.
9394 * gdb.base/setvar.c: ditto.
9395 * gdb.base/signals.c: ditto.
9396 * gdb.base/twice.c: ditto.
9397 * gdb.c++/misc.cc: ditto.
9398 * gdb.c++/templates.cc: ditto.
9399
9400Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9401
9402 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
9403
9404 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
9405 somewhere between `read' and `main.c'. I'm pretty sure the
9406 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
9407 and it isn't particularly useful.
9408
9409 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
9410
9411Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9412
9413 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
9414
9415Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
9416
9417 * config/mt-slite: add LIBS and -nostdlib.
9418 * config/slite-gdb.exp: add this new file to support sparclite target.
9419
9420Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
9421
9422 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
9423
9424 * gdb.base/a2-run.exp: Change argument to istarget from
9425 "*-*-vxworks" to "*-*-vxworks*".
9426 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
9427
9428Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
9429
9430 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
9431 will not runto main but do a 'step' to step out of breakpoint().
9432 * config/mt-slite: add -Dusestubs.
9433
9434Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9435
9436 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
9437 instead of just @.
9438
9439 * gdb.base/signals.exp: Add test for "handle all print".
9440 * TODO: Remove "handle all print". Also remove item about
9441 checking copyright date (I don't like the idea of a spurious FAIL
9442 based on when we run the tests).
9443
9444 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
9445 for SunOS4 (reason for failure not investigated). Remove
9446 redundant test for $binfile.
9447
9448 * gdb.base/nodebug.c (array_index): Call malloc.
9449
9450 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
9451
9452Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
9453
9454 * gdb.base/recurse.exp: Update gdb_test invocation to use new
9455 conventions and slightly simplify the matching regexp.
9456
9457Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9458
9459 * gdb.base/break.exp: Update gdb_test invocation to use new
9460 convention.
9461
9462 * lib/gdb.exp: If noargs is not set, set it to 0.
9463
9464 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
9465 tests unique.
9466
9467 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
9468
9469Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9470
9471 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
9472 one argument of type "<non-float parameter>".
9473
9474Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
9475
9476 * config/rom68k.exp: New file to support Motorola IDP board.
9477 * gdb.base/a2-run.exp: Skip this file if noargs is set.
9478 * gdb.base/break.c: Change things around so that this program
9479 doesn't depend upon args. This is necessary to make remote
9480 targets work (in general, they can't take args).
9481 * gdb.base/break.exp: Don't try to send args to program. Don't
9482 expect output. Also, replace lots of code with gdb_test.
9483
9484Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9485
9486 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
9487 printing of '\'' (which is what the comment says we are testing,
9488 even though we were not), not '''.
9489 (test_integer_literals_rejected): Test that printing ''' is an error.
9490
9491 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
9492 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
9493 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
9494 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
9495 Use gdb_test not test_print_accept.
9496 * lib/gdb.exp: Remove test_print_accept.
9497
9498 * gdb.base/signals.exp (signal_tests_1): Make pass message
9499 consistent with fail message.
9500
9501 * gdb.base/whatis.exp: Remove xfails for printing char vs.
9502 unsigned char; the bug (PR 1821) is fixed.
9503
9504 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
9505
9506 * gdb.base/scope.exp (test_at_localscopes): Call pass for
9507 successful tests--makes xfailing them work right.
9508
9509Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9510
9511 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
9512 only \r\n, not .*. The test can pass .* as the last thing in
9513 $pattern if that is what it wants. In addition to providing this
9514 flexibility, this change should speed up pattern matching in cases
9515 where the pattern already ended with .* (there were a number of
9516 them). This change also helps catch bad patterns--in the old
9517 scheme the typo "char \*" instead of "char \\*" would pass. Now
9518 it is caught.
9519 * Many .exp files: Update callers.
9520
9521 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
9522 clearer and does not spuriously match multiple ('s. Likewise for
9523 ) and *.
9524
9525 * gdb.base/nodebug.exp: Test ability to call a function and pass
9526 it a string (even with no debugging info).
9527
9528 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
9529 "p '\'", which is the same as "p ''" once tcl gets done with
9530 quoting, to "p '\\'", which I suspect is what is intended (one
9531 backslash gets sent to GDB).
9532
9533 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
9534
9535Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9536
9537 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
9538 1817) was fixed literally years ago.
9539
9540Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9541
9542 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
9543 test, it causes stepping out of call_after_alloca_subr with
9544 optimizing compilers.
9545 (localvars_in_indirect_call): Consume GDB prompt if `finish'
9546 fails.
9547
9548 * gdb.c++/templates.exp: Source templ-info.exp only if
9549 the templates executable exists.
9550
9551 * gdb.c++/misc.cc (class Contains_static_instance,
9552 class Contains_nested_static_instance),
9553 gdb.c++/classes.exp (test_static_members): Test printing of
9554 a class that contains a static instance of the class.
9555
9556Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9557
9558 * gdb.base/langs2.c (cppsub_): Don't prototype.
9559 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
9560 only, I believe).
9561
9562Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9563
9564 * lib/gdb.exp (skip_chill_tests): New procedure.
9565
9566 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
9567
9568Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
9569
9570 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
9571 each expect pattern. Cuts runtime from 12 to about 4 seconds.
9572
9573Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9574
9575 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
9576
9577 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
9578 disassemble 8, not 16, instructions for part 4.
9579
9580 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
9581 support the latter anymore.
9582
9583 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
9584 -DNO_PROTOTYPES.
9585 * gdb.base/callfuncs.c: Control use of prototypes based on
9586 NO_PROTOTYPES, not __STDC__.
9587 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
9588 t_float_values2 tests if prototypes in use.
9589
9590 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
9591 t_double_values): When checking differences against DELTA, check
9592 that difference is within the range (-DELTA,DELTA), not just
9593 (-infinity,DELTA).
9594
9595Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
9596
9597 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
9598 'file' command firts, then 'target', then 'load', this is due to gdb
9599 target set up.
9600 * config/mips-gdb.exp: Fix a couple regular exp bugs.
9601
9602Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
9603
9604 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
9605 FP load/store variants.
9606 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
9607
9608Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
9609
9610 * gdb.base/term.exp: Do not give a warning if not native, it is
9611 not an abnormal condition.
9612
9613Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
9614
9615 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
9616 t_char_array".
9617
9618Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
9619
9620 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
9621 are getting the version number.
9622
9623 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
9624 if not native, it is not an abnormal condition.
9625
9626Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9627
9628 * lib/gdb.exp: Just use "file exists", rather than undocumented
9629 dejagnu procedure "findfile".
9630
9631Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9632
9633 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
9634 (LDFLAGS): Set to -Xlinker -Ur.
9635
9636 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
9637 Removed, these values are set by lib/gdb.exp.
9638
9639 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
9640
9641Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9642
9643 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
9644 of replicating gdb startup code.
9645
9646 * config/mt-vxworks (LDFLAGS): Set to -r.
9647 (CFLAGS_FOR_TARGET): Removed.
9648
9649 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
9650 (gdb) and gdb for vxworks uses (vxgdb).
9651
9652 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
9653 executable is not in the tree and host != target, use sed and
9654 program_transform_name to determine the gdb name used by the
9655 target.
9656
9657 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
9658 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
9659
9660Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9661
9662 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
9663 floats, chars, and shorts where there are ANSI-style function
9664 definitions.
9665
9666 * gdb.base/langs.exp, gdb.base/langs*: New test.
9667 * gdb.base/Makefile.in: Build it.
9668 * TODO: Remove item about checking that C names don't get C++
9669 demangling applied; this test tests it.
9670
9671Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9672
9673 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
9674 went with the const70 xfail. The xfail went away a year ago.
9675
9676 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
9677
9678 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
9679 for hp300.
9680
9681 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
9682
9683 * gdb.base/a1-selftest.exp: Don't run on hp300.
9684
9685Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9686
9687 * Makefile.in (site.exp): Set host_alias and target_alias as well
9688 as host_triplet and target_triplet.
9689
9690Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9691
9692 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
9693
9694 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
9695 places as other ecoff systems).
9696
9697 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
9698 ultrix.
9699
9700Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9701
9702 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
9703 remove them.
9704 * gdb.base/nodebug.exp: Accept "function" in addition to "text
9705 variable and "variable" in addition to "data variable".
9706 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
9707
9708 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
9709 2.
9710 * gdb.base/list1.c (long_line): Add additional statement at start
9711 of function.
9712 * gdb.base/list.exp (test_forward_search): Update line number to
9713 reflect new statement.
9714
9715Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9716
9717 * gdb.base/signals.exp: Reinitialize searched source directories
9718 after gdb_start call.
9719
9720Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
9721
9722 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
9723 * gdb.stabs/Makefile.in: Likewise.
9724
9725 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
9726 change. Instead split the tests into smaller pieces.
9727 * gdb.disasm/hppa.s: Corresponding changes.
9728
9729Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9730
9731 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
9732 Quote ^C when passing it to stty. For some shells ^ is a pipe.
9733
9734 * gdb.base/funcargs.exp: Modify many tests so that every test
9735 either passes or fails. Make some test names unique.
9736
9737Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9738
9739 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
9740 Call stty to set interrupt character.
9741
9742 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
9743 for HP assembler versus GNU assembler based on actual behavior of
9744 $(CC), rather than assuming that $(AS) is always the GNU assembler.
9745
9746 * TODO: Suggest a few more stepping tests.
9747
9748Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
9749
9750 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
9751 restart GDB for h8300 after a continue.
9752 (return): Add pattern to match a29k-udi behavior.
9753 * gdb.base/nodebug.exp: Remove obsolete comment.
9754 * gdb.base/regs.exp: New file, testing of register displays.
9755 * gdb.base/return.exp: Fix typo in reference to $objdir.
9756 * gdb.base/whatis.exp: Always start with a fresh GDB.
9757
9758Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9759
9760 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
9761 higher, these tests generate a lot of output.
9762
9763Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9764
9765 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
9766 code following the catch silently ignored some errors; without the
9767 catch they should be thrown like any other tcl error. Also, the
9768 catch used "" instead of {} which meant all the callers who wanted
9769 to include one of the characters "[]$ had to quote it an extra time.
9770 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
9771 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
9772 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
9773 Remove extra quoting.
9774
9775Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
9776
9777 * gdb.base/commands.exp: Make test names unique; every test either
9778 passes or fails. Update some comments.
9779
9780 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
9781
9782Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9783
9784 The following fixes a FAIL caused by the fact that the alpha stabs
9785 configuration didn't use the ".if alpha" code in weird.def.
9786 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
9787 bit pointer, so the 32 bit version works even on the alpha.
9788 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
9789 Remove the stuff which allowed us to have separate versions for
9790 alpha and everything else.
9791
9792 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
9793 regexp which "info func operator\[\](" is supposed to match. Fix
9794 string to send to GDB. Note that GDB still doesn't work right. Add a
9795 new test for "info func .perator\[\](" which GDB does handle correctly.
9796
9797 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
9798
9799Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9800
9801 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
9802 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
9803 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
9804 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
9805 it makes the tests harder to understand and confuses test-o-matic.
9806 The preferred style is that each test provides a PASS or a FAIL,
9807 and has a unique message (e.g. "continue #54" not just "continue")
9808 which is the same for the pass and the fail.
9809 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
9810 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
9811 to lib/gdb.exp.
9812 * gdb.base/printcmds.exp: Use test_print_accept. Remove
9813 prt_accept which was basically the same thing. Likewise for
9814 test_print_reject and prt_reject.
9815 * lib/gdb.exp (test_print_reject): Add some more error message
9816 patterns to match from the former printcmds.exp (prt_reject).
9817 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
9818 One defect of the passcount stuff is that some of it failed to
9819 report XPASS where appropriate.
9820 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
9821 stuff before and after arg in expected pattern.
9822 (test_paddr_operator_functions): Re-do test without print_addr_of;
9823 this is the only test which seems to want extra stuff there.
9824
9825Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9826
9827 * gdb.base/nodebug.exp: Update new tests to reflect improved
9828 wording of gdb output.
9829
9830 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
9831 and "ptype" work on variables in files compiled without -g.
9832 Replaces commented out "maint print msymbol" tests.
9833
9834Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9835
9836 * gdb.base/setvar.c (dummy): Call malloc.
9837
9838 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
9839 losing with the irix4 sed.
9840
9841 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
9842 ALRM" on irix4.
9843
9844Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9845
9846 * TODO: Remove items about corefile.exp testing new exec-file and
9847 backtrace; both are now done. Add items about printing enums.
9848
9849Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9850
9851 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
9852 "get signal $thissig" test fails.
9853
9854 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
9855
9856Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9857
9858 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
9859 compiler warning with dec alpha compiler.
9860
9861 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
9862 extra \n from gdb_test call (this explains why the prompt test
9863 that I removed yesterday was there).
9864 (user_defined_command_test): Remove extra \n and prompt test.
9865
9866 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
9867 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
9868 doesn't exist.
9869 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
9870 Also remove alpha workaround, which turns out to be because
9871 SIGABRT == SIGLOST.
9872
9873 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
9874
9875 * gdb.base/help.exp: Don't test "help show".
9876
9877Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9878
9879 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
9880 "set print address" is on.
9881 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
9882 pass prompt to gdb_test; gdb_test already looks for the prompt.
9883
9884 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
9885
9886 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
9887 was a vestige of the manual TESTSTRATEGY, and the purpose of it
9888 was to make sure that gdb can read a core file. But (a) the "read
9889 the corefile" part didn't make it to a1-selftest.exp, we just
9890 delete the corefile after creating it, and (b) we test reading
9891 corefiles in corefile.exp anyway. Also, this test left around a
9892 xgdb process on Solaris.
9893
9894 * gdb.base/corefile.exp: Also test backtrace.
9895
9896Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
9897
9898 * gdb.base/commands.exp: Test a simple user defined command with
9899 arguments and if/while statements; verify the full user command is
9900 printed by "show user".
9901
9902 * gdb.base/commands.exp: Test if/while commands as part of a
9903 breakpoint command list; verify they appear in breakpoint
9904 information.
9905
9906Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9907
9908 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
9909 than by dividing by zero.
9910
9911Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
9912
9913 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
9914 performing an inferior call with watchpoints enabled.
9915 * gdb.base/watchpoint.c (main): Delete second unnecessary read
9916 call.
9917
9918Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9919
9920 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
9921 of "file" command.
9922
9923 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
9924 Add additional pattern for when "int operator int(void);" appears
9925 in a different order.
9926
9927Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9928
9929 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
9930
9931 * gdb.base/help.exp: Replace most of docstrings for "info signals"
9932 and "signal" with ".*".
9933
9934Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9935
9936 * TODO: Add note about "handle all nostop".
9937
9938 * gdb.base/{sigall.c, sigall.exp}: New test.
9939 * gdb.base/Makefile.in: Add it.
9940
9941Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9942
9943 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
9944 when invoking GDB, suppresses any windowing interface.
9945
9946Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
9947
9948 * config/sim-gdb: New file, simulator testing support.
9949
9950Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
9951
9952 * gdb.base/interrupt.exp: Test calling func1 twice.
9953
9954Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
9955
9956 * gdb.base/list.exp (test_forward_search): Set timeout higher
9957 when we'll be getting lots of output from gdb.
9958
9959 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
9960 "init_malloc" to after the expect statement. Run it if that
9961 regexp is taken, but also for two others which happen if source
9962 cannot be found.
9963
9964Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9965
9966 * gdb.base/printcmds.exp: New test, for printing register before
9967 program is running.
9968
9969Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9970
9971 * gdb.base/list.exp: Correct some alternate expect patterns
9972 to reflect changes in list1.c.
9973
9974Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9975
9976 * TODO: Add item regarding large frames.
9977
9978 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
9979
9980 * TODO: Remove item about enabling return.exp; it
9981 is enabled. Suggest a few more "return" tests.
9982
9983Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9984
9985 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
9986 anonymous unions.
9987
9988Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9989
9990 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
9991 and pr-5646.o, so "make" is the same as "make all", not "make
9992 pr-4975.o".
9993
9994Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
9995
9996 * gdb.base/list.exp: Adjust expectations to reflect changes in
9997 list1.c.
9998 (test_forward_search): New test proc.
9999 * gdb.base/list1.c (long_line): New function, has long source line.
10000
10001Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
10002
10003 * gdb.base/a1-selftest.exp: Change initial stepping to know about
10004 additional line of code that was added.
10005
10006Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
10007
10008 * gdb.disasm/hppa.s: Break the large branching tests into smaller
10009 tests so as not to overflow expect's input buffers.
10010 * gdb.disasm/hppa.exp: Corresponding changes.
10011
10012Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10013
10014 Beginnings of template debugging tests.
10015 * gdb.c++/templ-info.cc: New file to test for template
10016 debugging capability of the compiler.
10017 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
10018 templ-info.cc.
10019 * gdb.c++/templates.cc: Add explicit template instantiations
10020 to enable compiling with -fno-implicit-templates. Add destructor
10021 and 'value' method to T5 class for template tests.
10022 * gdb.c++/templates.exp: Add testcases for printing of template
10023 types, setting breakpoints on template methods and calling a
d63a86f8 10024 template method.
c906108c
SS
10025
10026Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
10027
10028 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
10029 branch target since some assemblers (gas-2.5) may emit a
10030 relocation for the branch instead of resolving it in the
10031 assembler.
10032
10033Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10034
10035 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
10036 through signal handler.
10037
10038Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10039
10040 * configure.in (*-*-netware): Use config/mt-netware.
10041
10042 * config/mt-netware: New file.
10043 * config/mt-i386-netware: Removed, separate configs for different
10044 netware architectures are no longer needed now that we have
10045 --with-headers.
10046
10047Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10048
10049 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
10050 by the recent changes to use ANSI C arithmetic conversions.
10051
10052Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10053
10054 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
10055 bug involving using inferior_pid to figure out whether to select a
10056 frame.
10057
10058Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
10059
10060 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
10061 match the current disassembler output.
10062
10063Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
10064
10065 * gdb.fortran/exprs.exp: Expect VOID instead of void.
10066 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
10067 types, expect "int" as type of integer values (for now).
10068
10069Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
10070
10071 * gdb.base/commands.exp: New tests for if/while commands.
10072
10073Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
10074
10075 * lib/gdb.exp (runto): Replace sub-pattern for hex value
10076 by .*, since hex values have different syntax in Chill mode.
10077
10078Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10079
10080 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
10081 linefeed from expect pattern for repeated types with indices > 9.
10082
10083Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
10084
10085 First part of Fortran test suite.
10086 * gdb.fortran: New directory.
10087 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
10088
10089Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10090
10091 * gdb.base/default.exp: Update expect pattern for load command
10092 without arguments.
10093
10094Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10095
10096 * configure.in: Change i386 to i[345]86.
10097 * gdb.base/configure.in: Likewise.
10098 * gdb.c++/configure.in: Likewise.
10099 * gdb.chill/configure.in: Likewise.
10100
10101Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
10102
10103 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
10104 patterns, since that is not a valid context for comments.
10105
10106Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
10107
10108 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
10109 repeated types and repeated types with indices > 9.
10110
10111Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10112
10113 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
10114 2417; old bug has been fixed.
10115
10116Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
10117
10118 * gdb.base/interrupt.exp: When trying to wake up the inferior,
10119 send the newline ourselves instead of assuming gdb_test will do
10120 so when passed an empty input string.
10121
10122 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
10123 stabs testcode.
10124
10125Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10126
10127 * lib/gdb.exp (gdb_test): Don't send anything if the first
10128 argument is an empty string. This makes cases where we want to
10129 match output that is already in expect's buffers (for example,
10130 matching a breakpoint after gdb_run_cmd has been called) work
10131 reliably.
10132
10133Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10134
10135 * config/netware.exp: New file.
10136
10137Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10138
10139 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
10140 the -B and -L prefixes so we can find the debugging stub.
10141
10142 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
10143 there and we are using the gcc from the tree.
10144
10145 * gdb.base/types.c: Removed.
10146
10147 * gdb.base/configure.in: Look for makefile fragments in ../config.
10148 Recognize i386-*-netware.
10149 * gdb.c++/configure.in: Likewise.
10150
10151Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10152
10153 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
10154 the correct TCL syntax.
10155
10156Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10157
10158 * gdb.base/opaque.exp: use runto instead of messing around with
10159 breakpoints. Simplify by using gdb_test.
10160
10161 * gdb.base/bitfields.exp: restart between tests on netware targets
10162 because breakpoints aren't relocated after target death. Run
10163 processes to completion.
10164
10165 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
10166
10167Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
10168
10169 * Makefile.in: Remove extra tabs that confuse some versions
10170 of "make". Use the newly built gdb to test with by default,
10171 rather than the first one in the tester's search path.
10172
10173Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
10174
10175 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
10176
10177 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
10178 condition help.
10179
10180Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10181
10182 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
10183
10184 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
10185 running.
10186 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
10187 * gdb.base/funcargs.exp: Likewise.
10188
10189 * gdb.base/bitfields.exp: Simplify by using gdb_test.
10190 * gdb.base/funcargs.exp: Likewise.
10191
10192 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
10193 message is "".
10194
10195Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10196
10197 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
10198 return,signals,twice}.exp: Handle non-existant binaries
10199 consistantly.
10200
10201 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
10202 * gdb.base/Makefile.in: Don't try to generate a core dump, we
10203 might testing a cross development system.
10204
10205Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10206
10207 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
10208 runtest script is relative to ${srcdir}, not ${rootdir}.
10209
10210Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
10211
10212 * gdb.base/signals.exp: Allow for optionality of breakpoint
10213 address.
10214
10215Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10216
10217 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
10218
10219Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10220
10221 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
10222 for size_t definition.
10223 * gdb.c++/templates.cc: Likewise
10224
10225 * config/mt-i386-netware: New file.
10226
10227 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
10228 defined.
10229
10230 * gdb.base/Makefile.in: Added support for systems that name core
10231 files by appending "core" to the program name.
10232 * gdb.base/a1-selftest.exp: Likewise.
10233
10234Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10235
10236 * gdb.base/return.exp: Add comment and message for `return double'
10237 test failure on Sparc Solaris.
10238
10239Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
10240
10241 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
10242
10243Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10244
10245 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
10246 from optimizing them away.
10247 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
10248 patterns to include default constructors and assignment operators,
10249 to match gcc versions beyond 2.5.8. Accept any cplus demangling
10250 character in the output of the virtual base pointer.
10251
10252Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10253
10254 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
10255 expression match in print_addr_of to avoid unintented matches.
10256 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
10257 versions up to 2.5.8.
10258
10259Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10260
10261 * gdb.base/list.exp: Tweak alternate pattern for listing of an
10262 included file to run under newer versions of expect.
10263 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
10264 consecutive >'s in templates to accomodate recent cplus-dem.c change.
10265 Remove xfail for the virtual table of BDDHookV.
10266
10267Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
10268
10269 * lib/gdb.exp (string_to_regexp): Set a default result.
10270 (default_gdb_start): Fix misleading message.
10271
10272Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
10273
10274 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
10275 Remove all CC, etc definitions.
10276 * config/mt-hpux: New file.
10277 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
10278 (CFLAGS, LDFLAGS): Define.
10279 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
10280
10281 * Makefile.in (site.exp): Don't insert host_os, etc.
10282 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
10283 (distclean): Check existence of subdir.
10284 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
10285 * gdb.base/Makefile.in: General cleanup and simplification.
10286 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
10287 to build executables. Use default rule to build .o files.
10288 (EXPECT, RUNTEST, CC): Fix relative pathname.
10289 (site.exp): Don't insert host_os, etc.
10290 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
10291 and/or SIGUSR1 defined.
10292 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
10293 * gdb.c++/Makefile.in: General cleanup and simplification.
10294 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
10295 (CFLAGS): Remove.
10296 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
10297
10298Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
10299
10300 * gdb.base/recurse.exp: Misc changes to get tests running again
10301 after Kung's changes to the watchpoint code.
10302 * gdb.base/watchpoint.exp: Likewise.
10303
10304Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
10305
10306 * lib/gdb.exp (string_to_regexp): Convert {\} also.
10307
10308Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10309
10310 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
10311 * lib/gdb.exp (default_gdb_start): Define.
10312 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
10313 gdb.base/funcargs.exp, gdb.base/opaque.exp,
10314 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
10315 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
10316 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
10317 Don't call gdb_target_udi in between tests.
10318
10319Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10320
10321 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
10322 (which was basically just a local version of the same thing). In
10323 addition to avoiding duplication, gdb_test_exact is faster.
10324 * lib/gdb.exp (gdb_test_exact): Fix typo.
10325
10326 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
10327 don't give an error.
10328
10329 * gdb.base/term.exp: Call delete_breakpoints before starting.
10330
10331 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
10332 (t10): Add comment.
10333
10334Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
10335
10336 Reorganization of the GDB Test Suite.
10337
10338 * gdb.base: New directory, contains all the basic tests.
10339 * gdb.c++: New directory, tests specific to C++.
10340 * gdb.chill: New directory, tests specific to Chill.
10341 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
10342 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
10343 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
10344 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
10345 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
10346 t30-31 to chill).
10347 * */gdbme.*: Rename to match appropriate expect scripts.
10348 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
10349 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
10350 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
10351 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
10352 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
10353 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
10354 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
10355 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
10356 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
10357 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
10358 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
10359 gdb.c++/virtfunc.cc: New names of C++ files.
10360 * gdb.chill/chillvars.ch: New name of Chill file.
10361 * gdb.base/configure.in, gdb.c++/configure.in,
10362 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
10363 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
10364 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
10365 * configure.in (configdirs): Update to reflect directory changes.
10366 (target_abbrev): No longer define for any configuration.
10367 * Makefile.in: Cosmetic improvements to header comments.
10368
10369Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
10370
10371 Various changes to gdb.t31:
10372
10373 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
10374 * gdbme.ch: Make all key-words and predefineds be upper-case.
10375 * chillvars.exp: Expect key-words and predefinds in upper-case.
10376
10377 * chillvars.exp: Use gdb_test_exact many places.
10378 Change expected output for arrays (which now includes index labels).
10379
10380 * pr-5020.exp, gdme.ch (module PR_5020):
10381 New test, for PR-5020.
10382
10383Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
10384
10385 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
10386 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
10387
10388Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
10389
10390 * Makefile.in: Fix bit-rot in definitions of CHILL,
10391 CHILL_FOR_TARGET and Chill_LIB.
10392 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
10393 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
10394 CHILL, and CHILL_LIB.
10395
10396Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
10397
10398 * Revert the previous changes. Please see Rob's directory
10399 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
10400
10401Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
10402
10403 * Makefile.in, configure.in, config/mips-gdb.exp,
10404 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
10405 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
10406 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
10407 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
10408 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
10409 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
10410 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
10411 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
10412 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
10413 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
10414 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
10415 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
10416 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
10417 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
10418 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
10419 changes from 94Q1.
10420
10421Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
10422
10423 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
10424 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
10425 Rob's new testing fragments.
10426
10427Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
10428
10429 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
10430 lib/gdb.exp: Replace error proc calls with perror.
10431
10432Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
10433
10434 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
10435 version also, match on casted version strings, and match on
10436 gdb startup case where the line numbers might be messed up.
10437
10438Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
10439
10440 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
10441 (CFLAGS): Delete it from here.
10442
10443Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
10444
10445 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
10446
10447Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
10448
10449 * Makefile.in (RUNTEST): Default to just "runtest".
10450
10451Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10452
10453 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
10454 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
10455 the code has been restructured.
10456
10457Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10458
10459 * gdb.t00/default.exp (set write): Allow any number of \r and/or
10460 \n, not just one of each.
10461
10462 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
10463 /bin/cc gives a warning if you do.
10464
10465Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
10466
d63a86f8 10467 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
10468 __t10ListS_link1ZUiRCUiPT0
10469
10470Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10471
10472 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
10473 on local variables in recursive functions.
10474
10475 * gdb.t07/Makefile.in: Build the new test.
10476
10477Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10478
10479 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
10480 directly. Instead compare the return values from actual calls.
10481
10482Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
10483
10484 * Makefile.in (check): Set TCL_LIBRARY for runtest.
10485
10486Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10487
10488 * From Peter Schauer with minor modifications.
10489 * gdb.t15/return.exp (return_tests): Handle targets where "return"
10490 stops in mid-line in the caller. Add xfail for returning a float
10491 value on X86 targets.
10492
10493Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10494
10495 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
10496 to avoid expect lossage.
10497 (fmem_LRbug_tests): Likewise.
10498 * gdb.disasm/hppa.s: Corresponding changes.
10499
10500 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
10501 conditions to work with latest dejagnu/expect.
10502
10503 * gdb.t15/funcargs.exp (finish from indirect call): No longer
10504 expected to fail on the PA.
10505 (backtrace in call with trampolines): Explicitly require main
10506 to be frame #1 (no trampolines should show up in backtrace).
10507
10508 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
10509 "continue -expect".
10510 * gdb.t06/break.exp: Likewise.
10511 * gdb.t07/watchpoint.exp: Likewise.
10512 * gdb.t13/bitfields.exp: Likewise.
10513 * gdb.t15/{funcargs,return}.exp: Likewise.
10514 * gdb.stabs/weird.exp: Likewise.
10515 * config/{mips,udi}-gdb.exp: Likewise.
10516
10517 * hppa.sed: Enclose comments within a sed command to avoid
10518 losing with the old OSF1 sed.
10519
10520Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10521
10522 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
10523 sequent dynix.
10524 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
10525 * gdb.t15/funcargs.exp: Conditionally step again to really
10526 finish from marker_call_with_trampolines. Handle the case where
10527 the first step from within call_with_trampolines already steps
10528 us back to main.
10529 * gdb.t15/gdbme.c: Add comment to closing brace of
10530 call_with_trampolines for funcargs.exp.
10531
10532Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10533
d63a86f8 10534 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
10535 Fix typo(s).
10536
10537Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10538
10539 * gdb.t07/gdbme.c: More code for watchpoint testing.
10540
10541 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
10542 "Hardware watchpoint" throughout file.
10543 (test_watchpoint_triggered_in_syscall): New test.
10544 (test_complex_watchpoint): New test.
10545
10546Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10547
10548 * gdbme.c (call_with_trampolines): New function to try and step
10549 into. Tests trampoline problems on the PA.
10550
10551 * funcargs.exp (localvars_in_indirect_call): No longer expect
10552 stepping into indirect call to fail on PAs.
10553 (test_stepping_over_trampolines): New test.
10554
10555Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10556
10557 * TODO: Add suggestions for static member function tests, and
10558 completion tests.
10559
10560Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10561
10562 * TODO: Add suggestions for "p/a" tests.
10563
10564 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
10565 (default_gdb_exit): Replace all the hair with sending "quit" to
10566 the process with a simple close.
10567
10568Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10569
10570 * TODO: Add suggestions for shared library tests.
10571
10572Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10573
10574 * TODO: Add suggestions for x/s tests.
10575
10576Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10577
10578 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
10579 "enable once", and "enable breakpoints once" with ".*".
10580
10581Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10582
10583 * TODO: Add suggestions about structure passing tests.
10584
10585Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10586
10587 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
10588 the primary1 test, use work around if __GNUC__ < 2.
10589 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
10590 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
10591 Test for bad output rather than waiting for timeout. Issue
10592 second continue only if first continue failed.
10593
10594Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10595
10596 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
10597 operator[] test with gdb_test because the old code didn't seem to
10598 be getting the quoting right with the new dejagnu.
10599
10600Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
10601
10602 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
10603 one from the path.
10604 * Makefile.in: Use a fresh expect if there is one, use runtest
10605 from the src tree if there is one.
d63a86f8 10606
c906108c
SS
10607Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10608
10609 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
10610 next over recursive call. Revise the tests from that point on
10611 (which had been skipped) to match GDB's actual (correct) output.
10612
10613 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
10614 with next over a breakpoint whose condition is false.
10615
10616 * gdb.t00/help.exp: Comment out "help set print" tests just like
10617 (and for same reason as) "help set" test.
10618
10619Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10620
10621 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
10622 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
10623
10624Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10625
10626 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
10627 necessary gdb_target_udi.
10628
10629 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
10630
10631 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
10632 1838 and 2417; they are fixed.
10633
10634 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
10635 gdb.t03/ptype.exp (ptype structure, ptype union):
10636 Remove xfails; the test is looser than when the xfails were added.
10637
10638 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
10639 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
10640
10641 * gdb.t01/run.exp: Only run shell test if isnative.
10642
10643 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
10644 since "run" automatically loads if necessary. Call gdb_target_udi
10645 after the "file" since "file" kills any execution target.
10646
10647 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
10648 GDB. GDB doesn't work that way (not anymore at least) on UDI.
10649 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
10650 argument for UDI.
10651
10652Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10653
10654 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
10655
10656 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
10657
10658Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10659
10660 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
10661 properly quoting regexps. This makes the second argument to
10662 demangle a fixed string, which matches the callers, instead of a
10663 shell-style pattern which is what the previous implementation
10664 used. Update some of the callers.
10665
10666Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10667
10668 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
10669 (comib_nullified_tests): Fix typo.
10670 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
10671 strings. No longer expected to fail.
10672
10673 * gdb.disasm/hppa.s (addib_tests): Fix typo.
10674 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
10675 strings. No longer expected to fail.
10676
10677 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
10678 string. No longer expected to fail.
10679
10680Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10681
10682 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
10683 No longer expected to fail.
10684
10685 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
10686 string. No longer expected to fail.
10687
10688Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10689
10690 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
10691 only in the names (I probably got most of them). I was even
10692 generous with some which differed in underscores in names, and
10693 probably missed a few, and I *still* was able to remove almost a
10694 third of the file with almost no impact on testsuite coverage.
10695
10696Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10697
10698 * gdb.t00/default.exp: Match udi_attach error message as well as
10699 the one from child_attach.
10700
10701 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
10702
10703 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
10704
10705 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
10706 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
10707
10708 * Move test with enums and partial symbols back to
10709 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
10710 Reverts the change of 26 May 93. Per today's change to
10711 stabs.texinfo, the behavior that weird.exp was expecting was
10712 unreasonable; what is important is that the compiler+gdb get
10713 things right, which happens with a recent gcc. Also fix the test
10714 to deal with native compilers which put out the stab gdb can't
10715 deal with.
10716
10717Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10718
10719 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
10720 in the names. The main thing these accomplish is to slow things down.
10721 Many more such duplicates surely remain.
10722
10723 * gdb.t00/help.exp: Comment out "help support" test just like
10724 (and for same reason as) "help set" test.
10725
10726Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
10727
10728 * gdb.t06/break.exp: Remove setup_xfails for
10729 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
10730 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
10731 about known bug in gcc to include up through 2.5.8.
10732 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
10733 well as "_vb$".
10734 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
10735 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
10736 with latest gcc and gdb.
10737 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
10738 well as "_vb$".
10739
10740Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10741
10742 * configure.in (hppa*-*-*): Also configure and build stabs-only
10743 tests.
10744
10745Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10746
10747 * gdb.t10/hppa.mt: A makefile fragment for the PA.
10748 * gdb.t10/configure.in (hppa*-*-*): Use it.
10749
10750Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10751
10752 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
10753
10754Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10755
10756 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
10757 versions prior to 1.13.5.
10758
10759Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10760
10761 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
10762 the prompt is at the start of a line.
10763
10764Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10765
10766 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
10767 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
10768 in the copr tests now.
10769 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
10770 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
10771 expected to fail.
10772
10773Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
10774
10775 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
10776 gdb.t31/chillvars.exp, lib/gdb.exp:
10777 Tweak to run under either version of expect.
10778 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
10779 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
10780 * gdb.t11/list.exp: Remove extraneous whitespace.
10781
10782Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10783
10784 * gdb.t16/printcmds.exp (test_print_strings): Accept
10785 "(unsigned char *) " before the string.
10786
10787 * TODO: Add notes about printing of fancy types and GDB expressions.
10788
10789Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
10790
10791 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
10792 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 10793 if doing mips-idt-ecoff.
c906108c
SS
10794
10795Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
10796
10797 * Most .exp files: Tweak to run under either version of expect.
10798
10799Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10800
10801 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
10802 xfails; I'm not sure why they are failing, but not because of PR 1806.
10803
10804Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
10805
10806 * config/unix-gdb.exp: Remove gdb_unload cause it's already
10807 defined in lib/gdb.exp.
10808
10809Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10810
10811 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
10812 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
10813 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
10814 have to be typeless.
10815
10816Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10817
10818 * TODO: Add suggestion for copyright year test.
10819
10820Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
10821
10822 * configure.in (*-*-lynxos*): Add stabs tests.
10823
10824Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10825
10826 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
10827 so insert a tab before any assembler directive in column zero.
10828
10829 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
10830 stores.
10831 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
10832 stores.
10833 (fpu_short_memory_tests): Likewise.
10834
10835Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10836
10837 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
10838 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
10839 .stabs directives in comments.
10840
10841Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10842
10843 * TODO: New file, describing tests we could write.
10844 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
10845
10846Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10847
10848 * gdb.t06/signals.exp: Add kludge to force re-sync.
10849
10850 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
10851 to xgdb instead of gdb, get out of gdb.
10852
10853Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
10854
10855 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
10856 for info.
10857
10858Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10859
10860 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
10861 * gdb.stabs/configure.in (hppa*-*-*): Use it.
10862 * gdb.stabs/hppa.sed: New sed script for the PA.
10863
10864Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10865
10866 * gdb.stabs: Re-write weird.def and configuration to use sed
10867 instead of cpp. sed is portable and POSIX; cpp is neither.
10868
10869Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10870
10871 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
10872
10873Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10874
10875 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
10876
10877Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10878
10879 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
10880 "_vb$".
10881 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
10882 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
10883
10884Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10885
10886 * lib/gdb.exp: Comment out code which depends on non-existent
10887 `transform' procedure.
10888
10889Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
10890
10891 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
10892 * lib/gdb.exp: Transform tool name.
10893 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
10894 1.1's new error handling system.
10895
10896Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10897
10898 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
10899
10900Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10901
10902 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
10903 They made pattern matching so slow that timeouts happened on
10904 heavily loaded systems. Now any output from "show print" which
10905 gets us back to the GDB prompt is a PASS.
10906
10907Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
10908
10909 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
10910
10911Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10912
10913 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
10914
10915 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
10916 It is not from PR 3220.
10917
10918Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10919
10920 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
10921 just started failing because they depended on the order the
10922 subcommands are presented, or exact docstring text. This kind of
10923 test is a pain and has minimal benefit.
10924
10925Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10926
10927 * gdb.t09/corefile.exp: At end of test, use "core" command with
10928 no arguments.
10929
10930Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
10931
10932 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
10933 17}/Makefile.in: Make it possible to run the testsuite with Sun
10934 make and CC = cross gcc by adding explicit build rules for .o
10935 files.
10936
10937Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10938
10939 * gdb.t15/funcargs.exp: Don't put comments on same line as
10940 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 10941
c906108c
SS
10942Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10943
10944 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
10945
10946Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
10947
10948 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
10949 * gdb.t20/inherit.exp: remove three dumplicate entries.
10950
10951Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10952
10953 * gdb.t06/break.exp: For "next over recursive call", fail on any
10954 incorrect output, not just on "factorial (value=2)".
10955
10956Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10957
10958 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
10959 working now. Add an xfail if accesing a bss variable causes
10960 a memory error if the target is not yet run.
10961
10962Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10963
10964 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
10965 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
10966 name of __st* demangling (2 strings). Did Kung really get the
10967 more than 95 others right without testing them?
10968
10969Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
10970
10971 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
10972
10973Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
10974
10975 * configure.in (configdirs): Add gdb.disasm
10976 * gdb.disasm: New directory for GDB disassembler tests.
10977 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
10978
10979Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10980
10981 * gdb.t00/help.exp: Don't test "help set".
10982
10983 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
10984 from within expect statements. None of these happen anymore and
10985 they cause regressions to be silently unnoticed.
10986
10987 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
10988 messages) about known failures with gcc cygnus-2.4.5-930417.
10989
10990 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
10991 comp-info.exp so it gets built if it doesn't exist.
10992
10993 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
10994 it is no longer used.
10995 * gdb.t13/comp-info.c: Removed.
10996
10997Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10998
10999 * gdb.t06/signals.exp: Add xfail for sun3.
11000
11001Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11002
11003 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
11004 relevant because ^C doesn't get sent but failure can be reproduced
11005 interactively).
11006
11007Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11008
11009 * gdb.stabs/alpha.mt: New configuration file for alpha.
11010 * gdb.stabs/configure.in: Use it.
11011 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
11012 sharing with alpha.mt, redefine long to word via preprocessor.
11013 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
11014 for alpha.
11015 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
11016 native cc.
11017 * gdb.t00/teststrategy.exp: Change expect string so that we
11018 consume the `(xgdb)' from the command echo and from the gdb prompt.
11019 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
11020 gdb currently compares all values as long, so this failure probably
11021 applies to any configuration where LONGEST is bigger than a target int.
11022 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
11023 with gcc.
11024 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
11025 to handle opaque pointers, gcc is.
11026 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
11027 as first argument. Include <sys/types.h> and change all operator
11028 new definitions to use size_t.
11029 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
11030 now that we use size_t.
11031
11032Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11033
11034 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
11035 a long or float array cast all array members to the same type.
11036 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
11037 with 64 bit longs.
11038 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
11039 on alpha.
11040 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
11041
11042Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11043
11044 * gdb.t24 (demangle.exp): Constructors of templates have names like
11045 vector<int>::vector(int) not vector<int>::vector<int>(int). See
11046 section 14.6 of the ARM.
11047
11048 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
11049 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
11050 accomplish little and slow down the testsuite.
11051
11052 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
11053 Accept spaces various places.
11054
11055Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11056
11057 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
11058 with watchpoint enabled.
11059
11060 * Makefile.in: Remove definition of CC and remove the second
11061 definition of CXX (the "CXX = gcc" one remains). These definitions
11062 were causing backquotes to be expanded within backquotes, which
11063 doesn't work.
11064
11065Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11066
11067 * gdb.t17/callfuncs.exp: Add "return 0" to end.
11068
11069Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11070
11071 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
11072 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
11073 by mips cc and contains no stabs entries.
11074
11075Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
11076
11077 * config/vx-gdb.exp: Use fake device to load files rather than
11078 NFS.
11079 * lib/gdb.exp: New proc to do "file" command.
11080 * config/unix-gdb.exp: Use new "file" proc.
11081
11082Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11083
11084 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
11085 Rework board rebooting slightly.
11086 (gdb_exit): Don't exit from the remote shell; there isn't one.
11087 * gdb.stabs/weird.exp: If a program is being debugged already,
11088 kill it.
11089 * gdb.t04/setvar.exp: Stop and restart gdb.
11090 * gdb.t05/expr.exp: Likewise.
11091 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
11092 restart gdb and reload the program.
11093 * gdb.t08/opaque.exp: Likewise.
11094 * gdb.t12/scope.exp: Likewise.
11095 * gdb.t13/bitfields.exp: Likewise.
11096 * gdb.t15/funcargs.exp: Likewise.
11097 * gdb.t20/classes.exp: Likewise.
11098 * gdb.t03/ptype.exp: Increase timeout.
11099 * gdb.t16/printcmds.exp (test_print_string_constants,
11100 test_print_array_constants): Likewise.
11101 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
11102 * gdb.t20/classes.exp (do_tests): Likewise.
11103 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
11104
11105Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
11106
11107 * gdb.stabs: Renamed *wierd* to *weird*.
11108
11109Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11110
11111 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
11112 for timeout. Add "known gcc 2.4.5 bug" to failure message.
11113
11114Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11115
11116 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
11117 (do_tests): Remove xfail for whatis on one_var and two_var.
11118
11119Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
11120
11121 * Makefile.in: Made cross building work better by adding
11122 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
11123
11124Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11125
11126 * gdb.t15/{return.c,return.exp,Makefile.in}:
11127 New test, currently commented out.
11128
11129Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
11130
11131 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
11132 still running and removes the leftover named socket so GDb can do
11133 clean restarts.
11134
11135Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
11136
11137 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
11138 console, not GDB.
11139 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
11140 cross testing works better with "make check"
11141 * config/unix-gdb: Use default procedures for exit and version.
11142 * config/vx-gdb.exp: Cleaned up and massaged back to working order
11143 with the newest VxWorks.
11144
11145Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11146
11147 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
11148 old form.
11149
11150 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
11151 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
11152
11153 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
11154
11155 * config/unix-gdb.exp: Remove this version of gdb_exit
11156 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
11157 Rob says he'll look at it when he gets back to testing boards.
11158
11159Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
11160
11161 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
11162 an expected fail for certain ptype commands.
11163
11164 * gdb.t20/classes.exp: Update expected results of "ptype class
11165 Base1" to account for the constructor that now appears in the type.
11166
11167Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
11168
11169 * configure.in (configdirs): Restore gdb.t04, which mysteriously
11170 disappeared from list.
11171 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
11172 "alldone" proc with call to cleanup and exit.
11173 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
11174 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
11175 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
11176 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
11177 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
11178 "alldone" proc with simple returns that suppress remaining
11179 tests. The alldone proc went away many months ago.
11180
11181Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11182
11183 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
11184
11185 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
11186
11187Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11188
11189 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
11190 as vax gdb will display them.
11191
11192Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11193
11194 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
11195 optimizers.
11196
11197 * scope.exp: Change "bad value for localval" messages so each one
11198 is unique.
11199
11200 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
11201 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
11202
11203 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
11204
11205Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11206
11207 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
11208 doesn't exist (due to optimization).
11209
11210Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11211
11212 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
11213 contains \r because the filename is long.
11214
11215 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
11216 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
11217
11218Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11219
11220 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
11221 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
11222 Ultrix.
11223 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
11224 int tests.
11225 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
11226
11227Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
11228
11229 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
11230
11231 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 11232 to match does not match the passing case but still matches the
c906108c
SS
11233 failing case.
11234
11235Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11236
11237 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
11238
11239Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
11240
11241 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
11242 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
11243 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
11244 Remove various versions of gdb_exit.
11245 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
11246 gdb_exit.
11247 * config/unix-gdb.exp: gdb_exit remains here, and should override
11248 the generic version, since it's doing a lot of wierd stuff that
11249 the other versions aren't. FIXME, fold it in, or abandon this
11250 version.
11251
11252Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11253
11254 * gdb.t24/demangle.exp: Add tests for PR 3220.
11255
11256Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11257
11258 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
11259
11260Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
11261
11262 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
11263 "i386-*-*". Works for i486 as well.
11264
11265 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
11266 bug, and expand domain of xfail to all SVR4 systems, since the
11267 actual problem is likely to be in generic SVR4 /proc support.
11268
11269Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11270
11271 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
11272
11273Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
11274
11275 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
11276 xfails for other systems. Match a missing 'Continuing.' as an
11277 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
11278
11279 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
11280 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
11281 Only issue warning for missing executables if -all option is used.
11282
11283 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
11284 file if -all option is used. It's like an unpredictable XFAIL.
11285
11286Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11287
11288 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
11289 for dynamically linked binaries.
11290
11291 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
11292
11293Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11294
11295 * gdb.t20/inherit.exp: Change message for "print tagless struct"
11296 to state that this is a known bug in old versions of g++.
11297
11298Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11299
11300 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
11301 while waiting for `Continuing'.
11302
11303Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
11304
11305 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
11306 in text, data, and bss.
11307 * gdb.t10/nodebug.c: Add local and global test variables for
11308 initialized and uninitialized data.
11309
11310Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11311
11312 * config/unix-gdb.exp (gdb_exit): Add "wait".
11313
11314Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11315
11316 * gdb.t06/signals.exp: xfail the continue from the handler for all
11317 targets.
11318
11319 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
11320 function with watchpoints enabled, the i386 call dummy starts with
11321 a call.
11322
11323 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
11324 386 bsd names its corefiles.
11325
11326Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
11327
11328 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
11329 compilers don't grok it.
11330 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
11331 with small octal ints rather than character constants, which
11332 are signed and might not fit if first promoted to int.
11333
11334Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
11335
11336 * gdb.t09/Makefile.in (clean): Remove corefile.
11337
11338Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11339
11340 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
11341
11342Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11343 and Jim Kingdon (kingdon@cygnus.com)
11344
11345 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
11346 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
11347 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
11348
11349Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11350
11351 * gdb.t17/interrupt.exp: Add xfail for hppa.
11352
11353Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11354
11355 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
11356 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
11357 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
11358 to determine signed-ness of bitfields and use the result to setup
11359 the xfail.
11360 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
11361 * gdb.t15/funcargs.exp: Use them to step until the second indirect
11362 call line is reached if necessary.
11363
11364Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11365
11366 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
11367
11368Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11369
11370 * gdb.t06/break.exp: Also test `clear' command.
11371
11372Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11373
11374 * gdb.t00/teststrategy.exp: Remove extra quote.
11375
11376 * gdb.t07/watchpoint.exp: Change xfail for calling function with
11377 watchpoint enabled to be for all non-68k machines.
11378
11379 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
11380
11381Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11382
11383 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
11384 targets use aout.mt instead of ecoff.mt as gas understands
11385 standard aout format.
11386
11387Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11388
11389 * lib/gdb.exp (runto): Don't insist that function we are running to
11390 was compiled with -g.
11391
11392 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
11393
11394 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
11395 to get back into the read system call.
11396 Accept leading newline in case where we woke it up.
11397
11398Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11399
11400 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
11401 to make the stabs test work on ecoff systems using gcc and -with-stabs.
11402 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
11403 enable ecoff configuration.
11404
11405Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11406
11407 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
11408
11409Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11410
11411 * gdb.t16/printcmds.exp: Add another printf test.
11412
11413Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
11414
11415 * configure.in: If configured -with-stabs on any target, add
11416 stabsdirs to configdirs.
11417
11418Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11419
11420 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
11421 fun" so pattern does not match the command itself.
11422
11423Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11424
11425 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
11426
11427Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11428
11429 * gdb.t17/interrupt.exp: Test for more things.
11430
11431Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11432
11433 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
11434 compiler arranges the code and line numbers.
11435
11436 * gdb.t17/interrupt.exp: Don't send \n after ^C.
11437
11438Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11439
11440 * gdb.t00/help.exp: Increase expect input buffer size.
11441
11442Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11443
11444 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
11445
11446 * gdb.t07/watchpoint.exp: Add xfail for hppa.
11447
11448 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
11449
11450 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
11451 [0-9]*, not just [0-9].
11452
11453Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11454
11455 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
11456
11457 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
11458
11459Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11460
11461 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
11462
11463Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11464
11465 * gdb.t06/signals.c: Add xfails for sun3.
11466
11467 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
11468
11469 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
11470 test_stepping tests.
11471
11472Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11473
11474 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
11475
11476 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
11477
11478 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
11479 rather than actually putting it through cpp twice.
11480
11481 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
11482
11483Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
11484
11485 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
11486 no longer needed.
11487
11488Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11489
11490 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
11491
11492 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
11493 C++ features prints as "struct", make it a pass, not an xfail.
11494
11495Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11496
11497 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
11498 Don't require VA to print as "class" rather than "struct".
11499
11500Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
11501
11502 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
11503
11504Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11505
11506 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
11507
11508Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11509
11510 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
11511 order.
11512
11513Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11514
11515 * gdb.t16/printcmds.exp: Add printf tests.
11516
11517 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
11518
11519 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
11520
11521Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
11522
11523 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
11524 pass counts, to counteract any existing or future setup_xfails.
11525
11526Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11527
11528 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
11529 {BEGIN,END}_COMMON for common block instead of STAB.
11530 * gdb.stabs/wierd.exp: Add xfail for rs6000.
11531
11532 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
11533 intp_var should be N_GSYM not N_LSYM.
11534 wierd-aout.S: Use a label for the value of the N_SO.
11535 wierd.def: Remove all backslashes.
11536 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
11537
11538Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11539
11540 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
11541 get the expected next to inheritance3.
11542
11543Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11544
11545 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
11546 now that gcc-2.4 gets it right.
11547
11548Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11549
11550 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
11551
11552 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
11553 generating comp-info.exp which works for cross-compilation.
11554
11555Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
11556
11557 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
11558 "*-*-sysv4.*".
11559
11560Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
11561
11562 * gdb.t01/run.exp: Start with a fresh gdb.
11563 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
11564 SVR4.x.
11565
11566Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
11567
11568 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
11569 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
11570 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
11571 Makefile.in (distclean, realclean): Remove gdbme.c from list of
11572 things to remove.
11573
11574Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
11575
11576 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
11577 test cases from bug reports.
11578
11579Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
11580
11581 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
11582 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
11583 avoid spurious xfails.
11584 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
11585 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
11586 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
11587
11588Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
11589
11590 * gdb.t00/teststrategy.exp: Rework to provide more useful
11591 description of each test, fix problem with systems that define
11592 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
11593 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
11594 results for "next over recursive call" so timeouts aren't taken
11595 by error.
11596
11597Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
11598
11599 * gdb.t12/scope.exp: Test printing of variables before run.
11600
11601 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
11602 printed in wrong order due to sorting.
11603
11604Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
11605
11606 * gdb.t00/teststrategy.exp: Fix expected results for printing
11607 user entered string constant. Is array of char, prints with no
11608 address.
11609
11610 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
11611 commands.
11612 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
11613 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
11614 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
11615 of struct of char arrays.
11616 * gdb.t00/radix.exp: New tests for radix commands.
11617
11618Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
11619
11620 * gdb.t16/printcmd.exp: Print a variable before running program
11621 (with xfail for AIX).
11622
11623Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
11624
11625 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
11626
11627 * gdb.t16/printcmd.exp: Don't print variables before running program.
11628
11629 * gdb.t06/break.exp: Don't require envp argument to main.
11630
11631 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
11632
11633 * gdb.t02/whatis.exp, gdb.t11/list.exp:
11634 Add xfails for rs6000.
11635
11636 * gdb.t02/whatis.exp: Change other tests not to re-test something
11637 we already tested.
11638
11639 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
11640 each type used has a variable of that type.
11641
11642Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
11643
11644 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
11645
11646Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11647
11648 * configure.in: change srctrigger to be a file, not a directory
11649
11650Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
11651
11652 * configure.in (mips-idt-ecoff*): Added trailing '*'.
11653
11654 * gdb.t11/list.exp: Fixed a couple of typos.
11655
11656Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
11657
11658 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
11659 is fixed and PR is closed.
11660 * gdb.t16 (gdbme.c): Add simple test string variable.
11661 * gdb.t16 (printcmds.exp): Add tests with simple test string
11662 variable, primarily for boundaries on "set print elements".
11663
11664Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
11665
11666 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
11667 Make leading 0's optional and don't expect a tab in the middle
11668 of the number.
11669
11670 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
11671
11672 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
11673 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
11674 don't end command passed to gdb_test with newline.
11675
11676 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
11677 signed keyword away, don't expect signed bitfields to be signed.
11678
11679 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
11680 printing with only as many 1's as are in the field as well as printing
11681 with 32 1's (see comment).
11682
11683Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
11684
11685 * gdb.t00/default.exp: Start with a fresh gdb.
11686 * configure.in (configdirs): Remove gdb.t31 until the chill
11687 compiler works again. It no longer is able to find chillrt0
11688 since it isn't in libchill.a anymore.
11689 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
11690 wierd.o, make more modular.
11691 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
11692 spurious newlines that caused problems.
11693
11694Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11695
11696 * Move test with enums and partial symbols from gdb.t03/ptype.exp
11697 to gdb.stabs/wierd.exp since GCC has worked around the bug.
11698 gdb.stabs/wierd.{exp,def}: Many new tests.
11699
11700 * gdb.t00/default.exp: update info line for new message.
11701
11702 * gdb.t02/{whatis.exp,gdbme.c}:
11703 Test that "char *" doesn't print as "caddr_t".
11704
11705Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11706
11707 * gdb.t00/help.exp: Use .* in place of some help messages which
11708 just changed.
11709 gdb.t00/default.exp: Update "info frame" test for new message.
11710 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
11711 Remove some xfails
11712
11713Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11714
11715 * gdb.t03/{gdbme.c,ptype.exp}:
11716 Add tests for typedef'd struct and union without tags.
11717 Also check "whatis" on a variable of a typedef'd enum without a tag.
11718
11719 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
11720 PRMS 1823; the bug still exists but isn't reproduced by this test
11721 anymore), and remove rs6000 XFAIL (the bug is fixed).
11722
11723 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
11724 duplicated from whatis.exp. For those that are left, accept
11725 "long", "long int", or "int" for long variables (whatis.exp already
11726 has an XFAIL for "int", so no need to fail it here).
11727
11728 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
11729 Deal with GCC's names for types now that GDB uses the compiler's names.
11730
11731 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
11732 setup_xfail's for sunos4. If we #defined the signed keyword away,
11733 don't expect GDB to know that char it is signed.
11734
11735 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
11736
11737Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
11738
11739 * configure.in (configdirs): Add gdb.t24 for C++ tests that
11740 should work on any system, regardless of debugging format.
11741 * gdb.t21/demangle.exp: Move to gdb.t24.
11742 * gdb.t24/demangle.exp: Move from gdb.t21.
11743 * gdb.t24/{Makefile.in, configure.in}: New files.
11744
11745Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11746
11747 * configure.in: Do gdb.stabs and C++ tests only for stabs.
11748 * gdb.stabs: New directory.
11749
11750Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11751
11752 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
11753 not just "Quit anyway?".
11754
11755Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
11756
11757 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
11758 that all setup_xfails are immediately followed by clear_xfails.
11759
11760Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
11761
11762 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
11763 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
11764 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
11765 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
11766 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
11767 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
11768 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
11769 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
11770 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
11771 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
11772 gdb.t31/chillvars.exp, lib/gdb.exp:
11773 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
11774 bug-gdb@prep.ai.mit.edu.
11775
11776Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
11777
11778 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
11779 with 0.0, not integer 0.
11780
11781Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
11782
11783 * gdb.t06/break.exp: Update for "Kill the program" message change.
11784
11785Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
11786
11787 * Makefile.in (GDBFLAGS): Set to -nx.
11788 * Makefile.in (site.exp): Use GDBFLAGS.
11789
11790Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11791
11792 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
11793 Makefiles.
11794 (check): depend on just-check.
11795 (just-check): added so that tests can be run without a noop
11796 build pass.
11797
11798Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11799
11800 Switch to using configure's configdirs.
11801 * Makefile.in (Makefile): add configure.in dependency.
11802 (SUBDIRS): removed redundant assignment.
11803 * configure.in: switch subdirs assignment to configdirs.
11804 * gdb.t*/configure.in: new files.
11805
11806Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
11807
11808 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
11809 works.
11810
11811Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
11812
11813 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
11814 in explicit rules. Apparently this is not supported by some makes.
11815
11816Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
11817
11818 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
11819
11820Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11821
11822 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
11823 disappeared.
11824
11825Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11826
11827 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
11828
11829Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
11830
11831 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
11832 watchpoint problem that is now fixed.
11833 * gdb.t30/chexp.exp: Remove setup_xfail for printing
11834 uninitialized convenience variables.
11835 * gdb.t31/chillvars.exp: Fix expected patterns for printing
11836 structures.
11837
11838Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11839
11840 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
11841 which causes expect to get out of sync with gdb on long output
11842 from help set.
11843 * gdb.t09/corefile.exp: Make expected pattern for core file
11844 failing signal and frame output format less sun specific.
11845
11846Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
11847
11848 * gdb.t31/chillvars.exp: Add and remove initial dummy
11849 breakpoint, so that symbol table is forced in.
11850 (Needed at least on Sunos4, though it seems not SVR4.)
11851 * gdb.t31/chillvars.exp: Update for changed output format.
11852
11853Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
11854
11855 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
11856
11857Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
11858
11859 * Makefile.in: Added --srcdir when invoking runtest, removed the
11860 need for a local config file. (optional now)
11861
11862Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
11863
11864 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
11865 failure count used to force early termination. Add some more
11866 expected failures for gnu style demangling.
11867
11868Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11869
11870 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
11871 pmi variable from gdb.t20/gdbme to get optimized away.
11872 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
11873 Check for written corefile upon timeout _and_ eof.
11874
11875Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11876
11877 * config/unix-gdb.exp: Add missing return 0.
11878
11879Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11880
11881 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
11882 test termination.
11883
11884Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
11885
11886 * configure.in (subdirs): Put back gdb.t17 which mysteriously
11887 disappeared.
11888
11889Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
11890
11891 * gdb.t10/crossload.exp: Disable the i860-elf test until such
11892 time as i860 support works.
11893
d63a86f8 11894 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
11895 "backtrace 100\r" rather than just "backtrace\r", to match last
11896 change.
11897
11898Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
11899
11900 * config/udi-gdb.exp (gdb_exit): Remove close command.
11901 (gdb_target_udi): New procedure to set the UDI target.
11902 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
11903 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
11904 Added waits for prompts after several question responses. Added
11905 some more responses used by a29k-amd-udi-gdb.
11906 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
11907 pass different arguments, restart UDI connection after program
11908 completion.
11909 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
11910 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
11911 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
11912 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
11913 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
11914 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
11915 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
11916 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
11917 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
11918 after program completion.
11919 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
11920 compiled with a SELECT_VECS setting.
11921 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
11922 infinite recursion.
11923
11924 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
11925 Added checks for COFF results, and made them expected failures for
11926 all targets. It would be better to make them expected failures
11927 for COFF targets only.
11928
11929Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11930
11931 * Makefile.in: add null dvi target, don't bother to recurse
11932 through test directories for info and install-info; rename
11933 $(datadir) to be dejagnu instead of deja-gnu
11934
11935Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
11936
11937 * gdb.t31/gdbme.ch: Re-enable code that previously caused
11938 compiler to coredump.
11939 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
11940 code.
11941
11942Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
11943
11944 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
11945 coredump.
11946 * gdb.t31/chillvars.exp: Comment out tests that depend on that
11947 code.
11948
11949Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
11950
11951 * gdb.t03/ptype.exp: tests for return code from gdb_test.
11952 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
11953 which in a shell. Deletes xgdb when done.
11954 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
11955 Tests the return from the "set height" or "set width" commands.
11956 Added a few return codes where needed.
11957
11958Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
11959
11960 * Makefile.in (SUBDIRS): Add gdb.t17.
11961 * configure.in (subdirs): Add gdb.t17.
11962 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
11963 files to test gdb's calling of functions in the inferior with
11964 the correct arguments and gdb's ability to retrieve any
11965 result returned.
11966
11967Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
11968
11969 * config/unix-gdb.exp (gdb_exit): Remove close commands that
11970 may be called after gdb goes away. Previous versions of expect
11971 needed these to avoid file descriptor leaks, but they cause
11972 errors with the current revision of expect.
11973 * gdb.t00/gdbvars.exp: Use -re on expected output after
11974 setting sevenbit-strings.
11975 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
11976 to set sevenbit-strings consistent across tests.
11977 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
11978 set sevenbit-strings consistent across tests.
11979
11980Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
11981
11982 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
11983 expected output to match current "expect" expectations.
11984
11985Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
11986
11987 * gdb.t00/default.exp: Change expected output for default "source"
11988 command, to match new gdb behavior which requires a filename to
11989 source.
11990
11991Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
11992
11993 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
11994 expected fail for i486-*-* that misses the marker2 function.
11995 * gdb.t10/crossload.exp (bfddefault): Allow successful
11996 recognition of a format to pass even if no symbols are found.
11997 Explicitly catch failures where the format is not recognized
11998 or is ambiguous, and add the reason to the fail message.
11999 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
12000 the cause is and invalid target and add reason to failure message.
12001 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
12002 elf32-i386, elf32-sparc, and elf32-i860.
12003 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
12004 Set up expected failure for 'filename'::variable scope resolution,
12005 which is now apparently broken on all targets.
12006 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
12007 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
12008 gdb.t23/templates.exp: Change failure for missing binfile into
12009 just a warning.
12010 gdb.t21/demangle.exp: Change all cfront references to 'arm'
12011 references.
12012
12013Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
12014
12015 * gdb.t00/default.exp: Add expected output for default "source"
12016 command, to match new gdb behavior.
12017 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
12018
12019Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
12020
12021 * config/*-gdb.exp: returns an error, rather than exiting on
12022 internal errors.
12023
12024Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
12025
12026 * gdb.t03/gdbme.c: Add pointer to struct variable.
12027 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
12028 referencing struct members.
12029
12030Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
12031
12032 * configure.in (mips-idt-ecoff): New target.
12033 * config/mips-gdb.exp: New file for remote board using MIPS remote
12034 debugging protocol.
12035
12036 * Redid configuration scheme. Removed gdb.t*/configure.in.
12037 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
12038 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
12039 distclean targets. Built executables via .o files. Adjusted
12040 tests to account for source files in $(srcdir) rather than
12041 $(objdir).
12042 * lib/gdb.exp (runto): Don't expect () after the function name,
12043 because it may have arguments.
12044
12045Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
12046
12047 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
12048 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
12049 expected failures for mips-idt-* and mips-sgi-*.
12050 * gdb.t00/default.exp (attach): Kill process if requested.
12051 * gdb.t00/help.exp (help target core, help target): Accept a gdb
12052 that does not read core files.
12053 * gdb.t01/run.exp: Removed checks for exit status code.
12054 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
12055 it is linked in.
12056 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
12057 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
12058 appropriate, rather than doing it by hand.
12059 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
12060 execution.
12061 * gdb.t10/crossload.exp: Kill existing program if needed.
12062 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
12063 appropriate, rather than doing it by hand. Always increase
12064 timeout for this test, not just for VxWorks.
12065
12066Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
12067
12068 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
12069 of Chill STRUCT types and STRUCT values.
12070 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
12071 than "char".
12072 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 12073 struct2): New struct definitions and initializations to test
c906108c
SS
12074 simple Chill STRUCT types.
12075
12076Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
12077
12078 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
12079 the null byte at the end of strings.
12080 * gdb.t00/default.exp: Make show version insensitive to copyright
12081 date.
12082 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
12083 to avoid dependencies on target char signedness.
12084 * gdb.t16/printcmds.exp: Update expected results for explicitly
12085 unsigned char.
12086 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
12087 now work.
12088 * gdb.t21/demangle.exp: Add many more patterns for template
12089 demangling, most of them being expected failures.
12090 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
12091 string we are matching for, to match on the whole string.
12092 * gdb.t21/demangle.exp: Add many new test strings to demangle,
12093 and fix a whole bunch that had incorrect expected output but were
12094 passing anyway because of the bug in "proc demangle".
12095 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
12096 type.
12097 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
12098
12099Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
12100
12101 * gdb/testsuite: made modifications to testcases, etc., to allow
12102 them to work properly given the reorganization of deja-gnu and the
12103 relocation of the testcases from deja-gnu to a "tool" subdirectory.
12104
12105Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
12106
12107 * gdb/testsuite: Initial creation of gdb/testsuite.
12108 Migrated dejagnu testcases and support files for testing nm to
12109 gdb/testsuite from deja-gnu. These files were moved "as is"
12110 with no modifications. This migration is part of a major overhaul
12111 of dejagnu. The modifications to these testcases, etc., which
12112 will allow them to work with the new version of dejagnu will be
12113 made in a future update.
48efe704
AC
12114
12115For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c
SS
12116\f
12117Local Variables:
ef043731 12118mode: change-log
c906108c
SS
12119left-margin: 8
12120fill-column: 74
12121version-control: never
12122End:
This page took 1.920965 seconds and 4 git commands to generate.