]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
e7c9ff01
JB
12004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2
3 Committed by Jim Blandy <jimb@redhat.com>.
4
5 * gdb.base/float.exp: Support s390*-*-* targets.
6
f3205b34
AF
72004-02-17 Adam Fedor <fedor@gnu.org>
8
9 * gdb.base/gdb1555.exp: New file.
10 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
11
9d62932d
EZ
122004-02-17 Elena Zannoni <ezannoni@redhat.com>
13
14 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
15
344c9711
FF
162004-02-16 Fred Fish <fnf@redhat.com>
17
18 * gdb.arch/gdb1291.c: Remove
19 * gdb.arch/gdb1291.s: New test input file.
20 * gdb.arch/gdb1291.exp: Expand test to check case that should not
21 fail. Test for correct result, known incorrect result, other
22 failures and timeouts.
23
2d822687
AC
242004-02-16 Andrew Cagney <cagney@redhat.com>
25
26 * gdb.base/bigcore.exp: New file.
27 * gdb.base/bigcore.c: New file.
28
dac15b66
AC
292004-02-13 Andrew Cagney <cagney@redhat.com>
30
31 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
32 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
33 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
34 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
35 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
36 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
37 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
38 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
39 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
40 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
41
6bdfc2c4
JJ
422004-02-11 Jeff Johnston <jjohnstn@redhat.com>
43
44 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
45 executed is an alloc instruction.
46
87b3ede8
DC
472004-02-11 David Carlton <carlton@kealia.com>
48
49 * gdb.cp/breakpoint.exp: New.
50 * gdb.cp/breakpoint.cc: New.
51
6e19e2bf
MC
522004-02-11 Michael Chastain <mec.gnu@mindspring.com>
53
54 Partial fix for PR gdb/1543.
55 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
56 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
57 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
58 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
59 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
60 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
61 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
62 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
63 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
64 to bug-gdb@prep.ai.mit.edu .
65 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
66 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
67 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
68 Likewise.
69
5c5455dc
AC
702004-02-10 Andrew Cagney <cagney@redhat.com>
71
72 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
73 using gdb_internal_error_resync.
74
9cf689d7
DJ
752004-02-09 Daniel Jacobowitz <drow@mvista.com>
76
77 * gdb.threads/thread-specific.exp: Stop early if no threads are
78 found.
79
d2dc51db
MC
802004-02-09 Michael Chastain <mec.gnu@mindspring.com>
81
82 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
83
14b1a056
DJ
842004-02-08 Daniel Jacobowitz <drow@mvista.com>
85
86 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
87 breakpoints.
88
83f66e8f
DJ
892004-02-07 Daniel Jacobowitz <drow@mvista.com>
90
91 * config/sim.exp (gdb_load): Handle $arg == "".
92 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
93 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
94
30fc0091
EZ
952004-02-07 Elena Zannoni <ezannoni@redhat.com>
96
97 * gdb.base/maint.exp: Update test to reflect
98 obstack changes.
99
4d806929
JJ
1002004-02-04 Jeff Johnston <jjohnstn@redhat.com>
101
102 * gdb.base/pendshr.c (pendfunc): New function that calls
103 pendfunc1.
104 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
105
7bfdd688
FF
1062004-02-04 Fred Fish <fnf@redhat.com>
107
108 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
109 function symbols and update copyright years.
110 * gdb.arch/gdb1291.c: Ditto.
111
aaa08ee4
MC
1122004-02-03 Michael Chastain <mec.gnu@mindspring.com>
113
114 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
115
dbad7755
MC
1162004-02-03 Michael Chastain <mec.gnu@mindspring.com>
117
118 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
119
ec4646ef
MC
1202004-02-03 Michael Chastain <mec.gnu@mindspring.com>
121
122 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
123
1b802196
FF
1242004-02-02 Fred Fish <fnf@redhat.com>
125
126 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
127 remote targets. Update copyright years.
128
18fe2033
JJ
1292004-02-02 Jeff Johnston <jjohnstn@redhat.com>
130
131 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
132 support.
133 * gdb.base/langs.exp: Fix test which attempts to create
134 breakpoint on non-existent function to handle new pending
135 support.
136 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
137 a breakpoint.
138 * gdb.base/pending.exp: New test.
139 * gdb.base/pending.c: New file.
140 * gdb.base/pendshr.c: Ditto.
141
8d577d32
DC
1422004-02-02 David Carlton <carlton@kealia.com>
143
144 * gdb.cp/overload.exp: Add overloadNamespace tests.
145 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
146 (overloadNamespace, XXX): New.
147 (main): Call XXX::marker2.
148
3ad13771
FF
1492004-02-01 Fred Fish <fnf@redhat.com>
150
151 * gdb.base/dump.exp: Use runto_main instead of "runto main".
152 * gdb.base/finish.exp: Ditto.
153 * gdb.base/gcore.exp: Ditto.
154 * gdb.base/huge.exp: Ditto.
155 * gdb.base/info-proc.exp: Ditto.
156 * gdb.base/return2.exp: Ditto.
157 * gdb.threads/gcore-thread.exp: Ditto.
158
44c75849
DJ
1592004-02-01 Daniel Jacobowitz <drow@mvista.com>
160
161 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
162
005bc093
MK
1632004-02-01 Mark Kettenis <kettenis@gnu.org>
164
165 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
166 that opening the file succeeds on OpenBSD.
167
c47cebdb
DJ
1682004-02-01 Daniel Jacobowitz <drow@mvista.com>
169
170 * gdb.threads/thread-specific.c: New file.
171 * gdb.threads/threads-specific.exp: New test script.
172 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
173 to expect_out.
174
5a01311c
MK
1752004-02-01 Mark Kettenis <kettenis@gnu.org>
176
177 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
178 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
179 only on the "print_small_structs from print_long_arg_list" test.
180
ce22a4f1
DJ
1812004-02-01 Daniel Jacobowitz <drow@mvista.com>
182
183 * gdb.base/completion.exp: Kill a stray backslash.
184
185 From Jim Ingham <jingham@apple.com>:
186 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
187 agrees with the result from sending a tab.
188
abbab9d3
DJ
1892004-01-31 Daniel Jacobowitz <drow@mvista.com>
190
191 * gdb.base/chng-syms.exp: Remove stray newline.
192
53904d1e
MK
1932004-01-31 Mark Kettenis <kettenis@gnu.org>
194
195 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
196 *-*-openbsd*.
197 * gdb.asm/openbsd.inc: New file.
198
3a4b3aac
MK
1992004-01-30 Mark Kettenis <kettenis@gnu.org>
200
201 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
202 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
203 *-*solaris2*. Remove commented out default settings for
204 asm-flags. Replace gdb_compile with target_link.
205
ebac27b4
MC
2062004-01-29 Michael Chastain <mec.gnu@mindspring.com>
207
208 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
209 for all tests. Remove old hp-ux and cygnus xfail cases.
210
d8679d84
PH
2112004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
212
213 * gdb.base/chng-syms.exp: New file.
214 * gdb.base/chng-syms.c: New file.
215
0a55bc22
MC
2162004-01-24 Michael Chastain <mec.gnu@mindspring.com>
217
218 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
219 Provide arms for current output in all my configurations.
220
94b8e876
MC
2212004-01-24 Michael Chastain <mec.gnu@mindspring.com>
222
223 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
224 * lib/compiler.cc: Likewise.
225 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
226 get the right preprocessor. Eval the output directly. Remove
227 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
228 hp_f77_compiler and hp_f90_compiler completely.
229 (gdb_preprocess): Delete.
230 (get_compiler): Delete.
231
7cf03d44
MK
2322004-01-24 Mark Kettenis <kettenis@gnu.org>
233
234 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
235 <string.h>.
236
68b6dce9
NR
2372004-01-24 Nick Roberts <nick@nick.uklinux.net>
238
239 * gdb.mi/mi-stack.exp: Update copyright.
240
b368761e
DC
2412004-01-23 David Carlton <carlton@kealia.com>
242
243 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
244 test for cp_lookup_transparent_type.
245 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
246 call them.
247
f2061b53
DJ
2482004-01-23 Daniel Jacobowitz <drow@mvista.com>
249
250 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
251 after -var-update.
252
37fc574a
DC
2532004-01-23 David Carlton <carlton@kealia.com>
254
255 * gdb.cp/namespace.cc (C::ensureRefs): New.
256 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
257
8e94b928
NR
2582004-01-20 Nick Roberts <nick@nick.uklinux.net>
259
260 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
261 case "-stack-list-locals 2".
262 * gdb.mi/mi-var-child.exp: Test for case
263 "-var-list-children --all-values NAME".
264
997b0952
MC
2652004-01-18 Michael Chastain <mec.gnu@mindspring.com>
266
267 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
268
52470da3
MK
2692004-01-18 Mark Kettenis <kettenis@gnu.org>
270
7049b4b8
MK
271 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
272 used with gdb_test_multiple.
273
52470da3
MK
274 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
275 read at address 0. This fixes PR testsuite/1504.
276
da6012e5
DJ
2772004-01-18 Daniel Jacobowitz <drow@mvista.com>
278
279 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
280 Remove downloading, guessing the host executable, the calls to
281 gdb_file_cmd and gdb_target_cmd, and "load" support.
282 (infer_host_exec): New function broken out from gdb_load.
283 (gdb_load): New wrapper for gdbserver_gdb_load.
284 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
285 gdb_target_cmd. Use -target-select.
286 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
287 Download binaries to the host. Clear last_mi_remote_file when
288 we load a new binary.
289 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
290 call gdbserver_gdb_load and mi_gdb_target_cmd.
291
32c70722
MC
2922004-01-17 Michael Chastain <mec.gnu@mindspring.com>
293
294 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
295 type patterns.
296
b0cecf36
MC
2972004-01-17 Michael Chastain <mec.gnu@mindspring.com>
298
299 * gdb.cp/templates.exp: Fix typo in test name of
300 "print Foo<volatile char*>::foo".
301
4120d7e6
MC
3022004-01-15 Michael Chastain <mec.gnu@mindspring.com>
303
304 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
305
f679e530
BE
3062004-01-16 Ben Elliston <bje@wasabisystems.com>
307
308 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
309 (clean mostlyclean): Remove empty rm.
310
091c48f6
MC
3112004-01-15 Michael Chastain <mec.gnu@mindspring.com>
312
313 * gdb.base/setvar.exp: Add copyright years.
314
3e5fc8d2
DC
3152004-01-14 David Carlton <carlton@bactrian.org>
316
317 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
318 PR c++/1511 and update coment.
319 * gdb.cp/templates.exp: Update patterns to match current output.
320 If changes involve something other than whitespace, KFAIL
321 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
322
63d06c5c
DC
3232004-01-14 David Carlton <carlton@kealia.com>
324
325 * gdb.cp/namespace.exp: Add tests involving classes defined within
326 namespaces.
327 * gdb.cp/namespace.cc (C::CClass): New.
328 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
329
a51dab88
EZ
3302004-01-14 Elena Zannoni <ezannoni@redhat.com>
331
332 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
333 what debug info we have. Print a better message if something goes
334 wrong while producing the separate debug info file.
335
a476ccc9
MC
3362004-01-14 Michael Chastain <mec.gnu@mindspring.com>
337
338 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
339
f453692c
MC
3402004-01-14 Michael Chastain <mec.gnu@mindspring.com>
341
342 * gdb.base/callfuncs.c: Add copyright notice.
343
f40063a5
MC
3442004-01-13 Michael Chastain <mec.gnu@mindspring.com>
345
346 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
347 inheritance. PR gdb/1498, PR gcc/13539.
348
19ac3974
EZ
3492004-01-13 Elena Zannoni <ezannoni@redhat.com>
350
351 * gdb.threads/gcore-thread.exp: Prefix name of binary with
352 test specific name.
353 * gdb.mi/gdb669.exp: Ditto.
354 * gdb.mi/mi-pthreads.exp: Ditto.
355 * gdb.mi/mi1-pthreads.exp: Ditto.
356 * gdb.mi/mi2-pthreads.exp: Ditto.
357
56c97c6e
MC
3582004-01-12 Michael Chastain <mec.gnu@mindspring.com>
359
360 * gdb.cp/member-ptr.cc: Add copyright notice.
361
a0644324
MC
3622004-01-12 Michael Chastain <mec.gnu@mindspring.com>
363
364 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
365 some patterns for recent versions of gcc and hpacc. Delete
366 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
367 Delete tests that access a NULL pointer-to-member-data. This
368 script is still disabled for gcc.
369
32fabe09
EZ
3702004-01-12 Elena Zannoni <ezannoni@redhat.com>
371
372 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
373 escaped correctly.
374
1f8a6abb
EZ
3752004-01-12 Elena Zannoni <ezannoni@redhat.com>
376
377 * gdb.base/sepdebug.exp: New file.
378 * gdb.base/sepdebug.c: New file.
379 * lib/gdb.exp (separate_debug_filename): New procedure.
380 (gdb_gnu_strip_debug): New procedure.
381
48efe704
AC
3822004-01-12 Andrew Cagney <cagney@redhat.com>
383
384 * gdb.mi/ChangeLog: Delete file. Renamed to ...
385 * gdb.mi/ChangeLog-1999-2003: New file.
386
a9415475
AC
3872004-01-12 Andrew Cagney <cagney@redhat.com>
388
389 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
390 "Renaming a directory to a non-empty directory returns ENOTEMPTY
391 or EEXIST", treat EBUSY as an XFAIL.
392
83b8cf9d
MC
3932004-01-11 Michael Chastain <mec.gnu@mindspring.com>
394
395 * gdb.base/scope.exp: Remove obsolete setup_xfail for
396 hp_cc_compiler.
397
9939d2a8
MC
3982004-01-10 Michael Chastain <mec.gnu@mindspring.com>
399
400 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
401 decorations.
402
1ff8cadf
MC
4032004-01-10 Michael Chastain <mec.gnu@mindspring.com>
404
405 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
406 and "(aCC)" decorations. Remove obsolete doco about old
407 test results.
408
6fa9022e
MC
4092004-01-09 Michael Chastain <mec.gnu@mindspring.com>
410
411 * gdb.cp/exception.exp: Fix typo in doco.
412
209721fe
MK
4132004-01-09 Mark Kettenis <kettenis@gnu.org>
414
415 * gdb.base/gdb1476.exp: Fix typo.
416
ef11303e
MC
4172004-01-09 Michael Chastain <mec.gnu@mindspring.com>
418
419 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
420 file.
421
041ab88c
MC
4222004-01-09 Michael Chastain <mec.gnu@mindspring.com>
423
424 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
425 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
426 Use gdb_compile. Remove restriction on gcc. Add some patterns
427 for recent version of gdb. Delete second half, which was a copy
428 of the first half with different build flags. This test is
429 still disabled because it is still not ready for production.
430
e36d075a
MC
4312004-01-08 Michael Chastain <mec.gnu@mindspring.com>
432
433 * gdb.cp/exception.cc: Add copyright notice.
434 * gdb.cp/exception.exp: Add a notice that this file is broken
435 because of line number changes caused by addition of copyright
436 notice.
437
42b190ad
MC
4382004-01-08 Michael Chastain <mec.gnu@mindspring.com>
439
440 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
441 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
442
8f25f06b
MC
4432004-01-08 Michael Chastain <mec.gnu@mindspring.com>
444
445 * gdb.cp/classes.exp: Accept gnu abi 2.
446 * gdb.cp/derivation.exp: Likewise.
447 * gdb.cp/overload.exp: Likewise.
448 * gdb.cp/virtfunc.exp: Likewise.
449
06ded8b8
MC
4502004-01-08 Michael Chastain <mec.gnu@mindspring.com>
451
452 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
453 semicolon after end of function.
454
77c26ae3
MC
4552004-01-07 Michael Chastain <mec.gnu@mindspring.com>
456
457 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
458 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
459 boilerplate code for compiling and running the program under
460 test. Add some string method tests.
461
20757486
MC
4622004-01-07 Michael Chastain <mec.gnu@mindspring.com>
463
464 * gdb.cp/bs15503.cc: Add copyright notice.
465 * gdb.cp/bs15503.exp: Adjust line number.
466
0fd3b503
MC
4672004-01-07 Michael Chastain <mec.gnu@mindspring.com>
468
469 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
470 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
471
10d1bea8
MC
4722004-01-07 Michael Chastain <mec.gnu@mindspring.com>
473
474 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
475 hp_cc_compiler.
476
2789202a
MC
4772004-01-07 Michael Chastain <mec.gnu@mindspring.com>
478
479 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
480 * gdb.cp/ctti.exp: Use the marker instead of "next".
481 With gcc, run further before bailing.
482
b862f14c
MC
4832004-01-07 Michael Chastain <mec.gnu@mindspring.com>
484
485 * gdb.cp/cttiadd.cc: Add copyright notice.
486 * gdb.cp/cttiadd1.cc: Likewise.
487 * gdb.cp/cttiadd2.cc: Likewise.
488 * gdb.cp/cttiadd3.cc: Likewise.
489
96da2469
MC
4902004-01-07 Michael Chastain <mec.gnu@mindspring.com>
491
492 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
493 Use gdb_test, gdb_test_multiple. Use floating-point values that
494 have exact representations in IEEE-ish formats.
495
053248ff
MC
4962004-01-07 Michael Chastain <mec.gnu@mindspring.com>
497
498 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
499 compilers. Delete duplicate call to get_compiler_info.
500 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
501 * gdb.base/volatile.exp: Likewise.
502
84acecdd
MK
5032004-01-07 Mark Kettenis <kettenis@gnu.org>
504
505 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
506 memory at address 0.
507
fe11a27f
MC
5082004-01-07 Michael Chastain <mec.gnu@mindspring.com>
509
510 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
511 to test for hp-ux assembler. Fix copyright years.
512
60ad077b
AC
5132004-01-07 Andrew Cagney <cagney@redhat.com>
514
515 * gdb.base/fileio.c (strerrno): Add "EBUSY".
516
1c9b8f33
AC
5172004-01-07 Andrew Cagney <cagney@redhat.com>
518
519 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
520 when creating the read-only file. From analysis by Roland McGrath
521 and Elena Zannoni.
522
753ccc7a
MC
5232004-01-06 Michael Chastain <mec.gnu@mindspring.com>
524
525 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
526
eca3e36b
MC
5272004-01-06 Michael Chastain <mec.gnu@mindspring.com>
528
529 * gdb.base/cvexpr.c: Be type-safe with function pointers and
530 data pointers.
531
f8d4bac4
MC
5322004-01-06 Michael Chastain <mec.gnu@mindspring.com>
533
534 * gdb.cp/m-static.exp: Compile one source file at a time.
535 Delete unused call to get_compiler_info.
536
9b4e0f94
MC
5372004-01-06 Michael Chastain <mec.gnu@mindspring.com>
538
539 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
540 * gdb.base/call-rt-st.exp: Likewise.
541 * gdb.base/nodebug.exp: Likewise.
542 * gdb.base/volatile.exp: Likewise.
543 * gdb.cp/ref-types.exp: Likewise.
544 * gdb.cp/templates.exp: Likewise.
545
023c1024
MK
5462004-01-05 Mark Kettenis <kettenis@gnu.org>
547
548 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
549
19703c4a
MC
5502004-01-05 Michael Chastain <mec.gnu@mindspring.com>
551
552 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
553 hppa*-hp-hpux*.
554
18b67037
MK
5552004-01-04 Mark Kettenis <kettenis@gnu.org>
556
ba6219c8
MK
557 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
558 x86_64-*-*.
559
18b67037
MK
560 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
561 sparc64-*-* and sparc*-solaris2*.
562
1bfbbb9d
MK
5632004-01-04 Mark Kettenis <kettenis@gnu.org>
564
565 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
566 return ${tests}" test. The ${tests} already mentions the
567 filename.
568
06846494
MC
5692004-01-02 Michael Chastain <mec.gnu@mindspring.com>
570
571 * gdb.cp/local.exp: Accept gcc abi 2.
572
3b0cb202
MC
5732004-01-02 Michael Chastain <mec.gnu@mindspring.com>
574
575 * gdb.cp/templates.exp: Accept gcc abi 2.
576
0643ec3f
MC
5772004-01-02 Michael Chastain <mec.gnu@mindspring.com>
578
579 * lib/compiler.cc: Remove supports_template_debugging.
580 * gdb.cp/templates.exp: Do not test supports_template_debugging.
581
d231d0b1
MC
5822004-01-01 Michael Chastain <mec.gnu@mindspring.com>
583
584 * gdb.cp/namespace.exp: Accept gcc abi 2.
585
44ffb27c
MC
5862004-01-01 Michael Chastain <mec.gnu@mindspring.com>
587
588 * gdb.cp/method.exp: Accept gcc abi 2.
589
184ad485
MC
5902004-01-01 Michael Chastain <mec.gnu@mindspring.com>
591
592 * gdb.cp/classes.exp: Generate identical results as old version.
593 * gdb.cp/derivation.exp: Likewise.
594 * gdb.cp/overload.exp: Likewise.
595 * gdb.cp/virtfunc.exp: Likewise.
596
116f09e7
MC
5972004-01-01 Michael Chastain <mec.gnu@mindspring.com>
598
599 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
600 mysterious bug with sourceware version of expect.
601
b1379776
MC
6022004-01-01 Michael Chastain <mec.gnu@mindspring.com>
603
604 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
605 current versions of gcc, including gcc abi 2. Remove gratuitous
606 restart of test program. Use gdb_test_multiple and gdb_test for
607 all tests. Add patterns to xfail missing "const" in "const char *"
608 and kfail PR gdb/1155.
609
6b7a4c0e
MC
6102004-01-01 Michael Chastain <mec.gnu@mindspring.com>
611
612 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
613 current versions of gcc, including gcc abi 2. Remove gratuitous
614 restart of test program. Use gdb_test_multiple and gdb_test for
615 all tests. Add patterns to kfail PR gdb/1498.
616
51615d72
MC
6172003-12-31 Michael Chastain <mec.gnu@mindspring.com>
618
619 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
620 current versions of gcc, including gcc abi 2. Use "breakpoint"
621 and "continue" instead of restarting the target program. Use
622 gdb_test_multiple and gdb_test for all tests.
623
7b79a9d7
MK
6242004-01-01 Mark Kettenis <kettenis@gnu.org>
625
626 * gdb.asm/asm-source.exp: Update copyright year. Link statically
627 for *-*-solaris2*.
628
1cd3489f
MC
6292003-12-31 Michael Chastain <mec.gnu@mindspring.com>
630
631 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
632 current versions of gcc, including gcc abi 2. Use "breakpoint"
633 and "continue" instead of restarting the target program several
634 times. Use gdb_test_multiple and gdb_test for all tests.
635
850742db
MC
6362003-12-18 Michael Chastain <mec.gnu@mindspring.com>
637
638 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
639 source files.
640
eb4bbda8
MC
6412003-12-16 Michael Chastain <mec.gnu@mindspring.com>
642
643 * gdb.base/environ.exp: Handle compiling test case from multiple
644 source files.
645
e42c7771
MC
6462003-12-16 Michael Chastain <mec.gnu@mindspring.com>
647
648 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
649
80e4b428
JB
6502003-12-17 Jim Blandy <jimb@redhat.com>
651
5f06973a
JB
652 * gdb.base/freebpcmd.c: Add copyright notice.
653
80e4b428
JB
654 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
655
0ab84fb7
MC
6562003-12-16 Michael Chastain <mec.gnu@mindspring.com>
657
658 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
659
1b3bb3d0
JB
6602003-12-13 Jim Blandy <jimb@redhat.com>
661
662 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
663
3a4c9371
KB
6642003-12-12 Kevin Buettner <kevinb@redhat.com>
665
666 * gdb.asm/frv.inc: New file.
667 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
668
a1dea79a
FF
6692003-12-09 Fred Fish <fnf@redhat.com>
670
671 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
672 functions to break1.c and leave prototypes behind. Add more
673 "set breakpoint NN here" comments.
674 * gdb.base/break1.c: New file.
675
676 * gdb.base/break.exp: Handle compiling test case from multiple
677 source files and change source file references as needed.
678 * gdb.base/completion.exp: Ditto.
679 * gdb.base/condbreak.exp: Ditto.
680 * gdb.base/define.exp: Ditto.
681 * gdb.base/ena-dis-br.exp: Ditto.
682 * gdb.base/info-proc.exp: Ditto.
683 * gdb.base/maint.exp: Ditto.
684 * gdb.base/until.exp: Ditto.
685
686 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
687 hardcoded line numbers.
688 * gdb.base/define.exp: Ditto.
689 * gdb.base/ena-dis-br.exp: Ditto.
690 * gdb.base/maint.exp: Ditto.
691 * gdb.base/until.exp: Ditto.
692
693 * gdb.base/completion.exp: Use "break1" for completion tests since
694 "break" is no longer a unique prefix.
695
5266b69c
AC
6962003-12-06 Andrew Cagney <cagney@redhat.com>
697
698 * gdb.base/structs.exp (test_struct_returns): When applicable, set
699 "return_value_unimplemented". When an unimplemented struct return
700 architecture, report incorrect values as a KFAIL
701
374451f0
MC
7022003-12-05 Michael Chastain <mec.gnu@mindspring.com>
703
704 * gdb.cp/rtti.exp: Accept new wording of warning from
705 cp_lookup_rtti_type.
706
ba9b20a7
MC
7072003-12-05 Michael Chastain <mec.gnu@mindspring.com>
708
709 Partial fix for PR testsuite/1456.
710 * gdb.base/scope.exp (test_at_main): Replace references to
711 gcc_compiled with calls to test_compiler_info.
712 (test_at_foo): Likewise.
713 (test_at_bar): Likewise.
714
b74b6d0b
MC
7152003-12-04 Michael Chastain <mec.gnu@mindspring.com>
716
717 Partial fix for PR testsuite/1456.
718 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
719 to test_compiler_info.
720
ccfa3402
MC
7212003-12-03 Michael Chastain <mec.gnu@mindspring.com>
722
723 * gdb.base/so-impl-ld.exp: Update copyright notice.
724
f6246aba
MC
7252003-12-02 Michael Chastain <mec.gnu@mindspring.com>
726
727 Partial fix for PR testsuite/1456.
728 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
729 to test_compiler_info.
730
13ae734a
MC
7312003-11-28 Michael Chastain <mec.gnu@mindspring.com>
732
733 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
734 from current versions of gdb. Clean up regular expressions.
735 Delete redundant timeout case.
736
d8e1cdee
MC
7372003-11-28 Michael Chastain <mec.gnu@mindspring.com>
738
739 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
740 from current versions of gdb. Clean up regular expressions.
741 Delete redundant timeout case.
742
96457b64
MC
7432003-12-01 Michael Chastain <mec.gnu@mindspring.com>
744
745 Partial fix for PR testsuite/1456.
746 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
747 gcc_compiled with call to test_compiler_info.
748
f35309fc
MC
7492003-11-30 Michael Chastain <mec.gnu@mindspring.com>
750
751 Partial fix for PR testsuite/1456.
752 * gdb.base/list.exp (test_list_function): Delete unused declaration
753 of gcc_compiled.
754
d7afdf9b
MC
7552003-11-29 Michael Chastain <mec.gnu@mindspring.com>
756
757 Partial fix for PR testsuite/1456.
758 * gdb.base/complex.exp: Replace reference to gcc_compiled with
759 call to test_compiler_info.
760
71507b56
MK
7612003-11-29 Mark Kettenis <kettenis@gnu.org>
762
763 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
764 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
765 it to create the appropriate note.inc.
766 * gdb.asm/asmsrc1.s: Include "note.inc".
767 * gdb.asm/netbsd.inc: New file.
768 * gdb.asm/empty.inc: New file.
769
f81f93f7
MC
7702003-11-28 Michael Chastain <mec.gnu@mindspring.com>
771
772 Partial fix for PR testsuite/1456.
773 * gdb.base/constvars.exp: Replace references to gcc_compiled with
774 calls to test_compiler_info.
775
9a77938e
MC
7762003-11-27 Michael Chastain <mec.gnu@mindspring.com>
777
778 Partial fix for PR testsuite/1456.
779 * gdb.base/volatile.exp: Replace references to gcc_compiled with
780 calls to test_compiler_info.
781
e8367dc7
MK
7822003-11-27 Mark Kettenis <kettenis@gnu.org>
783
784 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
785 pattern for the KFAILs.
786
526c61ee
AF
7872003-11-25 Adam Fedor <fedor@gnu.org>
788
789 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
790 * gdb.objc/objcdecode.m: New file.
791
28f2d600
AF
7922003-11-25 Adam Fedor <fedor@gnu.org>
793
794 * gdb.objc/nondebug.exp: Test for PR objc/1236.
795 * gdb.objc/nondebug.m: New file.
796
a3895cee
BE
7972003-11-26 Ben Elliston <bje@wasabisystems.com>
798
799 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
800 NetBSD as it does on FreeBSD. Modelled on a similar change by
801 Mark Kettenis on 2003-05-30.
802 (link-flags): Set to "--entry _start" regardless of target.
803 Special linker flags are to be appended to $link-flags.
804 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
805
c9f2c8a3
MC
8062003-11-25 Michael Chastain <mec.gnu@mindspring.com>
807
808 * gdb.cp/method.exp: Accept output of new demangler.
809
15a0587a 8102003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
811
812 * gdb/class2.exp: New file.
813 * gdb/class2.cc: New file.
814
3c00b570
MC
8152003-11-25 Michael Chastain <mec.gnu@mindspring.com>
816
817 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
818 of new demangler.
819
7027acc7
MK
8202003-11-23 Mark Kettenis <kettenis@gnu.org>
821
822 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
823 of gdb_test "run".
824
b0e1598a
MK
8252003-11-23 Mark Kettenis <kettenis@gnu.org>
826
827 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
828 "continue" into "run".
829
4d9eda44
MC
8302003-11-23 Michael Chastain <mec.gnu@mindspring.com>
831
832 Partial fix for PR testsuite/1456.
833 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
834 call to test_compiler_info.
835 * gdb.cp/ctti.exp: Likewise.
836 * gdb.cp/derivation.exp: Likewise.
837 * gdb.cp/member-ptr.exp: Likewise.
838 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
839 reference to gcc_compiled.
840
8412003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
842
843 Fix PR testsuite/1463.
844 * gdb.base/structs.exp (start_structs_test): Call
845 get_debug_format before using the debug format.
846
d422fe19
AC
8472003-11-22 Andrew Cagney <cagney@redhat.com>
848
849 * lib/gdb.exp (gdb_test_multiple): Add simple example.
850 * gdb.base/structs.exp: Use gdb_test_multiple.
851
039cf96d
AC
8522003-11-20 Andrew Cagney <cagney@redhat.com>
853
6882279b
AC
854 * gdb.base/structs.exp: Handle and recover from internal errors.
855 Replace "foo${n}" with "foo<n>" in test messages.
856
e53890ae
AC
857 * gdb.base/structs.exp: Update copyright. Rewrite.
858 * gdb.base/structs.c: Update copyright. Rewrite.
859
2b211c59
AC
860 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
861 resync count exceeded.
862
039cf96d
AC
863 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
864 from the internal error.
865 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
866 Original from Jim Blandy.
867 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 868
eac98b22
AC
8692003-11-19 Andrew Cagney <cagney@redhat.com>
870
871 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
872 KFAIL.
873
67455b2a
MK
8742003-11-17 Mark Kettenis <kettenis@gnu.org>
875
876 New testcase for PR backtrace/1435.
877 * gdb.arch/i386-unwind.exp: New file.
878 * gdb.arch/i386-unwind.c: New file.
879
853d6e5b
AC
8802003-11-17 Andrew Cagney <cagney@redhat.com>
881
882 * lib/gdb.exp (compiler_info): New global.
883 (test_compiler_info): New function.
884 (get_compiler_info): Set compiler_info.
885 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
886 "compiler_info" to gcc-<major>-<minor>.
887
38cf6e11
MC
8882003-11-15 Michael Chastain <mec.gnu@mindspring.com>
889
890 * gdb.trace/configure: Remove.
891
a50d3602
EZ
8922003-11-13 Elena Zannoni <ezannoni@redhat.com>
893
894 * gdb.base/break.c: Add comments to aid finding line numbers for
895 breakpoints.
896 * gdb.base/break.exp: Remove all references to explicit line
897 numbers.
898
d9407aaa
NC
8992003-11-11 Nick Clifton <nickc@redhat.com>
900
901 * gdb.base/shreloc.exp: Do not run for targets which do not
902 support shared objects.
903
db488fc1
CV
9042003-11-10 Corinna Vinschen <vinschen@redhat.com>
905
906 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
907 Don't run tests if nofileio flag is given.
908
6a90a18e
EZ
9092003-11-07 Elena Zannoni <ezannoni@redhat.com>
910
911 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
912 as well as 'Watchpoint'.
913
0b915e9c
EZ
9142003-11-06 Elena Zannoni <ezannoni@redhat.com>
915
916 Reported by Jim Ingham <jingham@apple.com>:
917 * gdb.base/annota1.exp: Match at least one occurrence of the
918 signal handler annotation.
919
d7e4b55f
EZ
9202003-11-06 Elena Zannoni <ezannoni@redhat.com>
921
922 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
923 as well as 'Watchpoint'.
924
2fe4e8d0
MC
9252003-11-05 Michael Chastain <mec@shout.net>
926
927 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
928
6ef88553
KW
9292003-11-03 Kris Warkentin <kewarken@qnx.com>
930
931 * gdb.arch/gdb1291.c: New test file.
932 * gdb.arch/gdb1291.exp: New test script.
933 * gdb.arch/gdb1431.c: New test file.
934 * gdb.arch/gdb1431.exp: New test script.
935
ae7dc4d8
MC
9362003-10-22 Michael Chastain <mec@shout.net>
937
938 * gdb.mi/pthreads.c: Add copyright notice.
939
c39d7427
MC
9402003-10-22 Michael Chastain <mec@shout.net>
941
942 * gdb.threads/pthreads.c: Add copyright notice.
943
8b7d96c1
MC
9442003-10-20 Michael Chastain <mec@shout.net>
945
946 * gdb.base/gdb1056.exp: New test script.
947
d1d69fdd
DJ
9482003-10-13 Daniel Jacobowitz <drow@mvista.com>
949
950 * gdb.threads/killed.exp: Use gdb_run_cmd.
951
7d605576
DJ
9522003-10-13 Daniel Jacobowitz <drow@mvista.com>
953
954 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
955 create a core file.
956 * gdb.threads/gcore-thread.exp: Likewise.
957
618ec112
CV
9582003-10-13 Corinna Vinschen <vinschen@redhat.com>
959
960 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
961 type, based on char type.
962 (struct bit_flags_short_t): New bitfield type, based on short type.
963 (init_bit_flags_char): New fuction.
964 (init_bit_flags_short): Ditto.
965 (print_bit_flags_char): Ditto.
966 (print_bit_flags_short): Ditto.
967 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
968
9367a73c
MC
9692003-10-11 Michael Chastain <mec@shout.net>
970
971 * gdb.base/call-rt-st.exp: Update copyright year.
972
1decf120
KI
9732003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
974
975 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
976 * gdb.disasm/sh3.s: Ditto.
977
5445b2ae
DJ
9782003-10-07 Daniel Jacobowitz <drow@mvista.com>
979
980 * gdb.threads/switch-threads.exp: New test.
981 * gdb.threads/switch-threads.c: New source file.
982
aec24853
CV
9832003-10-07 Corinna Vinschen <vinschen@redhat.com>
984
985 * gdb.base/ending-run.exp: Add sh specific case.
986
adc7428d
AC
9872003-10-06 Andrew Cagney <cagney@redhat.com>
988
989 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
990 * gdb.disasm/mn10200.exp: Delete obsolete file.
991
c9d37158
DJ
9922003-09-29 Daniel Jacobowitz <drow@mvista.com>
993
994 * ChangeLog: Correct an entry command.exp -> commands.exp.
995 * gdb.base/commands.exp (bp_deleted_in_command_test)
996 (temporary_breakpoint_commands): Check noargs.
997
79c2c32d
DC
9982003-09-25 David Carlton <carlton@kealia.com>
999
1000 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
1001 of some print tests, where appropriate. Add tests for C::D::cd,
1002 E::ce, F::cXfX, G::XgX.
1003 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
1004
594e6d67
RE
10052003-09-25 Richard Earnshaw <rearnsha@arm.com>
1006
1007 * lib/java.exp (java_init): Import target_alias before using it.
1008
10f0d451
DC
10092003-09-25 David Carlton <carlton@kealia.com>
1010
1011 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
1012
274bcba0
EZ
10132003-09-23 Elena Zannoni <ezannoni@redhat.com>
1014
1015 * gdb.base/selftest.exp: Accomodate more instruction reordering
1016 weirdness.
1017
cdbf20f7
MC
10182003-09-17 Michael Chastain <mec@shout.net>
1019
1020 * gdb.cp/gdb1355.exp: New file.
1021 * gdb.cp/gdb1355.c: New file.
1022
71e06f80
CV
10232003-09-15 Corinna Vinschen <vinschen@redhat.com>
1024
1025 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
1026 * gdb.asm/sh.inc: New file.
1027
5c4e30ca
DC
10282003-09-11 David Carlton <carlton@kealia.com>
1029
bd45b7af
DC
1030 * gdb.cp/namespace.exp: Add tests for namespace types.
1031 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
1032 (test_namespace): New.
1033
1c199746
EZ
10342003-09-11 Elena Zannoni <ezannoni@redhat.com>
1035
1036 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 1037 * gdb.stabs/weird.exp: Ditto.
1c199746 1038
04ed252f
MC
10392003-09-08 Michael Chastain <mec@shout.net>
1040
1041 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
1042
d8a2d9e7
MC
10432003-09-07 Michael Chastain <mec@shout.net>
1044
1045 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
1046 'parse error'.
1047
161afb24
MK
10482003-09-07 Mark Kettenis <m.kettenis@osp.nl>
1049
1050 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
1051
49f2741a
MC
10522003-08-30 Michael Chastain <mec@shout.net>
1053
1054 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
1055 * gdb.gdb/observer.exp: Ditto.
1056 * gdb.gdb/xfullpath.exp: Ditto.
1057
8afa723e
MK
10582003-08-29 Mark Kettenis <kettenis@gnu.org>
1059
1060 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
1061 *-*-*bsd*.
1062
f31dfe3b
JJ
10632003-08-28 Jeff Johnston <jjohnstn@redhat.com>
1064
1065 * gdb.base/dump.exp: Skip for ia64.
1066
4630e498
JJ
10672003-08-25 Jeff Johnston <jjohnstn@redhat.com>
1068
1069 * gdb.asm/asm-source.exp: Add ia64 support.
1070 * gdb.asm/ia64.inc: New file.
1071
1105b7ef
MC
10722003-08-22 Michael Chastain <mec@shout.net>
1073
1074 * gdb.cp: New directory.
1075 * gdb.cp/*: Copy from gdb.c++/*.
1076 * gdb.c++/*: Remove.
1077 * Makefile.in: Change gdb.c++ to gdb.cp.
1078 * configure.in: Ditto.
1079 * configure: Regnerate.
1080
c945b932
MK
10812003-08-18 Mark Kettenis <kettenis@gnu.org>
1082
1083 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
1084 * gdb.arch/i386-prologue.c (gdb1338): Add function.
1085
2b66634b
DJ
10862003-08-17 Daniel Jacobowitz <drow@mvista.com>
1087
1088 * mi-var-display.exp (-var-list-children weird): Accept function
1089 pointers with argument types.
1090 * mi1-var-display.exp (-var-list-children weird): Likewise.
1091 * mi2-var-display.exp (-var-list-children weird): Likewise.
1092
a356f73b
DJ
10932003-08-17 Daniel Jacobowitz <drow@mvista.com>
1094
1095 * gdb.base/annota3.exp: Add missing newline.
1096
483417b8
MC
10972003-08-06 Michael Chastain <mec@shout.net>
1098
1099 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
1100
c99c59c3
MS
11012003-08-12 Michael Snyder <msnyder@redhat.com>
1102
1103 * gdb.base/float.exp: Add test for SH.
1104
55ed7501
MK
11052003-08-10 Mark Kettenis <kettenis@gnu.org>
1106
1107 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
1108
1a371f2e
EZ
11092003-08-07 Elena Zannoni <ezannoni@redhat.com>
1110
1111 * gdb.base/completion.exp: Remove reduntant completion test
1112 on filename.
1113
e0f353ce
EZ
11142003-08-07 Elena Zannoni <ezannoni@redhat.com>
1115
1116 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
1117 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
1118 gdb.trace/save-trace.exp: Make sure that full pathnames are
1119 escaped correctly.
1120
5710a1af
EZ
11212003-08-07 Elena Zannoni <ezannoni@redhat.com>
1122
1123 * configure.in: Don't generate config.h from config.hin.
1124 * configure: Regenerate.
1125 * config.hin: Remove file.
1126 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
1127 * gdb.threads/pthreads.c: Ditto.
1128
dcd81ce9
DJ
11292003-08-07 Daniel Jacobowitz <drow@mvista.com>
1130
1131 From Kei Sakamoto <sakamoto.kei@renesas.com>:
1132 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
1133 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
1134 Replace ld24 with seth/add3.
1135
6009d884
AC
11362003-08-02 Andrew Cagney <cagney@redhat.com>
1137
1138 * gdb.base/annota3.exp: New file.
1139 * gdb.base/annota3.c: New file.
1140 * gdb.c++/annota3.exp: New file.
1141 * gdb.c++/annota3.cc: New file.
1142
51514e06
MC
11432003-07-29 Michael Chastain <mec@shout.net>
1144
1145 * gdb.threads/tls.c (spin): Check errno only if sem_wait
1146 actually failed.
1147 (do_pass): Likewise.
1148 * gdb.threads/tls.exp: Always initialize no_of_threads.
1149
4ee6625b
DJ
11502003-07-27 Daniel Jacobowitz <drow@mvista.com>
1151
1152 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
1153 pattern.
1154 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
1155 * gdb.threads/tls.exp: Recognize one case of the host library not
1156 supporting TLS.
1157
225f2bf6
AC
11582003-07-27 Andrew Cagney <cagney@redhat.com>
1159
1160 * gdb.base/fileio.exp: Use SH when running commands using
1161 remote_exec.
1162
bcb27c9f
DJ
11632003-07-24 Daniel Jacobowitz <drow@mvista.com>
1164
1165 From Kei Sakamoto <sakamoto.kei@renesas.com>:
1166 * gdb.base/relocate.c (dummy): New padding array.
1167
3d67be83
MS
11682003-07-22 Michael Snyder <msnyder@redhat.com>
1169
1170 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
1171
1172 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
1173 patterns to be more general, accepting old and new output.
1174 Some output chars (such as '+') also must be quoted.
1175 Some addresses are displayed numerically instead of
1176 symbolically.
1177
57ba3b85
MS
11782003-07-23 Michael Snyder <msnyder@redhat.com>
1179
686d097c
MS
1180 * gdb.base/return2.exp: Don't test long-long return.
1181
57ba3b85
MS
1182 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
1183 * gdb.disasm/t01_mov.exp: Ditto.
1184 * gdb.disasm/t02_mova.s: Ditto.
1185 * gdb.disasm/t02_mova.exp: Ditto.
1186 * gdb.disasm/t03_add.s: Ditto.
1187 * gdb.disasm/t03_add.exp: Ditto.
1188 * gdb.disasm/t04_sub.s: Ditto.
1189 * gdb.disasm/t04_sub.exp: Ditto.
1190 * gdb.disasm/t05_cmp.s: Ditto.
1191 * gdb.disasm/t05_cmp.exp: Ditto.
1192 * gdb.disasm/t06_ari2.s: Ditto.
1193 * gdb.disasm/t06_ari2.exp: Ditto.
1194 * gdb.disasm/t07_ari3.s: Ditto.
1195 * gdb.disasm/t07_ari3.exp: Ditto.
1196 * gdb.disasm/t08_or.s: Ditto.
1197 * gdb.disasm/t08_or.exp: Ditto.
1198 * gdb.disasm/t09_xor.s: Ditto.
1199 * gdb.disasm/t09_xor.exp: Ditto.
1200 * gdb.disasm/t10_and.s: Ditto.
1201 * gdb.disasm/t10_and.exp: Ditto.
1202 * gdb.disasm/t11_logs.s: Ditto.
1203 * gdb.disasm/t11_logs.exp: Ditto.
1204 * gdb.disasm/t12_bit.s: Ditto.
1205 * gdb.disasm/t12_bit.exp: Ditto.
1206 * gdb.disasm/t13_otr.s: Ditto.
1207 * gdb.disasm/t13_otr.exp: Ditto.
1208
e00759ef
EZ
12092003-07-22 Elena Zannoni <ezannoni@redhat.com>
1210
1211 * gdb.threads/tls.exp :Add kfail for 'info address' case.
1212
8bc2021f
EZ
12132003-07-22 Elena Zannoni <ezannoni@redhat.com>
1214
1215 * gdb.threads/tls.c : New file.
1216 * gdb.threads/tls.exp : New file.
1217 * gdb.threads/tls-main.c : New file.
1218 * gdb.threads/tls-shared.c : New file.
1219 * gdb.threads/tls-shared.exp : New file.
1220
89320c4c
AS
12212003-07-22 Andreas Schwab <schwab@suse.de>
1222
1223 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
1224
180dea7c
AS
12252003-07-20 Andreas Schwab <schwab@suse.de>
1226
1227 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
1228 due to insn reordering.
1229
0714963c
AC
12302003-07-15 Andrew Cagney <cagney@redhat.com>
1231
1232 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
1233
98a23b3f
MC
12342003-07-15 Michael Chastain <mec@shout.net>
1235
1236 * gdb.base/gdb1250.exp: New file.
1237 * gdb.base/gdb1250.c: New file.
1238
27e417a2
ML
12392003-07-09 Michal Ludvig <mludvig@suse.cz>
1240
1241 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
1242 expansion of size_t to 'unsigned long', not only to 'unsigned'.
1243
8bc2021f
EZ
12442003-07-09 Elena Zannoni <ezannoni@redhat.com>
1245
1246 * gdb.threads/tls.c: New file.
1247 * gdb.threads/tls.exp: New file.
1248 * gdb.threads/tls-main.c: New file.
1249 * gdb.threads/tls-shared.c: New file.
1250 * gdb.threads/tls-shared.exp: New file.
1251
d99968dc
EZ
12522003-07-09 Elena Zannoni <ezannoni@redhat.com>
1253
1254 * gdb.base/annota1.exp: Make sure that we properly escape the
1255 full path of the source file. Xfail more permissive patterns,
1256 due to a compiler debug info problem.
1257
83876b3b
AS
12582003-07-07 Andreas Schwab <schwab@suse.de>
1259
2705e972
AS
1260 * gdb.asm/m68k.inc: New file.
1261 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
1262
83876b3b
AS
1263 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
1264 arguments"): Also match negative number.
1265
1266 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
1267
3a871b37
DJ
12682003-07-03 Daniel Jacobowitz <drow@mvista.com>
1269
1270 * gdb.base/store.c (charest): New typedef.
1271 (add_char): Rename to add_charest, update.
1272 (wack_char): Rename to wack_charest, update types. Return l + r
1273 to keep r live across the call.
1274 (wack_short, wack_int, wack_long, wack_longest, wack_float)
1275 (wack_double, wack_doublest): Return l + r to keep r live across
1276 the call.
1277 * gdb.base/store.exp: Accomodate store.c changes.
1278
b2a7f303
DC
12792003-06-30 David Carlton <carlton@kealia.com>
1280
1281 * gdb.c++/maint.exp (test_invalid_name): New.
1282 (test_first_component): Add tests for invalid names.
1283
3c6cb4a1
MC
12842003-06-29 Michael Chastain <mec@shout.net>
1285
1286 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
1287 output of '<VTT for class>' for virtual base classes.
1288
f1c2644b
DJ
12892003-06-29 Daniel Jacobowitz <drow@mvista.com>
1290
1291 * gdb.base/completion.exp: Tab-complete "complet" instead of
1292 "compl".
1293 * gdb.base/complex.exp, gdb.base/complex.c: New files.
1294
18080350
DJ
12952003-06-29 Daniel Jacobowitz <drow@mvista.com>
1296
1297 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
1298 * gdb.base/volatile.exp: Likewise.
1299
f56973f8
DJ
13002003-06-29 Daniel Jacobowitz <drow@mvista.com>
1301
1302 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
1303 gdb/1265.
1304
13052003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
1306 Daniel Jacobowitz <drow@mvista.com>
1307
1308 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
1309 initial line count of 'captured_main' from 26 to 32.
1310 (test_with_self): Allow xmalloc call to be interleaved with the
1311 preceding two lines.
1312
e766d4d6
JB
13132003-06-24 Joel Brobecker <brobecker@gnat.com>
1314
1315 * gdb.base/bang.exp: New testcase.
1316
f125c9a4
JB
13172003-06-23 Joel Brobecker <brobecker@gnat.com>
1318
1319 * gdb.base/langs.exp: Add some tests for the "minimal" language
1320 support.
1321
6e25beaf
EZ
13222003-06-23 Elena Zannoni <ezannoni@redhat.com>
1323
1324 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
1325 the testcase.
1326
2f816dda
DJ
13272003-06-22 Daniel Jacobowitz <drow@mvista.com>
1328
1329 * gdb.base/relocate.exp: Test add-symbol-file with a variable
1330 offset.
1331
db5a5748
DJ
13322003-06-22 Daniel Jacobowitz <drow@mvista.com>
1333
1334 * gdb.c++/pr-1210.cc: New file.
1335 * gdb.c++/pr-1210.exp: New file.
1336
1df0c130
DJ
13372003-06-21 Daniel Jacobowitz <drow@mvista.com>
1338
1339 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
1340 000-exec-continue.
1341
a92feac0
MK
13422003-06-15 Mark Kettenis <kettenis@gnu.org>
1343
1344 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
1345 on *-*-*bsd* instead of *-*-freebsd*.
1346
81a58f5b
AC
13472003-06-14 Andrew Cagney <cagney@redhat.com>
1348
1349 * gdb.base/store.exp: Test longest and doublest. Test all
1350 parameters. Weaken return statement match.
1351 * gdb.base/store.c: Add longest and doublest - aka long long and
1352 long double functions. Put all parameters into local register
1353 variables. Use negative values.
1354
b257a0d3
AC
13552003-06-14 Andrew Cagney <cagney@redhat.com>
1356
1357 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
1358 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
1359 exit status.
1360 * gdb.base/fileio.exp: Disable target when nointerrupts and
1361 noinferiorio, instead of limiting it to remote. Use remote_exec
1362 instead of system.
1363
21c38304
JJ
13642003-06-12 Jeff Johnston <jjohnstn@redhat.com>
1365
1366 * gdb.base/float.exp: Add ia64 support.
1367
1bcdb424
CV
13682003-06-12 Corinna Vinschen <vinschen@redhat.com>
1369
1370 * gdb.base/fileio.exp: Run only on remote targets.
1371
6aeb981f
CV
13722003-06-10 Corinna Vinschen <vinschen@redhat.com>
1373
1374 * gdb.base/fileio.c: New file, testing File-I/O.
1375 * gdb.base/fileio.exp: Ditto.
1376
53df362e
RG
13772003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
1378
1379 * gdb.base/shreloc.exp: New file, check symbol values obtained from
1380 shared objects after relocation at load time (gdb PR/1132).
1381 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
1382 as above, part of the shared object relocation test.
1383
ffee1b46
MK
13842003-06-08 Mark Kettenis <kettenis@gnu.org>
1385
b5ca3722
MK
1386 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
1387 fully filled history list.
1388 * gdb.base/gdb_history: New file.
1389
03ed860d
MK
1390 * gdb.base/signals.exp: XFAIL "continue to func1" on
1391 i*86-*-freebsd*.
1392
ffee1b46
MK
1393 * gdb.base/attach.exp: When trying to attach to a nonexistent
1394 process, make it possible to specify the PID based on the target,
1395 and do so for *-*-freebsd*.
1396
d80dbb52
RH
13972003-06-02 Richard Henderson <rth@redhat.com>
1398
1399 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
1400
6dd77b81
RH
14012003-06-02 Richard Henderson <rth@redhat.com>
1402
1403 * gdb.base/selftest.exp: Next over lim_at_start initialization.
1404
f6347e16
RH
14052003-06-02 Richard Henderson <rth@redhat.com>
1406
1407 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
1408
2c161407
DJ
14092003-06-01 Daniel Jacobowitz <drow@mvista.com>
1410
1411 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
1412 of globalvar.
1413
572eb746
MK
14142003-06-01 Mark Kettenis <kettenis@gnu.org>
1415
1416 * gdb.asm/asm-source.exp: Check for memory read errors in
1417 disassembler test on *BSD too.
1418
9e9617a5
RH
14192003-06-01 Richard Henderson <rth@redhat.com>
1420
1421 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
1422 for .frame.
1423 (gdbasm_call): Lose ldgp.
1424 (gdbasm_startup): Add frame information.
1425 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
1426
7b34ad4e
MK
14272003-05-31 Mark Kettenis <kettenis@gnu.org>
1428
1429 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
1430 i?86-*-*.
1431
10059fdf
MK
14322003-05-30 Mark Kettenis <kettenis@gnu.org>
1433
1434 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
1435 FreeBSD.
1436
acf4b816
RH
14372003-05-29 Richard Henderson <rth@redhat.com>
1438
1439 * gdb.asm/alpha.inc: New file.
1440 * gdb.asm/asm-source.exp: Use it.
1441
e9ecd949
JB
14422003-05-29 Jim Blandy <jimb@redhat.com>
1443
1444 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
1445 'core.PID'.
1446
e3e5a4f3
JB
14472003-05-22 Jim Blandy <jimb@redhat.com>
1448
1449 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
1450 backtrace.
1451
72fe3d25
DC
14522003-05-20 David Carlton <carlton@math.stanford.edu>
1453
1454 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
1455 this time.
1456
58da2eb2
DC
14572003-05-19 David Carlton <carlton@bactrian.org>
1458
1459 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
1460 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
1461
1fcb5155
DC
14622003-05-19 David Carlton <carlton@bactrian.org>
1463
1464 * gdb.c++/namespace.exp: Add namespace scope and anonymous
1465 namespace tests.
1466 Bump copyright date.
1467 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
1468 (main): Call C::D::marker2.
1469 * gdb.c++/namespace1.cc: New file.
1470
85e85163
JJ
14712003-05-14 Jeff Johnston <jjohnstn@redhat.com>
1472
1473 Roland McGrath <roland@redhat.com>
1474 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
1475 there is no manager thread.
1476
a25fbfec
JJ
14772003-05-08 Jeff Johnston <jjohnstn@redhat.com>
1478
1479 * gdb.threads/schedlock.exp: Remove assumption that all threads
1480 will run in a particular small time slice. Also ensure we break
1481 in one of the child threads rather than the main thread.
1482
be375bae
JB
14832003-05-07 Jim Blandy <jimb@redhat.com>
1484
09bf6082
JB
1485 Add support for assembly source testing on the s390x.
1486 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
1487 architecture.
1488 * gdb.asm/s390x.inc: New file.
1489
be375bae
JB
1490 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
1491 succession of 'if' statements.
1492
00905d52
AC
14932003-05-05 Andrew Cagney <cagney@redhat.com>
1494
1495 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
1496
b1e29e33
AC
14972003-05-05 Andrew Cagney <cagney@redhat.com>
1498
1499 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
1500 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
1501
e33d66ec
EZ
15022003-05-02 Elena Zannoni <ezannoni@redhat.com>
1503
1504 * gdb.base/charset.exp: Update based on new behavior of set/show
1505 charset commands.
1506
2b6fd0d8
AC
15072003-05-01 Andrew Cagney <cagney@redhat.com>
1508
1509 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
1510 variable do not give memory errors.
1511
130cacce
AF
15122003-04-30 Adam Fedor <fedor@gnu.org>
1513
1514 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
1515 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
1516 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
1517 gdb.objc/basicclass.m: : New files
1518
1519 * lib/gdb.exp (gdb_compile_objc): New procedure.
1520
bea71854
DJ
15212003-04-27 Daniel Jacobowitz <drow@mvista.com>
1522
1523 * gdb.base/signals.exp: Make backtrace tests more specific.
1524
0f20eeea
DC
15252003-04-23 David Carlton <carlton@bactrian.org>
1526
1527 * gdb.c++/maint.exp (test_first_component): Add tests for
1528 'operator' in more locations.
1529
c8c4d8dc
KB
15302003-04-16 Kevin Buettner <kevinb@redhat.com>
1531
1532 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
1533
3fe60e3c
EZ
15342003-04-16 Elena Zannoni <ezannoni@redhat.com>
1535
1536 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
1537 func marke' instead. Update test name.
1538
9219021c
DC
15392003-04-15 David Carlton <carlton@math.stanford.edu>
1540
1541 * gdb.c++/maint.exp: New file.
1542
5dd55bdd
EZ
15432003-04-14 Elena Zannoni <ezannoni@redhat.com>
1544
1545 * gdb.threads/schedlock.c: Change type of thread function argument
1546 to long, to avoid warnings on 64-bit platforms.
1547
00890572
EZ
15482003-04-14 Elena Zannoni <ezannoni@redhat.com>
1549
1550 * gdb.base/attach.exp: Add new message from ptrace in case of
1551 attaching to nonexistent process.
1552
93201743
JB
15532003-04-11 Jim Blandy <jimb@redhat.com>
1554
1555 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1556 gdb.c++/userdef.cc: Place comments on the lines to which the
1557 marker function might return.
1558 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1559 gdb.c++/userdef.exp: Look for those comments to check that we've
1560 returned to the right place, instead of checking line numbers.
1561
2a11c64d
EZ
15622003-04-11 Elena Zannoni <ezannoni@redhat.com>
1563
1564 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
1565 match on sourcefile name, instead of directory name.
1566
68ab8fc5
EZ
15672003-04-10 Elena Zannoni <ezannoni@redhat.com>
1568
1569 * gdb.base/completion.exp: Use string_to_regexp to match the
1570 working directory name.
1571
5624293a
JB
15722003-04-09 Jim Blandy <jimb@redhat.com>
1573
1574 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1575 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
1576 after an inferior function call, report the failure, but allow the
1577 test to continue.
1578
f1f02ee4
SC
15792003-04-05 Stephane Carrez <stcarrez@nerim.fr>
1580
1581 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
1582 with -DPROTOTYPES.
1583
6eb79af0
SC
15842003-04-05 Stephane Carrez <stcarrez@nerim.fr>
1585
1586 * gdb.base/break.exp: Revert last patch.
1587
8dfb4cf0
SC
15882003-04-04 Stephane Carrez <stcarrez@nerim.fr>
1589
1590 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
1591 with -DPROTOTYPES.
1592
ed4c619a
AC
15932003-04-02 Andrew Cagney <cagney@redhat.com>
1594
1595 * gdb.base/callfuncs.exp: Make "print add" messages unique.
1596 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
1597 matching directories by the name breakpoint.
1598 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
1599 Make "continue to marker1" consistent.
1600 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
1601 message consistent.
1602 * lib/gdb.exp: Put "the program is no longer running", and "the
1603 program exited" in parenthesis.
1604 * lib/mi-support.exp: Ditto.
1605
4e35d5f0
BR
16062003-04-02 Bob Rossi <bob_rossi@cox.net>
1607
1608 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
1609
71900fe8
AC
16102003-03-29 Andrew Cagney <cagney@redhat.com>
1611
1612 * gdb.base/sizeof.c (main): Print the value of '\377'.
1613 * gdb.base/sizeof.exp: Check the sign of '\377'.
1614
c0655a16
MC
16152003-03-27 Michael Chastain <mec@shout.net>
1616
1617 * gdb.base/gdb1090.exp: New file.
1618 * gdb.base/gdb1090.cc: New file.
1619
5b2a3989
JB
16202003-03-27 J. Brobecker <brobecker@gnat.com>
1621
1622 * gdb.gdb/observer.exp: New regression test.
1623
79876890
MC
16242003-03-27 Michael Chastain <mec@shout.net>
1625
1626 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
1627 * gdb.base/ptype.exp: Likewise.
1628
6eac95e3
CV
16292003-03-27 Corinna Vinschen <vinschen@redhat.com>
1630
1631 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
1632
e8c71839
MC
16332003-03-26 Michael Chastain <mec@shout.net>
1634
1635 * gdb.base/ptype.exp: Actually use some typedef'd types.
1636
71b10041
SC
16372003-03-21 Stephane Carrez <stcarrez@nerim.fr>
1638
1639 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
1640 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
1641
2512cf80
CV
16422003-03-20 Corinna Vinschen <vinschen@redhat.com>
1643
1644 * gdb.base/default.exp: Fix regular expression.
1645
0d195a4f
CV
16462003-03-20 Corinna Vinschen <vinschen@redhat.com>
1647
1648 * gdb.base/args.exp: Fix regular expression.
1649
8a2dbca8
CV
16502003-03-20 Corinna Vinschen <vinschen@redhat.com>
1651
1652 * gdb.base/help.exp: Allow Win32 child process.
1653
bf028682
CV
16542003-03-20 Corinna Vinschen <vinschen@redhat.com>
1655
1656 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
1657 when stepping out of main().
1658
182dbe85
CV
16592003-03-20 Corinna Vinschen <vinschen@redhat.com>
1660
1661 * gdb.base/default.exp: Check for win32 specific message when calling
1662 "run" without executable.
1663
d67a6ba5
CV
16642003-03-20 Corinna Vinschen <vinschen@redhat.com>
1665
1666 * gdb.base/args.exp: Expect .exe in output.
1667
a955b5bb
CV
16682003-03-20 Corinna Vinschen <vinschen@redhat.com>
1669
1670 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
1671 Cygwin native.
1672
bf6bad4b
AC
16732003-03-17 Andrew Cagney <cagney@redhat.com>
1674
1675 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
1676 vector registes.
1677 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
1678 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
1679
293e9a31
DC
16802003-03-17 David Carlton <carlton@math.stanford.edu>
1681
1682 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
1683 test, for PR breakpoints/38.
1684 Call test_watchpoint_and_breakpoint.
1685 * gdb.base/watchpoint.c (func3): New function.
1686 (main): Call func3.
1687
5330f2db
DC
16882003-03-04 David Carlton <carlton@math.stanford.edu>
1689
1690 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
1691 Garply<Garply<char> >:: garply".
1692 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
1693 with respect to PR c++/1111; note also PR c++/1113.
1694 (test_template_breakpoints): KFAIL "constructor breakpoint" with
1695 respect to PR c++/1062.
1696 KFAIL "destructor breakpoint" with respect to PR c++/1112.
1697
6ece72da
DC
16982003-03-03 David Carlton <carlton@math.stanford.edu>
1699
1700 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
1701 with respect to PR c++/57.
1702 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
1703 c++/826.
1704 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
1705 respect to PR c++/57.
1706
85ca1584
DC
17072003-03-03 David Carlton <carlton@math.stanford.edu>
1708
1709 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
1710 respect to PR c++/33 into FAILs.
1711
98e9c5b8
MC
17122003-03-03 Michael Chastain <mec@shout.net>
1713
7bedbf27
MC
1714 * configure.in: Update copyright years.
1715
17162003-03-03 Michael Chastain <mec@shout.net>
1717
1718 * Makefile.in: Update copyright years.
98e9c5b8 1719
f683e100
DC
17202003-02-28 David Carlton <carlton@math.stanford.edu>
1721
1722 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
1723 print class instead of struct and/or superfluous protection
1724 specifiers, as long as the resulting output is equivalent to the
1725 source code.
1726 Delete FIXME from end of messages on tests that don't need
1727 fixing.
1728
a9e0cf2c
DC
17292003-02-28 David Carlton <carlton@math.stanford.edu>
1730
1731 * gdb.c++/templates.exp (do_tests): Allow const in the two
1732 Foo<volatile char *>::foo tests.
1733
e8d359df
MS
17342003-02-27 Michael Snyder <msnyder@redhat.com>
1735
1736 * gdb.base/restore.c (main): Return zero, so exit code
1737 will be consistant.
1738
0b71dc91
DC
17392003-02-26 David Carlton <carlton@math.stanford.edu>
1740
1741 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
1742 char *>::foo" test with respect to PR c++/33. Create a new test
1743 which is identical to that one except that it doesn't put the
1744 space between the "char" and the "*"; KFAIL it, too.
1745
dd14ab43
DC
17462003-02-26 David Carlton <carlton@math.stanford.edu>
1747
1748 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
1749 template types into either PASSes or KFAILs (corresponding to PR
1750 c++/57). Tweak indentation. Update copyright.
1751
1146c7f1
SC
17522003-02-23 Stephane Carrez <stcarrez@nerim.fr>
1753
1754 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
1755
74641dfb
MC
17562003-02-13 Michael Chastain <mec@shout.net>
1757
1758 * gdb.base/exprs.exp: Remove i960 remnants.
1759 * gdb.base/funcargs.exp: Likewise.
1760 * gdb.base/list.exp: Likewise.
1761 * gdb.base/ptype.exp: Likewise.
1762
559cd2d0
DC
17632003-02-14 David Carlton <carlton@math.stanford.edu>
1764
1765 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
1766 pEe->D::vg()" from XFAIL to KFAIL.
1767
c4f90d87
JM
17682003-02-13 Jason Molenda (jmolenda@apple.com)
1769
1770 * gdb.base/maint.exp: Update maint print statistics regexp to include
1771 new entries.
1772
cbc4d97c
MC
17732003-02-13 Michael Chastain <mec@shout.net>
1774
1775 * gdb.c++/inherit.exp: Remove call to get_debug_format.
1776
40f235b7
MC
17772003-02-12 Michael Chastain <mec@shout.net>
1778
1779 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
1780 * gdb.c++/inherit.exp: Likewise.
1781 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
1782 * gdb.c++/templates.exp: Likewise.
1783 * gdb.c++/virtfunc.exp: Likewise.
1784
c56716b0
JM
17852003-02-06 Jason Molenda (jason-cl@molenda.com)
1786
1787 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
1788 why the code is written that way.
1789
070afcf8
MC
17902003-02-05 Michael Chastain <mec@shout.net>
1791
1792 * gdb.base/dump.exp: Add missing copyright line.
1793
5d0331e5
JM
17942003-02-05 Jason Molenda (jason-cl@molenda.com)
1795
f7ae6d3e 1796 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
1797 at the beginning so the breakpoint doesn't get set on the loop.
1798
92851186
MC
17992003-02-05 Michael Chastain <mec@shout.net>
1800
1801 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
1802 output for configurations with gcc 2.95.3.
1803
cbf1e085
AC
18042003-02-05 Keith Seitz <keiths@redhat.com>
1805 Andrew Cagney <ac131313@redhat.com>
1806
1807 * gdb.mi/mi-cli.exp: New file.
1808
29518e1e
MC
18092003-02-04 Michael Chastain <mec@shout.net>
1810
1811 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
1812 Call perror and then continue.
1813
5af1d5f3
MC
18142003-02-03 Michael Chastain <mec@shout.net>
1815
1816 * gdb.c++/pr-1023.cc: New file.
1817 * gdb.c++/pr-1023.exp: New file.
1818
6b549786
JB
18192003-02-05 Jim Blandy <jimb@redhat.com>
1820
1821 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
1822 it's local to foobar. Check for it there, and check that it's not
1823 present in main.
1824 * gdb.c++/local.cc (marker2): New function.
1825 (foobar): Call marker1.
1826 (main): Call marker2 instead of marker1.
1827
67f16606
AC
18282003-02-04 Andrew Cagney <ac131313@redhat.com>
1829
1830 * gdb.disasm/mn10200.exp: Obsolete file.
1831 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
1832 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
1833 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
1834
1c5cb38e
DC
18352003-02-04 David Carlton <carlton@math.stanford.edu>
1836
1837 * gdb.c++/overload.exp: Test intToChar(1).
1838 * gdb.c++/overload.cc (intToChar): New.
1839 (main): Call intToChar.
1840
d1fe6965
DC
18412003-02-03 David Carlton <carlton@math.stanford.edu>
1842
1843 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
1844 'might_kfail' arg.
1845 KFAIL some of the continue_to_bp_overloaded calls, according to
1846 PR c++/1025.
1847
9ba61c5d
MC
18482003-02-01 Michael Chastain <mec@shout.net>
1849
1850 * gdb.base/advance.c (marker1): New marker function.
1851 * gdb.base/advance.exp: When the 'advance' command lands on the
1852 return breakpoint, it can legitimately stop on either the
1853 current line or the next line. Accommodate both outcomes.
1854 * gdb.base/until.exp: Likewise.
1855
e7494ffb
AC
18562003-02-02 Andrew Cagney <ac131313@redhat.com>
1857
1858 2002-11-10 Jason Molenda (jason-cl@molenda.com):
1859 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
1860 now a list, not a tuple.
1861 * gdb.mi/mi-var-display.exp: Ditto.
1862 * gdb.mi/gdb792.exp: Ditto.
1863
075559bc
AC
18642003-02-01 Andrew Cagney <ac131313@redhat.com>
1865
1866 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
1867 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
1868 stack backtraces.
1869 * gdb.mi/mi-syn-frame.c: Part of same.
1870
2bd4c7b1
MK
18712003-02-01 Mark Kettenis <kettenis@gnu.org>
1872
1873 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
1874 gdb.mi/mi1-pthreads.exp: Return instead of calling
1875 gdb_suppress_entire_file.
1876
eabd8992
MS
18772003-02-01 Mark Salter <msalter@redhat.com>
1878
1879 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
1880
71469e2f
MS
18812003-01-31 Mark Salter <msalter@redhat.com>
1882
1883 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
1884 Support empty arg.
1885
38a94d44
MC
18862003-01-30 Michael Chastain <mec@shout.net>
1887
1888 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
1889 This was a workaround for a UTF-8 bug in readline 4.3. The bug
1890 has been fixed in gdb/readline on 2003-01-09.
1891
19ea9e73
MS
18922003-01-29 Michael Snyder <msnyder@redhat.com>
1893
e8d359df
MS
1894 * gdb.base/maint.exp: Allow for leading underscore in symbol.
1895 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
1896 * gdb.base/args.exp: Skip if target does not support args passing.
1897
2307bd6a
DJ
18982003-01-22 Daniel Jacobowitz <drow@mvista.com>
1899
19ea9e73 1900 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
1901 gdb_test. Accept a list of expect arguments as the third
1902 parameter.
1903 (gdb_test): Use it.
1904
f2dd3617
EZ
19052003-01-20 Elena Zannoni <ezannoni@redhat.com>
1906
1907 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
1908 allow for different test tree configurations. Update some
1909 tescases accordingly.
1910 * gdb.arch/altivec-regs.exp: Ditto.
1911 * gdb.asm/asm-source.exp: Ditto.
1912 * gdb.base/advance.exp: Ditto.
1913 * gdb.base/display.exp: Ditto.
1914 * gdb.base/long_long.exp: Ditto.
1915 * gdb.base/mips_pro.exp: Ditto.
1916 * gdb.base/overlays.exp: Ditto.
1917 * gdb.base/relocate.exp: Ditto.
1918 * gdb.base/setshow.exp: Ditto.
1919 * gdb.base/step-line.exp: Ditto.
1920 * gdb.base/step-test.exp: Ditto.
1921 * gdb.base/until.exp: Ditto.
1922 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
1923
c71cdefd
DC
19242003-01-17 David Carlton <carlton@math.stanford.edu>
1925
1926 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
1927 corresponding to PR c++/945.
1928 Update copyright.
1929
fdba05d7
DC
19302003-01-17 David Carlton <carlton@math.stanford.edu>
1931
1932 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
1933 corresponding to PR c++/68.
1934
19352003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
1936
1937 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
1938 (test_paddr_hairy_functions): Call print_addr_2_kfail for
1939 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
1940
c362c33a
EZ
19412003-01-15 Elena Zannoni <ezannoni@redhat.com>
1942
0fbc361c
EZ
1943 * gdb.base/break.exp: Fix change of default location, because of
1944 removal of until tests.
1945 * gdb.base/help.exp: Update test for new 'until' help message.
1946 Add test for help on 'advance'.
c362c33a
EZ
1947 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
1948
dabf8a35
MK
19492003-01-15 Mark Kettenis <kettenis@gnu.org>
1950
1951 * gdb.base/default.exp: Adapt "info float" test for recent changes
1952 to that command. Add test for "info vector".
1953 * gdb.base/float.exp: New file. Add test for "info float" that
1954 resembles the old test in gdb.base/default.exp.
1955
a1769aca
DC
19562003-01-15 David Carlton <carlton@math.stanford.edu>
1957
1958 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
1959
82025e13
EZ
19602003-01-15 Elena Zannoni <ezannoni@redhat.com>
1961
1962 * gdb.base/break.exp: Move the tests of until command from here...
1963 * gdb.base/until.exp: ... to here. New file. Add other tests.
1964 * gdb.base/advance.c: New file.
1965 * gdb.base/advance.exp: New file.
1966
8f9ab801
EZ
19672003-01-14 Elena Zannoni <ezannoni@redhat.com>
1968
1969 * gdb.base/args.c: New file.
1970 * gdb.base/args.exp: New file.
1971
9ae66589
DJ
19722003-01-14 Daniel Jacobowitz <drow@mvista.com>
1973
1974 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
1975
8d77e5c3
DJ
19762003-01-14 Daniel Jacobowitz <drow@mvista.com>
1977
1978 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
1979
12d2f0a1
DJ
19802003-01-14 Daniel Jacobowitz <drow@mvista.com>
1981
1982 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
1983 dates.
1984
6ca37014
DJ
19852003-01-13 Daniel Jacobowitz <drow@mvista.com>
1986
1987 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
1988
b0023472
DJ
19892003-01-13 Daniel Jacobowitz <drow@mvista.com>
1990
1991 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
1992 (ptype &*"foo").
1993 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
1994
d6abaea5
DJ
19952002-01-13 Daniel Jacobowitz <drow@mvista.com>
1996
1997 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
1998 * gdb.mi/mi1-console.exp: Likewise.
1999
dfd536a7
DJ
20002002-01-13 Daniel Jacobowitz <drow@mvista.com>
2001
2002 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
2003 * gdb.mi/mi1-console.exp: Likewise.
2004
a1fb14a2
DJ
20052003-01-13 Daniel Jacobowitz <drow@mvista.com>
2006
2007 * gdb.c++/overload.exp: Remove some fixed XFAILs.
2008
c4cf40b7
DJ
20092003-01-09 Daniel Jacobowitz <drow@mvista.com>
2010
2011 * gdb.base/detach.exp: New test.
2012
696d5a5b
DJ
20132003-01-09 Daniel Jacobowitz <drow@mvista.com>
2014
2015 * Makefile.in (ALL_SUBDIRS): New variable.
2016 (subdirs, clean, distclean): Use it.
2017 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
2018 regenerating Makefile, since it is generated from the top level.
2019 * gdb.asm/Makefile.in: Likewise.
2020 * gdb.base/Makefile.in: Likewise.
2021 * gdb.c++/Makefile.in: Likewise.
2022 * gdb.disasm/Makefile.in: Likewise.
2023 * gdb.java/Makefile.in: Likewise.
2024 * gdb.mi/Makefile.in: Likewise.
2025 * gdb.threads/Makefile.in: Likewise.
2026 * gdb.trace/Makefile.in: Likewise.
2027
754533e4
DC
20282003-01-09 David Carlton <carlton@math.stanford.edu>
2029
2030 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
2031 Add copyright year 2003.
2032
d8b3e9ee
MC
20332003-01-06 Michael Chastain <mec@shout.net>
2034
2035 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
2036 When selecting a thread, 'line' and 'file' are optional.
2037 * gdb.mi/mi1-pthreads.exp: Likewise.
2038
8e9e0fe6
AS
20392003-01-06 Andreas Schwab <schwab@suse.de>
2040
2041 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
2042 failures.
2043
b5ab8ff3
DJ
20442003-01-04 Daniel Jacobowitz <drow@mvista.com>
2045
2046 Fix PR gdb/844
2047 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
2048 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
2049
2050 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
2051 instead of calling gdb_suppress_entire_file.
2052 * gdb.threads/print-threads.exp: Likewise.
2053 * gdb.threads/schedlock.exp: Likewise.
2054
2055 * gdb.threads/killed.exp: Return instead of calling
2056 gdb_suppress_entire_file.
2057 * gdb.threads/linux-dp.exp: Likewise.
2058 * gdb.threads/pthreads.exp: Likewise.
2059
1e698235
DJ
20602003-01-04 Daniel Jacobowitz <drow@mvista.com>
2061
2062 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
2063 stabs.
2064 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
2065 * gdb.base/whatis.exp: Always allow (void) after function names.
2066
147ff08c
DJ
20672003-01-04 Daniel Jacobowitz <drow@mvista.com>
2068
2069 * gdb.c++/casts.exp: Correct regexp.
2070
dc62bfc2
MK
20712003-01-04 Mark Kettenis <kettenis@gnu.org>
2072
2073 * configure.in: Call AC_CONFIG_HEADER. Don't call
2074 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
2075 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
2076 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
2077 aforementioned directories in the AC_OUPUT call.
2078 * config.hin: New file.
2079 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
2080 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
2081 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
2082 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
2083 pass -I$objdir instead of -I$objdir/$subdir in compilation.
2084 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
2085 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
2086 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
2087 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
2088 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
2089 gdb.threads/configure.in, gdb.threads/configure,
2090 gdb.threads/config.in, gdb.trace/configure.in,
2091 gdb.trace/configure: Removed.
2092
77afa639
MC
20932003-01-03 Michael Chastain <mec@shout.net>
2094
2095 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
2096 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
2097
7634bb6e
DJ
20982003-01-03 Daniel Jacobowitz <drow@mvista.com>
2099
2100 * gdb.base/store.exp: Fix regular expressions.
2101
b39c905e
MK
21022002-12-28 Mark Kettenis <kettenis@gnu.org>
2103
2104 * configure.in: Rewrite.
2105 * configure: Regenerated.
2106
0a8551dd
DC
21072003-01-03 David Carlton <carlton@math.stanford.edu>
2108
2109 * gdb.base/psymtab.exp: New file.
2110 * gdb.base/psymtab1.c: Ditto.
2111 * gdb.base/psymtab2.c: Ditto.
2112
c60b7188
AF
21132002-12-23 Adam Fedor <fedor@gnu.org>
2114
2115 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
2116
ee73db83
DC
21172002-12-23 David Carlton <carlton@math.stanford.edu>
2118
2119 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
2120 and current_directory initialization.
2121
d6c1774e
JB
21222002-12-22 Jim Blandy <jimb@redhat.com>
2123
f0a847b8
JB
2124 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
2125 rather than as part of the output file name.
2126
d6c1774e
JB
2127 * gdb.base/attach.exp: There's no need to copy the test program to
2128 /tmp; that was only ever necessary on HP/UX, and this test is
2129 entirely disabled there anyway.
2130
f0708dbb
JB
21312002-12-21 Jim Blandy <jimb@redhat.com>
2132
4c2acfea
JB
2133 * gdb.c++/psmang.exp: Doc fix.
2134
f0708dbb
JB
2135 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
2136 test.
2137
9579e000
DC
21382002-12-20 David Carlton <carlton@math.stanford.edu>
2139
2140 * gdb.c++/annota2.exp: KFAIL annotate-quit.
2141
d1810171
MC
21422002-12-18 Michael Chastain <mec@shout.net>
2143
2144 * gdb.c++/annota2.exp: Add copyright year 2002.
2145
76565097
DC
21462002-12-17 David Carlton <carlton@math.stanford.edu>
2147
2148 * gdb.c++/try_catch.cc: Add marker comments.
2149 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
2150 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
2151 * gdb.c++/m-static.cc: Ditto.
2152 * gdb.c++/m-static1.cc: Ditto.
2153 * gdb.c++/try_catch.cc: Ditto.
2154
da81390b
JJ
21552002-12-16 Jeff Johnston <jjohnstn@redhat.com>
2156
2157 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
2158 to see whether we are using the new -environment-directory
2159 command which resets via -r or the old version of the command
2160 which may prompt the user. Part of fix for gdb/741.
2161
b304d130
AC
21622002-12-13 Andrew Cagney <ac131313@redhat.com>
2163
2164 * gdb.fortran/types.exp: Update obsolete comment.
2165 * gdb.fortran/exprs.exp: Ditto.
2166 * lib/gdb.exp: Delete obsolete code.
2167 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
2168 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
2169 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
2170 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
2171 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
2172 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
2173 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
2174 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
2175 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
2176 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
2177 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
2178 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
2179 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
2180 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
2181 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
2182 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
2183 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
2184 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
2185 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
2186 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
2187 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
2188 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
2189 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
2190 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
2191 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
2192 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
2193 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
2194 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
2195 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
2196 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
2197 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
2198 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
2199 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
2200 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
2201 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
2202 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
2203 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
2204
a23b6e6a
DC
22052002-12-11 David Carlton <carlton@math.stanford.edu>
2206
2207 * gdb.c++/m-data.exp: Add test for members that shadow global
2208 variables: see PR gdb/804.
2209 * gdb.c++/m-data.cc: Ditto.
2210
6604731b
DJ
22112002-12-10 Daniel Jacobowitz <drow@mvista.com>
2212
2213 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
2214
de46ecd7
DC
22152002-12-06 David Carlton <carlton@math.stanford.edu>
2216
2217 * gdb.base/store.c: Don't declare functions static.
2218
27e829d0
AC
22192002-12-04 Andrew Cagney <ac131313@redhat.com>
2220
2221 * gdb.base/store.exp, gdb.base/store.c: New files.
2222
92806416
DJ
22232002-12-03 Daniel Jacobowitz <drow@mvista.com>
2224
2225 * gdb.base/selftest.exp: Update for current gdb.
2226
3bcbaac5
DJ
22272002-12-03 Daniel Jacobowitz <drow@mvista.com>
2228
2229 * gdb.base/maint.exp: Only dump symbols from one source file
2230 or objfile.
2231
f4f00b1f
DJ
22322002-12-03 Daniel Jacobowitz <drow@mvista.com>
2233
2234 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
2235 function call.
2236
f1c8a949
JB
22372002-11-25 Jim Blandy <jimb@redhat.com>
2238
2239 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
2240 function appearing in error message.
2241
9e297a97
DJ
22422002-11-21 Daniel Jacobowitz <drow@mvista.com>
2243
2244 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
2245
1f312e79
JJ
22462002-11-08 Jeff Johnston <jjohnstn@redhat.com>
2247
2248 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
2249 for mi1 and current mi is in correct format. New mi startup message
2250 should be in mi console format. This is part of fix for PR gdb/604.
2251
83c31e7d
FN
22522002-09-18 Fernando Nasser <fnasser@redhat.com>
2253
2254 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
2255 which explicitly prints the zero offset as "+0".
2256
322b3f65
DJ
22572002-10-22 Daniel Jacobowitz <drow@mvista.com>
2258
2259 * gdb.threads/schedlock.c (args): Make unsigned.
2260
22612002-10-21 Daniel Jacobowitz <drow@mvista.com>
2262
2263 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
2264 numbers. Allow "foo2|selected stack frame".
2265 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
2266 * gdb.asm/asmsrc2.s: Likewise.
2267 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
2268 comments.
2269 * gdb.asm/mips.inc: New file.
2270
5e2fe5b8
AF
22712002-10-18 Adam Fedor <fedor@gnu.org>
2272
2273 * gdb.base/default.exp: Update expected output to include 'ObjC'.
2274 * gdb.base/help.exp: Likewise.
2275
abe1a5d0
KB
22762002-10-17 Kevin Buettner <kevinb@redhat.com>
2277
2278 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
2279 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
2280
10abb1d4
JB
22812002-10-02 Jim Blandy <jimb@redhat.com>
2282
2283 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
2284
1f609b42
AC
22852002-10-01 Andrew Cagney <ac131313@redhat.com>
2286
2287 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
2288 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
2289 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
2290 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
2291 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
2292 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
2293 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
2294
0aee02e4
AC
22952002-09-29 Andrew Cagney <ac131313@redhat.com>
2296
2297 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
2298 * mi0-disassemble.exp, mi0-eval.exp: Delete.
2299 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
2300 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
2301 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
2302 * mi0-var-block.exp, mi0-var-child.exp: Delete.
2303 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
2304
6fde09ad
KB
23052002-09-27 Kevin Buettner <kevinb@redhat.com>
2306
2307 * gdb.base/annota1.exp (info break): Make directory components of
2308 path optional since not all compilers emit this debug information.
2309
2310 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
2311 step ends up stepping out of the function instead of stopping on
2312 the epilogue.
2313
9e8aab75
KS
23142002-09-26 Keith Seitz <keiths@redhat.com>
2315
2316 * lib/insight-support.exp (gdbtk_start): Figure out where
2317 the insight executable is based on where gdb is. Use this
2318 executable to start insight instead of gdb.
2319
e36180d7
AC
23202002-09-25 Andrew Cagney <cagney@redhat.com>
2321
2322 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
2323
9dd34b2b
AC
23242002-09-24 Andrew Cagney <ac131313@redhat.com>
2325
2326 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
2327 test_isolated_complaints.
2328 (test_empty_complaint): New function.
2329 (test_empty_complaints): New function. Check no output when no
2330 complaints.
2331
dea97812
KB
23322002-09-19 Jim Blandy <jimb@redhat.com>
2333
2334 * gdb.base/charset.exp, gdb.base/charset.c: New files.
2335
54951bd7
AC
23362002-09-19 Andrew Cagney <ac131313@redhat.com>
2337
2338 * gdb.gdb/complaints.exp: New file.
2339
dec43320
AC
23402002-09-18 Andrew Cagney <ac131313@redhat.com>
2341
2342 * gdb.base/maint.exp: Check `help maint internal-warning'.
2343
e70d6e3f
DC
23442002-09-18 David Carlton <carlton@math.stanford.edu>
2345
2346 * gdb.c++/m-static.exp: Remove breakpoints depending on line
2347 numbers, and replace them by a single breakpoint after the
2348 constructors are all finished.
2349 Add test 4.
2350 * gdb.c++/m-static.cc: Add test 4.
2351 * gdb.c++/m-static.h: New file.
2352 * gdb.c++/m-static1.cc: New file.
2353
2354 * gdb.c++/printmethod.exp: New file.
2355 * gdb.c++/printmethod.cc: New file.
2356
2357 * gdb.c++/pr-574.exp: New file.
2358 * gdb.c++/pr-574.cc: New file.
2359
afb5c968
CV
23602002-09-18 Corinna Vinschen <vinschen@redhat.com>
2361
2362 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
2363 embedded targets which never actually exit.
2364
31e45dee
FN
23652002-09-18 Fernando Nasser <fnasser@redhat.com>
2366
2367 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
2368 "don't step after run" as unresolved or unsupported, instead of xfail.
2369
a283c5a1
CV
23702002-09-18 Corinna Vinschen <vinschen@redhat.com>
2371
2372 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
2373 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
2374 Add newline to expected string in "step out of main (status wrapper)"
2375 case.
2376
11350d2a
CV
23772002-09-18 Corinna Vinschen <vinschen@redhat.com>
2378
2379 * lib/gdb.exp (rerun_to_main): Allow restarting application.
2380 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
2381
0deec7d6
TT
23822002-09-17 Tom Tromey <tromey@redhat.com>
2383
2384 * gdb.base/printcmds.exp (test_print_string_constants): Expect
2385 \000, not \0, in double-quoted string.
2386
b2b4a1b5
CV
23872002-09-14 Corinna Vinschen <vinschen@redhat.com>
2388
c9d37158 2389 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
2390 string after running the commands execution on breakpoint tests.
2391
1c56143a
CV
23922002-09-13 Corinna Vinschen <vinschen@redhat.com>
2393
2394 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
2395
37f8da45
JB
23962002-09-12 Joel Brobecker <brobecker@gnat.com>
2397
2398 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
2399
08b468e0
KS
24002002-09-10 Keith Seitz <keiths@redhat.com>
2401
2402 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
2403 runto proc.
2404 (mi_run_to_main): Use mi_runto.
2405 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
2406
dc360f58
KS
24072002-09-10 Keith Seitz <keiths@redhat.com>
2408
2409 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
2410 regexp for stopping at main. Could have multiple event notifications.
2411 Don't assume that main was declared with no parameters.
2412 (mi_next): Use mi_step_to.
2413 (mi_step): Use mi_next_to.
2414
ce3abcfb
CV
24152002-09-09 Corinna Vinschen <vinschen@redhat.com>
2416
2417 * gdb.base/default.exp: Fix expected string in `info float' test.
2418
d1f5b980
BE
24192002-09-09 Ben Elliston <bje@redhat.com>
2420
2421 * config/mips.exp: Update comments.
2422 * config/mips-idt.exp: Likewise.
2423 * config/nind.exp: Likewise.
2424 * config/slite.exp: Likewise.
2425 * config/sparclet.exp: Likewise.
2426 * config/udi.exp: Likewise.
2427 * config/vx.exp: Likewise.
2428 * config/vxworks29k.exp: Likewise.
2429
2f71430b
JB
24302002-09-05 Jim Blandy <jimb@redhat.com>
2431
2432 * gdb.threads/killed.exp: Fix test failure message.
2433
7ddebc7e
KS
24342002-09-04 Keith Seitz <keiths@redhat.com>
2435
2436 * lib/mi-support.exp: Update copyright.
2437 (mi_gdb_test): Increase the priority of the expected pattern
2438 so that it matches gdb_test.
2439
0ae67eb3
KS
24402002-09-03 Keith Seitz <keiths@redhat.com>
2441
2442 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
2443 Use integer comparison instead of string comparison for testing
2444 whether binary was built.
2445
38fc42c8
JB
24462002-09-03 Jim Blandy <jimb@redhat.com>
2447
2448 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
2449
b6ff0e81
JB
24502002-08-29 Jim Blandy <jimb@redhat.com>
2451
2452 * gdb.threads/pthreads.exp: Move the portable thread compilation
2453 code into a function in lib/gdb.exp, and call that from here.
2454 * lib/gdb.exp (gdb_compile_pthreads): New function.
2455
07c98896
KS
24562002-08-29 Keith Seitz <keiths@redhat.com>
2457
2458 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
2459 expect_out so that callers can get at it.
2460
0312286c
DJ
24612002-08-23 Daniel Jacobowitz <drow@mvista.com>
2462
2463 * gdb.threads/print-threads.c: New file.
2464 * gdb.threads/print-threads.exp: New file.
2465 * gdb.threads/schedlock.c: New file.
2466 * gdb.threads/schedlock.exp: New file.
2467
dd039bc4
EZ
24682002-08-22 Elena Zannoni <ezannoni@redhat.com>
2469
2470 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
2471 not altivec.c.
2472
1f36144c
MK
24732002-08-17 Mark Kettenis <kettenis@gnu.org>
2474
2475 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
2476 targets. The problem should be fixed now.
2477
16057ec7 24782002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
2479
2480 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
2481 2002-07-24 change that removes final dots from error messages.
2482
3c1499ad
TT
24832002-08-13 Tom Tromey <tromey@redhat.com>
2484
2485 * gdb.base/readline.exp: New file.
2486
a20ce2c3
AC
24872002-08-01 Andrew Cagney <ac131313@redhat.com>
2488
2489 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
2490 supress message.
2491
db034ac5
AC
24922002-08-01 Andrew Cagney <cagney@redhat.com>
2493
2494 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
2495 CHILL_FOR_TARGET and CHILL_LIB.
2496 * configure.in (configdirs): Remove gdb.chill.
2497 * configure: Regenerate.
2498 * lib/gdb.exp: Obsolete references to chill.
2499 * gdb.fortran/types.exp: Ditto.
2500 * gdb.fortran/exprs.exp: Ditto.
2501
3e000b18
KB
25022002-07-30 Kevin Buettner <kevinb@redhat.com>
2503
2504 * gdb.base/shlib-call.exp (additional_flags): Conditionally
2505 set Irix-specific compile and link flags.
2506
28f4966b
KB
25072002-07-29 Kevin Buettner <kevinb@redhat.com>
2508
2509 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
2510 source files. The ``-o'' option doesn't work with the ``-E'' option
2511 when using the Irix compiler.
2512
46c0d5a6
DJ
25132002-07-19 Daniel Jacobowitz <drow@mvista.com>
2514
2515 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
2516 Improve support for reusing an exec file. Copy exec file
2517 to target, and run gdbserver on the target instead of on the host.
2518
eecf4bed
JB
25192002-07-18 Jim Blandy <jimb@redhat.com>
2520
0f815cdf
JB
2521 * gdb.base/ending-run.exp: Don't expect to see the program end in
2522 some orderly fashion when we're running on a real stand-alone
2523 board.
2524
eecf4bed
JB
2525 * gdb.base/interrupt.exp: Correct logic for skipping tests on
2526 targets that don't support interrupts.
2527
52d309e4
JB
25282002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2529
2530 * gdb.base/attach.exp: Add patterns to match output from /proc-based
2531 systems.
2532 Move comments in expect statements to inside the actions, so that they
2533 don't get matched against.
2534
ff683d9e
MK
25352002-07-10 Mark Kettenis <kettenis@gnu.org>
2536
2537 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
2538 function when asleep" test.
2539
b5356753
AC
25402002-07-10 Andrew Cagney <ac131313@redhat.com>
2541
2542 * gdb.base/page.exp: Rewrite to handle problems with very long
2543 `info set' output. Update copyright.
2544
6aa4d13a
AC
25452002-06-26 Andrew Cagney <ac131313@redhat.com>
2546
2547 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
2548 gdb.threads-hp.
2549 * gdb.hp/configure: Regenerate.
2550 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
2551 * gdb.hp/gdb.threads-hp/configure: Delete file.
2552 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
2553
8cf8c2b8
AC
25542002-06-22 Andrew Cagney <ac131313@redhat.com>
2555
2556 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
2557 setlocale, bindtextdomain and textdomain.
2558
6827a8f8
JB
25592002-06-11 Jim Blandy <jimb@redhat.com>
2560
919d772c
JB
2561 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
2562 preprocessor macro information is present.
2563
6827a8f8
JB
2564 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
2565 tests.
2566
c15b0d21
MS
25672002-06-06 Michael Snyder <msnyder@redhat.com>
2568
c5984d70
MS
2569 * gdb.base/overlays.exp: Record addresses of overlay
2570 functions in TCL variables rather than in GDB variables,
2571 to avoid having GDB convert them to pointers (with loss
2572 of information).
2573
99a8512b
MS
2574 * gdb.base/d10v.ld: Merge in several years worth of
2575 default linker script changes.
c15b0d21
MS
2576 * gdb.base/long_long.exp: Add check for sizeof (long double).
2577
be26fe0d
ML
25782002-06-06 Michal Ludvig <mludvig@suse.cz>
2579
2580 * gdb.asm/asm-source.exp: Add x86-64 target.
2581 * gdb.asm/x86_64.inc: New.
2582
258093ca 25832002-05-30 Michael Chastain <mec@shout.net>
258093ca 2584
4b3153f1 2585 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
2586 * gdb.c++/m-static.cc: New file.
2587 * gdb.c++/m-static.exp: New file.
2588
241264c6
MS
25892002-05-28 Michael Snyder <msnyder@redhat.com>
2590
2591 * gdb.base/call-ar-st.exp: Allow for reduced floating point
2592 precision.
2593
9bba8c8f 25942002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 2595
4b3153f1 2596 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
2597 * gdb.c++/m-data.cc: New file.
2598 * gdb.c++/m-data.exp: New file.
2599
26002002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 2601
4b3153f1 2602 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f
MC
2603 * gdb.c++/try_catch.cc: New file.
2604 * gdb.c++/try_catch.exp: New file.
2605
def1b996
MC
26062002-05-27 Michael Chastain <mec@shout.net>
2607
2608 * gdb.c++/local.exp: Accept more nested types in output.
2609
522ba268
MC
26102002-05-26 Michael Chastain <mec@shout.net>
2611
2612 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
2613
277254ba
MS
26142002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
2615
2616 * lib/gdb.exp (gdb_wrapper_init): Just because
2617 gdb_wrapper_file exists, this does not mean that the file
2618 should not be rebuilt. That is what gdb_wrapper_initialized
2619 is for.
2620 (default_gdb_init): Reset gdb_wrapper_initialized.
2621
b61a8733
MS
26222002-05-23 Michael Snyder <msnyder@redhat.com>
2623
5bdb6d01
MS
2624 * gdb.base/all-bin.exp: Revise previous patch by just reducing
2625 the precision of the floating point test results.
2626 * gdb.base/call-rt-st.exp: Ditto.
2627
b61a8733
MS
2628 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
2629 * gdb.base/call-rt-st.exp: Ditto.
2630
56f6e910
MC
26312002-05-19 Michael Chastain <mec@shout.net>
2632
2633 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
2634
ad0b0016
EZ
26352002-05-19 Elena Zannoni <ezannoni@redhat.com>
2636
2637 * configure.in (configdirs): Add gdb.arch.
2638 * configure: Regenerate.
2639
f617d2b6
JB
26402002-05-17 Jim Blandy <jimb@redhat.com>
2641
2642 * gdb.base/completion.exp: Recognize the more detailed error
2643 messages produced by the macro expander's lexical analyzer.
2644
eac2a696
EZ
26452002-05-14 Elena Zannoni <ezannoni@redhat.com>
2646
2647 * gdb.arch/altivec-abi.c: New file.
2648 * gdb.arch/altivec-abi.exp: New file.
2649 * gdb.arch/altivec-regs.c: New file.
2650 * gdb.arch/altivec-regs.exp: New file.
2651
2fdde8f8
DJ
26522002-05-14 Daniel Jacobowitz <drow@mvista.com>
2653
2654 * gdb.base/maint.exp (maint print type): Update for new type
2655 structure.
eac2a696 2656
e31f1a7c
EZ
26572002-05-14 Elena Zannoni <ezannoni@redhat.com>
2658
2659 * gdb.arch: New directory.
2660 * gdb.arch/configure.in: New file.
2661 * gdb.arch/configure: New file.
2662 * gdb.arch/Makefile.in: New file.
2663
db589741
CV
26642002-05-13 Corinna Vinschen <vinschen@redhat.com>
2665
2666 * gdb.asm/asm-source.exp: Add v850 as supported target.
2667 * gdb.asm/v850.inc: New file.
2668
8ce2a7dc
DJ
26692002-05-13 Daniel Jacobowitz <drow@mvista.com>
2670
2671 * gdb.c++/annota2.exp (annotate-quit): Add comment.
2672
df763c7f
DJ
26732002-05-12 Daniel Jacobowitz <drow@mvista.com>
2674
2675 * gdb.base/break.exp: Check 'break "marker2"'.
2676
377daeed
MS
26772002-05-10 Michael Snyder <msnyder@redhat.com>
2678
2679 * gdb.base/long_long.exp: Fix typo.
2680
c4b7bc2b
JB
26812002-05-10 Jim Blandy <jimb@redhat.com>
2682
ecac9a4e
JB
2683 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
2684 a bug.
2685
c4b7bc2b
JB
2686 * gdb.base/printcmds.exp (test_integer_literals_rejected):
2687 Recognize more detailed error message produced by the macro
2688 expander's lexical analyzer.
2689 * lib/gdb.exp (test_print_reject): Same.
2690
e71019a1
MK
26912002-05-09 Mark Kettenis <kettenis@gnu.org>
2692
2693 * gdb.c++/method.exp: Fix typo.
2694
fedfc8e6
MS
26952002-05-08 Michael Snyder <msnyder@redhat.com>
2696
166a1957
MS
2697 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
2698 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 2699 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
2700 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
2701 Add iftarget clause for strongarm.
2702
f1c47eb2
MS
27032002-05-06 Michael Snyder <msnyder@redhat.com>
2704
cb9a9d3e
MS
2705 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
2706 (gdb_continue_to_end): Accept output from status wrapper.
2707 * gdb.base/ending-run.exp: Add case for output from status wrapper.
2708 Clean up fail messages to match pass messages.
2709
f1c47eb2
MS
2710 Enable the "needs_status_wrapper" testsuite feature.
2711 * lib/gdb.exp (gdb_wrapper_init): New procedure.
2712 (gdb_compile): Conditionally call gdb_wrapper_init.
2713 * gdb.base/a2-run.exp: Recognize output from status wrapper.
2714 * gdb.c++/method.exp: Recognize output from status wrapper.
2715
6079c749
BE
27162002-05-06 Ben Elliston <bje@redhat.com>
2717From Graydon Hoare <graydon@redhat.com>
2718
2719 * config/sid.exp: Include support for "rawsid" protocol.
2720
188baff3
JB
27212002-05-03 Jim Blandy <jimb@redhat.com>
2722
2723 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
2724 * gdb.c++/hang3.C: New file.
2725
b9c07f0f
AC
27262002-05-04 Andrew Cagney <ac131313@redhat.com>
2727
2728 * gdb.base/default.exp: Remove obsolete code.
2729 * gdb.c++/misc.exp: Ditto. Update copyright.
2730 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
2731 * gdb.base/whatis.exp: Ditto. Update copyright.
2732 * gdb.base/scope.exp: Ditto. Update copyright.
2733 * gdb.base/ptype.exp: Ditto. Update copyright.
2734 * gdb.base/printcmds.exp: Ditto. Update copyright.
2735 * gdb.base/opaque.exp: Ditto. Update copyright.
2736 * gdb.base/list.exp: Ditto.
2737 * gdb.base/funcargs.exp: Ditto. Update copyright.
2738 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
2739 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
2740 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
2741 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
2742 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
2743 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
2744
5c7a0397
MS
27452002-05-02 Michael Snyder <msnyder@redhat.com>
2746
d6dcc264 2747 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
2748 * gdb.base/long_long.exp: Add xscale target.
2749 * gdb.base/default.exp: Add xscale target.
2750
eb7f1c48
JB
27512002-05-01 Jim Blandy <jimb@redhat.com>
2752
2753 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
2754 gdb.c++/hang.exp: New test.
2755
a6befae8
FF
27562002-05-01 Fred Fish <fnf@redhat.com>
2757
2758 * gdb.base/completion.exp: Handle completions of "./Make" for
2759 more than one completion possibility, as is the case when we
2760 build and test in the source tree.
2761
0a310277
AG
27622002-04-29 Anthony Green <green@redhat.com>
2763
2764 * gdb.java/jmisc1.exp: New file.
2765 * gdb.java/jmisc2.exp: New file.
2766
6ff9af88
DJ
27672002-04-24 Daniel Jacobowitz <drow@mvista.com>
2768
2769 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
2770
96b3d632
EZ
27712002-04-23 Elena Zannoni <ezannoni@redhat.com>
2772
2773 * gdb.base/help.exp: Change 'help status' to allow for target
2774 dependent output differences.
2775
5019bb54
MC
27762002-04-22 Michael Chastain <mec@shout.net>
2777
2778 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
2779
a805a116
MC
27802002-04-22 Michael Chastain <mec@shout.net>
2781
2782 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
2783
a1706bfd
DM
27842002-04-17 David S. Miller <davem@redhat.com>
2785
2786 * gdb.asm/sparc64.inc: New file.
2787 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
2788
a73a20a2
EZ
27892002-04-19 Elena Zannoni <ezannoni@redhat.com>
2790
2791 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
2792 instruction file directly into the build tree. Clean up at end of
2793 test.
2794
ba678339
DM
27952002-04-18 David S. Miller <davem@redhat.com>
2796
2797 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
2798 handle 64-bit platforms correctly.
2799 * gdb.base/maint.exp: Likewise.
2800
b03399da
KB
28012002-04-18 Kevin Buettner <kevinb@redhat.com>
2802
2803 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
2804 ``-fpic'' when compiling files comprising a shared library, but
2805 it does need additional linker flags in order to find shared
2806 libraries at run time.
2807
e2004992
KB
28082002-04-18 Kevin Buettner <kevinb@redhat.com>
2809
2810 * gdb.base/cvexpr.c (use): New function.
2811 (main): Invoke use() on all global variables to prevent
2812 some linkers from deleting these otherwise unused symbols.
2813
d8937120
MC
28142002-04-17 Michael Chastain <mec@shout.net>
2815From David S. Miller <davem@redhat.com>
2816
2817 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
2818 handle 64-bit platforms correctly.
2819
ffd61a58
MS
28202002-04-12 Michael Snyder <msnyder@redhat.com>
2821From Jim Blandy <jimb@redhat.com>
2822 * gdb.base/foo.c (foox): Remove section attribute; the linker
2823 script can handle this instead.
2824 * gdb.base/bar.c (barx): Same.
2825 * gdb.base/baz.c (bazx): Same.
2826 * gdb.base/grbx.c (grbxx): Same.
2827
2828 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
2829 manager doesn't automatically unmap overlays unnecessarily.
2830
6b8426a6
MH
28312002-04-10 Martin M. Hunt <hunt@redhat.com>
2832
2833 * gdb.base/ending-run.exp: Fix pattern for Mips targets
2834 stepping out of main.
2835
34af4875
MC
28362002-04-09 Michael Chastain <mec@shout.net>
2837
2838 * gdb.c++/local.cc (main): Move call to marker1() inside nested
2839 scope so that the nested scope tests will make sense.
2840 * gdb.c++/local.exp: Write patterns that actually work with gcc
2841 (the HP patterns "were never known to work with gcc").
2842 Keep the old aCC patterns too.
2843
2d1676a0
DJ
28442002-04-09 Daniel Jacobowitz <drow@mvista.com>
2845
2846 * gdb.base/attach.exp: Correct target board test.
2847
3a63e3f9
MC
28482002-04-08 Michael Chastain <mec@shout.net>
2849
2850 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
2851 in a const method. Add some xfail and fail cases for configurations
2852 that do not emit the "const ...".
2853
f18dabd2
MC
28542002-04-07 Michael Chastain <mec@shout.net>
2855
2856 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
2857 Accept "A * const" and "const A * const" as type of "this".
2858 Fix spelling of getFunky throughout. Make messages uniform.
2859
0fcddd82
EZ
28602002-04-07 Elena Zannoni <ezannoni@redhat.com>
2861
2862 Work around for PR gdb/285:
2863 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
2864
16a8534a
EZ
28652002-04-07 Elena Zannoni <ezannoni@redhat.com>
2866
2867 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
2868 instructions file at run time instead of configure time.
2869 Sometimes we run the test in a directory that is not the one we
2870 configured in.
2871 * gdb.asm/configure.in: Delete creation of symlink.
2872 * gdb.asm/configure: Regenerate.
2873
24181d81
JB
28742002-04-05 J. Brobecker <brobecker@gnat.com>
2875
2876 * gdb.gdb/xfullpath.exp: New test, to exercise the new
2877 xfullpath () function.
2878
7cdb7107
DJ
28792002-04-04 Daniel Jacobowitz <drow@mvista.com>
2880
2881 * gdb.asm/Makefile.in: Correct dependencies.
2882
2883 * gdb.asm/powerpc.inc: New file.
2884 * gdb.asm/asm-source.exp: Add PowerPC.
2885 * gdb.asm/configure.in: Likewise.
2886 * gdb.asm/configure: Regenerated.
2887
a7d17088
DJ
28882002-04-04 Daniel Jacobowitz <drow@mvista.com>
2889
2890 * gdb.base/relocate.exp: New file.
2891 * gdb.base/relocate.c: New file.
2892
cd721503
FF
28932002-04-04 Fred Fish <fnf@redhat.com>
2894
2895 * gdb.base/step-test.exp: Update comment regarding stopping in
2896 memcpy/bcopy calls inserted as part of the compiler runtime.
2897
b22ad7a7
MS
28982002-04-04 Michael Snyder <msnyder@redhat.com>
2899
2900 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
2901
5f279fa6
DJ
29022002-04-03 Daniel Jacobowitz <drow@mvista.com>
2903
2904 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
2905 (gdb_expect): Remove $notransfer hack.
2906
dd0fd3ce
DJ
29072002-04-02 Daniel Jacobowitz <drow@mvista.com>
2908
2909 * gdb.c++/classes.exp ("calling method for small class"): Match
2910 updated register output.
2911
1e50cda1
DJ
29122002-03-30 Daniel Jacobowitz <drow@mvista.com>
2913
2914 Fix PR gdb/452
2915 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
2916 when finished. Make gdb_file_cmd send "exec-file" when
2917 appropriate.
2918
24015922
DJ
29192002-03-30 Daniel Jacobowitz <drow@mvista.com>
2920
2921 * gdb.base/attach.exp: Remove extra setup_xfail.
2922
dd7dfd64
MS
29232002-03-26 Michael Snyder <msnyder@redhat.com>
2924
2925 * gdb.base/default.exp: Add tests for dump, append, and restore.
2926 * gdb.base/help.exp: Add tests for dump, append, and restore.
2927 * gdb.base/dump.exp: New file, test dump, append and restore.
2928 * gdb.base/dump.c: New file.
2929
48b2f8d7
MS
29302002-03-27 Michael Snyder <msnyder@redhat.com>
2931
2932 * gdb.base/help.exp: Modify expect strings to reflect
2933 clean-ups in help messages.
2934
05b4d525
FF
29352002-03-26 Fred Fish <fnf@redhat.com>
2936
2937 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
2938 have debugging info for those functions and the compiler uses them
2939 internally to copy structs around.
2940
d7679631
FF
29412002-03-26 Fred Fish <fnf@redhat.com>
2942
2943 * gdb.base/list.exp: Revert the change made yesterday and add note
2944 about why we don't list the default lines for remote targets.
2945
523ac3f9
MS
29462002-03-25 Michael Snyder <msnyder@redhat.com>
2947
2948 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
2949
754b2b8d
FF
29502002-03-25 Fred Fish <fnf@redhat.com>
2951
2952 * gdb.base/list.exp: This test works on remote targets so remove
2953 the short circuit for remote targets. Update copyright.
2954
33c3e192
FF
29552002-03-25 Fred Fish <fnf@redhat.com>
2956
2957 * gdb.base/attach.exp: Fix logic error that was suppressing this
2958 test for all non hppa*-*-hpux* targets, instead of the hp target.
2959 Move comments closer to the suppression point. Also now need to
2960 check that we are running natively.
2961
d43e73ee
MS
29622002-03-22 Michael Snyder <msnyder@redhat.com>
2963
882c8f02
MS
2964 * gdb.base/default.exp: Add test for gcore. Update copyright.
2965 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 2966
04c12f60
FF
29672002-03-06 Fred Fish <fnf@redhat.com>
2968
2969 * gdb.base/funcargs.c: Remove extraneous ';' character.
2970 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
2971
b43df995
MC
29722002-03-04 Michael Chastain <mec@shout.net>
2973
2974 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
2975 accommodate gcc v3 function signature.
2976 * gdb.mi/mi0-var-cmd-exp: Ditto.
2977
92362027
AC
29782002-02-24 Andrew Cagney <ac131313@redhat.com>
2979
2980 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
2981 ``GNU/Linux'' or ``Linux kernel''
2982 * testsuite/gdb.threads/pthreads.c: Ditto.
2983
258ad32d
MC
29842002-02-24 Michael Chastain <mec@shout.net>
2985
2986 * gdb.threads/pthreads.c (thread1): Add a return statement.
2987 (thread2): Likewise.
2988 (foo): Likewise.
2989
04c3b3d4
MC
29902002-02-23 Michael Chastain <mec@shout.net>
2991
2992 * gdb.threads/linux-dp.c (philosopher): Add a return statement
2993 to placate gcc.
2994
5a2a0a20
MC
29952002-02-23 Michael Chastain <mec@shout.net>
2996
2997 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
2998 test "ptype bint". The test passes on all my stabs configurations.
2999
a640f7fc
JB
30002002-02-21 Jim Blandy <jimb@redhat.com>
3001
27924826
JB
3002 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
3003 filename at a time, and watch for the ones we want to see.
3004
a640f7fc
JB
3005 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
3006 types of pointers to prototyped functions.
3007
edcc8c75
AC
30082002-02-20 Andrew Cagney <ac131313@redhat.com>
3009
3010 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
3011 signed, unsigned and straight char.
3012 (padding_char, padding_short, padding_int, padding_long,
3013 padding_long_long, padding_float, padding_double,
3014 padding_long_double): New global variables.
3015 (fill, fill_structs): New functions.
3016
3017 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
3018 for correctly sized writes. Update copyright.
3019 (get_valueof): New procedure.
3020 (get_sizeof): Call get_valueof.
3021 (check_valueof): New procedure.
3022 (check_padding): New procedure.
3023
ac57ea44
MC
30242002-02-20 Michael Chastain <mec@shout.net>
3025
3026 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
3027 to setup_xfail. Document some of the remaining calls.
3028
7a10c941
MC
30292002-02-18 Michael Chastain <mec@shout.net>
3030
3031 * gdb.c++/userdef.exp: Update copyright year.
3032
fb8acdcc
DJ
30332002-02-18 Daniel Jacobowitz <drow@mvista.com>
3034
3035 * gdb.c++/userdef.exp: Test overloaded operators properly.
3036 Remove xfails.
3037
fda6ae12
MS
30382002-02-14 Michael Snyder <msnyder@redhat.com>
3039
3040 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
3041
676a0442
DJ
30422002-02-14 Daniel Jacobowitz <drow@mvista.com>
3043
3044 * gdb.base/a2-run.exp: Check for a remote target properly.
3045 * gdb.base/annota1.exp: Likewise.
3046 * gdb.base/list.exp: Likewise.
3047 * gdb.base/reread.exp: Likewise.
3048 * gdb.base/scope.exp: Likewise.
3049 * gdb.base/shlib-call.exp: Likewise.
3050 * gdb.base/term.exp: Likewise.
3051 * gdb.c++/annota2.exp: Likewise.
3052
78b4f468
RE
30532002-02-13 Richard Earnshaw <rearnsha@arm.com>
3054
3055 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
3056
9a81ba51
MC
30572002-02-10 Michael Chastain <mec@shout.net>
3058
3059 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
3060 (call_after_alloca): Ditto.
3061
004af6c7
DJ
30622002-02-10 Daniel Jacobowitz <drow@mvista.com>
3063
3064 * gdb.base/ending-run.exp: Guard "cont" test with
3065 gdb_skip_stdio_test.
3066
37225f62
JB
30672002-02-06 Jim Blandy <jimb@redhat.com>
3068
3069 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
3070 from here...
3071 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
3072 To here. Disable this test on non-HP platforms. Add big comment.
3073
fe6fdd96
MS
30742002-02-04 Michael Snyder <msnyder@redhat.com>
3075
3076 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
3077 other than d10v and m32r.
3078
036fad3f
RE
30792002-02-02 Richard Earnshaw <rearnsha@arm.com>
3080
3081 * gdb.base/default.exp: Rewrite test patterns to reduce time
3082 taken to match them.
3083
7148ab62
DJ
30842002-01-30 Daniel Jacobowitz <drow@mvista.com>
3085
3086 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
3087 Allow a start function above main.
3088 * gdb.threads/linux-dp.exp: Fix copyright date.
3089
396cc255
DJ
30902002-01-30 Daniel Jacobowitz <drow@mvista.com>
3091
3092 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
3093 (check_philosopher_stack): Check for manager thread before checking
3094 for a just-starting thread.
3095
f038d31b
DJ
30962002-01-30 Daniel Jacobowitz <drow@mvista.com>
3097
3098 From Neil Booth <neil@daikokuya.demon.co.uk>:
3099 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
3100 warnings.
3101
b3ff9d9a
FF
31022002-01-21 Fred Fish <fnf@redhat.com>
3103
3104 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
3105 not caller.
3106
39ad761d
JB
31072002-01-21 Jim Blandy <jimb@redhat.com>
3108
3109 * gdb.base/reread.exp: Check that GDB properly re-reads the
3110 executable file when it changes while no inferior is running.
3111
aaf320fa
FF
31122002-01-21 Fred Fish <fnf@redhat.com>
3113
3114 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
3115 optionally accept the "shlib events" variation.
3116
808a31f5
JB
31172002-01-21 Jim Blandy <jimb@redhat.com>
3118
3119 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
3120 call `fflush' after every `printf', so that the output is produced
3121 at predictable points, regardless of whatever buffering does (or
3122 doesn't) take place.
3123 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
3124 at different points.
3125
4420d5e2
DJ
31262002-01-20 Daniel Jacobowitz <drow@mvista.com>
3127
3128 * gdb.c++/inherit.exp: Update copyright years.
3129 * gdb.c++/method.exp: Likewise.
3130
3e36a0f4
DJ
31312002-01-20 Daniel Jacobowitz <drow@mvista.com>
3132
3133 * gdb.c++/classes.exp: Update for improved v3 support and skipping
3134 artificial methods/arguments.
3135 * gdb.c++/derivation.exp: Likewise.
3136 * gdb.c++/inherit.exp: Likewise.
3137 * gdb.c++/method.exp: Likewise.
3138 * gdb.c++/virtfunc.exp: Likewise.
3139
b4ceaee6
AC
31402002-01-18 Andrew Cagney <ac131313@redhat.com>
3141
3142 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
3143 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
3144 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
3145 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
3146 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
3147 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
3148
ecace851
JB
31492002-01-17 Jim Blandy <jimb@redhat.com>
3150
3151 * gdb.asm/asm-source.exp (info symbol): Take another shot at
3152 anchoring the pattern matching the entry point symbol's name.
3153
375fc983
AC
31542002-01-17 Andrew Cagney <ac131313@redhat.com>
3155
3156 * gdb.base/maint.exp: Update ``maint internal-error'' to match
3157 continue/quit query. Update copyright.
3158
fe6fdd96
MS
31592002-01-14 Michael Snyder <msnyder@redhat.com>
3160
3161 * gdb.base/gcore.exp: Remove extra debugging output.
3162
e017c81f
DJ
31632002-01-13 Daniel Jacobowitz <drow@mvista.com>
3164
3165 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
3166 for slightly dubious v2 mangled string.
3167
37ab3bf8
DJ
31682002-01-13 Daniel Jacobowitz <drow@mvista.com>
3169
3170 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
3171
1bc05c3a 31722002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 3173
1bc05c3a 3174 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 3175
1bc05c3a
JM
3176 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
3177 constructors.
3178 * gdb.c++/derivation.exp: Likewise.
3179 * gdb.c++/templates.exp: Likewise.
3180 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 3181
1bc05c3a
JM
31822002-01-10 Michael Snyder <msnyder@redhat.com>
3183
3184 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 3185
a911c360
MS
31862002-01-08 Michael Snyder <msnyder@redhat.com>
3187
3188 * gdb.base/gcore.exp: New test for generate-core-file command.
3189 * gdb.base/gcore.c: Testcase for above.
3190 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
3191
ea2119ec
JM
31922002-01-08 Jason Merrill <jason@redhat.com>
3193
3194 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
3195
68203136
FF
31962002-01-07 Fred Fish <fnf@redhat.com>
3197
3198 * gdb.c++/overload.exp: Remove unconditional xfails for:
3199 print foo_instance1.overloadargs(1)
3200 print foo_instance1.overloadargs(1, 2)
3201 print foo_instance1.overloadargs(1, 2, 3)
3202 print foo_instance1.overloadargs(1, 2, 3, 4)
3203 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
3204 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
3205 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
3206 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
3207 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
3208 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
3209 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
3210 print foo_instance1.overload1arg()
3211 print foo_instance1.overload1arg((char)arg2)
3212 print foo_instance1.overload1arg((signed char)arg3)
3213 print foo_instance1.overload1arg((unsigned char)arg4)
3214 print foo_instance1.overload1arg((int)arg7)
3215 print foo_instance1.overload1arg((unsigned int)arg8)
3216 print foo_instance1.overload1arg((float)arg11)
3217 print foo_instance1.overload1arg((double)arg12)
3218
21b9b5b1
MS
32192002-01-07 Michael Snyder <msnyder@redhat.com>
3220
3221 * gdb.base/huge.exp: New test. Print a very large target data object.
3222 (skip_huge_test): New test variable. Define if you want to skip this
3223 test. The test reads an 8 megabyte data object from the target, so it
3224 might be very time consuming on remote targets with a slow connection.
3225 * gdb.base/huge.c: New file. Test case for above.
3226
725f922e
FF
32272002-01-07 Fred Fish <fnf@redhat.com>
3228
3229 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
3230 g_instance.bfoo, and g_instance.cfoo.
3231
634d57ec
JL
3232Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
3233
f286b2c3
JL
3234 * gdb.base/break.c (multi_line_if_conditional): New function.
3235 (multi_ilne_while_conditional): Likewise.
3236 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
3237 IF or WHILE condition puts the breakpoint at the start of
3238 the condition.
3239
634d57ec
JL
3240 * gdb.base/selftest.exp (backtrace through signal handler): Remove
3241 hppa*-*-hpux* expected failure.
3242 * gdb.base/structs.exp (do_function_calls): Similarly.
3243
3244 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
3245 watchpoints.
3246
9fbfe2dc
AC
32472002-01-06 Andrew Cagney <ac131313@redhat.com>
3248
3249 Fix PR gdb/66.
3250 * gdb.base/structs.exp: Replace skip for a29k with skip for
3251 gdb,cannot_call_functions.
3252 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
3253 * gdb.base/callfuncs.exp: Ditto.
3254 * gdb.base/call-rt-st.exp: Ditto.
3255 * gdb.base/call-strs.exp: Ditto.
3256 * gdb.base/callfwmall.exp: Ditto.
3257 * gdb.base/scope.exp: Obsolete xfail a29k.
3258 * gdb.c++/misc.exp: Ditto.
3259 * gdb.c++/cplusfuncs.exp: Ditto.
3260 * gdb.base/ptype.exp: Ditto.
3261 * gdb.base/printcmds.exp: Ditto.
3262 * gdb.base/opaque.exp: Ditto.
3263 * gdb.base/list.exp: Ditto.
3264 * gdb.base/funcargs.exp: Ditto.
3265 * gdb.base/default.exp: Ditto.
3266
8ddad156
MS
32672002-01-04 Michael Snyder <msnyder@redhat.com>
3268
ca4976a6 3269 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
3270 * gdb.base/maint.exp: Add tests for maint info sections options.
3271
1b074332
JL
3272Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
3273
3274 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
3275
7d159115
CV
32762001-12-20 Corinna Vinschen <vinschen@redhat.com>
3277
3278 * gdb.asm/arm.inc: New file.
3279 * gdb.asm/asm-source.exp: Add arm targets.
3280 * gdb.asm/configure.in: Ditto.
3281 * gdb.asm/configure: Recreated from configure.in.
3282
8fb87725
JL
3283Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
3284
afabe08c
JL
3285 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
3286 with HP's compiler.
3287 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
3288 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
3289 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
3290 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
3291
3292 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
3293 either HP's compilers or GCC.
3294
db521deb
JL
3295 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
3296 a SIGBUS or SIGSEGV.
3297
3298 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
3299
3300 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
3301 can be compiled with either HP's compiler or GCC.
3302
cfa88ab7
JL
3303 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
3304 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
3305 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
3306
ca344dff
JL
3307 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
3308 to match current gdb output. Update due to using auto-solib-limit
3309 for limiting instead of overloading auto-solib-add.
3310 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
3311 test program.
3312
3f3c6e55 3313 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
3314 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
3315 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
3316 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
3317 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
3318 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
3319 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
3320 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
3321 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
3322 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
3323 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
3324 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
3325 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 3326
8fb87725
JL
3327 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
3328 a SIGTRAP to the inferior.
3329
cf599fa7
CV
33302001-12-19 Corinna Vinschen <vinschen@redhat.com>
3331
3332 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
3333 Substitute call to target_link by call to gdb_compile.
3334
2cd045cd
JL
3335Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
3336
3337 * gdb.base/break.exp: Fix HP specific search string when testing
3338 backtracing in a called function.
3339
3340 * gdb.base/constvars.exp: Only set lang to C++ if we're
3341 compiling the test with HP's compilers.
3342 * gdb.base/volatile.exp: Similarly.
3343
99ebe9ac
JB
33442001-12-19 Jim Blandy <jimb@redhat.com>
3345
3346 * gdb.base/printcmds.exp: Expect the null character to be printed
3347 as '\0', and the '\013' to be printed as '\v'.
3348 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
3349 * gdb.base/setvar.exp: Same.
3350
b9891b29
JB
33512001-12-17 Jim Blandy <jimb@redhat.com>
3352
0eba65ab
JB
3353 * gdb.base/completion.exp: Rather than completing very long
3354 filenames, which can make the readline library produce output we
3355 don't recognize, cd to the directory first, and then complete
3356 using nice, short relative paths.
3357
6970b5b1
JB
3358 * gdb.base/completion.exp: On some systems, there is, in fact, a
3359 variable named `b' in scope, since GDB treats all static
3360 variables as being in scope. So use `no_var_named_this'
3361 instead of `b'.
3362
b9891b29
JB
3363 * gdb.base/corefile.exp: Recognize the message saying that GDB
3364 can't find the core file's registers as a failure.
3365
e6ccd35f
JSC
33662001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
3367
3368 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
3369 test expect string more specific.
3370
105ba819
CV
33712001-12-13 Corinna Vinschen <vinschen@redhat.com>
3372
3373 * gdb.asm/asm-source.exp: Add support for xstormy16.
3374 * gdb.asm/configure.in: Ditto.
3375 * gdb.asm/configure: Rebuild.
3376 * gdb.asm/xstormy16.inc: New file.
3377
e9e79dd9
FF
33782001-12-10 Fred Fish <fnf@redhat.com>
3379
3380 * gdb.base/maint.exp: Update to match changes in type dumping code.
3381
347dc97d
JB
33822001-12-10 Jim Blandy <jimb@redhat.com>
3383
3384 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
3385 matching the entry point symbol's name at the beginning of the
3386 line.
3387
5178b9d6
DJ
33882001-12-07 Daniel Jacobowitz <drow@mvista.com>
3389
3390 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
3391 gdb.c++/inherit.exp, gdb.c++/method.exp,
3392 gdb.c++/namespace.exp, gdb.c++/templates.exp,
3393 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
3394 and class layout support.
3395
af890c52
DJ
33962001-12-07 Daniel Jacobowitz <drow@mvista.com>
3397
3398 * gdb.c++/classes.exp: Add test for static member function.
3399 * gdb.c++/misc.cc: Add class with static member function.
3400
7a345fb3
JB
34012001-12-07 Jim Blandy <jimb@redhat.com>
3402
f2e54a80 3403 If GDB says it can't find the struct the function returned, report
8032bf31
JB
3404 those tests as `unsupported'.
3405 * gdb.base/call-rt-st.exp (print_struct_call): New function.
3406 Rewrite subsequent tests to use it.
3407
3408 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
3409 those tests as `unsupported'.
3410 * gdb.base/structs.exp (call_struct_func): New function.
3411 (do_function_calls): Use call_struct_func to call the functions
3412 returning structs.
3413
0bc69509
JB
3414 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
3415 whether functions are prototyped or not, so we can't possibly pass
3416 arguments to t_float_values2 properly.
3417
7a345fb3
JB
3418 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
3419 value of `timeout' for targets other than the mips*tx39-*.
3420
edb6ede1
MS
34212001-12-06 Michael Snyder <msnyder@redhat.com>
3422
3423 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
3424 and detect whether the start symbol has a leading underscore.
3425
2d842f13
JB
34262001-12-04 Jim Blandy <jimb@redhat.com>
3427
3428 * gdb.base/completion.exp: Clarify indentation.
3429
68550daf
JB
34302001-12-03 Jim Blandy <jimb@redhat.com>
3431
3432 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
3433 variables on the S/390, not `.word'.
3434
cd5195a8
JB
34352001-11-30 Jim Blandy <jimb@redhat.com>
3436
3437 Add assembly-source tests for s390-ibm-linux.
3438 * gdb.asm/s390.inc: New file.
3439 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
3440 the S/390 architecture.
3441 * gdb.asm/configure: Regenerated.
3442
ca9efc90
MS
34432001-11-30 Michael Snyder <msnyder@redhat.com>
3444
3445 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
3446 next, info source, info sources, info line, global and static
3447 variables, and static functions.
3448 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
3449 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
3450 * gdb.asm/asmsrc1.s: Add a static function and some variables.
3451 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
3452 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
3453 (gdbasm_leave): Restore frame pointer.
3454 (gdbasm_startup): Copy stack set-up from crt0.S.
3455
d0e66976
FN
34562001-11-26 Fernando Nasser <fnasser@redhat.com>
3457
3458 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
3459 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
3460 to a local (non-static) variable. Copy tstruct.a to a static buffer
3461 and return a pointer to that buffer.
3462 * gdb.base/callfwmall.c (t_structs_a): Ditto.
3463
e2334072
MK
34642001-11-24 Mark Kettenis <kettenis@gnu.org>
3465
3466 * gdb.asm/configure.in: Fix recognition of ix86 target.
3467 * gdb.asm/configure: Regenerate.
3468
756caa3d
MS
34692001-11-21 Michael Snyder <msnyder@redhat.com>
3470
3471 * gdb.asm/sparc.inc: New file.
3472 * gdb.asm/asm-source.exp: Recognize sparc target.
3473 * gdb.asm/configure.in: Recognize sparc target.
3474 * gdb.asm/configure: Regenerate.
3475
9a4d72d5
MS
34762001-11-21 Michael Snyder <msnyder@redhat.com>
3477
3478 * gdb.asm/m32r.inc: New file.
3479 * gdb.asm/asm-source.exp: Recognize m32r target.
3480 * gdb.asm/configure.in: Recognize m32r target.
3481 * gdb.asm/configure: Regenerate.
3482
a773d1cd
MS
34832001-11-20 Michael Snyder <msnyder@redhat.com>
3484
017ac23d
MS
3485 * gdb.asm/i386.inc: New file.
3486 * gdb.asm/asm-source.exp: Recognize ix86 target.
3487 * gdb.asm/configure.in: Recognize ix86 target.
3488 * gdb.asm/configure: Regenerate.
3489
a773d1cd
MS
3490 * gdb.c++/namespace.exp: Fix quotes in output messages.
3491
bb632afb
MS
34922001-11-14 Michael Snyder <msnyder@redhat.com>
3493
25d559ca 3494 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
3495 qualifier in a type cast expression, to designate an address
3496 in the instruction space (Harvard architecture).
3497
4749e309
MS
34982001-11-13 Michael Snyder <msnyder@redhat.com>
3499
3500 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
3501 Tests for expressions using 'const' and 'volatile'.
3502
25050984
CV
35032001-11-13 Corinna Vinschen <vinschen@redhat.com>
3504
3505 * gdb.asm/asm-sources.exp: Allow defining linker flags.
3506
1902c51f
DJ
35072001-11-12 Daniel Jacobowitz <drow@mvista.com>
3508
3509 * lib/mi-support.exp (mi_run_to_helper): Move comments
3510 outside of gdb_expect.
3511
dcf95b47
DJ
35122001-11-11 Daniel Jacobowitz <drow@mvista.com>
3513
3514 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
3515 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
3516 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
3517 mi0_run_to): New functions.
3518 * gdb.mi/mi-simplerun.exp: Use them.
3519 * gdb.mi/mi0-simplerun.exp: Likewise.
3520 * gdb.mi/mi-var-cmd.exp: Likewise.
3521 * gdb.mi/mi0-var-cmd.exp: Likewise.
3522
45b074e1
AC
35232001-11-10 Andrew Cagney <ac131313@redhat.com>
3524
3525 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
3526 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
3527
bf50d346
AC
35282001-11-09 Andrew Cagney <ac131313@redhat.com>
3529
3530 * gdb.base/restore.exp: Include $expected value in restored test
3531 message.
3532
9383332c
AC
35332001-11-09 Andrew Cagney <ac131313@redhat.com>
3534
3535 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
3536 implemented.
3537
db62520a
MS
35382001-11-08 Michael Snyder <msnyder@redhat.com>
3539
3540 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
3541 Add pass/fail message for stop at breakpoint in call dummy function.
3542
b5703437
MS
35432001-11-07 Michael Snyder <msnyder@redhat.com>
3544
760f6330
MS
3545 * gdb.c++/templates.exp (test_template_breakpoints):
3546 If we get an overload menu, but it does not match what
3547 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
3548 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
3549 making the whitespace optional. Argument for "new" may be
3550 "unsigned" as well as "unsigned int/long".
eef747c0
MS
3551 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
3552 making the whitespace optional. Also replace "(void) with
3553 "((void|)), making the keyword "void" optional.
63f50499
MS
3554 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
3555 making the whitespace optional. Also replace "(void) with
3556 "((void|)), making the keyword "void" optional.
3bf40917
MS
3557 * gdb.base/callfuncs.c (t_float_values): This function must
3558 _not_ be prototyped, and the following function (t_float_values2)
3559 must be prototyped (if the compiler supports it), so that GDB
3560 can be tested against both cases. Usually one case involves
3561 promotion of float to double, while the other does not.
3562 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
3563 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
3564 includes a stack frame for "start".
3565
c8ab4e6d
JB
35662001-11-05 Jim Blandy <jimb@redhat.com>
3567
3568 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
3569 pointers are 32 bits long, and that offsets of relocs are always
3570 stored in the data (REL-style), and not in the reloc entry itself
3571 (RELA-style).
3572 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
3573 stabs.
3574
3f08ced9
MS
35752001-11-01 Michael Snyder <msnyder@redhat.com>
3576
3577 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
3578 and regular expression operators by using quoting.
3579
cbfa24cd
MS
35802001-10-31 Michael Snyder <msnyder@redhat.com>
3581
3582 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
3583 depending on what the symbol table contains.
3584 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
3585 the output of the ptype command. Similarly, accept both "const &"
3586 and "const&".
3587
aaa68313
CV
35882001-10-31 Corinna Vinschen <vinschen@redhat.com>
3589
3590 * gdb.base/miscexprs.c (main): Add usage of preprocessor
3591 symbol `STORAGE' to allow to choose the storage class of
3592 the local datastructures.
3593 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
3594 compiler directive.
3595
91740388
MS
35962001-10-30 Michael Snyder <msnyder@redhat.com>
3597
3598 * gdb.base/jump.exp: Allow it to run for all targets.
3599
1b7c05e7
CV
36002001-10-29 Corinna Vinschen <vinschen@redhat.com>
3601
3602 * gdb.base/call-ar-st.c (print_double_array): Match for loop
3603 with new double_array size.
3604 (main): Change storage class of all local variables to static.
3605 Reduce size of double_array to 9.
3606 * gdb.base/call-ar-st.exp: Increase timeout value.
3607 Change expected output for double array to match new size in
3608 call-ar-st.c.
3609
36a22261
CV
36102001-10-29 Corinna Vinschen <vinschen@redhat.com>
3611
3612 * gdb.base/ending-run.exp: Create identical output when passing
3613 `step to end of run' case. Add regular expression branch satisfying
3614 Stormy16 target.
3615
92b8ae91
MK
36162001-10-28 Mark Kettenis <kettenis@gnu.org>
3617
3618 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
3619 that we catch the expected failure under Linux/x86.
3620
cb135b83
OF
36212001-10-29 Orjan Friberg <orjanf@axis.com>
3622
3623 * gdb.base/setvar.exp: Escape curly braces.
3624 * gdb.stabs/weird.exp: Ditto.
3625
6884aa54
DJ
36262001-10-27 Daniel Jacobowitz <drow@mvista.com>
3627
3628 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
3629 * gdm.mi/mi0-hack-cli.exp: Likewise.
3630
0398c9aa
AC
36312001-10-25 Andrew Cagney <ac131313@redhat.com>
3632
3633 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
3634 messages.
3635
d20bf2e8
AC
36362001-10-21 Andrew Cagney <ac131313@redhat.com>
3637
3638 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
3639 checking MI enabled.
3640
03dd63aa
CV
36412001-10-09 Corinna Vinschen <vinschen@redhat.com>
3642
3643 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
3644
1d9d99f3
FCE
36452001-10-04 Frank Ch. Eigler <fche@redhat.com>
3646
3647 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
3648 if gdb child process crashes, just signal an error.
3649
838ae6c4
JB
36502001-10-02 Jim Blandy <jimb@redhat.com>
3651
3652 * lib/gdb.exp (test_xfail_format): Simplify.
3653
3654 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
3655 front of the variable name `format'. Simplify `if'.
3656
8f0cbc1c
DJ
36572001-10-01 Daniel Jacobowitz <drow@mvista.com>
3658
3659 * gdb.threads/pthreads.exp: Wait for output and delay
3660 before sending ^C.
3661
1f08dafd
DJ
36622001-10-01 Daniel Jacobowitz <drow@mvista.com>
3663
3664 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
3665 some incorrect output instead of timing out.
3666 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
3667
674f90ff
CV
36682001-09-28 Corinna Vinschen <vinschen@redhat.com>
3669
3670 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
3671 check to allow additional `int'.
3672
9b284272
DJ
36732001-09-27 Daniel Jacobowitz <drow@mvista.com>
3674
3675 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
3676 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
3677
b55a4771
MS
36782001-09-27 Michael Snyder <msnyder@redhat.com>
3679
3680 * lib/gdb.exp (test_debug_format): New proc.
3681 (setup_xfail_format): Use new proc test_debug_format.
3682 * gdb.base/constvars.exp (local_compiler_xfail_check): New
3683 proc; use new service proc test_debug_format.
3684 Replace all other "gcc_compiled" tests with this test.
3685 * gdb.base/volatile.exp (local_compiler_xfail_check): New
3686 proc; use new service proc test_debug_format.
3687 Replace all other "gcc_compiled" tests with this test.
3688
36892001-09-27 Michael Snyder <msnyder@redhat.com>
3690
3691 * gdb.base/cvexpr.exp: New file.
3692 * gdb.base/cvexpr.c: New file
3693 Test for expressions using const and volatile keywords.
3694
4e6667ac
CV
36952001-09-26 Corinna Vinschen <vinschen@redhat.com>
3696
3697 * gdb.base/constvars.exp: Check for different orders of keywords
3698 and additional "int" strings in output.
3699
4f337972
AC
37002001-09-22 Andrew Cagney <ac131313@redhat.com>
3701
3702 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
3703 responses from "help maint".
3704
2015650d
FCE
37052001-09-19 Frank Ch. Eigler <fche@redhat.com>
3706
3707 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
3708 to localhost:NNN instead of :NNN, in case Xvfb is listening
3709 only on TCP.
3710
f3bcedc1
CV
37112001-09-19 Corinna Vinschen <vinschen@redhat.com>
3712
3713 * gdb.base/recurse.exp: When checking leaving the watchpoint
3714 scope, recognize when gdb is in function's epilogue and pass.
3715
6b819c92
KS
37162001-09-18 Keith Seitz <keiths@redhat.com>
3717
3718 * lib/insight-support.exp (_gdbtk_export_target_info): Add
3719 support for running tests against sid targets.
3720 (gdbtk_done): Ditto.
3721
a10c9419
CV
37222001-09-18 Corinna Vinschen <vinschen@redhat.com>
3723
3724 * gdb.base/ending-run.c (main): Set stdout buffersize
3725 to the same reasonable value for any target.
3726 * gdb.base/ending-run.exp: Add a regular expression
3727 to make testsuite happy on Sanyo Stormy16 target.
3728
739d0d99
CV
37292001-09-17 Corinna Vinschen <vinschen@redhat.com>
3730
3731 * gdb.base/display.c (do_loops): Add float variable `f'.
3732 Increment f in loop.
3733 * gdb.base/display.exp: Increment timeout by 60 seconds.
3734 Change float display test to use variable `f'.
3735
1b8947f0
JB
37362001-09-17 Jim Blandy <jimb@redhat.com>
3737
3738 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
3739 overflowing the limited breakpoint tables on some ROM monitors
3740 (like the ROM68K).
3741
9890ac81
FCE
37422001-09-15 Frank Ch. Eigler <fche@redhat.com>
3743
3744 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
3745 the "-ac" (disable access control) flag.
3746
6db765ea
JH
37472001-08-30 Jeff Holcomb <jeffh@redhat.com>
3748
3749 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
3750 ints.
3751
4c32cc04
KS
37522001-08-30 Keith Seitz <keiths@redhat.com>
3753
3754 * lib/gdb.exp: Move all insight-related functionality into
3755 separate file.
3756 * lib/insight-support.exp: New file.
3757
8d6e6f81
FCE
37582001-08-29 Frank Ch. Eigler <fche@redhat.com>
3759
3760 * config/sid.exp (sid_start): Never set sid verbosity; disable
3761 expect_background {} that consumed its stdout; tolerate </dev/null.
3762 Attempt to set endianness override in "sid" protocol mode. Cleanup.
3763
6a90e1d0
AC
37642001-08-18 Andrew Cagney <ac131313@redhat.com>
3765
3766 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
3767 CLI jump command to start it.
3768 (mi_run_to_main): Fail immediatly when unexpected output.
3769
1759b3c3
AC
37702001-08-18 Andrew Cagney <ac131313@redhat.com>
3771
3772 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
3773 beginning of function. Fix PR gdb/191.
3774
61d11d80
FCE
37752001-08-16 Frank Ch. Eigler <fche@redhat.com>
3776
3777 * config/sid.exp (sid_start): Don't warn if we cannot figure out
3778 what to force sid endianness to.
3779
942a4df2
KS
37802001-08-15 Keith Seitz <keiths@redhat.com>
3781
3782 * lib/gdb.exp (gdbtk_start): Don't set environment
3783 variables for TCL_LIBRARY and friends. Insight will
3784 now figure these out for itself.
3785
0521c418
MS
37862001-08-02 Michael Snyder <msnyder@redhat.com>
3787
3788 * gdb.base/completion.exp: Remove the symbol "a64l" from
3789 the expect string; this is target-specific, and not related
3790 to what is being tested.
3791
74a9a58a
DB
37922001-08-02 Dave Brolley <brolley@redhat.com>
3793
3794 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
3795
c70819fa
MS
37962001-07-25 Michael Snyder <msnyder@redhat.com>
3797
c2b8fa57
MS
3798 * gdb.base/consecutive.exp: New file. Test stepping over
3799 breakpoints on consecutive instructions.
3800 * gdb.base/consecutive.c: New file.
3801
c70819fa
MS
3802 * gdb.base/call-rt-st.exp: Use double-backslash to quote
3803 curly braces in regular expressions.
3804
2b1a1355
MS
38052001-07-25 Michael Snyder <msnyder@redhat.com>
3806
3807 * gdb.base/ending-run.exp: Accept "Program exited normally" as
3808 legitimate output from stepping out of main.
3809
413eca6f
KS
38102001-07-22 Keith Seitz <keiths@redhat.com>
3811
3812 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
3813 the empty string, do not run the tests.
3814
7e5a9322
SC
38152001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3816
3817 * gdb.base/long_long.exp: Detect size of pointer. Take into
3818 account 2-byte pointers when testing for p/a results.
3819
de58f10f
SC
38202001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3821
3822 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
3823 and defined to 1K for m68hc11.
3824 (random_data): Reduce table to 1K for embedded platforms (68hc11).
3825 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
3826 (sizeof_random_data): New variable to tell the size of the data table;
3827 don't test past this size; always run to main.
3828
d6f5fea1
SC
38292001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3830
3831 * gdb.base/return2.exp: return of long long and double fails for
3832 68HC11; don't execute these tests on that platform.
3833 * gdb.base/return.exp: Return of a double fails for 68hc11.
3834
c477543d
SC
38352001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3836
3837 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
3838 tests that print a float.
3839 * call-rt-st.exp: Likewise.
3840
63cf1c79
MK
38412001-07-12 Mark Kettenis <kettenis@gnu.org>
3842
3843 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
3844 running this test on Linux.
3845
112f9ab5
MC
38462001-06-24 Michael Chastain <chastain@redhat.com>
3847
3848 * gdb.base/arithmet.exp: Remove some tests to make all test names
3849 unique.
3850
4970cb0f
MS
38512001-07-03 Michael Snyder <msnyder@redhat.com>
3852
3853 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
3854 the output of the ptype command.
3855
d85da69f
MS
38562001-07-02 Michael Snyder <msnyder@redhat.com>
3857
4c8a82de
MS
3858 * gdb.base/completion.exp: Don't assume that break.c is the only
3859 source file that may contain functions named "marker".
d85da69f
MS
3860 * gdb.base/corefile.exp: Quote the curly braces in regexp.
3861
8afc772b
AC
38622001-06-28 Andrew Cagney <ac131313@redhat.com>
3863
3864 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
3865 of files to delete.
3866
3867 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
3868 * gdb.disasm/h8300s.exp: New file.
3869 gdb.disasm/h8300s.s: Likewise.
3870
cff22675
AC
38712001-06-27 Andrew Cagney <ac131313@redhat.com>
3872
3873 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
3874 empty breakpoint tables.
3875
68c81b54
AC
38762001-06-25 Andrew Cagney <ac131313@redhat.com>
3877
3878 * lib/mi-support.exp: Update args=... part of stop-reason
3879 patterns. Accept either a list or a tuple.
3880
2dd62704
AC
38812001-06-23 Andrew Cagney <ac131313@redhat.com>
3882
3883 * lib/mi-support.exp: Remove local emacs variable defining
3884 change-log-default-name.
3885
b4127474
MC
38862001-06-22 Michael Chastain <chastain@redhat.com>
3887
3888 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
3889 This is operationally compatible with the previous version.
3890
8dbfb380
JB
38912001-06-13 Jim Blandy <jimb@redhat.com>
3892
3893 * lib/gdb.exp (gdb_test): Doc fix.
3894
f2d8c86d
MC
38952001-06-10 Michael Chastain <chastain@redhat.com>
3896
3897 * gdb.base/exprs.exp: Remove a duplicate test.
3898
81564d34
JB
38992001-06-06 Jim Blandy <jimb@redhat.com>
3900
3901 * gdb.base/return2.exp (main): Use values to test float and double
3902 returns that are not NaN's, to avoid being confused by IEEE
3903 comparison rules.
3904
da55addb
MS
39052001-06-04 Michael Snyder <msnyder@redhat.com>
3906
3907 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
3908 non-zero if control_c fails. Terminate the test on failure,
3909 rather than wait for 12 more tests to time out.
3910
42c65987
JB
39112001-06-06 Jim Blandy <jimb@redhat.com>
3912
b18bced9
JB
3913 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
3914 Don't forget to match the GDB prompt.
3915
42c65987
JB
3916 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
3917
5b41e5f0
JB
39182001-06-04 Jim Blandy <jimb@redhat.com>
3919
3920 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
3921 command.
3922
015e046f
KB
39232001-05-31 Kevin Buettner <kevinb@redhat.com>
3924
3925 * gdb.base/annota1.exp (info break): Match four or more spaces
3926 after "Address".
3927
fb1ffbbe
MC
39282001-05-31 Michael Chastain <chastain@redhat.com>
3929
3930 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
3931 (dm_type_int_star): Likewise.
3932 (dm_type_long_star): Likewise.
3933 (dm_type_void_star): Likewise.
3934
5ea2a32c
KB
39352001-05-29 Kevin Buettner <kevinb@redhat.com>
3936
3937 * gdb.base/completion.exp (INPUTRC): Set this environment variable
3938 to a known value in order to get consistent results regardless
3939 of the setting of INPUTRC or the presence or contents of .inputrc.
3940
ae23c492
MS
39412001-05-24 Michael Snyder <msnyder@redhat.com>
3942
ac55707e
MS
3943 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
3944 Don't require that the main thread and the manager thread are the
3945 first in the list.
3946
ae23c492
MS
3947 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
3948 debugging. If test fails, issue an "unsupported" not a "fail".
3949
400071f1
JB
39502001-05-24 Jim Blandy <jimb@redhat.com>
3951
3952 Don't assume that short is shorter than int.
3953 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
3954 assume that shorts are smaller than ints. On a 16-bit machine,
3955 this isn't true.
3956 ("print unsigned char == (~0)"): Add test that verifies that ~0,
3957 an int, is not equal to ~0 stored in an unsigned char. This tests
3958 the same thing that the previous test meant to, but works on
3959 16-bit machines, too.
3960 ("print unsigned char != (~0)"): Same test, complemented.
3961
0816a3e5
MS
39622001-05-24 Michael Snyder <msnyder@redhat.com>
3963
3964 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
3965 test for (full_coverage == 0). This makes the test run faster,
3966 and prevents dejagnu getting out of step.
3967
f6dc23a9
KB
39682001-05-23 Kevin Buettner <kevinb@redhat.com>
3969
3970 * gdb.base/finish.exp (finish_void): Revise pattern for
3971 stopping on the call statement to not permit stopping at
3972 the start of the instructions comprising the call sequence.
3973
7dbd117d
MC
39742001-05-19 Michael Chastain <chastain@redhat.com>
3975
3976 * gdb.base/callfuncs.exp: Make all test names unique.
3977 * gdb.base/commands.exp: Make all test names unique.
3978 * gdb.base/condbreak.exp: Make all test names unique.
3979 * gdb.base/dbx.exp: Make all test names unique.
3980 * gdb.base/default.exp: Make all test names unique.
3981 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
3982 and TIMEOUT messages to their corresponding PASS message.
3983 * gdb.base/ending-run.exp: Make all test names unique.
3984 * gdb.base/long_long.exp: Remove duplicate test.
3985
6b0b0a9e
KB
39862001-05-21 Kevin Buettner <kevinb@redhat.com>
3987
3988 * gdb.base/finish.exp (finish_void): Allow "finish" command to
3989 stop on the call statement as well as the statement after the
3990 call.
3991
2caa35cb
MS
39922001-05-21 Michael Snyder <msnyder@redhat.com>
3993
3994 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
3995
40713331
EZ
39962001-05-10 Elena Zannoni <ezannoni@redhat.com>
3997
3998 * gdb.base/completion.exp: Revamp test. Make it execute on all
3999 platforms.
4000
c2c1be8d
EZ
40012001-05-10 Elena Zannoni <ezannoni@redhat.com>
4002
2c9cd303
EZ
4003 * config/gdbserver.exp (gdb_load): Handle the case
4004 in which the arguments to gdbserver are given in the
4005 baseboard configuration file.
4006 Also handle the case in which the server needs to do a
4007 load.
4008
9671de48
KS
40092001-05-07 Keith Seitz <keiths@cygnus.com>
4010
4011 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
4012 set up the display for testing.
4013 (gdbtk_start): Convert all paths to paths that tcl will like.
4014 Export target information to environment.
4015 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
4016 necessary.
4017 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
4018 (to_tcl_path): New proc to convert a given pathname into
4019 a path acceptible as an argument to a tcl command.
4020 (_gdbtk_export_target_info): New proc to export target info
4021 into the environment for gdbtk testing.
4022 (gdbtk_done): New proc to signal end-of-test.
4023
5a360f47
JB
40242001-05-06 Jim Blandy <jimb@redhat.com>
4025
4026 * restore.c: Make the code of caller0 correspond to its comment.
4027
66c756c6
MS
40282001-05-03 Michael Snyder <msnyder@redhat.com>
4029
4030 * config/sid.exp (gdb_target_sid): Check for error messages.
4031 On error or timeout, don't make expect exit (which will terminate
4032 all subsequent tests); instead just make gdb exit.
4033 (gdb_load): Check for error messages. On error or timeout,
4034 return a negative value.
4035
a966fde5
JB
40362001-04-24 Jim Blandy <jimb@redhat.com>
4037
851c18e0
JB
4038 * gdb.c++/templates.exp: If we see the prompt for the overload
4039 list, but we haven't recognized any of the longer patterns,
4040 arrange for this test to fail, not hang.
4041
a966fde5
JB
4042 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
4043 variations.
4044
db144853
MC
40452001-04-22 Michael Chastain <chastain@redhat.com>
4046
4047 * gdb.c++/local.exp: Use the 'runto' library function.
4048 * gdb.c++/namespace.exp: Likewise.
4049 * gdb.c++/overload.exp: Likewise.
4050
3207ec21
KB
40512001-03-26 Kevin Buettner <kevinb@redhat.com>
4052
4053 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
4054 * gdb.base/step-line.exp: New file. Test step/next in presence of
4055 #line directives.
4056 * gdb.base/step-line.c: New file. Test program for the above.
4057 * gdb.base/step-line.inp: New file. We pretend that this file has
4058 been transformed by some other tool into step-line.c.
4059
13b57657
JB
40602001-03-21 Jim Blandy <jimb@redhat.com>
4061
4062 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
4063 unmangled operator names.
4064
754cbe1c
JB
40652001-03-20 Jim Blandy <jimb@redhat.com>
4066
4067 * gdb.threads/linux-dp.exp: Recognize an additional message
4068 generated by GDB when it doesn't understand how to debug threads
4069 on the target system.
4070
177495c9
AC
40712001-03-19 Andrew Cagney <ac131313@redhat.com>
4072
4073 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
4074
f266096b
MC
40752001-03-12 Michael Chastain <chastain@redhat.com>
4076
4077 * gdb.c++/derivation.exp: Use the 'runto' library function.
4078
cac3c2ff
MC
40792001-03-12 Michael Chastain <chastain@redhat.com>
4080
4081 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
4082
b6c11a24
MC
40832001-02-24 Michael Chastain <chastain@redhat.com>
4084
4085 * gdb.c++/ref-types.exp: Change handwritten code to library
4086 function 'runto'.
4087
6bae5bce
OF
40882001-03-16 Orjan Friberg <orjanf@axis.com>
4089
4090 * gdb.base/signals.exp: Set count to 0 explicitly.
4091
0015fd9a
MS
40922001-03-15 Mark Salter <msalter@redhat.com>
4093
4094 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
4095 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
4096 (gdb_load): Add support for additional target_info: gdb_download_size
4097 and gdb_load_timeout.
0015fd9a 4098
fc33412a
DT
4099Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
4100
4101 * gdb.base/annota1.exp: Move test of isnative to earlier in the
4102 file -- to prevent failing when the compile fails but we have no
4103 intention of running the tests anyway.
4104
4105 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
4106 tests if set.
4107
4108 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
4109 integers.
4110
4111 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
4112 * gdb.c++/namespace.exp: Ditto.
4113
115f06de
OF
41142001-03-07 Orjan Friberg <orjanf@axis.com>
4115
4116 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
4117 * gdb.base/pointers.exp: Relax pattern match of decimals.
4118
b6ba6518
KB
41192001-03-06 Kevin Buettner <kevinb@redhat.com>
4120
4121 * Makefile.in, config/abug.exp, config/cfdbug.exp,
4122 config/cpu32bug.exp, config/dve.exp, config/est.exp,
4123 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
4124 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
4125 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
4126 config/sh.exp, config/sid.exp, config/slite.exp,
4127 config/sparclet.exp, config/udi.exp, config/unknown.exp,
4128 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
4129 config/vxworks.exp, config/vxworks29k.exp,
4130 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
4131 gdb.base/all-bin.exp, gdb.base/annota1.exp,
4132 gdb.base/arithmet.exp, gdb.base/assign.exp,
4133 gdb.base/async.exp, gdb.base/attach.exp,
4134 gdb.base/bitfields.exp, gdb.base/bitops.exp,
4135 gdb.base/break.exp, gdb.base/call-ar-st.exp,
4136 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
4137 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
4138 gdb.base/commands.exp, gdb.base/completion.exp,
4139 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
4140 gdb.base/constvars.exp, gdb.base/corefile.exp,
4141 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
4142 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
4143 gdb.base/ending-run.exp, gdb.base/environ.exp,
4144 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
4145 gdb.base/finish.exp, gdb.base/foll-exec.exp,
4146 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
4147 gdb.base/funcargs.exp, gdb.base/help.exp,
4148 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
4149 gdb.base/logical.exp, gdb.base/long_long.exp,
4150 gdb.base/maint.exp, gdb.base/mips_pro.exp,
4151 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
4152 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
4153 gdb.base/pointers.exp, gdb.base/printcmds.exp,
4154 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
4155 gdb.base/regs.exp, gdb.base/relational.exp,
4156 gdb.base/remote.exp, gdb.base/reread.exp,
4157 gdb.base/restore.exp, gdb.base/return2.exp,
4158 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
4159 gdb.base/selftest.exp, gdb.base/setshow.exp,
4160 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
4161 gdb.base/sigall.exp, gdb.base/signals.exp,
4162 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
4163 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
4164 gdb.base/step-test.exp, gdb.base/structs.c,
4165 gdb.base/structs.exp, gdb.base/structs2.exp,
4166 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
4167 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
4168 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
4169 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
4170 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
4171 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
4172 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
4173 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
4174 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
4175 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
4176 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
4177 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
4178 gdb.fortran/types.exp, gdb.java/jmisc.exp,
4179 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
4180 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
4181 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
4182 gdb.trace/circ.exp, gdb.trace/collection.exp,
4183 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
4184 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
4185 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
4186 gdb.trace/report.exp, gdb.trace/save-trace.exp,
4187 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
4188 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
4189 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
4190 notices.
4191
dc96c6c7 41922001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
4193
4194 * gdb.base/varargs.c (find_max_double): Fix printf format string:
4195 first arg is int not float.
4196
dc96c6c7 41972001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
4198
4199 * gdb.base/reread.exp: Unsupported for non-native targets;
4200 doesn't work for remote debugging.
4201
9b0c4aeb
FN
42022001-02-19 Fernando Nasser <fnasser@redhat.com>
4203
4204 From Drew Moseley <dmoseley@redhat.com>
4205 * gdb.base/ending-run.exp: Properly handle the BSP state when
4206 stepping past the end of main.
4207
02aa71d5
MC
42082001-02-19 John Moore <jmoore@redhat.com>
4209
4210 * gdb.base/commands.exp (infrun_breakpoint_command_test):
4211 Converted HPUX fix for non-expected items following multiple
4212 step commands into general solution for all platforms.
4213
1fa449a4
MC
42142001-02-18 Michael Chastain <chastain@redhat.com>
4215
4216 * gdb.c++/classes.exp (do_tests): Change runto statements
4217 from "runto 'foo(void)'" to "runto 'foo'". This makes the
4218 statements demangler agnostic.
4219 * gdb.c++/virtfunc.exp (do_tests): Likewise.
4220 (gdb_virtfunc_restart): Likewise.
4221
b2f9ec70
MC
42222001-02-14 Michael Chastain <chastain@redhat.com>
4223
4224 * gdb.c++/inherit.exp (do_tests): Change runto statements
4225 from "runto 'foo(void)'" to "runto 'foo'". This makes the
4226 statements demangler agnostic.
4227
cf74b8ca
AC
4228Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
4229
4230 * gdb.threads/pthreads.exp: Unify pass/fail messages for
4231 ``continue to bkpt at common_routine in thread 2'' and ``stopped
4232 before calling common_routine 15 times'' tests.
4233
99f78f56
MC
42342001-02-11 Michael Chastain <chastain@redhat.com>
4235
4236 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
4237 Helps the test script figure out which demangler is in use.
4238 (dm_type_foo_ref): Ditto.
4239 (dm_type_int_star): Ditto.
4240 (dm_type_long_star): Ditto.
4241 (dm_type_unsigned_int): Ditto.
4242 (dm_type_void): Ditto.
4243 (dm_type_void_star): Ditto.
99707966 4244 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
4245 Probe the gdb demangler and set variables to accommodate
4246 formatting differences.
4247 (info_func_regexp): New function. Same as info_func, but
4248 matches against a regexp.
4249 (info_func): Match against a literal string.
4250 (print_addr_2): New function. Match against a literal string,
4251 which can be different from the input to gdb.
4252 (print_addr): Simply call print_addr_2 with the same argument twice.
4253 (test_lookup_operator_functions): Use demangler formatting variables.
4254 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
4255 the tests in the same order as the C++ class declaration.
4256 (test_paddr_operator_functions): Ditto.
4257 (test_paddr_overloaded_functions): Ditto.
4258 (test_paddr_hairy_functions): Use demangler formatting variables.
4259 Add reference to gdb/19 for related tests.
4260 (do_tests): Call probe_demangler.
4261
1de8f023
KB
42622001-01-30 Kevin Buettner <kevinb@redhat.com>
4263
4264 * gdb.c++/templates.cc (printf): Remove unused function definition.
4265
ca3f91ed
MS
42662001-01-26 Felix Lee <flee@redhat.com>
4267
4268 * sid.exp (sid_exit): Pass host, not target, to remote_close.
4269
42702001-01-25 matthew green <mrg@redhat.com>
4271
4272 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
4273 up sid.
4274 (sid_exit): Call `remote_pop_conn' after GDB is gone.
4275
42762001-01-25 matthew green <mrg@redhat.com>
4277
4278 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
4279 Deprecate $sid_spawn_id.
4280 (sid_exit): Remove code necessary only for `spawn.'
4281
42822001-01-25 matthew green <mrg@redhat.com>
4283
4284 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
4285
fb18ec4a
MC
42862001-01-28 Michael Chastain <chastain@redhat.com>
4287
4288 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
4289 to call when tests fail. It takes gdb out of the overloaded
4290 function choice menu back to the main prompt, so that the test
4291 program stays synchronized.
4292 (set_bp_overloaded): New proc to collect all the common
4293 code for setting a breakpoint on an overloaded name. Calls
4294 take_gdb_out_of_choice_menu when needed.
4295 (menu_overload1arg): New variable to collect the repeated
4296 instances of the expected menu for an overloaded name. Change
4297 the regular expression to handle changes in g++ type encoding:
4298 "void" can be either "void" or "", and "unsigned int" can be
4299 either "unsigned int" or "unsigned".
4300 (continue_to_bp_overloaded): Change regular expressions to handle
4301 changes in g++ type encoding.
4302 (no proc): Call take_gdb_out_of_choice_menu when needed.
4303 Remove redundant calls to "info break". Accept either "canceled"
4304 or "cancelled". Change regular expressions in "info break"
4305 calls to handle changes in g++ type encoding. Give all tests
4306 unique strings.
4307
9c646a6e
BE
43082001-01-17 Ben Elliston <bje@redhat.com>
4309
4310 * config/sid.exp: New file.
4311
9549d9c1
AC
4312Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
4313
4314 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
4315
dc96c6c7 43162000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
4317
4318 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
4319 Add a RE to accept a non-ascii char if one is ever presented.
4320
b4df4f68
FN
43212000-12-20 Fernando Nasser <fnasser@redhat.com>
4322
297dd0fd 4323 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 4324
dc96c6c7 43252000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc
MS
4326
4327 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
4328 in regexp. One '\' does not suffice on Linux.
4329
4a7bddb6
MC
43302000-12-09 Michael Chastain <chastain@redhat.com>
4331
4332 * gdb.base/break.exp (test_clear_command): Use a marker function
4333 rather than 'main' for the test function. Also move this
4334 test to an execution point where the marker function names are
4335 guaranteed to be bound to functions. (Executing tests after a
4336 'finish' from main runs into name conflicts with local names
4337 in __libc_start_main).
4338
dc96c6c7 43392000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
4340
4341 * gdb.base/finish.exp: New test for gdb's "finish" command.
4342 * gdb.base/return2.exp: New test for gdb's "return" command.
4343 * gdb.base/return2.c: New source file for above.
4344
dc96c6c7 43452000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
4346
4347 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
4348 * gdb.base/miscexprs.exp: Ditto.
4349 * gdb.base/pointers.exp: Ditto.
4350 * gdb.c++/derivation.exp: Ditto.
4351 * gdb.c++/local.exp: Ditto.
4352 * gdb.c++/namespace.exp: Ditto.
4353 * gdb.c++/overload.exp: Ditto.
4354 * gdb.c++/ref-types.exp: Ditto.
4355
dc96c6c7 43562000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
4357
4358 * gdb.base/constvars.exp: Test result of "up" command.
4359 * gdb.base/miscexprs.exp: Ditto.
4360 * gdb.base/pointers.exp: Ditto.
4361 * gdb.base/scope.exp: Ditto.
4362 * gdb.c++/derivation.exp: Ditto.
4363 * gdb.c++/local.exp: Ditto.
4364 * gdb.c++/namespace.exp: Ditto.
4365 * gdb.c++/overload.exp: Ditto.
4366 * gdb.c++/ref-types.exp: Ditto.
4367
44097287
FN
43682000-11-22 Michael Chastain <chastain@redhat.com>
4369
4370 * mips_pro.exp: Accept either "middle -> top -> main" or
4371 "middle -> main" in the backtrace, because gcc can optimize
4372 tail calls to jumps. Remove setup_xfail for the hppa case.
4373 Add a comment with the original warning messages from PR 3016,
4374 which was filed in 1993, to preserve them for posterity.
4375
9d2e1bab
ND
43762000-11-17 Nick Duffek <nsd@redhat.com>
4377
4378 * lib/gdb.exp (gdb_test): Override timeout with board info.
4379
1aca8eb7
ND
43802000-11-17 Nick Duffek <nsd@redhat.com>
4381
4382 * gdb.base/display.exp: Don't kill running stub. Add "again" to
4383 the second kill and detach messages.
4384
93076499
ND
43852000-11-17 Nick Duffek <nsd@redhat.com>
4386
4387 * configure.in: Add AC_EXEEXT.
4388 * configure: Regenerate.
4389 * Makefile.in (just-check): Export EXEEXT.
4390 * lib/gdb.exp ($EXEEXT): Import from environment.
4391 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
4392 expect "maint dump-me" on Cygwin.
4393 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
4394 $EXEEXT.
4395
30e87cd3
ND
43962000-11-17 Nick Duffek <nsd@redhat.com>
4397
4398 * gdb.base/break.exp: Test backtrace and finish from called
4399 function on all platforms, not just HP-UX.
4400
dc96c6c7 44012000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
4402
4403 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
4404 code from gdb_target_monitor, so it can be used independantly
4405 for gdbserver. Also comment out an unnecessary PUTS.
4406
dc96c6c7 44072000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
4408
4409 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
4410 * gdb.base/corefile.exp: Expect the message "Program is being
4411 debugged already" when we send the "corefile" command, since
4412 the preceeding gdb_load may have connected gdb to a remote target.
4413 * gdb.base/display.exp: Disable hardware watchpoints if new
4414 board info variable "no_hardware_watchpoints" is true.
4415 Replace single-letter commands with more readable ones.
4416 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
4417 if new board info variable "no_hardware_watchpoints" is true.
4418 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
4419 to see if stdio (printf) testing is possible.
4420 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
4421 board info variable "no_hardware_watchpoints" is true. Use new
4422 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
4423
39124dea
FN
44242000-11-13 Fernando Nasser <fnasser@redhat.com>
4425
4426 From Orjan Friberg <orjanf@axis.com>:
4427 * gdb.base/printcmds.exp: Escape curly braces followed by a number
4428 in array print pattern match.
4429
a9e2e984
FN
44302000-11-09 Fernando Nasser <fnasser@redhat.com>
4431
4432 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
4433 spelling "cancelled" to U.S. spelling "canceled" to match changes
4434 made to gdb.
4435 * gdb.c++/ovldbreak.exp: Ditto.
4436
c7db355b
PS
44372000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4438
4439 * gdb.base/callfuncs.c (main): Moved to end of file, call
4440 t_double_values to initialize the FPU before inferior calls are made.
4441 * gdb.base/callfuncs.exp: Test for register preservation after calling
4442 inferior functions. Add tests for continuining, finishing and
4443 returning from a stop in a call dummy.
4444
dc96c6c7 44452000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
4446
4447 * gdb.base/commands.exp: Break up long lines, and re-indent.
4448
dc96c6c7 44492000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
4450
4451 * config/gdbserver.exp: Rewritten from the ground up, to make it
4452 compatible with the current dejagnu tree, and to make it work with
4453 the new "gdbserver" in libremote.
4454
dc96c6c7 44552000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
4456
4457 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
4458 * gdb.base/varargs.exp: Skip entire test if no printf support.
4459 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
4460 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
4461
dc96c6c7 44622000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
4463
4464 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
4465 no floating point support.
4466 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
4467 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
4468 * gdb.base/call-rt-st.exp: Ditto.
4469 * gdb.base/call-strs.exp: Ditto.
4470
bac5fc66
JG
44712000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
4472
4473 * gdb.base/sizeof.c: include <stdio.h>.
4474
4475 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
4476 'finish', otherwise uncaptured gdb_prompt would potentially
4477 throw remaining test points out of sync.
4478
b22a6027
SB
44792000-07-26 Scott Bambrough <scottb@netwinder.org>
4480
4481 * gdb.base/recurse.exp: Run tests for all targets.
4482 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
4483 gnu-oldld case on ARM.
4484 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
4485 for ARM targets.
4486
d8231941
AG
4487Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
4488
4489 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
4490 * gdb.java/configure: Rebuild.
4491
8caabe69
AG
4492Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
4493
4494 * gdb.java/jv-exp.exp: New file.
4495
9d273ca3
AG
4496Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
4497
4498 * configure: Rebuilt.
4499 * configure.in (configdirs): Add gdb.java.
4500 * gdb.java/jmisc.java: New file.
4501 * gdb.java/jmisc.exp: New file.
4502 * gdb.java/Makefile.in: New file.
4503 * gdb.java/configure: Rebuilt.
4504 * gdb.java/configure.in: New file.
4505 * lib/java.exp: New file.
4506
4f823a66
AC
4507Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
4508
4509 * gdb.base/exprs.exp: Test casts to a pointer including over and
4510 underflow.
4511
2391e11d
AC
4512Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
4513
4514 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
4515 and the compilers sizes.
4516
54602222
ND
45172000-07-09 Nick Duffek <nsd@redhat.com>
4518
4519 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
4520 (use_methods): New function.
4521 (main): Call use_methods().
4522 * gdb.c++/classes.exp (test_method_param_class): New procedure.
4523 (do_tests): Call test_method_param_class.
4524
2bec0572
ND
45252000-07-09 Nick Duffek <nsd@redhat.com>
4526
4527 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
4528 spelling.
4529 (test_enums): New procedure. Move enum tests from end of script
4530 to here. Set breakpoint on function name instead of line number.
4531 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
4532 (enums2): New marker function.
4533 (enums1): New function.
4534 (main): Call enums1(). Move enum tests to enums1().
4535
78492fde
AC
4536Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
4537
4538 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
4539 compile/link program. Update line numbers.
4540 * gdb.asm/d10v.inc: Define ``startup''.
4541 * gdb.asm/asmsrc1.s: Add definition of _start.
4542
49a2cef8
AC
4543Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
4544
4545 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
4546
3e6c8688
EZ
45472000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4548
4549 * gdb.base/maint.exp: Add 'maint print architecture' item to output
4550 of 'help maint print' command.
4551
9ff5cbe9
AC
4552Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
4553
4554 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
4555 they use gdb_expect_list.
4556
17c579bd
AC
4557Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
4558
4559 * gdb.base/commands.exp: Use ``set remote
4560 memory-read-packet-size'' instead of ``set endian big'' to test
4561 long commands.
4562
e6d71bf3
DB
45632000-06-03 Daniel Berlin <dan@cgsoftware.com>
4564
4565 * gdb.c++/templates.exp (do_tests): Make all of these work under
4566 g++, and stop skipping them.
4567
4568 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
4569 work under g++.
4570
e5f9ba7b
MS
4571 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
4572 initialization.
4573
dc96c6c7 45742000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
4575
4576 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
4577 the regular expression: accept an (almost) arbitrary sequence of
4578 "frames-invalid" and "breakpoints-invalid" messages both before
4579 and after the "starting" message.
4580
dc96c6c7 45812000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
4582
4583 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 4584
dc96c6c7 45852000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
4586
4587 * gdb.base/annota1.exp (annotate-signal-handler-caller):
4588 Relax the regular expression a little, make it pass on Solaris 8.
4589
8216cda9
KB
45902000-05-12 Kevin Buettner <kevinb@redhat.com>
4591
4592 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
4593 a call, do not require that gdb stop on the line after the call.
4594 Instead, it is permissible for gdb to stop on the line of the
4595 call itself.
4596
1a570b2f
MS
45972000-05-12 Michael Snyder <msnyder@.cygnus.com>
4598
4599 * gdb.base/break.exp (bp on small function, optimized file):
4600 Add a second pass pattern. The behavior differs here between stabs
4601 and dwarf for one-line functions. Stabs preserves two line symbols
4602 (one before the prologue and one after) with the same line number,
4603 but dwarf regards these as duplicates and discards one of them.
4604 Therefore the address after the prologue (where the breakpoint is)
4605 has no exactly matching line symbol, and GDB reports the breakpoint
4606 as if it were in the middle of a line rather than at the beginning.
4607
dc96c6c7 46082000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2
MS
4609
4610 * gdb.base/interrupt.exp: Make "pass" message say "send"
4611 rather than "send_gdb" (for consistancy).
4612
7d418785
AC
4613Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
4614
4615 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
4616 * gdb.c++/templates.cc: Properly check for GCC version number.
4617 * lib/compiler.cc: Likewise
4618
dc96c6c7 46192000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79
MS
4620
4621 * gdb.base/break.exp: When compiled with -O2 optimization,
4622 gdb may not stop at the first line of main, due to code motion.
4623
dc96c6c7 46242000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
4625
4626 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
4627 This test depends on parsing the printf output from the target.
4628 Since the sparclet stub doesn't do stdio, this will never work.
4629 * gdb.base/call-rt-st.exp: ditto.
4630 * gdb.base/call-strs: ditto.
4631
dc96c6c7 46322000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
4633
4634 * gdb.base/miscexprs.exp: make sizeof long array test portable.
4635
4636 * gdb.base/ending-run.exp: After connecting to a remote target,
4637 but before running, the target will appear to be in a random
4638 location. Specify both a file and a line for breakpoints.
4639 Also, the function that calls main may be called 'init'
4640 rather than 'start'.
4641
a5a51225
EZ
46422000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4643
4644 * gdb.base/help.exp: Update output for add-symbol-file command.
4645
7930cc7c
FN
46462000-04-10 Fernando Nasser <fnasser@cygnus.com>
4647
4648 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4649 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
4650
23e37ab1
C
46512000-04-07 J.T. Conklin <jtc@redback.com>
4652
e93c542c
C
4653 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
4654
23e37ab1
C
4655 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
4656
591b8fa3
PDM
4657Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
4658
4659 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
4660 values that can be represented exactly.
4661 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
4662 above change, and to not check against the directory part of the source
4663 file name.
4664 (step into print_long_arg_list): Likewise.
4665 (print print_small_structs from print_long_arg_list): Likewise.
4666 (print print_long_arg_list): Likewise.
4667
7a495180
EZ
46682000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4669
30b53638 4670 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 4671
beb998c6
AC
4672Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
4673
4674 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
4675
1c689132
DB
46762000-03-25 Daniel Berlin <dan@cgsoftware.com>
4677
4678 * gdb.base/commands.exp (deprecated_command_test): Add test for
4679 deprecate with no arguments.
4680
c1790a9d
JL
46812000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
4682
4683 * gdb.base/break.exp: Add new test for setting breakpoints on
4684 optimized code so we can test breakpoints work even when function
4685 prologues may be optimized away
4686
003ba290
FN
46872000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
4688
4689 From David Whedon <dwhedon@gordian.com>
4690 * gdb.base/commands.exp : Added command deprecator tests.
4691
6837a0a2
DB
46922000-03-22 Daniel Berlin <dan@cgsoftware.com>
4693
4694 * gdb.base/help.exp: Added test for new apropos command.
4695
b9593231
KB
46962000-03-21 Kevin Buettner <kevinb@redhat.com>
4697
4698 * gdb.base/pointers.c (usevar): New function.
4699 (main): Make sure that global variables v_int_pointer2, rptr,
4700 and y are all referenced someplace in the program by calling
4701 usevar() on them. [Some linkers delete symbols which are
4702 never referenced. The space remains, but there's no way to
4703 get a (symbolic) handle on the variable from the debugger.]
4704
751a959b
EZ
47052000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4706
4707 * gdb.base/printcmds.c: Add typedeffed arrays.
4708
4709 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
4710 procedure to test arrays that are typedef'd.
4711
73a93a32
JI
47122000-03-13 James Ingham <jingham@leda.cygnus.com>
4713
4714 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
beb998c6 4715 the library directories.
73a93a32 4716
fb40c209
AC
4717Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
4718
4719 * configure.in (configdirs): Add sub directory gdb.mi.
4720 * configure: Re-generate.
4721
4722 * gdb.mi: New directory.
beb998c6 4723
ee4dd2c9
AC
47242000-02-25 Scott Bambrough <scottb@netwinder.org>
4725
4726 * gdb.base/long_long.exp: Correct test suite failure when printing
4727 a long long value as a double on ARM platforms.
4728
70f0cc22
JB
47292000-02-16 Jim Blandy <jimb@redhat.com>
4730
4731 * gdb.base/break.exp ("breakpoint line number"): Make sure the
4732 default source file is set properly before running this test.
4733
853819b8
EZ
47342000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4735
4736 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
4737 gdbtk/library directory, not in gdbtcl2.
4738
dfcd3bfb
JM
47392000-02-04 Jim Blandy <jimb@redhat.com>
4740
4741 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
4742 backslash from regexp pattern.
4743
4744 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
4745 procedure. Use it to run all the "continue to bp overloaded"
4746 tests. Note that this changes the names of the tests slightly.
4747 If the breakpoint hit message includes a hex PC value, because
4748 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
4749 from the real source code, still consider that a pass.
4750
4751 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
4752 XFAIL here if the breakpoint message contains a hex address. Note
4753 similar change on 1999-11-02.
4754
4755 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
4756
4757 * gdb.base/ptype.exp: Establish a default source file before
4758 calling get_debug_format.
4759
47602000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
4761
4762 * gdb.base/watchpoint.exp: Remove duplication of test messages.
4763
8b93c638
JM
47642000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
4765
4766 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
4767 of successive stepi commands -- while in the prologue we should see
4768 the function entry bracket.
4769
47702000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
4771
4772 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
4773 reach __change_mode() when stepping through the end of main().
4774
c5394b80
JM
47752000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
4776
4777 * gdb.base/default.exp: Fix expected pattern.
4778 * gdb.base/help.exp: Same.
4779
0d06e24b
JM
47802000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4781
4782 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
4783 Don't use xfail's because that affects only the following test.
beb998c6 4784
0d06e24b
JM
4785 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
4786 solaris or linux.
4787
4788 * gdb.base/selftest.exp: Update to reflect changes to main.c.
4789
dc96c6c7 47902000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 4791
beb998c6 4792 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
4793 "A syntax error" rather than "A parse error". Accept both.
4794
47952000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
4796
4797 * gdb.base/default.exp: Remove OS dependent string from "target
4798 remote" test.
4799 * gdb.base/help.exp: Same for "help target remote" test.
4800
c3f6f71d
JM
48012000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4802
4803 From Jim Kingdon <kingdon@redhat.com>:
4804
4805 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
4806 prompt (cleanup rather than necessity, but still might keep output
4807 from spilling to next test).
4808
48092000-01-02 Fred Fish <fnf@cygnus.com>
4810
4811 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
4812 AIX, which defines them in <sys/types.h>.
4813
ed9a39eb 48141999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 4815
ed9a39eb
JM
4816 * gdb.base/default.exp: Match arm* etc instead of arm in "info
4817 float" test.
4818
48191999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 4820
ed9a39eb 4821 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
4822
4823 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
4824 outermost frame disallowed".
4825
48261999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
4827
4828 * gdb.base/setvar.exp: New tests for setting the value of a struct
4829 with a constant list.
4830
48311999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
4832
4833 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
4834 require the user to type a cast before setting the value of a struct.
4835
de57eccd
JM
48361999-12-06 Jim Blandy <jimb@cygnus.com>
4837
4838 * gdb.base/default.exp: Expect the new 'info float' command on
4839 all i386 platforms.
4840
4841 * gdb.threads/linux-dp.exp: Expand our ability to recognize
4842 LinuxThreads libraries that don't support debugging.
4843
c2d11a7d
JM
4844Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
4845
4846 * gdb.base/remote.c: Fill the buffer with truely random data.
4847 Change the buffer type to ``unsigned char'' to simplify size
4848 arithmetic.
4849
4850 * gdb.base/remote.exp: Reduce download numbers by one. Typical
4851 stub only handles 400-1 byte packets. Verify that the download
4852 worked.
4853
48541999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
4855
4856 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
4857 tests, using UNRESOLVED for the untested cases. Also, does not wait
4858 for a timeout if the prompt was received before a recognizable pattern.
4859
48601999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
4861
4862 * lib/gdb.exp (gdb_expect_list): Fix spelling.
4863
48641999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4865
4866 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
4867 watchpoints.
4868
48691999-11-24 Jason Merrill <jason@casey.cygnus.com>
4870
4871 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
4872
4873 * gdb.c++/local.exp: Be more flexible in recognizing local class
4874 name mangling. Don't allow horribly truncated method names.
4875 * gdb.c++/derivation.exp: Expect protected inheritance.
4876 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
4877 * gdb.c++/virtfunc.exp: Likewise.
4878 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
4879 when printing a nested enum.
4880
48811999-11-22 Jim Blandy <jimb@cygnus.com>
4882
4883 * gdb.base/step-test.exp: Properly await GDB's response to setting
4884 a breakpoint on the call to large_struct_by_value.
4885
4886 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
4887 just because we have debug info for the `start' function.
4888
48891999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
4890
4891 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
4892 "Unknown signal" messages, which indicate (on LinuxThreads) that
4893 GDB doesn't know how to debug threads on this system. This is
4894 better than hanging while philosopher 0 dumps chatter into gdb.log.
4895
48961999-11-18 Tom Tromey <tromey@cygnus.com>
4897
4898 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
4899
49001999-11-18 Fred Fish <fnf@cygnus.com>
4901
4902 * gdb.base/coremaker2.c: Add sample program for generating
4903 cores that is more self contained than coremaker.c. Eventually
4904 I'll add more code to this and tie it into the testsuite.
4905
4ce44c66
JM
49061999-11-12 Stan Shebs <shebs@andros.cygnus.com>
4907
4908 * gdb.base/dollar.exp: Remove, now in gdb.hp.
4909
49101999-11-10 Jimmy Guo <guo@cup.hp.com>
4911
4912 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
4913 from $srcdir/lib/.
4914 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
4915 and gdb.c++/.
4916
4917 * gdb.c++/derivation.exp: remove redundant get compiler info code.
4918
beb998c6 4919 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
4920 'continue with watch' test point.
4921
49221999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
4923
4924 Merged from p2linux-990323-branch:
beb998c6 4925
4ce44c66
JM
4926 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
4927
11cf8741
JM
4928Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
4929
4930 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
4931 {limit,fixed}''. Test ``set download-write-size''.
4932
4933Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
4934
4935 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
4936 gdb_expect_list.
4937
4938Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
4939
4940 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
4941
49421999-11-03 Mark Salter <msalter@cygnus.com>
4943
4944 * gdb.base/break.exp: Fix "stub continue" pattern.
4945
49461999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
4947
4948 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
4949
49501999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
4951
4952 * gdb.base/display.exp ("finish"): Add timeout clause.
4953
4954 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
4955 plain prompt clause, so this doesn't have to time out in order to
4956 fail.
4957
4958 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
4959 breakpoint hit messages include an address.
4960
4961 * gdb.base/display.exp: Don't forget to escape parens in regular
4962 expressions. Unix regexp notatation sucks.
4963
49641999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4965
4966 * gdb.base/annota1.exp: Test for annotate-signalled: change output
4967 order for 'signalled' message.
4968
5c44784c
JM
49691999-11-01 Stan Shebs <shebs@andros.cygnus.com>
4970
4971 From Jimmy Guo <guo@cup.hp.com>:
4972 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
4973 * gdb.base/annota1.c: Add code for tests to work with.
4974
49751999-10-26 Frank Ch. Eigler <fche@cygnus.com>
4976
4977 * gdb.base/remote.exp: New test for remote downloading settings.
4978 * gdb.base/remote.c: New file with large .data.
4979
917317f4
JM
49801999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
4981
4982 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
4983 for LinuxThreads support, merged from the Code Fusion branch.
4984
4985Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
4986
4987 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
4988 containing exp_continue into a while within an expect. Don't
4989 attempt a start more than three times. Check return value from
4990 gdb_load.
beb998c6 4991
2df3850c
JM
4992Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
4993
4994 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
4995 a pass case.
4996
2acceee2
JM
49971999-10-01 Kevin Buettner <kevinb@cygnus.com>
4998
4999 * gdb.base/break.c (main): Added a statement that we can step
5000 off of.
5001 * gdb.base/break.exp: Added tests for setting a breakpoint
5002 at an offset and stepping onto a breakpoint.
5003
50041999-10-01 Fred Fish <fnf@cygnus.com>
5005
beb998c6 5006 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
5007 gdb output.
5008
c2c6d25f
JM
50091999-09-18 Jim Blandy <jimb@cris.red-bean.com>
5010
5011 * gdb.base/break.exp: Code locations are in hex, don't forget!
5012 (For HP-UX.)
5013
50141999-09-17 Stan Shebs <shebs@andros.cygnus.com>
5015
5016 * condbreak.exp: Use break.c as test program.
5017 * condbreak.c: Remove, redundant with break.c.
5018
50191999-09-15 Stan Shebs <shebs@andros.cygnus.com>
5020
5021 * config/monitor.exp (gdb_target_monitor): Disable X- and
5022 Z-packets if the target needs it.
5023
50241999-09-13 James Ingham <jingham@leda.cygnus.com>
5025
5026 * gdb.c++/overload.exp: Added tests for listing overloaded
5027 functions with function pointers in the arg, explicitly calling
5028 out the version you want.
5029
cff3e48b
JM
50301999-09-09 Stan Shebs <shebs@andros.cygnus.com>
5031
5032 * long_long.exp: Add variations of test cases that work for
5033 targets with 16-bit ints and 32-bit doubles.
5034
d4f3574e
SS
50351999-09-08 Stan Shebs <shebs@andros.cygnus.com>
5036
5037 * break.c (main): Compare a possibly-uninitialized argc with an
5038 unlikely value that fits in 16 bits.
5039
50401999-09-07 Stan Shebs <shebs@andros.cygnus.com>
5041
5042 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
5043 0xfeeb, don't want negative numbers if ints are 16 bits.
5044
5045 * lib/gdb.exp (skip_cplus_tests): New proc.
5046 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
5047 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
5048 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
5049 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
5050 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
5051 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
5052 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
5053 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
5054
5055 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
5056
5057Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
5058
5059 * gdb.base/corefile.exp (up): Allow a parameter to appear
5060 in the frame that we're going up to.
5061
5062 From Jim Blandy <jimb@cygnus.com>:
5063
5064 * gdb.base/default.exp (info float): Expect some output now.
5065
5066 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
5067 returning floating-point values to fail on the x86.
5068 * gdb.base/callfwmall.exp (do_function_calls): Same.
5069
5070 * gdb.base/list.exp (test_listsize): Correct expectations for
5071 listing line 1 with listsize 2. Also, listing a single line
5072 works now, as does listing three lines. [Kevin's note: There
5073 were a number of other cases fixed too where the expectations
5074 differed...]
5075
50761999-09-02 Stan Shebs <shebs@andros.cygnus.com>
5077
5078 * gdb.base/selftest.exp: Add case for when version prints as
5079 constant string instead of char pointer.
5080
104c1213
JM
50811999-08-25 Stan Shebs <shebs@andros.cygnus.com>
5082
5083 * gdb.base/ending-run.exp: Add Solaris case for what happens when
5084 stepping out of main.
5085
5086 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
5087 G++ used.
5088
5089 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
5090 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
5091
5092 * gdb.c++/ovldbreak.exp: Update match string in test that
5093 includes a warning of multiple breakpoints.
5094
50951999-08-24 Stan Shebs <shebs@andros.cygnus.com>
5096
5097 * gdb.base/display.exp: Improve precision of step-after-finish
5098 added yesterday.
5099
5100 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
5101 test.
5102
5103 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
5104 configs when using G++, not just hppa*.
5105
51061999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5107
5108 * gdb.base/async.c: New file.
5109 * gdb.base/async.exp: New file.
5110
5111Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
5112
5113 * gdb.base/break.exp: Tweak PA specific tests to properly handle
5114 PA64.
5115
53a5351d
JM
5116Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
5117
104c1213
JM
5118 * gdb.base/display.exp: "finish" can leave us mid-line on many
5119 targets, deal with it. Add a small constant to main, instead of
5120 1000 since main+1000 may not be a valid address in the target.
5121
53a5351d
JM
5122 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
5123 on hpux11.
5124
5125 * gdb.base/attach.exp: Handle another hpux11 error message variant
5126 when attaching to a process that does not exist.
5127
51281999-08-19 J.T. Conklin <jtc@redback.com>
5129
5130 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
5131 characters in 'continue to 1241' test.
5132
51331999-08-17 Stan Shebs <shebs@andros.cygnus.com>
5134
5135 * gdb.base/call-ar-st.exp: Add a shorter match case for the
5136 stop in print_long_arg_list, define and use a whitespace
5137 variable in print_small_structs test, add an XFAIL for Solaris.
5138 * gdb.base/dbx.exp: XFAIL func commands until somebody is
5139 interested enough to fix.
5140
7be570e7
JM
51411999-08-13 Keith Seitz <keiths@cygnus.com>
5142
5143 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
5144 (dbx_gdb_load): Remove. Use gdb_load instead, since that
5145 proc knows about targets other than the natives.
5146 (test_assign): Use "gdb_run_cmd" to "run" the target.
5147 Check that we've actually hit the breakpoint at main.
5148 When we attempt to assign a value to a local variable, check
5149 that the variable is in the current scope, i.e., don't use
5150 a test with an empty result.
5151
5152Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
5153
5154 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
5155 command.
5156
51571999-08-09 Stan Shebs <shebs@andros.cygnus.com>
5158
5159 From Jimmy Guo <guo@cup.hp.com> and others at HP:
5160 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
5161 gdb.compat, gdb.threads-hp.
5162 gdb.hp/configure, gdb.hp/configure.in: New files.
5163 gdb.hp/Makefile.in: Recurse into new subdirs.
5164 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
5165 gdb.hp/gdb.objdbg: New directory, tests for debugging info
5166 in object files.
5167 gdb.hp/tools: New directory, aux tools for HP-specific tests.
5168
96baa820
JM
51691999-08-05 Stan Shebs <shebs@andros.cygnus.com>
5170
5171 * gdb.base/display.exp: Help expect by putting a newline in the
5172 funky printf, remove a bogus p/a test.
5173
51741999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5175
5176 * gdb.base/display.exp: Make sure that when we say 'run', we are
5177 connected to the target. This is necessary when running not
5178 natively.
5179
51801999-08-03 Stan Shebs <shebs@andros.cygnus.com>
5181
5182 * gdb.base/step-test.exp: Removed some extraneous messages.
5183
5184 * gdb.base/long_long.exp: Don't run memory examination tests
5185 on little-endian targets (they will need a different set of
5186 results to match).
5187
51881999-08-02 Stan Shebs <shebs@andros.cygnus.com>
5189
5190 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
5191 until somebody decides to fix GDB.
5192
5193 * gdb.base/long_long.c: Stop compiler complaint by specifying long
5194 constant as "ULL".
5195 * gdb.base/long_long.exp: Loosen x/c test, add partial result
5196 matches for a couple x/2 commands.
5197
a0b3c4fd
JM
51981999-07-30 Stan Shebs <shebs@andros.cygnus.com>
5199
5200 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
5201 by merging in ref-types2 tests.
5202 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
5203
5204 From Jimmy Guo <guo@cup.hp.com> and others at HP:
5205 * gdb.c++/Makefile.in: Add standard actions.
5206 (EXECUTABLES): Rename from PROGS, update list.
5207 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
5208 from gdb.hp.
5209 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
5210 foo and bar locals.
5211 * gdb.c++/anon-union.exp: Fix tests to match.
5212 * gdb.c++/classes.exp: Run if HP compiler used, add extra
5213 expect matches to handle output variations.
5214 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
5215 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
5216 output, add HP alternatives for new and delete prints.
5217 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
5218 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
5219 * gdb.c++/demangle.exp: Use $style when reporting failure.
5220 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
5221 * gdb.c++/inherit.exp: Run if HP compiler used, add some
5222 match alternatives.
5223 * gdb.c++/local.exp: Add match alternatives or xfails for HP
5224 compilers.
5225 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
5226 * gdb.c++/method.exp: Add match alternatives.
5227 * gdb.c++/misc.cc: Add bool types.
5228 * gdb.c++/misc.exp: Add tests for bool types.
5229 * gdb.c++/overload.exp: Add xfails.
5230 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
5231 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
5232 add some more template parameter tests (only for HP currently).
5233 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
5234 * gdb.c++/virtfunc.cc: Add return type and value for main.
5235 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
5236 match alternatives.
beb998c6 5237
a0b3c4fd
JM
52381999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5239
5240 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
5241
52421999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
5243
5244 * gdb.base/signals.exp: Don't expect getting a backtrace from
5245 within a signal handler to fail on Linux.
5246
52471999-07-29 Stan Shebs <shebs@andros.cygnus.com>
5248
5249 From Jimmy Guo <guo@cup.hp.com> and others at HP:
5250 * lib/gdb.exp: Remove some gratuitious semicolons.
5251 (delete_breakpoints): Increase timeout.
5252 (gdb_expect): Add -notransfer option.
5253 (gdb_test): Use -notransfer option.
5254 (get_compiler_info): Add f77 case.
5255 (get_compiler): New proc, split out from gdb_preprocess, add f77
5256 case.
5257 (gdb_preprocess): Call get_compiler.
5258
5259 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
5260 * gdb.base/attach.exp, gdb.base/display.exp,
5261 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
5262 gdb.base/long_long.exp, gdb.base/printcmds.exp,
5263 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
5264 third arg to gdb_test.
5265 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
5266 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
5267 HP-UX xfails, add others.
5268 * gdb.base/completion.exp: Reflect name change of self-test.
5269 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
5270 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
5271 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
5272 HP failure number.
5273 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
5274 useless HP-UX 10.30 references.
5275 * gdb.base/maint.exp: Loosen matches.
5276 * gdb.base/pointers.c (main): Declare more_code.
5277 * gdb.base/pointers.exp: Match on output of a `next'.
5278 * gdb.base/structs.c: Add prototypes.
5279 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
5280 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
5281
52821999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5283
5284 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
5285 command.
5286
52871999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5288
5289 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
5290 Fix run to main failures. Watchpoint can be hardware watchpoint.
beb998c6
AC
5291
5292 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
5293 debug info. Deal with lack of signal hanlder info in stack.
5294
5295 From Jim Kingdon <kingdon@redhat.com>:
5296 * gdb.base/annota1.exp: If printf has debug info, deal with it.
5297
5a2468f5
JM
52981999-07-19 Stan Shebs <shebs@andros.cygnus.com>
5299
5300 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
5301 gdb.base/foll-vfork.exp: Don't run for crosses.
5302
adf40b2e
JM
5303Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
5304
5305 * gdb.base/configure.in: Check for gdbvars.exp instead of
5306 a1-selftest.exp.
5307 * gdb.base/configure: Re-generate.
5308
53091999-07-12 Stan Shebs <shebs@andros.cygnus.com>
5310
5311 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
5312 in trying to run first and name is too long.
5313
5314 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
5315 pointers2.c and pointers2.exp, respectively.
5316 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
5317 doschk happier.
5318
43e526b9
JM
53191999-07-08 Stan Shebs <shebs@andros.cygnus.com>
5320
5321 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
5322 callfuncs2.c and callfuncs2.exp.
5323
5324 * gdb.base/list.exp: Remove mistaken xfails.
5325 * gdb.base/list0.h: Add optional prototypes.
5326
9846de1b
JM
5327Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
5328
5329 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
5330 calling malloc.
5331 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
5332 * ptype.exp: Move test for get_debug_format to before its first
5333 use.
5334
53351999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5336
5337 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
5338 * gdb.base/annota2.cc, annota2.exp: Move from here.
5339 * gdb.c++/annota2.cc, annota2.exp: To here.
5340 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
5341
43ff13b4
JM
5342Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
5343
5344 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
5345 a consistent format.
5346
085dd6e6
JM
53471999-06-25 Stan Shebs <shebs@andros.cygnus.com>
5348
5349 From Jimmy Guo <guo@cup.hp.com> and others at HP:
5350 * lib/gdb.exp (get_compiler_info): Add detection for assorted
5351 HP compilers, also set the globals $true and $false.
5352
5353 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
5354 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
5355 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
5356 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
5357 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
5358 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
5359 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
5360 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
5361 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
5362 whatis.c} Add C++ compatible function definitions and return
5363 types, add includes for library functions.
5364 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
5365 * gdb.base/step-test.c (myglob): Rename from glob.
5366 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
5367 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
5368 files, move here from gdb.hp.
5369 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
5370 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
5371 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
5372 Adjust line numbers in regexps.
5373
5374 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
5375 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
5376 instead of 0/1.
5377
5378 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
5379 foll-vfork.exp: New files, move here from gdb.hp.
5380 * gdb.base/page.exp: New file, test of pagination command.
5381
5382 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
5383 recursion test.
5384 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
5385
5386 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
5387 gdb.base/solib.exp: Fix compiler invocation process.
5388
5389 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
5390 HP-UX 11, turn off overload resolution explicitly.
5391 * gdb.base/commands.exp: Set argument list explicitly, add
5392 watchpoint test.
5393 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
5394 them work.
5395 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
5396 expressions properly.
5397 * gdb.base/corefile.exp: Loosen the match slightly.
5398 * gdb.base/default.exp: Allow "Error accessing memory" message
5399 also.
5400 * gdb.base/display.exp: Skip over x/0 j if PA64.
5401 * gdb.base/funcargs.exp: Add xfails for HP-UX.
5402 * gdb.base/interrupt.exp: Ditto.
5403 * gdb.base/langs.exp: Add symbolic matches governed by compiler
5404 in use.
5405 * gdb.base/list.exp: Add xfails for HP-UX.
5406 * gdb.base/long_long.exp: Refine some of the numeric matches.
5407 * gdb.base/mips_pro.exp: Xfail on HP-UX.
5408 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
5409 * gdb.base/nodebug.exp: Succeed on more varieties of output.
5410 * gdb.base/opaque.exp: Remove some HP-UX xfails.
5411 * gdb.base/ptype.exp: Succeed on more varieties of output.
5412 * gdb.base/scope.exp: Add xfails for HP-UX.
5413 * gdb.base/sect-cmd.exp: Add more cases.
5414 * gdb.base/setvar.exp: Add xfails for HP-UX.
5415 * gdb.base/shlib-call.exp: Loosen some matches slightly.
5416 * gdb.base/signals.exp: Match on void symbolically.
5417 * gdb.base/step-test.exp: Add case for PA64.
5418 * gdb.base/term.exp: Add exit and restart.
5419 * gdb.base/twice.exp: Clean up after self.
5420 * gdb.base/varargs.exp: Disable overload resolution explicitly.
5421 * gdb.base/whatis.exp: Allow more ways to pass tests.
5422
5423 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
5424 no longer useful.
5425
5426Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
5427
5428 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
5429 list of patterns.
5430 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
5431 print_double_array(double_array)", "continuing to breakpoint
5432 1018", "print print_double_array(array_d)" and "continuing to
5433 1034" tests.
beb998c6 5434
085dd6e6
JM
54351999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
5436
5437 * Makefile.in: Add empty html and install-html targets.
5438
54391999-06-24 Stan Shebs <shebs@andros.cygnus.com>
5440
5441 * config/mt-*: Remove, these haven't been used since 1996.
5442
54431999-06-22 Stan Shebs <shebs@andros.cygnus.com>
5444
5445 * gdb.base/call-strs.c, gdb.base/ending-run.c,
5446 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
5447 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
5448
9e0b60a8
JM
54491999-06-18 Stan Shebs <shebs@andros.cygnus.com>
5450
5451 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
5452 simpler match case for the ptype of the big class.
5453
54541999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5455
5456 * gdb.exp: Fix test for gdb_prompt existence.
5457
54581999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5459
5460 * gdb.exp (gdb_test): Add fail after calls to perror.
5461
54621999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5463
5464 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
5465
54661999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5467
5468 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
5469
0f71a2f6
JM
5470Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
5471
5472 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
5473 malloc() is linked in.
5474
54751999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
5476
5477 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
5478 step at end.
5479
5480 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
5481
54821999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
5483
5484 * gdb.java/jv-print.exp: New file. (Our first Java test!)
5485
cce74817
JM
5486Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
5487
5488 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
5489 * gdb.base/mips_pro.exp: Likewise.
5490
54911999-06-02 Keith Seitz <keiths@cygnus.com>
5492
5493 * gdb.c++/templates.cc: Change all "new" operators to throw
5494 an exception.
5495 * gdb.c++/cplusfuncs.cc: Likewise.
5496
5497 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
5498
5499Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
5500
5501 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
5502 * gdb.base/ending-run.exp: When stepping out of main, accept a
5503 step into an arbitrary assembler file.
5504
392a587b
JM
55051999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5506
beb998c6 5507 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 5508 "breakpoint-invalid" to be printed.
beb998c6 5509 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
5510 number of "frames-invalid" and "breakpoint-invalid" to be printed.
5511 * gdb.base/annota2.cc: Initialize a.x to 0.
5512
9e086581
JM
55131999-05-17 Keith Seitz <keiths@cygnus.com>
5514
5515 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
5516 when "skip_float_tests" set.
5517 Ditto for "print print_double_array(array_d)", "print print_small_structs",
5518 "print print_ten_doubles", and "step into print_long_arg_list".
5519 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
5520 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
5521 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
5522 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
5523 "skip_float_tests" is set.
5524 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
5525 when "skip_float_tests" set.
beb998c6 5526
cd0fc7c3
SS
55271999-05-06 Keith Seitz <keiths@cygnus.com>
5528
5529 * gdb.base/annota2.cc: Include stdio.h.
5530
5531Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
5532
5533 * gdb.base/crossload.exp: Remove, this has been disabled ever
5534 since BFD stopped including all targets, and cross-GDB gets
5535 plenty of testing anyway.
5536 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
5537 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
5538 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
5539 * gdb.base/README: Remove, was doc for this.
5540 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
5541 needed.
5542
b83266a0
SS
55431999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5544
5545 * gdb.base/call-ar-st.exp: Fix one regular expression in test
5546 output.
5547
5548 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
5549 * gdb.base/annota2.exp: New file. More annotation tests.
5550 * gdb.base/annota1.c: New file. Source file for annota1.exp.
5551 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
5552
55531999-04-23 Angela Marie Thomas <angela@cygnus.com>
5554
5555 * config/cfdbug.exp: New file.
5556
7a292a7a
SS
55571999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
5558
5559 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
5560 Marcus Daniel's and Dale Hawkins's demangler crashes.
5561
5562 * gdb.c++/demangle.exp (test_gnu_style_demangling,
5563 test_lucid_style_demangling, test_arm_style_demangling,
5564 test_hp_style_demangling): Try Tom Tromey's core-dumping
5565 identifier under each demangling style.
5566
55671999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
5568
5569 * gdb.c++/demangle.exp: Include the current demangling style
5570 in all test names.
5571 (current_demangling_style): New global variable.
5572 (set_demangling_style, test_demangling_core, test_demangling,
5573 test_demangling_exact): New functions.
5574 (test_gnu_style_demangling, test_lucid_style_demangling,
5575 test_arm_style_demangling, test_hp_style_demangling): Use those,
5576 instead of calling gdb_test and gdb_test_exact directly.
5577 (catch_demangling_errors): New function, which reports errors
5578 signalled by the demangling test functions in an orderly way.
5579 (do_tests): Use catch_demangling_errors.
5580
55811999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
5582
5583 * gdb.base/signals.exp (test_handle_all_print): Use () for
5584 grouping in expressions, not {}.
5585
5586 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
5587 initialized yet.
5588
55891999-04-01 Stan Shebs <shebs@andros.cygnus.com>
5590
5591 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
5592 are listed.
5593
55941999-03-26 Stan Shebs <shebs@andros.cygnus.com>
5595
5596 * gdb.stabs/weird.exp: Test for CC being defined before
5597 looking at its value.
5598
55991999-03-25 Stan Shebs <shebs@andros.cygnus.com>
5600
5601 * gdb.base/call-ar-st.exp: Remove stray '#'.
5602 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
5603 "short int" and "long int".
5604 * gdb.c++/overload.cc: Cast the string added in the previous
5605 change, to mollify finicky HP compiler.
5606 * gdb.hp/reg-test.exp (testfile): Fix file name.
5607 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
beb998c6 5608
7a292a7a
SS
5609 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
5610 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
5611 alternate form of enum ptype.
5612
c906108c
SS
56131999-03-23 Stan Shebs <shebs@andros.cygnus.com>
5614
7a292a7a
SS
5615 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
5616 * gdb.hp/*.exp: Change all to run compiler probe only after
5617 passing skip_hp_tests, so as not to waste time on guaranteed
5618 failure.
5619
c906108c
SS
5620 * gdb.c++/overload.cc: Pass string instead of char addr, always
5621 init ccpfoo.
5622 * gdb.c++/templates.cc: Fix syntax error.
5623
7a292a7a
SS
5624Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5625
5626 * gdb.base/commands.exp: Add test for correct position of '>'
beb998c6 5627 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
5628 command.
5629
56301999-03-18 James Ingham <jingham@cygnus.com>
5631
5632 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
5633
5634 * gdb.c++/method.exp: It was testing an uninitialized int on the
5635 stack and assuming it was positive.
5636
5637 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
5638
5639 * gdb.base/step-test.exp: Catch a case where finish is broken and
beb998c6 5640 keep it from killing the rest of the tests.
7a292a7a
SS
5641 Use gdb_continue_to_end.
5642
5643 * gdb.base/sigall.exp: use gdb_continue_to_end.
5644
5645 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
5646
5647 * gdb.base/display.exp: use runto_main, not run.
5648
beb998c6
AC
5649 * gdb.base/default.exp: Check for the current error message in the
5650 r abbreviation test.
7a292a7a
SS
5651 Add strongarm to the targets that know info float.
5652
beb998c6 5653 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
5654 run which doesn't work with monitors.
5655
5656 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
5657
5658 * gdb.base/break.exp: use the gdb_continue_to_end proc.
5659
5660 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
beb998c6
AC
5661 program. Traps the case (in Cygmon) when the program never really
5662 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
5663 more places, so I used my name. Sorry Mark...
5664
5665 * config/monitor.exp (gdb_target_monitor): added another
5666 target_info parameter: remotebinarydownload. This will set the
5667 remotebinarydownload flag if this is causing some boards trouble.
5668
56691999-03-18 Mark Salter <msalter@cygnus.com>
5670
5671 * lib/gdb.exp (continue_to_exit): New function.
5672
5673 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
5674 * gdb.base/ending-run.exp: Ditto.
5675 * gdb.base/step-test.exp: Ditto.
5676
56771999-03-16 Stan Shebs <shebs@andros.cygnus.com>
5678
5679 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
5680 (suggested by Art Haas <ahaas@neosoft.com>).
5681
56821999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
5683
5684 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
5685
5686Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
5687
5688 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
5689 descriptions of types (short unsigned int vs unsigned short, etc).
5690
56911999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
5692
5693 * gdb.base/call-strs.exp: Don't assume that `step' will step over
5694 a call to strlen; sometimes we do have sources.
5695
56961999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
5697
5698 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
5699 character, so GDB won't print garbage after its end.
beb998c6 5700
c906108c
SS
5701 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
5702 breakpoint there instead. Sometimes GCC emits memcpy to handle
5703 the large structures being passed by value, so we step into that
5704 instead of sum_array_print, which obscures what we're really testing.
5705 * gdb.base/step-test.exp: However, we do want a test that notices
5706 the bizarre steps into memcpy, so do that here. Add check for
5707 stepping into function calls that pass large structures by value.
5708 ("Is that a noun clause, or are you just happy to see me?")
5709 Remove all references to specific line numbers.
5710 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
5711 New type and function.
5712 (main): Call large_struct_by_value, passing it a large struct by value.
5713 * lib/gdb.exp (gdb_get_line_number): New function.
5714
5715 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
5716 more portable.
5717
7a292a7a
SS
57181999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
5719
c906108c
SS
5720 * lib/gdb.exp: Doc fixes.
5721
7a292a7a
SS
57221999-03-05 Nick Clifton <nickc@cygnus.com>
5723
beb998c6 5724 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
5725
57261999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
5727
c906108c
SS
5728 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
5729 commands. They're not germane to this test, and they don't work
5730 that way on remote targets.
5731
3fc11d3e
JM
57321999-03-01 James Ingham <jingham@cygnus.com>
5733
5734 * Changelog entries merged over from gdb development branch.
5735
3fc11d3e
JM
5736 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
5737
5738 * lib/gdb.exp (gdbtk_analyze_results): Generic function
5739 for outputting results of test run.
5740
2d4a1622 5741 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
5742
5743 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 5744
7a292a7a
SS
57451999-02-25 Felix Lee <flee@cygnus.com>
5746
5747 * lib/gdb.exp (debug_format): initialize
5748
c906108c
SS
57491999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
5750
5751 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
5752 * gdb.base/call-rt-st.c: Ditto.
5753
c906108c
SS
57541999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
5755
5756 * gdb.threads/pthreads.exp (horiz): New variable.
5757 (test_startup): Fix regexps that capture thread numbers.
5758
57591999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
5760
5761 * gdb.base/smoke.exp: Disambiguate two test case names (both
5762 called ``print'').
5763
5764Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
5765
5766 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
5767 compilation.
5768
57691999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
5770
5771 * gdb.base/miscexprs.exp: Change patterns to match GDB's
5772 actual output formatting.
5773 * gdb.base/smoke.exp: GDB removes leading 0's.
5774 * gdb.base/volatile.exp: Don't check type of remuneration;
5775 that variable is no longer defined in constvars.c.
5776 * gdb.base/step-test.c (main): Exit with explicit exit code.
5777 * gdb.base/step-test.exp: Remove two nexti checks--they are
5778 not portable.
5779
57801999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
5781
5782 * gdb.base/help.exp ("help delete display"): Fix test to match
5783 gdb's output.
5784
5785 * gdb.base/long_long.c (known_types): Initialize values to zero.
5786 * gdb.base/long_long.exp: Step one more line
5787 so 'dec' is initialized in "get to known place". GDB removes
beb998c6 5788 leading zeros. Explicitly ask for hex formatting. Use
c906108c
SS
5789 unique test case names.
5790
5791Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5792
beb998c6 5793 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
5794
5795 * gdb.c++/method.exp: Add missing close brace.
5796
57971999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
5798
5799 * gdb.base/maint.exp: Use 'set height 0' to disable page
5800 prompting, not 'set height 400'.
5801
5802 Fix a bunch of timeouts.
5803 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
5804 four separate tests, so expect doesn't take forever to match a ton
5805 of text against a regexp with lots of .* forms.
5806 ("maint print psymbols", "maint print symbols"): Make some of
5807 these greps more selective, so that expect doesn't try to wade
5808 through huge piles of output and time out.
5809
5810 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
5811
5812 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
5813 tests: one which doesn't expect shlib events to be reported, and
5814 another which does, but is XFAIL for all platforms other than
5815 HP/UX.
5816
5817 * gdb.base/break.exp: Teach the test suite that the `catch
5818 fork', `catch vfork', and `catch exec' commands produce error
5819 messages on platforms that don't provide these features.
5820
5821Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
5822
5823 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
5824 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
5825 (shortening names from solib_threshold.exp etc), won't run on
5826 anything but HP-UX for the foreseeable future.
5827 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
5828 reflect move.
5829
5830Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
5831
5832 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
5833 gdb.trace/Makefile.in (clean): Remove all test executables.
5834
5835Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
5836
5837 * gdb.base/shlib-call.exp: add test cases to verify that gdb
5838 successfully re-sets breakpoints in shared libraries.
5839 * gdb.base/shmain.c (main): return 0, don't fall off the end.
5840
5841Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5842
beb998c6
AC
5843 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
5844 and compiled w/o GCC.
c906108c
SS
5845
5846 * gdb.hp/watch-cmd.exp: ditto.
5847
5848 * gdb.hp/watch-hp.exp: ditto.
5849
5850 * gdb.hp/xdb1.exp: ditto.
5851
5852 * gdb.hp/xdb2.exp: ditto.
5853
5854 * gdb.hp/dbx.exp: ditto.
5855
5856Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
5857
5858 * constvars.c: Remove C++-isms.
5859 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
5860 with GCC.
5861
5862Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
5863
5864 The following changes are part of the HP merge.
5865
5866 * gdb.base/break.exp: new tests to verify that catchpoints for
5867 fork, vfork, and exec don't trigger inappropriately.
5868
5869 * gdb.base/opaque.exp: compile one file at a time, then link.
5870
5871 * gdb.base/signals.exp: be more restrictive about which hppa
5872 systems receive a setup_xfail. new tests.
5873
5874 * gdb.base/solib_threshold.build: new file.
5875 * gdb.base/solib_threshold.exp: new file.
5876 * gdb.base/solib_threshold.link_opts: new file.
5877 * gdb.base/solib_threshold.mk: new file.
5878 * gdb.base/gen_solib_threshold.c: new file.
5879
5880 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
5881 tests. New tests for enums inside classes.
5882
5883 * gdb.c++/compiler.cc: indicate support of template debugging.
5884
5885 * gdb.c++/demangle.exp: run hp style demangling tests.
5886
5887 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
5888 tests.
5889
5890 * gdb.c++/misc.cc: changes to support new tests.
5891
5892 * gdb.c++/templates.cc: changes to support HP's compiler; changes
5893 to support new tests.
5894
5895 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
5896 gcc, then skip these tests.
5897
5898Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
5899
5900 The following files are part of the HP merge; some had longer
5901 names at HP, but have been renamed to be no more than 14
5902 characters in length.
5903
5904 * gdb.hp/ambiguous.cc: new file.
5905 * gdb.hp/ambiguous.exp: new file.
5906 * gdb.hp/attach.exp: new file.
5907 * gdb.hp/attach2.exp: new file.
5908 * gdb.hp/classes-hp.exp: new file.
5909 * gdb.hp/ctti.exp: new file.
5910 * gdb.hp/ctti-add.cc: new file.
5911 * gdb.hp/ctti-add1.cc: new file.
5912 * gdb.hp/ctti-add2.cc: new file.
5913 * gdb.hp/ctti-add3.cc: new file.
5914 * gdb.hp/dbx.exp: new file.
5915 * gdb.hp/exception.cc: new file.
5916 * gdb.hp/exception.exp: new file.
5917 * gdb.hp/foll-exec.c: new file.
5918 * gdb.hp/foll-exec.exp: new file.
5919 * gdb.hp/foll-fork.c: new file.
5920 * gdb.hp/foll-fork.exp: new file.
5921 * gdb.hp/foll-vfork.c: new file.
5922 * gdb.hp/foll-vfork.exp: new file.
5923 * gdb.hp/inherit-hp.exp: new file.
5924 * gdb.hp/more-steps.exp: new file.
5925 * gdb.hp/namespace.cc: new file.
5926 * gdb.hp/namespace.exp: new file.
5927 * gdb.hp/optimize.exp: new file.
5928 * gdb.hp/pxdb.c: new file.
5929 * gdb.hp/pxdb.exp: new file.
5930 * gdb.hp/quicksort.exp: new file.
5931 * gdb.hp/reg-test.exp: new file.
5932 * gdb.hp/reg-test.s: new file.
5933 * gdb.hp/sized-enum.c: new file.
5934 * gdb.hp/sized-enum.exp: new file.
5935 * gdb.hp/start-stop.exp: new file.
5936 * gdb.hp/templ-hp.cc: new file.
5937 * gdb.hp/templ-hp.exp: new file.
5938 * gdb.hp/thr-lib.c: new file.
5939 * gdb.hp/thr-lib.exp: new file.
5940 * gdb.hp/thr-lib.h: new file.
5941 * gdb.hp/thr-liblib.c: new file.
5942 * gdb.hp/virtfun-hp.c: new file.
5943 * gdb.hp/virtfun-hp.exp: new file.
5944 * gdb.hp/watch-cmd.exp: new file.
5945 * gdb.hp/watch-hp.exp: new file.
5946 * gdb.hp/xdb1.exp: new file.
5947 * gdb.hp/xdb2.exp: new file.
5948 * gdb.hp/xdb3.exp: new file.
5949
5950Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
5951
5952 The following files are part of the HP merge; some had longer
5953 names at HP, but have been renamed to be no more than 14
5954 characters in length.
5955
5956 * gdb.base/ss.h: new file.
5957 * gdb.base/call-ar-st.c: new file.
5958 * gdb.base/call-ar-st.exp: new file.
5959 * gdb.base/call-rt-st.c: new file.
5960 * gdb.base/call-rt-st-exp: new file.
5961 * gdb.base/call-strs.exp: new file.
5962 * gdb.base/ena-dis-br.exp: new file.
5963 * gdb.base/environ.exp: new file.
5964 * gdb.base/long_long.exp: new file.
5965 * gdb.base/sect-cmd.exp: new file.
5966 * gdb.base/shlib-cl2.exp: new file.
5967 * gdb.base/smoke.exp: new file.
5968 * gdb.base/so-impl-ld.c: new file.
5969 * gdb.base/so-impl-ld.exp: new file.
5970 * gdb.base/so-indr-cl.c: new file.
5971 * gdb.base/so-indr-cl.exp: new file.
5972 * gdb.base/varargs.exp: new file.
5973 * gdb.base/volatile.exp: new file.
5974 * gdb.base/whatis-exp.exp: new file.
7a292a7a 5975 * gdb.base/display.exp: new file.
c906108c
SS
5976 * gdb.c++/derivation.exp: new file.
5977 * gdb.c++/local.exp: new file.
5978 * gdb.c++/member-ptr.exp: new file.
5979 * gdb.c++/overload.exp: new file.
5980 * gdb.c++/ovldbreak.exp: new file.
5981 * gdb.c++/ref-types.exp: new file.
5982 * gdb.c++/ref-types2.exp: new file.
5983 * gdb.c++/userdef.exp: new file.
beb998c6 5984
c906108c
SS
5985Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
5986
5987 * gdb.base/default.exp: Reflect wording change in remote.c.
5988
dc96c6c7 5989Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5990
5991 * gdb.base/help.exp: Update to reflect current text.
5992
5993Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
5994
5995 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
5996 they're stack variables and contain garbage.
5997 * gdb.c++/anon-union.exp: new file.
5998
5999 The following changes were made by David Taylor
6000 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
6001 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
6002 in changes by HP.
6003
6004 * gdb.base/bitops.exp: new file.
6005 * gdb.base/default.exp: change expected messages for catch and
6006 info catch tests to reflect HP merge changes.
6007 * gdb.base/enable-disable-break.exp
6008 * gdb.base/ending-run.c: new file.
6009 * gdb.base/long_long.c: new file.
6010 * gdb.base/maint.exp: new file.
6011 * gdb.base/pointers2.exp: new file.
6012 * gdb.base/shlib-call2.exp: new file.
6013 * gdb.base/solib.exp: new file.
6014 * gdb.base/step-test.c: new file.
6015 * gdb.c++/anon-union.cc: new file.
6016 * gdb.c++/local.cc: new file.
6017 * gdb.c++/member-pointer.cc: new file.
6018 * gdb.c++/method.cc: new file.
6019 * gdb.c++/ref-types.cc: new file.
6020 * gdb.c++/ref-types2.cc: new file.
6021 * gdb.c++/userdef.cc: new file.
beb998c6 6022
c906108c
SS
6023 * gdb.base/scope.exp: compile one file at a time, then link.
6024 * gdb.base/langs.exp: ditto.
6025 * gdb.base/list.exp: ditto.
beb998c6 6026
c906108c
SS
6027Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
6028
6029 The following changes were made by David Taylor
6030 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
6031 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
6032 in changes by HP.
beb998c6 6033
c906108c
SS
6034 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
6035 skip tests. When compiling pass c++ flag to gdb_compile.
6036 * gdb.c++/
beb998c6 6037
c906108c
SS
6038 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
6039 test for on hppa*-*-hpux*; use args to see if c++ was specified.
6040 (skip_hp_tests): new function.
6041 (gdb_preprocess): new function.
6042
6043 * configure.in (hpdir): decide whether to configure gdb.hp.
6044 * configure: regenerated.
6045
6046 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
6047 to delete on clean.
6048 (EXECUTABLES): update to reflect new additions.
6049 * gdb.base/commands.exp: update message expected.
6050 * gdb.base/default.exp: add copyright notice.
6051 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
6052 * gdb.base/help.exp: update messages to reflect current text.
6053 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
6054 targets for recurse tests.
6055 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
6056 skip this file.
6057
6058 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
6059 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
6060 compilation.
6061 * gdb.c++/misc.exp: ditto.
6062 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
6063 run the tests. tell gdb_compile that it's a c++ compilation.
6064
6065 * gdb.threads/pthreads.exp: fix typo in message.
beb998c6 6066
c906108c
SS
6067 * gdb.base/all-bin.exp: new file.
6068 * gdb.base/arithmet.exp: new file.
6069 * gdb.base/assign.exp: new file.
6070 * gdb.base/completion.exp: new file.
6071 * gdb.base/cond-expr.exp: new file.
6072 * gdb.base/condbreak.exp: new file.
6073 * gdb.base/define.exp: new file.
6074 * gdb.base/dollar.exp: new file.
6075 * gdb.base/environment.exp: new file.
6076 * gdb.base/eval-skip.exp: new file.
6077 * gdb.base/jump.exp: new file.
6078 * gdb.base/logical.exp: new file.
6079 * gdb.base/pointers.exp: new file.
6080 * gdb.base/relational.exp: new file.
6081 * gdb.base/section_command.exp: new file.
6082 * gdb.base/whatis-expr.exp: new file.
6083
6084 * gdb.base/all-types.c: new file.
6085 * gdb.base/call-array-struct.c: new file.
6086 * gdb.base/call-return-struct.c: new file.
6087 * gdb.base/call-strings.c: new file.
6088 * gdb.base/callfuncs2.c: new file.
6089 * gdb.base/condbreak.c: new file.
6090 * gdb.base/constvars.c: new file.
6091 * gdb.base/display.c: new file.
6092 * gdb.base/int-type.c: new file.
6093 * gdb.base/jump.c: new file.
6094 * gdb.base/miscexprs.c: new file.
6095 * gdb.base/pointers.c: new file.
6096 * gdb.base/pointers2.c: new file.
6097 * gdb.base/shmain.c: new file.
6098 * gdb.base/shr1.c: new file.
6099 * gdb.base/shr2.c: new file.
6100 * gdb.base/solib.c: new file.
6101 * gdb.base/solib1.c: new file.
6102 * gdb.base/solib2.c: new file.
6103 * gdb.base/varargs.c: new file.
6104 * gdb.c++/derivation.cc: new file.
6105 * gdb.c++/overload.cc: new file.
6106 * gdb.c++/ovldbreak.cc: new file.
6107 * gdb.hp/attach.c: new file.
6108 * gdb.hp/attach2.c: new file.
6109 * gdb.hp/average.c: new file.
6110 * gdb.hp/compiler.c: new file.
6111 * gdb.hp/compiler.cc: new file.
6112 * gdb.hp/execd-program.c: new file.
6113 * gdb.hp/follow-exec.c: new file.
6114 * gdb.hp/follow-fork.c: new file.
6115 * gdb.hp/follow-vfork-and-exec.c: new file.
6116 * gdb.hp/misc-hp.cc: new file.
6117 * gdb.hp/more-steps.c: new file.
6118 * gdb.hp/optimize.c: new file.
6119 * gdb.hp/quicksort.c: new file.
6120 * gdb.hp/run-hp.c: new file.
6121 * gdb.hp/start-stop.c: new file.
6122 * gdb.hp/sum.c: new file.
6123 * gdb.hp/templates-hp.cc: new file.
6124 * gdb.hp/thread-local-in-lib.c: new file.
6125 * gdb.hp/thread-local-in-lib.h: new file.
6126 * gdb.hp/thread-local-in-lib.lib.c: new file.
6127 * gdb.hp/vforked-program.c: new file.
6128 * gdb.hp/virtfunc-hp.cc: new file.
6129 * gdb.hp/watchpoint-hp.c: new file.
6130 * gdb.hp/xdb.c: new file.
6131 * gdb.hp/xdb0.c: new file.
6132 * gdb.hp/xdb0.h: new file.
6133 * gdb.hp/xdb1.c: new file.
6134
6135Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
6136
6137 The following change was made by Edith Epstein
6138 <eepstein@cygnus.com> as part of a project to merge in changes
6139 originally made by HP; HP did not create ChangeLog entries.
6140
6141 * gdb.c++/demangle.exp: changed the expected output for some
6142 ARM-style mangling -- removed second reference to datatype.
6143 For example, maint demangle __dt__11T1__pt__2_cFv
6144 T1<char>::~T1<char>(void)
6145 becomes,
6146 maint demangle __dt__11T1__pt__2_cFv
6147 T1<char>::~T1(void)
6148
6149 (test_hp_style_demangling): new hp specific demangling test cases.
beb998c6 6150
c906108c
SS
6151Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
6152
6153 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
6154 * gdb.trace/backtrace.exp: Likewise.
6155 * gdb.trace/circ.exp: Likewise.
6156 * gdb.trace/collection.exp: Likewise.
6157 * gdb.trace/deltrace.exp: Likewise.
6158 * gdb.trace/infotrace.exp: Likewise.
6159 * gdb.trace/limits.exp: Likewise.
6160 * gdb.trace/packetlen.exp: Likewise.
6161 * gdb.trace/passc-dyn.exp: Likewise.
6162 * gdb.trace/passcount.exp: Likewise.
6163 * gdb.trace/report.exp: Likewise.
6164 * gdb.trace/save-trace.exp: Likewise.
6165 * gdb.trace/tfind.exp: Likewise.
6166 * gdb.trace/tracecmd.exp: Likewise.
6167 * gdb.trace/while-dyn.exp: Likewise.
6168 * gdb.trace/while-stepping.exp: Likewise.
6169
61701998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
6171
6172 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
6173
6174Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
6175
6176 From Brendan Kehoe:
6177 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
6178 int return types.
6179
6180Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
6181
6182 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
6183 remote dos host testing right.
6184
6185Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
6186
6187 * gdb.base/corefile.exp: remove some xfails.
6188
6189Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
6190
6191 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
6192 have different timestamps.
6193
6194Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
6195
6196 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
6197 gdb.base/default.exp: Replace "exec" with "executable".
6198
6199Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
6200
6201 * gdb.base/default.exp: Change else if to elseif from previous
6202 delta.
6203
6204Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
6205
6206 * gdb.base/default.exp: Add brace missing from previous delta.
6207
6208Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
6209
6210 * gdb.base/default.exp: Support test for info float for all
6211 varieties of arm toolchain.
6212
dc96c6c7 6213Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6214
6215 * gdb.trace/*.exp: remove "remote_download" command.
6216
dc96c6c7 6217Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6218
6219 * gdb.trace/*.exp: remove -gdwarf from compile.
6220
6221Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
6222
6223 * gdb.trace/configure.in(AC_INIT): typo
6224 * gdb.trace/configure: regenerated
6225
dc96c6c7 6226Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6227
6228 * config/m68k-emc.exp: New file.
6229 * lib/<emc-support.exp trace-support.exp}: New files.
6230 * configure.in: add new test directory gdb.trace.
6231 * gdb.trace/{configure configure.in Makefile.in}: New files.
6232 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
6233 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
6234 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
6235 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
6236 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
6237 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
6238 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
beb998c6 6239
dc96c6c7 6240Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6241
6242 * gdb.c++/classes.exp: Change all regular expressions to match
6243 arbitrary combinations of newline/carriage-return, so that they
6244 will work equally well on Unix and Windows.
6245 * gdb.c++/inherit.exp: ditto.
6246 * gdb.c++/virtfunc.exp: ditto.
6247
62481998-08-11 Dawn Perchik <dawn@cygnus.com>
6249
6250 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
6251
c2d11a7d
JM
6252Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
6253
6254 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
6255 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
6256 to use a0-a3/d0-d3 as needed.
6257
6258Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
6259
6260 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
6261 * gdb.disasm/am33.exp: Corresponding changes.
6262
c906108c
SS
62631998-07-11 Felix Lee <flee@cygnus.com>
6264
6265 * gdb.base/callfuncs.exp: add cmp10 test.
6266 * gdb.base/callfuncs.c (cmp10): new function.
6267
6268Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
6269
beb998c6 6270 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
6271 into two parts to get around a synchronization problem in expect.
6272
3fc11d3e
JM
6273Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
6274
6275 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
6276
6277 * configure.in: Add options for gdbtk testsuite.
6278
6279 * configure: Regenerate.
6280
6281 * gdb.gdbtk: New directory to hold gdbtk tests.
6282
c906108c
SS
6283Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6284
6285 * gdb.fortran/types.exp: Escape brackets in expect patterns
6286 for test_float_literal_types_accepted tests.
6287 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
6288 before run test.
6289
c2d11a7d
JM
6290Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
6291
6292 * am33.exp: Just compile, do not link the testcase.
6293 * am33.s: Add ".am33" pseudoop to force am33 mode.
6294
c906108c
SS
62951998-06-25 Felix Lee <flee@cygnus.com>
6296
6297 * gdb.base/setshow.exp: make sure $pc is sane.
6298
6299 * gdb.stabs/weird.exp: split expect patterns properly.
6300
c2d11a7d
JM
6301Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
6302
6303 * gdb.disasm/am33.s: New disassembler testfile for the am33.
6304 * gdb.disasm/am33.exp: Run it.
6305
dc96c6c7 6306Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6307
6308 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
6309 match processing (and eliminate spurious timeouts when running).
6310
dc96c6c7 6311Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6312
6313 * gdb.base/signals.exp (test_handle_all_print): put back Mach
6314 exception test, but conditionalize it on target [mach | gnu].
6315
dc96c6c7 6316Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6317
6318 * gdb.base/overlays.exp: fixup compile line for linker script.
6319
6320Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
6321
6322 * gdb.fortran/types.exp: don't guess at float size.
6323
6324Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
6325
6326 * gdb.base/exprs.exp: delete test that depends on int size.
6327
6328Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
6329
6330 * config/sim.exp: Removed checks for target triplets.
6331 (gdb_target_sim): Use gdb,target_sim_options.
6332
6333Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
6334
6335 * gdb.base/reread.exp: New file.
6336 * gdb.base/reread1.c: New file.
6337 * gdb.base/reread2.c: New file.
6338
6339Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
6340
6341 * config/sim.exp: Use 'target sim -sparclite' when running
6342 SPARClite programs.
6343
6344Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
6345
6346 * gdb.base/structs2.exp: New file.
6347 * gdb.base/structs2.c: New file.
6348
6349Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
6350
6351 * gdb.asm/common.inc: New file.
6352 * gdb.asm/d10v.inc: New file.
6353 * asm-source.exp: Pass -I's to gas to find .inc files.
6354 Update line numbers in expected output.
6355 * asmsrc1.s: Rewrite.
6356 * asmsrc2.s: Rewrite.
6357 * configure.in: Create arch.inc symlink.
6358 * configure: Regenerate.
6359 * Makefile.in (distclean): Delete arch.inc.
6360
6361Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
6362
6363 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
6364 (t_enum_value2): ditto
6365 (t_enum_value3): ditto
6366 (main): ditto
6367Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6368
6369 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
6370 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
6371 change.
6372 Use gdb_test instead of send_gdb/gdb_expect sequences.
6373
6374Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
6375
6376 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
6377 not void.
6378
6379Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
6380
6381 * gdb.base/branches.c: Code with lots of loops and
6382 subroutines. Used to test gdbs ability to single step through PC
6383 changes, especially to test mips-tdep.c:mips_next_pc
6384
6385Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
6386
6387 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
6388 more rigorous EGCS C++ error checking.
6389
6390Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6391
6392 * gdb.base/help.exp: Clean up `help set args' and `help show args'
beb998c6 6393 tests.
c906108c 6394 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
beb998c6 6395 function when asleep.
c906108c 6396 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
beb998c6
AC
6397 for i*86 Linux and SVR4 signal handling problems.
6398 Remove linux xfail for `next to handler in signals_tests_1', fixed
6399 by recent infrun.c change.
c906108c 6400 Limit backtrace to 10 frames to avoid timeout problems with infinite
beb998c6 6401 stack backtraces.
c906108c
SS
6402 Adjust expect pattern in `handle all print' test to match Apr 28 1997
6403 target.[ch] change.
6404
6405Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
6406
6407 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
6408 for a newline from gdb before continuing.
6409 (default_gdb_exit): Just look for y or n.
6410 (gdb_test): Detect abnormal exit from GDB running on DOS; if
6411 it does, fail the rests of the tests in the file.
6412
6413Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
6414
6415 * config/cygmon.exp: New file.
6416
6417Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
6418
6419 * gdb.base/list.exp: Fix problem with "list default lines around
6420 main" test on remote targets.
6421
6422 * gdb.base/scope.exp: Fix problem with filelocal_bss before
6423 run test on remote targets.
6424
6425Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
6426
6427 * gdb.asm: New directory.
6428 * configure.in: Configure it.
6429 * configure: Regenerate.
6430 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
6431 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
6432
6433Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
6434
6435 * config/mn10300-eval.exp: New file to support MN10300 eval board.
6436
dc96c6c7 6437Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 6438
c906108c
SS
6439 * gdb.base/overlays (several files): Merge the two overlay
6440 managers into one. Change variables (foox, barx, bazx, grbxx)
6441 back into ints but force them to load in their proper sections.
6442
6443Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
6444
6445 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
6446 on-chip insn memory and IMAP1 to upper 128k.
6447 (D10VCopy): Handle memory regions crossing 16k boundaries.
6448 (D10VCopy): Transfer data in 32 bit chunks.
6449
6450Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
6451
6452 * gdb.base/overlays.c (main): Exit normally when result is
6453 correct.
6454
6455 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
6456 map. Include space for printf in .text segment.
6457
6458 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
6459 updated d10v memory VMA/LMA map.
6460 (D10VCopy): Call D10VTranslate.
beb998c6 6461
c906108c
SS
6462Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
6463
6464 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
6465
6466 * gdb.base/bar.c (barx, bar): Change variable to small array so
6467 that it won't be put into the .sdata - small data -
6468 section. Update reference.
6469 * gdb.base/baz.c (bazx, baz): Ditto.
6470 * gdb.base/foo.c (foox, foo): Ditto.
6471 * gdb.base/grbx.c (grbxx, grbx): Ditto.
6472
6473 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
6474 to be arrays.
beb998c6 6475
dc96c6c7 6476Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 6477
c906108c
SS
6478 * gdb.base/overlays.exp: fix up and get working again.
6479 Add tests for backtraces from an overlay function.
beb998c6 6480
c906108c
SS
6481Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
6482
6483 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
6484 "calling function with watchpoint enabled".
6485
6486Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
6487
6488 * gdb.base/break.exp (test_next_with_recursion): Remove
6489 gdb_suppress_tests for d10v-*-*.
6490 * lib/gdb.exp (gdb_suppress_tests): Disable this function
6491 pending review of whether it is useful or not.
6492
6493Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
6494
6495 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
6496
6497Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
6498
6499 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
6500 * config/dve.exp: New file to support Densan boards.
6501
6502Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
6503
6504 * gdb.base/interrupt.exp: Document problem of simulators, signals,
6505 reads and BSD.
6506
6507Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
6508
6509 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
6510 response.
6511
6512 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
6513
6514Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
6515
6516 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
6517 test.
6518
6519 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
6520 target_sizeof_long and target_bigendian_p.
6521 (structs_by_value, structs_by_reference): Check values according
6522 to targets word size and endianess.
beb998c6 6523
c906108c
SS
6524Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
6525
6526 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
6527 output.
6528
6529Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
6530
6531 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
6532 Update test of set args help to match source change.
6533
6534Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
6535
6536 * gdb.base/default.exp: Expect help system output to be in
6537 alphabetical order.
6538 * gdb.base/help.exp: Ditto.
6539
6540Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
6541
6542 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
6543 "i*86-pc-linux-gnu*".
6544 * gdb.base/interrupt.exp: Ditto.
6545 * gdb.base/corefile.exp: Ditto.
6546
6547 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
6548 define vxworks when building the testcase.
6549
6550 * gdb.base/ptype.exp: Fix testnames to be unique.
6551 * gdb.base/radix.exp: Ditto.
6552 * gdb.base/term.exp: Ditto.
6553 * gdb.base/whatis.exp: Ditto.
6554 * gdb.c++/classes.exp: Ditto.
6555
6556Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
6557
6558 * gdb.base/callfuncs.exp: Fix indentation.
6559
6560 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
6561 suppress_flag has been set.
6562 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
6563 target feature.
6564
6565Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
6566
6567 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
6568 the testcase.
6569
6570 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
6571 set_debug_traps() and breakpoint().
6572 * gdb.c++/misc.cc (main): Ditto.
6573 * gdb.c++/templates.cc (main): Ditto.
6574 * gdb.c++/virtfunc.cc (main): Ditto.
6575
6576Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
6577
6578 * lib/gdb.exp(gdb_step_for_stub): New function.
6579 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
6580 exists, reload the executable and do a "continue" instead of
6581 doing a jump.
6582 (runto_main): Use gdb_step_for_stub.
beb998c6 6583
c906108c
SS
6584 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
6585 tests to have unique names.
6586 * gdb.base/callfuncs.exp: Ditto.
6587 * gdb.base/commands.exp: Ditto.
6588 * gdb.base/default.exp: Ditto.
6589 * gdb.base/help.exp: Ditto.
6590 * gdb.base/list.exp: Ditto.
6591 * gdb.base/opaque.exp: Ditto.
6592 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
6593 similar tests.
beb998c6 6594
c906108c
SS
6595 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
6596 * gdb.c++/cplusfuncs.cc: Ditto.
6597 * gdb.c++/virtfunc.cc: Ditto.
6598
6599 * config/monitor.exp: Keep track of the last file we saw, rather
6600 than trying to get the info from gdb.
6601
6602 * gdb.fortran/types.exp: Move comment to previous line.
6603
6604Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
6605
6606 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
6607 target mode.
6608
6609Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
6610
6611 From Bob Manson:
6612 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
6613 string from GDB when it connects.
6614
6615 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
6616
6617Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
6618
6619 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
6620 if we can't get a debug format from GDB (we may be testing an
6621 older GDB). Use a 10 second timeout when checking for the format.
6622
6623 * gdb.stabs/weird.exp: Fix quoting.
6624
6625 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
6626
6627Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
6628
6629 * config/arm-ice.exp: New file.
6630
6631Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
6632
6633 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
6634 until it has been modified to work with the new testsuite.
6635
99707966 6636 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
6637 testcase won't compile, cause all of the testcases in the file to
6638 fail instead.
6639
6640 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
6641 (gdb_clear_suppressed): New procedure.
6642 (gdb_stop_suppressing_tests): Only clear suppress_flag if
6643 it contains a positive value.
6644
6645Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
6646
6647 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
6648
6649 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
6650
6651Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
6652
6653 * lib/gdb.exp (setup_xfail_format): New function.
6654 (get_debug_format): New function to get debug format.
6655 (debug_format): New global variable to hold last value set
6656 by get_debug_format.
6657 * gdb.base/list.exp: Call get_debug_format and expect some
6658 tests to fail for DWARF 1 and COFF formats.
6659 * gdb.c++/ptype.exp: Ditto.
6660 * gdb.c++/classes.exp: Ditto.
6661 * gdb.c++/cplusfuncs.exp: Ditto.
6662 * gdb.c++/inherit.exp: Ditto.
6663 * gdb.c++/templates.exp: Ditto.
6664 * gdb.c++/virtfunc.exp: Ditto.
beb998c6 6665
c906108c
SS
6666Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
6667
6668 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
6669 host doesn't have a currently-open connection.
6670
6671 * config/sparclet.exp: Cleanups and fixes to make it generic for
6672 any gdb stub target. Handle cases where gdb doesn't respond when
6673 interrupted in a sane fashion.
6674
6675 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
6676 same thing in a totally different way.
6677
6678 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
6679 setting "timeout".
6680 (gdb_start): We set the global gdb_prompt variable in
6681 default_gdb_init now.
6682
6683Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
6684
6685 * gdb.base/printcmds.exp: Fix "check for floating addition"
6686 regexp to accept results within approx +/- .01 of exact value.
6687 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
6688
6689Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
6690
6691 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
6692 properly.
6693 (gdb_expect): Add optional timeout parameter, and add timeout
6694 value to various calls.
6695 (gdb_suppress_tests): Only give one warning message per group.
6696
6697Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
6698
6699 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
6700 global variables. Handle getting a value for $timeout more
6701 gracefully.
6702
6703Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
6704
6705 * lib/gdb.exp: Close connection to remote host if gdb doesn't
6706 initialize.
6707 (default_gdb_init): New procedure; allow gdb_init to be overridden
6708 by a target configuration file.
6709 (gdb_expect): Pass the timeout to remote_expect.
6710
6711 * config/monitor.exp(gdb_load): Fix typo in regexp.
6712
6713Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
6714
6715 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
6716
6717Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
6718
6719 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
6720 here. Call gdb_target_exec before rebooting the target, to make
6721 sure the connection to the target is closed.
6722 (gdb_load): Pass the name of the executable to gdb_target_monitor.
6723 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
6724 Also detect "Timeout reading from remote" error.
6725
6726 * config/gdbserver.exp: Pass the executable being loaded to
6727 gdb_target_monitor. Don't call gdb_file_cmd here; let
6728 gdb_target_monitor do it.
6729
6730 * gdb.disasm/hppa.exp: Don't use exec_output.
6731
6732Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
6733
6734 * gdb.base/list.exp: If we're debugging a non-native target,
6735 try to set the pc register to point to the start of the
6736 program before doing the first list command.
6737
6738 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
6739 test_calls after restarting.
6740
6741 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
6742 reloading.
6743
6744 * gdb.base/watchpoint.exp: Fix typo.
6745
6746 * gdb.base/setshow.exp: Check for use_gdb_stub.
6747
6748 * gdb.base/break.exp: Fix continue until exit test for the gdb
6749 stub case.
6750 * gdb.base/langs.exp: Ditto.
6751
6752 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
6753 gdb_load_offset. If we weren't given a file to load, figure out
6754 what the current file is and use it.
6755
6756 * config/i386-bozo.exp: New file.
6757
6758Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
6759
6760 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
6761 feature.
6762
6763 * config/proelf.exp: New entry.
6764
6765Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
6766
6767 * lib/gdb.exp: Remove spurious .* patterns at the beginning
6768 of regexps.
6769
6770 * gdb.base/watchpoint.exp: Don't run the test_stepping
6771 tests if gdb can't call functions on the target.
6772
6773 * gdb.base/setshow.exp: Don't run the set prompt tests if
6774 the board has gdb_prompt set.
6775
6776Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
6777
6778 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
6779 * gdb.base/commands.exp: Likewise.
6780 * gdb.base/setshow.exp: Likewise.
6781
6782Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
6783
6784 * config/monitor.exp(gdb_start): Look for gdb_prompt target
6785 feature.
6786
6787 * config/i960.exp: New file.
6788
6789Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
6790
6791 * gdb.base/funcargs.exp: Check for gdb,short_int target
6792 feature instead of looking for explicit target triplets.
6793
dc96c6c7 6794Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 6795
beb998c6 6796 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
6797 "p 123DEADBEEF", to check parse_number.
6798 * top.c: change "to enable to enable" to "to enable" in a couple
6799 of help strings.
6800
6801Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
6802
6803 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
6804 on the mn10300.
beb998c6 6805
c906108c
SS
6806Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
6807
6808 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
6809 where the test executable is run with explicit args.
6810 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
6811
6812Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
6813
6814 * gdb.base/run.c: Use FAKEARGV to build test executable that
6815 does not require a command line arg, since most simulators
6816 don't currently support passing such an arg into the simulated
6817 program.
6818 * gdb.base/commands.exp: Change tests to insert the proper
6819 value as the arg to the first recursive factorial call. Change
6820 compilation line to define FAKEARGV at compile time.
6821
6822Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
6823
6824 * gdb.base/recurse.exp: Enable these tests for the mn10300.
6825 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
6826 function with watchpoint enabled" test.
6827
6828Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
6829
6830 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
6831 Don't call gdb_test when the command doesn't return to a gdb prompt.
6832
6833 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
6834 "Tests restarted" messages.
6835
6836Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
6837
6838 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
6839
dc96c6c7 6840Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6841
6842 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
6843 for INFO SYMBOL; add help tests for OVERLAY commands.
6844 * gdb.base/default.exp: add tests for INFO SYMBOL command;
6845 add tests for OVERLAY commands
6846 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
6847 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
6848 * gdb.base/sigall.c: add usestubs code frag
6849 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
beb998c6 6850
c906108c
SS
6851Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
6852
6853 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
6854 failures.
6855 (gdb_stop_suppressing_tests): Note that tests have restarted.
6856
6857Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
6858
6859 * config/h8300.exp: New file.
6860
6861Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
6862
6863 * gdb.base/setshow.exp: Check for the existence of a
6864 feature, not its value.
6865
6866Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
6867
6868 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
6869
6870 * gdb.base/scope.exp: It's now init0(), not init().
6871
6872 * gdb.base/scope0.c: For now, change init() to be init0().
6873
6874 * config/monitor.exp: Use gdb_serial in preference to serial
6875 or netport.
6876
6877 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
6878 and it's not already set.
6879
6880Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
6881
6882 * gdb.base/setshow.exp: Only test the run command if the target
6883 isn't using a stub and if it supports argument passing.
6884
6885Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
6886
6887 * config/udi.exp(gdb_start): Make sure UDICONF is set
6888 properly before starting gdb.
6889
6890Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
6891
6892 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
6893 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
6894 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
6895
6896Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
6897
6898 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
6899 specialized code to reboot the board, use remote_reboot instead.
6900
6901 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
6902
6903 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
6904
6905 * config/monitor.exp: Make sure we disconnect from the target.
6906 Also, try a reboot/reload cycle instead of failing if the
6907 load fails.
6908
6909Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
6910
6911 * gdb.base/default.exp: Don't set match_max.
6912 * gdb.base/help.exp: Ditto.
6913 * gdb.base/list.exp: Ditto.
6914 * gdb.base/signals.exp: Ditto.
6915
6916 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
6917 set, use remote_ld to download the testcase instead of
6918 the GDB loader.
6919
6920Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
6921
6922 * config/vr5000.exp: New file.
6923
6924 * config/monitor.exp(gdb_target_monitor): Add pattern for
6925 "Ending remote" to detect errors in connecting.
6926
6927 * gdb.base/setshow.exp: Add .* within auto language test.
6928
6929 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
6930 target feature.
6931
6932 * config/monitor.exp(gdb_load): Check for a failure when loading,
6933 and reboot the board if necessary.
6934
6935 * gdb.base/setvar.exp(test_set): Handle multiple prints within
6936 a set of tests. Remove print.* from the patterns being checked.
6937
6938Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
6939
6940 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
6941 refer to gdb_spawn_id.
6942
6943 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
6944 longer used.
6945 * config/sparclet.exp: Ditto.
6946 * config/sparclet-old.exp: Ditto.
6947 * config/slite.exp: Ditto.
6948 * config/sim.exp: Ditto.
6949 * gdb.base/funcargs.exp: Ditto.
6950
6951 * lib/gdb.exp:Remove references to gdb_spawn_id.
6952 (gdb_expect): Move to remote.exp.
6953
6954Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
6955
6956 * config/monitor.exp: Detect the "Couldn't establish connection"
6957 message from GDB.
6958
6959Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
6960
6961 * gdb.base/bitfields.exp: Use runto instead of explicit
6962 gdb_run_cmd/gdb_expect sequences.
6963
6964 * gdb.base/break.exp(text_next_with_recursion): Add match for
6965 gdb_expect call.
6966
6967 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
6968 We also need to handle the "A program is being debugged already"
6969 prompt from gdb. Use gdb_test to set the baud rate.
6970
6971 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
6972 to 20000. Really. I mean it.
6973
6974Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
6975
6976 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
6977 fails. If suppress_flag is set, skip perror message about not
6978 being able to send to GDB.
6979 (send_gdb): If suppress_flag is set, don't try to send commands to
6980 GDB.
6981 (gdb_expect): If suppress_flag is set, always fail immediately.
6982 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
6983 (gdb_init): Call gdb_stop_suppressing_tests.
6984 (default_gdb_exit): Ditto.
6985 (default_gdb_start): Ditto.
6986
6987 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
6988 gdb_stop_suppressing_tests as appropriate.
6989 * gdb.base/break.exp: Ditto.
6990 * gdb.base/callfuncs.exp: Ditto.
6991 * gdb.base/commands.exp: Ditto.
6992 * gdb.base/exprs.exp: Ditto.
6993 * gdb.base/funcargs.exp: Ditto.
6994 * gdb.base/list.exp: Ditto.
6995 * gdb.base/recurse.exp: Ditto.
6996 * gdb.base/scope.exp: Ditto.
6997 * gdb.base/structs.exp: Ditto.
6998 * gdb.c++/inherit.exp: Ditto.
6999
7000Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
7001
7002 * config/vr4300.exp: New file.
7003
99707966
MC
7004 * gdb.*/*.exp: Call gdb_expect instead of expect.
7005
7006 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
7007
7008Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
7009
7010 * lib/gdb.exp(gdb_init): New function.
7011
7012 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
7013 for each individual variable set.
7014
7015 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
7016 name.
7017
7018 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
7019
7020 * gdb.base/scope.exp: Use gdb_test.
7021
7022 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
7023 aborting; the testsuite driver will do that for us (see
7024 gdb_finish). Also, use gdb_test in a few more places.
7025
7026Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
7027
7028 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
7029
7030Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
7031
7032 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
7033 and "add_tests" are not at the same address.
7034
7035Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
7036
7037 * gdb.base/ptype.exp: Use gdb_test.
7038
7039Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
7040
7041 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
7042 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
7043 left in. No longer expect them to fail.
7044
7045 * gdb.stabs/*.mt; Deleted, no longer used.
7046 * gdb.stabs/configure.in: Remove references to target makefile
7047 frags.
7048 * gdb.stabs/configure: Rebuilt.
7049
7050 * gdb.disasm/*.mt: Deleted, no longer used.
7051 * gdb.disasm/configure.in: Remove references to target makefile
7052 frags. Use "sh3.s" as the unique filename for this directory.
7053 * gdb.disasm/configure: Rebuilt.
7054
7055 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
7056 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
7057 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
7058
7059Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
7060
7061 * config/udi.exp: Use mondfe,name instead of remote_host.
7062
7063Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
7064
7065 * gdb.base/watchpoint.exp: Don't expect a failure when calling
7066 a function with a watchpoint enabled on the mn10200.
7067
7068 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
7069 before trying to create it!
7070
7071Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
7072
7073 * config/vx.exp: Use hostname instead of netport.
7074
7075 * config/vxworks.exp: New file.
7076
7077 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
7078
7079 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
7080 gdb before assuming everything worked. Send a ^C if a timeout
7081 occurs.
7082
7083 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
7084 $gdb_spawn_id directly.
7085 (gdb_run_cmd): Try _start as well as start. Use the target feature
7086 gdb,start_symbol as the symbol to start from when jumping.
7087
7088Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
7089
7090 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
7091 redundant) test.
7092
7093 * gdb.base/recurse.exp: Relax final value test for 'b' so that
7094 it doesn't lose for 16bit integer systems.
7095
7096Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
7097
7098 * gdb.fortran/types.exp: If the target doesn't support "double"
7099 data types, then expect "real" types to only be 4 bytes.
7100
7101 * gdb.c++/virtfunc.exp: Expect failure for virtual function
7102 call tests if the target doesn't support inferior function calls.
7103
7104 * gdb.base/printcmds.exp: Allow minor deviation in FP values
7105 in printf tests.
7106
7107Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
7108
7109 * gdb.base/help.exp: Disable "help set", "help show", and
7110 "help support". Simplify regexp for "help stack".
7111
7112 * gdb.base/default.exp: Set match_max to 5000 and the timeout
7113 to 60 seconds. Temporarily set match_max to 15000 around the
7114 "info copying" test.
7115
7116 * gdb.base/nodebug.exp: Don't try to do an inferior function
7117 call if the target doesn't support them.
7118 * gdb.base/printcmds.exp: Likewise.
7119 * gdb.base/setvar.exp: Likewise.
7120 * gdb.base/structs.exp: Likewise.
7121 * gdb.c++/templates.exp: Likewise.
7122 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
7123
7124 * gdb.base/recurse.exp: Enable for the mn10200.
7125
7126 * configure.in: Do configure gdb.stabs directory for *-*-elf
7127 targets.
7128 * configure: Rebuilt.
7129
7130 * gdb.base/break.exp: Check for gdb,noresults before testing
7131 exit status and/or results from the target.
7132 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
7133 * lib/gdb.exp: Remove old (now bogus) initialization of
7134 noinferior, noargs, noresults and nosignals.
7135
7136Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
7137
7138 * config/sh.exp: New file.
7139
7140 * config/slite.exp: Try to connect multiple times to the board
7141 before rebooting. Only send a "monitor run" if need_monitor_run
7142 is set.
7143
7144 * gdb.base/break.exp: Don't do the "stub continue" test if
7145 the target has gdb_stub set.
7146
7147 * gdb.base/callfuncs.exp: Increase the timeout.
7148
7149 * gdb.base/interrupt.exp: Don't even try to compile the testcase
7150 if the target has gdb,noinferiorio set.
7151
7152 * gdb.base/list.exp: Increase match_max to 10000 characters.
7153
7154 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
7155
7156 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
7157 target.
7158
7159 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
7160
7161Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
7162
7163 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
7164 trying to delete the copy of gdb. Catch the file delete so we
7165 don't die if the delete fails; also, the file should be copied to
7166 the host, not to the build.
7167
7168Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
7169
7170 * lib/gdb.exp(gdb_test): Surround the result pattern with
7171 parenthesis in case it contains multiple regexps separated
7172 with |.
7173
7174 * gdb.base/watchpoint.exp: Use gdb_test.
7175 * gdb.base/default.exp: Ditto.
7176
7177Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
7178
99707966 7179 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
beb998c6 7180
c906108c
SS
7181 * gdb.base/scope.exp: Use gdb_test.
7182 * gdb.c++/classes.exp: Ditto.
7183 * gdb.c++/inherit.exp: Ditto.
7184
7185Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
7186
7187 * gdb.base/crossload.exp: Don't use execute_anywhere, use
7188 remote_exec instead.
7189 * gdb.base/corefile.exp: Don't be ridiculous.
7190 * gdb.base/*.c: Add missing stub invocations.
7191
7192Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
7193
7194 * config/slite.exp: Miscellaneous fixes.
7195
7196 * lib/gdb.exp: Fix runto.
7197
7198 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
7199 the target.
7200
7201 * gdb.base/watchpoint.exp: Fix regexp.
7202
7203 * lib/gdb.exp(default_gdb_exit): Add a catch to the
7204 close and wait commands, as the descriptor may now be
7205 invalid. Always call "remote_close host".
7206
7207Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
7208
7209 Major rewrite for testsuite revision.
beb998c6 7210
c906108c
SS
7211 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
7212 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
7213 instead of relying on spawn_id to always contain a valid
7214 spawn id.
7215 (get_compiler_info): New procedure to build the ${binfile}.ci
7216 file, instead of replicating this in N different places.
7217 (gdb_compile): New procedure.
beb998c6 7218
c906108c
SS
7219 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
7220 appropriate arguments) instead of compile. Use gdb_test in a lot
7221 more places. Use send_gdb instead of send. Always run gdb_start
7222 at the start of a testcase, as this is no longer done magically.
7223
7224 config/*-gdb.exp: Rename without the -gdb suffix.
7225
7226 config/mips.exp: Use remote_close instead of exit_remote_shell.
7227 config/monitor.exp: Use target_info instead of looking at
7228 baud, timeout, etc.
7229 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
7230
7231Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7232
7233 * gdb.c++/templates.exp (test_ptype_of_templates),
7234 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
7235 Update expect patterns for destructors and assignment operators
7236 to match corresponding c-typeprint.c changes.
7237 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
7238 to destructor breakpoint test, GDB should be able to set the
7239 destructor breakpoint without specifying arguments.
7240
7241Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
7242
7243 * gdb.threads/pthreads.exp: Change result for failure to compile due
7244 to lack of pthreads runtime support from an error to simply an
7245 unsupported test, per dejagnu standards.
7246
7247Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7248
7249 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
7250 where GDB exits to reduce pattern match time.
7251 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
7252
7253 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
7254
dc96c6c7 7255Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7256
7257 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
7258 * gdb.base/default.exp: ditto.
7259 * gdb.base/nodebug.exp: ditto.
7260 * gdb.base/printcmds.exp: ditto.
7261 * gdb.base/ptype.exp: ditto.
7262 * gdb.base/setvar.exp: ditto.
7263 * gdb.base/structs.exp: ditto.
7264 * gdb.base/setshow.c: Guard against uninitialized values of argc.
7265
7266Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
7267
7268 * configure, */configure: Rebuild with autoconf 2.12.
7269
7270Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
7271
7272 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
7273 use new i*86-pc-linux*-gnu quads.
7274 * gdb.base/corefile.exp: Ditto.
7275 * gdb.base/signals.exp: Ditto.
7276 * gdb.base/sigall.exp: Ditto.
7277 * gdb.base/interrupt.exp: Ditto.
7278
7279 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
7280 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
7281 RedHat 4.0.
beb998c6 7282
c906108c
SS
7283 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
7284 linux. This allows the test case to at least compile on latest
7285 linux, but still not run due to missing the threads runtime library.
7286
7287Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7288
7289 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
7290 directory to search gdb directory. Accept and step over conditional
7291 stack alignment code. Consume $prompt in failure cases.
7292 Reset timeout to $oldtimeout instead of some arbitrary value.
7293 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
7294 timeout problems with infinite stack backtraces.
7295 * gdb.base/ptype.exp (ptype struct link, union tu_link):
7296 Accept function parameters for linkfunc member.
7297
7298Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
7299
7300 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
7301 (CXXFLAGS): Remove, unreferenced.
7302 (B_OPTIONS): Add for -B options and add code to initialize with
7303 previous -B options and also add -B option to pick up cross compiled
7304 runtime.
7305 (TARGET_INCLUDES): Add for -I options and add code to initialize when
7306 doing cross compiles.
7307 (target_alias): Declare global.
7308 (xgcc): Set variable to full path of gcc in build tree. Use findfile
7309 to verify that gcc exists in build tree, and if so set CC to that
7310 gcc and to use B_OPTIONS and TARGET_INCLUDES.
beb998c6 7311
c906108c
SS
7312Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
7313
7314 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
7315 ptype test for anonymous union. Fixup testcase to match
7316 current gcc debug output.
7317
7318Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
7319
7320 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
7321 force argument to an unsigned long type.
7322
7323Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
7324
7325 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
7326 tests and anonymous union print/ptype tests.
7327 * gdb.base/list.exp (test_forward-search): Increase timeout by
7328 5 minutes for the "search extremely long line" case.
7329 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
7330 completely optional and that the pass/fail messages use the command as
7331 the message if that third arg is a null string.
7332 (gdb_test_exact): Arrange that a null string pattern means match a
7333 null string output rather than any output, which might include random
7334 errors.
7335 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
7336 backtrace test.
7337 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
7338 always failing and failure is now exposed by gdb.exp changes.
7339
7340Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
7341
7342 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
7343 weren't being noted.
7344
7345Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7346
7347 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
7348 * gdb.stabs/weird.exp: Remove v_comb xfails.
7349
dc96c6c7 7350Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7351
7352 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
7353 list.exp scope.exp watchpoint.exp]
7354 Make all timeout error msgs explicitly say "(timeout)".
beb998c6 7355
dc96c6c7 7356Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7357
7358 * config/monitor.exp: Increase download timeout to 1000 seconds.
7359
dc96c6c7 7360Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7361
7362 * config/m32r.exp: Increase timeout to 120 seconds.
7363
7364Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
7365
7366 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
7367 and accept older ordering as obsolescent gcc or gdb.
7368 * gdb.c++/templates.exp: Ditto.
7369 * gdb.c++/virtfunc.exp: Ditto.
7370
7371Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
7372
7373 * gdb.base/coremaker.c: Add code to mmap some data so we
7374 can check that it ends up in the core file.
7375 * gdb.base/corefile.exp: Add test to read mmapped data
7376 from core file.
7377
dc96c6c7 7378Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7379
7380 * config/m32r.exp: New file.
7381
7382Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
7383
7384 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
7385 that cflags can contains -gstabs, and work correctly for other tests.
7386
dc96c6c7 7387Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7388
7389 * gdb.base/setshow.exp: New file, tests show and set.
7390 * gdb.base/setshow.c: New file, tests show and set.
7391 * gdb.base/help.exp: Add test for help set|show annotate.
7392 * gdb.base/default.exp: Add test for set|show annotate.
7393
7394Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
7395
7396 * testsuite/gdb.base/break.exp: Make backtrace from factorial
7397 errors unique.
7398 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
7399 explicitly.
7400
7401Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
7402
7403 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
7404 and width commands. This is done elsewhere.
7405 * (gdb_start): Don't call gdb_start_sim here. That's already
7406 done in gdb_load. This fixes lots of failures in default.exp.
7407
7408Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
7409
7410 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7411 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
7412 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
7413 in the same we we treat other failures (since it may be an expected
7414 condition), rather than as an error.
7415 * gdb.base/signals.exp (test_handle_all_print): Revert back to
7416 old test format.
7417
7418Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
7419
7420 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
7421 (distclean maintainer-clean realclean): No need to remove files
7422 twice. Nuke the duplicates.
7423 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
beb998c6 7424 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
7425 Remove config.h along with other config files.
7426
7427Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
7428
7429 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
7430 "p func1 ()" and note that rests of tests are skipped.
7431 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
7432 setup_xfails for "print func2::coremaker_local".
7433 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
7434 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
7435 affected by the previous run test.
7436 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
7437 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
7438 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
7439 "pass int powerset tuple" and "pass modeless int powerset tuple".
7440 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
7441 "real write 4" and "real write 8".
7442 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
7443 setup_xfails for "print vs1 after tuple assign 2",
7444 "print \$i after tuple assign 2", and
7445 "print vs2 after tuple assign 2".
7446 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
7447 meaningful error message and return -1 so the caller can
7448 suppress further tests and avoid a cascade of errors.
beb998c6 7449
c906108c
SS
7450Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
7451
7452 * gdb.base/a1-selftest.exp: Tweak tests to account for new
7453 format for printing version.
7454 * gdb.base/default.exp: Ditto.
7455 * gdb.base/interrupt.exp: Fix problem with cascade of
7456 errors if child process dies while calling a function.
beb998c6 7457
c906108c
SS
7458Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
7459
7460 * Makefile.in (VPATH): Add
7461 * Makefile.in (Makefile, config.status): Fix rules so things get
7462 remade when necessary.
7463
7464Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
7465
7466 * Makefile.in (just-check): Add path to sibling expect dir
7467 to environment variable specified by RPATH_ENVVAR.
7468
7469Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
7470
7471 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
7472 (just-check): Add shared library paths for libstdc++, tk,
7473 tcl, bfd, and opcodes to the environment variable specified
7474 in RPATH_ENVVAR.
7475 * configure.in: Add support to recognize --enable-shared flag
7476 and generate correct value for RPATH_ENVVAR.
7477 * configure: Regenerated with autoconf.
7478
7479Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
7480
7481 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
7482 include all osf versions.
7483 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
7484 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
7485 when target is linux. When failing to build pthreads test
7486 executable, give more meaningful message.
7487 * gdb.threads/pthreads.c: Hpux also uses old definition of second
7488 arg for pthread_create.
beb998c6 7489
c906108c
SS
7490Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
7491
7492 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
7493 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
7494 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
7495 and -lpthreads (everybody else).
7496 (test_startup): Fail gracefully if threads are not supported.
7497 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
7498 "p/c array_index("abcdef",2)" when not gcc compiled.
7499 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
7500 "print func2::coremaker_local" when not gcc compiled.
7501 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
7502 "ptype on opaque struct tagname (statically)",
7503 "ptype on opaque struct tagname (dynamically) 1", and
7504 "ptype on opaque struct tagname (dynamically) 2"
7505 for not compiled with gcc.
7506 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
7507 backtrace when compiled with gcc.
beb998c6 7508 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
7509 than always return success.
7510
7511Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
7512
7513 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
7514
7515Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
7516
7517 * gdb.base/structs.exp: Undo last change.
7518
7519Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
7520
7521 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
7522 encapsulate all the steps/nexts done during self test, starting
7523 at main, and makes them less sensitive to optimization issues.
7524 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
7525 signal handler" test.
7526 * gdb.threads/pthreads.exp: Only run this for native configs.
7527 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
7528 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
7529 tests.
7530 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
7531 for "runto test_calls(void)" test.
beb998c6 7532
c906108c
SS
7533Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
7534
7535 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
7536 and don't expect address info in breakpoint confirmations.
7537
7538Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
7539
7540 * gdb.base/list.exp (test_forward_search): Increase timeout
7541 temporarily by 60 seconds for searching extremely long line,
7542 and then reset to old value when done. Increase expect input
7543 buffer to 10000.
7544
7545Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
7546
7547 * gdb.base/list.exp (test_forward_search): Fix to handle very
7548 long source line without overflowing expect's input buffer.
7549
7550Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
7551
7552 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
7553 "buffer_full".
7554
7555 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
7556 "buffer_full".
7557
7558 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
7559 "buffer_full".
7560
7561 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
7562 "buffer_full".
7563
7564Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
7565
7566 * configure.in (configdirs): Add gdb.threads.
7567 * configure: Regenerated with autoconf.
7568 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
7569 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
7570 * gdb.threads/configure: New, generated with autoconf.
beb998c6 7571
c906108c
SS
7572Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
7573
7574 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
7575
7576Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
7577
7578 * gdb.base/signals.exp (test_handle_all_print): Test separately for
7579 each signal's status in the output of "handle all print".
7580 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
7581 the \r\n sequence that immediately precedes the gdb prompt.
7582 * gdb.base/a1-selftest.exp: Save original timeout and restore
7583 after test.
7584
7585Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
7586
7587 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
7588 symbol.
7589
7590Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7591
7592 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
7593
7594Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
7595
7596 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
7597 timeout by 60 seconds.
7598
7599Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
7600
7601 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
7602 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
7603 error return.
7604
7605Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
7606
7607 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
7608 gdb initialization, also report how long dejagnu waited. Restore
7609 old timeout before doing error return. Temporarily increase timeout
7610 by 3 minutes to allow for slow startups over heavy NFS use.
7611
7612Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
7613
7614 * lib/gdb.exp: Report timeout value for verbosity level 2.
7615 * config/gdbserver.exp: Ditto.
7616 * config/hppro.exp: Ditto.
7617 * config/mips-gdb.exp: Ditto.
7618 * config/monitor.exp: Ditto.
7619 * config/netware.exp: Ditto.
7620 * config/sim-gdb.exp: Ditto.
7621 * config/slite-gdb.exp: Ditto.
7622 * config/udi-gdb.exp: Ditto.
7623 * config/unix-gdb.exp: Ditto.
7624 * config/vx-gdb.exp: Ditto.
7625 * gdb.base/a1-selftest.exp: Ditto.
7626 * gdb.base/a2-run.exp: Ditto.
7627 * gdb.base/break.exp: Ditto.
7628 * gdb.base/corefile.exp: Ditto.
7629 * gdb.base/list.exp: Ditto.
7630 * gdb.base/recurse.exp: Ditto.
7631 * gdb.base/scope.exp: Ditto.
7632 * gdb.base/signals.exp: Ditto.
7633
7634Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7635
7636 * gdb.threads/Makefile.in (docdir): Removed.
7637
7638Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7639
7640 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
beb998c6 7641 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 7642 @srcdir@.
beb998c6 7643 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
7644 autoconf 2.5 or higher.
7645 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
7646
7647Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
7648
7649 * configure: Regenerated.
7650 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
7651 avoid name clashes with SunOS headers.
7652
7653Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
7654
7655 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
7656
7657Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
7658
7659 * gdb.base/callfuncs.exp: Finish last change -- make sure the
7660 prototype information ends up in the compiler info file.
7661
7662Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
7663
7664 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
7665 attempting to regenerate it. Eliminate use of a temporary file
7666 and just generate the info file directly. Source it immediately,
7667 for consistency of use.
7668 * gdb.base/corefile.exp: Ditto
7669 * gdb.base/exprs.exp: Ditto.
7670 * gdb.base/funcargs.exp: Ditto.
7671 * gdb.base/langs.exp: Ditto.
7672 * gdb.base/list.exp: Ditto.
7673 * gdb.base/mips_pro.exp: Ditto.
7674 * gdb.base/nodebug.exp: Ditto.
7675 * gdb.base/opaque.exp: Ditto.
7676 * gdb.base/ptype.exp: Ditto.
7677 * gdb.base/scope.exp: Ditto.
7678 * gdb.base/setvar.exp: Ditto.
7679 * gdb.base/signals.exp: Ditto.
7680 * gdb.base/whatis.exp: Ditto.
7681 * gdb.c++/templates.exp: Ditto.
7682 * gdb.c++/virtfunc.exp: Ditto.
7683 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
7684 whether or not to add -lstdc++ to the compile command line args.
7685
7686Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7687
7688 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
7689 it got fixed by the recent lookup_minimal_symbol_by_pc change.
7690 Increase timeout, a lot of single stepping might be needed if the
7691 target has no hardware watchpoints.
7692
7693Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
7694
7695 * gdb.base/break.exp: Ignore compiler warnings when compiling
7696 break.c.
7697 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
7698 * gdb.base/default.exp: Add h8300 xfails. Handle messages
7699 from remote-sim.
7700 * gdb.base/exprs.exp: Add h8300 xfails.
7701 * gdb.base/funcargs.exp: Likewise.
7702 * gdb.base/nodebug.exp: Likewise.
7703 * gdb.base/printcmds.exp: Likewise.
7704 * gdb.base/ptype.exp: Likewise.
7705 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
7706 h8300 xfails.
beb998c6 7707 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
7708 on the h8300.
7709 * gdb.base/funcargs.c: Explicitly make last constant argument to
7710 call_after_alloca_subr an unsigned long type.
7711 * gdb.base/return.c: Include stdio.h.
7712
7713Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
7714
7715 * config/abug.exp: New file for the older Motorola Bug monitor
7716 that runs on the mvme13x series VME boards.
7717 * config/monitor.exp: Use the new config array for target settings
7718 if they exist.
7719
7720Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
7721
7722 * sim-gdb.exp: Make the SH simulator allocate less space when
7723 it is targeted.
7724
7725Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
7726
7727 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
7728 test.
7729
7730Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
7731
7732 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
7733 "rs6000-*-*" for "list function in include file" when gcc compiled.
7734 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
7735 for "p ctable1[120]".
7736 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
7737 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
7738 Remove setup_xfail for "rs6000-*-*" for
7739 "print 'scope0.c'::filelocal before run".
7740 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
7741 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
7742 since some compilers don't allow both options to be given
7743 on the same command line. Create object file and move it.
beb998c6 7744
c906108c
SS
7745Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
7746
7747 * gdb.base/corefile.exp: Always regenerate the core file, since
7748 we always regenerate the coremaker program. Detect special case
7749 where registers cannot be read from core file.
beb998c6 7750
c906108c
SS
7751Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
7752
7753 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7754 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
7755 * gdb.c++/templates.exp: Only match on basename of file since
7756 some formats like xcoff don't encode directory information.
7757 * gdb.stabs/weird.exp: Use the right sed script for powerpc
7758 and rs6000 AIX xcoff targets.
7759 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
7760 * configure: Regenerate.
7761 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
7762 here, rather than in distclean.
beb998c6 7763
c906108c
SS
7764Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
7765
7766 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
7767 defined, and use it to compile the test case with -O2. The
7768 native compilation still uses no optimization.
7769 * gdb.base/mips_pro.c: Remove inline assembly code since
7770 it is compiled PIC by default, which results in assembler
7771 warnings that make the testsuite think the compilation
7772 was unsuccessful.
7773
7774Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
7775
7776 * gdb.c++/misc.exp: Add note to message for
7777 "print s.a for foo struct" that this is a known gcc 2.7.2
7778 and earlier bug.
7779
7780Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
7781
7782 * gdb.base/break.exp: Fix pattern for matching "Delete all
7783 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
7784 setup_xfail for deleting all breakpoints test. Fix various
7785 timeout messages to include "(timeout)".
7786 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
7787 for "p t_float_values2(3.14159,float_val2)".
7788 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
7789 for "continue to call2g" when gcc compiled.
7790 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
7791 "up to foo in langs.exp", "show language at foo in langs.exp",
7792 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
7793 and "show language at fsub in langs.exp".
7794 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
7795 "list line 1 in include file", "list message for lines past EOF",
7796 "list function in include file", "list list0.h:foo", and
7797 "list filename:function; nonexistant function".
7798 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
7799 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
7800 and "ptype t_char_array" to be for native cc only.
beb998c6 7801
c906108c
SS
7802Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
7803
beb998c6 7804 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
7805 setup_xfail for "print coremaker_bss", "print coremaker_ro",
7806 "print func2::coremaker_local", and "backtrace in corefile.exp".
7807
7808Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
7809
7810 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
7811 "bt in signals.exp". This problem only appears when running
7812 the testsuite, and then only intermittently.
7813
7814Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
7815
7816 * gdb.base/return.exp (return_tests): Differentiate between
7817 two tests of continuing.
7818
7819Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
7820
7821 * */Makefile.in (maintainer-clean): Remove config.log.
7822 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
7823 * gdb.c++/Makefile.in (PROGS): Add inherit.
7824 (clean): Remove *.ci.
7825
7826Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
7827
7828 * gdb.c++/misc.cc: Add test code from Mike Stump.
7829 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
7830
7831Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
7832
7833 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
7834 to "alpha-*-osf2*" and add comment.
7835 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
7836 setup_xfail for "step over execarg initialization" and
7837 "step over corearg initialization".
7838 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
7839 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
7840 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
7841 gcc compiled for "print coremaker_bss", "print coremaker_ro",
7842 "print func2::coremaker_local", and "backtrace in corefile.exp".
7843 * gdb.base/signals.exp: Build and source signals.ci.
7844 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
7845 to be for gcc only.
7846 * lib/gdb.exp: Move verbose statements outside conditionals.
beb998c6 7847
c906108c
SS
7848Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7849
7850 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
7851 Feb 3 procfs.c change.
7852
7853Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
7854
7855 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
7856
7857Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
7858
7859 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
7860 from dejagnu's apparent default of 10 seconds, which gives random
7861 results when running the tests over NFS on moderately loaded systems.
7862 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
7863
7864Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
7865
7866 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
7867 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
7868 result reports.
7869
7870Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
7871
7872 * configure.in (CY_AC_PATH_TCLH): Remove.
7873 * configure: Regenerate.
7874
7875Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
7876
7877 * gdb.c++/Makefile.in (clean): Add missing '{'.
7878
7879Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
7880
7881 * lib/gdb.exp: Provide a default value for noinferior.
7882
7883 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
7884 Load libgloss.exp.
7885
7886Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
7887
7888 * gdb.disasm/hppa.exp: Compile directly into an executable, use
7889 the executable, not the .o to run the tests from.
7890
7891Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
7892
7893 * gdb.base/break.exp: Don't test for program exit or exit status
7894 if $noresults if nonzero.
7895 * gdb.base/langs.exp: Likewise.
7896 * gdb.base/watchpoint.exp: Likewise.
7897
7898 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
7899 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
7900 trying to compile the testcase.
7901
7902Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
7903
7904 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
7905 * gdb.base/signals.exp (continue to handler): Likewise.
7906
7907Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
7908
7909 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
7910
7911 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
7912
7913Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
7914
7915 * gdb.base/corefile.exp: Recognize "not found" as failure
7916 when trying to determine if a core file was generated.
7917 If no core file was generate the first time, try again without
7918 the ulimit -c to work around braindamaged shells.
7919
7920Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
7921
7922 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
7923 [] tests with "test" and enclose string in quotes.
7924 * gdb.stabs/configure: Rebuild
beb998c6 7925
c906108c
SS
7926Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
7927
7928 Changes in sync with expect:
7929 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
7930 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
7931 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
7932 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
7933 argument to AC_REQUIRE.
7934 * configure: Regenerated.
7935
7936Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
7937
7938 * gdb.base/corefile.exp: When generating a core, discard any
7939 error messages about ulimit not found and the "core dumped"
7940 message from the shell that runs the coredumper.
7941
7942Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
7943
7944 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
7945
7946 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
7947 which sed script to run. Expect failure for v_comb test
7948 on PA targets too.
beb998c6 7949
c906108c
SS
7950Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
7951
7952 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
7953 "print func2::coremaker_local" and for "backtrace in corefile.exp"
7954
7955Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
7956
7957 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
7958 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
7959 "sparc-sun-solaris*" xfails for "p v_comb".
7960 * lib/gdb.exp (default_gdb_start): Fix typo.
7961 * gdb.base/corefile.exp: Allow "Core was generated by ..."
7962 messages to not include the full program name that caused
7963 the core dump since some systems (such as solaris) apparently
7964 truncate this path to about 80 characters.
7965 When generating a core file first try increasing the core file
7966 size limit to unlimited since some systems may default it to
7967 zero, and it is harmless to try it. Move the test for failing
7968 to generate a core file to where it will actually get executed.
7969 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
7970 new gdb result from g++ debug info improvements and make old
7971 pattern obsolescent. Also account for size_t differences
7972 (may be int or long).
7973 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
7974 initialization before function call is placed in the delay slot
7975 and thus appears to be skipped over by commands such as "next".
7976
7977Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
7978
7979 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
7980
7981Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
7982
7983 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
7984 input source file; fix code to compile test to deal with this
7985 convention.
7986 * gdb.c++/*.exp: Likewise.
7987
7988Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
7989
7990 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
7991 "bt in signals.exp".
7992
7993Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
7994
7995 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
7996 "step over execarg initialization" and
7997 "step over corearg initialization".
7998
7999Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
8000
8001 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
8002 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
8003
8004Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
8005
8006 From Rob Savoye (rob@poseidon.cygnus.com)
8007 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
8008 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
8009 configure.in}, gdb.disasm/{Makefile.in, configure.in},
8010 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
8011 configure.in}: Major reworking for autoconfig.
8012 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
8013 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
8014 New files.
8015 * config/unix-gdb.exp: Make GDB global.
8016 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
8017 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
8018 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
8019 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
8020 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
8021 term.exp, twice.exp, watchpoint.exp, whatis.exp},
8022 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
8023 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
8024 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
8025 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
8026 pr-8136.exp, result.exp, string.exp, tuples.exp},
8027 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
8028 to returns as necessary, arrange for test to compile own testcase
8029 executable.
8030 * lib/gdb.exp: Changes for testsuite to compile own test cases.
beb998c6 8031
c906108c
SS
8032Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
8033
8034 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
8035 clear_xfail at end of test which might not call either pass or fail.
8036 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
8037 "backtrace through signal handler".
8038
8039Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8040
8041 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
8042 continuing from a job control stop signal.
8043 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
8044
8045Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
8046
8047 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
8048 * gdb.base/corefile.exp: Likewise.
8049 * gdb.base/funcargs.exp: Likewise.
8050
8051Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
8052
8053 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
8054 * config/monitor.exp: Add support for setting baud rate.
8055
8056Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
8057
8058 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
8059 i*86-*-linux* xfails for "backtrace through signal handler".
8060 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
8061 "print func2::coremaker_local".
8062 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
8063 alpha-dec-osf2* xfail for
8064 "delete all breakpoints when none".
8065
8066Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
8067
8068 * gdb.base/break.exp: Change test that deletes all breakpoints
8069 when no user breakpoints are installed. A post 4.15 change
8070 causes gdb to no longer prompt in this case.
8071
8072Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
8073
8074 * gdb.base/return.exp (return_tests): Change xfail for test
8075 "correct value returned double test" to stop xfailing at
8076 Solaris 2.5. Apparently the bug has been fixed.
8077
8078Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
8079
8080 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
8081 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
8082
8083Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
8084
8085 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
8086 * gdb.disasm/hppa.s: Corresponding changes.
8087
8088Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
8089
8090 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
8091 makefile fragment.
8092 * config/mt-hpux: Deleted.
8093
8094Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
8095
beb998c6 8096 * Many files: When warning about suppressed tests due to a
c906108c
SS
8097 nonexistant test binary, avoid incrementing the warning count.
8098
8099Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
8100
8101 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
beb998c6 8102
c906108c
SS
8103Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8104
8105 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
8106 "sparc-*-solaris2*".
8107
8108Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8109
8110 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
8111 Add global and local variables and initialize them.
8112 * gdb.base/corefile.exp: Test correct mapping of corefile sections
8113 by printing variables. Remove rs6000 and powerpc xfails, BFD now
8114 extracts the file name and terminating signal from the core file.
8115 * TODO: Remove note about tests for correct mapping of corefile.
8116 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
8117 from optimizing it away.
8118 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
8119 handles common blocks.
8120
8121Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
8122
8123 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
8124 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
8125
8126Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
8127
8128 * Makefile.in (maintainer-clean): New target, synonym for
8129 realclean.
8130 * gdb.base/Makefile.in (maintainer-clean): Likewise.
8131 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
8132 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
8133 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
8134 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
8135 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
8136
8137Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
8138
8139 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
8140 xfails when not gcc compiled for "print foo::funclocal".
8141 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
8142 "print foo::funclocal at foo",
8143 "print 'scope1.c'::foo::funclocal at foo",
8144 "print foo::funclocal_bss at foo",
8145 "print 'scope1.c'::foo::funclocal_bss at foo",
8146 "print foo::funclocal_ro at foo",
8147 "print 'scope1.c'::foo::funclocal_ro at foo",
8148 "print bar::funclocal at foo" and
8149 "print 'scope1.c'::bar::funclocal at foo".
8150 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
8151 gcc compiled for "print foo::funclocal at bar".
8152 Expand all messages to ensure that they identify that
8153 the test is at bar().
8154 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
8155 gcc compiled for:
8156 "ptype on opaque struct pointer (statically)",
8157 "ptype on opaque struct tagname (statically)",
8158 "ptype on opaque struct pointer (dynamically) 1",
8159 "ptype on opaque struct tagname (dynamically) 1",
8160 "ptype on opaque struct pointer (dynamically) 2" and
8161 "ptype on opaque struct tagname (dynamically) 2
8162 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
8163 gcc compiled for:
8164 "p datalocal"
8165 "whatis datalocal",
8166 "ptype datalocal",
8167 "p bsslocal",
8168 "whatis bsslocal", and
8169 "ptype bsslocal".
8170 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
8171 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
8172 when not gcc compiled.
8173 * gdb.base/funcargs.exp (float_and_integral_args): Add
8174 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
8175 compiled.
8176 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
8177 "backtrace from call6a" when not gcc compiled.
8178 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
8179 "backtrace from call7a" when not gcc compiled.
8180 * gdb.base/callfuncs.exp (do_function_calls):
8181 Add "hppa*-*-hpux*" xfail when not gcc compiled for
8182 "p t_char_array_values(char_array_val2,char_array_val1)",
8183 "p t_char_array_values(char_array_val1,char_array_val2)",
8184 "p t_char_array_values("carray 1","carray 2")",
8185 "p t_char_array_values("carray 1",char_array_val2)",
8186 "p t_char_array_values(char_array_val1,"carray 2")",
8187 "p sum_args(1,{2})",
8188 "p sum_args(2,{2,3})",
8189 "p sum_args(3,{2,3,4})",
8190 "p sum_args(4,{2,3,4,5})"
8191 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
8192 "backtrace in corefile.exp" when not gcc compiled.
8193
8194Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8195
8196 * gdb.base/signals.exp: Rewrite `handle all print' test as
8197 a procedure. Accept blanks or TABs as whitespace, increase
8198 timeout and expect input buffer size for the large output
8199 from the command. Remove "i*86-*-bsdi2.0" xfail.
8200
8201Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8202
8203 * gdb.base/setvar.exp: Add new testcases for truncation when
8204 assigning invalid values to bitfields.
8205
8206Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
8207
beb998c6 8208 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
8209 mips-sgi-irix* xfail for
8210 "call inferior func with struct - returns char *"
8211 and fix test so that an optional (unsigned char *) cast is
8212 accepted in the result.
8213
8214Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
8215
8216 * gdb.base/funcargs.exp (float_and_integral_args): Remove
8217 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
8218 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
8219 * gdb.base/signals.exp: Remove duplicate "handle all print" test
8220 that accidentally got checked in.
8221
8222Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
8223
beb998c6 8224 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
8225 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
8226 compiled test.
8227 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
8228 Add mips-sgi-irix5* xfail for not gcc compiled.
8229 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
8230 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
8231 "p top", "whatis top", "p middle", and "whatis middle".
8232 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
8233 "whatis signed char" for not gcc compiled.
8234 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
8235 "set variable signed char=-1 (-1)" and
8236 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
8237 * gdb.base/funcargs.exp (float_and_integral_args):
8238 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
8239 Add mips-sgi-irix* xfail when not gcc compiled for
8240 "continue to call2b".
8241 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
8242 "continue to call2g".
8243 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
8244 "backtrace from call6a"
8245 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
8246 "backtrace from call7k".
8247 Add mips-sgi-irix5* xfail when not gcc compiled for
8248 "backtrace from call7a".
8249 (localvars_after_alloca): Fix gdb_test cmds for
8250 "print * after runto ...".
8251 Remove rs6000-*-* xfails for
8252 "print i after runto localvars_after_alloca" and
8253 "print l after runto localvars_after_alloca"
8254 for all compilers.
8255 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
8256 when not compiled with gcc, for:
8257 "print signed char == (minus)",
8258 "print signed char != (minus)",
8259 "print signed char < (minus)",
8260 "print signed char > (minus)".
8261 * gdb.base/callfuncs.exp (do_function_calls):
8262 Add mips-sgi-irix* xfail, when compiled with native compiler, for
8263 "call inferior func with struct - returns char *".
beb998c6 8264 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
8265 "correct value returned double test" to include Solaris 2.4.
8266 * gdb.base/funcargs.exp (float_and_integral_args):
8267 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
beb998c6 8268
c906108c
SS
8269Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8270
8271 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
8272 enumeration bitfields if compiling with GNU C.
8273 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
8274 to empty' prompt.
8275
8276Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
8277
8278 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
8279 test for PRO targets.
8280
8281 * gdb.base/funcargs.exp: Avoid ever setting more than 8
8282 breakpoints in the inferior at any given time by making
8283 two groups of breakpoints for call2*, call6* and call7*
8284 tests.
8285
8286Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8287
8288 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
8289 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
8290 from optimizing it away.
8291 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
8292 "call inferior func with struct".
8293
8294Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
8295
8296 * configure.in: Only configure gdb.chill for particular targets.
8297
8298Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
8299
8300 * gdb.base/Makefile.in: Add action to .c.o transformation
8301 rule that generates a .ci file for each .o file and remove
8302 explicit .c.o rules except for callfuncs.o.
8303 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
8304 generates a .ci file for each .o file and remove explicit
8305 .cc.o rules.
8306 (clean): Remove *.tmp *.ci files.
8307 (EXECUTABLES): Remove templ-info.exp.
8308 * gdb.base/compiler.c: New file.
8309 * gdb.c++/compiler.cc: New file
8310 * gdb.base/scope.exp: Source gdb.base/scope.ci.
8311 Change rs6000-*-* xfail for
8312 "print 'scope0.c'::filelocal_ro" and
8313 "print 'scope1.c'::filelocal" and
8314 "print 'scope1.c'::filelocal_bss" and
8315 "print 'scope1.c'::filelocal_ro" and
8316 "print 'scope1.c'::foo::funclocal" and
8317 "print 'scope1.c'::foo::funclocal_ro" and
8318 "print 'scope1.c'::bar::funclocal" and
8319 "print 'scope0.c'::filelocal_ro" and
8320 "print 'scope1.c'::filelocal at foo" and
8321 "print 'scope1.c'::filelocal_bss at foo" and
8322 "print 'scope1.c'::filelocal_ro at foo" and
8323 "print 'scope1.c'::foo::funclocal at foo" and
8324 "print 'scope1.c'::foo::funclocal_bss at foo" and
8325 "print 'scope1.c'::foo::funclocal_ro at foo" and
8326 "print 'scope1.c'::bar::funclocal at foo" and
8327 "print 'scope0.c'::filelocal_ro" and
8328 "print 'scope1.c'::filelocal" and
8329 "print 'scope1.c'::filelocal_bss" and
8330 "print 'scope1.c'::filelocal_ro" and
8331 "print 'scope1.c'::foo::funclocal" and
8332 "print 'scope1.c'::foo::funclocal_bss" and
8333 "print 'scope1.c'::foo::funclocal_ro" and
8334 "print 'scope1.c'::bar::funclocal" and
8335 "print 'scope1.c'::bar::funclocal_bss"
8336 to only be xfail'd when not compiled with gcc.
beb998c6 8337 Add rs6000-*-* xfail for
c906108c
SS
8338 "print 'scope0.c'::filelocal_bss before run"
8339 when compiled with gcc.
8340 (test_at_main): Add rs6000-*-* xfail for
8341 "print filelocal_ro in test_at_main"
8342 when compiled with gcc.
8343 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
beb998c6 8344 Add rs6000-*-aix* xfail for
c906108c
SS
8345 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
8346 "ptype t_char_array", not compiled with gcc.
8347 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
8348 xfail for "list foo (in include file)" when gcc compiled.
8349 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
8350 (integral_args): Add rs6000-*-* xfail for
8351 "run to call0a" if not compiled with gcc.
8352 (unsigned_integral_args): Add rs6000-*-* xfail for
8353 "run to call1a" if not compiled with gcc.
8354 (float_and_integral_args): Add rs6000-*-* xfail for
8355 "run to call2a" if not compiled with gcc and for
8356 "continue to call2b" for any compiler.
8357 Add rs6000-*-* xfail to
8358 "print f1 after run to call2a" for gcc compiled.
8359 (discard_and_shuffle): Add rs6000-*-* xfail for
8360 "run to call6a".
8361 (shuffle_round_robin): Add rs6000-*-* xfail for
8362 "backtrace from call7a" if not compiled with gcc.
8363 Add rs6000-*-* xfail for
8364 "backtrace from call7b" if compiled with gcc.
8365 (call_after_alloca): Add rs6000-*-* xfail for
8366 "print c in call_after_alloca" and
8367 "print s in call_after_alloca" and
8368 "backtrace from call_after_alloca_subr"
8369 if not compiled with gcc.
8370 (localvars_in_indirect_call): Add rs6000-*-* xfail for
8371 "print c in localvars_in_indirect_call" and
8372 "print c in localvars_in_indirect_call" and
8373 "backtrace in indirectly called function" and
8374 "stepping into indirectly called function"
8375 if not compiled with gcc.
8376 (localvars_after_alloca): Add rs6000-*-* xfail for
8377 "print c after runto localvars_after_alloca" and
8378 "print s after runto localvars_after_alloca" and
8379 "print i after runto localvars_after_alloca" and
8380 "print l after runto localvars_after_alloca"
8381 for all compilers.
8382 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
8383 than whatis-info.exp.
8384 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
8385 than opaque-info.exp.
8386 Setup rs6000-*-* xfail for
beb998c6 8387 "ptype on opaque struct pointer (statically)" and
c906108c
SS
8388 "ptype on opaque struct pointer (dynamically)" when
8389 not compiled with gcc.
8390 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
8391 rather than callf-info.exp.
8392 (do_function_calls): Add clear_xfail for rs6000-*-* for
8393 "p t_float_values2(3.14159,float_val2)". Seems to work
8394 fine there, both with xlc and gcc. Need to find out what
8395 it is doing right and fix other platforms.
8396 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
8397 "call inferior func with struct - returns int",
8398 "call inferior func with struct - returns long",
8399 "call inferior func with struct - returns float",
8400 "call inferior func with struct - returns double",
8401 "call inferior func with struct - returns char *",
8402 but only if not gcc compiled (presumes xlc compiled).
8403 Change rs6000-*-* xfails for
8404 "call inferior func with struct - returns char" and
8405 " call inferior func with struct - returns short" to only
8406 xfail if not using gcc.
8407 (clean mostlyclean): Remove *.ci and *.tmp files.
8408 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
8409 than templ-info.exp.
8410 * gdb.base/langs.exp: Source gdb.base/langs.ci.
8411 Add rs6000-*-* xfail for "up to foo in langs.exp"
8412 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
8413 when not gcc compiled.
beb998c6 8414
c906108c
SS
8415Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8416
8417 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
8418 * gdb.base/corefile.exp: Likewise.
8419 * gdb.base/list.exp: Likewise.
8420 * gdb.base/scope.exp: Likewise.
8421 * gdb.base/siganls.exp: Likewise.
8422
8423 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
8424 compiler output.
8425 * gdb.base/whatis.exp: Likewise.
8426
8427Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
8428
8429 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
8430 failure (opcode table has been fixed to match reality).
8431
8432Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
8433
8434 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
8435 "call inferior func with struct - returns char",
8436 "call inferior func with struct - returns short"
8437
8438 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
8439 "print 'scope0.c'::filelocal at main",
8440 "print 'scope0.c'::filelocal_bss in test_at_main",
8441 "print 'scope0.c'::filelocal at foo",
8442 "print 'scope0.c'::filelocal_bss in test_at_foo",
8443 "print 'scope0.c'::filelocal at bar",
8444 "print 'scope0.c'::filelocal_bss in test_at_bar"
beb998c6 8445
c906108c
SS
8446 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
8447 in source file 1". This bug seems to have been fixed with both
8448 gcc and native cc (was native assembler bug?).
8449
8450Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
8451
8452 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
8453 "backtrace through signal handler" to "i*86-*-sysv4*".
8454 * gdb.base/signals.exp: Add xfail for "'next' behaved as
8455 continue" case. Add "known SVR4 bug" to fail message.
8456 Add "i*86-*-bsdi2.0" xfail for "handle all print".
8457 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
8458 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
8459 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
8460 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
8461 "up to foo in langs.exp", "show language at foo in
8462 langs.exp", "up to cppsub_ in langs.exp", "show
8463 language at cppsub_ in langs.exp", "up to fsub in
8464 langs.exp", and "show language at fsub in langs.exp".
8465 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
8466 "bactrace in corefile.exp".
8467 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
8468 "call inferior function with struct - returns float" and
8469 "call inferior function with struct - returns double".
beb998c6 8470
c906108c
SS
8471Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
8472
8473 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
8474 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
8475 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
8476 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
8477
8478Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
8479
8480 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
8481 (or overriden) "CHILL" macro rather then bare "gcc".
8482 Also look for ../../gcc/xgcc since that is what we will
8483 actually need, not "Makefile". Remove following assignment
8484 of CHILL to CHILL_FOR_TARGET because that results in
8485 recursive definition.
8486
8487Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
8488
8489 * gdb.base/corefile.exp: Change xfail for backtrace in
8490 corefile.exp from linuxaout to all linux.
8491 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
8492 cases where we miss the breakpoint at the signal handler
8493 for some reason. Setup xfail for linuxoldld/linuxaout and
8494 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
8495 hitting SIGURG breakpoint.
8496 * gdb.base/signals.exp: Setup xfail for "next" acting like
8497 continue to add linuxoldld. Setup xfail for all linux for
8498 "next to handler in signals_tests_1", "backtrace in
8499 signals_tests_1", "continue to func1", "pass SIGUSR1",
8500 and continue to handler".
8501
8502Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8503
8504 * Update all FSF addresses except those in COPYING* files.
8505
8506Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
8507
8508 * gdb.base/a2-run.exp: Change messages to be more explicit about
8509 the status of args, and quote binfile in results.
8510
8511Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
8512
8513 * gdb.base/callfuncs.exp: Add tests for passing structs to
8514 inferior functions and return various types.
8515 * gdb.base/callfuncs.c: Add functions to receive a struct
8516 and return a member of the struct, in various types.
8517
8518Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8519
8520 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
8521
8522Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8523
8524 * config/vxworks29k.exp: New file, sources vxworks.exp.
8525
8526Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8527
8528 * config/gdbremote.exp: New file. Testing framework using
8529 gdbserver.
8530
8531Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
8532
8533 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
8534 "call function when asleep" and "send end of file".
8535 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
8536 for "backtrace in corefile.exp".
8537 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
8538 for "backtrace through signal handler".
8539 * gdb.base/corefile.exp: Make sure we actually generate a core file
8540 before trying the core tests. Some systems allow the user to suppress
8541 generation of core files and default to that (linux for example).
8542 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
8543 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
8544
8545Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8546
8547 * gdb.threads: New directory with some crude multi-threaded
8548 gdb tests (step.exp and step2.exp).
8549 * config/mt-lynx (STEP_EXECUTABLE): Define.
8550 (THREADFLAGS): Define.
8551
8552Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
8553
8554 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
8555
8556 * gdb.base/signals.exp: Disable whole file for lynx until
8557 further notice.
8558
8559 * gdb.base/signals.exp: xfail test where "next" acts like
8560 "continue" for lynx.
8561
8562 * gdb.base/interrupt.exp: xfail test for calling function while
8563 inferior is asleep for lynx.
8564
8565 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
8566 than one cr-lf after each command.
8567
8568Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8569
8570 * configure.in: Reinstate setting of stabsdirs variable, fix
8571 typo in setting up configdirs for native builds.
8572
8573 * gdb.base/return.exp: Fix typo in return double test.
8574 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
8575 compiler from optimizing them away.
8576
8577Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
8578
8579 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
8580 sequences to be echo'd by gdb when using gdb_test.
8581 * gdb.chill/chexp.exp: Likewise.
8582 * gdb.fortran/exprs.exp: Likewise
8583
8584Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8585
8586 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
8587 after the inferior gdb has started.
8588
8589 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
8590 after each command.
8591 * gdb.base/funcargs.exp: Likewise.
8592 * gdb.base/gdbvars.exp: Likewise.
8593 * gdb.base/interrupt.exp: Likewise.
8594 * gdb.base/list.exp: Likewise.
8595 * gdb.base/watchpoint.exp: Likewise.
8596 * gdb.c++/demangle.exp: Likewise.
8597 * gdb.c++/inherit.exp: Likewise.
8598 * gdb.chill/chexp.exp: Likewise.
8599 * gdb.fortran/exprs.exp: Likewise.
8600
8601 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
8602 test if we can't handle IO to/from the inferior.
8603
8604 * gdb.c++/misc.exp: Always check for a program already being
8605 started after sending a "run" command to gdb.
8606
8607 * gdb.base/twice.exp: Start with a fresh gdb.
8608
8609 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
8610 only depend on gdb's expression code, not the chill runtime.
8611
8612 * gdb.base/return.c: Put return values into variables so we
8613 can have gdb print them rather than depending on the program
8614 to print them.
8615 * gdb.base/return.exp: Corresponding changes.
8616
8617 * lib/gdb.exp: Provide default value for noinferiorio.
8618 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
8619 the inferior.
8620
8621 * gdb.base/break.exp: Always check for a program already being
8622 started after sending a "run" command to gdb.
8623 (text_next_with_recursion): Don't check the output from the
8624 program's printf statement. Instead just make sure the program
8625 exited.
8626
8627 * gdb.base/commands.exp: Protect tests which need arguments with
8628 $noargs conditionals.
8629
8630Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8631
8632 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
8633 of structure member arrays to match gdb/valops.c:value_addr change.
8634
8635Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
8636
8637 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
8638 cases.
8639
8640Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
8641
8642 * configure.in (configdirs): Remove gdb.chill from default list
8643 of subdirs and then add it back in only if doing a native build.
8644 The current chill compiler does not yet work in any cross build.
8645 * Revert all signal changes from Jul 6.
8646 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
8647 for sh-hms targets, allowing these tests to link, with no other
8648 changes. Testing is suppressed by setting "nosignals" in site.exp.
8649
8650Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
8651
8652 * configure.in (signaldirs): Define and add to configdirs for all
8653 targets except some specific ones that are known to not support signals.
8654 Also clean up formatting.
8655 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
8656 (signals, sigall): Remove rules to build.
8657 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
8658 Moved to new gdb.signals directory.
8659 * gdb.signals: New test directory.
8660 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
8661 signals.c signals.exp}: New or moved files.
8662
8663Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
8664
8665 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
8666
8667Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
8668
8669 * gdb.base/return.exp: Xfail `return double' test failure
8670 on at least Solaris 2.3 and handle future/past versions on
8671 a case by case basis as appropriate. Also update message
8672 to include i*86 failures.
8673
8674Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8675
8676 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
8677
8678 * lib/gdb.exp: Fix comment which erroneously identified
8679 gdb_file_cmd as gdb_load (the 19 May change was in fact to
8680 gdb_file_cmd not gdb_load).
8681 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
8682
8683 * gdb.base/setvar.exp: Make test names consistent between pass and
8684 fail cases. Use gdb_test more.
8685
8686Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8687
8688 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
8689
8690Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8691
8692 * gdb.base/help.exp: Fix expected help string for `show commands'.
8693
8694Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
8695
8696 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
8697
8698 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
8699 of a text section.
8700
8701Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
8702
8703 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
8704 that loop eventually terminates. Fix Connection refused logic so
8705 that testsuite will expire nicely.
8706
8707Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
8708
8709 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
8710 config/rom68k.exp: New tcl glue for the appropriate monitors.
8711 These all just end up calling monitor.exp.
8712 * config/monitor.exp (gdb_target_monitor): Handle `Connection
8713 refused' by retrying. Cleanup some timeout issues.
8714 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
8715 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
8716 callers don't have to set/restore global timeout variable.
8717
8718 * The following set of changes centralizes management of the global
8719 timeout variable. This way, it can be set in one target dependent
8720 place instead of dozens of places scattered throughout the test suite.
8721 If you need to lengthen a timeout, then you should either set timeout
8722 in one of the config/{target}.exp files, or multiply it by a factor.
8723 Setting it to an absolute value is always going to lose for some
8724 targets.
8725 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
8726 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
8727 * gdb.base/funcargs.exp: Don't set timeout.
8728 * gdb.base/list.exp (test_forward_search): Only use local timeout.
8729 * gdb.base/printcmds.exp (test_print_string_constants
8730 test_print_array_constants): Don't set timeout.
8731 * gdb.base/ptype.exp: Don't set timeout.
8732 * gdb.base/recurse.exp: Don't set timeout.
8733 * gdb.base/return.exp: Don't set timeout.
8734 * gdb.base/watchpoint.exp: Don't set timeout.
8735 * gdb.c++/classes.exp (do_tests): Don't set timeout.
8736 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
8737
8738Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
8739
8740 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
8741
8742Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8743
8744 * lib/gdb.exp: Disable chill tests for irix5.
8745
8746Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8747
8748 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
8749 each test pass or fail.
8750
8751Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8752
8753 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
8754 xlc not gcc.
8755
8756Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
8757
8758 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
8759
8760Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
8761
8762 * config/est.exp: Fix copyright and comments. Remove dead code.
8763 Use targetname, serialport and baud variables instead of fixed
8764 constants.
8765 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
8766 * config/cpu32bug.exp: New file to support cpu32bug monitors.
8767
8768Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8769
8770 * gdb.base/watchpoint.exp: Don't run
8771 test_watchpoint_triggered_in_syscall for sunos.
8772
8773Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8774
8775 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
8776 they don't seem to exist. Do include stdio.h.
8777
8778Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8779
8780 * gdb.base/a1-selftest.exp: Add alpha xfail.
8781
8782Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8783
8784 * gdb.base/watchpoint.c (main): Prompt before calling read().
8785 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
8786 Revise accordingly. Remove cruft about sending "123" several
8787 times, until it gets noticed. Clean up the "print buf[0]" stuff
8788 so that it passes or fails, and waits for prompts in the usual way.
8789
8790Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8791
8792 * gdb.base/recurse.exp: Fix comment.
8793
8794 * TODO: Remove item about printing variables in nodebug.exp. Add
8795 item about enabling tests which are only run on some targets.
8796
8797 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
8798 fail, make test names unique, use new gdb_test convention
8799 regarding pattern, use gdb_test more, etc.).
8800
8801 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
8802 fail, make test names unique, etc.).
8803
8804Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8805
8806 * gdb.base/nodebug.c: Change return type of top and middle to
8807 short.
8808 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
8809 are fixed by the recent mdebugread.c changes. Allow `short ()'
8810 as type for top and middle.
8811
8812Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8813
8814 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
8815 nearly as I can tell, the whole thing was an accident in Stu's
8816 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
8817 to replace a send/expect pair with gdb_test, but ended up only
8818 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
8819 of 30 Mar 1995 took care of it, but left this vestigial comment
8820 which I am now nuking.
8821
8822Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8823
8824 * gdb.base/break.exp: Look for different line number for
8825 breakpoint at main depending on usestubs.
8826
8827Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8828
8829 * gdb.base/list.exp: Adjust some alternate expect patterns to
8830 match recent list0.c change. Add alternate expect pattern for
8831 output from `list default lines around main' for optimizing
8832 compilers.
8833
8834Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8835
8836 * lib/gdb.exp: If nosignals is not set, set it to 0.
8837
8838Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
8839
8840 * config/slite-gdb.exp: Responds to load symbol table prompt.
8841 * gdb.base/break.exp: Adjust line number, fix rerun.
8842 * gdb.base/langs0.c: Add #ifdef usestubs.
8843
8844Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
8845
8846 * gdb.base/list.exp: Adjust line contents after adding new lines in
8847 list0.c. Also fix a syntax error.
8848
8849 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
8850 * gdb.base/break.exp: ditto.
8851 * gdb.base/list.exp: ditto.
8852 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
8853 * gdb.base/run.c: ditto.
8854 * gdb.base/list0.c: ditto.
8855 * gdb.base/funcargs.c: ditto.
8856
8857Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
8858
8859 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
8860 $targetname, $serialport and $baud instead of hardwired variables.
8861 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
8862 target doesn't support signals.
8863
8864Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
8865
8866 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
8867
8868Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8869
8870 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
8871 Don't rely on the value of an auto variable before it has been
8872 initialized. Use gdb_test more.
8873
8874Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8875
8876 * lib/gdb.exp (default_gdb_version): A version number must start
8877 with a digit, but other than that contains all characters up to
8878 the first whitespace character.
8879
8880Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8881
8882 * gdb.base/commands.exp (breakpoint_command_test): New tests.
8883
8884Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8885
8886 * gdb.c++/*.exp: Warn if executable does not exist. The original
8887 reason for skipping the warning was that configure.in sometimes
8888 intentionally skipped building the executables but the tcl code
8889 had no way of knowing. That (a) was always bogus with respect to
8890 error handling, (b) is no longer true (right now there is no way
8891 to skip C++ tests).
8892
8893 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
8894
8895Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8896
8897 * gdb.base/list.exp: Add expect patterns for output from
8898 SunPRO compiled executables.
8899 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
8900 types.
8901
8902Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8903
8904 * gdb.base/break.exp (test_next_with_recursion): Accept any line
8905 number (we are already testing that the correct source line text
8906 gets printed).
8907
8908 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
8909 that is what is intended, but something needed to be done to get
8910 sunos4 native working again.
8911
8912 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
8913
8914 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
8915 apparently went with a (very) old xfail.
8916
8917Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
8918
8919 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
8920 runto_main is a proc in gdb.exp that will do 'step' for target use
8921 stubs.
8922 * gdb.base/exprs.exp: ditto.
8923 * gdb.base/interrupt.exp: ditto.
8924 * gdb.base/opaque.exp: ditto.
8925 * gdb.base/printcmds.exp: ditto.
8926 * gdb.base/ptype.exp: ditto.
8927 * gdb.base/scope.exp: ditto.
8928 * gdb.base/setvar.exp: ditto.
8929 * gdb.base/signals.exp: ditto.
8930 * gdb.base/twice.exp: ditto.
8931 * gdb.c++/classes.exp: ditto.
8932 * gdb.c++/inherit.exp: ditto.
8933 * gdb.c++/templates.exp: ditto.
8934 * gdb.base/break.exp: no run and hit main for stubs. Change line
8935 numbers for breakpoints and info breakpoint.
8936 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
8937 breakpoint().
8938 * gdb.base/callfuncs.c: ditto.
8939 * gdb.base/exprs: ditto.
8940 * gdb.base/interrupt.c: ditto.
8941 * gdb.base/opaque0.c: ditto.
8942 * gdb.base/printcmds.c: ditto.
8943 * gdb.base/ptype.c: ditto.
8944 * gdb.base/scope0.c: ditto.
8945 * gdb.base/setvar.c: ditto.
8946 * gdb.base/signals.c: ditto.
8947 * gdb.base/twice.c: ditto.
8948 * gdb.c++/misc.cc: ditto.
8949 * gdb.c++/templates.cc: ditto.
8950
8951Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8952
8953 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
8954
8955 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
8956 somewhere between `read' and `main.c'. I'm pretty sure the
8957 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
8958 and it isn't particularly useful.
8959
8960 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
8961
8962Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8963
8964 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
8965
8966Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
8967
8968 * config/mt-slite: add LIBS and -nostdlib.
8969 * config/slite-gdb.exp: add this new file to support sparclite target.
8970
8971Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
8972
8973 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
8974
8975 * gdb.base/a2-run.exp: Change argument to istarget from
8976 "*-*-vxworks" to "*-*-vxworks*".
8977 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
8978
8979Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
8980
8981 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
8982 will not runto main but do a 'step' to step out of breakpoint().
8983 * config/mt-slite: add -Dusestubs.
8984
8985Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8986
8987 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
8988 instead of just @.
8989
8990 * gdb.base/signals.exp: Add test for "handle all print".
8991 * TODO: Remove "handle all print". Also remove item about
8992 checking copyright date (I don't like the idea of a spurious FAIL
8993 based on when we run the tests).
8994
8995 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
8996 for SunOS4 (reason for failure not investigated). Remove
8997 redundant test for $binfile.
8998
8999 * gdb.base/nodebug.c (array_index): Call malloc.
9000
9001 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
9002
9003Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
9004
9005 * gdb.base/recurse.exp: Update gdb_test invocation to use new
9006 conventions and slightly simplify the matching regexp.
9007
9008Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9009
9010 * gdb.base/break.exp: Update gdb_test invocation to use new
9011 convention.
9012
9013 * lib/gdb.exp: If noargs is not set, set it to 0.
9014
9015 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
9016 tests unique.
9017
9018 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
9019
9020Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9021
9022 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
9023 one argument of type "<non-float parameter>".
9024
9025Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
9026
9027 * config/rom68k.exp: New file to support Motorola IDP board.
9028 * gdb.base/a2-run.exp: Skip this file if noargs is set.
9029 * gdb.base/break.c: Change things around so that this program
9030 doesn't depend upon args. This is necessary to make remote
9031 targets work (in general, they can't take args).
9032 * gdb.base/break.exp: Don't try to send args to program. Don't
9033 expect output. Also, replace lots of code with gdb_test.
9034
9035Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9036
9037 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
9038 printing of '\'' (which is what the comment says we are testing,
9039 even though we were not), not '''.
9040 (test_integer_literals_rejected): Test that printing ''' is an error.
9041
9042 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
9043 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
9044 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
9045 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
9046 Use gdb_test not test_print_accept.
9047 * lib/gdb.exp: Remove test_print_accept.
9048
9049 * gdb.base/signals.exp (signal_tests_1): Make pass message
9050 consistent with fail message.
9051
9052 * gdb.base/whatis.exp: Remove xfails for printing char vs.
9053 unsigned char; the bug (PR 1821) is fixed.
9054
9055 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
9056
9057 * gdb.base/scope.exp (test_at_localscopes): Call pass for
9058 successful tests--makes xfailing them work right.
9059
9060Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9061
9062 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
9063 only \r\n, not .*. The test can pass .* as the last thing in
9064 $pattern if that is what it wants. In addition to providing this
9065 flexibility, this change should speed up pattern matching in cases
9066 where the pattern already ended with .* (there were a number of
9067 them). This change also helps catch bad patterns--in the old
9068 scheme the typo "char \*" instead of "char \\*" would pass. Now
9069 it is caught.
9070 * Many .exp files: Update callers.
9071
9072 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
9073 clearer and does not spuriously match multiple ('s. Likewise for
9074 ) and *.
9075
9076 * gdb.base/nodebug.exp: Test ability to call a function and pass
9077 it a string (even with no debugging info).
9078
9079 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
9080 "p '\'", which is the same as "p ''" once tcl gets done with
9081 quoting, to "p '\\'", which I suspect is what is intended (one
9082 backslash gets sent to GDB).
9083
9084 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
9085
9086Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9087
9088 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
9089 1817) was fixed literally years ago.
9090
9091Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9092
9093 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
9094 test, it causes stepping out of call_after_alloca_subr with
9095 optimizing compilers.
9096 (localvars_in_indirect_call): Consume GDB prompt if `finish'
9097 fails.
9098
9099 * gdb.c++/templates.exp: Source templ-info.exp only if
9100 the templates executable exists.
9101
9102 * gdb.c++/misc.cc (class Contains_static_instance,
9103 class Contains_nested_static_instance),
9104 gdb.c++/classes.exp (test_static_members): Test printing of
9105 a class that contains a static instance of the class.
9106
9107Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9108
9109 * gdb.base/langs2.c (cppsub_): Don't prototype.
9110 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
9111 only, I believe).
9112
9113Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9114
9115 * lib/gdb.exp (skip_chill_tests): New procedure.
9116
9117 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
9118
9119Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
9120
9121 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
9122 each expect pattern. Cuts runtime from 12 to about 4 seconds.
9123
9124Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9125
9126 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
9127
9128 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
9129 disassemble 8, not 16, instructions for part 4.
9130
9131 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
9132 support the latter anymore.
9133
9134 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
9135 -DNO_PROTOTYPES.
9136 * gdb.base/callfuncs.c: Control use of prototypes based on
9137 NO_PROTOTYPES, not __STDC__.
9138 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
9139 t_float_values2 tests if prototypes in use.
9140
9141 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
9142 t_double_values): When checking differences against DELTA, check
9143 that difference is within the range (-DELTA,DELTA), not just
9144 (-infinity,DELTA).
9145
9146Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
9147
9148 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
9149 'file' command firts, then 'target', then 'load', this is due to gdb
9150 target set up.
9151 * config/mips-gdb.exp: Fix a couple regular exp bugs.
9152
9153Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
9154
9155 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
9156 FP load/store variants.
9157 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
9158
9159Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
9160
9161 * gdb.base/term.exp: Do not give a warning if not native, it is
9162 not an abnormal condition.
9163
9164Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
9165
9166 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
9167 t_char_array".
9168
9169Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
9170
9171 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
9172 are getting the version number.
9173
9174 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
9175 if not native, it is not an abnormal condition.
9176
9177Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9178
9179 * lib/gdb.exp: Just use "file exists", rather than undocumented
9180 dejagnu procedure "findfile".
9181
9182Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9183
9184 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
9185 (LDFLAGS): Set to -Xlinker -Ur.
9186
9187 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
9188 Removed, these values are set by lib/gdb.exp.
9189
9190 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
9191
9192Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9193
9194 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
9195 of replicating gdb startup code.
9196
9197 * config/mt-vxworks (LDFLAGS): Set to -r.
9198 (CFLAGS_FOR_TARGET): Removed.
9199
9200 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
9201 (gdb) and gdb for vxworks uses (vxgdb).
9202
9203 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
9204 executable is not in the tree and host != target, use sed and
9205 program_transform_name to determine the gdb name used by the
9206 target.
9207
9208 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
9209 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
9210
9211Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9212
9213 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
9214 floats, chars, and shorts where there are ANSI-style function
9215 definitions.
9216
9217 * gdb.base/langs.exp, gdb.base/langs*: New test.
9218 * gdb.base/Makefile.in: Build it.
9219 * TODO: Remove item about checking that C names don't get C++
9220 demangling applied; this test tests it.
9221
9222Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9223
9224 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
9225 went with the const70 xfail. The xfail went away a year ago.
9226
9227 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
9228
9229 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
9230 for hp300.
9231
9232 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
9233
9234 * gdb.base/a1-selftest.exp: Don't run on hp300.
9235
9236Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9237
9238 * Makefile.in (site.exp): Set host_alias and target_alias as well
9239 as host_triplet and target_triplet.
9240
9241Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9242
9243 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
9244
9245 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
9246 places as other ecoff systems).
9247
9248 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
9249 ultrix.
9250
9251Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9252
9253 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
9254 remove them.
9255 * gdb.base/nodebug.exp: Accept "function" in addition to "text
9256 variable and "variable" in addition to "data variable".
9257 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
9258
9259 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
9260 2.
9261 * gdb.base/list1.c (long_line): Add additional statement at start
9262 of function.
9263 * gdb.base/list.exp (test_forward_search): Update line number to
9264 reflect new statement.
9265
9266Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9267
9268 * gdb.base/signals.exp: Reinitialize searched source directories
9269 after gdb_start call.
9270
9271Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
9272
9273 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
9274 * gdb.stabs/Makefile.in: Likewise.
9275
9276 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
9277 change. Instead split the tests into smaller pieces.
9278 * gdb.disasm/hppa.s: Corresponding changes.
9279
9280Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9281
9282 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
9283 Quote ^C when passing it to stty. For some shells ^ is a pipe.
9284
9285 * gdb.base/funcargs.exp: Modify many tests so that every test
9286 either passes or fails. Make some test names unique.
9287
9288Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9289
9290 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
9291 Call stty to set interrupt character.
9292
9293 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
9294 for HP assembler versus GNU assembler based on actual behavior of
9295 $(CC), rather than assuming that $(AS) is always the GNU assembler.
9296
9297 * TODO: Suggest a few more stepping tests.
9298
9299Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
9300
9301 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
9302 restart GDB for h8300 after a continue.
9303 (return): Add pattern to match a29k-udi behavior.
9304 * gdb.base/nodebug.exp: Remove obsolete comment.
9305 * gdb.base/regs.exp: New file, testing of register displays.
9306 * gdb.base/return.exp: Fix typo in reference to $objdir.
9307 * gdb.base/whatis.exp: Always start with a fresh GDB.
9308
9309Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9310
9311 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
9312 higher, these tests generate a lot of output.
9313
9314Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9315
9316 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
9317 code following the catch silently ignored some errors; without the
9318 catch they should be thrown like any other tcl error. Also, the
9319 catch used "" instead of {} which meant all the callers who wanted
9320 to include one of the characters "[]$ had to quote it an extra time.
9321 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
9322 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
9323 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
9324 Remove extra quoting.
9325
9326Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
9327
9328 * gdb.base/commands.exp: Make test names unique; every test either
9329 passes or fails. Update some comments.
9330
9331 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
9332
9333Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9334
9335 The following fixes a FAIL caused by the fact that the alpha stabs
9336 configuration didn't use the ".if alpha" code in weird.def.
9337 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
9338 bit pointer, so the 32 bit version works even on the alpha.
9339 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
9340 Remove the stuff which allowed us to have separate versions for
9341 alpha and everything else.
9342
9343 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
9344 regexp which "info func operator\[\](" is supposed to match. Fix
9345 string to send to GDB. Note that GDB still doesn't work right. Add a
9346 new test for "info func .perator\[\](" which GDB does handle correctly.
9347
9348 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
9349
9350Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9351
9352 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
9353 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
9354 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
9355 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
9356 it makes the tests harder to understand and confuses test-o-matic.
9357 The preferred style is that each test provides a PASS or a FAIL,
9358 and has a unique message (e.g. "continue #54" not just "continue")
9359 which is the same for the pass and the fail.
9360 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
9361 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
9362 to lib/gdb.exp.
9363 * gdb.base/printcmds.exp: Use test_print_accept. Remove
9364 prt_accept which was basically the same thing. Likewise for
9365 test_print_reject and prt_reject.
9366 * lib/gdb.exp (test_print_reject): Add some more error message
9367 patterns to match from the former printcmds.exp (prt_reject).
9368 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
9369 One defect of the passcount stuff is that some of it failed to
9370 report XPASS where appropriate.
9371 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
9372 stuff before and after arg in expected pattern.
9373 (test_paddr_operator_functions): Re-do test without print_addr_of;
9374 this is the only test which seems to want extra stuff there.
9375
9376Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9377
9378 * gdb.base/nodebug.exp: Update new tests to reflect improved
9379 wording of gdb output.
9380
9381 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
9382 and "ptype" work on variables in files compiled without -g.
9383 Replaces commented out "maint print msymbol" tests.
9384
9385Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9386
9387 * gdb.base/setvar.c (dummy): Call malloc.
9388
9389 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
9390 losing with the irix4 sed.
9391
9392 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
9393 ALRM" on irix4.
9394
9395Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9396
9397 * TODO: Remove items about corefile.exp testing new exec-file and
9398 backtrace; both are now done. Add items about printing enums.
9399
9400Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9401
9402 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
9403 "get signal $thissig" test fails.
9404
9405 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
9406
9407Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9408
9409 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
9410 compiler warning with dec alpha compiler.
9411
9412 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
9413 extra \n from gdb_test call (this explains why the prompt test
9414 that I removed yesterday was there).
9415 (user_defined_command_test): Remove extra \n and prompt test.
9416
9417 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
9418 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
9419 doesn't exist.
9420 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
9421 Also remove alpha workaround, which turns out to be because
9422 SIGABRT == SIGLOST.
9423
9424 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
9425
9426 * gdb.base/help.exp: Don't test "help show".
9427
9428Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9429
9430 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
9431 "set print address" is on.
9432 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
9433 pass prompt to gdb_test; gdb_test already looks for the prompt.
9434
9435 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
9436
9437 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
9438 was a vestige of the manual TESTSTRATEGY, and the purpose of it
9439 was to make sure that gdb can read a core file. But (a) the "read
9440 the corefile" part didn't make it to a1-selftest.exp, we just
9441 delete the corefile after creating it, and (b) we test reading
9442 corefiles in corefile.exp anyway. Also, this test left around a
9443 xgdb process on Solaris.
9444
9445 * gdb.base/corefile.exp: Also test backtrace.
9446
9447Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
9448
9449 * gdb.base/commands.exp: Test a simple user defined command with
9450 arguments and if/while statements; verify the full user command is
9451 printed by "show user".
9452
9453 * gdb.base/commands.exp: Test if/while commands as part of a
9454 breakpoint command list; verify they appear in breakpoint
9455 information.
9456
9457Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9458
9459 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
9460 than by dividing by zero.
9461
9462Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
9463
9464 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
9465 performing an inferior call with watchpoints enabled.
9466 * gdb.base/watchpoint.c (main): Delete second unnecessary read
9467 call.
9468
9469Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9470
9471 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
9472 of "file" command.
9473
9474 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
9475 Add additional pattern for when "int operator int(void);" appears
9476 in a different order.
9477
9478Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9479
9480 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
9481
9482 * gdb.base/help.exp: Replace most of docstrings for "info signals"
9483 and "signal" with ".*".
9484
9485Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9486
9487 * TODO: Add note about "handle all nostop".
9488
9489 * gdb.base/{sigall.c, sigall.exp}: New test.
9490 * gdb.base/Makefile.in: Add it.
9491
9492Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9493
9494 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
9495 when invoking GDB, suppresses any windowing interface.
9496
9497Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
9498
9499 * config/sim-gdb: New file, simulator testing support.
9500
9501Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
9502
9503 * gdb.base/interrupt.exp: Test calling func1 twice.
9504
9505Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
9506
9507 * gdb.base/list.exp (test_forward_search): Set timeout higher
9508 when we'll be getting lots of output from gdb.
9509
9510 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
9511 "init_malloc" to after the expect statement. Run it if that
9512 regexp is taken, but also for two others which happen if source
9513 cannot be found.
9514
9515Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9516
9517 * gdb.base/printcmds.exp: New test, for printing register before
9518 program is running.
9519
9520Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9521
9522 * gdb.base/list.exp: Correct some alternate expect patterns
9523 to reflect changes in list1.c.
9524
9525Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9526
9527 * TODO: Add item regarding large frames.
9528
9529 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
9530
9531 * TODO: Remove item about enabling return.exp; it
9532 is enabled. Suggest a few more "return" tests.
9533
9534Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9535
9536 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
9537 anonymous unions.
9538
9539Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9540
9541 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
9542 and pr-5646.o, so "make" is the same as "make all", not "make
9543 pr-4975.o".
9544
9545Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
9546
9547 * gdb.base/list.exp: Adjust expectations to reflect changes in
9548 list1.c.
9549 (test_forward_search): New test proc.
9550 * gdb.base/list1.c (long_line): New function, has long source line.
9551
9552Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
9553
9554 * gdb.base/a1-selftest.exp: Change initial stepping to know about
9555 additional line of code that was added.
9556
9557Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
9558
9559 * gdb.disasm/hppa.s: Break the large branching tests into smaller
9560 tests so as not to overflow expect's input buffers.
9561 * gdb.disasm/hppa.exp: Corresponding changes.
9562
9563Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9564
9565 Beginnings of template debugging tests.
9566 * gdb.c++/templ-info.cc: New file to test for template
9567 debugging capability of the compiler.
9568 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
9569 templ-info.cc.
9570 * gdb.c++/templates.cc: Add explicit template instantiations
9571 to enable compiling with -fno-implicit-templates. Add destructor
9572 and 'value' method to T5 class for template tests.
9573 * gdb.c++/templates.exp: Add testcases for printing of template
9574 types, setting breakpoints on template methods and calling a
beb998c6 9575 template method.
c906108c
SS
9576
9577Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
9578
9579 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
9580 branch target since some assemblers (gas-2.5) may emit a
9581 relocation for the branch instead of resolving it in the
9582 assembler.
9583
9584Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9585
9586 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
9587 through signal handler.
9588
9589Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9590
9591 * configure.in (*-*-netware): Use config/mt-netware.
9592
9593 * config/mt-netware: New file.
9594 * config/mt-i386-netware: Removed, separate configs for different
9595 netware architectures are no longer needed now that we have
9596 --with-headers.
9597
9598Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9599
9600 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
9601 by the recent changes to use ANSI C arithmetic conversions.
9602
9603Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9604
9605 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
9606 bug involving using inferior_pid to figure out whether to select a
9607 frame.
9608
9609Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
9610
9611 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
9612 match the current disassembler output.
9613
9614Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
9615
9616 * gdb.fortran/exprs.exp: Expect VOID instead of void.
9617 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
9618 types, expect "int" as type of integer values (for now).
9619
9620Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
9621
9622 * gdb.base/commands.exp: New tests for if/while commands.
9623
9624Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
9625
9626 * lib/gdb.exp (runto): Replace sub-pattern for hex value
9627 by .*, since hex values have different syntax in Chill mode.
9628
9629Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9630
9631 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
9632 linefeed from expect pattern for repeated types with indices > 9.
9633
9634Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
9635
9636 First part of Fortran test suite.
9637 * gdb.fortran: New directory.
9638 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
9639
9640Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9641
9642 * gdb.base/default.exp: Update expect pattern for load command
9643 without arguments.
9644
9645Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9646
9647 * configure.in: Change i386 to i[345]86.
9648 * gdb.base/configure.in: Likewise.
9649 * gdb.c++/configure.in: Likewise.
9650 * gdb.chill/configure.in: Likewise.
9651
9652Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
9653
9654 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
9655 patterns, since that is not a valid context for comments.
9656
9657Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
9658
9659 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
9660 repeated types and repeated types with indices > 9.
9661
9662Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9663
9664 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
9665 2417; old bug has been fixed.
9666
9667Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
9668
9669 * gdb.base/interrupt.exp: When trying to wake up the inferior,
9670 send the newline ourselves instead of assuming gdb_test will do
9671 so when passed an empty input string.
9672
9673 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
9674 stabs testcode.
9675
9676Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9677
9678 * lib/gdb.exp (gdb_test): Don't send anything if the first
9679 argument is an empty string. This makes cases where we want to
9680 match output that is already in expect's buffers (for example,
9681 matching a breakpoint after gdb_run_cmd has been called) work
9682 reliably.
9683
9684Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9685
9686 * config/netware.exp: New file.
9687
9688Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9689
9690 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
9691 the -B and -L prefixes so we can find the debugging stub.
9692
9693 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
9694 there and we are using the gcc from the tree.
9695
9696 * gdb.base/types.c: Removed.
9697
9698 * gdb.base/configure.in: Look for makefile fragments in ../config.
9699 Recognize i386-*-netware.
9700 * gdb.c++/configure.in: Likewise.
9701
9702Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9703
9704 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
9705 the correct TCL syntax.
9706
9707Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9708
9709 * gdb.base/opaque.exp: use runto instead of messing around with
9710 breakpoints. Simplify by using gdb_test.
9711
9712 * gdb.base/bitfields.exp: restart between tests on netware targets
9713 because breakpoints aren't relocated after target death. Run
9714 processes to completion.
9715
9716 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
9717
9718Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
9719
9720 * Makefile.in: Remove extra tabs that confuse some versions
9721 of "make". Use the newly built gdb to test with by default,
9722 rather than the first one in the tester's search path.
9723
9724Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
9725
9726 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
9727
9728 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
9729 condition help.
9730
9731Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9732
9733 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
9734
9735 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
9736 running.
9737 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
9738 * gdb.base/funcargs.exp: Likewise.
9739
9740 * gdb.base/bitfields.exp: Simplify by using gdb_test.
9741 * gdb.base/funcargs.exp: Likewise.
9742
9743 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
9744 message is "".
9745
9746Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9747
9748 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
9749 return,signals,twice}.exp: Handle non-existant binaries
9750 consistantly.
9751
9752 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
9753 * gdb.base/Makefile.in: Don't try to generate a core dump, we
9754 might testing a cross development system.
9755
9756Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9757
9758 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
9759 runtest script is relative to ${srcdir}, not ${rootdir}.
9760
9761Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
9762
9763 * gdb.base/signals.exp: Allow for optionality of breakpoint
9764 address.
9765
9766Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9767
9768 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
9769
9770Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9771
9772 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
9773 for size_t definition.
9774 * gdb.c++/templates.cc: Likewise
9775
9776 * config/mt-i386-netware: New file.
9777
9778 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
9779 defined.
9780
9781 * gdb.base/Makefile.in: Added support for systems that name core
9782 files by appending "core" to the program name.
9783 * gdb.base/a1-selftest.exp: Likewise.
9784
9785Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9786
9787 * gdb.base/return.exp: Add comment and message for `return double'
9788 test failure on Sparc Solaris.
9789
9790Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
9791
9792 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
9793
9794Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9795
9796 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
9797 from optimizing them away.
9798 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
9799 patterns to include default constructors and assignment operators,
9800 to match gcc versions beyond 2.5.8. Accept any cplus demangling
9801 character in the output of the virtual base pointer.
9802
9803Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9804
9805 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
9806 expression match in print_addr_of to avoid unintented matches.
9807 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
9808 versions up to 2.5.8.
9809
9810Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9811
9812 * gdb.base/list.exp: Tweak alternate pattern for listing of an
9813 included file to run under newer versions of expect.
9814 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
9815 consecutive >'s in templates to accomodate recent cplus-dem.c change.
9816 Remove xfail for the virtual table of BDDHookV.
9817
9818Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
9819
9820 * lib/gdb.exp (string_to_regexp): Set a default result.
9821 (default_gdb_start): Fix misleading message.
9822
9823Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
9824
9825 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
9826 Remove all CC, etc definitions.
9827 * config/mt-hpux: New file.
9828 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
9829 (CFLAGS, LDFLAGS): Define.
9830 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
9831
9832 * Makefile.in (site.exp): Don't insert host_os, etc.
9833 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
9834 (distclean): Check existence of subdir.
9835 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
9836 * gdb.base/Makefile.in: General cleanup and simplification.
9837 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
9838 to build executables. Use default rule to build .o files.
9839 (EXPECT, RUNTEST, CC): Fix relative pathname.
9840 (site.exp): Don't insert host_os, etc.
9841 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
9842 and/or SIGUSR1 defined.
9843 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
9844 * gdb.c++/Makefile.in: General cleanup and simplification.
9845 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
9846 (CFLAGS): Remove.
9847 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
9848
9849Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
9850
9851 * gdb.base/recurse.exp: Misc changes to get tests running again
9852 after Kung's changes to the watchpoint code.
9853 * gdb.base/watchpoint.exp: Likewise.
9854
9855Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
9856
9857 * lib/gdb.exp (string_to_regexp): Convert {\} also.
9858
9859Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9860
9861 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
9862 * lib/gdb.exp (default_gdb_start): Define.
9863 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
9864 gdb.base/funcargs.exp, gdb.base/opaque.exp,
9865 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
9866 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
9867 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
9868 Don't call gdb_target_udi in between tests.
9869
9870Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9871
9872 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
9873 (which was basically just a local version of the same thing). In
9874 addition to avoiding duplication, gdb_test_exact is faster.
9875 * lib/gdb.exp (gdb_test_exact): Fix typo.
9876
9877 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
9878 don't give an error.
9879
9880 * gdb.base/term.exp: Call delete_breakpoints before starting.
9881
9882 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
9883 (t10): Add comment.
9884
9885Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
9886
9887 Reorganization of the GDB Test Suite.
9888
9889 * gdb.base: New directory, contains all the basic tests.
9890 * gdb.c++: New directory, tests specific to C++.
9891 * gdb.chill: New directory, tests specific to Chill.
9892 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
9893 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
9894 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
9895 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
9896 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
9897 t30-31 to chill).
9898 * */gdbme.*: Rename to match appropriate expect scripts.
9899 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
9900 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
9901 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
9902 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
9903 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
9904 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
9905 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
9906 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
9907 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
9908 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
9909 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
9910 gdb.c++/virtfunc.cc: New names of C++ files.
9911 * gdb.chill/chillvars.ch: New name of Chill file.
9912 * gdb.base/configure.in, gdb.c++/configure.in,
9913 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
9914 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
9915 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
9916 * configure.in (configdirs): Update to reflect directory changes.
9917 (target_abbrev): No longer define for any configuration.
9918 * Makefile.in: Cosmetic improvements to header comments.
9919
9920Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
9921
9922 Various changes to gdb.t31:
9923
9924 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
9925 * gdbme.ch: Make all key-words and predefineds be upper-case.
9926 * chillvars.exp: Expect key-words and predefinds in upper-case.
9927
9928 * chillvars.exp: Use gdb_test_exact many places.
9929 Change expected output for arrays (which now includes index labels).
9930
9931 * pr-5020.exp, gdme.ch (module PR_5020):
9932 New test, for PR-5020.
9933
9934Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
9935
9936 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
9937 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
9938
9939Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
9940
9941 * Makefile.in: Fix bit-rot in definitions of CHILL,
9942 CHILL_FOR_TARGET and Chill_LIB.
9943 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
9944 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
9945 CHILL, and CHILL_LIB.
9946
9947Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
9948
9949 * Revert the previous changes. Please see Rob's directory
9950 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
9951
9952Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
9953
9954 * Makefile.in, configure.in, config/mips-gdb.exp,
9955 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
9956 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
9957 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
9958 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
9959 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
9960 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
9961 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
9962 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
9963 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
9964 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
9965 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
9966 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
9967 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
9968 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
9969 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
9970 changes from 94Q1.
9971
9972Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
9973
9974 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
9975 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
9976 Rob's new testing fragments.
9977
9978Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
9979
9980 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
9981 lib/gdb.exp: Replace error proc calls with perror.
9982
9983Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
9984
9985 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
9986 version also, match on casted version strings, and match on
9987 gdb startup case where the line numbers might be messed up.
9988
9989Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
9990
9991 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
9992 (CFLAGS): Delete it from here.
9993
9994Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
9995
9996 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
9997
9998Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
9999
10000 * Makefile.in (RUNTEST): Default to just "runtest".
10001
10002Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10003
10004 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
10005 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
10006 the code has been restructured.
10007
10008Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10009
10010 * gdb.t00/default.exp (set write): Allow any number of \r and/or
10011 \n, not just one of each.
10012
10013 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
10014 /bin/cc gives a warning if you do.
10015
10016Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
10017
beb998c6 10018 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
10019 __t10ListS_link1ZUiRCUiPT0
10020
10021Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10022
10023 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
10024 on local variables in recursive functions.
10025
10026 * gdb.t07/Makefile.in: Build the new test.
10027
10028Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10029
10030 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
10031 directly. Instead compare the return values from actual calls.
10032
10033Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
10034
10035 * Makefile.in (check): Set TCL_LIBRARY for runtest.
10036
10037Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10038
10039 * From Peter Schauer with minor modifications.
10040 * gdb.t15/return.exp (return_tests): Handle targets where "return"
10041 stops in mid-line in the caller. Add xfail for returning a float
10042 value on X86 targets.
10043
10044Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10045
10046 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
10047 to avoid expect lossage.
10048 (fmem_LRbug_tests): Likewise.
10049 * gdb.disasm/hppa.s: Corresponding changes.
10050
10051 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
10052 conditions to work with latest dejagnu/expect.
10053
10054 * gdb.t15/funcargs.exp (finish from indirect call): No longer
10055 expected to fail on the PA.
10056 (backtrace in call with trampolines): Explicitly require main
10057 to be frame #1 (no trampolines should show up in backtrace).
10058
10059 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
10060 "continue -expect".
10061 * gdb.t06/break.exp: Likewise.
10062 * gdb.t07/watchpoint.exp: Likewise.
10063 * gdb.t13/bitfields.exp: Likewise.
10064 * gdb.t15/{funcargs,return}.exp: Likewise.
10065 * gdb.stabs/weird.exp: Likewise.
10066 * config/{mips,udi}-gdb.exp: Likewise.
10067
10068 * hppa.sed: Enclose comments within a sed command to avoid
10069 losing with the old OSF1 sed.
10070
10071Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10072
10073 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
10074 sequent dynix.
10075 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
10076 * gdb.t15/funcargs.exp: Conditionally step again to really
10077 finish from marker_call_with_trampolines. Handle the case where
10078 the first step from within call_with_trampolines already steps
10079 us back to main.
10080 * gdb.t15/gdbme.c: Add comment to closing brace of
10081 call_with_trampolines for funcargs.exp.
10082
10083Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10084
beb998c6 10085 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
10086 Fix typo(s).
10087
10088Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10089
10090 * gdb.t07/gdbme.c: More code for watchpoint testing.
10091
10092 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
10093 "Hardware watchpoint" throughout file.
10094 (test_watchpoint_triggered_in_syscall): New test.
10095 (test_complex_watchpoint): New test.
10096
10097Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10098
10099 * gdbme.c (call_with_trampolines): New function to try and step
10100 into. Tests trampoline problems on the PA.
10101
10102 * funcargs.exp (localvars_in_indirect_call): No longer expect
10103 stepping into indirect call to fail on PAs.
10104 (test_stepping_over_trampolines): New test.
10105
10106Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10107
10108 * TODO: Add suggestions for static member function tests, and
10109 completion tests.
10110
10111Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10112
10113 * TODO: Add suggestions for "p/a" tests.
10114
10115 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
10116 (default_gdb_exit): Replace all the hair with sending "quit" to
10117 the process with a simple close.
10118
10119Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10120
10121 * TODO: Add suggestions for shared library tests.
10122
10123Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10124
10125 * TODO: Add suggestions for x/s tests.
10126
10127Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10128
10129 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
10130 "enable once", and "enable breakpoints once" with ".*".
10131
10132Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10133
10134 * TODO: Add suggestions about structure passing tests.
10135
10136Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10137
10138 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
10139 the primary1 test, use work around if __GNUC__ < 2.
10140 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
10141 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
10142 Test for bad output rather than waiting for timeout. Issue
10143 second continue only if first continue failed.
10144
10145Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10146
10147 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
10148 operator[] test with gdb_test because the old code didn't seem to
10149 be getting the quoting right with the new dejagnu.
10150
10151Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
10152
10153 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
10154 one from the path.
10155 * Makefile.in: Use a fresh expect if there is one, use runtest
10156 from the src tree if there is one.
beb998c6 10157
c906108c
SS
10158Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10159
10160 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
10161 next over recursive call. Revise the tests from that point on
10162 (which had been skipped) to match GDB's actual (correct) output.
10163
10164 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
10165 with next over a breakpoint whose condition is false.
10166
10167 * gdb.t00/help.exp: Comment out "help set print" tests just like
10168 (and for same reason as) "help set" test.
10169
10170Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10171
10172 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
10173 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
10174
10175Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10176
10177 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
10178 necessary gdb_target_udi.
10179
10180 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
10181
10182 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
10183 1838 and 2417; they are fixed.
10184
10185 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
10186 gdb.t03/ptype.exp (ptype structure, ptype union):
10187 Remove xfails; the test is looser than when the xfails were added.
10188
10189 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
10190 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
10191
10192 * gdb.t01/run.exp: Only run shell test if isnative.
10193
10194 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
10195 since "run" automatically loads if necessary. Call gdb_target_udi
10196 after the "file" since "file" kills any execution target.
10197
10198 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
10199 GDB. GDB doesn't work that way (not anymore at least) on UDI.
10200 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
10201 argument for UDI.
10202
10203Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10204
10205 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
10206
10207 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
10208
10209Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10210
10211 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
10212 properly quoting regexps. This makes the second argument to
10213 demangle a fixed string, which matches the callers, instead of a
10214 shell-style pattern which is what the previous implementation
10215 used. Update some of the callers.
10216
10217Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10218
10219 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
10220 (comib_nullified_tests): Fix typo.
10221 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
10222 strings. No longer expected to fail.
10223
10224 * gdb.disasm/hppa.s (addib_tests): Fix typo.
10225 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
10226 strings. No longer expected to fail.
10227
10228 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
10229 string. No longer expected to fail.
10230
10231Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10232
10233 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
10234 No longer expected to fail.
10235
10236 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
10237 string. No longer expected to fail.
10238
10239Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10240
10241 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
10242 only in the names (I probably got most of them). I was even
10243 generous with some which differed in underscores in names, and
10244 probably missed a few, and I *still* was able to remove almost a
10245 third of the file with almost no impact on testsuite coverage.
10246
10247Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10248
10249 * gdb.t00/default.exp: Match udi_attach error message as well as
10250 the one from child_attach.
10251
10252 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
10253
10254 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
10255
10256 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
10257 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
10258
10259 * Move test with enums and partial symbols back to
10260 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
10261 Reverts the change of 26 May 93. Per today's change to
10262 stabs.texinfo, the behavior that weird.exp was expecting was
10263 unreasonable; what is important is that the compiler+gdb get
10264 things right, which happens with a recent gcc. Also fix the test
10265 to deal with native compilers which put out the stab gdb can't
10266 deal with.
10267
10268Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10269
10270 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
10271 in the names. The main thing these accomplish is to slow things down.
10272 Many more such duplicates surely remain.
10273
10274 * gdb.t00/help.exp: Comment out "help support" test just like
10275 (and for same reason as) "help set" test.
10276
10277Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
10278
10279 * gdb.t06/break.exp: Remove setup_xfails for
10280 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
10281 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
10282 about known bug in gcc to include up through 2.5.8.
10283 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
10284 well as "_vb$".
10285 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
10286 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
10287 with latest gcc and gdb.
10288 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
10289 well as "_vb$".
10290
10291Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10292
10293 * configure.in (hppa*-*-*): Also configure and build stabs-only
10294 tests.
10295
10296Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10297
10298 * gdb.t10/hppa.mt: A makefile fragment for the PA.
10299 * gdb.t10/configure.in (hppa*-*-*): Use it.
10300
10301Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10302
10303 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
10304
10305Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10306
10307 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
10308 versions prior to 1.13.5.
10309
10310Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10311
10312 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
10313 the prompt is at the start of a line.
10314
10315Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10316
10317 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
10318 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
10319 in the copr tests now.
10320 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
10321 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
10322 expected to fail.
10323
10324Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
10325
10326 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
10327 gdb.t31/chillvars.exp, lib/gdb.exp:
10328 Tweak to run under either version of expect.
10329 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
10330 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
10331 * gdb.t11/list.exp: Remove extraneous whitespace.
10332
10333Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10334
10335 * gdb.t16/printcmds.exp (test_print_strings): Accept
10336 "(unsigned char *) " before the string.
10337
10338 * TODO: Add notes about printing of fancy types and GDB expressions.
10339
10340Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
10341
10342 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
10343 * gdb.t06/configure.in: Don't try to compile signals test program
beb998c6 10344 if doing mips-idt-ecoff.
c906108c
SS
10345
10346Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
10347
10348 * Most .exp files: Tweak to run under either version of expect.
10349
10350Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10351
10352 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
10353 xfails; I'm not sure why they are failing, but not because of PR 1806.
10354
10355Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
10356
10357 * config/unix-gdb.exp: Remove gdb_unload cause it's already
10358 defined in lib/gdb.exp.
10359
10360Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10361
10362 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
10363 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
10364 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
10365 have to be typeless.
10366
10367Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10368
10369 * TODO: Add suggestion for copyright year test.
10370
10371Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
10372
10373 * configure.in (*-*-lynxos*): Add stabs tests.
10374
10375Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10376
10377 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
10378 so insert a tab before any assembler directive in column zero.
10379
10380 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
10381 stores.
10382 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
10383 stores.
10384 (fpu_short_memory_tests): Likewise.
10385
10386Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10387
10388 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
10389 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
10390 .stabs directives in comments.
10391
10392Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10393
10394 * TODO: New file, describing tests we could write.
10395 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
10396
10397Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10398
10399 * gdb.t06/signals.exp: Add kludge to force re-sync.
10400
10401 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
10402 to xgdb instead of gdb, get out of gdb.
10403
10404Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
10405
10406 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
10407 for info.
10408
10409Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10410
10411 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
10412 * gdb.stabs/configure.in (hppa*-*-*): Use it.
10413 * gdb.stabs/hppa.sed: New sed script for the PA.
10414
10415Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10416
10417 * gdb.stabs: Re-write weird.def and configuration to use sed
10418 instead of cpp. sed is portable and POSIX; cpp is neither.
10419
10420Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10421
10422 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
10423
10424Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10425
10426 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
10427
10428Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10429
10430 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
10431 "_vb$".
10432 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
10433 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
10434
10435Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10436
10437 * lib/gdb.exp: Comment out code which depends on non-existent
10438 `transform' procedure.
10439
10440Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
10441
10442 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
10443 * lib/gdb.exp: Transform tool name.
10444 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
10445 1.1's new error handling system.
10446
10447Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10448
10449 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
10450
10451Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10452
10453 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
10454 They made pattern matching so slow that timeouts happened on
10455 heavily loaded systems. Now any output from "show print" which
10456 gets us back to the GDB prompt is a PASS.
10457
10458Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
10459
10460 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
10461
10462Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10463
10464 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
10465
10466 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
10467 It is not from PR 3220.
10468
10469Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10470
10471 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
10472 just started failing because they depended on the order the
10473 subcommands are presented, or exact docstring text. This kind of
10474 test is a pain and has minimal benefit.
10475
10476Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10477
10478 * gdb.t09/corefile.exp: At end of test, use "core" command with
10479 no arguments.
10480
10481Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
10482
10483 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
10484 17}/Makefile.in: Make it possible to run the testsuite with Sun
10485 make and CC = cross gcc by adding explicit build rules for .o
10486 files.
10487
10488Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10489
10490 * gdb.t15/funcargs.exp: Don't put comments on same line as
10491 setup_xfail (@#$*%& tcl braindamage!).
beb998c6 10492
c906108c
SS
10493Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10494
10495 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
10496
10497Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
10498
10499 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
10500 * gdb.t20/inherit.exp: remove three dumplicate entries.
10501
10502Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10503
10504 * gdb.t06/break.exp: For "next over recursive call", fail on any
10505 incorrect output, not just on "factorial (value=2)".
10506
10507Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10508
10509 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
10510 working now. Add an xfail if accesing a bss variable causes
10511 a memory error if the target is not yet run.
10512
10513Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10514
10515 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
10516 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
10517 name of __st* demangling (2 strings). Did Kung really get the
10518 more than 95 others right without testing them?
10519
10520Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
10521
10522 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
10523
10524Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
10525
10526 * configure.in (configdirs): Add gdb.disasm
10527 * gdb.disasm: New directory for GDB disassembler tests.
10528 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
10529
10530Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10531
10532 * gdb.t00/help.exp: Don't test "help set".
10533
10534 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
10535 from within expect statements. None of these happen anymore and
10536 they cause regressions to be silently unnoticed.
10537
10538 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
10539 messages) about known failures with gcc cygnus-2.4.5-930417.
10540
10541 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
10542 comp-info.exp so it gets built if it doesn't exist.
10543
10544 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
10545 it is no longer used.
10546 * gdb.t13/comp-info.c: Removed.
10547
10548Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10549
10550 * gdb.t06/signals.exp: Add xfail for sun3.
10551
10552Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10553
10554 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
10555 relevant because ^C doesn't get sent but failure can be reproduced
10556 interactively).
10557
10558Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10559
10560 * gdb.stabs/alpha.mt: New configuration file for alpha.
10561 * gdb.stabs/configure.in: Use it.
10562 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
10563 sharing with alpha.mt, redefine long to word via preprocessor.
10564 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
10565 for alpha.
10566 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
10567 native cc.
10568 * gdb.t00/teststrategy.exp: Change expect string so that we
10569 consume the `(xgdb)' from the command echo and from the gdb prompt.
10570 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
10571 gdb currently compares all values as long, so this failure probably
10572 applies to any configuration where LONGEST is bigger than a target int.
10573 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
10574 with gcc.
10575 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
10576 to handle opaque pointers, gcc is.
10577 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
10578 as first argument. Include <sys/types.h> and change all operator
10579 new definitions to use size_t.
10580 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
10581 now that we use size_t.
10582
10583Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10584
10585 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
10586 a long or float array cast all array members to the same type.
10587 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
10588 with 64 bit longs.
10589 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
10590 on alpha.
10591 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
10592
10593Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10594
10595 * gdb.t24 (demangle.exp): Constructors of templates have names like
10596 vector<int>::vector(int) not vector<int>::vector<int>(int). See
10597 section 14.6 of the ARM.
10598
10599 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
10600 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
10601 accomplish little and slow down the testsuite.
10602
10603 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
10604 Accept spaces various places.
10605
10606Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10607
10608 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
10609 with watchpoint enabled.
10610
10611 * Makefile.in: Remove definition of CC and remove the second
10612 definition of CXX (the "CXX = gcc" one remains). These definitions
10613 were causing backquotes to be expanded within backquotes, which
10614 doesn't work.
10615
10616Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10617
10618 * gdb.t17/callfuncs.exp: Add "return 0" to end.
10619
10620Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10621
10622 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
10623 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
10624 by mips cc and contains no stabs entries.
10625
10626Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
10627
10628 * config/vx-gdb.exp: Use fake device to load files rather than
10629 NFS.
10630 * lib/gdb.exp: New proc to do "file" command.
10631 * config/unix-gdb.exp: Use new "file" proc.
10632
10633Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10634
10635 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
10636 Rework board rebooting slightly.
10637 (gdb_exit): Don't exit from the remote shell; there isn't one.
10638 * gdb.stabs/weird.exp: If a program is being debugged already,
10639 kill it.
10640 * gdb.t04/setvar.exp: Stop and restart gdb.
10641 * gdb.t05/expr.exp: Likewise.
10642 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
10643 restart gdb and reload the program.
10644 * gdb.t08/opaque.exp: Likewise.
10645 * gdb.t12/scope.exp: Likewise.
10646 * gdb.t13/bitfields.exp: Likewise.
10647 * gdb.t15/funcargs.exp: Likewise.
10648 * gdb.t20/classes.exp: Likewise.
10649 * gdb.t03/ptype.exp: Increase timeout.
10650 * gdb.t16/printcmds.exp (test_print_string_constants,
10651 test_print_array_constants): Likewise.
10652 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
10653 * gdb.t20/classes.exp (do_tests): Likewise.
10654 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
10655
10656Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
10657
10658 * gdb.stabs: Renamed *wierd* to *weird*.
10659
10660Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10661
10662 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
10663 for timeout. Add "known gcc 2.4.5 bug" to failure message.
10664
10665Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10666
10667 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
10668 (do_tests): Remove xfail for whatis on one_var and two_var.
10669
10670Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
10671
10672 * Makefile.in: Made cross building work better by adding
10673 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
10674
10675Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10676
10677 * gdb.t15/{return.c,return.exp,Makefile.in}:
10678 New test, currently commented out.
10679
10680Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
10681
10682 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
10683 still running and removes the leftover named socket so GDb can do
10684 clean restarts.
10685
10686Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
10687
10688 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
10689 console, not GDB.
10690 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
10691 cross testing works better with "make check"
10692 * config/unix-gdb: Use default procedures for exit and version.
10693 * config/vx-gdb.exp: Cleaned up and massaged back to working order
10694 with the newest VxWorks.
10695
10696Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10697
10698 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
10699 old form.
10700
10701 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
10702 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
10703
10704 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
10705
10706 * config/unix-gdb.exp: Remove this version of gdb_exit
10707 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
10708 Rob says he'll look at it when he gets back to testing boards.
10709
10710Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
10711
10712 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
10713 an expected fail for certain ptype commands.
10714
10715 * gdb.t20/classes.exp: Update expected results of "ptype class
10716 Base1" to account for the constructor that now appears in the type.
10717
10718Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
10719
10720 * configure.in (configdirs): Restore gdb.t04, which mysteriously
10721 disappeared from list.
10722 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
10723 "alldone" proc with call to cleanup and exit.
10724 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
10725 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
10726 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
10727 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
10728 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
10729 "alldone" proc with simple returns that suppress remaining
10730 tests. The alldone proc went away many months ago.
10731
10732Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10733
10734 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
10735
10736 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
10737
10738Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10739
10740 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
10741 as vax gdb will display them.
10742
10743Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10744
10745 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
10746 optimizers.
10747
10748 * scope.exp: Change "bad value for localval" messages so each one
10749 is unique.
10750
10751 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
10752 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
10753
10754 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
10755
10756Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10757
10758 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
10759 doesn't exist (due to optimization).
10760
10761Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10762
10763 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
10764 contains \r because the filename is long.
10765
10766 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
10767 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
10768
10769Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10770
10771 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
10772 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
10773 Ultrix.
10774 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
10775 int tests.
10776 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
10777
10778Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
10779
10780 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
10781
10782 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
beb998c6 10783 to match does not match the passing case but still matches the
c906108c
SS
10784 failing case.
10785
10786Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10787
10788 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
10789
10790Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
10791
10792 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
10793 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
10794 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
10795 Remove various versions of gdb_exit.
10796 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
10797 gdb_exit.
10798 * config/unix-gdb.exp: gdb_exit remains here, and should override
10799 the generic version, since it's doing a lot of wierd stuff that
10800 the other versions aren't. FIXME, fold it in, or abandon this
10801 version.
10802
10803Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10804
10805 * gdb.t24/demangle.exp: Add tests for PR 3220.
10806
10807Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10808
10809 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
10810
10811Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
10812
10813 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
10814 "i386-*-*". Works for i486 as well.
10815
10816 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
10817 bug, and expand domain of xfail to all SVR4 systems, since the
10818 actual problem is likely to be in generic SVR4 /proc support.
10819
10820Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10821
10822 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
10823
10824Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
10825
10826 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
10827 xfails for other systems. Match a missing 'Continuing.' as an
10828 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
10829
10830 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
10831 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
10832 Only issue warning for missing executables if -all option is used.
10833
10834 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
10835 file if -all option is used. It's like an unpredictable XFAIL.
10836
10837Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10838
10839 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
10840 for dynamically linked binaries.
10841
10842 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
10843
10844Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10845
10846 * gdb.t20/inherit.exp: Change message for "print tagless struct"
10847 to state that this is a known bug in old versions of g++.
10848
10849Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10850
10851 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
10852 while waiting for `Continuing'.
10853
10854Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
10855
10856 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
10857 in text, data, and bss.
10858 * gdb.t10/nodebug.c: Add local and global test variables for
10859 initialized and uninitialized data.
10860
10861Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10862
10863 * config/unix-gdb.exp (gdb_exit): Add "wait".
10864
10865Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10866
10867 * gdb.t06/signals.exp: xfail the continue from the handler for all
10868 targets.
10869
10870 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
10871 function with watchpoints enabled, the i386 call dummy starts with
10872 a call.
10873
10874 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
10875 386 bsd names its corefiles.
10876
10877Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
10878
10879 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
10880 compilers don't grok it.
10881 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
10882 with small octal ints rather than character constants, which
10883 are signed and might not fit if first promoted to int.
10884
10885Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
10886
10887 * gdb.t09/Makefile.in (clean): Remove corefile.
10888
10889Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10890
10891 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
10892
10893Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10894 and Jim Kingdon (kingdon@cygnus.com)
10895
10896 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
10897 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
10898 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
10899
10900Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10901
10902 * gdb.t17/interrupt.exp: Add xfail for hppa.
10903
10904Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10905
10906 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
10907 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
10908 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
10909 to determine signed-ness of bitfields and use the result to setup
10910 the xfail.
10911 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
10912 * gdb.t15/funcargs.exp: Use them to step until the second indirect
10913 call line is reached if necessary.
10914
10915Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10916
10917 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
10918
10919Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10920
10921 * gdb.t06/break.exp: Also test `clear' command.
10922
10923Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10924
10925 * gdb.t00/teststrategy.exp: Remove extra quote.
10926
10927 * gdb.t07/watchpoint.exp: Change xfail for calling function with
10928 watchpoint enabled to be for all non-68k machines.
10929
10930 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
10931
10932Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10933
10934 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
10935 targets use aout.mt instead of ecoff.mt as gas understands
10936 standard aout format.
10937
10938Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10939
10940 * lib/gdb.exp (runto): Don't insist that function we are running to
10941 was compiled with -g.
10942
10943 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
10944
10945 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
10946 to get back into the read system call.
10947 Accept leading newline in case where we woke it up.
10948
10949Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10950
10951 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
10952 to make the stabs test work on ecoff systems using gcc and -with-stabs.
10953 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
10954 enable ecoff configuration.
10955
10956Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10957
10958 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
10959
10960Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10961
10962 * gdb.t16/printcmds.exp: Add another printf test.
10963
10964Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
10965
10966 * configure.in: If configured -with-stabs on any target, add
10967 stabsdirs to configdirs.
10968
10969Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10970
10971 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
10972 fun" so pattern does not match the command itself.
10973
10974Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10975
10976 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
10977
10978Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10979
10980 * gdb.t17/interrupt.exp: Test for more things.
10981
10982Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10983
10984 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
10985 compiler arranges the code and line numbers.
10986
10987 * gdb.t17/interrupt.exp: Don't send \n after ^C.
10988
10989Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10990
10991 * gdb.t00/help.exp: Increase expect input buffer size.
10992
10993Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10994
10995 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
10996
10997 * gdb.t07/watchpoint.exp: Add xfail for hppa.
10998
10999 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
11000
11001 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
11002 [0-9]*, not just [0-9].
11003
11004Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11005
11006 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
11007
11008 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
11009
11010Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11011
11012 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
11013
11014Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11015
11016 * gdb.t06/signals.c: Add xfails for sun3.
11017
11018 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
11019
11020 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
11021 test_stepping tests.
11022
11023Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11024
11025 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
11026
11027 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
11028
11029 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
11030 rather than actually putting it through cpp twice.
11031
11032 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
11033
11034Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
11035
11036 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
11037 no longer needed.
11038
11039Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11040
11041 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
11042
11043 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
11044 C++ features prints as "struct", make it a pass, not an xfail.
11045
11046Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11047
11048 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
11049 Don't require VA to print as "class" rather than "struct".
11050
11051Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
11052
11053 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
11054
11055Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11056
11057 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
11058
11059Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11060
11061 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
11062 order.
11063
11064Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11065
11066 * gdb.t16/printcmds.exp: Add printf tests.
11067
11068 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
11069
11070 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
11071
11072Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
11073
11074 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
11075 pass counts, to counteract any existing or future setup_xfails.
11076
11077Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11078
11079 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
11080 {BEGIN,END}_COMMON for common block instead of STAB.
11081 * gdb.stabs/wierd.exp: Add xfail for rs6000.
11082
11083 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
11084 intp_var should be N_GSYM not N_LSYM.
11085 wierd-aout.S: Use a label for the value of the N_SO.
11086 wierd.def: Remove all backslashes.
11087 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
11088
11089Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11090
11091 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
11092 get the expected next to inheritance3.
11093
11094Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11095
11096 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
11097 now that gcc-2.4 gets it right.
11098
11099Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11100
11101 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
11102
11103 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
11104 generating comp-info.exp which works for cross-compilation.
11105
11106Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
11107
11108 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
11109 "*-*-sysv4.*".
11110
11111Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
11112
11113 * gdb.t01/run.exp: Start with a fresh gdb.
11114 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
11115 SVR4.x.
11116
11117Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
11118
11119 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
11120 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
11121 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
11122 Makefile.in (distclean, realclean): Remove gdbme.c from list of
11123 things to remove.
11124
11125Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
11126
11127 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
11128 test cases from bug reports.
11129
11130Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
11131
11132 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
11133 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
11134 avoid spurious xfails.
11135 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
11136 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
11137 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
11138
11139Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
11140
11141 * gdb.t00/teststrategy.exp: Rework to provide more useful
11142 description of each test, fix problem with systems that define
11143 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
11144 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
11145 results for "next over recursive call" so timeouts aren't taken
11146 by error.
11147
11148Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
11149
11150 * gdb.t12/scope.exp: Test printing of variables before run.
11151
11152 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
11153 printed in wrong order due to sorting.
11154
11155Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
11156
11157 * gdb.t00/teststrategy.exp: Fix expected results for printing
11158 user entered string constant. Is array of char, prints with no
11159 address.
11160
11161 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
11162 commands.
11163 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
11164 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
11165 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
11166 of struct of char arrays.
11167 * gdb.t00/radix.exp: New tests for radix commands.
11168
11169Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
11170
11171 * gdb.t16/printcmd.exp: Print a variable before running program
11172 (with xfail for AIX).
11173
11174Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
11175
11176 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
11177
11178 * gdb.t16/printcmd.exp: Don't print variables before running program.
11179
11180 * gdb.t06/break.exp: Don't require envp argument to main.
11181
11182 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
11183
11184 * gdb.t02/whatis.exp, gdb.t11/list.exp:
11185 Add xfails for rs6000.
11186
11187 * gdb.t02/whatis.exp: Change other tests not to re-test something
11188 we already tested.
11189
11190 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
11191 each type used has a variable of that type.
11192
11193Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
11194
11195 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
11196
11197Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11198
11199 * configure.in: change srctrigger to be a file, not a directory
11200
11201Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
11202
11203 * configure.in (mips-idt-ecoff*): Added trailing '*'.
11204
11205 * gdb.t11/list.exp: Fixed a couple of typos.
11206
11207Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
11208
11209 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
11210 is fixed and PR is closed.
11211 * gdb.t16 (gdbme.c): Add simple test string variable.
11212 * gdb.t16 (printcmds.exp): Add tests with simple test string
11213 variable, primarily for boundaries on "set print elements".
11214
11215Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
11216
11217 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
11218 Make leading 0's optional and don't expect a tab in the middle
11219 of the number.
11220
11221 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
11222
11223 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
11224 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
11225 don't end command passed to gdb_test with newline.
11226
11227 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
11228 signed keyword away, don't expect signed bitfields to be signed.
11229
11230 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
11231 printing with only as many 1's as are in the field as well as printing
11232 with 32 1's (see comment).
11233
11234Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
11235
11236 * gdb.t00/default.exp: Start with a fresh gdb.
11237 * configure.in (configdirs): Remove gdb.t31 until the chill
11238 compiler works again. It no longer is able to find chillrt0
11239 since it isn't in libchill.a anymore.
11240 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
11241 wierd.o, make more modular.
11242 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
11243 spurious newlines that caused problems.
11244
11245Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11246
11247 * Move test with enums and partial symbols from gdb.t03/ptype.exp
11248 to gdb.stabs/wierd.exp since GCC has worked around the bug.
11249 gdb.stabs/wierd.{exp,def}: Many new tests.
11250
11251 * gdb.t00/default.exp: update info line for new message.
11252
11253 * gdb.t02/{whatis.exp,gdbme.c}:
11254 Test that "char *" doesn't print as "caddr_t".
11255
11256Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11257
11258 * gdb.t00/help.exp: Use .* in place of some help messages which
11259 just changed.
11260 gdb.t00/default.exp: Update "info frame" test for new message.
11261 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
11262 Remove some xfails
11263
11264Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11265
11266 * gdb.t03/{gdbme.c,ptype.exp}:
11267 Add tests for typedef'd struct and union without tags.
11268 Also check "whatis" on a variable of a typedef'd enum without a tag.
11269
11270 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
11271 PRMS 1823; the bug still exists but isn't reproduced by this test
11272 anymore), and remove rs6000 XFAIL (the bug is fixed).
11273
11274 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
11275 duplicated from whatis.exp. For those that are left, accept
11276 "long", "long int", or "int" for long variables (whatis.exp already
11277 has an XFAIL for "int", so no need to fail it here).
11278
11279 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
11280 Deal with GCC's names for types now that GDB uses the compiler's names.
11281
11282 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
11283 setup_xfail's for sunos4. If we #defined the signed keyword away,
11284 don't expect GDB to know that char it is signed.
11285
11286 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
11287
11288Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
11289
11290 * configure.in (configdirs): Add gdb.t24 for C++ tests that
11291 should work on any system, regardless of debugging format.
11292 * gdb.t21/demangle.exp: Move to gdb.t24.
11293 * gdb.t24/demangle.exp: Move from gdb.t21.
11294 * gdb.t24/{Makefile.in, configure.in}: New files.
11295
11296Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11297
11298 * configure.in: Do gdb.stabs and C++ tests only for stabs.
11299 * gdb.stabs: New directory.
11300
11301Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11302
11303 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
11304 not just "Quit anyway?".
11305
11306Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
11307
11308 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
11309 that all setup_xfails are immediately followed by clear_xfails.
11310
11311Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
11312
11313 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
11314 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
11315 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
11316 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
11317 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
11318 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
11319 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
11320 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
11321 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
11322 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
11323 gdb.t31/chillvars.exp, lib/gdb.exp:
11324 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
11325 bug-gdb@prep.ai.mit.edu.
11326
11327Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
11328
11329 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
11330 with 0.0, not integer 0.
11331
11332Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
11333
11334 * gdb.t06/break.exp: Update for "Kill the program" message change.
11335
11336Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
11337
11338 * Makefile.in (GDBFLAGS): Set to -nx.
11339 * Makefile.in (site.exp): Use GDBFLAGS.
11340
11341Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11342
11343 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
11344 Makefiles.
11345 (check): depend on just-check.
11346 (just-check): added so that tests can be run without a noop
11347 build pass.
11348
11349Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11350
11351 Switch to using configure's configdirs.
11352 * Makefile.in (Makefile): add configure.in dependency.
11353 (SUBDIRS): removed redundant assignment.
11354 * configure.in: switch subdirs assignment to configdirs.
11355 * gdb.t*/configure.in: new files.
11356
11357Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
11358
11359 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
11360 works.
11361
11362Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
11363
11364 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
11365 in explicit rules. Apparently this is not supported by some makes.
11366
11367Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
11368
11369 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
11370
11371Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11372
11373 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
11374 disappeared.
11375
11376Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11377
11378 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
11379
11380Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
11381
11382 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
11383 watchpoint problem that is now fixed.
11384 * gdb.t30/chexp.exp: Remove setup_xfail for printing
11385 uninitialized convenience variables.
11386 * gdb.t31/chillvars.exp: Fix expected patterns for printing
11387 structures.
11388
11389Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11390
11391 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
11392 which causes expect to get out of sync with gdb on long output
11393 from help set.
11394 * gdb.t09/corefile.exp: Make expected pattern for core file
11395 failing signal and frame output format less sun specific.
11396
11397Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
11398
11399 * gdb.t31/chillvars.exp: Add and remove initial dummy
11400 breakpoint, so that symbol table is forced in.
11401 (Needed at least on Sunos4, though it seems not SVR4.)
11402 * gdb.t31/chillvars.exp: Update for changed output format.
11403
11404Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
11405
11406 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
11407
11408Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
11409
11410 * Makefile.in: Added --srcdir when invoking runtest, removed the
11411 need for a local config file. (optional now)
11412
11413Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
11414
11415 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
11416 failure count used to force early termination. Add some more
11417 expected failures for gnu style demangling.
11418
11419Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11420
11421 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
11422 pmi variable from gdb.t20/gdbme to get optimized away.
11423 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
11424 Check for written corefile upon timeout _and_ eof.
11425
11426Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11427
11428 * config/unix-gdb.exp: Add missing return 0.
11429
11430Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11431
11432 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
11433 test termination.
11434
11435Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
11436
11437 * configure.in (subdirs): Put back gdb.t17 which mysteriously
11438 disappeared.
11439
11440Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
11441
11442 * gdb.t10/crossload.exp: Disable the i860-elf test until such
11443 time as i860 support works.
11444
beb998c6 11445 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
11446 "backtrace 100\r" rather than just "backtrace\r", to match last
11447 change.
11448
11449Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
11450
11451 * config/udi-gdb.exp (gdb_exit): Remove close command.
11452 (gdb_target_udi): New procedure to set the UDI target.
11453 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
11454 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
11455 Added waits for prompts after several question responses. Added
11456 some more responses used by a29k-amd-udi-gdb.
11457 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
11458 pass different arguments, restart UDI connection after program
11459 completion.
11460 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
11461 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
11462 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
11463 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
11464 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
11465 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
11466 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
11467 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
11468 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
11469 after program completion.
11470 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
11471 compiled with a SELECT_VECS setting.
11472 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
11473 infinite recursion.
11474
11475 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
11476 Added checks for COFF results, and made them expected failures for
11477 all targets. It would be better to make them expected failures
11478 for COFF targets only.
11479
11480Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11481
11482 * Makefile.in: add null dvi target, don't bother to recurse
11483 through test directories for info and install-info; rename
11484 $(datadir) to be dejagnu instead of deja-gnu
11485
11486Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
11487
11488 * gdb.t31/gdbme.ch: Re-enable code that previously caused
11489 compiler to coredump.
11490 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
11491 code.
11492
11493Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
11494
11495 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
11496 coredump.
11497 * gdb.t31/chillvars.exp: Comment out tests that depend on that
11498 code.
11499
11500Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
11501
11502 * gdb.t03/ptype.exp: tests for return code from gdb_test.
11503 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
11504 which in a shell. Deletes xgdb when done.
11505 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
11506 Tests the return from the "set height" or "set width" commands.
11507 Added a few return codes where needed.
11508
11509Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
11510
11511 * Makefile.in (SUBDIRS): Add gdb.t17.
11512 * configure.in (subdirs): Add gdb.t17.
11513 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
11514 files to test gdb's calling of functions in the inferior with
11515 the correct arguments and gdb's ability to retrieve any
11516 result returned.
11517
11518Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
11519
11520 * config/unix-gdb.exp (gdb_exit): Remove close commands that
11521 may be called after gdb goes away. Previous versions of expect
11522 needed these to avoid file descriptor leaks, but they cause
11523 errors with the current revision of expect.
11524 * gdb.t00/gdbvars.exp: Use -re on expected output after
11525 setting sevenbit-strings.
11526 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
11527 to set sevenbit-strings consistent across tests.
11528 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
11529 set sevenbit-strings consistent across tests.
11530
11531Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
11532
11533 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
11534 expected output to match current "expect" expectations.
11535
11536Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
11537
11538 * gdb.t00/default.exp: Change expected output for default "source"
11539 command, to match new gdb behavior which requires a filename to
11540 source.
11541
11542Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
11543
11544 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
11545 expected fail for i486-*-* that misses the marker2 function.
11546 * gdb.t10/crossload.exp (bfddefault): Allow successful
11547 recognition of a format to pass even if no symbols are found.
11548 Explicitly catch failures where the format is not recognized
11549 or is ambiguous, and add the reason to the fail message.
11550 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
11551 the cause is and invalid target and add reason to failure message.
11552 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
11553 elf32-i386, elf32-sparc, and elf32-i860.
11554 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
11555 Set up expected failure for 'filename'::variable scope resolution,
11556 which is now apparently broken on all targets.
11557 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
11558 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
11559 gdb.t23/templates.exp: Change failure for missing binfile into
11560 just a warning.
11561 gdb.t21/demangle.exp: Change all cfront references to 'arm'
11562 references.
11563
11564Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
11565
11566 * gdb.t00/default.exp: Add expected output for default "source"
11567 command, to match new gdb behavior.
11568 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
11569
11570Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
11571
11572 * config/*-gdb.exp: returns an error, rather than exiting on
11573 internal errors.
11574
11575Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
11576
11577 * gdb.t03/gdbme.c: Add pointer to struct variable.
11578 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
11579 referencing struct members.
11580
11581Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
11582
11583 * configure.in (mips-idt-ecoff): New target.
11584 * config/mips-gdb.exp: New file for remote board using MIPS remote
11585 debugging protocol.
11586
11587 * Redid configuration scheme. Removed gdb.t*/configure.in.
11588 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
11589 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
11590 distclean targets. Built executables via .o files. Adjusted
11591 tests to account for source files in $(srcdir) rather than
11592 $(objdir).
11593 * lib/gdb.exp (runto): Don't expect () after the function name,
11594 because it may have arguments.
11595
11596Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
11597
11598 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
11599 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
11600 expected failures for mips-idt-* and mips-sgi-*.
11601 * gdb.t00/default.exp (attach): Kill process if requested.
11602 * gdb.t00/help.exp (help target core, help target): Accept a gdb
11603 that does not read core files.
11604 * gdb.t01/run.exp: Removed checks for exit status code.
11605 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
11606 it is linked in.
11607 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
11608 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
11609 appropriate, rather than doing it by hand.
11610 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
11611 execution.
11612 * gdb.t10/crossload.exp: Kill existing program if needed.
11613 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
11614 appropriate, rather than doing it by hand. Always increase
11615 timeout for this test, not just for VxWorks.
11616
11617Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
11618
11619 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
11620 of Chill STRUCT types and STRUCT values.
11621 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
11622 than "char".
11623 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
beb998c6 11624 struct2): New struct definitions and initializations to test
c906108c
SS
11625 simple Chill STRUCT types.
11626
11627Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
11628
11629 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
11630 the null byte at the end of strings.
11631 * gdb.t00/default.exp: Make show version insensitive to copyright
11632 date.
11633 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
11634 to avoid dependencies on target char signedness.
11635 * gdb.t16/printcmds.exp: Update expected results for explicitly
11636 unsigned char.
11637 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
11638 now work.
11639 * gdb.t21/demangle.exp: Add many more patterns for template
11640 demangling, most of them being expected failures.
11641 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
11642 string we are matching for, to match on the whole string.
11643 * gdb.t21/demangle.exp: Add many new test strings to demangle,
11644 and fix a whole bunch that had incorrect expected output but were
11645 passing anyway because of the bug in "proc demangle".
11646 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
11647 type.
11648 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
11649
11650Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
11651
11652 * gdb/testsuite: made modifications to testcases, etc., to allow
11653 them to work properly given the reorganization of deja-gnu and the
11654 relocation of the testcases from deja-gnu to a "tool" subdirectory.
11655
11656Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
11657
11658 * gdb/testsuite: Initial creation of gdb/testsuite.
11659 Migrated dejagnu testcases and support files for testing nm to
11660 gdb/testsuite from deja-gnu. These files were moved "as is"
11661 with no modifications. This migration is part of a major overhaul
11662 of dejagnu. The modifications to these testcases, etc., which
11663 will allow them to work with the new version of dejagnu will be
11664 made in a future update.
48efe704
AC
11665
11666For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c
SS
11667\f
11668Local Variables:
ef043731 11669mode: change-log
c906108c
SS
11670left-margin: 8
11671fill-column: 74
11672version-control: never
11673End: