* configure.tgt: Add h8300*-*-rtemscoff.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
547b869a
CV
12005-04-29 Corinna Vinschen <vinschen@redhat.com>
2
3 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
4 * gdb.asm/h8300.inc: New file.
5
f07e55f0
PG
62005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
7
8 * gdb.base/shlib-call.exp: Change to use new shared library
9 infrastructure.
10
3cbba3d1
PG
112005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
12
13 * gdb.base/pending.exp: Change to use new shared library
14 infrastructure.
15
ed6df200
PG
162005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
17
18 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
19 use test_compiler_info instead of gcc_compiled, and update copyright.
20
8c8f4ebe
PG
212005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
22
23 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
24 shared objects being adjusted and update copyright years.
25
607fbc54
DJ
262005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
27
28 * ChangeLog: Correct some 2003-01-13 dates.
29 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
30 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
31 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
32 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
33 gdb.trace/tfind.exp: Update copyright years.
34
57bf0e56
DJ
352005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
36 Daniel Jacobowitz <dan@codesourcery.com>
37
38 * lib/gdb.exp (gdb_compile): Handle shlib=.
39 (gdb_compile_shlib): New function.
40
9b593790
PG
412005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
42
43 * lib/gdb.exp (test_compiler_info): Give argument a default value.
44
9494c6a5
DJ
452005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
46
47 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
48 gdb.server.
49 * configure.ac: Likewise.
50 * configure: Regenerated.
51 * gdb.gdbserver/Makefile.in: Moved to...
52 * gdb.server/Makefile.in: ... here.
53 * gdb.gdbserver/server.c: Moved to...
54 * gdb.server/server.c: ... here.
55 * gdb.gdbserver/server-run.exp: Moved to...
56 * gdb.server/server-run.exp: ... here.
57
6f8eac0e
DJ
582005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
59
60 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
61 * configure.ac: Create gdb.gdbserver/Makefile.
62 * configure: Regenerated.
63 * lib/gdbserver-support.exp: New file, derived from
64 config/gdbserver.exp.
65 * config/gdbserver.exp: Use gdbserver-support.exp.
66 * gdb.gdbserver/Makefile.in: New file.
67 * gdb.gdbserver/server.c: New file.
68 * gdb.gdbserver/server-run.exp: New file.
69
6e87504d
PG
702005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
71
72 * lib/gdb.exp (test_compiler_info): Return compiler_info
73 if no arguments are given.
74
d1779be4
PG
752005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
76
77 * gdb.arch/altivec-abi.exp: Check for compiler and set
78 use altivec' flag accordingly.
79 * gdb.arch/altivec-regs.exp: Likewise.
80
88750304
DJ
812005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
82
83 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
84
f3fb768d
AS
852005-03-27 Andreas Schwab <schwab@suse.de>
86
87 * gdb.base/bigcore.c (main): Add missing mode argument in open
88 call.
89
7e813ac5
DJ
902005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
91
92 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
93 downloads.
94 * config/gdbserver.exp (gdb_load): Likewise.
95
8e3049aa
PB
962005-03-14 Paul Brook <paul@codesourcery.com>
97
98 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
99 targets.
100
a9df7c44
JB
1012005-03-09 Joel Brobecker <brobecker@adacore.com>
102
103 * gdb.dwarf2/dup-psym.S: New file.
104 * gdb.dwarf2/dup-psym.exp: New testcase.
105
9f0d94e8
JB
1062005-03-09 Joel Brobecker <brobecker@adacore.com>
107
108 * gdb.ada/exec_changed/first.adb: New file.
109 * gdb.ada/exec_changed/second.adb: New file.
110 * gdb.ada/exec_changed.exp: New testcase.
111
5f579bc5
NS
1122005-03-08 Nathan Sidwell <nathan@codesourcery.com>
113
36e9969c
NS
114 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
115 (A2): New class.
116 (main): Test operator+.
117 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
118 breakpoint test.
119
5f579bc5
NS
120 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
121 * gdb.base/signull.exp: Disable if gdb,nosignals.
122 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
123 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
124 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
125 * gdb.mi/mi2-console.exp: Likewise.
126 * gdb.trace/collection.exp (run_trace_experiment): Consume the
127 continue output at start.
128 (gdb_collect_locals_test): Robustify regexp.
129 * gdb.trace/passc-dyn.exp: Fix comment typo.
130 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
131
be46087e
CV
1322005-03-08 Corinna Vinschen <vinschen@redhat.com>
133
134 * gdb.asm/asm-source.exp: Add iq2000 case.
135 * gdb.asm/iq2000.inc: New file.
136
384e1a61
MI
1372005-03-07 Manoj Iyer <manjo@austin.ibm.com>
138
139 * gdb.base/command.exp: Change hardcoded value to regular expression.
140 * gdb.base/float.exp: Add powerpc to the list of targets checked.
141
584b6e9e
DJ
1422005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
143
144 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
145 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
146 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
147 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
148 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
149
ab5b5d61
MK
1502005-03-05 Mark Kettenis <kettenis@gnu.org>
151
152 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
153 changes.
154
ae051c1b
PG
1552004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
156
157 * lib/compiler.c: Add test for IBM's xlc compiler.
158 * lib/compiler.cc: Likewise.
159
3f0f6ed2
JB
1602004-02-24 Joel Brobecker <brobecker@adacore.com>
161
162 * gdb.ada/fixed_points.exp: Create compilation object directory
163 before running the test.
164 * gdb.ada/null_record.exp: Likewise.
165 * gdb.ada/packed_array.exp: Likewise.
166 * gdb.ada/start.exp: Likewise.
167
724f452b
JB
1682005-02-15 Joel Brobecker <brobecker@adacore.com>
169
170 * gdb.ada/packed_array/pa.adb: New file.
171 * gdb.ada/packed_array.exp: New testcase.
172
57f5cdfb 1732005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 174
1f393151
MK
175 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
176 files.
177
ebdda337
MK
178 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
179 on *-*-openbsd*. Correctly match whitespace in regukar
180 expressions.
181
cf309262
DJ
1822005-02-10 Daniel Jacobowitz <dan@debian.org>
183
184 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
185 PR exp/1821
186 * gdb.base/gdb1821.c: New test file.
187 * gdb.base/gdb1821.exp: New test file.
188
3be49e7a
JB
1892005-02-09 Joel Brobecker <brobecker@adacore.com>
190
191 * gdb.base/start.c: New file.
192 * gdb.base/start.exp: New testcase.
193
e292e67d
JB
1942005-02-09 Joel Brobecker <brobecker@adacore.com>
195
196 * gdb.ada/start/dummy.adb: New file.
197 * gdb.ada/start.exp: New testcase.
198
dbdfa66c
CV
1992005-02-09 Corinna Vinschen <vinschen@redhat.com>
200
201 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
202 for printing symbols and statistics.
203 Add test for using relative pathnames in "maint print msymbols" test.
204 Mark "maint info sections DATA" XFAIL on Cygwin.
205 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
206 tests.
207
d7941671
AC
2082005-02-09 Andreas Schwab <schwab@suse.de>
209
210 Committed by Andrew Cagney <cagney@gnu.org>
211 * gdb.base/remotetimeout.exp: New file.
212
74e5ef44
MK
2132005-02-07 Mark Kettenis <kettenis@gnu.org>
214
215 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
216
464dd14d
JB
2172005-02-03 Joel Brobecker <brobecker@adacore.com>
218
219 * gdb.ada/gnat_ada.gpr: New file.
220 * gdb.ada/gnat_ada.gin: Delete, no longer used.
221 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
222 * configure.ac: No longer generate gnat_ada.gpr.
223 * configure: Regenerate.
224 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
225 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
226 * gdb.ada/null_record/bar.ads: Likewise.
227 * gdb.ada/null_record/bar.adb: Likewise.
228 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
229 * gdb.ada/null_record.exp (testdir): New variable.
230 (testfile): executable is now in testdir subdirectory.
231 (srcfile): Use full path to the main compilation unit.
232 * gdb.ada/fixed_points.exp: Same changes as above.
233
30d756ae
NR
2342005-02-03 Nick Roberts <nickrob@snap.net.nz>
235
236 * gdb.base/interp.exp: New test.
237
9d799f85
AC
2382005-01-24 Andrew Cagney <cagney@gnu.org>
239
240 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
241
15656118
AC
2422005-01-19 Andrew Cagney <cagney@gnu.org>
243
a892c31b
AC
244 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
245 configure.ac not configure.in.
246
15656118
AC
247 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
248 of powerpc*-*-*.
249 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
250 * gdb.base/list.exp (test_list_function)
251 (test_list_filename_and_function): Ditto.
252 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
253
a7b01baf
AC
2542005-01-16 Andrew Cagney <cagney@gnu.org>
255
17d92a02
AC
256 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
257
a7b01baf
AC
258 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
259
bc8332bb
AC
2602005-01-14 Andrew Cagney <cagney@gnu.org>
261
262 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
263 * gdb.mi/mi2-var-cmd.exp: Ditto.
264
4d074752
CV
2652005-01-10 Corinna Vinschen <vinschen@redhat.com>
266
267 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
268
bec39cab
AC
2692005-01-07 Andrew Cagney <cagney@gnu.org>
270
271 * configure.ac: Rename configure.in, require autoconf 2.59.
272 * configure: Re-generate.
273 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
274 * gdb.stabs/configure: Re-generate.
275 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
276 * gdb.hp/configure: Re-generate.
277 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
278 autoconf 2.59.
279 * gdb.hp/gdb.objdbg/configure: Re-generate.
280 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
281 autoconf 2.59.
282 * gdb.hp/gdb.defects/configure: Re-generate.
283 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
284 autoconf 2.59.
285 * gdb.hp/gdb.compat/configure: Re-generate.
286 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
287 autoconf 2.59.
288 * gdb.hp/gdb.base-hp/configure: Re-generate.
289 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
290 autoconf 2.59.
291 * gdb.hp/gdb.aCC/configure: Re-generate.
292
f10b16d4
JB
2932004-12-15 Jim Blandy <jimb@redhat.com>
294
295 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
296 under NPTL when there is debugging info available for libpthread.
297
fb6e1814
JG
2982004-12-13 Jerome Guitton <guitton@gnat.com>
299
300 * gdb.ada/fixed_points.c: New file.
301 * gdb.ada/fixed_points.exp: New file.
302
fe46cd3a
RC
3032004-12-03 Randolph Chung <tausq@debian.org>
304
305 * gdb.arch/pa-nullify.exp: New file.
306 * gdb.arch/pa-nullify.s: New file.
307
8de0841b
RC
3082004-11-30 Randolph Chung <tausq@debian.org>
309
310 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
311 instead of "tbug". Fix regexp to work properly with gdb_test.
312
c8170782
PH
3132004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
314
315 * gdb.base/bitfields2.exp: New test.
316 * gdb.base/bitfields2.c: New file.
317
954269c2
RE
3182004-11-28 Richard Earnshaw <rearnsha@arm.com>
319
320 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
321
0107feed
RC
3222004-11-16 Randolph Chung <tausq@debian.org>
323
324 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
325
f073ae8c
DJ
3262004-11-14 Daniel Jacobowitz <dan@debian.org>
327
328 * gdb.threads/threadapply.exp: Correct "macro details" test.
329
19ad59e7
JJ
3302004-11-11 Jeff Johnston <jjohnstn@redhat.com>
331
332 * gdb.threads/threadapply.exp: New test.
333 * gdb.threads/threadapply.c: New file.
334
9cf0961b
MK
3352004-11-07 Mark Kettenis <kettenis@gnu.org>
336
337 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
338 frames.
339
c789492a
FL
3402004-11-05 Felix Lee <felix+log1@specifixinc.com>
341
342 * gdb.base/cursal.exp: New file.
343 * gdb.base/cursal.c: New file.
344
a1e167bb
AC
3452004-11-03 Andrew Cagney <cagney@gnu.org>
346
347 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
348
b7cbf173
MK
3492004-10-30 Mark Kettenis <kettenis@gnu.org>
350
351 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
352 NetBSD/ELF targets.
353
88f9d34f
JB
3542004-10-29 Joel Brobecker <brobecker@gnat.com>
355
356 * gdb.threads/bp_in_thread.c: New file, copied from
357 pthread_cond_wait.c.
358 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
359 file, rather than reusing the .c file from another testcase.
360
ca7d6a0c
JB
3612004-10-20 Joel Brobecker <brobecker@gnat.com>
362
363 * gdb.ada/null_record.exp: Check where we stopped after
364 sending the start command, instead of where the associated
365 temporary breakpoint was inserted.
366
0d863d03
AC
3672004-10-14 Andrew Cagney <cagney@gnu.org>
368
369 * gdb.mi/gdb701.c (main): Return 0.
370
d11e72cb
DJ
3712004-10-13 Daniel Jacobowitz <dan@debian.org>
372
d40539a4 373 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 374
e1923096
JJ
3752004-10-12 Jeff Johnston <jjohnstn@redhat.com>
376
377 * gdb.threads/schedlock.c: Add comment markers to use to find
378 line numbers.
379 * gdb.threads/schedlock.exp: Adjust regex to handle the new
380 comments.
381 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
382 breakpoint lines.
383
ec8ba2c9
DJ
3842004-10-12 Daniel Jacobowitz <dan@debian.org>
385
386 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
387
0eb3658b
DJ
3882004-10-12 Daniel Jacobowitz <dan@debian.org>
389
390 * configure.in: Add gdb.dwarf2.
391 * configure: Regenerated.
392 * Makefile.in: Add gdb.dwarf2.
393 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
394 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
395 gdb.dwarf2/file1.txt: New files.
396
a271cc33
OF
3972004-10-11 Orjan Friberg <orjanf@axis.com>
398
399 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
400 of "run", since the latter doesn't work with remote targets. Adjust
401 the breakpoint numbering accordingly.
402 * gdb.threads/pthread_cond_wait.exp: Ditto.
403
895ce074
MC
4042004-10-08 Michael Chastain <mec.gnu@mindspring.com>
405
406 * gdb.base/overlays.exp: Update copyright years.
407
6be3092d
KI
4082004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
409
410 * gdb.base/overlays.exp: Disable if target is Linux.
411
e05389b8
FL
4122004-10-06 Felix Lee <felix+log1@specifixinc.com>
413
414 * config/gdbserver.exp (gdb_load): Use right filename on remote.
415
73cb587d
KI
4162004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
417
418 * gdb.asm/asm-source.exp: Add m32r-linux target.
419 * gdb.asm/m32r-linux.inc: New file.
420
3c0edcdc
AC
4212004-09-24 Andrew Cagney <cagney@redhat.com>
422 David Anderson <anderson@redhat.com>
423
424 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
425 command fails, assume things will work.
426 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
427 (_GNU_SOURCE): Define.
428 (print_unsigned, print_hex): Change parameter to "long long".
429 (print_byte_count): New function, use to print byte counts.
430 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
431 O_LARGEFILE.
432 (main): Compute an upper bound on a corefile in max_core_size.
433 Limit memory chunk size to max_core_size. Limit total memory
434 allocated to max_core_size.
435
4bb3667f
AC
4362004-09-23 Andrew Cagney <cagney@gnu.org>
437
438 * gdb.base/bigcore.exp: Replace the code that creates a corefile
439 from a separate process with code that creates a corefile by
440 making the inferior dump core.
441
60fe1a51
MK
4422004-09-23 Mark Kettenis <kettenis@gnu.org>
443
444 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
445 block.
446
8e937346
MC
4472004-09-23 Michael Chastain <mec.gnu@mindspring.com>
448
449 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
450 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
451 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
452 Likewise.
453
7213f6d6
JJ
4542004-09-20 Jeff Johnston <jjohnstn@redhat.com>
455
456 * gdb.java/jprint.exp: New test case for java inferior call.
457 * gdb.java/jprint.java: Ditto.
458
eac69dca
JB
4592004-09-15 Joel Brobecker <brobecker@gnat.com>
460
461 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
462
22227696
MC
4632004-09-14 Michael Chastain <mec.gnu@mindspring.com>
464
465 * gdb.threads/killed.c: Include <stdlib.h>.
466 * gdb.threads/pthreads.c: Likewise.
467
7dd403a4
MC
4682004-09-14 Michael Chastain <mec.gnu@mindspring.com>
469
470 * gdb.threads/killed.c: Add copyright notice.
471
33f2d567
JM
4722004-09-10 Jason Molenda (jmolenda@apple.com)
473
474 * gdb.base/define.exp: Two new tests to verify zero space chars
475 after 'if' and 'while' commands in a user-defined command is correctly
476 parsed.
477
e05b62ac
AC
4782004-09-08 Andrew Cagney <cagney@gnu.org>
479
480 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
481 delivery test with duplicate at end of file.
482
9cbe82da
MK
4832004-09-06 Mark Kettenis <kettenis@jive.nl>
484
485 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
486
564803d9
MC
4872004-09-05 Michael Chastain <mec.gnu@mindspring.com>
488
489 * config/hppro.exp: Removed.
490
7c6807ce
MC
4912004-09-05 Michael Chastain <mec.gnu@mindspring.com>
492
493 * config/sparclet.exp: Removed.
494
bf7e26dd
MC
4952004-09-05 Michael Chastain <mec.gnu@mindspring.com>
496
497 * config/udi.exp: Removed.
498
714e341b
MC
4992004-09-02 Michael Chastain <mec.gnu@mindspring.com>
500
501 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
502 of "exp_continue".
503 (advancei): Likewise.
504
1236e623
JJ
5052004-09-01 Jeff Johnston <jjohnstn@redhat.com>
506
507 * gdb.base/unload.exp: Fix so messages aren't duplicated.
508
3bdcad15
MI
5092004-09-01 Manoj Iyer <manjo@austin.ibm.com>
510
228af206 511 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
512 to check for nodebug in executable.
513 * gdb.gdb/observer.exp (setup_test): Likewise.
514 * gdb.gdb/selftest.exp (test_with_self): Likewise.
515 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
516
c72b934c
AC
5172004-09-01 Andrew Cagney <cagney@gnu.org>
518
519 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
520 files.
521
edd9b715
JJ
5222004-09-01 Jeff Johnston <jjohnstn@redhat.com>
523
524 * gdb.base/unload.exp: Fix expected warning message to match
525 latest format.
526
fb4ce06b
CV
5272004-09-01 Corinna Vinschen <vinschen@redhat.com>
528
529 * gdb.base/call-rt-st.exp: Fix typos.
530
ce78e7c3
MI
5312004-08-31 Manoj Iyer <manjo@austin.ibm.com>
532
533 * gdb.threads/thread_check.exp: New testcase.
534 * gdb.threads/thread_check.c: New testcase.
535
2dedb159
AC
5362004-08-31 Andrew Cagney <cagney@gnu.org>
537
538 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
539 (skip_to_handler_entry): New procedures. Test stepping into a
540 handler when the breakpoint is at the handler's entry point.
541
68f53502
AC
5422004-08-30 Andrew Cagney <cagney@gnu.org>
543
544 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
545 gdb/1757.
546
3e3ffd2b
MC
5472004-08-27 Michael Chastain <mec.gnu@mindspring.com>
548
549 With code from Manoj Iyer <manjo@austin.ibm.com>:
550 * lib/gdb.exp (gdb_file_cmd): Return more information in the
551 return value. Add an arm for "no debugging symbols found".
552 Change a stray "error" to "perror".
553 (gdb_run_cmd): Adapt to new return value.
554 * gdb.base/remote.exp: Adapt to new return value.
555 * gdb.gdb/complaints.exp: Likewise.
556 * gdb.gdb/observer.exp: Likewise.
557 * gdb.gdb/selftest.exp: Likewise.
558 * gdb.gdb/xfullpath.exp: Likewise.
559
4b6f5fd2
JB
5602004-08-27 Joel Brobecker <brobecker@gnat.com>
561
562 * gdb.threads/bp_in_thread.exp: New testcase.
563
e5b25496
MC
5642004-08-27 Michael Chastain <mec.gnu@mindspring.com>
565
566 Fix PR testsuite/1735.
567 * gdb.threads/schedlock.c (thread_function): Add a cast
568 to suppress a gcc warning.
569 * gdb.threads/thread-specific.c (thread_function): Likewise.
570
934353d6
MC
5712004-08-26 Michael Chastain <mec.gnu@mindspring.com>
572
573 * gdb.base/unload.c: Include <stdlib.h>.
574
f98a0aef 5752004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 576
f98a0aef 577 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
578 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
579 synchronized after the "return".
580
5a2e8882
MC
5812004-08-26 Michael Chastain <mec.gnu@mindspring.com>
582
583 * gdb.mi/basics.c: Include <stdio.h>.
584 * gdb.mi/pthreads.c: Include <stdlib.h>.
585 * gdb.mi/var-cmd.c: Include <stdlib.h>.
586
a9640423
MC
5872004-08-26 Michael Chastain <mec.gnu@mindspring.com>
588
589 * gdb.threads/schedlock.c: Add copyright notice.
590
b04e311d
AC
5912004-08-25 Andrew Cagney <cagney@gnu.org>
592
593 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
594 (skip_over_handler, breakpoint_over_hander): New test procedures.
595 (advance, advancei): Add a proper prefix, do not use
596 rerun_to_main.
597 * gdb.base/sigstep.c (main): Change to use an infinite loop.
598
7c27f15b
MC
5992004-08-24 Michael Chastain <mec.gnu@mindspring.com>
600
601 * gdb.mi/basics.c: Add copyright notice.
602 * gdb.mi/var-cmd.c: Add copyright notice.
603
fffc87ae
MC
6042004-08-23 Michael Chastain <mec.gnu@mindspring.com>
605
606 * lib/gdb.exp: Remove signed_keyword_not_used.
607 * lib/compiler.c: Likewise.
608 * lib/compiler.cc: Likewise.
609
d782e0bf
MC
6102004-08-23 Michael Chastain <mec.gnu@mindspring.com>
611
612 * gdb.base/whatis.c: Remove conditional disabling of "signed".
613 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
614
96033e83
MC
6152004-08-23 Michael Chastain <mec.gnu@mindspring.com>
616
617 * gdb.base/whatis.c: Add copyright notice.
618
cf38c229
MK
6192004-08-20 Mark Kettenis <kettenis@gnu.org>
620
621 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
622 it to skip the breakpoints encoded in the inline assembly.
623
f4b49756
MC
6242004-08-20 Michael Chastain <mec.gnu@mindspring.com>
625
626 * Makefile.in: Add gdb.fortran.
627
2f193b69
MC
6282004-08-20 Michael Chastain <mec.gnu@mindspring.com>
629
630 * gdb.base/call-sc.exp (test_scalar_returns):
631 Fix cut-and-paste glitch in "Make fun return now".
632
89a237cb
MC
6332004-08-17 Michael Chastain <mec.gnu@mindspring.com>
634
635 * configure.in: Add gdb.fortran.
636 * configure: Regenerate.
637 * gdb.fortran/Makefile.in: New file.
638 * lib/gdb.exp (skip_fortran_tests): New procedure.
639
469aff8e
MC
6402004-08-17 Michael Chastain <mec.gnu@mindspring.com>
641
642 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
643 reference to bug-gnu@prep.ai.mit.edu.
644 * gdb.mi/mi-var-child.exp: Likewise.
645 * gdb.mi/mi-var-cmd.exp: Likewise.
646 * gdb.mi/mi-var-display.exp: Likewise.
647 * gdb.mi/mi2-var-block.exp: Likewise.
648 * gdb.mi/mi2-var-child.exp: Likewise.
649 * gdb.mi/mi2-var-cmd.exp: Likewise.
650 * gdb.mi/mi2-var-display.exp: Likewise.
651
00b51b9f
MK
6522004-08-15 Mark Kettenis <kettenis@gnu.org>
653
654 * gdb.base/unload.c (main): Make local variable msg const.
655
45f07fef
MC
6562004-08-15 Michael Chastain <mec.gnu@mindspring.com>
657
658 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
659 to bug-gnu@prep.ai.mit.edu.
660 * gdb.mi/mi-disassemble.exp: Likewise.
661 * gdb.mi/mi-eval.exp: Likewise.
662 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
663 default line number.
664 * gdb.mi/mi-return.exp: Likewise.
665 * gdb.mi/mi-simplerun.exp: Likewise.
666 * gdb.mi/mi-stack.exp: Likewise.
667 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
668 number with explicit range test.
669 * gdb.mi/mi-watch.exp: Likewise.
670 * gdb.mi/mi2-break.exp: Likewise.
671 * gdb.mi/mi2-cli.exp: Likewise.
672 * gdb.mi/mi2-disassemble.exp: Likewise.
673 * gdb.mi/mi2-eval.exp: Likewise.
674 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
675 default line number.
676 * gdb.mi/mi2-return.exp: Likewise.
677 * gdb.mi/mi2-simplerun.exp: Likewise.
678 * gdb.mi/mi2-stack.exp: Likewise.
679 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
680 number with explicit range test.
681 * gdb.mi/mi2-watch.exp: Likewise.
682
dd8c8ee7
MC
6832004-08-15 Michael Chastain <mec.gnu@mindspring.com>
684
685 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
686 * gdb.cp/m-static.exp: Likewise.
687 * gdb.cp/rtti.exp: Likewise.
688
4e838464
MK
6892004-08-14 Mark Kettenis <kettenis@gnu.org>
690
691 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
692
8d8cb839
EZ
6932004-08-14 Eli Zaretskii <eliz@gnu.org>
694
695 * ChangeLog: Prefix Local Variables with semi-colons and indent
696 the reference to older ChangeLog files, to fix fontification in
697 Emacs.
698
deea8bb0
MC
6992004-08-13 Michael Chastain <mec.gnu@mindspring.com>
700
701 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
702 * gdb.mi/mi2-break.exp: Likewise.
703
c3297504
MC
7042004-08-13 Michael Chastain <mec.gnu@mindspring.com>
705
706 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
707
25808999
MC
7082004-08-13 Michael Chastain <mec.gnu@mindspring.com>
709
710 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
711
226a8d71
MC
7122004-08-13 Michael Chastain <mec.gnu@mindspring.com>
713
714 * gdb.cp/classes.exp: Remove unused declarations. Just let
715 test names default instead of providing special names. Remove
716 extraneous demangler test.
717
37fdf854
JJ
7182004-08-12 Jeff Johnston <jjohnstn@redhat.com>
719
720 * gdb.base/unload.exp: New test for breakpoints in dynamically
721 loaded libraries.
722 * gdb.base/unload.c: Ditto.
723 * gdb.base/unloadshr.c: Ditto.
724
2d3a7986
MC
7252004-08-12 Michael Chastain <mec.gnu@mindspring.com>
726
727 * gdb.cp/classes.exp (test_ptype_class_objects): Call
728 cp_test_ptype_class.
729 (test_enums): Likewise.
730
c72b934c
AC
7312004-08-10 Andrew Cagney <cagney@gnu.org>
732
733 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
734 files.
735
cc503c8a
AC
7362004-08-10 Andrew Cagney <cagney@gnu.org>
737
738 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
739 init_malloc call.
740
902f2ccb
MC
7412004-08-10 Michael Chastain <mec.gnu@mindspring.com>
742
743 * ChangeLog: Add copyright notice. The notice is copied
744 from emacs 21.3 top level ChangeLog.
745
78c90502
MC
7462004-08-09 Michael Chastain <mec.gnu@mindspring.com>
747
748 * lib/cp-support.exp: New file.
749 * lib/cp-support.exp (cp_test_type_class): New function.
750 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
751 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
752 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
753 cp_test_ptype_class.
754
88e5ea78
MC
7552004-08-09 Michael Chastain <mec.gnu@mindspring.com>
756
757 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
758 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
759 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
760 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
761 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
762 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
763 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
764 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
765 gdb.mi/mi2-watch.exp: Update copyright years.
766
6a89fc9c
MK
7672004-08-09 Mark Kettenis <kettenis@gnu.org>
768
769 * gdb.base/sigaltstack.exp: Provide proper anchoring.
770
1482e0de
MC
7712004-08-09 Michael Chastain <mec.gnu@mindspring.com>
772
773 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
774 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
775 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
776 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
777 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
778 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
779 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
780 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
781 gdb.mi/mi-watch.exp: Update copyright years.
782
1a5ce3f3
DJ
7832004-08-08 Daniel Jacobowitz <dan@debian.org>
784
785 PR gdb/1738
786 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
787 from a breakpoint with a pending signal.
788
04f6ecf2
DJ
7892004-08-08 Daniel Jacobowitz <dan@debian.org>
790
791 PR gdb/1736
792 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
793 * gdb.base/sigaltstack.exp (finish_test): Consume output until
794 the prompt.
795 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
796
54d90d35
DJ
7972004-08-08 Daniel Jacobowitz <dan@debian.org>
798
799 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
800
d2f6abb0
DJ
8012004-08-08 Daniel Jacobowitz <dan@debian.org>
802
803 PR gdb/1736
804 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
805 for i?86-*-linux*.
806
5598c03d
DJ
8072004-08-08 Daniel Jacobowitz <dan@debian.org>
808
809 * gdb.arch/i386-prologue.exp: Compile without debug information.
810
c6fee705
MC
8112004-08-08 Michael Chastain <mec.gnu@mindspring.com>
812
813 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
814 rather than asking gdb to search.
815
dd90efdb
MC
8162004-08-05 Michael Chastain <mec.gnu@mindspring.com>
817
818 * gdb.base/gcore.c: Include <string.h>.
819
1e84bec1
MC
8202004-08-05 Michael Chastain <mec.gnu@mindspring.com>
821
822 * gdb.base/gcore.c: Add copyright notice.
823
e425eb2b
MC
8242004-08-05 Michael Chastain <mec.gnu@mindspring.com>
825
826 * gdb.base/freebpcmd.c: Include <stdio.h>.
827 * gdb.base/long_long.c: Include <string.h>.
828 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
829 * gdb.base/siginfo.c: Include <string.h>.
830 * gdb.base/sigstep.c: Include <string.h>.
831
cb9aaed5
MC
8322004-08-04 Michael Chastain <mec.gnu@mindspring.com>
833
834 * gdb.base/complex.c: Include <stdlib.h>.
835
55944f3d
MC
8362004-08-04 Michael Chastain <mec.gnu@mindspring.com>
837
838 * gdb.base/complex.c: Add copyright notice.
839
7b2953d9
MC
8402004-08-04 Michael Chastain <mec.gnu@mindspring.com>
841
842 * gdb.base/charset.c: Include <stdlib.h>.
843
c9133d23
MC
8442004-08-04 Michael Chastain <mec.gnu@mindspring.com>
845
846 * gdb.base/auxv.c: Include <stdlib.h>.
847
0a8490ad
MC
8482004-08-04 Michael Chastain <mec.gnu@mindspring.com>
849
850 * gdb.base/auxv.c: Add copyright notice.
851
3426d5ec
MC
8522004-08-04 Michael Chastain <mec.gnu@mindspring.com>
853
854 * gdb.base/coremaker.c: Add copyright notice.
855 * gdb.base/coremaker2.c: Add copyright notice.
856
8da195dd
AC
8572004-08-04 Andrew Cagney <cagney@gnu.org>
858
859 * gdb.base/store.exp: Update copyright.
860 (check_set, up_set, check_struct, up_struct): Add a prefix to test
861 names, do not import gdb_prompt.
862
8d394f98
AC
8632004-08-01 Andrew Cagney <cagney@gnu.org>
864
865 Fix PR testsuite/1729.
866 * gdb.base/dump.exp: Add test name to callers of capture_value, do
867 not use capture_value with value 4.
868 (capture_value): Add optional test name parameter.
869 (test_reload_saved_value, test_restore_saved_value): Use $msg as
870 the prefix, pass to capture_value.
871
b6702b23
MK
8722004-08-01 Mark Kettenis <kettenis@gnu.org>
873
874 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
875 * gdb.arch/i386-prologue.c (standard): New prototype and function.
876 (main): Call new function.
877
c203e0ca
MC
8782004-07-31 Michael Chastain <mec.gnu@mindspring.com>
879
880 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
881
a7995a30
MC
8822004-07-31 Michael Chastain <mec.gnu@mindspring.com>
883
884 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
885
9366563b
MC
8862004-07-31 Michael Chastain <mec.gnu@mindspring.com>
887
b6eeaf26 888 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
889 Accept more values of vtbl pointer. Remove some messages
890 about "obsolete gcc or gdb".
891
2fc1f950
MC
8922004-07-30 Michael Chastain <mec.gnu@mindspring.com>
893
894 * gdb.cp/classes.exp: Accept more varieties of ptype output.
895
c724d49b
MC
8962004-07-30 Michael Chastain <mec.gnu@mindspring.com>
897
898 * gdb.base/asm-source.exp: Properly convert target board
899 debug flags from gcc format to binutils format.
900
736b0fce
MK
9012004-07-28 Mark Kettenis <kettenis@gnu.org>
902
903 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
904 gdb1718". PR backtrace/1718 partially fixed.
905
5633ea5c
JJ
9062004-07-27 Jeff Johnston <jjohnstn@redhat.com>
907
908 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
909
575eebb1
NC
9102004-07-26 Nick Clifton <nickc@redhat.com>
911
912 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
913 good default value for a specific architecture is available then
914 set it to that value. Otherwise default to the -gstabs switch.
915 Remove the -g... switches from the asm-flags variable. Allow the
916 target board info to override the value if it wants to. Pass the
917 switch on the assembler command line.
918
62104619
MK
9192004-07-23 Mark Kettenis <kettenis@gnu.org>
920
921 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
922 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
923 (main): Call new function.
924
4a1135b8
MC
9252004-07-22 Michael Chastain <mec.gnu@mindspring.com>
926
927 Test for PR exp/1715.
928 * gdb.base/radix.exp: Refactor common procedures. Make all
929 test names unique. Change XFAIL to KFAIL.
930
8a12c1f0
MC
9312004-07-20 Michael Chastain <mec.gnu@mindspring.com>
932
933 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
934 * gdb.ada/gnat_ada.gin: ... to here.
935 * configure.in: Use gnat_ada.gin.
936 * configure: Regenerate.
937
23b451cf
AC
9382004-07-20 Andrew Cagney <cagney@gnu.org>
939
940 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
941 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
942 XFAILs. Clean up test messages and comments. Check backtraces.
943 Delete re-sync code.
944
ab618a02
MC
9452004-07-19 Michael Chastain <mec.gnu@mindspring.com>
946
947 Fix PR cli/740.
948 * gdb.base/annota1.exp: Honor gdb,nosignals.
949 * gdb.base/annota3.exp: Likewise.
950
46dad340
MC
9512004-07-19 Michael Chastain <mec.gnu@mindspring.com>
952
953 * lib/java.exp: Update copyright notice.
954
756d8c70
AC
9552004-07-19 Andrew Cagney <cagney@gnu.org>
956
957 * gdb.base/selftest.exp: Copy file from here ...
958 * gdb.gdb/selftest.exp: ... to here.
959
586027e6
AC
9602004-07-16 Andrew Cagney <cagney@redhat.com>
961
962 * lib/insight-support.exp: Delete file.
963 * lib/java.exp (java_init): Fix copyright.
964
029d2200
AC
9652004-07-16 Andrew Cagney <cagney@gnu.org>
966
967 * gdb.base/restore.c: Append "prologue" to comments marking the a
968 function's prologue.
969 * gdb.base/restore.exp: Update copyright, re-indent.
970 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
971 callerN" prefix where needed. Update patterns that match a
972 function's prologue.
973
653b62c5
MC
9742004-07-16 Michael Chastain <mec.gnu@mindspring.com>
975
976 * gdb.base/restore.c: Add copyright notice.
977
f7d690e5
AC
9782004-07-16 Andrew Cagney <cagney@gnu.org>
979
980 * gdb.base/logical.exp: Update copyright.
981 (evaluate): New procedure. Use to re-implement tests using
982 several tables.
983
d629a7cb
MH
9842004-07-14 Martin Hunt <hunt@redhat.com>
985
986 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
987 which fixes some problems where init.tcl was not found.
988
9c7bb332
AC
9892004-07-13 Andrew Cagney <cagney@gnu.org>
990
6bf46641
AC
991 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
992 (check_sizeof, check_valueof): Do not include the output in the
993 test name. Use gdb_test.
994 (get_valueof): Use gdb_test_multiple.
995
c4ffd4c0
AC
996 * gdb.base/step-test.exp: Update copyright. Use
997 gdb_test_multiple. Ensure that test names do not include
998 architecture dependent output.
999
ab89363a
AC
1000 * gdb.gdb/observer.exp: Update copyright.
1001 (setup_test): Use gdb_test_multiple.
1002 (attach_first_observer, attach_second_observer)
1003 (attach_third_observer, detach_first_observer)
1004 (detach_second_observer, detach_third_observer)
1005 (reset_counters, check_counters): Make $message a prefix.
1006 (test_normal_stop_notifications): Add "args" parameter - a list of
1007 init functions to be called. Make $message a prefix,
1008 (test_observer_normal_stop): Change the message prefixes so that
1009 they are unique, pass the attach / detach procedures to
1010 test_normal_stop_notifications.
1011
ec58997a
AC
1012 * gdb.base/signull.exp (test_segv): Prefix all tests with
1013 "${name}". Clean up test messages.
1014
b475183b
AC
1015 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
1016
9c7bb332
AC
1017 * gdb.base/ena-dis-br.exp: Update copyright.
1018 (break_at): New function. Replace send_gdb with gdb_test,
1019 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
1020 ignore count, not stopped at bpt", with KFAIL.
1021
2dd95497
CV
10222004-07-13 Corinna Vinschen <vinschen@redhat.com>
1023
1024 * gdb.base/attach.exp: Remove cleanupfile handling.
1025
419e626b
AC
10262004-07-12 Andrew Cagney <cagney@gnu.org>
1027
1028 * gdb.base/annota1.exp: Cleanup corefile test name.
1029 * gdb.base/annota3.exp: Ditto.
1030
8b1b3228
AC
10312004-07-12 Andrew Cagney <cagney@gnu.org>
1032
78650829
AC
1033 * gdb.base/signals.exp: Clean up copyright, re-indent.
1034
8b1b3228
AC
1035 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
1036 gdb_test and gdb_test_multiple.
1037
935c2760
JJ
10382004-07-08 Jeff Johnston <jjohnstn@redhat.com>
1039
1040 * gdb.java/jmain.exp: Fix expected line number for main to
1041 break at. Set XFAIL for break at main test since gcj does not
1042 provide line number info for first statement in main.
1043
1544280f
AC
10442004-07-08 Andrew Cagney <cagney@gnu.org>
1045
1279f4ff
AC
1046 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
1047
1544280f
AC
1048 * gdb.base/sigbpt.exp: Make the common part of each test name a
1049 prefix instead of suffix.
1050
bcc82369
BR
10512004-07-07 Bob Rossi <bob_rossi@cox.net>
1052
1053 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
1054 test from test_tbreak_creation_and_listing to
1055 test_file_list_exec_source_file
1056 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
1057 Changed name of test from test_tbreak_creation_and_listing to
1058 test_file_list_exec_source_file
1059
23f4b0aa
JJ
10602004-07-07 Jeff Johnston <jjohnstn@redhat.com>
1061
1062 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
1063 the jmisc() constructor instead of <init>.
1064 * gdb.java/jmisc1.exp: Ditto.
1065
56401cd5
AC
10662004-07-07 Andrew Cagney <cagney@gnu.org>
1067
1068 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
1069 corrupting the PC.
1070
44ae2f6a
MC
10712004-07-06 Michael Chastain <mec.gnu@mindspring.com>
1072
1073 * gdb.cp/templates.exp: Accept whitespace change in demangler
1074 output.
1075
45a83408
AC
10762004-07-06 Andrew Cagney <cagney@gnu.org>
1077
1078 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
1079
d205ad70
MC
10802004-07-02 Michael Chastain <mec.gnu@mindspring.com>
1081
1082 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
1083 * lib/compiler.cc: Likewise.
1084
06ea1a61
MC
10852004-06-30 Michael Chastain <mec.gnu@mindspring.com>
1086
1087 * lib/compiler.cc: Work around string preprocessing problem
1088 with old hp c++ compiler.
1089 * lib/compiler.c: Likewise.
1090
daab1251
CV
10912004-06-29 Corinna Vinschen <vinschen@redhat.com>
1092
1093 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
1094 directives to conditionalize symbol prefixing.
1095 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
1096 additional_flags handling. Add underscore prefix for Cygwin.
1097 * gdb.arch/i386-unwind.c: Use preprocessor directives to
1098 conditionalize symbol prefixing.
1099 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
1100 additional_flags handling. Add underscore prefix for Cygwin.
1101
cc984116
CV
11022004-06-29 Corinna Vinschen <vinschen@redhat.com>
1103
1104 * gdb.base/bigcore.exp: Skip test on Cygwin.
1105
c279b077
MC
11062004-06-28 Michael Chastain <mec.gnu@mindspring.com>
1107
1108 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
1109 formats for "info register". Use gdb_test_multiple. Fix
1110 the "invalid register" test.
1111
0e915747
CV
11122004-06-28 Corinna Vinschen <vinschen@redhat.com>
1113
1114 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
1115 PID for Cygwin. Add Cygwin specific strings to check for in some
1116 tests.
1117 (do_attach_tests): Add a test for user interaction when attaching
1118 to a process with no matching symbol table already loaded.
1119
11422c86
AC
11202004-06-26 Andrew Cagney <cagney@gnu.org>
1121
1122 Test PR java/1567 and PR java/1565.
1123 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
1124 * gdb.java/jmisc2.exp: Delete file.
1125
cefbce26
MC
11262004-06-26 Michael Chastain <mec.gnu@mindspring.com>
1127
1128 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
1129
e19f872c
CV
11302004-06-25 Corinna Vinschen <vinschen@redhat.com>
1131
1132 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
1133 attach process.
1134
d931ba3b
MC
11352004-06-23 Michael Chastain <mec.gnu@mindspring.com>
1136
1137 * gdb.cp/pr-1553.exp: Remove.
1138
aef68c48
MC
11392004-06-22 Michael Chastain <mec.gnu@mindspring.com>
1140
1141 * gdb.cp/pr-1553.cc: Remove.
1142 * gdb.cp/pr-1553.exp: Disable this test.
1143
8d5df71a
JB
11442004-06-20 Jim Blandy <jimb@redhat.com>
1145
1146 Fix PR testsuite/1680.
1147 * gdb.arch/i386-sse.exp: Properly quote curly braces in
1148 regular expressions.
1149
4ac6f39d
MC
11502004-06-19 Michael Chastain <mec.gnu@mindspring.com>
1151
1152 Fix PR testsuite/1679.
1153 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
1154 Issue an UNSUPPORTED result instead.
1155
1b413552
JB
11562004-06-18 Jim Blandy <jimb@redhat.com>
1157
1158 * gdb.base/charset.exp: Only send a control-C if we see a new
1159 prompt and incomplete command.
1160
6daa6ebd
MC
11612004-06-18 Michael Chastain <mec.gnu@mindspring.com>
1162
1163 * gdb.cp/pr-574.cc: Add copyright notice.
1164
51fa4ae0
JB
11652004-06-17 Jim Blandy <jimb@redhat.com>
1166
1167 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
1168 cases where the regexp has no groups; this grabs random text from
1169 the previous test suite, whatever that was.
1170
8fea26c5
MC
11712004-06-17 Michael Chastain <mec.gnu@mindspring.com>
1172
1173 * gdb.cp/printmethod.cc: Add copyright notice.
1174
1e3aeb41
MC
11752004-06-16 Michael Chastain <mec.gnu@mindspring.com>
1176
1177 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
1178
9d9030bc
AC
11792004-06-16 Andrew Cagney <cagney@gnu.org>
1180
1181 * gdb.base/signull.c: Update copyright. Include <string.h>.
1182 (bowler): Replace data_pointer with data_read
1183 and data_write cases. Add code_descriptor case.
1184 (zero, desc): New array and pointer.
1185 (data, code): Change to simple pointers.
1186 * gdb.base/signull.exp: Fix probe pattern matching a function
1187 descriptor SIGSEGV. Replace data_pointer with data_read and
1188 data_write tests.
1189
acd4ad44
AC
11902004-06-16 Andrew Cagney <cagney@gnu.org>
1191
1192 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
1193
08fd625c
MC
11942004-06-15 Michael Chastain <mec.gnu@mindspring.com>
1195
1196 * gdb.base/long_long.c: Add copyright notice.
1197
1903502c
MC
11982004-06-15 Michael Chastain <mec.gnu@mindspring.com>
1199
1200 * gdb.base/long_long.exp: Remove reference to
1201 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
1202 to gdb_breakpoint and gdb_continue_to_breakpoint.
1203
83313cb1
JB
12042004-06-14 Jim Blandy <jimb@redhat.com>
1205
1206 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
1207 endian case.
1208
1bf404ef
AC
12092004-06-14 Andrew Cagney <cagney@gnu.org>
1210
1211 * gdb.base/gcore.exp (capture_command_output): Delete the always
1212 passing tests containing inferior values.
1213 * gdb.base/ending-run.exp: Do not include the breakpoint address
1214 in the test message. Update copyright.
1215 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
1216 size in the test name, use gdb_test_multiple. Update copyright.
1217
ef220b33
MC
12182004-06-14 Michael Chastain <mec.gnu@mindspring.com>
1219
1220 * gdb.cp/ref-types.cc: Add copyright notice.
1221
4f70a4c9
MC
12222004-06-14 Michael Chastain <mec.gnu@mindspring.com>
1223
1224 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
1225 hp_aCC_compiler.
1226 * lib/compiler.cc: Likewise.
1227 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
1228 'set' commands. Log diagnostics for other lines. Set
1229 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
1230
335928ac
MC
12312004-06-13 Michael Chastain <mec.gnu@mindspring.com>
1232
1233 * gdb.cp/try_catch.cc: Add copyright notice.
1234
2efb12e8
MC
12352004-06-12 Michael Chastain <mec.gnu@mindspring.com>
1236
1237 * gdb.cp/userdef.cc: Add copyright notice.
1238
0bbed51a
MC
12392004-06-11 Michael Chastain <mec.gnu@mindspring.com>
1240
1241 * gdb.cp/virtfunc.cc: Add copyright notice.
1242
e12a46c9
RC
12432004-06-11 Randolph Chung <tausq@debian.org>
1244
1245 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
1246 problem.
1247
338e05af
AC
12482004-06-10 Andrew Cagney <cagney@gnu.org>
1249
1250 * lib/compiler.cc, lib/compiler.c: Append either
1251 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
1252 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
1253 instead of gcc-3-3.
1254
dc3f10cb
AC
12552004-06-09 Andrew Cagney <cagney@gnu.org>
1256
b4d946af
AC
1257 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
1258 gdb/1455, bug is specific to "long long" and "double".
1259
dc3f10cb
AC
1260 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
1261 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
1262 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
1263 fixed.
1264
b5c0bfa2
AC
12652004-06-09 Andrew Cagney <cagney@gnu.org>
1266
1267 * gdb.base/structs.exp (test_struct_returns): Replace
1268 "return_value_unknown" and "finish_value_unknown" by
1269 "return_value_known" and "finish_value_known". Instead of
1270 "return_value_unknown" iff "finish_value_unknown", check
1271 "return_value_known" implies "finish_value_known".
1272
caeb605f
MH
12732004-06-08 Martin Hunt <hunt@redhat.com>
1274
1275 * gdb.base/float.exp: Add pattern for mips targets.
1276
c892bb64
RC
12772004-06-08 Randolph Chung <tausq@debian.org>
1278
1279 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
1280 message for unknown architectures more clear.
1281
48306d3e
JB
12822004-06-08 Joel Brobecker <brobecker@gnat.com>
1283
1284 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
1285 start the execution of the program.
1286
83ecb59f
JB
12872004-06-07 Jim Blandy <jimb@redhat.com>
1288
1289 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
1290 * gdb.arch/i386-cpuid.h: New helper file.
1291
55264cb4
RC
12922004-06-07 Randolph Chung <tausq@debian.org>
1293
1294 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
1295 has started.
1296
23cadb28
RM
12972004-06-04 Roland McGrath <roland@redhat.com>
1298
1299 Fix PR gdb/1647.
1300 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
1301 differently to be robust to output buffering differences.
1302
51d01eda
MC
13032004-06-04 Michael Chastain <mec.gnu@mindspring.com>
1304
1305 * gdb.threads/pthreads.exp: Update copyright years.
1306 (check_control_c): Change asynchronous 'after' to synchronous.
1307
f4fc3b93
RM
13082004-06-04 Roland McGrath <roland@redhat.com>
1309
1310 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
1311 next gdb prompt.
1312
4013522b
MC
13132004-06-02 Michael Chastain <mec.gnu@mindspring.com>
1314
1315 Fix PR gdb/1636.
1316 * gdb.threads/manythreads.exp: Change asynchronous 'after'
1317 calls to synchronous.
1318
7a8f1e6b
JB
13192004-05-26 Jim Blandy <jimb@redhat.com>
1320
1321 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
1322
81bb3443
RC
13232004-05-24 Randolph Chung <tausq@debian.org>
1324
1325 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
1326 * gdb.asm/pa.inc: New file.
1327
8f5a3103
MK
13282004-05-22 Mark Kettenis <kettenis@gnu.org>
1329
1330 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
1331
734b8fe8
JB
13322004-05-21 Joel Brobecker <brobecker@gnat.com>
1333 Daniel Jacobowitz <drow@mvista.com>
1334
1335 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
1336 GDB prompt.
1337
725603e1
UW
13382004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1339
f4fc3b93 1340 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
1341 setjmp/longjmp. Use sigaction instead of signal.
1342
8b923272
JB
13432004-05-19 J. Brobecker <brobecker@gnat.com>
1344 Michael Snyder <msnyder@redhat.com>
1345
1346 * gdb.threads/pthread_cond_wait.c: New file.
1347 * gdb.threads/pthread_cond_wait.exp: New testcase.
1348
8bfabb04
AC
13492004-05-13 Andrew Cagney <cagney@redhat.com>
1350
1351 * gdb.base/signull.exp, gdb.base/signull.c: New files.
1352 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
1353
42edda50
AC
13542004-05-11 Andrew Cagney <cagney@redhat.com>
1355
1356 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
1357 fixed but revealed gdb/1639.
1358
d303a6c7
AC
13592004-05-10 Andrew Cagney <cagney@redhat.com>
1360
1361 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
1362 func1" and "next to 2nd alarm", kernel bug avoided.
1363
bf08c2a1
DJ
13642004-05-10 Daniel Jacobowitz <dan@debian.org>
1365
1366 PR external/1568
1367 * gdb.base/bigcore.exp: Check the size of the dumped core file.
1368 XFAIL if it is smaller than bytes_allocated.
1369 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
1370 (main): Make chunks_allocated unsigned. Correct comment.
1371
c0586a34
JB
13722004-05-07 Joel Brobecker <brobecker@gnat.com>
1373
1374 * gdb.arch/powerpc-aix-prologue.c: New file.
1375 * gdb.arch/powerpc-aix-prologue.exp: New file.
1376
f2785d12
JB
13772004-05-07 Jim Blandy <jimb@redhat.com>
1378
1379 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
1380 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
1381
bd7f6e30
JB
13822004-05-06 Joel Brobecker <brobecker@gnat.com>
1383
1384 * gdb.base/sep.exp: No longer setup_kfail when the program was
1385 built with dwarf2.
1386
0a5e7efe
JI
13872004-05-05 Jim Ingham <jingham@apple.com>
1388
1389 * gdb.base/pending.exp: Make sure pending breakpoints
1390 preserve the ignore count.
f4fc3b93 1391
a8958849
MK
13922004-04-27 Jerome Guitton <guitton@gnat.com>
1393
1394 * i386-prologue.exp: Add testcase for jump instruction as first
1395 instruction of the real code.
1396 * i386-prologue.c (jump_at_beginning): New function.
1397
7e103f5b
MK
13982004-04-28 Mark Kettenis <kettenis@gnu.org>
1399
1400 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
1401 x86_64-*-*.
1402
5d38b224
MK
14032004-04-28 Mark Kettenis <kettenis@gnu.org>
1404
1405 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
1406 i*86-*-*.
1407
0ef32fd9
MK
14082004-04-25 Mark Kettenis <kettenis@gnu.org>
1409
1410 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
1411 expression that checks the return type.
1412
71d7dd7c
AC
14132004-04-23 Andrew Cagney <cagney@redhat.com>
1414
1415 * gdb.base/call-sc.exp: New test of scalar call/return values.
1416 * gdb.base/call-sc.c: Ditto.
1417
1e9f977e
JJ
14182004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1419
1420 * gdb.threads/manythreads.c: Reduce thread stack size.
1421
899d9e3a
JJ
14222004-04-23 Jeff Johnston <jjohnstn@redhat.com>
1423
1424 * gdb.threads/manythreads.c: Add copyright notice.
1425
61bcae62
AC
14262004-04-23 Andrew Cagney <cagney@redhat.com>
1427
1428 * gdb.base/siginfo.exp: Better handle step out of signal.
1429 * gdb.base/sigstep.exp: Ditto.
1430
7339a42e
JJ
14312004-04-22 Jeff Johnston <jjohnstn@redhat.com>
1432 Daniel Jacobowitz <drow@mvista.com>
1433
1434 * gdb.threads/manythreads.c: New testcase.
1435 * gdb.threads/manythreads.exp: Ditto.
1436
5c98409b
JB
14372004-04-22 Jim Blandy <jimb@redhat.com>
1438
1439 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
1440 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
1441
3b611f1a
MC
14422004-04-21 Michael Chastain <mec.gnu@mindspring.com>
1443
1444 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
1445
f0fd9238
AC
14462004-04-21 Andrew Cagney <cagney@redhat.com>
1447
1448 * gdb.base/sigstep.c: New file.
1449 * gdb.base/sigstep.exp: New file.
1450
90990674
JB
14512004-04-16 Joel Brobecker <brobecker@gnat.com>
1452
1453 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
1454 call to observer_notify_normal_stop.
1455
78cef34b
AC
14562004-04-15 Andrew Cagney <cagney@redhat.com>
1457
1458 * gdb.base/siginfo.c: New file.
1459 * gdb.base/siginfo.exp: New file.
1460
d2343407
JB
14612004-04-12 J. Brobecker <brobecker@gnat.com>
1462
1463 * gdb.base/sep.exp: Fix typo in comment.
1464
a2dba3c8
JB
14652004-04-12 J. Brobecker <brobecker@gnat.com>
1466
1467 * gdb.base/sep.c: New file.
1468 * gdb.base/sep-proc.c: New file.
1469 * gdb.base/sep.exp: New testcase.
1470
15f7b60e
MK
14712004-04-09 Mark Kettenis <kettenis@gnu.org>
1472
1473 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
1474 support.
1475
44f4de1a
AC
14762004-04-05 Andrew Cagney <cagney@redhat.com>
1477
1478 * gdb.base/sigaltstack.c: New file.
1479 * gdb.base/sigaltstack.exp: New file.
1480
ef04f396
JB
14812004-04-04 Joel Brobecker <brobecker@gnat.com>
1482
1483 * gdb.base/foll-fork.exp: Update the expected output for
1484 "help set follow-fork-mode", to match a change that was made
1485 to the help of this variable on 2004-01-13.
1486
d40d2c92
JB
14872004-04-01 Joel Brobecker <brobecker@gnat.com>
1488
1489 * lib/ada.exp: Add copyright notice.
1490 * bar.ads: Likewise.
1491 * bar.adb: Likewise.
1492 * null_record.adb: Likewise.
1493 * null_record.exp: Likewise.
1494 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
1495
f86ef5a3
JB
14962004-04-01 Joel Brobecker <brobecker@gnat.com>
1497
1498 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
1499 * configure: Regenerate.
1500
414e70e3
JB
15012004-04-01 Joel Brobecker <brobecker@gnat.com>
1502
1503 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
1504 to build the application. Remove the message printed when in
1505 verbose mode, redundant with the UNSUPPORTED message above.
1506
f0aaee49
JB
15072004-03-31 Joel Brobecker <brobecker@gnat.com>
1508
1509 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
1510 * gdb.ada (null_record.exp): New testcase.
1511
ac81cb54
JB
15122004-03-31 Joel Brobecker <brobecker@gnat.com>
1513
1514 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
1515
854af2f7
JB
15162004-03-31 Joel Brobecker <brobecker@gnat.com>
1517
1518 * gdb.ada: New subdirectory.
1519 * gdb.ada/Makefile.in: New file.
1520 * gdb.ada/gnat_ada.gpr.in: New file.
1521
034cb681
JB
15222004-03-31 Joel Brobecker <brobecker@gnat.com>
1523
1524 * lib/ada.exp: New file.
1525
78a1a894
DJ
15262004-03-24 Daniel Jacobowitz <drow@mvista.com>
1527
1528 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
1529 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
1530
4b2b3b3e
AC
15312004-03-22 Andrew Cagney <cagney@redhat.com>
1532
1533 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
1534 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
1535 Problem identified by Ulrich Weigand.
1536
23c73aa3
DC
15372004-03-17 David Carlton <carlton@kealia.com>
1538
1539 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
1540 PR c++/826.
1541
d63a86f8
RM
15422004-03-16 Roland McGrath <roland@redhat.com>
1543
1544 * gdb.base/auxv.exp: New file.
1545 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
1546
0e02aa50
DC
15472004-03-12 David Carlton <carlton@kealia.com>
1548
1549 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
1550 * gdb.cp/pr-1553.cc: Ditto.
1551 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
1552 pass branch.
1553
c20b71be
MC
15542004-03-12 Michael Chastain <mec.gnu@mindspring.com>
1555
1556 * gdb.cp/templates.exp: Accept more template types.
1557
c7414a01
MC
15582004-03-09 Michael Chastain <mec.gnu@mindspring.com>
1559
1560 From Corinna Vinschen with modifications.
1561 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
1562 local variable obj_with_enum.
1563 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
1564 results with obj_with_enum.
1565
ed69573c
MC
15662004-03-09 Michael Chastain <mec.gnu@mindspring.com>
1567
1568 * gdb.cp/classes.cc: New file, copied from misc.cc.
1569 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
1570
28301461
MC
15712004-03-09 Michael Chastain <mec.gnu@mindspring.com>
1572
1573 * gdb.cp/misc.cc: Add copyright notice.
1574
1198ecbe
DC
15752004-03-05 David Carlton <carlton@kealia.com>
1576
1577 * gdb.cp/rtti.exp: Add 'print *obj3' test.
1578 * gdb.cp/rtti.h: Update copyright.
1579 (namespace n2::n3): New.
1580 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
1581 (n2::n3::func3): New.
1582 (main): Call n2::n3::func3.
1583 * gdb.cp/rtti2.cc: Update copyright.
1584 (n2::create3): New.
1585
9e08c470
MK
15862004-03-04 Mark Kettenis <kettenis@gnu.org>
1587
1588 * gdb.asm/openbsd.inc: Fix typo.
1589
4bebc3aa
FF
15902004-03-03 Fred Fish <fnf@redhat.com>
1591
1592 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
1593 "val" instead of unused "size". Update copyright year.
1594
6ea9fb37
DJ
15952004-02-29 Daniel Jacobowitz <drow@mvista.com>
1596
1597 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
1598 to use unsigned char.
1599 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
1600 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
1601
23b23974
DJ
16022004-02-29 Daniel Jacobowitz <drow@mvista.com>
1603
1604 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
1605 line of output.
1606
7574fd53
DJ
16072004-02-28 Daniel Jacobowitz <drow@mvista.com>
1608
1609 * gdb.base/relocate.c (dummy): Initialize.
1610
a195357f
DJ
16112004-02-28 Daniel Jacobowitz <drow@mvista.com>
1612
1613 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
1614 a breakpoint at exit.
1615
72fd54a9
FF
16162004-02-27 Fred Fish <fnf@redhat.com>
1617
1618 * gdb.base/chng-syms.exp: Add expect condition to match failing
1619 case that isn't a timeout.
1620
b9d23137
AC
16212004-02-27 Andrew Cagney <cagney@redhat.com>
1622
1623 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
1624 support.
1625
15d208f6 16262004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 1627
15d208f6
FF
1628 * gdb.arch/gdb1431.c: Remove.
1629 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
1630 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
1631 of "until" incorrectly.
1632
98f9cd2d
JB
16332004-02-26 J. Brobecker <brobecker@gnat.com>
1634
1635 * gdb.cp/class2.cc (empty): New class.
1636 (refer): New function.
1637 (main): Declare an object of type empty and use it.
1638 * gdb.cp/class2.exp: Print the value of an object of type empty.
1639
9b50c11b
JJ
16402004-02-26 Jeff Johnston <jjohnstn@redhat.com>
1641
1642 * gdb.base/langs.exp: Update query string to match the
1643 new nquery format used for pending breakpoints.
1644
0dcd613f
AC
16452004-02-26 Andrew Cagney <cagney@redhat.com>
1646
1647 Fix PR i18n/1570.
1648 * gdb.base/charset.c: Update copyright notice.
1649 (main, init_string): Remove the escape character '\e' tests.
1650 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
1651 * gdb.base/charset.exp (valid_host_charset): Ditto.
1652 * gdb.base/setvar.exp: Ditto.
1653
b8a56647
AC
16542004-02-24 Andrew Cagney <cagney@redhat.com>
1655
90d59e34
AC
1656 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
1657 mmapped data in core file" PASS and FAIL messages consistent.
1658
b8a56647
AC
1659 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
1660 setting a breakpoint. Work around PR java/1565.
1661
9f27c604
JJ
16622004-02-23 Jeff Johnston <jjohnstn@redhat.com>
1663
1664 * lib/gdb.exp (gdb_breakpoint): Update query string to match
1665 new nquery format.
1666 * gdb.base/pending.exp: Ditto.
1667
3224a706
MK
16682004-02-22 Mark Kettenis <kettenis@gnu.org>
1669
1670 * configure.in: Run stabs tests on *BSD.
1671 * configure: Regenerated.
1672
41e0a9ca
MK
16732004-02-21 Mark Kettenis <kettenis@gnu.org>
1674
1675 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
1676
1e1b3428
FF
16772004-02-20 Fred Fish <fnf@redhat.com>
1678
1679 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
1680 blank in test for "returns short", for consistency with other
1681 "returns xxx" tests. Update copyright year.
1682
f9a7572a
FF
16832004-02-19 Fred Fish <fnf@redhat.com>
1684
1685 New testcase for PR breakpoint/1558.
1686 * gdb.arch/gdb1558.exp: New file.
1687 * gdb.arch/gdb1558.c: New file.
1688
b2ce2854
EZ
16892004-02-19 Elena Zannoni <ezannoni@redhat.com>
1690
1691 * gdb.base/nodebug.exp: Fix typo.
1692
e7c9ff01
JB
16932004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1694
1695 Committed by Jim Blandy <jimb@redhat.com>.
1696
62f4b920
JB
1697 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
1698
2db536a1
JB
1699 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
1700
e7c9ff01
JB
1701 * gdb.base/float.exp: Support s390*-*-* targets.
1702
f3205b34
AF
17032004-02-17 Adam Fedor <fedor@gnu.org>
1704
1705 * gdb.base/gdb1555.exp: New file.
1706 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
1707
9d62932d
EZ
17082004-02-17 Elena Zannoni <ezannoni@redhat.com>
1709
1710 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
1711
344c9711
FF
17122004-02-16 Fred Fish <fnf@redhat.com>
1713
1714 * gdb.arch/gdb1291.c: Remove
1715 * gdb.arch/gdb1291.s: New test input file.
1716 * gdb.arch/gdb1291.exp: Expand test to check case that should not
1717 fail. Test for correct result, known incorrect result, other
1718 failures and timeouts.
1719
2d822687
AC
17202004-02-16 Andrew Cagney <cagney@redhat.com>
1721
1722 * gdb.base/bigcore.exp: New file.
1723 * gdb.base/bigcore.c: New file.
1724
dac15b66
AC
17252004-02-13 Andrew Cagney <cagney@redhat.com>
1726
1727 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
1728 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
1729 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
1730 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
1731 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
1732 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
1733 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
1734 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
1735 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
1736 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
1737
6bdfc2c4
JJ
17382004-02-11 Jeff Johnston <jjohnstn@redhat.com>
1739
1740 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
1741 executed is an alloc instruction.
1742
87b3ede8
DC
17432004-02-11 David Carlton <carlton@kealia.com>
1744
1745 * gdb.cp/breakpoint.exp: New.
1746 * gdb.cp/breakpoint.cc: New.
1747
6e19e2bf
MC
17482004-02-11 Michael Chastain <mec.gnu@mindspring.com>
1749
1750 Partial fix for PR gdb/1543.
1751 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
1752 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
1753 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
1754 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
1755 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
1756 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
1757 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
1758 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
1759 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
1760 to bug-gdb@prep.ai.mit.edu .
1761 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
1762 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
1763 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
1764 Likewise.
1765
5c5455dc
AC
17662004-02-10 Andrew Cagney <cagney@redhat.com>
1767
1768 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
1769 using gdb_internal_error_resync.
1770
9cf689d7
DJ
17712004-02-09 Daniel Jacobowitz <drow@mvista.com>
1772
1773 * gdb.threads/thread-specific.exp: Stop early if no threads are
1774 found.
1775
d2dc51db
MC
17762004-02-09 Michael Chastain <mec.gnu@mindspring.com>
1777
1778 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
1779
14b1a056
DJ
17802004-02-08 Daniel Jacobowitz <drow@mvista.com>
1781
1782 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
1783 breakpoints.
1784
83f66e8f
DJ
17852004-02-07 Daniel Jacobowitz <drow@mvista.com>
1786
1787 * config/sim.exp (gdb_load): Handle $arg == "".
1788 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
1789 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
1790
30fc0091
EZ
17912004-02-07 Elena Zannoni <ezannoni@redhat.com>
1792
1793 * gdb.base/maint.exp: Update test to reflect
1794 obstack changes.
1795
4d806929
JJ
17962004-02-04 Jeff Johnston <jjohnstn@redhat.com>
1797
1798 * gdb.base/pendshr.c (pendfunc): New function that calls
1799 pendfunc1.
1800 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
1801
7bfdd688
FF
18022004-02-04 Fred Fish <fnf@redhat.com>
1803
1804 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
1805 function symbols and update copyright years.
1806 * gdb.arch/gdb1291.c: Ditto.
1807
aaa08ee4
MC
18082004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1809
1810 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
1811
dbad7755
MC
18122004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1813
1814 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
1815
ec4646ef
MC
18162004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1817
1818 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
1819
1b802196
FF
18202004-02-02 Fred Fish <fnf@redhat.com>
1821
1822 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
1823 remote targets. Update copyright years.
1824
18fe2033
JJ
18252004-02-02 Jeff Johnston <jjohnstn@redhat.com>
1826
1827 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
1828 support.
1829 * gdb.base/langs.exp: Fix test which attempts to create
1830 breakpoint on non-existent function to handle new pending
1831 support.
1832 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
1833 a breakpoint.
1834 * gdb.base/pending.exp: New test.
1835 * gdb.base/pending.c: New file.
1836 * gdb.base/pendshr.c: Ditto.
1837
8d577d32
DC
18382004-02-02 David Carlton <carlton@kealia.com>
1839
1840 * gdb.cp/overload.exp: Add overloadNamespace tests.
1841 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
1842 (overloadNamespace, XXX): New.
1843 (main): Call XXX::marker2.
1844
3ad13771
FF
18452004-02-01 Fred Fish <fnf@redhat.com>
1846
1847 * gdb.base/dump.exp: Use runto_main instead of "runto main".
1848 * gdb.base/finish.exp: Ditto.
1849 * gdb.base/gcore.exp: Ditto.
1850 * gdb.base/huge.exp: Ditto.
1851 * gdb.base/info-proc.exp: Ditto.
1852 * gdb.base/return2.exp: Ditto.
1853 * gdb.threads/gcore-thread.exp: Ditto.
1854
44c75849
DJ
18552004-02-01 Daniel Jacobowitz <drow@mvista.com>
1856
1857 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
1858
005bc093
MK
18592004-02-01 Mark Kettenis <kettenis@gnu.org>
1860
1861 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
1862 that opening the file succeeds on OpenBSD.
1863
c47cebdb
DJ
18642004-02-01 Daniel Jacobowitz <drow@mvista.com>
1865
1866 * gdb.threads/thread-specific.c: New file.
1867 * gdb.threads/threads-specific.exp: New test script.
1868 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
1869 to expect_out.
1870
5a01311c
MK
18712004-02-01 Mark Kettenis <kettenis@gnu.org>
1872
1873 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
1874 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
1875 only on the "print_small_structs from print_long_arg_list" test.
1876
ce22a4f1
DJ
18772004-02-01 Daniel Jacobowitz <drow@mvista.com>
1878
1879 * gdb.base/completion.exp: Kill a stray backslash.
1880
1881 From Jim Ingham <jingham@apple.com>:
1882 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
1883 agrees with the result from sending a tab.
1884
abbab9d3
DJ
18852004-01-31 Daniel Jacobowitz <drow@mvista.com>
1886
1887 * gdb.base/chng-syms.exp: Remove stray newline.
1888
53904d1e
MK
18892004-01-31 Mark Kettenis <kettenis@gnu.org>
1890
1891 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
1892 *-*-openbsd*.
1893 * gdb.asm/openbsd.inc: New file.
1894
3a4b3aac
MK
18952004-01-30 Mark Kettenis <kettenis@gnu.org>
1896
1897 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
1898 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
1899 *-*solaris2*. Remove commented out default settings for
1900 asm-flags. Replace gdb_compile with target_link.
1901
ebac27b4
MC
19022004-01-29 Michael Chastain <mec.gnu@mindspring.com>
1903
1904 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
1905 for all tests. Remove old hp-ux and cygnus xfail cases.
1906
d8679d84
PH
19072004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
1908
1909 * gdb.base/chng-syms.exp: New file.
1910 * gdb.base/chng-syms.c: New file.
1911
0a55bc22
MC
19122004-01-24 Michael Chastain <mec.gnu@mindspring.com>
1913
1914 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
1915 Provide arms for current output in all my configurations.
1916
94b8e876
MC
19172004-01-24 Michael Chastain <mec.gnu@mindspring.com>
1918
1919 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
1920 * lib/compiler.cc: Likewise.
1921 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
1922 get the right preprocessor. Eval the output directly. Remove
1923 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
1924 hp_f77_compiler and hp_f90_compiler completely.
1925 (gdb_preprocess): Delete.
1926 (get_compiler): Delete.
1927
7cf03d44
MK
19282004-01-24 Mark Kettenis <kettenis@gnu.org>
1929
1930 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
1931 <string.h>.
1932
68b6dce9
NR
19332004-01-24 Nick Roberts <nick@nick.uklinux.net>
1934
1935 * gdb.mi/mi-stack.exp: Update copyright.
1936
b368761e
DC
19372004-01-23 David Carlton <carlton@kealia.com>
1938
1939 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
1940 test for cp_lookup_transparent_type.
1941 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
1942 call them.
1943
f2061b53
DJ
19442004-01-23 Daniel Jacobowitz <drow@mvista.com>
1945
1946 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
1947 after -var-update.
1948
37fc574a
DC
19492004-01-23 David Carlton <carlton@kealia.com>
1950
1951 * gdb.cp/namespace.cc (C::ensureRefs): New.
1952 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
1953
8e94b928
NR
19542004-01-20 Nick Roberts <nick@nick.uklinux.net>
1955
1956 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
1957 case "-stack-list-locals 2".
1958 * gdb.mi/mi-var-child.exp: Test for case
1959 "-var-list-children --all-values NAME".
1960
997b0952
MC
19612004-01-18 Michael Chastain <mec.gnu@mindspring.com>
1962
1963 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
1964
52470da3
MK
19652004-01-18 Mark Kettenis <kettenis@gnu.org>
1966
7049b4b8
MK
1967 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
1968 used with gdb_test_multiple.
1969
52470da3
MK
1970 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
1971 read at address 0. This fixes PR testsuite/1504.
1972
da6012e5
DJ
19732004-01-18 Daniel Jacobowitz <drow@mvista.com>
1974
1975 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
1976 Remove downloading, guessing the host executable, the calls to
1977 gdb_file_cmd and gdb_target_cmd, and "load" support.
1978 (infer_host_exec): New function broken out from gdb_load.
1979 (gdb_load): New wrapper for gdbserver_gdb_load.
1980 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
1981 gdb_target_cmd. Use -target-select.
1982 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
1983 Download binaries to the host. Clear last_mi_remote_file when
1984 we load a new binary.
1985 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
1986 call gdbserver_gdb_load and mi_gdb_target_cmd.
1987
32c70722
MC
19882004-01-17 Michael Chastain <mec.gnu@mindspring.com>
1989
1990 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
1991 type patterns.
1992
b0cecf36
MC
19932004-01-17 Michael Chastain <mec.gnu@mindspring.com>
1994
1995 * gdb.cp/templates.exp: Fix typo in test name of
1996 "print Foo<volatile char*>::foo".
1997
4120d7e6
MC
19982004-01-15 Michael Chastain <mec.gnu@mindspring.com>
1999
2000 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
2001
f679e530
BE
20022004-01-16 Ben Elliston <bje@wasabisystems.com>
2003
2004 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
2005 (clean mostlyclean): Remove empty rm.
2006
091c48f6
MC
20072004-01-15 Michael Chastain <mec.gnu@mindspring.com>
2008
2009 * gdb.base/setvar.exp: Add copyright years.
2010
3e5fc8d2
DC
20112004-01-14 David Carlton <carlton@bactrian.org>
2012
2013 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
2014 PR c++/1511 and update coment.
2015 * gdb.cp/templates.exp: Update patterns to match current output.
2016 If changes involve something other than whitespace, KFAIL
2017 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
2018
63d06c5c
DC
20192004-01-14 David Carlton <carlton@kealia.com>
2020
2021 * gdb.cp/namespace.exp: Add tests involving classes defined within
2022 namespaces.
2023 * gdb.cp/namespace.cc (C::CClass): New.
2024 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
2025
a51dab88
EZ
20262004-01-14 Elena Zannoni <ezannoni@redhat.com>
2027
2028 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
2029 what debug info we have. Print a better message if something goes
2030 wrong while producing the separate debug info file.
2031
a476ccc9
MC
20322004-01-14 Michael Chastain <mec.gnu@mindspring.com>
2033
2034 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
2035
f453692c
MC
20362004-01-14 Michael Chastain <mec.gnu@mindspring.com>
2037
2038 * gdb.base/callfuncs.c: Add copyright notice.
2039
f40063a5
MC
20402004-01-13 Michael Chastain <mec.gnu@mindspring.com>
2041
2042 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
2043 inheritance. PR gdb/1498, PR gcc/13539.
2044
19ac3974
EZ
20452004-01-13 Elena Zannoni <ezannoni@redhat.com>
2046
2047 * gdb.threads/gcore-thread.exp: Prefix name of binary with
2048 test specific name.
2049 * gdb.mi/gdb669.exp: Ditto.
2050 * gdb.mi/mi-pthreads.exp: Ditto.
2051 * gdb.mi/mi1-pthreads.exp: Ditto.
2052 * gdb.mi/mi2-pthreads.exp: Ditto.
2053
56c97c6e
MC
20542004-01-12 Michael Chastain <mec.gnu@mindspring.com>
2055
2056 * gdb.cp/member-ptr.cc: Add copyright notice.
2057
a0644324
MC
20582004-01-12 Michael Chastain <mec.gnu@mindspring.com>
2059
2060 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
2061 some patterns for recent versions of gcc and hpacc. Delete
2062 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
2063 Delete tests that access a NULL pointer-to-member-data. This
2064 script is still disabled for gcc.
2065
32fabe09
EZ
20662004-01-12 Elena Zannoni <ezannoni@redhat.com>
2067
2068 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
2069 escaped correctly.
2070
1f8a6abb
EZ
20712004-01-12 Elena Zannoni <ezannoni@redhat.com>
2072
2073 * gdb.base/sepdebug.exp: New file.
2074 * gdb.base/sepdebug.c: New file.
2075 * lib/gdb.exp (separate_debug_filename): New procedure.
2076 (gdb_gnu_strip_debug): New procedure.
2077
48efe704
AC
20782004-01-12 Andrew Cagney <cagney@redhat.com>
2079
2080 * gdb.mi/ChangeLog: Delete file. Renamed to ...
2081 * gdb.mi/ChangeLog-1999-2003: New file.
2082
a9415475
AC
20832004-01-12 Andrew Cagney <cagney@redhat.com>
2084
2085 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
2086 "Renaming a directory to a non-empty directory returns ENOTEMPTY
2087 or EEXIST", treat EBUSY as an XFAIL.
2088
83b8cf9d
MC
20892004-01-11 Michael Chastain <mec.gnu@mindspring.com>
2090
2091 * gdb.base/scope.exp: Remove obsolete setup_xfail for
2092 hp_cc_compiler.
2093
9939d2a8
MC
20942004-01-10 Michael Chastain <mec.gnu@mindspring.com>
2095
2096 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
2097 decorations.
2098
1ff8cadf
MC
20992004-01-10 Michael Chastain <mec.gnu@mindspring.com>
2100
2101 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
2102 and "(aCC)" decorations. Remove obsolete doco about old
2103 test results.
2104
6fa9022e
MC
21052004-01-09 Michael Chastain <mec.gnu@mindspring.com>
2106
2107 * gdb.cp/exception.exp: Fix typo in doco.
2108
209721fe
MK
21092004-01-09 Mark Kettenis <kettenis@gnu.org>
2110
2111 * gdb.base/gdb1476.exp: Fix typo.
2112
ef11303e
MC
21132004-01-09 Michael Chastain <mec.gnu@mindspring.com>
2114
2115 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
2116 file.
2117
041ab88c
MC
21182004-01-09 Michael Chastain <mec.gnu@mindspring.com>
2119
2120 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
2121 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
2122 Use gdb_compile. Remove restriction on gcc. Add some patterns
2123 for recent version of gdb. Delete second half, which was a copy
2124 of the first half with different build flags. This test is
2125 still disabled because it is still not ready for production.
2126
e36d075a
MC
21272004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2128
2129 * gdb.cp/exception.cc: Add copyright notice.
2130 * gdb.cp/exception.exp: Add a notice that this file is broken
2131 because of line number changes caused by addition of copyright
2132 notice.
2133
42b190ad
MC
21342004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2135
2136 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
2137 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
2138
8f25f06b
MC
21392004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2140
2141 * gdb.cp/classes.exp: Accept gnu abi 2.
2142 * gdb.cp/derivation.exp: Likewise.
2143 * gdb.cp/overload.exp: Likewise.
2144 * gdb.cp/virtfunc.exp: Likewise.
2145
06ded8b8
MC
21462004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2147
2148 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
2149 semicolon after end of function.
2150
77c26ae3
MC
21512004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2152
2153 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
2154 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
2155 boilerplate code for compiling and running the program under
2156 test. Add some string method tests.
2157
20757486
MC
21582004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2159
2160 * gdb.cp/bs15503.cc: Add copyright notice.
2161 * gdb.cp/bs15503.exp: Adjust line number.
2162
0fd3b503
MC
21632004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2164
2165 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
2166 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
2167
10d1bea8
MC
21682004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2169
2170 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
2171 hp_cc_compiler.
2172
2789202a
MC
21732004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2174
2175 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
2176 * gdb.cp/ctti.exp: Use the marker instead of "next".
2177 With gcc, run further before bailing.
2178
b862f14c
MC
21792004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2180
2181 * gdb.cp/cttiadd.cc: Add copyright notice.
2182 * gdb.cp/cttiadd1.cc: Likewise.
2183 * gdb.cp/cttiadd2.cc: Likewise.
2184 * gdb.cp/cttiadd3.cc: Likewise.
2185
96da2469
MC
21862004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2187
2188 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
2189 Use gdb_test, gdb_test_multiple. Use floating-point values that
2190 have exact representations in IEEE-ish formats.
2191
053248ff
MC
21922004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2193
2194 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
2195 compilers. Delete duplicate call to get_compiler_info.
2196 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
2197 * gdb.base/volatile.exp: Likewise.
2198
84acecdd
MK
21992004-01-07 Mark Kettenis <kettenis@gnu.org>
2200
2201 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
2202 memory at address 0.
2203
fe11a27f
MC
22042004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2205
2206 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
2207 to test for hp-ux assembler. Fix copyright years.
2208
60ad077b
AC
22092004-01-07 Andrew Cagney <cagney@redhat.com>
2210
2211 * gdb.base/fileio.c (strerrno): Add "EBUSY".
2212
1c9b8f33
AC
22132004-01-07 Andrew Cagney <cagney@redhat.com>
2214
2215 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
2216 when creating the read-only file. From analysis by Roland McGrath
2217 and Elena Zannoni.
2218
753ccc7a
MC
22192004-01-06 Michael Chastain <mec.gnu@mindspring.com>
2220
2221 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
2222
eca3e36b
MC
22232004-01-06 Michael Chastain <mec.gnu@mindspring.com>
2224
2225 * gdb.base/cvexpr.c: Be type-safe with function pointers and
2226 data pointers.
2227
f8d4bac4
MC
22282004-01-06 Michael Chastain <mec.gnu@mindspring.com>
2229
2230 * gdb.cp/m-static.exp: Compile one source file at a time.
2231 Delete unused call to get_compiler_info.
2232
9b4e0f94
MC
22332004-01-06 Michael Chastain <mec.gnu@mindspring.com>
2234
2235 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
2236 * gdb.base/call-rt-st.exp: Likewise.
2237 * gdb.base/nodebug.exp: Likewise.
2238 * gdb.base/volatile.exp: Likewise.
2239 * gdb.cp/ref-types.exp: Likewise.
2240 * gdb.cp/templates.exp: Likewise.
2241
023c1024
MK
22422004-01-05 Mark Kettenis <kettenis@gnu.org>
2243
2244 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
2245
19703c4a
MC
22462004-01-05 Michael Chastain <mec.gnu@mindspring.com>
2247
2248 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
2249 hppa*-hp-hpux*.
2250
18b67037
MK
22512004-01-04 Mark Kettenis <kettenis@gnu.org>
2252
ba6219c8
MK
2253 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
2254 x86_64-*-*.
2255
18b67037
MK
2256 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
2257 sparc64-*-* and sparc*-solaris2*.
2258
1bfbbb9d
MK
22592004-01-04 Mark Kettenis <kettenis@gnu.org>
2260
2261 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
2262 return ${tests}" test. The ${tests} already mentions the
2263 filename.
2264
06846494
MC
22652004-01-02 Michael Chastain <mec.gnu@mindspring.com>
2266
2267 * gdb.cp/local.exp: Accept gcc abi 2.
2268
3b0cb202
MC
22692004-01-02 Michael Chastain <mec.gnu@mindspring.com>
2270
2271 * gdb.cp/templates.exp: Accept gcc abi 2.
2272
0643ec3f
MC
22732004-01-02 Michael Chastain <mec.gnu@mindspring.com>
2274
2275 * lib/compiler.cc: Remove supports_template_debugging.
2276 * gdb.cp/templates.exp: Do not test supports_template_debugging.
2277
d231d0b1
MC
22782004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2279
2280 * gdb.cp/namespace.exp: Accept gcc abi 2.
2281
44ffb27c
MC
22822004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2283
2284 * gdb.cp/method.exp: Accept gcc abi 2.
2285
184ad485
MC
22862004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2287
2288 * gdb.cp/classes.exp: Generate identical results as old version.
2289 * gdb.cp/derivation.exp: Likewise.
2290 * gdb.cp/overload.exp: Likewise.
2291 * gdb.cp/virtfunc.exp: Likewise.
2292
116f09e7
MC
22932004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2294
2295 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
2296 mysterious bug with sourceware version of expect.
2297
b1379776
MC
22982004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2299
2300 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
2301 current versions of gcc, including gcc abi 2. Remove gratuitous
2302 restart of test program. Use gdb_test_multiple and gdb_test for
2303 all tests. Add patterns to xfail missing "const" in "const char *"
2304 and kfail PR gdb/1155.
2305
6b7a4c0e
MC
23062004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2307
2308 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
2309 current versions of gcc, including gcc abi 2. Remove gratuitous
2310 restart of test program. Use gdb_test_multiple and gdb_test for
2311 all tests. Add patterns to kfail PR gdb/1498.
2312
51615d72
MC
23132003-12-31 Michael Chastain <mec.gnu@mindspring.com>
2314
2315 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
2316 current versions of gcc, including gcc abi 2. Use "breakpoint"
2317 and "continue" instead of restarting the target program. Use
2318 gdb_test_multiple and gdb_test for all tests.
2319
7b79a9d7
MK
23202004-01-01 Mark Kettenis <kettenis@gnu.org>
2321
2322 * gdb.asm/asm-source.exp: Update copyright year. Link statically
2323 for *-*-solaris2*.
2324
1cd3489f
MC
23252003-12-31 Michael Chastain <mec.gnu@mindspring.com>
2326
2327 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
2328 current versions of gcc, including gcc abi 2. Use "breakpoint"
2329 and "continue" instead of restarting the target program several
2330 times. Use gdb_test_multiple and gdb_test for all tests.
2331
850742db
MC
23322003-12-18 Michael Chastain <mec.gnu@mindspring.com>
2333
2334 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
2335 source files.
2336
eb4bbda8
MC
23372003-12-16 Michael Chastain <mec.gnu@mindspring.com>
2338
2339 * gdb.base/environ.exp: Handle compiling test case from multiple
2340 source files.
2341
e42c7771
MC
23422003-12-16 Michael Chastain <mec.gnu@mindspring.com>
2343
2344 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
2345
80e4b428
JB
23462003-12-17 Jim Blandy <jimb@redhat.com>
2347
5f06973a
JB
2348 * gdb.base/freebpcmd.c: Add copyright notice.
2349
80e4b428
JB
2350 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
2351
0ab84fb7
MC
23522003-12-16 Michael Chastain <mec.gnu@mindspring.com>
2353
2354 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
2355
1b3bb3d0
JB
23562003-12-13 Jim Blandy <jimb@redhat.com>
2357
2358 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
2359
3a4c9371
KB
23602003-12-12 Kevin Buettner <kevinb@redhat.com>
2361
2362 * gdb.asm/frv.inc: New file.
2363 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
2364
a1dea79a
FF
23652003-12-09 Fred Fish <fnf@redhat.com>
2366
2367 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
2368 functions to break1.c and leave prototypes behind. Add more
2369 "set breakpoint NN here" comments.
2370 * gdb.base/break1.c: New file.
2371
2372 * gdb.base/break.exp: Handle compiling test case from multiple
2373 source files and change source file references as needed.
2374 * gdb.base/completion.exp: Ditto.
2375 * gdb.base/condbreak.exp: Ditto.
2376 * gdb.base/define.exp: Ditto.
2377 * gdb.base/ena-dis-br.exp: Ditto.
2378 * gdb.base/info-proc.exp: Ditto.
2379 * gdb.base/maint.exp: Ditto.
2380 * gdb.base/until.exp: Ditto.
2381
2382 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
2383 hardcoded line numbers.
2384 * gdb.base/define.exp: Ditto.
2385 * gdb.base/ena-dis-br.exp: Ditto.
2386 * gdb.base/maint.exp: Ditto.
2387 * gdb.base/until.exp: Ditto.
2388
2389 * gdb.base/completion.exp: Use "break1" for completion tests since
2390 "break" is no longer a unique prefix.
2391
5266b69c
AC
23922003-12-06 Andrew Cagney <cagney@redhat.com>
2393
2394 * gdb.base/structs.exp (test_struct_returns): When applicable, set
2395 "return_value_unimplemented". When an unimplemented struct return
2396 architecture, report incorrect values as a KFAIL
2397
374451f0
MC
23982003-12-05 Michael Chastain <mec.gnu@mindspring.com>
2399
2400 * gdb.cp/rtti.exp: Accept new wording of warning from
2401 cp_lookup_rtti_type.
2402
ba9b20a7
MC
24032003-12-05 Michael Chastain <mec.gnu@mindspring.com>
2404
2405 Partial fix for PR testsuite/1456.
2406 * gdb.base/scope.exp (test_at_main): Replace references to
2407 gcc_compiled with calls to test_compiler_info.
2408 (test_at_foo): Likewise.
2409 (test_at_bar): Likewise.
2410
b74b6d0b
MC
24112003-12-04 Michael Chastain <mec.gnu@mindspring.com>
2412
2413 Partial fix for PR testsuite/1456.
2414 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
2415 to test_compiler_info.
2416
ccfa3402
MC
24172003-12-03 Michael Chastain <mec.gnu@mindspring.com>
2418
2419 * gdb.base/so-impl-ld.exp: Update copyright notice.
2420
f6246aba
MC
24212003-12-02 Michael Chastain <mec.gnu@mindspring.com>
2422
2423 Partial fix for PR testsuite/1456.
2424 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
2425 to test_compiler_info.
2426
13ae734a
MC
24272003-11-28 Michael Chastain <mec.gnu@mindspring.com>
2428
2429 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
2430 from current versions of gdb. Clean up regular expressions.
2431 Delete redundant timeout case.
2432
d8e1cdee
MC
24332003-11-28 Michael Chastain <mec.gnu@mindspring.com>
2434
2435 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
2436 from current versions of gdb. Clean up regular expressions.
2437 Delete redundant timeout case.
2438
96457b64
MC
24392003-12-01 Michael Chastain <mec.gnu@mindspring.com>
2440
2441 Partial fix for PR testsuite/1456.
2442 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
2443 gcc_compiled with call to test_compiler_info.
2444
f35309fc
MC
24452003-11-30 Michael Chastain <mec.gnu@mindspring.com>
2446
2447 Partial fix for PR testsuite/1456.
2448 * gdb.base/list.exp (test_list_function): Delete unused declaration
2449 of gcc_compiled.
2450
d7afdf9b
MC
24512003-11-29 Michael Chastain <mec.gnu@mindspring.com>
2452
2453 Partial fix for PR testsuite/1456.
2454 * gdb.base/complex.exp: Replace reference to gcc_compiled with
2455 call to test_compiler_info.
2456
71507b56
MK
24572003-11-29 Mark Kettenis <kettenis@gnu.org>
2458
2459 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
2460 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
2461 it to create the appropriate note.inc.
2462 * gdb.asm/asmsrc1.s: Include "note.inc".
2463 * gdb.asm/netbsd.inc: New file.
2464 * gdb.asm/empty.inc: New file.
2465
f81f93f7
MC
24662003-11-28 Michael Chastain <mec.gnu@mindspring.com>
2467
2468 Partial fix for PR testsuite/1456.
2469 * gdb.base/constvars.exp: Replace references to gcc_compiled with
2470 calls to test_compiler_info.
2471
9a77938e
MC
24722003-11-27 Michael Chastain <mec.gnu@mindspring.com>
2473
2474 Partial fix for PR testsuite/1456.
2475 * gdb.base/volatile.exp: Replace references to gcc_compiled with
2476 calls to test_compiler_info.
2477
e8367dc7
MK
24782003-11-27 Mark Kettenis <kettenis@gnu.org>
2479
2480 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
2481 pattern for the KFAILs.
2482
526c61ee
AF
24832003-11-25 Adam Fedor <fedor@gnu.org>
2484
2485 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
2486 * gdb.objc/objcdecode.m: New file.
2487
28f2d600
AF
24882003-11-25 Adam Fedor <fedor@gnu.org>
2489
2490 * gdb.objc/nondebug.exp: Test for PR objc/1236.
2491 * gdb.objc/nondebug.m: New file.
2492
a3895cee
BE
24932003-11-26 Ben Elliston <bje@wasabisystems.com>
2494
2495 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
2496 NetBSD as it does on FreeBSD. Modelled on a similar change by
2497 Mark Kettenis on 2003-05-30.
2498 (link-flags): Set to "--entry _start" regardless of target.
2499 Special linker flags are to be appended to $link-flags.
2500 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
2501
c9f2c8a3
MC
25022003-11-25 Michael Chastain <mec.gnu@mindspring.com>
2503
2504 * gdb.cp/method.exp: Accept output of new demangler.
2505
15a0587a 25062003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
2507
2508 * gdb/class2.exp: New file.
2509 * gdb/class2.cc: New file.
2510
3c00b570
MC
25112003-11-25 Michael Chastain <mec.gnu@mindspring.com>
2512
2513 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
2514 of new demangler.
2515
7027acc7
MK
25162003-11-23 Mark Kettenis <kettenis@gnu.org>
2517
2518 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
2519 of gdb_test "run".
2520
b0e1598a
MK
25212003-11-23 Mark Kettenis <kettenis@gnu.org>
2522
2523 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
2524 "continue" into "run".
2525
4d9eda44
MC
25262003-11-23 Michael Chastain <mec.gnu@mindspring.com>
2527
2528 Partial fix for PR testsuite/1456.
2529 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
2530 call to test_compiler_info.
2531 * gdb.cp/ctti.exp: Likewise.
2532 * gdb.cp/derivation.exp: Likewise.
2533 * gdb.cp/member-ptr.exp: Likewise.
2534 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
2535 reference to gcc_compiled.
2536
25372003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
2538
2539 Fix PR testsuite/1463.
2540 * gdb.base/structs.exp (start_structs_test): Call
2541 get_debug_format before using the debug format.
2542
d422fe19
AC
25432003-11-22 Andrew Cagney <cagney@redhat.com>
2544
2545 * lib/gdb.exp (gdb_test_multiple): Add simple example.
2546 * gdb.base/structs.exp: Use gdb_test_multiple.
2547
039cf96d
AC
25482003-11-20 Andrew Cagney <cagney@redhat.com>
2549
6882279b
AC
2550 * gdb.base/structs.exp: Handle and recover from internal errors.
2551 Replace "foo${n}" with "foo<n>" in test messages.
2552
e53890ae
AC
2553 * gdb.base/structs.exp: Update copyright. Rewrite.
2554 * gdb.base/structs.c: Update copyright. Rewrite.
2555
2b211c59
AC
2556 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
2557 resync count exceeded.
d63a86f8 2558
039cf96d
AC
2559 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
2560 from the internal error.
2561 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
2562 Original from Jim Blandy.
2563 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 2564
eac98b22
AC
25652003-11-19 Andrew Cagney <cagney@redhat.com>
2566
2567 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
2568 KFAIL.
2569
67455b2a
MK
25702003-11-17 Mark Kettenis <kettenis@gnu.org>
2571
2572 New testcase for PR backtrace/1435.
2573 * gdb.arch/i386-unwind.exp: New file.
2574 * gdb.arch/i386-unwind.c: New file.
2575
853d6e5b
AC
25762003-11-17 Andrew Cagney <cagney@redhat.com>
2577
2578 * lib/gdb.exp (compiler_info): New global.
2579 (test_compiler_info): New function.
2580 (get_compiler_info): Set compiler_info.
2581 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
2582 "compiler_info" to gcc-<major>-<minor>.
2583
38cf6e11
MC
25842003-11-15 Michael Chastain <mec.gnu@mindspring.com>
2585
2586 * gdb.trace/configure: Remove.
2587
a50d3602
EZ
25882003-11-13 Elena Zannoni <ezannoni@redhat.com>
2589
2590 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 2591 breakpoints.
a50d3602
EZ
2592 * gdb.base/break.exp: Remove all references to explicit line
2593 numbers.
2594
d9407aaa
NC
25952003-11-11 Nick Clifton <nickc@redhat.com>
2596
2597 * gdb.base/shreloc.exp: Do not run for targets which do not
2598 support shared objects.
2599
db488fc1
CV
26002003-11-10 Corinna Vinschen <vinschen@redhat.com>
2601
2602 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
2603 Don't run tests if nofileio flag is given.
2604
6a90a18e
EZ
26052003-11-07 Elena Zannoni <ezannoni@redhat.com>
2606
2607 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
2608 as well as 'Watchpoint'.
2609
0b915e9c
EZ
26102003-11-06 Elena Zannoni <ezannoni@redhat.com>
2611
2612 Reported by Jim Ingham <jingham@apple.com>:
2613 * gdb.base/annota1.exp: Match at least one occurrence of the
2614 signal handler annotation.
2615
d7e4b55f
EZ
26162003-11-06 Elena Zannoni <ezannoni@redhat.com>
2617
2618 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
2619 as well as 'Watchpoint'.
2620
2fe4e8d0
MC
26212003-11-05 Michael Chastain <mec@shout.net>
2622
2623 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
2624
6ef88553
KW
26252003-11-03 Kris Warkentin <kewarken@qnx.com>
2626
2627 * gdb.arch/gdb1291.c: New test file.
2628 * gdb.arch/gdb1291.exp: New test script.
2629 * gdb.arch/gdb1431.c: New test file.
2630 * gdb.arch/gdb1431.exp: New test script.
2631
ae7dc4d8
MC
26322003-10-22 Michael Chastain <mec@shout.net>
2633
2634 * gdb.mi/pthreads.c: Add copyright notice.
2635
c39d7427
MC
26362003-10-22 Michael Chastain <mec@shout.net>
2637
2638 * gdb.threads/pthreads.c: Add copyright notice.
2639
8b7d96c1
MC
26402003-10-20 Michael Chastain <mec@shout.net>
2641
2642 * gdb.base/gdb1056.exp: New test script.
2643
d1d69fdd
DJ
26442003-10-13 Daniel Jacobowitz <drow@mvista.com>
2645
2646 * gdb.threads/killed.exp: Use gdb_run_cmd.
2647
7d605576
DJ
26482003-10-13 Daniel Jacobowitz <drow@mvista.com>
2649
2650 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
2651 create a core file.
2652 * gdb.threads/gcore-thread.exp: Likewise.
2653
618ec112
CV
26542003-10-13 Corinna Vinschen <vinschen@redhat.com>
2655
2656 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
2657 type, based on char type.
2658 (struct bit_flags_short_t): New bitfield type, based on short type.
2659 (init_bit_flags_char): New fuction.
2660 (init_bit_flags_short): Ditto.
2661 (print_bit_flags_char): Ditto.
2662 (print_bit_flags_short): Ditto.
2663 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
2664
9367a73c
MC
26652003-10-11 Michael Chastain <mec@shout.net>
2666
2667 * gdb.base/call-rt-st.exp: Update copyright year.
2668
1decf120
KI
26692003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
2670
2671 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
2672 * gdb.disasm/sh3.s: Ditto.
2673
5445b2ae
DJ
26742003-10-07 Daniel Jacobowitz <drow@mvista.com>
2675
2676 * gdb.threads/switch-threads.exp: New test.
2677 * gdb.threads/switch-threads.c: New source file.
2678
aec24853
CV
26792003-10-07 Corinna Vinschen <vinschen@redhat.com>
2680
2681 * gdb.base/ending-run.exp: Add sh specific case.
2682
adc7428d
AC
26832003-10-06 Andrew Cagney <cagney@redhat.com>
2684
2685 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
2686 * gdb.disasm/mn10200.exp: Delete obsolete file.
2687
c9d37158
DJ
26882003-09-29 Daniel Jacobowitz <drow@mvista.com>
2689
2690 * ChangeLog: Correct an entry command.exp -> commands.exp.
2691 * gdb.base/commands.exp (bp_deleted_in_command_test)
2692 (temporary_breakpoint_commands): Check noargs.
2693
79c2c32d
DC
26942003-09-25 David Carlton <carlton@kealia.com>
2695
2696 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
2697 of some print tests, where appropriate. Add tests for C::D::cd,
2698 E::ce, F::cXfX, G::XgX.
2699 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
2700
594e6d67
RE
27012003-09-25 Richard Earnshaw <rearnsha@arm.com>
2702
2703 * lib/java.exp (java_init): Import target_alias before using it.
2704
10f0d451
DC
27052003-09-25 David Carlton <carlton@kealia.com>
2706
2707 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
2708
274bcba0
EZ
27092003-09-23 Elena Zannoni <ezannoni@redhat.com>
2710
d63a86f8 2711 * gdb.base/selftest.exp: Accomodate more instruction reordering
274bcba0
EZ
2712 weirdness.
2713
cdbf20f7
MC
27142003-09-17 Michael Chastain <mec@shout.net>
2715
2716 * gdb.cp/gdb1355.exp: New file.
2717 * gdb.cp/gdb1355.c: New file.
2718
71e06f80
CV
27192003-09-15 Corinna Vinschen <vinschen@redhat.com>
2720
2721 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
2722 * gdb.asm/sh.inc: New file.
2723
5c4e30ca
DC
27242003-09-11 David Carlton <carlton@kealia.com>
2725
bd45b7af
DC
2726 * gdb.cp/namespace.exp: Add tests for namespace types.
2727 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
2728 (test_namespace): New.
2729
1c199746
EZ
27302003-09-11 Elena Zannoni <ezannoni@redhat.com>
2731
2732 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 2733 * gdb.stabs/weird.exp: Ditto.
1c199746 2734
04ed252f
MC
27352003-09-08 Michael Chastain <mec@shout.net>
2736
2737 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
2738
d8a2d9e7
MC
27392003-09-07 Michael Chastain <mec@shout.net>
2740
2741 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
2742 'parse error'.
2743
161afb24
MK
27442003-09-07 Mark Kettenis <m.kettenis@osp.nl>
2745
2746 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
2747
49f2741a
MC
27482003-08-30 Michael Chastain <mec@shout.net>
2749
2750 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
2751 * gdb.gdb/observer.exp: Ditto.
2752 * gdb.gdb/xfullpath.exp: Ditto.
2753
8afa723e
MK
27542003-08-29 Mark Kettenis <kettenis@gnu.org>
2755
2756 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
2757 *-*-*bsd*.
2758
f31dfe3b
JJ
27592003-08-28 Jeff Johnston <jjohnstn@redhat.com>
2760
2761 * gdb.base/dump.exp: Skip for ia64.
2762
4630e498
JJ
27632003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2764
2765 * gdb.asm/asm-source.exp: Add ia64 support.
2766 * gdb.asm/ia64.inc: New file.
2767
1105b7ef
MC
27682003-08-22 Michael Chastain <mec@shout.net>
2769
2770 * gdb.cp: New directory.
2771 * gdb.cp/*: Copy from gdb.c++/*.
2772 * gdb.c++/*: Remove.
2773 * Makefile.in: Change gdb.c++ to gdb.cp.
2774 * configure.in: Ditto.
2775 * configure: Regnerate.
2776
c945b932
MK
27772003-08-18 Mark Kettenis <kettenis@gnu.org>
2778
2779 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
2780 * gdb.arch/i386-prologue.c (gdb1338): Add function.
2781
2b66634b
DJ
27822003-08-17 Daniel Jacobowitz <drow@mvista.com>
2783
2784 * mi-var-display.exp (-var-list-children weird): Accept function
2785 pointers with argument types.
2786 * mi1-var-display.exp (-var-list-children weird): Likewise.
2787 * mi2-var-display.exp (-var-list-children weird): Likewise.
2788
a356f73b
DJ
27892003-08-17 Daniel Jacobowitz <drow@mvista.com>
2790
2791 * gdb.base/annota3.exp: Add missing newline.
2792
483417b8
MC
27932003-08-06 Michael Chastain <mec@shout.net>
2794
2795 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
2796
c99c59c3
MS
27972003-08-12 Michael Snyder <msnyder@redhat.com>
2798
2799 * gdb.base/float.exp: Add test for SH.
2800
55ed7501
MK
28012003-08-10 Mark Kettenis <kettenis@gnu.org>
2802
2803 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
2804
1a371f2e
EZ
28052003-08-07 Elena Zannoni <ezannoni@redhat.com>
2806
2807 * gdb.base/completion.exp: Remove reduntant completion test
2808 on filename.
2809
e0f353ce
EZ
28102003-08-07 Elena Zannoni <ezannoni@redhat.com>
2811
2812 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
2813 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
2814 gdb.trace/save-trace.exp: Make sure that full pathnames are
2815 escaped correctly.
2816
5710a1af 28172003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 2818
5710a1af
EZ
2819 * configure.in: Don't generate config.h from config.hin.
2820 * configure: Regenerate.
2821 * config.hin: Remove file.
2822 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
2823 * gdb.threads/pthreads.c: Ditto.
2824
dcd81ce9
DJ
28252003-08-07 Daniel Jacobowitz <drow@mvista.com>
2826
2827 From Kei Sakamoto <sakamoto.kei@renesas.com>:
2828 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
2829 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
2830 Replace ld24 with seth/add3.
2831
6009d884
AC
28322003-08-02 Andrew Cagney <cagney@redhat.com>
2833
2834 * gdb.base/annota3.exp: New file.
2835 * gdb.base/annota3.c: New file.
2836 * gdb.c++/annota3.exp: New file.
2837 * gdb.c++/annota3.cc: New file.
2838
51514e06
MC
28392003-07-29 Michael Chastain <mec@shout.net>
2840
2841 * gdb.threads/tls.c (spin): Check errno only if sem_wait
2842 actually failed.
2843 (do_pass): Likewise.
2844 * gdb.threads/tls.exp: Always initialize no_of_threads.
2845
4ee6625b
DJ
28462003-07-27 Daniel Jacobowitz <drow@mvista.com>
2847
2848 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
2849 pattern.
2850 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
2851 * gdb.threads/tls.exp: Recognize one case of the host library not
2852 supporting TLS.
2853
225f2bf6
AC
28542003-07-27 Andrew Cagney <cagney@redhat.com>
2855
2856 * gdb.base/fileio.exp: Use SH when running commands using
2857 remote_exec.
2858
bcb27c9f
DJ
28592003-07-24 Daniel Jacobowitz <drow@mvista.com>
2860
2861 From Kei Sakamoto <sakamoto.kei@renesas.com>:
2862 * gdb.base/relocate.c (dummy): New padding array.
2863
3d67be83
MS
28642003-07-22 Michael Snyder <msnyder@redhat.com>
2865
d63a86f8 2866 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
2867
2868 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
2869 patterns to be more general, accepting old and new output.
2870 Some output chars (such as '+') also must be quoted.
d63a86f8 2871 Some addresses are displayed numerically instead of
3d67be83
MS
2872 symbolically.
2873
57ba3b85
MS
28742003-07-23 Michael Snyder <msnyder@redhat.com>
2875
686d097c
MS
2876 * gdb.base/return2.exp: Don't test long-long return.
2877
57ba3b85
MS
2878 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
2879 * gdb.disasm/t01_mov.exp: Ditto.
2880 * gdb.disasm/t02_mova.s: Ditto.
2881 * gdb.disasm/t02_mova.exp: Ditto.
2882 * gdb.disasm/t03_add.s: Ditto.
2883 * gdb.disasm/t03_add.exp: Ditto.
2884 * gdb.disasm/t04_sub.s: Ditto.
2885 * gdb.disasm/t04_sub.exp: Ditto.
2886 * gdb.disasm/t05_cmp.s: Ditto.
2887 * gdb.disasm/t05_cmp.exp: Ditto.
2888 * gdb.disasm/t06_ari2.s: Ditto.
2889 * gdb.disasm/t06_ari2.exp: Ditto.
2890 * gdb.disasm/t07_ari3.s: Ditto.
2891 * gdb.disasm/t07_ari3.exp: Ditto.
2892 * gdb.disasm/t08_or.s: Ditto.
2893 * gdb.disasm/t08_or.exp: Ditto.
2894 * gdb.disasm/t09_xor.s: Ditto.
2895 * gdb.disasm/t09_xor.exp: Ditto.
2896 * gdb.disasm/t10_and.s: Ditto.
2897 * gdb.disasm/t10_and.exp: Ditto.
2898 * gdb.disasm/t11_logs.s: Ditto.
2899 * gdb.disasm/t11_logs.exp: Ditto.
2900 * gdb.disasm/t12_bit.s: Ditto.
2901 * gdb.disasm/t12_bit.exp: Ditto.
2902 * gdb.disasm/t13_otr.s: Ditto.
2903 * gdb.disasm/t13_otr.exp: Ditto.
2904
e00759ef
EZ
29052003-07-22 Elena Zannoni <ezannoni@redhat.com>
2906
2907 * gdb.threads/tls.exp :Add kfail for 'info address' case.
2908
8bc2021f
EZ
29092003-07-22 Elena Zannoni <ezannoni@redhat.com>
2910
2911 * gdb.threads/tls.c : New file.
2912 * gdb.threads/tls.exp : New file.
2913 * gdb.threads/tls-main.c : New file.
2914 * gdb.threads/tls-shared.c : New file.
2915 * gdb.threads/tls-shared.exp : New file.
2916
89320c4c
AS
29172003-07-22 Andreas Schwab <schwab@suse.de>
2918
2919 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
2920
180dea7c
AS
29212003-07-20 Andreas Schwab <schwab@suse.de>
2922
2923 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
2924 due to insn reordering.
2925
0714963c
AC
29262003-07-15 Andrew Cagney <cagney@redhat.com>
2927
2928 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
2929
98a23b3f
MC
29302003-07-15 Michael Chastain <mec@shout.net>
2931
2932 * gdb.base/gdb1250.exp: New file.
2933 * gdb.base/gdb1250.c: New file.
2934
27e417a2
ML
29352003-07-09 Michal Ludvig <mludvig@suse.cz>
2936
2937 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
2938 expansion of size_t to 'unsigned long', not only to 'unsigned'.
2939
8bc2021f
EZ
29402003-07-09 Elena Zannoni <ezannoni@redhat.com>
2941
2942 * gdb.threads/tls.c: New file.
2943 * gdb.threads/tls.exp: New file.
2944 * gdb.threads/tls-main.c: New file.
2945 * gdb.threads/tls-shared.c: New file.
2946 * gdb.threads/tls-shared.exp: New file.
2947
d99968dc
EZ
29482003-07-09 Elena Zannoni <ezannoni@redhat.com>
2949
2950 * gdb.base/annota1.exp: Make sure that we properly escape the
2951 full path of the source file. Xfail more permissive patterns,
d63a86f8 2952 due to a compiler debug info problem.
d99968dc 2953
83876b3b
AS
29542003-07-07 Andreas Schwab <schwab@suse.de>
2955
2705e972
AS
2956 * gdb.asm/m68k.inc: New file.
2957 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
2958
83876b3b
AS
2959 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
2960 arguments"): Also match negative number.
2961
2962 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
2963
3a871b37
DJ
29642003-07-03 Daniel Jacobowitz <drow@mvista.com>
2965
2966 * gdb.base/store.c (charest): New typedef.
2967 (add_char): Rename to add_charest, update.
2968 (wack_char): Rename to wack_charest, update types. Return l + r
2969 to keep r live across the call.
2970 (wack_short, wack_int, wack_long, wack_longest, wack_float)
2971 (wack_double, wack_doublest): Return l + r to keep r live across
2972 the call.
2973 * gdb.base/store.exp: Accomodate store.c changes.
2974
b2a7f303
DC
29752003-06-30 David Carlton <carlton@kealia.com>
2976
2977 * gdb.c++/maint.exp (test_invalid_name): New.
2978 (test_first_component): Add tests for invalid names.
2979
3c6cb4a1
MC
29802003-06-29 Michael Chastain <mec@shout.net>
2981
2982 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
2983 output of '<VTT for class>' for virtual base classes.
2984
f1c2644b
DJ
29852003-06-29 Daniel Jacobowitz <drow@mvista.com>
2986
2987 * gdb.base/completion.exp: Tab-complete "complet" instead of
2988 "compl".
2989 * gdb.base/complex.exp, gdb.base/complex.c: New files.
2990
18080350
DJ
29912003-06-29 Daniel Jacobowitz <drow@mvista.com>
2992
2993 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
2994 * gdb.base/volatile.exp: Likewise.
2995
f56973f8
DJ
29962003-06-29 Daniel Jacobowitz <drow@mvista.com>
2997
2998 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
2999 gdb/1265.
3000
30012003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
3002 Daniel Jacobowitz <drow@mvista.com>
3003
3004 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
3005 initial line count of 'captured_main' from 26 to 32.
3006 (test_with_self): Allow xmalloc call to be interleaved with the
3007 preceding two lines.
3008
e766d4d6
JB
30092003-06-24 Joel Brobecker <brobecker@gnat.com>
3010
3011 * gdb.base/bang.exp: New testcase.
3012
f125c9a4
JB
30132003-06-23 Joel Brobecker <brobecker@gnat.com>
3014
3015 * gdb.base/langs.exp: Add some tests for the "minimal" language
3016 support.
3017
6e25beaf
EZ
30182003-06-23 Elena Zannoni <ezannoni@redhat.com>
3019
3020 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
3021 the testcase.
3022
2f816dda
DJ
30232003-06-22 Daniel Jacobowitz <drow@mvista.com>
3024
3025 * gdb.base/relocate.exp: Test add-symbol-file with a variable
3026 offset.
3027
db5a5748
DJ
30282003-06-22 Daniel Jacobowitz <drow@mvista.com>
3029
3030 * gdb.c++/pr-1210.cc: New file.
3031 * gdb.c++/pr-1210.exp: New file.
3032
1df0c130
DJ
30332003-06-21 Daniel Jacobowitz <drow@mvista.com>
3034
3035 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
3036 000-exec-continue.
3037
a92feac0
MK
30382003-06-15 Mark Kettenis <kettenis@gnu.org>
3039
3040 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
3041 on *-*-*bsd* instead of *-*-freebsd*.
3042
81a58f5b
AC
30432003-06-14 Andrew Cagney <cagney@redhat.com>
3044
3045 * gdb.base/store.exp: Test longest and doublest. Test all
3046 parameters. Weaken return statement match.
3047 * gdb.base/store.c: Add longest and doublest - aka long long and
3048 long double functions. Put all parameters into local register
3049 variables. Use negative values.
3050
b257a0d3
AC
30512003-06-14 Andrew Cagney <cagney@redhat.com>
3052
3053 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
3054 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
3055 exit status.
3056 * gdb.base/fileio.exp: Disable target when nointerrupts and
3057 noinferiorio, instead of limiting it to remote. Use remote_exec
3058 instead of system.
d63a86f8 3059
21c38304
JJ
30602003-06-12 Jeff Johnston <jjohnstn@redhat.com>
3061
3062 * gdb.base/float.exp: Add ia64 support.
3063
1bcdb424
CV
30642003-06-12 Corinna Vinschen <vinschen@redhat.com>
3065
3066 * gdb.base/fileio.exp: Run only on remote targets.
3067
6aeb981f
CV
30682003-06-10 Corinna Vinschen <vinschen@redhat.com>
3069
3070 * gdb.base/fileio.c: New file, testing File-I/O.
3071 * gdb.base/fileio.exp: Ditto.
3072
53df362e
RG
30732003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
3074
3075 * gdb.base/shreloc.exp: New file, check symbol values obtained from
3076 shared objects after relocation at load time (gdb PR/1132).
3077 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
3078 as above, part of the shared object relocation test.
3079
ffee1b46
MK
30802003-06-08 Mark Kettenis <kettenis@gnu.org>
3081
b5ca3722
MK
3082 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
3083 fully filled history list.
3084 * gdb.base/gdb_history: New file.
3085
03ed860d
MK
3086 * gdb.base/signals.exp: XFAIL "continue to func1" on
3087 i*86-*-freebsd*.
3088
ffee1b46
MK
3089 * gdb.base/attach.exp: When trying to attach to a nonexistent
3090 process, make it possible to specify the PID based on the target,
3091 and do so for *-*-freebsd*.
3092
d80dbb52
RH
30932003-06-02 Richard Henderson <rth@redhat.com>
3094
3095 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
3096
6dd77b81
RH
30972003-06-02 Richard Henderson <rth@redhat.com>
3098
3099 * gdb.base/selftest.exp: Next over lim_at_start initialization.
3100
f6347e16
RH
31012003-06-02 Richard Henderson <rth@redhat.com>
3102
3103 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
3104
2c161407
DJ
31052003-06-01 Daniel Jacobowitz <drow@mvista.com>
3106
3107 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
3108 of globalvar.
3109
572eb746
MK
31102003-06-01 Mark Kettenis <kettenis@gnu.org>
3111
3112 * gdb.asm/asm-source.exp: Check for memory read errors in
3113 disassembler test on *BSD too.
3114
9e9617a5
RH
31152003-06-01 Richard Henderson <rth@redhat.com>
3116
3117 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
3118 for .frame.
3119 (gdbasm_call): Lose ldgp.
3120 (gdbasm_startup): Add frame information.
3121 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
3122
7b34ad4e
MK
31232003-05-31 Mark Kettenis <kettenis@gnu.org>
3124
3125 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
3126 i?86-*-*.
3127
10059fdf
MK
31282003-05-30 Mark Kettenis <kettenis@gnu.org>
3129
3130 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
3131 FreeBSD.
3132
acf4b816
RH
31332003-05-29 Richard Henderson <rth@redhat.com>
3134
3135 * gdb.asm/alpha.inc: New file.
3136 * gdb.asm/asm-source.exp: Use it.
3137
e9ecd949
JB
31382003-05-29 Jim Blandy <jimb@redhat.com>
3139
3140 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
3141 'core.PID'.
3142
e3e5a4f3
JB
31432003-05-22 Jim Blandy <jimb@redhat.com>
3144
3145 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
3146 backtrace.
d63a86f8 3147
72fe3d25
DC
31482003-05-20 David Carlton <carlton@math.stanford.edu>
3149
3150 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
3151 this time.
3152
58da2eb2
DC
31532003-05-19 David Carlton <carlton@bactrian.org>
3154
3155 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
3156 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
3157
1fcb5155
DC
31582003-05-19 David Carlton <carlton@bactrian.org>
3159
3160 * gdb.c++/namespace.exp: Add namespace scope and anonymous
3161 namespace tests.
3162 Bump copyright date.
3163 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
3164 (main): Call C::D::marker2.
3165 * gdb.c++/namespace1.cc: New file.
3166
85e85163
JJ
31672003-05-14 Jeff Johnston <jjohnstn@redhat.com>
3168
3169 Roland McGrath <roland@redhat.com>
d63a86f8 3170 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
3171 there is no manager thread.
3172
a25fbfec
JJ
31732003-05-08 Jeff Johnston <jjohnstn@redhat.com>
3174
d63a86f8
RM
3175 * gdb.threads/schedlock.exp: Remove assumption that all threads
3176 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
3177 in one of the child threads rather than the main thread.
3178
be375bae
JB
31792003-05-07 Jim Blandy <jimb@redhat.com>
3180
09bf6082
JB
3181 Add support for assembly source testing on the s390x.
3182 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
3183 architecture.
3184 * gdb.asm/s390x.inc: New file.
3185
be375bae
JB
3186 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
3187 succession of 'if' statements.
3188
00905d52
AC
31892003-05-05 Andrew Cagney <cagney@redhat.com>
3190
3191 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
3192
b1e29e33
AC
31932003-05-05 Andrew Cagney <cagney@redhat.com>
3194
3195 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
3196 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
3197
e33d66ec
EZ
31982003-05-02 Elena Zannoni <ezannoni@redhat.com>
3199
3200 * gdb.base/charset.exp: Update based on new behavior of set/show
3201 charset commands.
3202
2b6fd0d8
AC
32032003-05-01 Andrew Cagney <cagney@redhat.com>
3204
3205 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
3206 variable do not give memory errors.
3207
130cacce
AF
32082003-04-30 Adam Fedor <fedor@gnu.org>
3209
3210 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
3211 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
3212 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
3213 gdb.objc/basicclass.m: : New files
3214
3215 * lib/gdb.exp (gdb_compile_objc): New procedure.
3216
bea71854
DJ
32172003-04-27 Daniel Jacobowitz <drow@mvista.com>
3218
3219 * gdb.base/signals.exp: Make backtrace tests more specific.
3220
0f20eeea
DC
32212003-04-23 David Carlton <carlton@bactrian.org>
3222
3223 * gdb.c++/maint.exp (test_first_component): Add tests for
3224 'operator' in more locations.
3225
c8c4d8dc
KB
32262003-04-16 Kevin Buettner <kevinb@redhat.com>
3227
3228 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
3229
3fe60e3c
EZ
32302003-04-16 Elena Zannoni <ezannoni@redhat.com>
3231
3232 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
3233 func marke' instead. Update test name.
3234
9219021c
DC
32352003-04-15 David Carlton <carlton@math.stanford.edu>
3236
3237 * gdb.c++/maint.exp: New file.
3238
5dd55bdd
EZ
32392003-04-14 Elena Zannoni <ezannoni@redhat.com>
3240
3241 * gdb.threads/schedlock.c: Change type of thread function argument
3242 to long, to avoid warnings on 64-bit platforms.
3243
00890572
EZ
32442003-04-14 Elena Zannoni <ezannoni@redhat.com>
3245
3246 * gdb.base/attach.exp: Add new message from ptrace in case of
3247 attaching to nonexistent process.
d63a86f8 3248
93201743
JB
32492003-04-11 Jim Blandy <jimb@redhat.com>
3250
3251 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
3252 gdb.c++/userdef.cc: Place comments on the lines to which the
3253 marker function might return.
3254 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
3255 gdb.c++/userdef.exp: Look for those comments to check that we've
3256 returned to the right place, instead of checking line numbers.
3257
2a11c64d
EZ
32582003-04-11 Elena Zannoni <ezannoni@redhat.com>
3259
3260 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
3261 match on sourcefile name, instead of directory name.
3262
68ab8fc5
EZ
32632003-04-10 Elena Zannoni <ezannoni@redhat.com>
3264
d63a86f8 3265 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
3266 working directory name.
3267
5624293a
JB
32682003-04-09 Jim Blandy <jimb@redhat.com>
3269
3270 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
3271 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
3272 after an inferior function call, report the failure, but allow the
3273 test to continue.
3274
f1f02ee4
SC
32752003-04-05 Stephane Carrez <stcarrez@nerim.fr>
3276
3277 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
3278 with -DPROTOTYPES.
3279
6eb79af0
SC
32802003-04-05 Stephane Carrez <stcarrez@nerim.fr>
3281
3282 * gdb.base/break.exp: Revert last patch.
3283
8dfb4cf0
SC
32842003-04-04 Stephane Carrez <stcarrez@nerim.fr>
3285
3286 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
3287 with -DPROTOTYPES.
3288
ed4c619a
AC
32892003-04-02 Andrew Cagney <cagney@redhat.com>
3290
3291 * gdb.base/callfuncs.exp: Make "print add" messages unique.
3292 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
3293 matching directories by the name breakpoint.
3294 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
3295 Make "continue to marker1" consistent.
3296 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
3297 message consistent.
3298 * lib/gdb.exp: Put "the program is no longer running", and "the
3299 program exited" in parenthesis.
3300 * lib/mi-support.exp: Ditto.
d63a86f8 3301
4e35d5f0 33022003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 3303
4e35d5f0
BR
3304 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
3305
71900fe8
AC
33062003-03-29 Andrew Cagney <cagney@redhat.com>
3307
3308 * gdb.base/sizeof.c (main): Print the value of '\377'.
3309 * gdb.base/sizeof.exp: Check the sign of '\377'.
3310
c0655a16
MC
33112003-03-27 Michael Chastain <mec@shout.net>
3312
3313 * gdb.base/gdb1090.exp: New file.
3314 * gdb.base/gdb1090.cc: New file.
3315
5b2a3989
JB
33162003-03-27 J. Brobecker <brobecker@gnat.com>
3317
3318 * gdb.gdb/observer.exp: New regression test.
3319
79876890
MC
33202003-03-27 Michael Chastain <mec@shout.net>
3321
3322 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
3323 * gdb.base/ptype.exp: Likewise.
3324
6eac95e3
CV
33252003-03-27 Corinna Vinschen <vinschen@redhat.com>
3326
3327 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
3328
e8c71839
MC
33292003-03-26 Michael Chastain <mec@shout.net>
3330
3331 * gdb.base/ptype.exp: Actually use some typedef'd types.
3332
71b10041
SC
33332003-03-21 Stephane Carrez <stcarrez@nerim.fr>
3334
3335 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
3336 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
3337
2512cf80
CV
33382003-03-20 Corinna Vinschen <vinschen@redhat.com>
3339
3340 * gdb.base/default.exp: Fix regular expression.
3341
0d195a4f
CV
33422003-03-20 Corinna Vinschen <vinschen@redhat.com>
3343
3344 * gdb.base/args.exp: Fix regular expression.
3345
8a2dbca8
CV
33462003-03-20 Corinna Vinschen <vinschen@redhat.com>
3347
3348 * gdb.base/help.exp: Allow Win32 child process.
3349
bf028682
CV
33502003-03-20 Corinna Vinschen <vinschen@redhat.com>
3351
3352 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
3353 when stepping out of main().
3354
182dbe85
CV
33552003-03-20 Corinna Vinschen <vinschen@redhat.com>
3356
3357 * gdb.base/default.exp: Check for win32 specific message when calling
3358 "run" without executable.
3359
d67a6ba5
CV
33602003-03-20 Corinna Vinschen <vinschen@redhat.com>
3361
3362 * gdb.base/args.exp: Expect .exe in output.
3363
a955b5bb
CV
33642003-03-20 Corinna Vinschen <vinschen@redhat.com>
3365
3366 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
3367 Cygwin native.
3368
bf6bad4b
AC
33692003-03-17 Andrew Cagney <cagney@redhat.com>
3370
3371 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
3372 vector registes.
3373 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
3374 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
3375
293e9a31
DC
33762003-03-17 David Carlton <carlton@math.stanford.edu>
3377
3378 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
3379 test, for PR breakpoints/38.
3380 Call test_watchpoint_and_breakpoint.
3381 * gdb.base/watchpoint.c (func3): New function.
3382 (main): Call func3.
3383
5330f2db
DC
33842003-03-04 David Carlton <carlton@math.stanford.edu>
3385
3386 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
3387 Garply<Garply<char> >:: garply".
3388 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
3389 with respect to PR c++/1111; note also PR c++/1113.
3390 (test_template_breakpoints): KFAIL "constructor breakpoint" with
3391 respect to PR c++/1062.
3392 KFAIL "destructor breakpoint" with respect to PR c++/1112.
3393
6ece72da
DC
33942003-03-03 David Carlton <carlton@math.stanford.edu>
3395
3396 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
3397 with respect to PR c++/57.
3398 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
3399 c++/826.
3400 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
3401 respect to PR c++/57.
3402
85ca1584
DC
34032003-03-03 David Carlton <carlton@math.stanford.edu>
3404
3405 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
3406 respect to PR c++/33 into FAILs.
3407
98e9c5b8
MC
34082003-03-03 Michael Chastain <mec@shout.net>
3409
7bedbf27
MC
3410 * configure.in: Update copyright years.
3411
34122003-03-03 Michael Chastain <mec@shout.net>
3413
3414 * Makefile.in: Update copyright years.
98e9c5b8 3415
f683e100
DC
34162003-02-28 David Carlton <carlton@math.stanford.edu>
3417
3418 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
3419 print class instead of struct and/or superfluous protection
3420 specifiers, as long as the resulting output is equivalent to the
3421 source code.
3422 Delete FIXME from end of messages on tests that don't need
3423 fixing.
3424
a9e0cf2c
DC
34252003-02-28 David Carlton <carlton@math.stanford.edu>
3426
3427 * gdb.c++/templates.exp (do_tests): Allow const in the two
3428 Foo<volatile char *>::foo tests.
3429
e8d359df
MS
34302003-02-27 Michael Snyder <msnyder@redhat.com>
3431
d63a86f8 3432 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
3433 will be consistant.
3434
0b71dc91
DC
34352003-02-26 David Carlton <carlton@math.stanford.edu>
3436
3437 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
3438 char *>::foo" test with respect to PR c++/33. Create a new test
3439 which is identical to that one except that it doesn't put the
3440 space between the "char" and the "*"; KFAIL it, too.
3441
dd14ab43
DC
34422003-02-26 David Carlton <carlton@math.stanford.edu>
3443
3444 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
3445 template types into either PASSes or KFAILs (corresponding to PR
3446 c++/57). Tweak indentation. Update copyright.
3447
1146c7f1
SC
34482003-02-23 Stephane Carrez <stcarrez@nerim.fr>
3449
3450 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
3451
74641dfb
MC
34522003-02-13 Michael Chastain <mec@shout.net>
3453
3454 * gdb.base/exprs.exp: Remove i960 remnants.
3455 * gdb.base/funcargs.exp: Likewise.
3456 * gdb.base/list.exp: Likewise.
3457 * gdb.base/ptype.exp: Likewise.
3458
559cd2d0
DC
34592003-02-14 David Carlton <carlton@math.stanford.edu>
3460
3461 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
3462 pEe->D::vg()" from XFAIL to KFAIL.
3463
c4f90d87
JM
34642003-02-13 Jason Molenda (jmolenda@apple.com)
3465
3466 * gdb.base/maint.exp: Update maint print statistics regexp to include
3467 new entries.
3468
cbc4d97c
MC
34692003-02-13 Michael Chastain <mec@shout.net>
3470
3471 * gdb.c++/inherit.exp: Remove call to get_debug_format.
3472
40f235b7
MC
34732003-02-12 Michael Chastain <mec@shout.net>
3474
3475 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
3476 * gdb.c++/inherit.exp: Likewise.
3477 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
3478 * gdb.c++/templates.exp: Likewise.
3479 * gdb.c++/virtfunc.exp: Likewise.
3480
c56716b0
JM
34812003-02-06 Jason Molenda (jason-cl@molenda.com)
3482
3483 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
3484 why the code is written that way.
3485
070afcf8
MC
34862003-02-05 Michael Chastain <mec@shout.net>
3487
3488 * gdb.base/dump.exp: Add missing copyright line.
3489
5d0331e5
JM
34902003-02-05 Jason Molenda (jason-cl@molenda.com)
3491
f7ae6d3e 3492 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
3493 at the beginning so the breakpoint doesn't get set on the loop.
3494
92851186
MC
34952003-02-05 Michael Chastain <mec@shout.net>
3496
3497 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
3498 output for configurations with gcc 2.95.3.
3499
cbf1e085
AC
35002003-02-05 Keith Seitz <keiths@redhat.com>
3501 Andrew Cagney <ac131313@redhat.com>
3502
3503 * gdb.mi/mi-cli.exp: New file.
d63a86f8 3504
29518e1e
MC
35052003-02-04 Michael Chastain <mec@shout.net>
3506
3507 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
3508 Call perror and then continue.
3509
5af1d5f3
MC
35102003-02-03 Michael Chastain <mec@shout.net>
3511
3512 * gdb.c++/pr-1023.cc: New file.
3513 * gdb.c++/pr-1023.exp: New file.
3514
6b549786
JB
35152003-02-05 Jim Blandy <jimb@redhat.com>
3516
3517 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
3518 it's local to foobar. Check for it there, and check that it's not
3519 present in main.
3520 * gdb.c++/local.cc (marker2): New function.
3521 (foobar): Call marker1.
3522 (main): Call marker2 instead of marker1.
3523
67f16606
AC
35242003-02-04 Andrew Cagney <ac131313@redhat.com>
3525
3526 * gdb.disasm/mn10200.exp: Obsolete file.
3527 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
3528 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
3529 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
3530
1c5cb38e
DC
35312003-02-04 David Carlton <carlton@math.stanford.edu>
3532
3533 * gdb.c++/overload.exp: Test intToChar(1).
3534 * gdb.c++/overload.cc (intToChar): New.
3535 (main): Call intToChar.
3536
d1fe6965
DC
35372003-02-03 David Carlton <carlton@math.stanford.edu>
3538
3539 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
3540 'might_kfail' arg.
3541 KFAIL some of the continue_to_bp_overloaded calls, according to
3542 PR c++/1025.
3543
9ba61c5d
MC
35442003-02-01 Michael Chastain <mec@shout.net>
3545
3546 * gdb.base/advance.c (marker1): New marker function.
3547 * gdb.base/advance.exp: When the 'advance' command lands on the
3548 return breakpoint, it can legitimately stop on either the
3549 current line or the next line. Accommodate both outcomes.
3550 * gdb.base/until.exp: Likewise.
3551
e7494ffb
AC
35522003-02-02 Andrew Cagney <ac131313@redhat.com>
3553
3554 2002-11-10 Jason Molenda (jason-cl@molenda.com):
3555 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
3556 now a list, not a tuple.
3557 * gdb.mi/mi-var-display.exp: Ditto.
3558 * gdb.mi/gdb792.exp: Ditto.
3559
075559bc
AC
35602003-02-01 Andrew Cagney <ac131313@redhat.com>
3561
3562 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
3563 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
3564 stack backtraces.
3565 * gdb.mi/mi-syn-frame.c: Part of same.
3566
2bd4c7b1
MK
35672003-02-01 Mark Kettenis <kettenis@gnu.org>
3568
3569 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
3570 gdb.mi/mi1-pthreads.exp: Return instead of calling
3571 gdb_suppress_entire_file.
3572
eabd8992
MS
35732003-02-01 Mark Salter <msalter@redhat.com>
3574
3575 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
3576
71469e2f
MS
35772003-01-31 Mark Salter <msalter@redhat.com>
3578
3579 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
3580 Support empty arg.
3581
38a94d44
MC
35822003-01-30 Michael Chastain <mec@shout.net>
3583
3584 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
3585 This was a workaround for a UTF-8 bug in readline 4.3. The bug
3586 has been fixed in gdb/readline on 2003-01-09.
3587
19ea9e73
MS
35882003-01-29 Michael Snyder <msnyder@redhat.com>
3589
e8d359df
MS
3590 * gdb.base/maint.exp: Allow for leading underscore in symbol.
3591 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
3592 * gdb.base/args.exp: Skip if target does not support args passing.
3593
2307bd6a
DJ
35942003-01-22 Daniel Jacobowitz <drow@mvista.com>
3595
19ea9e73 3596 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
3597 gdb_test. Accept a list of expect arguments as the third
3598 parameter.
3599 (gdb_test): Use it.
3600
f2dd3617
EZ
36012003-01-20 Elena Zannoni <ezannoni@redhat.com>
3602
3603 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
3604 allow for different test tree configurations. Update some
3605 tescases accordingly.
3606 * gdb.arch/altivec-regs.exp: Ditto.
3607 * gdb.asm/asm-source.exp: Ditto.
3608 * gdb.base/advance.exp: Ditto.
3609 * gdb.base/display.exp: Ditto.
d63a86f8 3610 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
3611 * gdb.base/mips_pro.exp: Ditto.
3612 * gdb.base/overlays.exp: Ditto.
3613 * gdb.base/relocate.exp: Ditto.
3614 * gdb.base/setshow.exp: Ditto.
3615 * gdb.base/step-line.exp: Ditto.
3616 * gdb.base/step-test.exp: Ditto.
3617 * gdb.base/until.exp: Ditto.
3618 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
3619
c71cdefd
DC
36202003-01-17 David Carlton <carlton@math.stanford.edu>
3621
3622 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
3623 corresponding to PR c++/945.
3624 Update copyright.
3625
fdba05d7
DC
36262003-01-17 David Carlton <carlton@math.stanford.edu>
3627
3628 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
3629 corresponding to PR c++/68.
3630
36312003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
3632
3633 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
3634 (test_paddr_hairy_functions): Call print_addr_2_kfail for
3635 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
3636
c362c33a
EZ
36372003-01-15 Elena Zannoni <ezannoni@redhat.com>
3638
0fbc361c
EZ
3639 * gdb.base/break.exp: Fix change of default location, because of
3640 removal of until tests.
3641 * gdb.base/help.exp: Update test for new 'until' help message.
3642 Add test for help on 'advance'.
c362c33a
EZ
3643 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
3644
dabf8a35
MK
36452003-01-15 Mark Kettenis <kettenis@gnu.org>
3646
3647 * gdb.base/default.exp: Adapt "info float" test for recent changes
3648 to that command. Add test for "info vector".
3649 * gdb.base/float.exp: New file. Add test for "info float" that
3650 resembles the old test in gdb.base/default.exp.
3651
a1769aca
DC
36522003-01-15 David Carlton <carlton@math.stanford.edu>
3653
3654 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
3655
82025e13
EZ
36562003-01-15 Elena Zannoni <ezannoni@redhat.com>
3657
3658 * gdb.base/break.exp: Move the tests of until command from here...
3659 * gdb.base/until.exp: ... to here. New file. Add other tests.
3660 * gdb.base/advance.c: New file.
3661 * gdb.base/advance.exp: New file.
3662
8f9ab801
EZ
36632003-01-14 Elena Zannoni <ezannoni@redhat.com>
3664
3665 * gdb.base/args.c: New file.
3666 * gdb.base/args.exp: New file.
3667
9ae66589
DJ
36682003-01-14 Daniel Jacobowitz <drow@mvista.com>
3669
3670 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
3671
8d77e5c3
DJ
36722003-01-14 Daniel Jacobowitz <drow@mvista.com>
3673
3674 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
3675
12d2f0a1
DJ
36762003-01-14 Daniel Jacobowitz <drow@mvista.com>
3677
3678 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
3679 dates.
3680
6ca37014
DJ
36812003-01-13 Daniel Jacobowitz <drow@mvista.com>
3682
3683 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
3684
b0023472
DJ
36852003-01-13 Daniel Jacobowitz <drow@mvista.com>
3686
3687 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
3688 (ptype &*"foo").
3689 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
3690
607fbc54 36912003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
3692
3693 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
3694 * gdb.mi/mi1-console.exp: Likewise.
3695
607fbc54 36962003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
3697
3698 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
3699 * gdb.mi/mi1-console.exp: Likewise.
3700
a1fb14a2
DJ
37012003-01-13 Daniel Jacobowitz <drow@mvista.com>
3702
3703 * gdb.c++/overload.exp: Remove some fixed XFAILs.
3704
c4cf40b7
DJ
37052003-01-09 Daniel Jacobowitz <drow@mvista.com>
3706
3707 * gdb.base/detach.exp: New test.
3708
696d5a5b
DJ
37092003-01-09 Daniel Jacobowitz <drow@mvista.com>
3710
3711 * Makefile.in (ALL_SUBDIRS): New variable.
3712 (subdirs, clean, distclean): Use it.
3713 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
3714 regenerating Makefile, since it is generated from the top level.
3715 * gdb.asm/Makefile.in: Likewise.
3716 * gdb.base/Makefile.in: Likewise.
3717 * gdb.c++/Makefile.in: Likewise.
3718 * gdb.disasm/Makefile.in: Likewise.
3719 * gdb.java/Makefile.in: Likewise.
3720 * gdb.mi/Makefile.in: Likewise.
3721 * gdb.threads/Makefile.in: Likewise.
3722 * gdb.trace/Makefile.in: Likewise.
3723
754533e4
DC
37242003-01-09 David Carlton <carlton@math.stanford.edu>
3725
3726 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
3727 Add copyright year 2003.
3728
d8b3e9ee
MC
37292003-01-06 Michael Chastain <mec@shout.net>
3730
3731 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
3732 When selecting a thread, 'line' and 'file' are optional.
3733 * gdb.mi/mi1-pthreads.exp: Likewise.
3734
8e9e0fe6
AS
37352003-01-06 Andreas Schwab <schwab@suse.de>
3736
3737 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
3738 failures.
3739
b5ab8ff3
DJ
37402003-01-04 Daniel Jacobowitz <drow@mvista.com>
3741
3742 Fix PR gdb/844
3743 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
3744 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
3745
3746 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
3747 instead of calling gdb_suppress_entire_file.
3748 * gdb.threads/print-threads.exp: Likewise.
3749 * gdb.threads/schedlock.exp: Likewise.
3750
3751 * gdb.threads/killed.exp: Return instead of calling
3752 gdb_suppress_entire_file.
3753 * gdb.threads/linux-dp.exp: Likewise.
3754 * gdb.threads/pthreads.exp: Likewise.
3755
1e698235
DJ
37562003-01-04 Daniel Jacobowitz <drow@mvista.com>
3757
3758 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
3759 stabs.
3760 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
3761 * gdb.base/whatis.exp: Always allow (void) after function names.
3762
147ff08c
DJ
37632003-01-04 Daniel Jacobowitz <drow@mvista.com>
3764
3765 * gdb.c++/casts.exp: Correct regexp.
3766
dc62bfc2
MK
37672003-01-04 Mark Kettenis <kettenis@gnu.org>
3768
3769 * configure.in: Call AC_CONFIG_HEADER. Don't call
3770 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
3771 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
3772 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
3773 aforementioned directories in the AC_OUPUT call.
3774 * config.hin: New file.
3775 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
3776 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
3777 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
3778 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
3779 pass -I$objdir instead of -I$objdir/$subdir in compilation.
3780 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
3781 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
3782 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
3783 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
3784 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
3785 gdb.threads/configure.in, gdb.threads/configure,
3786 gdb.threads/config.in, gdb.trace/configure.in,
3787 gdb.trace/configure: Removed.
3788
77afa639
MC
37892003-01-03 Michael Chastain <mec@shout.net>
3790
3791 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
3792 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
3793
7634bb6e
DJ
37942003-01-03 Daniel Jacobowitz <drow@mvista.com>
3795
3796 * gdb.base/store.exp: Fix regular expressions.
3797
b39c905e
MK
37982002-12-28 Mark Kettenis <kettenis@gnu.org>
3799
3800 * configure.in: Rewrite.
3801 * configure: Regenerated.
3802
0a8551dd
DC
38032003-01-03 David Carlton <carlton@math.stanford.edu>
3804
3805 * gdb.base/psymtab.exp: New file.
3806 * gdb.base/psymtab1.c: Ditto.
3807 * gdb.base/psymtab2.c: Ditto.
3808
c60b7188
AF
38092002-12-23 Adam Fedor <fedor@gnu.org>
3810
3811 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
3812
ee73db83
DC
38132002-12-23 David Carlton <carlton@math.stanford.edu>
3814
3815 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
3816 and current_directory initialization.
3817
d6c1774e
JB
38182002-12-22 Jim Blandy <jimb@redhat.com>
3819
f0a847b8
JB
3820 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
3821 rather than as part of the output file name.
3822
d6c1774e
JB
3823 * gdb.base/attach.exp: There's no need to copy the test program to
3824 /tmp; that was only ever necessary on HP/UX, and this test is
3825 entirely disabled there anyway.
3826
f0708dbb
JB
38272002-12-21 Jim Blandy <jimb@redhat.com>
3828
4c2acfea
JB
3829 * gdb.c++/psmang.exp: Doc fix.
3830
f0708dbb
JB
3831 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
3832 test.
3833
9579e000
DC
38342002-12-20 David Carlton <carlton@math.stanford.edu>
3835
3836 * gdb.c++/annota2.exp: KFAIL annotate-quit.
3837
d1810171
MC
38382002-12-18 Michael Chastain <mec@shout.net>
3839
3840 * gdb.c++/annota2.exp: Add copyright year 2002.
3841
76565097
DC
38422002-12-17 David Carlton <carlton@math.stanford.edu>
3843
3844 * gdb.c++/try_catch.cc: Add marker comments.
3845 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
3846 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
3847 * gdb.c++/m-static.cc: Ditto.
3848 * gdb.c++/m-static1.cc: Ditto.
3849 * gdb.c++/try_catch.cc: Ditto.
3850
da81390b
JJ
38512002-12-16 Jeff Johnston <jjohnstn@redhat.com>
3852
3853 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
3854 to see whether we are using the new -environment-directory
3855 command which resets via -r or the old version of the command
3856 which may prompt the user. Part of fix for gdb/741.
3857
b304d130
AC
38582002-12-13 Andrew Cagney <ac131313@redhat.com>
3859
3860 * gdb.fortran/types.exp: Update obsolete comment.
3861 * gdb.fortran/exprs.exp: Ditto.
3862 * lib/gdb.exp: Delete obsolete code.
3863 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
3864 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
3865 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
3866 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
3867 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
3868 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
3869 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
3870 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
3871 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
3872 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
3873 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
3874 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
3875 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
3876 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
3877 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
3878 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
3879 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
3880 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
3881 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
3882 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
3883 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
3884 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
3885 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
3886 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
3887 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
3888 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
3889 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
3890 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
3891 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
3892 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
3893 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
3894 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
3895 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
3896 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
3897 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
3898 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
3899 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
3900
a23b6e6a
DC
39012002-12-11 David Carlton <carlton@math.stanford.edu>
3902
3903 * gdb.c++/m-data.exp: Add test for members that shadow global
3904 variables: see PR gdb/804.
3905 * gdb.c++/m-data.cc: Ditto.
3906
6604731b
DJ
39072002-12-10 Daniel Jacobowitz <drow@mvista.com>
3908
3909 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
3910
de46ecd7
DC
39112002-12-06 David Carlton <carlton@math.stanford.edu>
3912
3913 * gdb.base/store.c: Don't declare functions static.
3914
27e829d0
AC
39152002-12-04 Andrew Cagney <ac131313@redhat.com>
3916
3917 * gdb.base/store.exp, gdb.base/store.c: New files.
3918
92806416
DJ
39192002-12-03 Daniel Jacobowitz <drow@mvista.com>
3920
3921 * gdb.base/selftest.exp: Update for current gdb.
3922
3bcbaac5
DJ
39232002-12-03 Daniel Jacobowitz <drow@mvista.com>
3924
3925 * gdb.base/maint.exp: Only dump symbols from one source file
3926 or objfile.
3927
f4f00b1f
DJ
39282002-12-03 Daniel Jacobowitz <drow@mvista.com>
3929
3930 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
3931 function call.
3932
f1c8a949
JB
39332002-11-25 Jim Blandy <jimb@redhat.com>
3934
3935 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
3936 function appearing in error message.
3937
9e297a97
DJ
39382002-11-21 Daniel Jacobowitz <drow@mvista.com>
3939
3940 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
3941
1f312e79
JJ
39422002-11-08 Jeff Johnston <jjohnstn@redhat.com>
3943
d63a86f8
RM
3944 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
3945 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
3946 should be in mi console format. This is part of fix for PR gdb/604.
3947
83c31e7d
FN
39482002-09-18 Fernando Nasser <fnasser@redhat.com>
3949
3950 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
3951 which explicitly prints the zero offset as "+0".
3952
322b3f65
DJ
39532002-10-22 Daniel Jacobowitz <drow@mvista.com>
3954
3955 * gdb.threads/schedlock.c (args): Make unsigned.
3956
39572002-10-21 Daniel Jacobowitz <drow@mvista.com>
3958
3959 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
3960 numbers. Allow "foo2|selected stack frame".
3961 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
3962 * gdb.asm/asmsrc2.s: Likewise.
3963 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
3964 comments.
3965 * gdb.asm/mips.inc: New file.
3966
5e2fe5b8
AF
39672002-10-18 Adam Fedor <fedor@gnu.org>
3968
3969 * gdb.base/default.exp: Update expected output to include 'ObjC'.
3970 * gdb.base/help.exp: Likewise.
3971
abe1a5d0
KB
39722002-10-17 Kevin Buettner <kevinb@redhat.com>
3973
3974 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
3975 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
3976
10abb1d4
JB
39772002-10-02 Jim Blandy <jimb@redhat.com>
3978
3979 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
3980
1f609b42
AC
39812002-10-01 Andrew Cagney <ac131313@redhat.com>
3982
3983 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
3984 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
3985 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
3986 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
3987 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
3988 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
3989 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
3990
0aee02e4
AC
39912002-09-29 Andrew Cagney <ac131313@redhat.com>
3992
3993 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
3994 * mi0-disassemble.exp, mi0-eval.exp: Delete.
3995 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
3996 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
3997 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
3998 * mi0-var-block.exp, mi0-var-child.exp: Delete.
3999 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 4000
6fde09ad
KB
40012002-09-27 Kevin Buettner <kevinb@redhat.com>
4002
4003 * gdb.base/annota1.exp (info break): Make directory components of
4004 path optional since not all compilers emit this debug information.
4005
4006 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
4007 step ends up stepping out of the function instead of stopping on
4008 the epilogue.
4009
9e8aab75
KS
40102002-09-26 Keith Seitz <keiths@redhat.com>
4011
4012 * lib/insight-support.exp (gdbtk_start): Figure out where
4013 the insight executable is based on where gdb is. Use this
4014 executable to start insight instead of gdb.
4015
e36180d7
AC
40162002-09-25 Andrew Cagney <cagney@redhat.com>
4017
4018 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
4019
9dd34b2b
AC
40202002-09-24 Andrew Cagney <ac131313@redhat.com>
4021
4022 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
4023 test_isolated_complaints.
4024 (test_empty_complaint): New function.
4025 (test_empty_complaints): New function. Check no output when no
4026 complaints.
d63a86f8 4027
dea97812
KB
40282002-09-19 Jim Blandy <jimb@redhat.com>
4029
4030 * gdb.base/charset.exp, gdb.base/charset.c: New files.
4031
54951bd7
AC
40322002-09-19 Andrew Cagney <ac131313@redhat.com>
4033
4034 * gdb.gdb/complaints.exp: New file.
4035
dec43320
AC
40362002-09-18 Andrew Cagney <ac131313@redhat.com>
4037
4038 * gdb.base/maint.exp: Check `help maint internal-warning'.
4039
e70d6e3f
DC
40402002-09-18 David Carlton <carlton@math.stanford.edu>
4041
4042 * gdb.c++/m-static.exp: Remove breakpoints depending on line
4043 numbers, and replace them by a single breakpoint after the
4044 constructors are all finished.
4045 Add test 4.
4046 * gdb.c++/m-static.cc: Add test 4.
4047 * gdb.c++/m-static.h: New file.
4048 * gdb.c++/m-static1.cc: New file.
4049
4050 * gdb.c++/printmethod.exp: New file.
4051 * gdb.c++/printmethod.cc: New file.
4052
4053 * gdb.c++/pr-574.exp: New file.
4054 * gdb.c++/pr-574.cc: New file.
4055
afb5c968
CV
40562002-09-18 Corinna Vinschen <vinschen@redhat.com>
4057
4058 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
4059 embedded targets which never actually exit.
4060
31e45dee
FN
40612002-09-18 Fernando Nasser <fnasser@redhat.com>
4062
4063 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
4064 "don't step after run" as unresolved or unsupported, instead of xfail.
4065
a283c5a1
CV
40662002-09-18 Corinna Vinschen <vinschen@redhat.com>
4067
4068 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
4069 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
4070 Add newline to expected string in "step out of main (status wrapper)"
4071 case.
4072
11350d2a
CV
40732002-09-18 Corinna Vinschen <vinschen@redhat.com>
4074
4075 * lib/gdb.exp (rerun_to_main): Allow restarting application.
4076 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
4077
0deec7d6
TT
40782002-09-17 Tom Tromey <tromey@redhat.com>
4079
4080 * gdb.base/printcmds.exp (test_print_string_constants): Expect
4081 \000, not \0, in double-quoted string.
4082
b2b4a1b5
CV
40832002-09-14 Corinna Vinschen <vinschen@redhat.com>
4084
c9d37158 4085 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
4086 string after running the commands execution on breakpoint tests.
4087
1c56143a
CV
40882002-09-13 Corinna Vinschen <vinschen@redhat.com>
4089
4090 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
4091
37f8da45
JB
40922002-09-12 Joel Brobecker <brobecker@gnat.com>
4093
4094 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
4095
08b468e0
KS
40962002-09-10 Keith Seitz <keiths@redhat.com>
4097
4098 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
4099 runto proc.
4100 (mi_run_to_main): Use mi_runto.
4101 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
4102
dc360f58
KS
41032002-09-10 Keith Seitz <keiths@redhat.com>
4104
4105 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
4106 regexp for stopping at main. Could have multiple event notifications.
4107 Don't assume that main was declared with no parameters.
4108 (mi_next): Use mi_step_to.
4109 (mi_step): Use mi_next_to.
4110
ce3abcfb
CV
41112002-09-09 Corinna Vinschen <vinschen@redhat.com>
4112
4113 * gdb.base/default.exp: Fix expected string in `info float' test.
4114
d1f5b980
BE
41152002-09-09 Ben Elliston <bje@redhat.com>
4116
4117 * config/mips.exp: Update comments.
4118 * config/mips-idt.exp: Likewise.
4119 * config/nind.exp: Likewise.
4120 * config/slite.exp: Likewise.
4121 * config/sparclet.exp: Likewise.
4122 * config/udi.exp: Likewise.
4123 * config/vx.exp: Likewise.
4124 * config/vxworks29k.exp: Likewise.
4125
2f71430b
JB
41262002-09-05 Jim Blandy <jimb@redhat.com>
4127
4128 * gdb.threads/killed.exp: Fix test failure message.
4129
7ddebc7e
KS
41302002-09-04 Keith Seitz <keiths@redhat.com>
4131
4132 * lib/mi-support.exp: Update copyright.
4133 (mi_gdb_test): Increase the priority of the expected pattern
4134 so that it matches gdb_test.
4135
0ae67eb3
KS
41362002-09-03 Keith Seitz <keiths@redhat.com>
4137
4138 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
4139 Use integer comparison instead of string comparison for testing
4140 whether binary was built.
4141
38fc42c8
JB
41422002-09-03 Jim Blandy <jimb@redhat.com>
4143
4144 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
4145
b6ff0e81
JB
41462002-08-29 Jim Blandy <jimb@redhat.com>
4147
4148 * gdb.threads/pthreads.exp: Move the portable thread compilation
4149 code into a function in lib/gdb.exp, and call that from here.
4150 * lib/gdb.exp (gdb_compile_pthreads): New function.
4151
07c98896
KS
41522002-08-29 Keith Seitz <keiths@redhat.com>
4153
4154 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
4155 expect_out so that callers can get at it.
4156
0312286c
DJ
41572002-08-23 Daniel Jacobowitz <drow@mvista.com>
4158
4159 * gdb.threads/print-threads.c: New file.
4160 * gdb.threads/print-threads.exp: New file.
4161 * gdb.threads/schedlock.c: New file.
4162 * gdb.threads/schedlock.exp: New file.
4163
dd039bc4
EZ
41642002-08-22 Elena Zannoni <ezannoni@redhat.com>
4165
4166 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
4167 not altivec.c.
4168
1f36144c
MK
41692002-08-17 Mark Kettenis <kettenis@gnu.org>
4170
4171 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
4172 targets. The problem should be fixed now.
4173
16057ec7 41742002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
4175
4176 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
4177 2002-07-24 change that removes final dots from error messages.
4178
3c1499ad
TT
41792002-08-13 Tom Tromey <tromey@redhat.com>
4180
4181 * gdb.base/readline.exp: New file.
4182
a20ce2c3
AC
41832002-08-01 Andrew Cagney <ac131313@redhat.com>
4184
4185 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
4186 supress message.
4187
db034ac5
AC
41882002-08-01 Andrew Cagney <cagney@redhat.com>
4189
4190 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
4191 CHILL_FOR_TARGET and CHILL_LIB.
4192 * configure.in (configdirs): Remove gdb.chill.
4193 * configure: Regenerate.
4194 * lib/gdb.exp: Obsolete references to chill.
4195 * gdb.fortran/types.exp: Ditto.
4196 * gdb.fortran/exprs.exp: Ditto.
4197
3e000b18
KB
41982002-07-30 Kevin Buettner <kevinb@redhat.com>
4199
4200 * gdb.base/shlib-call.exp (additional_flags): Conditionally
4201 set Irix-specific compile and link flags.
4202
28f4966b
KB
42032002-07-29 Kevin Buettner <kevinb@redhat.com>
4204
4205 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
4206 source files. The ``-o'' option doesn't work with the ``-E'' option
4207 when using the Irix compiler.
4208
46c0d5a6
DJ
42092002-07-19 Daniel Jacobowitz <drow@mvista.com>
4210
4211 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
4212 Improve support for reusing an exec file. Copy exec file
4213 to target, and run gdbserver on the target instead of on the host.
4214
eecf4bed
JB
42152002-07-18 Jim Blandy <jimb@redhat.com>
4216
0f815cdf
JB
4217 * gdb.base/ending-run.exp: Don't expect to see the program end in
4218 some orderly fashion when we're running on a real stand-alone
4219 board.
4220
eecf4bed
JB
4221 * gdb.base/interrupt.exp: Correct logic for skipping tests on
4222 targets that don't support interrupts.
4223
52d309e4
JB
42242002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
4225
4226 * gdb.base/attach.exp: Add patterns to match output from /proc-based
4227 systems.
4228 Move comments in expect statements to inside the actions, so that they
4229 don't get matched against.
4230
ff683d9e
MK
42312002-07-10 Mark Kettenis <kettenis@gnu.org>
4232
4233 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
4234 function when asleep" test.
4235
b5356753
AC
42362002-07-10 Andrew Cagney <ac131313@redhat.com>
4237
4238 * gdb.base/page.exp: Rewrite to handle problems with very long
4239 `info set' output. Update copyright.
4240
6aa4d13a
AC
42412002-06-26 Andrew Cagney <ac131313@redhat.com>
4242
4243 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
4244 gdb.threads-hp.
4245 * gdb.hp/configure: Regenerate.
4246 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
4247 * gdb.hp/gdb.threads-hp/configure: Delete file.
4248 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
4249
8cf8c2b8
AC
42502002-06-22 Andrew Cagney <ac131313@redhat.com>
4251
4252 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
4253 setlocale, bindtextdomain and textdomain.
4254
6827a8f8
JB
42552002-06-11 Jim Blandy <jimb@redhat.com>
4256
919d772c
JB
4257 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
4258 preprocessor macro information is present.
4259
6827a8f8
JB
4260 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
4261 tests.
4262
c15b0d21
MS
42632002-06-06 Michael Snyder <msnyder@redhat.com>
4264
c5984d70
MS
4265 * gdb.base/overlays.exp: Record addresses of overlay
4266 functions in TCL variables rather than in GDB variables,
4267 to avoid having GDB convert them to pointers (with loss
4268 of information).
4269
d63a86f8 4270 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 4271 default linker script changes.
c15b0d21
MS
4272 * gdb.base/long_long.exp: Add check for sizeof (long double).
4273
be26fe0d
ML
42742002-06-06 Michal Ludvig <mludvig@suse.cz>
4275
4276 * gdb.asm/asm-source.exp: Add x86-64 target.
4277 * gdb.asm/x86_64.inc: New.
d63a86f8 4278
258093ca 42792002-05-30 Michael Chastain <mec@shout.net>
258093ca 4280
4b3153f1 4281 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
4282 * gdb.c++/m-static.cc: New file.
4283 * gdb.c++/m-static.exp: New file.
4284
241264c6
MS
42852002-05-28 Michael Snyder <msnyder@redhat.com>
4286
4287 * gdb.base/call-ar-st.exp: Allow for reduced floating point
4288 precision.
4289
9bba8c8f 42902002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 4291
4b3153f1 4292 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
4293 * gdb.c++/m-data.cc: New file.
4294 * gdb.c++/m-data.exp: New file.
4295
42962002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 4297
4b3153f1 4298 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 4299 * gdb.c++/try_catch.cc: New file.
d63a86f8 4300 * gdb.c++/try_catch.exp: New file.
9bba8c8f 4301
def1b996
MC
43022002-05-27 Michael Chastain <mec@shout.net>
4303
4304 * gdb.c++/local.exp: Accept more nested types in output.
4305
522ba268
MC
43062002-05-26 Michael Chastain <mec@shout.net>
4307
4308 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
4309
277254ba
MS
43102002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
4311
4312 * lib/gdb.exp (gdb_wrapper_init): Just because
4313 gdb_wrapper_file exists, this does not mean that the file
4314 should not be rebuilt. That is what gdb_wrapper_initialized
4315 is for.
4316 (default_gdb_init): Reset gdb_wrapper_initialized.
4317
b61a8733
MS
43182002-05-23 Michael Snyder <msnyder@redhat.com>
4319
d63a86f8 4320 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
4321 the precision of the floating point test results.
4322 * gdb.base/call-rt-st.exp: Ditto.
4323
b61a8733
MS
4324 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
4325 * gdb.base/call-rt-st.exp: Ditto.
4326
56f6e910
MC
43272002-05-19 Michael Chastain <mec@shout.net>
4328
4329 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
4330
ad0b0016
EZ
43312002-05-19 Elena Zannoni <ezannoni@redhat.com>
4332
4333 * configure.in (configdirs): Add gdb.arch.
4334 * configure: Regenerate.
4335
f617d2b6
JB
43362002-05-17 Jim Blandy <jimb@redhat.com>
4337
4338 * gdb.base/completion.exp: Recognize the more detailed error
4339 messages produced by the macro expander's lexical analyzer.
4340
eac2a696
EZ
43412002-05-14 Elena Zannoni <ezannoni@redhat.com>
4342
4343 * gdb.arch/altivec-abi.c: New file.
4344 * gdb.arch/altivec-abi.exp: New file.
4345 * gdb.arch/altivec-regs.c: New file.
4346 * gdb.arch/altivec-regs.exp: New file.
4347
2fdde8f8
DJ
43482002-05-14 Daniel Jacobowitz <drow@mvista.com>
4349
4350 * gdb.base/maint.exp (maint print type): Update for new type
4351 structure.
d63a86f8 4352
e31f1a7c
EZ
43532002-05-14 Elena Zannoni <ezannoni@redhat.com>
4354
4355 * gdb.arch: New directory.
4356 * gdb.arch/configure.in: New file.
4357 * gdb.arch/configure: New file.
4358 * gdb.arch/Makefile.in: New file.
4359
db589741
CV
43602002-05-13 Corinna Vinschen <vinschen@redhat.com>
4361
4362 * gdb.asm/asm-source.exp: Add v850 as supported target.
4363 * gdb.asm/v850.inc: New file.
4364
8ce2a7dc
DJ
43652002-05-13 Daniel Jacobowitz <drow@mvista.com>
4366
4367 * gdb.c++/annota2.exp (annotate-quit): Add comment.
4368
df763c7f
DJ
43692002-05-12 Daniel Jacobowitz <drow@mvista.com>
4370
4371 * gdb.base/break.exp: Check 'break "marker2"'.
4372
377daeed
MS
43732002-05-10 Michael Snyder <msnyder@redhat.com>
4374
4375 * gdb.base/long_long.exp: Fix typo.
4376
c4b7bc2b
JB
43772002-05-10 Jim Blandy <jimb@redhat.com>
4378
ecac9a4e
JB
4379 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
4380 a bug.
4381
c4b7bc2b
JB
4382 * gdb.base/printcmds.exp (test_integer_literals_rejected):
4383 Recognize more detailed error message produced by the macro
4384 expander's lexical analyzer.
4385 * lib/gdb.exp (test_print_reject): Same.
4386
e71019a1
MK
43872002-05-09 Mark Kettenis <kettenis@gnu.org>
4388
4389 * gdb.c++/method.exp: Fix typo.
4390
fedfc8e6
MS
43912002-05-08 Michael Snyder <msnyder@redhat.com>
4392
166a1957
MS
4393 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
4394 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 4395 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
4396 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
4397 Add iftarget clause for strongarm.
d63a86f8 4398
f1c47eb2
MS
43992002-05-06 Michael Snyder <msnyder@redhat.com>
4400
cb9a9d3e
MS
4401 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
4402 (gdb_continue_to_end): Accept output from status wrapper.
4403 * gdb.base/ending-run.exp: Add case for output from status wrapper.
4404 Clean up fail messages to match pass messages.
4405
f1c47eb2
MS
4406 Enable the "needs_status_wrapper" testsuite feature.
4407 * lib/gdb.exp (gdb_wrapper_init): New procedure.
4408 (gdb_compile): Conditionally call gdb_wrapper_init.
4409 * gdb.base/a2-run.exp: Recognize output from status wrapper.
4410 * gdb.c++/method.exp: Recognize output from status wrapper.
4411
6079c749
BE
44122002-05-06 Ben Elliston <bje@redhat.com>
4413From Graydon Hoare <graydon@redhat.com>
4414
4415 * config/sid.exp: Include support for "rawsid" protocol.
4416
188baff3
JB
44172002-05-03 Jim Blandy <jimb@redhat.com>
4418
4419 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
4420 * gdb.c++/hang3.C: New file.
4421
b9c07f0f
AC
44222002-05-04 Andrew Cagney <ac131313@redhat.com>
4423
4424 * gdb.base/default.exp: Remove obsolete code.
4425 * gdb.c++/misc.exp: Ditto. Update copyright.
4426 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
4427 * gdb.base/whatis.exp: Ditto. Update copyright.
4428 * gdb.base/scope.exp: Ditto. Update copyright.
4429 * gdb.base/ptype.exp: Ditto. Update copyright.
4430 * gdb.base/printcmds.exp: Ditto. Update copyright.
4431 * gdb.base/opaque.exp: Ditto. Update copyright.
4432 * gdb.base/list.exp: Ditto.
4433 * gdb.base/funcargs.exp: Ditto. Update copyright.
4434 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
4435 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
4436 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
4437 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
4438 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
4439 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
4440
5c7a0397
MS
44412002-05-02 Michael Snyder <msnyder@redhat.com>
4442
d6dcc264 4443 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
4444 * gdb.base/long_long.exp: Add xscale target.
4445 * gdb.base/default.exp: Add xscale target.
4446
eb7f1c48
JB
44472002-05-01 Jim Blandy <jimb@redhat.com>
4448
4449 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
4450 gdb.c++/hang.exp: New test.
4451
a6befae8
FF
44522002-05-01 Fred Fish <fnf@redhat.com>
4453
4454 * gdb.base/completion.exp: Handle completions of "./Make" for
4455 more than one completion possibility, as is the case when we
4456 build and test in the source tree.
4457
0a310277
AG
44582002-04-29 Anthony Green <green@redhat.com>
4459
4460 * gdb.java/jmisc1.exp: New file.
4461 * gdb.java/jmisc2.exp: New file.
4462
6ff9af88
DJ
44632002-04-24 Daniel Jacobowitz <drow@mvista.com>
4464
4465 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
4466
96b3d632
EZ
44672002-04-23 Elena Zannoni <ezannoni@redhat.com>
4468
4469 * gdb.base/help.exp: Change 'help status' to allow for target
4470 dependent output differences.
4471
5019bb54
MC
44722002-04-22 Michael Chastain <mec@shout.net>
4473
4474 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
4475
a805a116
MC
44762002-04-22 Michael Chastain <mec@shout.net>
4477
4478 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
4479
a1706bfd
DM
44802002-04-17 David S. Miller <davem@redhat.com>
4481
4482 * gdb.asm/sparc64.inc: New file.
4483 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
4484
a73a20a2
EZ
44852002-04-19 Elena Zannoni <ezannoni@redhat.com>
4486
4487 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
4488 instruction file directly into the build tree. Clean up at end of
4489 test.
4490
ba678339
DM
44912002-04-18 David S. Miller <davem@redhat.com>
4492
4493 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
4494 handle 64-bit platforms correctly.
4495 * gdb.base/maint.exp: Likewise.
4496
b03399da
KB
44972002-04-18 Kevin Buettner <kevinb@redhat.com>
4498
4499 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
4500 ``-fpic'' when compiling files comprising a shared library, but
4501 it does need additional linker flags in order to find shared
4502 libraries at run time.
4503
e2004992
KB
45042002-04-18 Kevin Buettner <kevinb@redhat.com>
4505
4506 * gdb.base/cvexpr.c (use): New function.
4507 (main): Invoke use() on all global variables to prevent
4508 some linkers from deleting these otherwise unused symbols.
4509
d8937120
MC
45102002-04-17 Michael Chastain <mec@shout.net>
4511From David S. Miller <davem@redhat.com>
4512
4513 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
4514 handle 64-bit platforms correctly.
4515
ffd61a58
MS
45162002-04-12 Michael Snyder <msnyder@redhat.com>
4517From Jim Blandy <jimb@redhat.com>
4518 * gdb.base/foo.c (foox): Remove section attribute; the linker
4519 script can handle this instead.
4520 * gdb.base/bar.c (barx): Same.
4521 * gdb.base/baz.c (bazx): Same.
4522 * gdb.base/grbx.c (grbxx): Same.
4523
4524 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
4525 manager doesn't automatically unmap overlays unnecessarily.
4526
6b8426a6
MH
45272002-04-10 Martin M. Hunt <hunt@redhat.com>
4528
4529 * gdb.base/ending-run.exp: Fix pattern for Mips targets
4530 stepping out of main.
4531
34af4875
MC
45322002-04-09 Michael Chastain <mec@shout.net>
4533
4534 * gdb.c++/local.cc (main): Move call to marker1() inside nested
4535 scope so that the nested scope tests will make sense.
4536 * gdb.c++/local.exp: Write patterns that actually work with gcc
4537 (the HP patterns "were never known to work with gcc").
4538 Keep the old aCC patterns too.
4539
2d1676a0
DJ
45402002-04-09 Daniel Jacobowitz <drow@mvista.com>
4541
4542 * gdb.base/attach.exp: Correct target board test.
4543
3a63e3f9
MC
45442002-04-08 Michael Chastain <mec@shout.net>
4545
4546 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
4547 in a const method. Add some xfail and fail cases for configurations
4548 that do not emit the "const ...".
4549
f18dabd2
MC
45502002-04-07 Michael Chastain <mec@shout.net>
4551
4552 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
4553 Accept "A * const" and "const A * const" as type of "this".
4554 Fix spelling of getFunky throughout. Make messages uniform.
4555
0fcddd82
EZ
45562002-04-07 Elena Zannoni <ezannoni@redhat.com>
4557
4558 Work around for PR gdb/285:
4559 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
4560
16a8534a
EZ
45612002-04-07 Elena Zannoni <ezannoni@redhat.com>
4562
4563 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
4564 instructions file at run time instead of configure time.
4565 Sometimes we run the test in a directory that is not the one we
4566 configured in.
4567 * gdb.asm/configure.in: Delete creation of symlink.
4568 * gdb.asm/configure: Regenerate.
4569
24181d81
JB
45702002-04-05 J. Brobecker <brobecker@gnat.com>
4571
4572 * gdb.gdb/xfullpath.exp: New test, to exercise the new
4573 xfullpath () function.
4574
7cdb7107
DJ
45752002-04-04 Daniel Jacobowitz <drow@mvista.com>
4576
4577 * gdb.asm/Makefile.in: Correct dependencies.
4578
4579 * gdb.asm/powerpc.inc: New file.
4580 * gdb.asm/asm-source.exp: Add PowerPC.
4581 * gdb.asm/configure.in: Likewise.
4582 * gdb.asm/configure: Regenerated.
4583
a7d17088
DJ
45842002-04-04 Daniel Jacobowitz <drow@mvista.com>
4585
4586 * gdb.base/relocate.exp: New file.
4587 * gdb.base/relocate.c: New file.
4588
cd721503
FF
45892002-04-04 Fred Fish <fnf@redhat.com>
4590
4591 * gdb.base/step-test.exp: Update comment regarding stopping in
4592 memcpy/bcopy calls inserted as part of the compiler runtime.
4593
b22ad7a7
MS
45942002-04-04 Michael Snyder <msnyder@redhat.com>
4595
4596 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
4597
5f279fa6
DJ
45982002-04-03 Daniel Jacobowitz <drow@mvista.com>
4599
4600 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
4601 (gdb_expect): Remove $notransfer hack.
4602
dd0fd3ce
DJ
46032002-04-02 Daniel Jacobowitz <drow@mvista.com>
4604
4605 * gdb.c++/classes.exp ("calling method for small class"): Match
4606 updated register output.
4607
1e50cda1
DJ
46082002-03-30 Daniel Jacobowitz <drow@mvista.com>
4609
4610 Fix PR gdb/452
4611 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
4612 when finished. Make gdb_file_cmd send "exec-file" when
4613 appropriate.
4614
24015922
DJ
46152002-03-30 Daniel Jacobowitz <drow@mvista.com>
4616
4617 * gdb.base/attach.exp: Remove extra setup_xfail.
4618
dd7dfd64
MS
46192002-03-26 Michael Snyder <msnyder@redhat.com>
4620
4621 * gdb.base/default.exp: Add tests for dump, append, and restore.
4622 * gdb.base/help.exp: Add tests for dump, append, and restore.
4623 * gdb.base/dump.exp: New file, test dump, append and restore.
4624 * gdb.base/dump.c: New file.
4625
48b2f8d7
MS
46262002-03-27 Michael Snyder <msnyder@redhat.com>
4627
d63a86f8 4628 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
4629 clean-ups in help messages.
4630
05b4d525
FF
46312002-03-26 Fred Fish <fnf@redhat.com>
4632
4633 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
4634 have debugging info for those functions and the compiler uses them
4635 internally to copy structs around.
4636
d7679631
FF
46372002-03-26 Fred Fish <fnf@redhat.com>
4638
4639 * gdb.base/list.exp: Revert the change made yesterday and add note
4640 about why we don't list the default lines for remote targets.
4641
523ac3f9
MS
46422002-03-25 Michael Snyder <msnyder@redhat.com>
4643
4644 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
4645
754b2b8d
FF
46462002-03-25 Fred Fish <fnf@redhat.com>
4647
4648 * gdb.base/list.exp: This test works on remote targets so remove
4649 the short circuit for remote targets. Update copyright.
4650
33c3e192
FF
46512002-03-25 Fred Fish <fnf@redhat.com>
4652
4653 * gdb.base/attach.exp: Fix logic error that was suppressing this
4654 test for all non hppa*-*-hpux* targets, instead of the hp target.
4655 Move comments closer to the suppression point. Also now need to
4656 check that we are running natively.
4657
d43e73ee
MS
46582002-03-22 Michael Snyder <msnyder@redhat.com>
4659
882c8f02
MS
4660 * gdb.base/default.exp: Add test for gcore. Update copyright.
4661 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 4662
04c12f60
FF
46632002-03-06 Fred Fish <fnf@redhat.com>
4664
4665 * gdb.base/funcargs.c: Remove extraneous ';' character.
4666 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
4667
b43df995
MC
46682002-03-04 Michael Chastain <mec@shout.net>
4669
4670 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
4671 accommodate gcc v3 function signature.
4672 * gdb.mi/mi0-var-cmd-exp: Ditto.
4673
92362027
AC
46742002-02-24 Andrew Cagney <ac131313@redhat.com>
4675
4676 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
4677 ``GNU/Linux'' or ``Linux kernel''
4678 * testsuite/gdb.threads/pthreads.c: Ditto.
4679
258ad32d
MC
46802002-02-24 Michael Chastain <mec@shout.net>
4681
4682 * gdb.threads/pthreads.c (thread1): Add a return statement.
4683 (thread2): Likewise.
4684 (foo): Likewise.
4685
04c3b3d4
MC
46862002-02-23 Michael Chastain <mec@shout.net>
4687
4688 * gdb.threads/linux-dp.c (philosopher): Add a return statement
4689 to placate gcc.
4690
5a2a0a20
MC
46912002-02-23 Michael Chastain <mec@shout.net>
4692
4693 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
4694 test "ptype bint". The test passes on all my stabs configurations.
4695
a640f7fc
JB
46962002-02-21 Jim Blandy <jimb@redhat.com>
4697
27924826
JB
4698 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
4699 filename at a time, and watch for the ones we want to see.
4700
a640f7fc
JB
4701 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
4702 types of pointers to prototyped functions.
4703
edcc8c75
AC
47042002-02-20 Andrew Cagney <ac131313@redhat.com>
4705
4706 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
4707 signed, unsigned and straight char.
4708 (padding_char, padding_short, padding_int, padding_long,
4709 padding_long_long, padding_float, padding_double,
4710 padding_long_double): New global variables.
4711 (fill, fill_structs): New functions.
4712
4713 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
4714 for correctly sized writes. Update copyright.
4715 (get_valueof): New procedure.
4716 (get_sizeof): Call get_valueof.
4717 (check_valueof): New procedure.
4718 (check_padding): New procedure.
4719
ac57ea44
MC
47202002-02-20 Michael Chastain <mec@shout.net>
4721
4722 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
4723 to setup_xfail. Document some of the remaining calls.
4724
7a10c941
MC
47252002-02-18 Michael Chastain <mec@shout.net>
4726
4727 * gdb.c++/userdef.exp: Update copyright year.
4728
fb8acdcc
DJ
47292002-02-18 Daniel Jacobowitz <drow@mvista.com>
4730
4731 * gdb.c++/userdef.exp: Test overloaded operators properly.
4732 Remove xfails.
4733
fda6ae12
MS
47342002-02-14 Michael Snyder <msnyder@redhat.com>
4735
4736 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
4737
676a0442
DJ
47382002-02-14 Daniel Jacobowitz <drow@mvista.com>
4739
4740 * gdb.base/a2-run.exp: Check for a remote target properly.
4741 * gdb.base/annota1.exp: Likewise.
4742 * gdb.base/list.exp: Likewise.
4743 * gdb.base/reread.exp: Likewise.
4744 * gdb.base/scope.exp: Likewise.
4745 * gdb.base/shlib-call.exp: Likewise.
4746 * gdb.base/term.exp: Likewise.
4747 * gdb.c++/annota2.exp: Likewise.
4748
78b4f468
RE
47492002-02-13 Richard Earnshaw <rearnsha@arm.com>
4750
4751 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
4752
9a81ba51
MC
47532002-02-10 Michael Chastain <mec@shout.net>
4754
4755 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
4756 (call_after_alloca): Ditto.
4757
004af6c7
DJ
47582002-02-10 Daniel Jacobowitz <drow@mvista.com>
4759
4760 * gdb.base/ending-run.exp: Guard "cont" test with
4761 gdb_skip_stdio_test.
4762
37225f62
JB
47632002-02-06 Jim Blandy <jimb@redhat.com>
4764
4765 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
4766 from here...
4767 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
4768 To here. Disable this test on non-HP platforms. Add big comment.
4769
fe6fdd96
MS
47702002-02-04 Michael Snyder <msnyder@redhat.com>
4771
4772 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
4773 other than d10v and m32r.
4774
036fad3f
RE
47752002-02-02 Richard Earnshaw <rearnsha@arm.com>
4776
4777 * gdb.base/default.exp: Rewrite test patterns to reduce time
4778 taken to match them.
4779
7148ab62
DJ
47802002-01-30 Daniel Jacobowitz <drow@mvista.com>
4781
4782 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
4783 Allow a start function above main.
4784 * gdb.threads/linux-dp.exp: Fix copyright date.
4785
396cc255
DJ
47862002-01-30 Daniel Jacobowitz <drow@mvista.com>
4787
4788 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
4789 (check_philosopher_stack): Check for manager thread before checking
4790 for a just-starting thread.
4791
f038d31b
DJ
47922002-01-30 Daniel Jacobowitz <drow@mvista.com>
4793
4794 From Neil Booth <neil@daikokuya.demon.co.uk>:
4795 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
4796 warnings.
4797
b3ff9d9a
FF
47982002-01-21 Fred Fish <fnf@redhat.com>
4799
4800 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
4801 not caller.
4802
39ad761d
JB
48032002-01-21 Jim Blandy <jimb@redhat.com>
4804
4805 * gdb.base/reread.exp: Check that GDB properly re-reads the
4806 executable file when it changes while no inferior is running.
4807
aaf320fa
FF
48082002-01-21 Fred Fish <fnf@redhat.com>
4809
4810 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
4811 optionally accept the "shlib events" variation.
4812
808a31f5
JB
48132002-01-21 Jim Blandy <jimb@redhat.com>
4814
4815 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
4816 call `fflush' after every `printf', so that the output is produced
4817 at predictable points, regardless of whatever buffering does (or
4818 doesn't) take place.
4819 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
4820 at different points.
4821
4420d5e2
DJ
48222002-01-20 Daniel Jacobowitz <drow@mvista.com>
4823
4824 * gdb.c++/inherit.exp: Update copyright years.
4825 * gdb.c++/method.exp: Likewise.
4826
3e36a0f4
DJ
48272002-01-20 Daniel Jacobowitz <drow@mvista.com>
4828
4829 * gdb.c++/classes.exp: Update for improved v3 support and skipping
4830 artificial methods/arguments.
4831 * gdb.c++/derivation.exp: Likewise.
4832 * gdb.c++/inherit.exp: Likewise.
4833 * gdb.c++/method.exp: Likewise.
4834 * gdb.c++/virtfunc.exp: Likewise.
4835
b4ceaee6
AC
48362002-01-18 Andrew Cagney <ac131313@redhat.com>
4837
4838 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
4839 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
4840 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
4841 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
4842 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
4843 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
4844
ecace851
JB
48452002-01-17 Jim Blandy <jimb@redhat.com>
4846
4847 * gdb.asm/asm-source.exp (info symbol): Take another shot at
4848 anchoring the pattern matching the entry point symbol's name.
4849
375fc983
AC
48502002-01-17 Andrew Cagney <ac131313@redhat.com>
4851
4852 * gdb.base/maint.exp: Update ``maint internal-error'' to match
4853 continue/quit query. Update copyright.
4854
fe6fdd96
MS
48552002-01-14 Michael Snyder <msnyder@redhat.com>
4856
4857 * gdb.base/gcore.exp: Remove extra debugging output.
4858
e017c81f
DJ
48592002-01-13 Daniel Jacobowitz <drow@mvista.com>
4860
4861 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
4862 for slightly dubious v2 mangled string.
4863
37ab3bf8
DJ
48642002-01-13 Daniel Jacobowitz <drow@mvista.com>
4865
4866 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
4867
1bc05c3a 48682002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 4869
1bc05c3a 4870 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 4871
1bc05c3a
JM
4872 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
4873 constructors.
4874 * gdb.c++/derivation.exp: Likewise.
4875 * gdb.c++/templates.exp: Likewise.
4876 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 4877
1bc05c3a
JM
48782002-01-10 Michael Snyder <msnyder@redhat.com>
4879
4880 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 4881
a911c360
MS
48822002-01-08 Michael Snyder <msnyder@redhat.com>
4883
4884 * gdb.base/gcore.exp: New test for generate-core-file command.
4885 * gdb.base/gcore.c: Testcase for above.
4886 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
4887
ea2119ec
JM
48882002-01-08 Jason Merrill <jason@redhat.com>
4889
4890 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
4891
68203136
FF
48922002-01-07 Fred Fish <fnf@redhat.com>
4893
4894 * gdb.c++/overload.exp: Remove unconditional xfails for:
4895 print foo_instance1.overloadargs(1)
4896 print foo_instance1.overloadargs(1, 2)
4897 print foo_instance1.overloadargs(1, 2, 3)
4898 print foo_instance1.overloadargs(1, 2, 3, 4)
4899 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
4900 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
4901 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
4902 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
4903 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
4904 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
4905 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
4906 print foo_instance1.overload1arg()
4907 print foo_instance1.overload1arg((char)arg2)
4908 print foo_instance1.overload1arg((signed char)arg3)
4909 print foo_instance1.overload1arg((unsigned char)arg4)
4910 print foo_instance1.overload1arg((int)arg7)
4911 print foo_instance1.overload1arg((unsigned int)arg8)
4912 print foo_instance1.overload1arg((float)arg11)
4913 print foo_instance1.overload1arg((double)arg12)
d63a86f8 4914
21b9b5b1
MS
49152002-01-07 Michael Snyder <msnyder@redhat.com>
4916
4917 * gdb.base/huge.exp: New test. Print a very large target data object.
4918 (skip_huge_test): New test variable. Define if you want to skip this
4919 test. The test reads an 8 megabyte data object from the target, so it
4920 might be very time consuming on remote targets with a slow connection.
4921 * gdb.base/huge.c: New file. Test case for above.
4922
725f922e
FF
49232002-01-07 Fred Fish <fnf@redhat.com>
4924
4925 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
4926 g_instance.bfoo, and g_instance.cfoo.
4927
634d57ec
JL
4928Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
4929
f286b2c3
JL
4930 * gdb.base/break.c (multi_line_if_conditional): New function.
4931 (multi_ilne_while_conditional): Likewise.
4932 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
4933 IF or WHILE condition puts the breakpoint at the start of
4934 the condition.
4935
634d57ec
JL
4936 * gdb.base/selftest.exp (backtrace through signal handler): Remove
4937 hppa*-*-hpux* expected failure.
4938 * gdb.base/structs.exp (do_function_calls): Similarly.
4939
4940 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
4941 watchpoints.
4942
9fbfe2dc
AC
49432002-01-06 Andrew Cagney <ac131313@redhat.com>
4944
4945 Fix PR gdb/66.
4946 * gdb.base/structs.exp: Replace skip for a29k with skip for
4947 gdb,cannot_call_functions.
4948 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
4949 * gdb.base/callfuncs.exp: Ditto.
4950 * gdb.base/call-rt-st.exp: Ditto.
4951 * gdb.base/call-strs.exp: Ditto.
4952 * gdb.base/callfwmall.exp: Ditto.
4953 * gdb.base/scope.exp: Obsolete xfail a29k.
4954 * gdb.c++/misc.exp: Ditto.
4955 * gdb.c++/cplusfuncs.exp: Ditto.
4956 * gdb.base/ptype.exp: Ditto.
4957 * gdb.base/printcmds.exp: Ditto.
4958 * gdb.base/opaque.exp: Ditto.
4959 * gdb.base/list.exp: Ditto.
4960 * gdb.base/funcargs.exp: Ditto.
4961 * gdb.base/default.exp: Ditto.
4962
8ddad156
MS
49632002-01-04 Michael Snyder <msnyder@redhat.com>
4964
ca4976a6 4965 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
4966 * gdb.base/maint.exp: Add tests for maint info sections options.
4967
1b074332
JL
4968Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
4969
4970 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
4971
7d159115
CV
49722001-12-20 Corinna Vinschen <vinschen@redhat.com>
4973
4974 * gdb.asm/arm.inc: New file.
4975 * gdb.asm/asm-source.exp: Add arm targets.
4976 * gdb.asm/configure.in: Ditto.
4977 * gdb.asm/configure: Recreated from configure.in.
4978
8fb87725
JL
4979Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
4980
afabe08c
JL
4981 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
4982 with HP's compiler.
4983 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
4984 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
4985 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
4986 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
4987
4988 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
4989 either HP's compilers or GCC.
4990
db521deb
JL
4991 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
4992 a SIGBUS or SIGSEGV.
4993
4994 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
4995
4996 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
4997 can be compiled with either HP's compiler or GCC.
4998
cfa88ab7
JL
4999 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
5000 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
5001 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
5002
ca344dff
JL
5003 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
5004 to match current gdb output. Update due to using auto-solib-limit
5005 for limiting instead of overloading auto-solib-add.
5006 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
5007 test program.
5008
3f3c6e55 5009 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
5010 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
5011 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
5012 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
5013 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
5014 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
5015 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
5016 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
5017 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
5018 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
5019 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
5020 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
5021 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 5022
8fb87725
JL
5023 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
5024 a SIGTRAP to the inferior.
5025
cf599fa7
CV
50262001-12-19 Corinna Vinschen <vinschen@redhat.com>
5027
5028 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
5029 Substitute call to target_link by call to gdb_compile.
5030
2cd045cd
JL
5031Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
5032
5033 * gdb.base/break.exp: Fix HP specific search string when testing
5034 backtracing in a called function.
5035
d63a86f8 5036 * gdb.base/constvars.exp: Only set lang to C++ if we're
2cd045cd
JL
5037 compiling the test with HP's compilers.
5038 * gdb.base/volatile.exp: Similarly.
5039
99ebe9ac
JB
50402001-12-19 Jim Blandy <jimb@redhat.com>
5041
5042 * gdb.base/printcmds.exp: Expect the null character to be printed
5043 as '\0', and the '\013' to be printed as '\v'.
5044 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
5045 * gdb.base/setvar.exp: Same.
5046
b9891b29
JB
50472001-12-17 Jim Blandy <jimb@redhat.com>
5048
0eba65ab
JB
5049 * gdb.base/completion.exp: Rather than completing very long
5050 filenames, which can make the readline library produce output we
5051 don't recognize, cd to the directory first, and then complete
5052 using nice, short relative paths.
5053
6970b5b1
JB
5054 * gdb.base/completion.exp: On some systems, there is, in fact, a
5055 variable named `b' in scope, since GDB treats all static
5056 variables as being in scope. So use `no_var_named_this'
5057 instead of `b'.
5058
b9891b29
JB
5059 * gdb.base/corefile.exp: Recognize the message saying that GDB
5060 can't find the core file's registers as a failure.
5061
e6ccd35f
JSC
50622001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
5063
5064 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
5065 test expect string more specific.
5066
105ba819
CV
50672001-12-13 Corinna Vinschen <vinschen@redhat.com>
5068
5069 * gdb.asm/asm-source.exp: Add support for xstormy16.
5070 * gdb.asm/configure.in: Ditto.
5071 * gdb.asm/configure: Rebuild.
5072 * gdb.asm/xstormy16.inc: New file.
5073
e9e79dd9
FF
50742001-12-10 Fred Fish <fnf@redhat.com>
5075
5076 * gdb.base/maint.exp: Update to match changes in type dumping code.
5077
347dc97d
JB
50782001-12-10 Jim Blandy <jimb@redhat.com>
5079
5080 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
5081 matching the entry point symbol's name at the beginning of the
5082 line.
5083
5178b9d6
DJ
50842001-12-07 Daniel Jacobowitz <drow@mvista.com>
5085
5086 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
5087 gdb.c++/inherit.exp, gdb.c++/method.exp,
5088 gdb.c++/namespace.exp, gdb.c++/templates.exp,
5089 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
5090 and class layout support.
5091
af890c52
DJ
50922001-12-07 Daniel Jacobowitz <drow@mvista.com>
5093
5094 * gdb.c++/classes.exp: Add test for static member function.
5095 * gdb.c++/misc.cc: Add class with static member function.
5096
7a345fb3
JB
50972001-12-07 Jim Blandy <jimb@redhat.com>
5098
f2e54a80 5099 If GDB says it can't find the struct the function returned, report
8032bf31
JB
5100 those tests as `unsupported'.
5101 * gdb.base/call-rt-st.exp (print_struct_call): New function.
5102 Rewrite subsequent tests to use it.
5103
5104 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
5105 those tests as `unsupported'.
5106 * gdb.base/structs.exp (call_struct_func): New function.
5107 (do_function_calls): Use call_struct_func to call the functions
5108 returning structs.
5109
0bc69509
JB
5110 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
5111 whether functions are prototyped or not, so we can't possibly pass
5112 arguments to t_float_values2 properly.
5113
7a345fb3
JB
5114 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
5115 value of `timeout' for targets other than the mips*tx39-*.
5116
edb6ede1
MS
51172001-12-06 Michael Snyder <msnyder@redhat.com>
5118
d63a86f8 5119 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
5120 and detect whether the start symbol has a leading underscore.
5121
2d842f13
JB
51222001-12-04 Jim Blandy <jimb@redhat.com>
5123
5124 * gdb.base/completion.exp: Clarify indentation.
5125
68550daf
JB
51262001-12-03 Jim Blandy <jimb@redhat.com>
5127
5128 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
5129 variables on the S/390, not `.word'.
5130
cd5195a8
JB
51312001-11-30 Jim Blandy <jimb@redhat.com>
5132
5133 Add assembly-source tests for s390-ibm-linux.
5134 * gdb.asm/s390.inc: New file.
5135 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
5136 the S/390 architecture.
5137 * gdb.asm/configure: Regenerated.
5138
ca9efc90
MS
51392001-11-30 Michael Snyder <msnyder@redhat.com>
5140
5141 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
5142 next, info source, info sources, info line, global and static
5143 variables, and static functions.
5144 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
5145 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
5146 * gdb.asm/asmsrc1.s: Add a static function and some variables.
5147 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
5148 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
5149 (gdbasm_leave): Restore frame pointer.
5150 (gdbasm_startup): Copy stack set-up from crt0.S.
5151
d0e66976
FN
51522001-11-26 Fernando Nasser <fnasser@redhat.com>
5153
5154 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
5155 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
5156 to a local (non-static) variable. Copy tstruct.a to a static buffer
5157 and return a pointer to that buffer.
5158 * gdb.base/callfwmall.c (t_structs_a): Ditto.
5159
e2334072
MK
51602001-11-24 Mark Kettenis <kettenis@gnu.org>
5161
5162 * gdb.asm/configure.in: Fix recognition of ix86 target.
5163 * gdb.asm/configure: Regenerate.
5164
756caa3d
MS
51652001-11-21 Michael Snyder <msnyder@redhat.com>
5166
5167 * gdb.asm/sparc.inc: New file.
5168 * gdb.asm/asm-source.exp: Recognize sparc target.
5169 * gdb.asm/configure.in: Recognize sparc target.
5170 * gdb.asm/configure: Regenerate.
d63a86f8 5171
9a4d72d5
MS
51722001-11-21 Michael Snyder <msnyder@redhat.com>
5173
5174 * gdb.asm/m32r.inc: New file.
5175 * gdb.asm/asm-source.exp: Recognize m32r target.
5176 * gdb.asm/configure.in: Recognize m32r target.
5177 * gdb.asm/configure: Regenerate.
5178
a773d1cd
MS
51792001-11-20 Michael Snyder <msnyder@redhat.com>
5180
017ac23d
MS
5181 * gdb.asm/i386.inc: New file.
5182 * gdb.asm/asm-source.exp: Recognize ix86 target.
5183 * gdb.asm/configure.in: Recognize ix86 target.
5184 * gdb.asm/configure: Regenerate.
5185
a773d1cd
MS
5186 * gdb.c++/namespace.exp: Fix quotes in output messages.
5187
bb632afb
MS
51882001-11-14 Michael Snyder <msnyder@redhat.com>
5189
25d559ca 5190 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
5191 qualifier in a type cast expression, to designate an address
5192 in the instruction space (Harvard architecture).
5193
4749e309
MS
51942001-11-13 Michael Snyder <msnyder@redhat.com>
5195
5196 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
5197 Tests for expressions using 'const' and 'volatile'.
5198
25050984
CV
51992001-11-13 Corinna Vinschen <vinschen@redhat.com>
5200
5201 * gdb.asm/asm-sources.exp: Allow defining linker flags.
5202
1902c51f
DJ
52032001-11-12 Daniel Jacobowitz <drow@mvista.com>
5204
5205 * lib/mi-support.exp (mi_run_to_helper): Move comments
5206 outside of gdb_expect.
5207
dcf95b47
DJ
52082001-11-11 Daniel Jacobowitz <drow@mvista.com>
5209
5210 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
5211 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
5212 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
5213 mi0_run_to): New functions.
5214 * gdb.mi/mi-simplerun.exp: Use them.
5215 * gdb.mi/mi0-simplerun.exp: Likewise.
5216 * gdb.mi/mi-var-cmd.exp: Likewise.
5217 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 5218
45b074e1
AC
52192001-11-10 Andrew Cagney <ac131313@redhat.com>
5220
5221 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
5222 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
5223
bf50d346
AC
52242001-11-09 Andrew Cagney <ac131313@redhat.com>
5225
5226 * gdb.base/restore.exp: Include $expected value in restored test
5227 message.
5228
9383332c
AC
52292001-11-09 Andrew Cagney <ac131313@redhat.com>
5230
5231 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
5232 implemented.
5233
db62520a
MS
52342001-11-08 Michael Snyder <msnyder@redhat.com>
5235
5236 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
5237 Add pass/fail message for stop at breakpoint in call dummy function.
5238
b5703437
MS
52392001-11-07 Michael Snyder <msnyder@redhat.com>
5240
d63a86f8
RM
5241 * gdb.c++/templates.exp (test_template_breakpoints):
5242 If we get an overload menu, but it does not match what
760f6330 5243 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
5244 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
5245 making the whitespace optional. Argument for "new" may be
5246 "unsigned" as well as "unsigned int/long".
d63a86f8 5247 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
5248 making the whitespace optional. Also replace "(void) with
5249 "((void|)), making the keyword "void" optional.
d63a86f8 5250 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
5251 making the whitespace optional. Also replace "(void) with
5252 "((void|)), making the keyword "void" optional.
3bf40917
MS
5253 * gdb.base/callfuncs.c (t_float_values): This function must
5254 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 5255 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
5256 can be tested against both cases. Usually one case involves
5257 promotion of float to double, while the other does not.
5258 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
5259 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
5260 includes a stack frame for "start".
5261
c8ab4e6d
JB
52622001-11-05 Jim Blandy <jimb@redhat.com>
5263
5264 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
5265 pointers are 32 bits long, and that offsets of relocs are always
5266 stored in the data (REL-style), and not in the reloc entry itself
5267 (RELA-style).
5268 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
5269 stabs.
5270
3f08ced9
MS
52712001-11-01 Michael Snyder <msnyder@redhat.com>
5272
5273 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
5274 and regular expression operators by using quoting.
5275
cbfa24cd
MS
52762001-10-31 Michael Snyder <msnyder@redhat.com>
5277
5278 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
5279 depending on what the symbol table contains.
5280 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
5281 the output of the ptype command. Similarly, accept both "const &"
5282 and "const&".
5283
aaa68313
CV
52842001-10-31 Corinna Vinschen <vinschen@redhat.com>
5285
5286 * gdb.base/miscexprs.c (main): Add usage of preprocessor
5287 symbol `STORAGE' to allow to choose the storage class of
5288 the local datastructures.
5289 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
5290 compiler directive.
5291
91740388
MS
52922001-10-30 Michael Snyder <msnyder@redhat.com>
5293
5294 * gdb.base/jump.exp: Allow it to run for all targets.
5295
1b7c05e7
CV
52962001-10-29 Corinna Vinschen <vinschen@redhat.com>
5297
5298 * gdb.base/call-ar-st.c (print_double_array): Match for loop
5299 with new double_array size.
5300 (main): Change storage class of all local variables to static.
5301 Reduce size of double_array to 9.
5302 * gdb.base/call-ar-st.exp: Increase timeout value.
5303 Change expected output for double array to match new size in
5304 call-ar-st.c.
5305
36a22261
CV
53062001-10-29 Corinna Vinschen <vinschen@redhat.com>
5307
5308 * gdb.base/ending-run.exp: Create identical output when passing
5309 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 5310 Stormy16 target.
36a22261 5311
92b8ae91
MK
53122001-10-28 Mark Kettenis <kettenis@gnu.org>
5313
5314 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
5315 that we catch the expected failure under Linux/x86.
5316
cb135b83
OF
53172001-10-29 Orjan Friberg <orjanf@axis.com>
5318
5319 * gdb.base/setvar.exp: Escape curly braces.
5320 * gdb.stabs/weird.exp: Ditto.
5321
6884aa54
DJ
53222001-10-27 Daniel Jacobowitz <drow@mvista.com>
5323
5324 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
5325 * gdm.mi/mi0-hack-cli.exp: Likewise.
5326
0398c9aa
AC
53272001-10-25 Andrew Cagney <ac131313@redhat.com>
5328
5329 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
5330 messages.
5331
d20bf2e8
AC
53322001-10-21 Andrew Cagney <ac131313@redhat.com>
5333
5334 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
5335 checking MI enabled.
5336
03dd63aa
CV
53372001-10-09 Corinna Vinschen <vinschen@redhat.com>
5338
5339 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
5340
1d9d99f3
FCE
53412001-10-04 Frank Ch. Eigler <fche@redhat.com>
5342
5343 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
5344 if gdb child process crashes, just signal an error.
5345
838ae6c4
JB
53462001-10-02 Jim Blandy <jimb@redhat.com>
5347
5348 * lib/gdb.exp (test_xfail_format): Simplify.
5349
5350 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
5351 front of the variable name `format'. Simplify `if'.
5352
8f0cbc1c
DJ
53532001-10-01 Daniel Jacobowitz <drow@mvista.com>
5354
5355 * gdb.threads/pthreads.exp: Wait for output and delay
5356 before sending ^C.
5357
1f08dafd
DJ
53582001-10-01 Daniel Jacobowitz <drow@mvista.com>
5359
5360 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
5361 some incorrect output instead of timing out.
5362 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
5363
674f90ff
CV
53642001-09-28 Corinna Vinschen <vinschen@redhat.com>
5365
5366 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
5367 check to allow additional `int'.
5368
9b284272
DJ
53692001-09-27 Daniel Jacobowitz <drow@mvista.com>
5370
5371 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
5372 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
5373
b55a4771
MS
53742001-09-27 Michael Snyder <msnyder@redhat.com>
5375
5376 * lib/gdb.exp (test_debug_format): New proc.
5377 (setup_xfail_format): Use new proc test_debug_format.
5378 * gdb.base/constvars.exp (local_compiler_xfail_check): New
5379 proc; use new service proc test_debug_format.
5380 Replace all other "gcc_compiled" tests with this test.
5381 * gdb.base/volatile.exp (local_compiler_xfail_check): New
5382 proc; use new service proc test_debug_format.
5383 Replace all other "gcc_compiled" tests with this test.
5384
53852001-09-27 Michael Snyder <msnyder@redhat.com>
5386
5387 * gdb.base/cvexpr.exp: New file.
5388 * gdb.base/cvexpr.c: New file
5389 Test for expressions using const and volatile keywords.
5390
4e6667ac
CV
53912001-09-26 Corinna Vinschen <vinschen@redhat.com>
5392
5393 * gdb.base/constvars.exp: Check for different orders of keywords
5394 and additional "int" strings in output.
5395
4f337972
AC
53962001-09-22 Andrew Cagney <ac131313@redhat.com>
5397
5398 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
5399 responses from "help maint".
5400
2015650d
FCE
54012001-09-19 Frank Ch. Eigler <fche@redhat.com>
5402
5403 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
5404 to localhost:NNN instead of :NNN, in case Xvfb is listening
5405 only on TCP.
5406
f3bcedc1
CV
54072001-09-19 Corinna Vinschen <vinschen@redhat.com>
5408
5409 * gdb.base/recurse.exp: When checking leaving the watchpoint
5410 scope, recognize when gdb is in function's epilogue and pass.
5411
6b819c92
KS
54122001-09-18 Keith Seitz <keiths@redhat.com>
5413
5414 * lib/insight-support.exp (_gdbtk_export_target_info): Add
5415 support for running tests against sid targets.
5416 (gdbtk_done): Ditto.
5417
a10c9419
CV
54182001-09-18 Corinna Vinschen <vinschen@redhat.com>
5419
5420 * gdb.base/ending-run.c (main): Set stdout buffersize
5421 to the same reasonable value for any target.
5422 * gdb.base/ending-run.exp: Add a regular expression
5423 to make testsuite happy on Sanyo Stormy16 target.
5424
739d0d99
CV
54252001-09-17 Corinna Vinschen <vinschen@redhat.com>
5426
5427 * gdb.base/display.c (do_loops): Add float variable `f'.
5428 Increment f in loop.
5429 * gdb.base/display.exp: Increment timeout by 60 seconds.
5430 Change float display test to use variable `f'.
5431
1b8947f0
JB
54322001-09-17 Jim Blandy <jimb@redhat.com>
5433
5434 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
5435 overflowing the limited breakpoint tables on some ROM monitors
5436 (like the ROM68K).
5437
9890ac81
FCE
54382001-09-15 Frank Ch. Eigler <fche@redhat.com>
5439
5440 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
5441 the "-ac" (disable access control) flag.
5442
6db765ea
JH
54432001-08-30 Jeff Holcomb <jeffh@redhat.com>
5444
5445 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
5446 ints.
5447
4c32cc04
KS
54482001-08-30 Keith Seitz <keiths@redhat.com>
5449
5450 * lib/gdb.exp: Move all insight-related functionality into
5451 separate file.
5452 * lib/insight-support.exp: New file.
5453
8d6e6f81
FCE
54542001-08-29 Frank Ch. Eigler <fche@redhat.com>
5455
5456 * config/sid.exp (sid_start): Never set sid verbosity; disable
5457 expect_background {} that consumed its stdout; tolerate </dev/null.
5458 Attempt to set endianness override in "sid" protocol mode. Cleanup.
5459
6a90e1d0
AC
54602001-08-18 Andrew Cagney <ac131313@redhat.com>
5461
5462 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
5463 CLI jump command to start it.
5464 (mi_run_to_main): Fail immediatly when unexpected output.
5465
1759b3c3
AC
54662001-08-18 Andrew Cagney <ac131313@redhat.com>
5467
5468 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
5469 beginning of function. Fix PR gdb/191.
5470
61d11d80
FCE
54712001-08-16 Frank Ch. Eigler <fche@redhat.com>
5472
5473 * config/sid.exp (sid_start): Don't warn if we cannot figure out
5474 what to force sid endianness to.
5475
942a4df2
KS
54762001-08-15 Keith Seitz <keiths@redhat.com>
5477
5478 * lib/gdb.exp (gdbtk_start): Don't set environment
5479 variables for TCL_LIBRARY and friends. Insight will
5480 now figure these out for itself.
5481
0521c418
MS
54822001-08-02 Michael Snyder <msnyder@redhat.com>
5483
5484 * gdb.base/completion.exp: Remove the symbol "a64l" from
5485 the expect string; this is target-specific, and not related
5486 to what is being tested.
5487
74a9a58a
DB
54882001-08-02 Dave Brolley <brolley@redhat.com>
5489
5490 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
5491
c70819fa
MS
54922001-07-25 Michael Snyder <msnyder@redhat.com>
5493
c2b8fa57
MS
5494 * gdb.base/consecutive.exp: New file. Test stepping over
5495 breakpoints on consecutive instructions.
5496 * gdb.base/consecutive.c: New file.
5497
c70819fa
MS
5498 * gdb.base/call-rt-st.exp: Use double-backslash to quote
5499 curly braces in regular expressions.
5500
2b1a1355
MS
55012001-07-25 Michael Snyder <msnyder@redhat.com>
5502
5503 * gdb.base/ending-run.exp: Accept "Program exited normally" as
5504 legitimate output from stepping out of main.
5505
413eca6f
KS
55062001-07-22 Keith Seitz <keiths@redhat.com>
5507
5508 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
5509 the empty string, do not run the tests.
5510
7e5a9322
SC
55112001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5512
5513 * gdb.base/long_long.exp: Detect size of pointer. Take into
5514 account 2-byte pointers when testing for p/a results.
5515
de58f10f
SC
55162001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5517
d63a86f8 5518 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
5519 and defined to 1K for m68hc11.
5520 (random_data): Reduce table to 1K for embedded platforms (68hc11).
5521 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
5522 (sizeof_random_data): New variable to tell the size of the data table;
5523 don't test past this size; always run to main.
5524
d6f5fea1
SC
55252001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5526
5527 * gdb.base/return2.exp: return of long long and double fails for
5528 68HC11; don't execute these tests on that platform.
5529 * gdb.base/return.exp: Return of a double fails for 68hc11.
5530
c477543d
SC
55312001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5532
5533 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
5534 tests that print a float.
5535 * call-rt-st.exp: Likewise.
5536
63cf1c79
MK
55372001-07-12 Mark Kettenis <kettenis@gnu.org>
5538
5539 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
5540 running this test on Linux.
5541
112f9ab5
MC
55422001-06-24 Michael Chastain <chastain@redhat.com>
5543
5544 * gdb.base/arithmet.exp: Remove some tests to make all test names
5545 unique.
5546
4970cb0f
MS
55472001-07-03 Michael Snyder <msnyder@redhat.com>
5548
5549 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
5550 the output of the ptype command.
5551
d85da69f
MS
55522001-07-02 Michael Snyder <msnyder@redhat.com>
5553
4c8a82de
MS
5554 * gdb.base/completion.exp: Don't assume that break.c is the only
5555 source file that may contain functions named "marker".
d85da69f
MS
5556 * gdb.base/corefile.exp: Quote the curly braces in regexp.
5557
8afc772b
AC
55582001-06-28 Andrew Cagney <ac131313@redhat.com>
5559
5560 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
5561 of files to delete.
5562
5563 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
5564 * gdb.disasm/h8300s.exp: New file.
5565 gdb.disasm/h8300s.s: Likewise.
5566
cff22675
AC
55672001-06-27 Andrew Cagney <ac131313@redhat.com>
5568
5569 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
5570 empty breakpoint tables.
5571
68c81b54
AC
55722001-06-25 Andrew Cagney <ac131313@redhat.com>
5573
5574 * lib/mi-support.exp: Update args=... part of stop-reason
5575 patterns. Accept either a list or a tuple.
5576
2dd62704
AC
55772001-06-23 Andrew Cagney <ac131313@redhat.com>
5578
5579 * lib/mi-support.exp: Remove local emacs variable defining
5580 change-log-default-name.
5581
b4127474
MC
55822001-06-22 Michael Chastain <chastain@redhat.com>
5583
5584 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
5585 This is operationally compatible with the previous version.
5586
8dbfb380
JB
55872001-06-13 Jim Blandy <jimb@redhat.com>
5588
5589 * lib/gdb.exp (gdb_test): Doc fix.
5590
f2d8c86d
MC
55912001-06-10 Michael Chastain <chastain@redhat.com>
5592
5593 * gdb.base/exprs.exp: Remove a duplicate test.
5594
81564d34
JB
55952001-06-06 Jim Blandy <jimb@redhat.com>
5596
5597 * gdb.base/return2.exp (main): Use values to test float and double
5598 returns that are not NaN's, to avoid being confused by IEEE
5599 comparison rules.
5600
da55addb
MS
56012001-06-04 Michael Snyder <msnyder@redhat.com>
5602
5603 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 5604 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
5605 rather than wait for 12 more tests to time out.
5606
42c65987
JB
56072001-06-06 Jim Blandy <jimb@redhat.com>
5608
b18bced9 5609 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 5610 Don't forget to match the GDB prompt.
b18bced9 5611
42c65987
JB
5612 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
5613
5b41e5f0
JB
56142001-06-04 Jim Blandy <jimb@redhat.com>
5615
5616 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
5617 command.
5618
015e046f
KB
56192001-05-31 Kevin Buettner <kevinb@redhat.com>
5620
5621 * gdb.base/annota1.exp (info break): Match four or more spaces
5622 after "Address".
5623
fb1ffbbe
MC
56242001-05-31 Michael Chastain <chastain@redhat.com>
5625
5626 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
5627 (dm_type_int_star): Likewise.
5628 (dm_type_long_star): Likewise.
5629 (dm_type_void_star): Likewise.
5630
5ea2a32c
KB
56312001-05-29 Kevin Buettner <kevinb@redhat.com>
5632
5633 * gdb.base/completion.exp (INPUTRC): Set this environment variable
5634 to a known value in order to get consistent results regardless
5635 of the setting of INPUTRC or the presence or contents of .inputrc.
5636
ae23c492
MS
56372001-05-24 Michael Snyder <msnyder@redhat.com>
5638
ac55707e
MS
5639 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
5640 Don't require that the main thread and the manager thread are the
5641 first in the list.
5642
ae23c492
MS
5643 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
5644 debugging. If test fails, issue an "unsupported" not a "fail".
5645
400071f1
JB
56462001-05-24 Jim Blandy <jimb@redhat.com>
5647
5648 Don't assume that short is shorter than int.
5649 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
5650 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 5651 this isn't true.
400071f1
JB
5652 ("print unsigned char == (~0)"): Add test that verifies that ~0,
5653 an int, is not equal to ~0 stored in an unsigned char. This tests
5654 the same thing that the previous test meant to, but works on
5655 16-bit machines, too.
5656 ("print unsigned char != (~0)"): Same test, complemented.
5657
0816a3e5
MS
56582001-05-24 Michael Snyder <msnyder@redhat.com>
5659
5660 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 5661 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
5662 and prevents dejagnu getting out of step.
5663
f6dc23a9
KB
56642001-05-23 Kevin Buettner <kevinb@redhat.com>
5665
5666 * gdb.base/finish.exp (finish_void): Revise pattern for
5667 stopping on the call statement to not permit stopping at
5668 the start of the instructions comprising the call sequence.
5669
7dbd117d
MC
56702001-05-19 Michael Chastain <chastain@redhat.com>
5671
5672 * gdb.base/callfuncs.exp: Make all test names unique.
5673 * gdb.base/commands.exp: Make all test names unique.
5674 * gdb.base/condbreak.exp: Make all test names unique.
5675 * gdb.base/dbx.exp: Make all test names unique.
5676 * gdb.base/default.exp: Make all test names unique.
5677 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
5678 and TIMEOUT messages to their corresponding PASS message.
5679 * gdb.base/ending-run.exp: Make all test names unique.
5680 * gdb.base/long_long.exp: Remove duplicate test.
5681
6b0b0a9e
KB
56822001-05-21 Kevin Buettner <kevinb@redhat.com>
5683
5684 * gdb.base/finish.exp (finish_void): Allow "finish" command to
5685 stop on the call statement as well as the statement after the
5686 call.
5687
2caa35cb
MS
56882001-05-21 Michael Snyder <msnyder@redhat.com>
5689
5690 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
5691
40713331
EZ
56922001-05-10 Elena Zannoni <ezannoni@redhat.com>
5693
5694 * gdb.base/completion.exp: Revamp test. Make it execute on all
5695 platforms.
5696
c2c1be8d
EZ
56972001-05-10 Elena Zannoni <ezannoni@redhat.com>
5698
2c9cd303
EZ
5699 * config/gdbserver.exp (gdb_load): Handle the case
5700 in which the arguments to gdbserver are given in the
5701 baseboard configuration file.
5702 Also handle the case in which the server needs to do a
5703 load.
5704
9671de48
KS
57052001-05-07 Keith Seitz <keiths@cygnus.com>
5706
5707 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
5708 set up the display for testing.
5709 (gdbtk_start): Convert all paths to paths that tcl will like.
5710 Export target information to environment.
5711 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
5712 necessary.
5713 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
5714 (to_tcl_path): New proc to convert a given pathname into
5715 a path acceptible as an argument to a tcl command.
5716 (_gdbtk_export_target_info): New proc to export target info
5717 into the environment for gdbtk testing.
5718 (gdbtk_done): New proc to signal end-of-test.
5719
5a360f47
JB
57202001-05-06 Jim Blandy <jimb@redhat.com>
5721
5722 * restore.c: Make the code of caller0 correspond to its comment.
5723
66c756c6
MS
57242001-05-03 Michael Snyder <msnyder@redhat.com>
5725
5726 * config/sid.exp (gdb_target_sid): Check for error messages.
5727 On error or timeout, don't make expect exit (which will terminate
5728 all subsequent tests); instead just make gdb exit.
d63a86f8 5729 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
5730 return a negative value.
5731
a966fde5
JB
57322001-04-24 Jim Blandy <jimb@redhat.com>
5733
851c18e0
JB
5734 * gdb.c++/templates.exp: If we see the prompt for the overload
5735 list, but we haven't recognized any of the longer patterns,
5736 arrange for this test to fail, not hang.
5737
a966fde5
JB
5738 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
5739 variations.
5740
db144853
MC
57412001-04-22 Michael Chastain <chastain@redhat.com>
5742
5743 * gdb.c++/local.exp: Use the 'runto' library function.
5744 * gdb.c++/namespace.exp: Likewise.
5745 * gdb.c++/overload.exp: Likewise.
5746
3207ec21
KB
57472001-03-26 Kevin Buettner <kevinb@redhat.com>
5748
5749 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
5750 * gdb.base/step-line.exp: New file. Test step/next in presence of
5751 #line directives.
5752 * gdb.base/step-line.c: New file. Test program for the above.
5753 * gdb.base/step-line.inp: New file. We pretend that this file has
5754 been transformed by some other tool into step-line.c.
5755
13b57657
JB
57562001-03-21 Jim Blandy <jimb@redhat.com>
5757
5758 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
5759 unmangled operator names.
5760
754cbe1c
JB
57612001-03-20 Jim Blandy <jimb@redhat.com>
5762
5763 * gdb.threads/linux-dp.exp: Recognize an additional message
5764 generated by GDB when it doesn't understand how to debug threads
5765 on the target system.
5766
177495c9
AC
57672001-03-19 Andrew Cagney <ac131313@redhat.com>
5768
5769 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
5770
f266096b
MC
57712001-03-12 Michael Chastain <chastain@redhat.com>
5772
5773 * gdb.c++/derivation.exp: Use the 'runto' library function.
5774
cac3c2ff
MC
57752001-03-12 Michael Chastain <chastain@redhat.com>
5776
5777 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
5778
b6c11a24
MC
57792001-02-24 Michael Chastain <chastain@redhat.com>
5780
5781 * gdb.c++/ref-types.exp: Change handwritten code to library
5782 function 'runto'.
5783
6bae5bce
OF
57842001-03-16 Orjan Friberg <orjanf@axis.com>
5785
5786 * gdb.base/signals.exp: Set count to 0 explicitly.
5787
0015fd9a
MS
57882001-03-15 Mark Salter <msalter@redhat.com>
5789
5790 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
5791 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
5792 (gdb_load): Add support for additional target_info: gdb_download_size
5793 and gdb_load_timeout.
0015fd9a 5794
fc33412a
DT
5795Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
5796
5797 * gdb.base/annota1.exp: Move test of isnative to earlier in the
5798 file -- to prevent failing when the compile fails but we have no
5799 intention of running the tests anyway.
5800
5801 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
5802 tests if set.
5803
5804 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
5805 integers.
5806
5807 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
5808 * gdb.c++/namespace.exp: Ditto.
5809
115f06de
OF
58102001-03-07 Orjan Friberg <orjanf@axis.com>
5811
5812 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
5813 * gdb.base/pointers.exp: Relax pattern match of decimals.
5814
b6ba6518
KB
58152001-03-06 Kevin Buettner <kevinb@redhat.com>
5816
5817 * Makefile.in, config/abug.exp, config/cfdbug.exp,
5818 config/cpu32bug.exp, config/dve.exp, config/est.exp,
5819 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
5820 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
5821 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
5822 config/sh.exp, config/sid.exp, config/slite.exp,
5823 config/sparclet.exp, config/udi.exp, config/unknown.exp,
5824 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
5825 config/vxworks.exp, config/vxworks29k.exp,
5826 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
5827 gdb.base/all-bin.exp, gdb.base/annota1.exp,
5828 gdb.base/arithmet.exp, gdb.base/assign.exp,
5829 gdb.base/async.exp, gdb.base/attach.exp,
5830 gdb.base/bitfields.exp, gdb.base/bitops.exp,
5831 gdb.base/break.exp, gdb.base/call-ar-st.exp,
5832 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
5833 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
5834 gdb.base/commands.exp, gdb.base/completion.exp,
5835 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
5836 gdb.base/constvars.exp, gdb.base/corefile.exp,
5837 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
5838 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
5839 gdb.base/ending-run.exp, gdb.base/environ.exp,
5840 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
5841 gdb.base/finish.exp, gdb.base/foll-exec.exp,
5842 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
5843 gdb.base/funcargs.exp, gdb.base/help.exp,
5844 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
5845 gdb.base/logical.exp, gdb.base/long_long.exp,
5846 gdb.base/maint.exp, gdb.base/mips_pro.exp,
5847 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
5848 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
5849 gdb.base/pointers.exp, gdb.base/printcmds.exp,
5850 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
5851 gdb.base/regs.exp, gdb.base/relational.exp,
5852 gdb.base/remote.exp, gdb.base/reread.exp,
5853 gdb.base/restore.exp, gdb.base/return2.exp,
5854 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
5855 gdb.base/selftest.exp, gdb.base/setshow.exp,
5856 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
5857 gdb.base/sigall.exp, gdb.base/signals.exp,
5858 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
5859 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
5860 gdb.base/step-test.exp, gdb.base/structs.c,
5861 gdb.base/structs.exp, gdb.base/structs2.exp,
5862 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
5863 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
5864 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
5865 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
5866 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
5867 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
5868 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
5869 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
5870 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
5871 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
5872 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
5873 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
5874 gdb.fortran/types.exp, gdb.java/jmisc.exp,
5875 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
5876 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
5877 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
5878 gdb.trace/circ.exp, gdb.trace/collection.exp,
5879 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
5880 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
5881 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
5882 gdb.trace/report.exp, gdb.trace/save-trace.exp,
5883 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
5884 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
5885 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
5886 notices.
5887
dc96c6c7 58882001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
5889
5890 * gdb.base/varargs.c (find_max_double): Fix printf format string:
5891 first arg is int not float.
5892
dc96c6c7 58932001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
5894
5895 * gdb.base/reread.exp: Unsupported for non-native targets;
5896 doesn't work for remote debugging.
5897
9b0c4aeb
FN
58982001-02-19 Fernando Nasser <fnasser@redhat.com>
5899
5900 From Drew Moseley <dmoseley@redhat.com>
5901 * gdb.base/ending-run.exp: Properly handle the BSP state when
5902 stepping past the end of main.
5903
02aa71d5
MC
59042001-02-19 John Moore <jmoore@redhat.com>
5905
5906 * gdb.base/commands.exp (infrun_breakpoint_command_test):
5907 Converted HPUX fix for non-expected items following multiple
5908 step commands into general solution for all platforms.
5909
1fa449a4
MC
59102001-02-18 Michael Chastain <chastain@redhat.com>
5911
5912 * gdb.c++/classes.exp (do_tests): Change runto statements
5913 from "runto 'foo(void)'" to "runto 'foo'". This makes the
5914 statements demangler agnostic.
5915 * gdb.c++/virtfunc.exp (do_tests): Likewise.
5916 (gdb_virtfunc_restart): Likewise.
5917
b2f9ec70
MC
59182001-02-14 Michael Chastain <chastain@redhat.com>
5919
5920 * gdb.c++/inherit.exp (do_tests): Change runto statements
5921 from "runto 'foo(void)'" to "runto 'foo'". This makes the
5922 statements demangler agnostic.
5923
cf74b8ca
AC
5924Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
5925
5926 * gdb.threads/pthreads.exp: Unify pass/fail messages for
5927 ``continue to bkpt at common_routine in thread 2'' and ``stopped
5928 before calling common_routine 15 times'' tests.
5929
99f78f56
MC
59302001-02-11 Michael Chastain <chastain@redhat.com>
5931
5932 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
5933 Helps the test script figure out which demangler is in use.
5934 (dm_type_foo_ref): Ditto.
5935 (dm_type_int_star): Ditto.
5936 (dm_type_long_star): Ditto.
5937 (dm_type_unsigned_int): Ditto.
5938 (dm_type_void): Ditto.
5939 (dm_type_void_star): Ditto.
99707966 5940 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
5941 Probe the gdb demangler and set variables to accommodate
5942 formatting differences.
5943 (info_func_regexp): New function. Same as info_func, but
5944 matches against a regexp.
5945 (info_func): Match against a literal string.
5946 (print_addr_2): New function. Match against a literal string,
5947 which can be different from the input to gdb.
5948 (print_addr): Simply call print_addr_2 with the same argument twice.
5949 (test_lookup_operator_functions): Use demangler formatting variables.
5950 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
5951 the tests in the same order as the C++ class declaration.
5952 (test_paddr_operator_functions): Ditto.
5953 (test_paddr_overloaded_functions): Ditto.
5954 (test_paddr_hairy_functions): Use demangler formatting variables.
5955 Add reference to gdb/19 for related tests.
5956 (do_tests): Call probe_demangler.
5957
1de8f023
KB
59582001-01-30 Kevin Buettner <kevinb@redhat.com>
5959
5960 * gdb.c++/templates.cc (printf): Remove unused function definition.
5961
ca3f91ed
MS
59622001-01-26 Felix Lee <flee@redhat.com>
5963
5964 * sid.exp (sid_exit): Pass host, not target, to remote_close.
5965
59662001-01-25 matthew green <mrg@redhat.com>
5967
5968 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
5969 up sid.
5970 (sid_exit): Call `remote_pop_conn' after GDB is gone.
5971
59722001-01-25 matthew green <mrg@redhat.com>
5973
5974 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 5975 Deprecate $sid_spawn_id.
ca3f91ed
MS
5976 (sid_exit): Remove code necessary only for `spawn.'
5977
59782001-01-25 matthew green <mrg@redhat.com>
5979
5980 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
5981
fb18ec4a
MC
59822001-01-28 Michael Chastain <chastain@redhat.com>
5983
5984 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
5985 to call when tests fail. It takes gdb out of the overloaded
5986 function choice menu back to the main prompt, so that the test
5987 program stays synchronized.
5988 (set_bp_overloaded): New proc to collect all the common
5989 code for setting a breakpoint on an overloaded name. Calls
5990 take_gdb_out_of_choice_menu when needed.
5991 (menu_overload1arg): New variable to collect the repeated
5992 instances of the expected menu for an overloaded name. Change
5993 the regular expression to handle changes in g++ type encoding:
5994 "void" can be either "void" or "", and "unsigned int" can be
5995 either "unsigned int" or "unsigned".
5996 (continue_to_bp_overloaded): Change regular expressions to handle
5997 changes in g++ type encoding.
5998 (no proc): Call take_gdb_out_of_choice_menu when needed.
5999 Remove redundant calls to "info break". Accept either "canceled"
6000 or "cancelled". Change regular expressions in "info break"
6001 calls to handle changes in g++ type encoding. Give all tests
6002 unique strings.
6003
9c646a6e
BE
60042001-01-17 Ben Elliston <bje@redhat.com>
6005
6006 * config/sid.exp: New file.
6007
9549d9c1
AC
6008Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
6009
6010 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
6011
dc96c6c7 60122000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
6013
6014 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
6015 Add a RE to accept a non-ascii char if one is ever presented.
6016
b4df4f68
FN
60172000-12-20 Fernando Nasser <fnasser@redhat.com>
6018
297dd0fd 6019 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 6020
dc96c6c7 60212000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 6022
d63a86f8 6023 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
6024 in regexp. One '\' does not suffice on Linux.
6025
4a7bddb6
MC
60262000-12-09 Michael Chastain <chastain@redhat.com>
6027
6028 * gdb.base/break.exp (test_clear_command): Use a marker function
6029 rather than 'main' for the test function. Also move this
6030 test to an execution point where the marker function names are
6031 guaranteed to be bound to functions. (Executing tests after a
6032 'finish' from main runs into name conflicts with local names
6033 in __libc_start_main).
6034
dc96c6c7 60352000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
6036
6037 * gdb.base/finish.exp: New test for gdb's "finish" command.
6038 * gdb.base/return2.exp: New test for gdb's "return" command.
6039 * gdb.base/return2.c: New source file for above.
6040
dc96c6c7 60412000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
6042
6043 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
6044 * gdb.base/miscexprs.exp: Ditto.
6045 * gdb.base/pointers.exp: Ditto.
6046 * gdb.c++/derivation.exp: Ditto.
6047 * gdb.c++/local.exp: Ditto.
6048 * gdb.c++/namespace.exp: Ditto.
6049 * gdb.c++/overload.exp: Ditto.
6050 * gdb.c++/ref-types.exp: Ditto.
6051
dc96c6c7 60522000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
6053
6054 * gdb.base/constvars.exp: Test result of "up" command.
6055 * gdb.base/miscexprs.exp: Ditto.
6056 * gdb.base/pointers.exp: Ditto.
6057 * gdb.base/scope.exp: Ditto.
6058 * gdb.c++/derivation.exp: Ditto.
6059 * gdb.c++/local.exp: Ditto.
6060 * gdb.c++/namespace.exp: Ditto.
6061 * gdb.c++/overload.exp: Ditto.
6062 * gdb.c++/ref-types.exp: Ditto.
6063
44097287
FN
60642000-11-22 Michael Chastain <chastain@redhat.com>
6065
6066 * mips_pro.exp: Accept either "middle -> top -> main" or
6067 "middle -> main" in the backtrace, because gcc can optimize
6068 tail calls to jumps. Remove setup_xfail for the hppa case.
6069 Add a comment with the original warning messages from PR 3016,
6070 which was filed in 1993, to preserve them for posterity.
6071
9d2e1bab
ND
60722000-11-17 Nick Duffek <nsd@redhat.com>
6073
6074 * lib/gdb.exp (gdb_test): Override timeout with board info.
6075
1aca8eb7
ND
60762000-11-17 Nick Duffek <nsd@redhat.com>
6077
6078 * gdb.base/display.exp: Don't kill running stub. Add "again" to
6079 the second kill and detach messages.
6080
93076499
ND
60812000-11-17 Nick Duffek <nsd@redhat.com>
6082
6083 * configure.in: Add AC_EXEEXT.
6084 * configure: Regenerate.
6085 * Makefile.in (just-check): Export EXEEXT.
6086 * lib/gdb.exp ($EXEEXT): Import from environment.
6087 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
6088 expect "maint dump-me" on Cygwin.
6089 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
6090 $EXEEXT.
6091
30e87cd3
ND
60922000-11-17 Nick Duffek <nsd@redhat.com>
6093
6094 * gdb.base/break.exp: Test backtrace and finish from called
6095 function on all platforms, not just HP-UX.
6096
dc96c6c7 60972000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
6098
6099 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
6100 code from gdb_target_monitor, so it can be used independantly
6101 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 6102
dc96c6c7 61032000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
6104
6105 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
6106 * gdb.base/corefile.exp: Expect the message "Program is being
6107 debugged already" when we send the "corefile" command, since
6108 the preceeding gdb_load may have connected gdb to a remote target.
6109 * gdb.base/display.exp: Disable hardware watchpoints if new
6110 board info variable "no_hardware_watchpoints" is true.
6111 Replace single-letter commands with more readable ones.
6112 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
6113 if new board info variable "no_hardware_watchpoints" is true.
6114 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
6115 to see if stdio (printf) testing is possible.
6116 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
6117 board info variable "no_hardware_watchpoints" is true. Use new
6118 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
6119
39124dea
FN
61202000-11-13 Fernando Nasser <fnasser@redhat.com>
6121
6122 From Orjan Friberg <orjanf@axis.com>:
6123 * gdb.base/printcmds.exp: Escape curly braces followed by a number
6124 in array print pattern match.
6125
a9e2e984
FN
61262000-11-09 Fernando Nasser <fnasser@redhat.com>
6127
6128 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
6129 spelling "cancelled" to U.S. spelling "canceled" to match changes
6130 made to gdb.
6131 * gdb.c++/ovldbreak.exp: Ditto.
6132
c7db355b
PS
61332000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6134
6135 * gdb.base/callfuncs.c (main): Moved to end of file, call
6136 t_double_values to initialize the FPU before inferior calls are made.
6137 * gdb.base/callfuncs.exp: Test for register preservation after calling
6138 inferior functions. Add tests for continuining, finishing and
6139 returning from a stop in a call dummy.
6140
dc96c6c7 61412000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
6142
6143 * gdb.base/commands.exp: Break up long lines, and re-indent.
6144
dc96c6c7 61452000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
6146
6147 * config/gdbserver.exp: Rewritten from the ground up, to make it
6148 compatible with the current dejagnu tree, and to make it work with
6149 the new "gdbserver" in libremote.
6150
dc96c6c7 61512000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
6152
6153 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
6154 * gdb.base/varargs.exp: Skip entire test if no printf support.
6155 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
6156 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
6157
dc96c6c7 61582000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
6159
6160 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
6161 no floating point support.
6162 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
6163 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
6164 * gdb.base/call-rt-st.exp: Ditto.
6165 * gdb.base/call-strs.exp: Ditto.
6166
bac5fc66
JG
61672000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
6168
6169 * gdb.base/sizeof.c: include <stdio.h>.
6170
6171 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
6172 'finish', otherwise uncaptured gdb_prompt would potentially
6173 throw remaining test points out of sync.
6174
b22a6027
SB
61752000-07-26 Scott Bambrough <scottb@netwinder.org>
6176
6177 * gdb.base/recurse.exp: Run tests for all targets.
6178 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
6179 gnu-oldld case on ARM.
6180 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
6181 for ARM targets.
d63a86f8 6182
d8231941
AG
6183Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
6184
6185 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
6186 * gdb.java/configure: Rebuild.
6187
8caabe69
AG
6188Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
6189
6190 * gdb.java/jv-exp.exp: New file.
6191
9d273ca3
AG
6192Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
6193
6194 * configure: Rebuilt.
6195 * configure.in (configdirs): Add gdb.java.
6196 * gdb.java/jmisc.java: New file.
6197 * gdb.java/jmisc.exp: New file.
6198 * gdb.java/Makefile.in: New file.
6199 * gdb.java/configure: Rebuilt.
6200 * gdb.java/configure.in: New file.
6201 * lib/java.exp: New file.
6202
4f823a66
AC
6203Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
6204
6205 * gdb.base/exprs.exp: Test casts to a pointer including over and
6206 underflow.
6207
2391e11d
AC
6208Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
6209
6210 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
6211 and the compilers sizes.
6212
54602222
ND
62132000-07-09 Nick Duffek <nsd@redhat.com>
6214
6215 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
6216 (use_methods): New function.
6217 (main): Call use_methods().
6218 * gdb.c++/classes.exp (test_method_param_class): New procedure.
6219 (do_tests): Call test_method_param_class.
6220
2bec0572
ND
62212000-07-09 Nick Duffek <nsd@redhat.com>
6222
6223 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
6224 spelling.
6225 (test_enums): New procedure. Move enum tests from end of script
6226 to here. Set breakpoint on function name instead of line number.
6227 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
6228 (enums2): New marker function.
6229 (enums1): New function.
6230 (main): Call enums1(). Move enum tests to enums1().
6231
78492fde
AC
6232Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
6233
6234 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
6235 compile/link program. Update line numbers.
6236 * gdb.asm/d10v.inc: Define ``startup''.
6237 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 6238
49a2cef8
AC
6239Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
6240
6241 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
6242
3e6c8688
EZ
62432000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6244
6245 * gdb.base/maint.exp: Add 'maint print architecture' item to output
6246 of 'help maint print' command.
6247
9ff5cbe9
AC
6248Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
6249
6250 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
6251 they use gdb_expect_list.
6252
17c579bd
AC
6253Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
6254
6255 * gdb.base/commands.exp: Use ``set remote
6256 memory-read-packet-size'' instead of ``set endian big'' to test
6257 long commands.
6258
e6d71bf3
DB
62592000-06-03 Daniel Berlin <dan@cgsoftware.com>
6260
6261 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 6262 g++, and stop skipping them.
e6d71bf3
DB
6263
6264 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
6265 work under g++.
6266
d63a86f8 6267 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
6268 initialization.
6269
dc96c6c7 62702000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
6271
6272 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
6273 the regular expression: accept an (almost) arbitrary sequence of
6274 "frames-invalid" and "breakpoints-invalid" messages both before
6275 and after the "starting" message.
6276
dc96c6c7 62772000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
6278
6279 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 6280
dc96c6c7 62812000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
6282
6283 * gdb.base/annota1.exp (annotate-signal-handler-caller):
6284 Relax the regular expression a little, make it pass on Solaris 8.
6285
8216cda9
KB
62862000-05-12 Kevin Buettner <kevinb@redhat.com>
6287
6288 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 6289 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
6290 Instead, it is permissible for gdb to stop on the line of the
6291 call itself.
6292
1a570b2f
MS
62932000-05-12 Michael Snyder <msnyder@.cygnus.com>
6294
6295 * gdb.base/break.exp (bp on small function, optimized file):
6296 Add a second pass pattern. The behavior differs here between stabs
6297 and dwarf for one-line functions. Stabs preserves two line symbols
6298 (one before the prologue and one after) with the same line number,
6299 but dwarf regards these as duplicates and discards one of them.
6300 Therefore the address after the prologue (where the breakpoint is)
6301 has no exactly matching line symbol, and GDB reports the breakpoint
6302 as if it were in the middle of a line rather than at the beginning.
6303
dc96c6c7 63042000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 6305
d63a86f8 6306 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
6307 rather than "send_gdb" (for consistancy).
6308
7d418785
AC
6309Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6310
6311 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
6312 * gdb.c++/templates.cc: Properly check for GCC version number.
6313 * lib/compiler.cc: Likewise
6314
dc96c6c7 63152000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 6316
d63a86f8 6317 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
6318 gdb may not stop at the first line of main, due to code motion.
6319
dc96c6c7 63202000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
6321
6322 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
6323 This test depends on parsing the printf output from the target.
6324 Since the sparclet stub doesn't do stdio, this will never work.
6325 * gdb.base/call-rt-st.exp: ditto.
6326 * gdb.base/call-strs: ditto.
6327
dc96c6c7 63282000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
6329
6330 * gdb.base/miscexprs.exp: make sizeof long array test portable.
6331
6332 * gdb.base/ending-run.exp: After connecting to a remote target,
6333 but before running, the target will appear to be in a random
6334 location. Specify both a file and a line for breakpoints.
6335 Also, the function that calls main may be called 'init'
6336 rather than 'start'.
6337
a5a51225
EZ
63382000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6339
6340 * gdb.base/help.exp: Update output for add-symbol-file command.
6341
7930cc7c
FN
63422000-04-10 Fernando Nasser <fnasser@cygnus.com>
6343
6344 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6345 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
6346
23e37ab1
C
63472000-04-07 J.T. Conklin <jtc@redback.com>
6348
e93c542c
C
6349 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
6350
23e37ab1
C
6351 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
6352
591b8fa3
PDM
6353Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
6354
6355 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
6356 values that can be represented exactly.
6357 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
6358 above change, and to not check against the directory part of the source
6359 file name.
6360 (step into print_long_arg_list): Likewise.
6361 (print print_small_structs from print_long_arg_list): Likewise.
6362 (print print_long_arg_list): Likewise.
6363
7a495180
EZ
63642000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6365
30b53638 6366 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 6367
beb998c6
AC
6368Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
6369
6370 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
6371
1c689132
DB
63722000-03-25 Daniel Berlin <dan@cgsoftware.com>
6373
6374 * gdb.base/commands.exp (deprecated_command_test): Add test for
6375 deprecate with no arguments.
6376
c1790a9d
JL
63772000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
6378
6379 * gdb.base/break.exp: Add new test for setting breakpoints on
6380 optimized code so we can test breakpoints work even when function
6381 prologues may be optimized away
6382
003ba290
FN
63832000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6384
6385 From David Whedon <dwhedon@gordian.com>
6386 * gdb.base/commands.exp : Added command deprecator tests.
6387
6837a0a2
DB
63882000-03-22 Daniel Berlin <dan@cgsoftware.com>
6389
6390 * gdb.base/help.exp: Added test for new apropos command.
6391
b9593231
KB
63922000-03-21 Kevin Buettner <kevinb@redhat.com>
6393
6394 * gdb.base/pointers.c (usevar): New function.
6395 (main): Make sure that global variables v_int_pointer2, rptr,
6396 and y are all referenced someplace in the program by calling
6397 usevar() on them. [Some linkers delete symbols which are
6398 never referenced. The space remains, but there's no way to
6399 get a (symbolic) handle on the variable from the debugger.]
6400
751a959b
EZ
64012000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6402
6403 * gdb.base/printcmds.c: Add typedeffed arrays.
6404
6405 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
6406 procedure to test arrays that are typedef'd.
6407
73a93a32
JI
64082000-03-13 James Ingham <jingham@leda.cygnus.com>
6409
6410 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 6411 the library directories.
73a93a32 6412
fb40c209
AC
6413Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
6414
6415 * configure.in (configdirs): Add sub directory gdb.mi.
6416 * configure: Re-generate.
6417
6418 * gdb.mi: New directory.
d63a86f8 6419
ee4dd2c9
AC
64202000-02-25 Scott Bambrough <scottb@netwinder.org>
6421
6422 * gdb.base/long_long.exp: Correct test suite failure when printing
6423 a long long value as a double on ARM platforms.
6424
70f0cc22
JB
64252000-02-16 Jim Blandy <jimb@redhat.com>
6426
6427 * gdb.base/break.exp ("breakpoint line number"): Make sure the
6428 default source file is set properly before running this test.
6429
853819b8
EZ
64302000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6431
6432 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
6433 gdbtk/library directory, not in gdbtcl2.
6434
dfcd3bfb
JM
64352000-02-04 Jim Blandy <jimb@redhat.com>
6436
6437 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
6438 backslash from regexp pattern.
6439
6440 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
6441 procedure. Use it to run all the "continue to bp overloaded"
6442 tests. Note that this changes the names of the tests slightly.
6443 If the breakpoint hit message includes a hex PC value, because
6444 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
6445 from the real source code, still consider that a pass.
6446
6447 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
6448 XFAIL here if the breakpoint message contains a hex address. Note
6449 similar change on 1999-11-02.
6450
6451 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
6452
6453 * gdb.base/ptype.exp: Establish a default source file before
6454 calling get_debug_format.
6455
64562000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
6457
6458 * gdb.base/watchpoint.exp: Remove duplication of test messages.
6459
8b93c638
JM
64602000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
6461
6462 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
6463 of successive stepi commands -- while in the prologue we should see
6464 the function entry bracket.
6465
64662000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
6467
6468 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
6469 reach __change_mode() when stepping through the end of main().
6470
c5394b80
JM
64712000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
6472
6473 * gdb.base/default.exp: Fix expected pattern.
6474 * gdb.base/help.exp: Same.
6475
0d06e24b
JM
64762000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6477
6478 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
6479 Don't use xfail's because that affects only the following test.
d63a86f8 6480
0d06e24b
JM
6481 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
6482 solaris or linux.
6483
6484 * gdb.base/selftest.exp: Update to reflect changes to main.c.
6485
dc96c6c7 64862000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 6487
d63a86f8 6488 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
6489 "A syntax error" rather than "A parse error". Accept both.
6490
64912000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
6492
6493 * gdb.base/default.exp: Remove OS dependent string from "target
6494 remote" test.
6495 * gdb.base/help.exp: Same for "help target remote" test.
6496
c3f6f71d
JM
64972000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6498
6499 From Jim Kingdon <kingdon@redhat.com>:
6500
6501 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
6502 prompt (cleanup rather than necessity, but still might keep output
6503 from spilling to next test).
6504
65052000-01-02 Fred Fish <fnf@cygnus.com>
6506
6507 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
6508 AIX, which defines them in <sys/types.h>.
6509
ed9a39eb 65101999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 6511
ed9a39eb
JM
6512 * gdb.base/default.exp: Match arm* etc instead of arm in "info
6513 float" test.
6514
65151999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 6516
ed9a39eb 6517 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
6518
6519 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
6520 outermost frame disallowed".
6521
65221999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
6523
6524 * gdb.base/setvar.exp: New tests for setting the value of a struct
6525 with a constant list.
6526
65271999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
6528
6529 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
6530 require the user to type a cast before setting the value of a struct.
6531
de57eccd
JM
65321999-12-06 Jim Blandy <jimb@cygnus.com>
6533
6534 * gdb.base/default.exp: Expect the new 'info float' command on
6535 all i386 platforms.
6536
6537 * gdb.threads/linux-dp.exp: Expand our ability to recognize
6538 LinuxThreads libraries that don't support debugging.
6539
c2d11a7d
JM
6540Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
6541
6542 * gdb.base/remote.c: Fill the buffer with truely random data.
6543 Change the buffer type to ``unsigned char'' to simplify size
6544 arithmetic.
6545
6546 * gdb.base/remote.exp: Reduce download numbers by one. Typical
6547 stub only handles 400-1 byte packets. Verify that the download
6548 worked.
6549
65501999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
6551
6552 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
6553 tests, using UNRESOLVED for the untested cases. Also, does not wait
6554 for a timeout if the prompt was received before a recognizable pattern.
6555
65561999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
6557
6558 * lib/gdb.exp (gdb_expect_list): Fix spelling.
6559
65601999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6561
6562 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
6563 watchpoints.
6564
65651999-11-24 Jason Merrill <jason@casey.cygnus.com>
6566
6567 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
6568
6569 * gdb.c++/local.exp: Be more flexible in recognizing local class
6570 name mangling. Don't allow horribly truncated method names.
6571 * gdb.c++/derivation.exp: Expect protected inheritance.
6572 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
6573 * gdb.c++/virtfunc.exp: Likewise.
6574 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
6575 when printing a nested enum.
6576
65771999-11-22 Jim Blandy <jimb@cygnus.com>
6578
6579 * gdb.base/step-test.exp: Properly await GDB's response to setting
6580 a breakpoint on the call to large_struct_by_value.
6581
6582 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
6583 just because we have debug info for the `start' function.
6584
65851999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
6586
6587 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
6588 "Unknown signal" messages, which indicate (on LinuxThreads) that
6589 GDB doesn't know how to debug threads on this system. This is
6590 better than hanging while philosopher 0 dumps chatter into gdb.log.
6591
65921999-11-18 Tom Tromey <tromey@cygnus.com>
6593
6594 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
6595
65961999-11-18 Fred Fish <fnf@cygnus.com>
6597
6598 * gdb.base/coremaker2.c: Add sample program for generating
6599 cores that is more self contained than coremaker.c. Eventually
6600 I'll add more code to this and tie it into the testsuite.
6601
4ce44c66
JM
66021999-11-12 Stan Shebs <shebs@andros.cygnus.com>
6603
6604 * gdb.base/dollar.exp: Remove, now in gdb.hp.
6605
66061999-11-10 Jimmy Guo <guo@cup.hp.com>
6607
6608 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
6609 from $srcdir/lib/.
6610 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
6611 and gdb.c++/.
6612
6613 * gdb.c++/derivation.exp: remove redundant get compiler info code.
6614
d63a86f8 6615 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
6616 'continue with watch' test point.
6617
66181999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
6619
6620 Merged from p2linux-990323-branch:
d63a86f8 6621
4ce44c66
JM
6622 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
6623
11cf8741
JM
6624Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
6625
6626 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
6627 {limit,fixed}''. Test ``set download-write-size''.
6628
6629Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
6630
6631 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
6632 gdb_expect_list.
6633
6634Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
6635
6636 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
6637
66381999-11-03 Mark Salter <msalter@cygnus.com>
6639
6640 * gdb.base/break.exp: Fix "stub continue" pattern.
6641
66421999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
6643
6644 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
6645
66461999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
6647
6648 * gdb.base/display.exp ("finish"): Add timeout clause.
6649
6650 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
6651 plain prompt clause, so this doesn't have to time out in order to
6652 fail.
6653
6654 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
6655 breakpoint hit messages include an address.
6656
6657 * gdb.base/display.exp: Don't forget to escape parens in regular
6658 expressions. Unix regexp notatation sucks.
6659
66601999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6661
6662 * gdb.base/annota1.exp: Test for annotate-signalled: change output
6663 order for 'signalled' message.
6664
5c44784c
JM
66651999-11-01 Stan Shebs <shebs@andros.cygnus.com>
6666
6667 From Jimmy Guo <guo@cup.hp.com>:
6668 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
6669 * gdb.base/annota1.c: Add code for tests to work with.
6670
66711999-10-26 Frank Ch. Eigler <fche@cygnus.com>
6672
6673 * gdb.base/remote.exp: New test for remote downloading settings.
6674 * gdb.base/remote.c: New file with large .data.
6675
917317f4
JM
66761999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
6677
6678 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
6679 for LinuxThreads support, merged from the Code Fusion branch.
6680
6681Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
6682
6683 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
6684 containing exp_continue into a while within an expect. Don't
6685 attempt a start more than three times. Check return value from
6686 gdb_load.
d63a86f8 6687
2df3850c
JM
6688Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
6689
6690 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
6691 a pass case.
6692
2acceee2
JM
66931999-10-01 Kevin Buettner <kevinb@cygnus.com>
6694
6695 * gdb.base/break.c (main): Added a statement that we can step
6696 off of.
6697 * gdb.base/break.exp: Added tests for setting a breakpoint
6698 at an offset and stepping onto a breakpoint.
6699
67001999-10-01 Fred Fish <fnf@cygnus.com>
6701
d63a86f8 6702 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
6703 gdb output.
6704
c2c6d25f
JM
67051999-09-18 Jim Blandy <jimb@cris.red-bean.com>
6706
6707 * gdb.base/break.exp: Code locations are in hex, don't forget!
6708 (For HP-UX.)
6709
67101999-09-17 Stan Shebs <shebs@andros.cygnus.com>
6711
6712 * condbreak.exp: Use break.c as test program.
6713 * condbreak.c: Remove, redundant with break.c.
6714
67151999-09-15 Stan Shebs <shebs@andros.cygnus.com>
6716
6717 * config/monitor.exp (gdb_target_monitor): Disable X- and
6718 Z-packets if the target needs it.
6719
67201999-09-13 James Ingham <jingham@leda.cygnus.com>
6721
6722 * gdb.c++/overload.exp: Added tests for listing overloaded
6723 functions with function pointers in the arg, explicitly calling
6724 out the version you want.
6725
cff3e48b
JM
67261999-09-09 Stan Shebs <shebs@andros.cygnus.com>
6727
6728 * long_long.exp: Add variations of test cases that work for
6729 targets with 16-bit ints and 32-bit doubles.
6730
d4f3574e
SS
67311999-09-08 Stan Shebs <shebs@andros.cygnus.com>
6732
6733 * break.c (main): Compare a possibly-uninitialized argc with an
6734 unlikely value that fits in 16 bits.
6735
67361999-09-07 Stan Shebs <shebs@andros.cygnus.com>
6737
6738 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
6739 0xfeeb, don't want negative numbers if ints are 16 bits.
6740
6741 * lib/gdb.exp (skip_cplus_tests): New proc.
6742 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
6743 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
6744 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
6745 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
6746 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
6747 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
6748 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
6749 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
6750
6751 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
6752
6753Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
6754
6755 * gdb.base/corefile.exp (up): Allow a parameter to appear
6756 in the frame that we're going up to.
6757
6758 From Jim Blandy <jimb@cygnus.com>:
6759
6760 * gdb.base/default.exp (info float): Expect some output now.
6761
6762 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
6763 returning floating-point values to fail on the x86.
6764 * gdb.base/callfwmall.exp (do_function_calls): Same.
6765
6766 * gdb.base/list.exp (test_listsize): Correct expectations for
6767 listing line 1 with listsize 2. Also, listing a single line
6768 works now, as does listing three lines. [Kevin's note: There
6769 were a number of other cases fixed too where the expectations
6770 differed...]
6771
67721999-09-02 Stan Shebs <shebs@andros.cygnus.com>
6773
6774 * gdb.base/selftest.exp: Add case for when version prints as
6775 constant string instead of char pointer.
6776
104c1213
JM
67771999-08-25 Stan Shebs <shebs@andros.cygnus.com>
6778
6779 * gdb.base/ending-run.exp: Add Solaris case for what happens when
6780 stepping out of main.
6781
6782 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
6783 G++ used.
6784
6785 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
6786 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
6787
6788 * gdb.c++/ovldbreak.exp: Update match string in test that
6789 includes a warning of multiple breakpoints.
6790
67911999-08-24 Stan Shebs <shebs@andros.cygnus.com>
6792
6793 * gdb.base/display.exp: Improve precision of step-after-finish
6794 added yesterday.
6795
6796 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
6797 test.
6798
6799 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
6800 configs when using G++, not just hppa*.
6801
68021999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6803
6804 * gdb.base/async.c: New file.
6805 * gdb.base/async.exp: New file.
6806
6807Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
6808
6809 * gdb.base/break.exp: Tweak PA specific tests to properly handle
6810 PA64.
6811
53a5351d
JM
6812Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
6813
104c1213
JM
6814 * gdb.base/display.exp: "finish" can leave us mid-line on many
6815 targets, deal with it. Add a small constant to main, instead of
6816 1000 since main+1000 may not be a valid address in the target.
6817
53a5351d
JM
6818 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
6819 on hpux11.
6820
6821 * gdb.base/attach.exp: Handle another hpux11 error message variant
6822 when attaching to a process that does not exist.
6823
68241999-08-19 J.T. Conklin <jtc@redback.com>
6825
6826 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
6827 characters in 'continue to 1241' test.
6828
68291999-08-17 Stan Shebs <shebs@andros.cygnus.com>
6830
6831 * gdb.base/call-ar-st.exp: Add a shorter match case for the
6832 stop in print_long_arg_list, define and use a whitespace
6833 variable in print_small_structs test, add an XFAIL for Solaris.
6834 * gdb.base/dbx.exp: XFAIL func commands until somebody is
6835 interested enough to fix.
6836
7be570e7
JM
68371999-08-13 Keith Seitz <keiths@cygnus.com>
6838
6839 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
6840 (dbx_gdb_load): Remove. Use gdb_load instead, since that
6841 proc knows about targets other than the natives.
6842 (test_assign): Use "gdb_run_cmd" to "run" the target.
6843 Check that we've actually hit the breakpoint at main.
6844 When we attempt to assign a value to a local variable, check
6845 that the variable is in the current scope, i.e., don't use
6846 a test with an empty result.
6847
6848Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
6849
6850 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
6851 command.
6852
68531999-08-09 Stan Shebs <shebs@andros.cygnus.com>
6854
6855 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6856 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
6857 gdb.compat, gdb.threads-hp.
6858 gdb.hp/configure, gdb.hp/configure.in: New files.
6859 gdb.hp/Makefile.in: Recurse into new subdirs.
6860 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
6861 gdb.hp/gdb.objdbg: New directory, tests for debugging info
6862 in object files.
6863 gdb.hp/tools: New directory, aux tools for HP-specific tests.
6864
96baa820
JM
68651999-08-05 Stan Shebs <shebs@andros.cygnus.com>
6866
6867 * gdb.base/display.exp: Help expect by putting a newline in the
6868 funky printf, remove a bogus p/a test.
6869
68701999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6871
6872 * gdb.base/display.exp: Make sure that when we say 'run', we are
6873 connected to the target. This is necessary when running not
6874 natively.
6875
68761999-08-03 Stan Shebs <shebs@andros.cygnus.com>
6877
6878 * gdb.base/step-test.exp: Removed some extraneous messages.
6879
6880 * gdb.base/long_long.exp: Don't run memory examination tests
6881 on little-endian targets (they will need a different set of
6882 results to match).
6883
68841999-08-02 Stan Shebs <shebs@andros.cygnus.com>
6885
6886 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
6887 until somebody decides to fix GDB.
6888
6889 * gdb.base/long_long.c: Stop compiler complaint by specifying long
6890 constant as "ULL".
6891 * gdb.base/long_long.exp: Loosen x/c test, add partial result
6892 matches for a couple x/2 commands.
6893
a0b3c4fd
JM
68941999-07-30 Stan Shebs <shebs@andros.cygnus.com>
6895
6896 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
6897 by merging in ref-types2 tests.
6898 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
6899
6900 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6901 * gdb.c++/Makefile.in: Add standard actions.
6902 (EXECUTABLES): Rename from PROGS, update list.
6903 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
6904 from gdb.hp.
6905 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
6906 foo and bar locals.
6907 * gdb.c++/anon-union.exp: Fix tests to match.
6908 * gdb.c++/classes.exp: Run if HP compiler used, add extra
6909 expect matches to handle output variations.
6910 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
6911 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
6912 output, add HP alternatives for new and delete prints.
6913 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
6914 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
6915 * gdb.c++/demangle.exp: Use $style when reporting failure.
6916 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
6917 * gdb.c++/inherit.exp: Run if HP compiler used, add some
6918 match alternatives.
6919 * gdb.c++/local.exp: Add match alternatives or xfails for HP
6920 compilers.
6921 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
6922 * gdb.c++/method.exp: Add match alternatives.
6923 * gdb.c++/misc.cc: Add bool types.
6924 * gdb.c++/misc.exp: Add tests for bool types.
6925 * gdb.c++/overload.exp: Add xfails.
6926 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
6927 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
6928 add some more template parameter tests (only for HP currently).
6929 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
6930 * gdb.c++/virtfunc.cc: Add return type and value for main.
6931 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
6932 match alternatives.
d63a86f8 6933
a0b3c4fd
JM
69341999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6935
6936 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
6937
69381999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
6939
6940 * gdb.base/signals.exp: Don't expect getting a backtrace from
6941 within a signal handler to fail on Linux.
6942
69431999-07-29 Stan Shebs <shebs@andros.cygnus.com>
6944
6945 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6946 * lib/gdb.exp: Remove some gratuitious semicolons.
6947 (delete_breakpoints): Increase timeout.
6948 (gdb_expect): Add -notransfer option.
6949 (gdb_test): Use -notransfer option.
6950 (get_compiler_info): Add f77 case.
6951 (get_compiler): New proc, split out from gdb_preprocess, add f77
6952 case.
6953 (gdb_preprocess): Call get_compiler.
6954
6955 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
6956 * gdb.base/attach.exp, gdb.base/display.exp,
6957 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
6958 gdb.base/long_long.exp, gdb.base/printcmds.exp,
6959 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
6960 third arg to gdb_test.
6961 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
6962 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
6963 HP-UX xfails, add others.
6964 * gdb.base/completion.exp: Reflect name change of self-test.
6965 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
6966 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
6967 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
6968 HP failure number.
6969 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
6970 useless HP-UX 10.30 references.
6971 * gdb.base/maint.exp: Loosen matches.
6972 * gdb.base/pointers.c (main): Declare more_code.
6973 * gdb.base/pointers.exp: Match on output of a `next'.
6974 * gdb.base/structs.c: Add prototypes.
6975 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
6976 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
6977
69781999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6979
6980 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
6981 command.
6982
69831999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6984
6985 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
6986 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
6987
6988 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
6989 debug info. Deal with lack of signal hanlder info in stack.
6990
6991 From Jim Kingdon <kingdon@redhat.com>:
6992 * gdb.base/annota1.exp: If printf has debug info, deal with it.
6993
5a2468f5
JM
69941999-07-19 Stan Shebs <shebs@andros.cygnus.com>
6995
6996 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
6997 gdb.base/foll-vfork.exp: Don't run for crosses.
6998
adf40b2e
JM
6999Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
7000
7001 * gdb.base/configure.in: Check for gdbvars.exp instead of
7002 a1-selftest.exp.
7003 * gdb.base/configure: Re-generate.
7004
70051999-07-12 Stan Shebs <shebs@andros.cygnus.com>
7006
7007 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
7008 in trying to run first and name is too long.
7009
7010 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
7011 pointers2.c and pointers2.exp, respectively.
7012 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
7013 doschk happier.
7014
43e526b9
JM
70151999-07-08 Stan Shebs <shebs@andros.cygnus.com>
7016
7017 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
7018 callfuncs2.c and callfuncs2.exp.
7019
7020 * gdb.base/list.exp: Remove mistaken xfails.
7021 * gdb.base/list0.h: Add optional prototypes.
7022
9846de1b
JM
7023Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
7024
7025 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
7026 calling malloc.
7027 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
7028 * ptype.exp: Move test for get_debug_format to before its first
7029 use.
7030
70311999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7032
7033 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
7034 * gdb.base/annota2.cc, annota2.exp: Move from here.
7035 * gdb.c++/annota2.cc, annota2.exp: To here.
7036 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
7037
43ff13b4
JM
7038Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7039
7040 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
7041 a consistent format.
7042
085dd6e6
JM
70431999-06-25 Stan Shebs <shebs@andros.cygnus.com>
7044
7045 From Jimmy Guo <guo@cup.hp.com> and others at HP:
7046 * lib/gdb.exp (get_compiler_info): Add detection for assorted
7047 HP compilers, also set the globals $true and $false.
7048
7049 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
7050 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
7051 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
7052 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
7053 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
7054 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
7055 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
7056 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
7057 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
7058 whatis.c} Add C++ compatible function definitions and return
7059 types, add includes for library functions.
7060 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
7061 * gdb.base/step-test.c (myglob): Rename from glob.
7062 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
7063 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
7064 files, move here from gdb.hp.
7065 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
7066 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
7067 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
7068 Adjust line numbers in regexps.
7069
7070 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
7071 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
7072 instead of 0/1.
7073
7074 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
7075 foll-vfork.exp: New files, move here from gdb.hp.
7076 * gdb.base/page.exp: New file, test of pagination command.
7077
7078 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
7079 recursion test.
7080 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
7081
7082 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
7083 gdb.base/solib.exp: Fix compiler invocation process.
7084
7085 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
7086 HP-UX 11, turn off overload resolution explicitly.
7087 * gdb.base/commands.exp: Set argument list explicitly, add
7088 watchpoint test.
7089 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
7090 them work.
7091 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
7092 expressions properly.
7093 * gdb.base/corefile.exp: Loosen the match slightly.
7094 * gdb.base/default.exp: Allow "Error accessing memory" message
7095 also.
7096 * gdb.base/display.exp: Skip over x/0 j if PA64.
7097 * gdb.base/funcargs.exp: Add xfails for HP-UX.
7098 * gdb.base/interrupt.exp: Ditto.
7099 * gdb.base/langs.exp: Add symbolic matches governed by compiler
7100 in use.
7101 * gdb.base/list.exp: Add xfails for HP-UX.
7102 * gdb.base/long_long.exp: Refine some of the numeric matches.
7103 * gdb.base/mips_pro.exp: Xfail on HP-UX.
7104 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
7105 * gdb.base/nodebug.exp: Succeed on more varieties of output.
7106 * gdb.base/opaque.exp: Remove some HP-UX xfails.
7107 * gdb.base/ptype.exp: Succeed on more varieties of output.
7108 * gdb.base/scope.exp: Add xfails for HP-UX.
7109 * gdb.base/sect-cmd.exp: Add more cases.
7110 * gdb.base/setvar.exp: Add xfails for HP-UX.
7111 * gdb.base/shlib-call.exp: Loosen some matches slightly.
7112 * gdb.base/signals.exp: Match on void symbolically.
7113 * gdb.base/step-test.exp: Add case for PA64.
7114 * gdb.base/term.exp: Add exit and restart.
7115 * gdb.base/twice.exp: Clean up after self.
7116 * gdb.base/varargs.exp: Disable overload resolution explicitly.
7117 * gdb.base/whatis.exp: Allow more ways to pass tests.
7118
7119 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
7120 no longer useful.
7121
7122Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
7123
7124 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
7125 list of patterns.
7126 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
7127 print_double_array(double_array)", "continuing to breakpoint
7128 1018", "print print_double_array(array_d)" and "continuing to
7129 1034" tests.
d63a86f8 7130
085dd6e6
JM
71311999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7132
7133 * Makefile.in: Add empty html and install-html targets.
7134
71351999-06-24 Stan Shebs <shebs@andros.cygnus.com>
7136
7137 * config/mt-*: Remove, these haven't been used since 1996.
7138
71391999-06-22 Stan Shebs <shebs@andros.cygnus.com>
7140
7141 * gdb.base/call-strs.c, gdb.base/ending-run.c,
7142 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
7143 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
7144
9e0b60a8
JM
71451999-06-18 Stan Shebs <shebs@andros.cygnus.com>
7146
7147 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
7148 simpler match case for the ptype of the big class.
7149
71501999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
7151
7152 * gdb.exp: Fix test for gdb_prompt existence.
7153
71541999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
7155
7156 * gdb.exp (gdb_test): Add fail after calls to perror.
7157
71581999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
7159
7160 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
7161
71621999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
7163
7164 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
7165
0f71a2f6
JM
7166Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
7167
7168 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
7169 malloc() is linked in.
7170
71711999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
7172
7173 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
7174 step at end.
7175
7176 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
7177
71781999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
7179
7180 * gdb.java/jv-print.exp: New file. (Our first Java test!)
7181
cce74817
JM
7182Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
7183
7184 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
7185 * gdb.base/mips_pro.exp: Likewise.
7186
71871999-06-02 Keith Seitz <keiths@cygnus.com>
7188
7189 * gdb.c++/templates.cc: Change all "new" operators to throw
7190 an exception.
7191 * gdb.c++/cplusfuncs.cc: Likewise.
7192
7193 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
7194
7195Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
7196
7197 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
7198 * gdb.base/ending-run.exp: When stepping out of main, accept a
7199 step into an arbitrary assembler file.
7200
392a587b
JM
72011999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7202
d63a86f8 7203 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 7204 "breakpoint-invalid" to be printed.
d63a86f8 7205 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
7206 number of "frames-invalid" and "breakpoint-invalid" to be printed.
7207 * gdb.base/annota2.cc: Initialize a.x to 0.
7208
9e086581
JM
72091999-05-17 Keith Seitz <keiths@cygnus.com>
7210
7211 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
7212 when "skip_float_tests" set.
7213 Ditto for "print print_double_array(array_d)", "print print_small_structs",
7214 "print print_ten_doubles", and "step into print_long_arg_list".
7215 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
7216 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
7217 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
7218 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
7219 "skip_float_tests" is set.
7220 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
7221 when "skip_float_tests" set.
d63a86f8 7222
cd0fc7c3
SS
72231999-05-06 Keith Seitz <keiths@cygnus.com>
7224
7225 * gdb.base/annota2.cc: Include stdio.h.
7226
7227Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
7228
7229 * gdb.base/crossload.exp: Remove, this has been disabled ever
7230 since BFD stopped including all targets, and cross-GDB gets
7231 plenty of testing anyway.
7232 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
7233 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
7234 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
7235 * gdb.base/README: Remove, was doc for this.
7236 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
7237 needed.
7238
b83266a0
SS
72391999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7240
7241 * gdb.base/call-ar-st.exp: Fix one regular expression in test
7242 output.
7243
7244 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
7245 * gdb.base/annota2.exp: New file. More annotation tests.
7246 * gdb.base/annota1.c: New file. Source file for annota1.exp.
7247 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
7248
72491999-04-23 Angela Marie Thomas <angela@cygnus.com>
7250
7251 * config/cfdbug.exp: New file.
7252
7a292a7a
SS
72531999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
7254
7255 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
7256 Marcus Daniel's and Dale Hawkins's demangler crashes.
7257
7258 * gdb.c++/demangle.exp (test_gnu_style_demangling,
7259 test_lucid_style_demangling, test_arm_style_demangling,
7260 test_hp_style_demangling): Try Tom Tromey's core-dumping
7261 identifier under each demangling style.
7262
72631999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
7264
7265 * gdb.c++/demangle.exp: Include the current demangling style
7266 in all test names.
7267 (current_demangling_style): New global variable.
7268 (set_demangling_style, test_demangling_core, test_demangling,
7269 test_demangling_exact): New functions.
7270 (test_gnu_style_demangling, test_lucid_style_demangling,
7271 test_arm_style_demangling, test_hp_style_demangling): Use those,
7272 instead of calling gdb_test and gdb_test_exact directly.
7273 (catch_demangling_errors): New function, which reports errors
7274 signalled by the demangling test functions in an orderly way.
7275 (do_tests): Use catch_demangling_errors.
7276
72771999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
7278
7279 * gdb.base/signals.exp (test_handle_all_print): Use () for
7280 grouping in expressions, not {}.
7281
7282 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
7283 initialized yet.
7284
72851999-04-01 Stan Shebs <shebs@andros.cygnus.com>
7286
7287 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
7288 are listed.
7289
72901999-03-26 Stan Shebs <shebs@andros.cygnus.com>
7291
7292 * gdb.stabs/weird.exp: Test for CC being defined before
7293 looking at its value.
7294
72951999-03-25 Stan Shebs <shebs@andros.cygnus.com>
7296
7297 * gdb.base/call-ar-st.exp: Remove stray '#'.
7298 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
7299 "short int" and "long int".
7300 * gdb.c++/overload.cc: Cast the string added in the previous
7301 change, to mollify finicky HP compiler.
7302 * gdb.hp/reg-test.exp (testfile): Fix file name.
7303 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 7304
7a292a7a
SS
7305 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
7306 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
7307 alternate form of enum ptype.
7308
c906108c
SS
73091999-03-23 Stan Shebs <shebs@andros.cygnus.com>
7310
7a292a7a
SS
7311 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
7312 * gdb.hp/*.exp: Change all to run compiler probe only after
7313 passing skip_hp_tests, so as not to waste time on guaranteed
7314 failure.
7315
c906108c
SS
7316 * gdb.c++/overload.cc: Pass string instead of char addr, always
7317 init ccpfoo.
7318 * gdb.c++/templates.cc: Fix syntax error.
7319
7a292a7a
SS
7320Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7321
7322 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 7323 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
7324 command.
7325
73261999-03-18 James Ingham <jingham@cygnus.com>
7327
7328 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
7329
7330 * gdb.c++/method.exp: It was testing an uninitialized int on the
7331 stack and assuming it was positive.
7332
7333 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
7334
7335 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 7336 keep it from killing the rest of the tests.
7a292a7a
SS
7337 Use gdb_continue_to_end.
7338
7339 * gdb.base/sigall.exp: use gdb_continue_to_end.
7340
7341 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
7342
7343 * gdb.base/display.exp: use runto_main, not run.
7344
d63a86f8
RM
7345 * gdb.base/default.exp: Check for the current error message in the
7346 r abbreviation test.
7a292a7a
SS
7347 Add strongarm to the targets that know info float.
7348
d63a86f8 7349 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
7350 run which doesn't work with monitors.
7351
7352 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
7353
7354 * gdb.base/break.exp: use the gdb_continue_to_end proc.
7355
7356 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
7357 program. Traps the case (in Cygmon) when the program never really
7358 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
7359 more places, so I used my name. Sorry Mark...
7360
7361 * config/monitor.exp (gdb_target_monitor): added another
7362 target_info parameter: remotebinarydownload. This will set the
7363 remotebinarydownload flag if this is causing some boards trouble.
7364
73651999-03-18 Mark Salter <msalter@cygnus.com>
7366
7367 * lib/gdb.exp (continue_to_exit): New function.
7368
7369 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
7370 * gdb.base/ending-run.exp: Ditto.
7371 * gdb.base/step-test.exp: Ditto.
7372
73731999-03-16 Stan Shebs <shebs@andros.cygnus.com>
7374
7375 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
7376 (suggested by Art Haas <ahaas@neosoft.com>).
7377
73781999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
7379
7380 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7381
7382Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
7383
7384 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
7385 descriptions of types (short unsigned int vs unsigned short, etc).
7386
73871999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
7388
7389 * gdb.base/call-strs.exp: Don't assume that `step' will step over
7390 a call to strlen; sometimes we do have sources.
7391
73921999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
7393
7394 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
7395 character, so GDB won't print garbage after its end.
d63a86f8 7396
c906108c
SS
7397 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
7398 breakpoint there instead. Sometimes GCC emits memcpy to handle
7399 the large structures being passed by value, so we step into that
7400 instead of sum_array_print, which obscures what we're really testing.
7401 * gdb.base/step-test.exp: However, we do want a test that notices
7402 the bizarre steps into memcpy, so do that here. Add check for
7403 stepping into function calls that pass large structures by value.
7404 ("Is that a noun clause, or are you just happy to see me?")
7405 Remove all references to specific line numbers.
7406 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
7407 New type and function.
7408 (main): Call large_struct_by_value, passing it a large struct by value.
7409 * lib/gdb.exp (gdb_get_line_number): New function.
7410
7411 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
7412 more portable.
7413
7a292a7a
SS
74141999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
7415
c906108c
SS
7416 * lib/gdb.exp: Doc fixes.
7417
7a292a7a
SS
74181999-03-05 Nick Clifton <nickc@cygnus.com>
7419
d63a86f8 7420 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
7421
74221999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
7423
c906108c
SS
7424 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
7425 commands. They're not germane to this test, and they don't work
7426 that way on remote targets.
7427
3fc11d3e
JM
74281999-03-01 James Ingham <jingham@cygnus.com>
7429
7430 * Changelog entries merged over from gdb development branch.
7431
3fc11d3e
JM
7432 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
7433
7434 * lib/gdb.exp (gdbtk_analyze_results): Generic function
7435 for outputting results of test run.
7436
2d4a1622 7437 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
7438
7439 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 7440
7a292a7a
SS
74411999-02-25 Felix Lee <flee@cygnus.com>
7442
7443 * lib/gdb.exp (debug_format): initialize
7444
c906108c
SS
74451999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
7446
7447 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
7448 * gdb.base/call-rt-st.c: Ditto.
7449
c906108c
SS
74501999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
7451
7452 * gdb.threads/pthreads.exp (horiz): New variable.
7453 (test_startup): Fix regexps that capture thread numbers.
7454
74551999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
7456
7457 * gdb.base/smoke.exp: Disambiguate two test case names (both
7458 called ``print'').
7459
7460Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
7461
7462 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
7463 compilation.
7464
74651999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
7466
7467 * gdb.base/miscexprs.exp: Change patterns to match GDB's
7468 actual output formatting.
7469 * gdb.base/smoke.exp: GDB removes leading 0's.
7470 * gdb.base/volatile.exp: Don't check type of remuneration;
7471 that variable is no longer defined in constvars.c.
7472 * gdb.base/step-test.c (main): Exit with explicit exit code.
7473 * gdb.base/step-test.exp: Remove two nexti checks--they are
7474 not portable.
7475
74761999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
7477
7478 * gdb.base/help.exp ("help delete display"): Fix test to match
7479 gdb's output.
7480
7481 * gdb.base/long_long.c (known_types): Initialize values to zero.
7482 * gdb.base/long_long.exp: Step one more line
7483 so 'dec' is initialized in "get to known place". GDB removes
d63a86f8 7484 leading zeros. Explicitly ask for hex formatting. Use
c906108c
SS
7485 unique test case names.
7486
7487Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7488
d63a86f8 7489 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
7490
7491 * gdb.c++/method.exp: Add missing close brace.
7492
74931999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
7494
7495 * gdb.base/maint.exp: Use 'set height 0' to disable page
7496 prompting, not 'set height 400'.
7497
7498 Fix a bunch of timeouts.
7499 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
7500 four separate tests, so expect doesn't take forever to match a ton
7501 of text against a regexp with lots of .* forms.
7502 ("maint print psymbols", "maint print symbols"): Make some of
7503 these greps more selective, so that expect doesn't try to wade
7504 through huge piles of output and time out.
7505
7506 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
7507
7508 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
7509 tests: one which doesn't expect shlib events to be reported, and
7510 another which does, but is XFAIL for all platforms other than
7511 HP/UX.
7512
7513 * gdb.base/break.exp: Teach the test suite that the `catch
7514 fork', `catch vfork', and `catch exec' commands produce error
7515 messages on platforms that don't provide these features.
7516
7517Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
7518
7519 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
7520 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
7521 (shortening names from solib_threshold.exp etc), won't run on
7522 anything but HP-UX for the foreseeable future.
7523 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
7524 reflect move.
7525
7526Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
7527
7528 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
7529 gdb.trace/Makefile.in (clean): Remove all test executables.
7530
7531Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
7532
7533 * gdb.base/shlib-call.exp: add test cases to verify that gdb
7534 successfully re-sets breakpoints in shared libraries.
7535 * gdb.base/shmain.c (main): return 0, don't fall off the end.
7536
7537Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7538
d63a86f8
RM
7539 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
7540 and compiled w/o GCC.
c906108c
SS
7541
7542 * gdb.hp/watch-cmd.exp: ditto.
7543
7544 * gdb.hp/watch-hp.exp: ditto.
7545
7546 * gdb.hp/xdb1.exp: ditto.
7547
7548 * gdb.hp/xdb2.exp: ditto.
7549
7550 * gdb.hp/dbx.exp: ditto.
7551
7552Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
7553
7554 * constvars.c: Remove C++-isms.
7555 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
7556 with GCC.
7557
7558Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
7559
7560 The following changes are part of the HP merge.
7561
7562 * gdb.base/break.exp: new tests to verify that catchpoints for
7563 fork, vfork, and exec don't trigger inappropriately.
7564
7565 * gdb.base/opaque.exp: compile one file at a time, then link.
7566
7567 * gdb.base/signals.exp: be more restrictive about which hppa
7568 systems receive a setup_xfail. new tests.
7569
7570 * gdb.base/solib_threshold.build: new file.
7571 * gdb.base/solib_threshold.exp: new file.
7572 * gdb.base/solib_threshold.link_opts: new file.
7573 * gdb.base/solib_threshold.mk: new file.
7574 * gdb.base/gen_solib_threshold.c: new file.
7575
7576 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
7577 tests. New tests for enums inside classes.
7578
7579 * gdb.c++/compiler.cc: indicate support of template debugging.
7580
7581 * gdb.c++/demangle.exp: run hp style demangling tests.
7582
7583 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
7584 tests.
7585
7586 * gdb.c++/misc.cc: changes to support new tests.
7587
7588 * gdb.c++/templates.cc: changes to support HP's compiler; changes
7589 to support new tests.
7590
7591 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
7592 gcc, then skip these tests.
7593
7594Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
7595
7596 The following files are part of the HP merge; some had longer
7597 names at HP, but have been renamed to be no more than 14
7598 characters in length.
7599
7600 * gdb.hp/ambiguous.cc: new file.
7601 * gdb.hp/ambiguous.exp: new file.
7602 * gdb.hp/attach.exp: new file.
7603 * gdb.hp/attach2.exp: new file.
7604 * gdb.hp/classes-hp.exp: new file.
7605 * gdb.hp/ctti.exp: new file.
7606 * gdb.hp/ctti-add.cc: new file.
7607 * gdb.hp/ctti-add1.cc: new file.
7608 * gdb.hp/ctti-add2.cc: new file.
7609 * gdb.hp/ctti-add3.cc: new file.
7610 * gdb.hp/dbx.exp: new file.
7611 * gdb.hp/exception.cc: new file.
7612 * gdb.hp/exception.exp: new file.
7613 * gdb.hp/foll-exec.c: new file.
7614 * gdb.hp/foll-exec.exp: new file.
7615 * gdb.hp/foll-fork.c: new file.
7616 * gdb.hp/foll-fork.exp: new file.
7617 * gdb.hp/foll-vfork.c: new file.
7618 * gdb.hp/foll-vfork.exp: new file.
7619 * gdb.hp/inherit-hp.exp: new file.
7620 * gdb.hp/more-steps.exp: new file.
7621 * gdb.hp/namespace.cc: new file.
7622 * gdb.hp/namespace.exp: new file.
7623 * gdb.hp/optimize.exp: new file.
7624 * gdb.hp/pxdb.c: new file.
7625 * gdb.hp/pxdb.exp: new file.
7626 * gdb.hp/quicksort.exp: new file.
7627 * gdb.hp/reg-test.exp: new file.
7628 * gdb.hp/reg-test.s: new file.
7629 * gdb.hp/sized-enum.c: new file.
7630 * gdb.hp/sized-enum.exp: new file.
7631 * gdb.hp/start-stop.exp: new file.
7632 * gdb.hp/templ-hp.cc: new file.
7633 * gdb.hp/templ-hp.exp: new file.
7634 * gdb.hp/thr-lib.c: new file.
7635 * gdb.hp/thr-lib.exp: new file.
7636 * gdb.hp/thr-lib.h: new file.
7637 * gdb.hp/thr-liblib.c: new file.
7638 * gdb.hp/virtfun-hp.c: new file.
7639 * gdb.hp/virtfun-hp.exp: new file.
7640 * gdb.hp/watch-cmd.exp: new file.
7641 * gdb.hp/watch-hp.exp: new file.
7642 * gdb.hp/xdb1.exp: new file.
7643 * gdb.hp/xdb2.exp: new file.
7644 * gdb.hp/xdb3.exp: new file.
7645
7646Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
7647
7648 The following files are part of the HP merge; some had longer
7649 names at HP, but have been renamed to be no more than 14
7650 characters in length.
7651
7652 * gdb.base/ss.h: new file.
7653 * gdb.base/call-ar-st.c: new file.
7654 * gdb.base/call-ar-st.exp: new file.
7655 * gdb.base/call-rt-st.c: new file.
7656 * gdb.base/call-rt-st-exp: new file.
7657 * gdb.base/call-strs.exp: new file.
7658 * gdb.base/ena-dis-br.exp: new file.
7659 * gdb.base/environ.exp: new file.
7660 * gdb.base/long_long.exp: new file.
7661 * gdb.base/sect-cmd.exp: new file.
7662 * gdb.base/shlib-cl2.exp: new file.
7663 * gdb.base/smoke.exp: new file.
7664 * gdb.base/so-impl-ld.c: new file.
7665 * gdb.base/so-impl-ld.exp: new file.
7666 * gdb.base/so-indr-cl.c: new file.
7667 * gdb.base/so-indr-cl.exp: new file.
7668 * gdb.base/varargs.exp: new file.
7669 * gdb.base/volatile.exp: new file.
7670 * gdb.base/whatis-exp.exp: new file.
7a292a7a 7671 * gdb.base/display.exp: new file.
c906108c
SS
7672 * gdb.c++/derivation.exp: new file.
7673 * gdb.c++/local.exp: new file.
7674 * gdb.c++/member-ptr.exp: new file.
7675 * gdb.c++/overload.exp: new file.
7676 * gdb.c++/ovldbreak.exp: new file.
7677 * gdb.c++/ref-types.exp: new file.
7678 * gdb.c++/ref-types2.exp: new file.
7679 * gdb.c++/userdef.exp: new file.
d63a86f8 7680
c906108c
SS
7681Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7682
7683 * gdb.base/default.exp: Reflect wording change in remote.c.
7684
dc96c6c7 7685Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7686
7687 * gdb.base/help.exp: Update to reflect current text.
7688
7689Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
7690
7691 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
7692 they're stack variables and contain garbage.
7693 * gdb.c++/anon-union.exp: new file.
7694
7695 The following changes were made by David Taylor
7696 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
7697 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
7698 in changes by HP.
7699
7700 * gdb.base/bitops.exp: new file.
7701 * gdb.base/default.exp: change expected messages for catch and
7702 info catch tests to reflect HP merge changes.
7703 * gdb.base/enable-disable-break.exp
7704 * gdb.base/ending-run.c: new file.
7705 * gdb.base/long_long.c: new file.
7706 * gdb.base/maint.exp: new file.
7707 * gdb.base/pointers2.exp: new file.
7708 * gdb.base/shlib-call2.exp: new file.
7709 * gdb.base/solib.exp: new file.
7710 * gdb.base/step-test.c: new file.
7711 * gdb.c++/anon-union.cc: new file.
7712 * gdb.c++/local.cc: new file.
7713 * gdb.c++/member-pointer.cc: new file.
7714 * gdb.c++/method.cc: new file.
7715 * gdb.c++/ref-types.cc: new file.
7716 * gdb.c++/ref-types2.cc: new file.
7717 * gdb.c++/userdef.cc: new file.
d63a86f8 7718
c906108c
SS
7719 * gdb.base/scope.exp: compile one file at a time, then link.
7720 * gdb.base/langs.exp: ditto.
7721 * gdb.base/list.exp: ditto.
d63a86f8 7722
c906108c
SS
7723Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
7724
7725 The following changes were made by David Taylor
7726 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
7727 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
7728 in changes by HP.
d63a86f8 7729
c906108c
SS
7730 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
7731 skip tests. When compiling pass c++ flag to gdb_compile.
7732 * gdb.c++/
d63a86f8 7733
c906108c
SS
7734 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
7735 test for on hppa*-*-hpux*; use args to see if c++ was specified.
7736 (skip_hp_tests): new function.
7737 (gdb_preprocess): new function.
7738
7739 * configure.in (hpdir): decide whether to configure gdb.hp.
7740 * configure: regenerated.
7741
7742 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
7743 to delete on clean.
7744 (EXECUTABLES): update to reflect new additions.
7745 * gdb.base/commands.exp: update message expected.
7746 * gdb.base/default.exp: add copyright notice.
7747 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
7748 * gdb.base/help.exp: update messages to reflect current text.
7749 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
7750 targets for recurse tests.
7751 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
7752 skip this file.
7753
7754 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
7755 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
7756 compilation.
7757 * gdb.c++/misc.exp: ditto.
7758 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
7759 run the tests. tell gdb_compile that it's a c++ compilation.
7760
7761 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 7762
c906108c
SS
7763 * gdb.base/all-bin.exp: new file.
7764 * gdb.base/arithmet.exp: new file.
7765 * gdb.base/assign.exp: new file.
7766 * gdb.base/completion.exp: new file.
7767 * gdb.base/cond-expr.exp: new file.
7768 * gdb.base/condbreak.exp: new file.
7769 * gdb.base/define.exp: new file.
7770 * gdb.base/dollar.exp: new file.
7771 * gdb.base/environment.exp: new file.
7772 * gdb.base/eval-skip.exp: new file.
7773 * gdb.base/jump.exp: new file.
7774 * gdb.base/logical.exp: new file.
7775 * gdb.base/pointers.exp: new file.
7776 * gdb.base/relational.exp: new file.
7777 * gdb.base/section_command.exp: new file.
7778 * gdb.base/whatis-expr.exp: new file.
7779
7780 * gdb.base/all-types.c: new file.
7781 * gdb.base/call-array-struct.c: new file.
7782 * gdb.base/call-return-struct.c: new file.
7783 * gdb.base/call-strings.c: new file.
7784 * gdb.base/callfuncs2.c: new file.
7785 * gdb.base/condbreak.c: new file.
7786 * gdb.base/constvars.c: new file.
7787 * gdb.base/display.c: new file.
7788 * gdb.base/int-type.c: new file.
7789 * gdb.base/jump.c: new file.
7790 * gdb.base/miscexprs.c: new file.
7791 * gdb.base/pointers.c: new file.
7792 * gdb.base/pointers2.c: new file.
7793 * gdb.base/shmain.c: new file.
7794 * gdb.base/shr1.c: new file.
7795 * gdb.base/shr2.c: new file.
7796 * gdb.base/solib.c: new file.
7797 * gdb.base/solib1.c: new file.
7798 * gdb.base/solib2.c: new file.
7799 * gdb.base/varargs.c: new file.
7800 * gdb.c++/derivation.cc: new file.
7801 * gdb.c++/overload.cc: new file.
7802 * gdb.c++/ovldbreak.cc: new file.
7803 * gdb.hp/attach.c: new file.
7804 * gdb.hp/attach2.c: new file.
7805 * gdb.hp/average.c: new file.
7806 * gdb.hp/compiler.c: new file.
7807 * gdb.hp/compiler.cc: new file.
7808 * gdb.hp/execd-program.c: new file.
7809 * gdb.hp/follow-exec.c: new file.
7810 * gdb.hp/follow-fork.c: new file.
7811 * gdb.hp/follow-vfork-and-exec.c: new file.
7812 * gdb.hp/misc-hp.cc: new file.
7813 * gdb.hp/more-steps.c: new file.
7814 * gdb.hp/optimize.c: new file.
7815 * gdb.hp/quicksort.c: new file.
7816 * gdb.hp/run-hp.c: new file.
7817 * gdb.hp/start-stop.c: new file.
7818 * gdb.hp/sum.c: new file.
7819 * gdb.hp/templates-hp.cc: new file.
7820 * gdb.hp/thread-local-in-lib.c: new file.
7821 * gdb.hp/thread-local-in-lib.h: new file.
7822 * gdb.hp/thread-local-in-lib.lib.c: new file.
7823 * gdb.hp/vforked-program.c: new file.
7824 * gdb.hp/virtfunc-hp.cc: new file.
7825 * gdb.hp/watchpoint-hp.c: new file.
7826 * gdb.hp/xdb.c: new file.
7827 * gdb.hp/xdb0.c: new file.
7828 * gdb.hp/xdb0.h: new file.
7829 * gdb.hp/xdb1.c: new file.
7830
7831Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
7832
7833 The following change was made by Edith Epstein
7834 <eepstein@cygnus.com> as part of a project to merge in changes
7835 originally made by HP; HP did not create ChangeLog entries.
7836
7837 * gdb.c++/demangle.exp: changed the expected output for some
7838 ARM-style mangling -- removed second reference to datatype.
7839 For example, maint demangle __dt__11T1__pt__2_cFv
7840 T1<char>::~T1<char>(void)
7841 becomes,
7842 maint demangle __dt__11T1__pt__2_cFv
7843 T1<char>::~T1(void)
7844
7845 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 7846
c906108c
SS
7847Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
7848
7849 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
7850 * gdb.trace/backtrace.exp: Likewise.
7851 * gdb.trace/circ.exp: Likewise.
7852 * gdb.trace/collection.exp: Likewise.
7853 * gdb.trace/deltrace.exp: Likewise.
7854 * gdb.trace/infotrace.exp: Likewise.
7855 * gdb.trace/limits.exp: Likewise.
7856 * gdb.trace/packetlen.exp: Likewise.
7857 * gdb.trace/passc-dyn.exp: Likewise.
7858 * gdb.trace/passcount.exp: Likewise.
7859 * gdb.trace/report.exp: Likewise.
7860 * gdb.trace/save-trace.exp: Likewise.
7861 * gdb.trace/tfind.exp: Likewise.
7862 * gdb.trace/tracecmd.exp: Likewise.
7863 * gdb.trace/while-dyn.exp: Likewise.
7864 * gdb.trace/while-stepping.exp: Likewise.
7865
78661998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
7867
7868 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
7869
7870Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
7871
7872 From Brendan Kehoe:
7873 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
7874 int return types.
7875
7876Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
7877
7878 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
7879 remote dos host testing right.
7880
7881Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
7882
7883 * gdb.base/corefile.exp: remove some xfails.
7884
7885Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
7886
7887 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
7888 have different timestamps.
7889
7890Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
7891
7892 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
7893 gdb.base/default.exp: Replace "exec" with "executable".
7894
7895Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
7896
7897 * gdb.base/default.exp: Change else if to elseif from previous
7898 delta.
7899
7900Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
7901
7902 * gdb.base/default.exp: Add brace missing from previous delta.
7903
7904Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
7905
7906 * gdb.base/default.exp: Support test for info float for all
7907 varieties of arm toolchain.
7908
dc96c6c7 7909Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7910
7911 * gdb.trace/*.exp: remove "remote_download" command.
7912
dc96c6c7 7913Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7914
7915 * gdb.trace/*.exp: remove -gdwarf from compile.
7916
7917Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
7918
7919 * gdb.trace/configure.in(AC_INIT): typo
7920 * gdb.trace/configure: regenerated
7921
dc96c6c7 7922Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7923
7924 * config/m68k-emc.exp: New file.
7925 * lib/<emc-support.exp trace-support.exp}: New files.
7926 * configure.in: add new test directory gdb.trace.
7927 * gdb.trace/{configure configure.in Makefile.in}: New files.
7928 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
7929 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
7930 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
7931 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
7932 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
7933 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
7934 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 7935
dc96c6c7 7936Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7937
7938 * gdb.c++/classes.exp: Change all regular expressions to match
7939 arbitrary combinations of newline/carriage-return, so that they
7940 will work equally well on Unix and Windows.
7941 * gdb.c++/inherit.exp: ditto.
7942 * gdb.c++/virtfunc.exp: ditto.
7943
79441998-08-11 Dawn Perchik <dawn@cygnus.com>
7945
7946 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
7947
c2d11a7d
JM
7948Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
7949
7950 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
7951 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
7952 to use a0-a3/d0-d3 as needed.
7953
7954Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
7955
7956 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
7957 * gdb.disasm/am33.exp: Corresponding changes.
7958
c906108c
SS
79591998-07-11 Felix Lee <flee@cygnus.com>
7960
7961 * gdb.base/callfuncs.exp: add cmp10 test.
7962 * gdb.base/callfuncs.c (cmp10): new function.
7963
7964Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
7965
d63a86f8 7966 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
7967 into two parts to get around a synchronization problem in expect.
7968
3fc11d3e
JM
7969Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
7970
7971 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
7972
7973 * configure.in: Add options for gdbtk testsuite.
7974
7975 * configure: Regenerate.
7976
7977 * gdb.gdbtk: New directory to hold gdbtk tests.
7978
c906108c
SS
7979Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7980
7981 * gdb.fortran/types.exp: Escape brackets in expect patterns
7982 for test_float_literal_types_accepted tests.
7983 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
7984 before run test.
7985
c2d11a7d
JM
7986Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
7987
7988 * am33.exp: Just compile, do not link the testcase.
7989 * am33.s: Add ".am33" pseudoop to force am33 mode.
7990
c906108c
SS
79911998-06-25 Felix Lee <flee@cygnus.com>
7992
7993 * gdb.base/setshow.exp: make sure $pc is sane.
7994
7995 * gdb.stabs/weird.exp: split expect patterns properly.
7996
c2d11a7d
JM
7997Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
7998
7999 * gdb.disasm/am33.s: New disassembler testfile for the am33.
8000 * gdb.disasm/am33.exp: Run it.
8001
dc96c6c7 8002Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
8003
8004 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
8005 match processing (and eliminate spurious timeouts when running).
8006
dc96c6c7 8007Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
8008
8009 * gdb.base/signals.exp (test_handle_all_print): put back Mach
8010 exception test, but conditionalize it on target [mach | gnu].
8011
dc96c6c7 8012Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
8013
8014 * gdb.base/overlays.exp: fixup compile line for linker script.
8015
8016Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
8017
8018 * gdb.fortran/types.exp: don't guess at float size.
8019
8020Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
8021
8022 * gdb.base/exprs.exp: delete test that depends on int size.
8023
8024Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
8025
8026 * config/sim.exp: Removed checks for target triplets.
8027 (gdb_target_sim): Use gdb,target_sim_options.
8028
8029Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
8030
8031 * gdb.base/reread.exp: New file.
8032 * gdb.base/reread1.c: New file.
8033 * gdb.base/reread2.c: New file.
8034
8035Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
8036
8037 * config/sim.exp: Use 'target sim -sparclite' when running
8038 SPARClite programs.
8039
8040Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
8041
8042 * gdb.base/structs2.exp: New file.
8043 * gdb.base/structs2.c: New file.
8044
8045Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
8046
8047 * gdb.asm/common.inc: New file.
8048 * gdb.asm/d10v.inc: New file.
8049 * asm-source.exp: Pass -I's to gas to find .inc files.
8050 Update line numbers in expected output.
8051 * asmsrc1.s: Rewrite.
8052 * asmsrc2.s: Rewrite.
8053 * configure.in: Create arch.inc symlink.
8054 * configure: Regenerate.
8055 * Makefile.in (distclean): Delete arch.inc.
8056
8057Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
8058
8059 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
8060 (t_enum_value2): ditto
8061 (t_enum_value3): ditto
8062 (main): ditto
8063Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8064
8065 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
8066 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
8067 change.
8068 Use gdb_test instead of send_gdb/gdb_expect sequences.
8069
8070Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
8071
8072 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
8073 not void.
8074
8075Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
8076
8077 * gdb.base/branches.c: Code with lots of loops and
8078 subroutines. Used to test gdbs ability to single step through PC
8079 changes, especially to test mips-tdep.c:mips_next_pc
8080
8081Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
8082
8083 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
8084 more rigorous EGCS C++ error checking.
8085
8086Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8087
8088 * gdb.base/help.exp: Clean up `help set args' and `help show args'
d63a86f8 8089 tests.
c906108c 8090 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
d63a86f8 8091 function when asleep.
c906108c 8092 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
d63a86f8
RM
8093 for i*86 Linux and SVR4 signal handling problems.
8094 Remove linux xfail for `next to handler in signals_tests_1', fixed
8095 by recent infrun.c change.
c906108c 8096 Limit backtrace to 10 frames to avoid timeout problems with infinite
d63a86f8 8097 stack backtraces.
c906108c
SS
8098 Adjust expect pattern in `handle all print' test to match Apr 28 1997
8099 target.[ch] change.
8100
8101Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
8102
8103 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
8104 for a newline from gdb before continuing.
8105 (default_gdb_exit): Just look for y or n.
8106 (gdb_test): Detect abnormal exit from GDB running on DOS; if
8107 it does, fail the rests of the tests in the file.
8108
8109Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
8110
8111 * config/cygmon.exp: New file.
8112
8113Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
8114
8115 * gdb.base/list.exp: Fix problem with "list default lines around
8116 main" test on remote targets.
8117
8118 * gdb.base/scope.exp: Fix problem with filelocal_bss before
8119 run test on remote targets.
8120
8121Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
8122
8123 * gdb.asm: New directory.
8124 * configure.in: Configure it.
8125 * configure: Regenerate.
8126 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
8127 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
8128
8129Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
8130
8131 * config/mn10300-eval.exp: New file to support MN10300 eval board.
8132
dc96c6c7 8133Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 8134
c906108c
SS
8135 * gdb.base/overlays (several files): Merge the two overlay
8136 managers into one. Change variables (foox, barx, bazx, grbxx)
8137 back into ints but force them to load in their proper sections.
8138
8139Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
8140
8141 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
8142 on-chip insn memory and IMAP1 to upper 128k.
8143 (D10VCopy): Handle memory regions crossing 16k boundaries.
8144 (D10VCopy): Transfer data in 32 bit chunks.
8145
8146Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
8147
8148 * gdb.base/overlays.c (main): Exit normally when result is
8149 correct.
8150
8151 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
8152 map. Include space for printf in .text segment.
8153
8154 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
8155 updated d10v memory VMA/LMA map.
8156 (D10VCopy): Call D10VTranslate.
d63a86f8 8157
c906108c
SS
8158Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
8159
8160 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
8161
8162 * gdb.base/bar.c (barx, bar): Change variable to small array so
8163 that it won't be put into the .sdata - small data -
8164 section. Update reference.
8165 * gdb.base/baz.c (bazx, baz): Ditto.
8166 * gdb.base/foo.c (foox, foo): Ditto.
8167 * gdb.base/grbx.c (grbxx, grbx): Ditto.
8168
8169 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
8170 to be arrays.
d63a86f8 8171
dc96c6c7 8172Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 8173
c906108c
SS
8174 * gdb.base/overlays.exp: fix up and get working again.
8175 Add tests for backtraces from an overlay function.
d63a86f8 8176
c906108c
SS
8177Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
8178
8179 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
8180 "calling function with watchpoint enabled".
8181
8182Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
8183
8184 * gdb.base/break.exp (test_next_with_recursion): Remove
8185 gdb_suppress_tests for d10v-*-*.
8186 * lib/gdb.exp (gdb_suppress_tests): Disable this function
8187 pending review of whether it is useful or not.
8188
8189Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
8190
8191 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
8192
8193Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
8194
8195 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
8196 * config/dve.exp: New file to support Densan boards.
8197
8198Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
8199
8200 * gdb.base/interrupt.exp: Document problem of simulators, signals,
8201 reads and BSD.
8202
8203Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
8204
8205 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
8206 response.
8207
8208 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
8209
8210Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
8211
8212 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
8213 test.
8214
8215 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
8216 target_sizeof_long and target_bigendian_p.
8217 (structs_by_value, structs_by_reference): Check values according
8218 to targets word size and endianess.
d63a86f8 8219
c906108c
SS
8220Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
8221
8222 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
8223 output.
8224
8225Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
8226
8227 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
8228 Update test of set args help to match source change.
8229
8230Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
8231
8232 * gdb.base/default.exp: Expect help system output to be in
8233 alphabetical order.
8234 * gdb.base/help.exp: Ditto.
8235
8236Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
8237
8238 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
8239 "i*86-pc-linux-gnu*".
8240 * gdb.base/interrupt.exp: Ditto.
8241 * gdb.base/corefile.exp: Ditto.
8242
8243 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
8244 define vxworks when building the testcase.
8245
8246 * gdb.base/ptype.exp: Fix testnames to be unique.
8247 * gdb.base/radix.exp: Ditto.
8248 * gdb.base/term.exp: Ditto.
8249 * gdb.base/whatis.exp: Ditto.
8250 * gdb.c++/classes.exp: Ditto.
8251
8252Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
8253
8254 * gdb.base/callfuncs.exp: Fix indentation.
8255
8256 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
8257 suppress_flag has been set.
8258 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
8259 target feature.
8260
8261Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
8262
8263 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
8264 the testcase.
8265
8266 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
8267 set_debug_traps() and breakpoint().
8268 * gdb.c++/misc.cc (main): Ditto.
8269 * gdb.c++/templates.cc (main): Ditto.
8270 * gdb.c++/virtfunc.cc (main): Ditto.
8271
8272Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
8273
8274 * lib/gdb.exp(gdb_step_for_stub): New function.
8275 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
8276 exists, reload the executable and do a "continue" instead of
8277 doing a jump.
8278 (runto_main): Use gdb_step_for_stub.
d63a86f8 8279
c906108c
SS
8280 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
8281 tests to have unique names.
8282 * gdb.base/callfuncs.exp: Ditto.
8283 * gdb.base/commands.exp: Ditto.
8284 * gdb.base/default.exp: Ditto.
8285 * gdb.base/help.exp: Ditto.
8286 * gdb.base/list.exp: Ditto.
8287 * gdb.base/opaque.exp: Ditto.
8288 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
8289 similar tests.
d63a86f8 8290
c906108c
SS
8291 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
8292 * gdb.c++/cplusfuncs.cc: Ditto.
8293 * gdb.c++/virtfunc.cc: Ditto.
8294
8295 * config/monitor.exp: Keep track of the last file we saw, rather
8296 than trying to get the info from gdb.
8297
8298 * gdb.fortran/types.exp: Move comment to previous line.
8299
8300Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
8301
8302 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
8303 target mode.
8304
8305Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
8306
8307 From Bob Manson:
8308 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
8309 string from GDB when it connects.
8310
8311 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
8312
8313Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
8314
8315 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
8316 if we can't get a debug format from GDB (we may be testing an
8317 older GDB). Use a 10 second timeout when checking for the format.
8318
8319 * gdb.stabs/weird.exp: Fix quoting.
8320
8321 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
8322
8323Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
8324
8325 * config/arm-ice.exp: New file.
8326
8327Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
8328
8329 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
8330 until it has been modified to work with the new testsuite.
8331
99707966 8332 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
8333 testcase won't compile, cause all of the testcases in the file to
8334 fail instead.
8335
8336 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
8337 (gdb_clear_suppressed): New procedure.
8338 (gdb_stop_suppressing_tests): Only clear suppress_flag if
8339 it contains a positive value.
8340
8341Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
8342
8343 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
8344
8345 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
8346
8347Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
8348
8349 * lib/gdb.exp (setup_xfail_format): New function.
8350 (get_debug_format): New function to get debug format.
8351 (debug_format): New global variable to hold last value set
8352 by get_debug_format.
8353 * gdb.base/list.exp: Call get_debug_format and expect some
8354 tests to fail for DWARF 1 and COFF formats.
8355 * gdb.c++/ptype.exp: Ditto.
8356 * gdb.c++/classes.exp: Ditto.
8357 * gdb.c++/cplusfuncs.exp: Ditto.
8358 * gdb.c++/inherit.exp: Ditto.
8359 * gdb.c++/templates.exp: Ditto.
8360 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 8361
c906108c
SS
8362Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
8363
8364 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
8365 host doesn't have a currently-open connection.
8366
8367 * config/sparclet.exp: Cleanups and fixes to make it generic for
8368 any gdb stub target. Handle cases where gdb doesn't respond when
8369 interrupted in a sane fashion.
8370
8371 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
8372 same thing in a totally different way.
8373
8374 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
8375 setting "timeout".
8376 (gdb_start): We set the global gdb_prompt variable in
8377 default_gdb_init now.
8378
8379Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
8380
8381 * gdb.base/printcmds.exp: Fix "check for floating addition"
8382 regexp to accept results within approx +/- .01 of exact value.
8383 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
8384
8385Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
8386
8387 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
8388 properly.
8389 (gdb_expect): Add optional timeout parameter, and add timeout
8390 value to various calls.
8391 (gdb_suppress_tests): Only give one warning message per group.
8392
8393Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
8394
8395 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
8396 global variables. Handle getting a value for $timeout more
8397 gracefully.
8398
8399Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
8400
8401 * lib/gdb.exp: Close connection to remote host if gdb doesn't
8402 initialize.
8403 (default_gdb_init): New procedure; allow gdb_init to be overridden
8404 by a target configuration file.
8405 (gdb_expect): Pass the timeout to remote_expect.
8406
8407 * config/monitor.exp(gdb_load): Fix typo in regexp.
8408
8409Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
8410
8411 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
8412
8413Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
8414
8415 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
8416 here. Call gdb_target_exec before rebooting the target, to make
8417 sure the connection to the target is closed.
8418 (gdb_load): Pass the name of the executable to gdb_target_monitor.
8419 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
8420 Also detect "Timeout reading from remote" error.
8421
8422 * config/gdbserver.exp: Pass the executable being loaded to
8423 gdb_target_monitor. Don't call gdb_file_cmd here; let
8424 gdb_target_monitor do it.
8425
8426 * gdb.disasm/hppa.exp: Don't use exec_output.
8427
8428Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
8429
8430 * gdb.base/list.exp: If we're debugging a non-native target,
8431 try to set the pc register to point to the start of the
8432 program before doing the first list command.
8433
8434 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
8435 test_calls after restarting.
8436
8437 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
8438 reloading.
8439
8440 * gdb.base/watchpoint.exp: Fix typo.
8441
8442 * gdb.base/setshow.exp: Check for use_gdb_stub.
8443
8444 * gdb.base/break.exp: Fix continue until exit test for the gdb
8445 stub case.
8446 * gdb.base/langs.exp: Ditto.
8447
8448 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
8449 gdb_load_offset. If we weren't given a file to load, figure out
8450 what the current file is and use it.
8451
8452 * config/i386-bozo.exp: New file.
8453
8454Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
8455
8456 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
8457 feature.
8458
8459 * config/proelf.exp: New entry.
8460
8461Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
8462
8463 * lib/gdb.exp: Remove spurious .* patterns at the beginning
8464 of regexps.
8465
8466 * gdb.base/watchpoint.exp: Don't run the test_stepping
8467 tests if gdb can't call functions on the target.
8468
8469 * gdb.base/setshow.exp: Don't run the set prompt tests if
8470 the board has gdb_prompt set.
8471
8472Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
8473
8474 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
8475 * gdb.base/commands.exp: Likewise.
8476 * gdb.base/setshow.exp: Likewise.
8477
8478Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
8479
8480 * config/monitor.exp(gdb_start): Look for gdb_prompt target
8481 feature.
8482
8483 * config/i960.exp: New file.
8484
8485Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
8486
8487 * gdb.base/funcargs.exp: Check for gdb,short_int target
8488 feature instead of looking for explicit target triplets.
8489
dc96c6c7 8490Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 8491
d63a86f8 8492 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
8493 "p 123DEADBEEF", to check parse_number.
8494 * top.c: change "to enable to enable" to "to enable" in a couple
8495 of help strings.
8496
8497Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
8498
8499 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
8500 on the mn10300.
d63a86f8 8501
c906108c
SS
8502Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
8503
8504 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
8505 where the test executable is run with explicit args.
8506 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
8507
8508Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
8509
8510 * gdb.base/run.c: Use FAKEARGV to build test executable that
8511 does not require a command line arg, since most simulators
8512 don't currently support passing such an arg into the simulated
8513 program.
8514 * gdb.base/commands.exp: Change tests to insert the proper
8515 value as the arg to the first recursive factorial call. Change
8516 compilation line to define FAKEARGV at compile time.
8517
8518Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
8519
8520 * gdb.base/recurse.exp: Enable these tests for the mn10300.
8521 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
8522 function with watchpoint enabled" test.
8523
8524Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
8525
8526 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
8527 Don't call gdb_test when the command doesn't return to a gdb prompt.
8528
8529 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
8530 "Tests restarted" messages.
8531
8532Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
8533
8534 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
8535
dc96c6c7 8536Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
8537
8538 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
8539 for INFO SYMBOL; add help tests for OVERLAY commands.
8540 * gdb.base/default.exp: add tests for INFO SYMBOL command;
8541 add tests for OVERLAY commands
8542 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
8543 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
8544 * gdb.base/sigall.c: add usestubs code frag
8545 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 8546
c906108c
SS
8547Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
8548
8549 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
8550 failures.
8551 (gdb_stop_suppressing_tests): Note that tests have restarted.
8552
8553Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
8554
8555 * config/h8300.exp: New file.
8556
8557Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
8558
8559 * gdb.base/setshow.exp: Check for the existence of a
8560 feature, not its value.
8561
8562Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
8563
8564 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
8565
8566 * gdb.base/scope.exp: It's now init0(), not init().
8567
8568 * gdb.base/scope0.c: For now, change init() to be init0().
8569
8570 * config/monitor.exp: Use gdb_serial in preference to serial
8571 or netport.
8572
8573 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
8574 and it's not already set.
8575
8576Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
8577
8578 * gdb.base/setshow.exp: Only test the run command if the target
8579 isn't using a stub and if it supports argument passing.
8580
8581Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
8582
8583 * config/udi.exp(gdb_start): Make sure UDICONF is set
8584 properly before starting gdb.
8585
8586Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
8587
8588 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
8589 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
8590 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
8591
8592Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
8593
8594 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
8595 specialized code to reboot the board, use remote_reboot instead.
8596
8597 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
8598
8599 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
8600
8601 * config/monitor.exp: Make sure we disconnect from the target.
8602 Also, try a reboot/reload cycle instead of failing if the
8603 load fails.
8604
8605Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
8606
8607 * gdb.base/default.exp: Don't set match_max.
8608 * gdb.base/help.exp: Ditto.
8609 * gdb.base/list.exp: Ditto.
8610 * gdb.base/signals.exp: Ditto.
8611
8612 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
8613 set, use remote_ld to download the testcase instead of
8614 the GDB loader.
8615
8616Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
8617
8618 * config/vr5000.exp: New file.
8619
8620 * config/monitor.exp(gdb_target_monitor): Add pattern for
8621 "Ending remote" to detect errors in connecting.
8622
8623 * gdb.base/setshow.exp: Add .* within auto language test.
8624
8625 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
8626 target feature.
8627
8628 * config/monitor.exp(gdb_load): Check for a failure when loading,
8629 and reboot the board if necessary.
8630
8631 * gdb.base/setvar.exp(test_set): Handle multiple prints within
8632 a set of tests. Remove print.* from the patterns being checked.
8633
8634Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
8635
8636 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
8637 refer to gdb_spawn_id.
8638
8639 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
8640 longer used.
8641 * config/sparclet.exp: Ditto.
8642 * config/sparclet-old.exp: Ditto.
8643 * config/slite.exp: Ditto.
8644 * config/sim.exp: Ditto.
8645 * gdb.base/funcargs.exp: Ditto.
8646
8647 * lib/gdb.exp:Remove references to gdb_spawn_id.
8648 (gdb_expect): Move to remote.exp.
8649
8650Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
8651
8652 * config/monitor.exp: Detect the "Couldn't establish connection"
8653 message from GDB.
8654
8655Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
8656
8657 * gdb.base/bitfields.exp: Use runto instead of explicit
8658 gdb_run_cmd/gdb_expect sequences.
8659
8660 * gdb.base/break.exp(text_next_with_recursion): Add match for
8661 gdb_expect call.
8662
8663 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
8664 We also need to handle the "A program is being debugged already"
8665 prompt from gdb. Use gdb_test to set the baud rate.
8666
8667 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
8668 to 20000. Really. I mean it.
8669
8670Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
8671
8672 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
8673 fails. If suppress_flag is set, skip perror message about not
8674 being able to send to GDB.
8675 (send_gdb): If suppress_flag is set, don't try to send commands to
8676 GDB.
8677 (gdb_expect): If suppress_flag is set, always fail immediately.
8678 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
8679 (gdb_init): Call gdb_stop_suppressing_tests.
8680 (default_gdb_exit): Ditto.
8681 (default_gdb_start): Ditto.
8682
8683 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
8684 gdb_stop_suppressing_tests as appropriate.
8685 * gdb.base/break.exp: Ditto.
8686 * gdb.base/callfuncs.exp: Ditto.
8687 * gdb.base/commands.exp: Ditto.
8688 * gdb.base/exprs.exp: Ditto.
8689 * gdb.base/funcargs.exp: Ditto.
8690 * gdb.base/list.exp: Ditto.
8691 * gdb.base/recurse.exp: Ditto.
8692 * gdb.base/scope.exp: Ditto.
8693 * gdb.base/structs.exp: Ditto.
8694 * gdb.c++/inherit.exp: Ditto.
8695
8696Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
8697
8698 * config/vr4300.exp: New file.
8699
99707966 8700 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 8701
99707966 8702 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
8703
8704Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
8705
8706 * lib/gdb.exp(gdb_init): New function.
8707
8708 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
8709 for each individual variable set.
8710
8711 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
8712 name.
8713
8714 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
8715
8716 * gdb.base/scope.exp: Use gdb_test.
8717
8718 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
8719 aborting; the testsuite driver will do that for us (see
8720 gdb_finish). Also, use gdb_test in a few more places.
8721
8722Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
8723
8724 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
8725
8726Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
8727
8728 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
8729 and "add_tests" are not at the same address.
8730
8731Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
8732
8733 * gdb.base/ptype.exp: Use gdb_test.
8734
8735Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
8736
8737 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
8738 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
8739 left in. No longer expect them to fail.
8740
8741 * gdb.stabs/*.mt; Deleted, no longer used.
8742 * gdb.stabs/configure.in: Remove references to target makefile
8743 frags.
8744 * gdb.stabs/configure: Rebuilt.
8745
8746 * gdb.disasm/*.mt: Deleted, no longer used.
8747 * gdb.disasm/configure.in: Remove references to target makefile
8748 frags. Use "sh3.s" as the unique filename for this directory.
8749 * gdb.disasm/configure: Rebuilt.
8750
8751 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
8752 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
8753 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
8754
8755Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
8756
8757 * config/udi.exp: Use mondfe,name instead of remote_host.
8758
8759Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
8760
8761 * gdb.base/watchpoint.exp: Don't expect a failure when calling
8762 a function with a watchpoint enabled on the mn10200.
8763
8764 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
8765 before trying to create it!
8766
8767Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
8768
8769 * config/vx.exp: Use hostname instead of netport.
8770
8771 * config/vxworks.exp: New file.
8772
8773 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
8774
8775 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
8776 gdb before assuming everything worked. Send a ^C if a timeout
8777 occurs.
8778
8779 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
8780 $gdb_spawn_id directly.
8781 (gdb_run_cmd): Try _start as well as start. Use the target feature
8782 gdb,start_symbol as the symbol to start from when jumping.
8783
8784Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
8785
8786 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
8787 redundant) test.
8788
8789 * gdb.base/recurse.exp: Relax final value test for 'b' so that
8790 it doesn't lose for 16bit integer systems.
8791
8792Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
8793
8794 * gdb.fortran/types.exp: If the target doesn't support "double"
8795 data types, then expect "real" types to only be 4 bytes.
8796
8797 * gdb.c++/virtfunc.exp: Expect failure for virtual function
8798 call tests if the target doesn't support inferior function calls.
8799
8800 * gdb.base/printcmds.exp: Allow minor deviation in FP values
8801 in printf tests.
8802
8803Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
8804
8805 * gdb.base/help.exp: Disable "help set", "help show", and
8806 "help support". Simplify regexp for "help stack".
8807
8808 * gdb.base/default.exp: Set match_max to 5000 and the timeout
8809 to 60 seconds. Temporarily set match_max to 15000 around the
8810 "info copying" test.
8811
8812 * gdb.base/nodebug.exp: Don't try to do an inferior function
8813 call if the target doesn't support them.
8814 * gdb.base/printcmds.exp: Likewise.
8815 * gdb.base/setvar.exp: Likewise.
8816 * gdb.base/structs.exp: Likewise.
8817 * gdb.c++/templates.exp: Likewise.
8818 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
8819
8820 * gdb.base/recurse.exp: Enable for the mn10200.
8821
8822 * configure.in: Do configure gdb.stabs directory for *-*-elf
8823 targets.
8824 * configure: Rebuilt.
8825
8826 * gdb.base/break.exp: Check for gdb,noresults before testing
8827 exit status and/or results from the target.
8828 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
8829 * lib/gdb.exp: Remove old (now bogus) initialization of
8830 noinferior, noargs, noresults and nosignals.
8831
8832Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
8833
8834 * config/sh.exp: New file.
8835
8836 * config/slite.exp: Try to connect multiple times to the board
8837 before rebooting. Only send a "monitor run" if need_monitor_run
8838 is set.
8839
8840 * gdb.base/break.exp: Don't do the "stub continue" test if
8841 the target has gdb_stub set.
8842
8843 * gdb.base/callfuncs.exp: Increase the timeout.
8844
8845 * gdb.base/interrupt.exp: Don't even try to compile the testcase
8846 if the target has gdb,noinferiorio set.
8847
8848 * gdb.base/list.exp: Increase match_max to 10000 characters.
8849
8850 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
8851
8852 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
8853 target.
8854
8855 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
8856
8857Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
8858
8859 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
8860 trying to delete the copy of gdb. Catch the file delete so we
8861 don't die if the delete fails; also, the file should be copied to
8862 the host, not to the build.
8863
8864Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
8865
8866 * lib/gdb.exp(gdb_test): Surround the result pattern with
8867 parenthesis in case it contains multiple regexps separated
8868 with |.
8869
8870 * gdb.base/watchpoint.exp: Use gdb_test.
8871 * gdb.base/default.exp: Ditto.
8872
8873Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
8874
99707966 8875 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 8876
c906108c
SS
8877 * gdb.base/scope.exp: Use gdb_test.
8878 * gdb.c++/classes.exp: Ditto.
8879 * gdb.c++/inherit.exp: Ditto.
8880
8881Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
8882
8883 * gdb.base/crossload.exp: Don't use execute_anywhere, use
8884 remote_exec instead.
8885 * gdb.base/corefile.exp: Don't be ridiculous.
8886 * gdb.base/*.c: Add missing stub invocations.
8887
8888Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
8889
8890 * config/slite.exp: Miscellaneous fixes.
8891
8892 * lib/gdb.exp: Fix runto.
8893
8894 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
8895 the target.
8896
8897 * gdb.base/watchpoint.exp: Fix regexp.
8898
8899 * lib/gdb.exp(default_gdb_exit): Add a catch to the
8900 close and wait commands, as the descriptor may now be
8901 invalid. Always call "remote_close host".
8902
8903Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
8904
8905 Major rewrite for testsuite revision.
d63a86f8 8906
c906108c
SS
8907 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
8908 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
8909 instead of relying on spawn_id to always contain a valid
8910 spawn id.
8911 (get_compiler_info): New procedure to build the ${binfile}.ci
8912 file, instead of replicating this in N different places.
8913 (gdb_compile): New procedure.
d63a86f8 8914
c906108c
SS
8915 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
8916 appropriate arguments) instead of compile. Use gdb_test in a lot
8917 more places. Use send_gdb instead of send. Always run gdb_start
8918 at the start of a testcase, as this is no longer done magically.
8919
8920 config/*-gdb.exp: Rename without the -gdb suffix.
8921
8922 config/mips.exp: Use remote_close instead of exit_remote_shell.
8923 config/monitor.exp: Use target_info instead of looking at
8924 baud, timeout, etc.
8925 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
8926
8927Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8928
8929 * gdb.c++/templates.exp (test_ptype_of_templates),
8930 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
8931 Update expect patterns for destructors and assignment operators
8932 to match corresponding c-typeprint.c changes.
8933 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
8934 to destructor breakpoint test, GDB should be able to set the
8935 destructor breakpoint without specifying arguments.
8936
8937Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
8938
8939 * gdb.threads/pthreads.exp: Change result for failure to compile due
8940 to lack of pthreads runtime support from an error to simply an
8941 unsupported test, per dejagnu standards.
8942
8943Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8944
8945 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
8946 where GDB exits to reduce pattern match time.
8947 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
8948
8949 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
8950
dc96c6c7 8951Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
8952
8953 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
8954 * gdb.base/default.exp: ditto.
8955 * gdb.base/nodebug.exp: ditto.
8956 * gdb.base/printcmds.exp: ditto.
8957 * gdb.base/ptype.exp: ditto.
8958 * gdb.base/setvar.exp: ditto.
8959 * gdb.base/structs.exp: ditto.
8960 * gdb.base/setshow.c: Guard against uninitialized values of argc.
8961
8962Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
8963
8964 * configure, */configure: Rebuild with autoconf 2.12.
8965
8966Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
8967
8968 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
8969 use new i*86-pc-linux*-gnu quads.
8970 * gdb.base/corefile.exp: Ditto.
8971 * gdb.base/signals.exp: Ditto.
8972 * gdb.base/sigall.exp: Ditto.
8973 * gdb.base/interrupt.exp: Ditto.
8974
8975 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
8976 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
8977 RedHat 4.0.
d63a86f8 8978
c906108c
SS
8979 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
8980 linux. This allows the test case to at least compile on latest
8981 linux, but still not run due to missing the threads runtime library.
8982
8983Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8984
8985 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
8986 directory to search gdb directory. Accept and step over conditional
8987 stack alignment code. Consume $prompt in failure cases.
8988 Reset timeout to $oldtimeout instead of some arbitrary value.
8989 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
8990 timeout problems with infinite stack backtraces.
8991 * gdb.base/ptype.exp (ptype struct link, union tu_link):
8992 Accept function parameters for linkfunc member.
8993
8994Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
8995
8996 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
8997 (CXXFLAGS): Remove, unreferenced.
8998 (B_OPTIONS): Add for -B options and add code to initialize with
8999 previous -B options and also add -B option to pick up cross compiled
9000 runtime.
9001 (TARGET_INCLUDES): Add for -I options and add code to initialize when
9002 doing cross compiles.
9003 (target_alias): Declare global.
9004 (xgcc): Set variable to full path of gcc in build tree. Use findfile
9005 to verify that gcc exists in build tree, and if so set CC to that
9006 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 9007
c906108c
SS
9008Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
9009
9010 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
9011 ptype test for anonymous union. Fixup testcase to match
9012 current gcc debug output.
9013
9014Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
9015
9016 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
9017 force argument to an unsigned long type.
9018
9019Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
9020
9021 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
9022 tests and anonymous union print/ptype tests.
9023 * gdb.base/list.exp (test_forward-search): Increase timeout by
9024 5 minutes for the "search extremely long line" case.
9025 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
9026 completely optional and that the pass/fail messages use the command as
9027 the message if that third arg is a null string.
9028 (gdb_test_exact): Arrange that a null string pattern means match a
9029 null string output rather than any output, which might include random
9030 errors.
9031 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
9032 backtrace test.
9033 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
9034 always failing and failure is now exposed by gdb.exp changes.
9035
9036Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
9037
9038 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
9039 weren't being noted.
9040
9041Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9042
9043 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
9044 * gdb.stabs/weird.exp: Remove v_comb xfails.
9045
dc96c6c7 9046Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
9047
9048 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
9049 list.exp scope.exp watchpoint.exp]
9050 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 9051
dc96c6c7 9052Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
9053
9054 * config/monitor.exp: Increase download timeout to 1000 seconds.
9055
dc96c6c7 9056Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
9057
9058 * config/m32r.exp: Increase timeout to 120 seconds.
9059
9060Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
9061
9062 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
9063 and accept older ordering as obsolescent gcc or gdb.
9064 * gdb.c++/templates.exp: Ditto.
9065 * gdb.c++/virtfunc.exp: Ditto.
9066
9067Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
9068
9069 * gdb.base/coremaker.c: Add code to mmap some data so we
9070 can check that it ends up in the core file.
9071 * gdb.base/corefile.exp: Add test to read mmapped data
9072 from core file.
9073
dc96c6c7 9074Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
9075
9076 * config/m32r.exp: New file.
9077
9078Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
9079
9080 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
9081 that cflags can contains -gstabs, and work correctly for other tests.
9082
dc96c6c7 9083Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
9084
9085 * gdb.base/setshow.exp: New file, tests show and set.
9086 * gdb.base/setshow.c: New file, tests show and set.
9087 * gdb.base/help.exp: Add test for help set|show annotate.
9088 * gdb.base/default.exp: Add test for set|show annotate.
9089
9090Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
9091
9092 * testsuite/gdb.base/break.exp: Make backtrace from factorial
9093 errors unique.
9094 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
9095 explicitly.
9096
9097Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
9098
9099 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
9100 and width commands. This is done elsewhere.
9101 * (gdb_start): Don't call gdb_start_sim here. That's already
9102 done in gdb_load. This fixes lots of failures in default.exp.
9103
9104Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
9105
9106 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9107 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
9108 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
9109 in the same we we treat other failures (since it may be an expected
9110 condition), rather than as an error.
9111 * gdb.base/signals.exp (test_handle_all_print): Revert back to
9112 old test format.
9113
9114Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
9115
9116 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
9117 (distclean maintainer-clean realclean): No need to remove files
9118 twice. Nuke the duplicates.
9119 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 9120 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
9121 Remove config.h along with other config files.
9122
9123Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
9124
9125 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
9126 "p func1 ()" and note that rests of tests are skipped.
9127 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
9128 setup_xfails for "print func2::coremaker_local".
9129 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
9130 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
9131 affected by the previous run test.
9132 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
9133 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
9134 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
9135 "pass int powerset tuple" and "pass modeless int powerset tuple".
9136 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
9137 "real write 4" and "real write 8".
9138 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
9139 setup_xfails for "print vs1 after tuple assign 2",
9140 "print \$i after tuple assign 2", and
9141 "print vs2 after tuple assign 2".
9142 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
9143 meaningful error message and return -1 so the caller can
9144 suppress further tests and avoid a cascade of errors.
d63a86f8 9145
c906108c
SS
9146Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
9147
9148 * gdb.base/a1-selftest.exp: Tweak tests to account for new
9149 format for printing version.
9150 * gdb.base/default.exp: Ditto.
9151 * gdb.base/interrupt.exp: Fix problem with cascade of
9152 errors if child process dies while calling a function.
d63a86f8 9153
c906108c
SS
9154Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
9155
9156 * Makefile.in (VPATH): Add
9157 * Makefile.in (Makefile, config.status): Fix rules so things get
9158 remade when necessary.
9159
9160Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
9161
9162 * Makefile.in (just-check): Add path to sibling expect dir
9163 to environment variable specified by RPATH_ENVVAR.
9164
9165Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
9166
9167 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
9168 (just-check): Add shared library paths for libstdc++, tk,
9169 tcl, bfd, and opcodes to the environment variable specified
9170 in RPATH_ENVVAR.
9171 * configure.in: Add support to recognize --enable-shared flag
9172 and generate correct value for RPATH_ENVVAR.
9173 * configure: Regenerated with autoconf.
9174
9175Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
9176
9177 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
9178 include all osf versions.
9179 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
9180 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
9181 when target is linux. When failing to build pthreads test
9182 executable, give more meaningful message.
9183 * gdb.threads/pthreads.c: Hpux also uses old definition of second
9184 arg for pthread_create.
d63a86f8 9185
c906108c
SS
9186Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
9187
9188 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
9189 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
9190 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
9191 and -lpthreads (everybody else).
9192 (test_startup): Fail gracefully if threads are not supported.
9193 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
9194 "p/c array_index("abcdef",2)" when not gcc compiled.
9195 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
9196 "print func2::coremaker_local" when not gcc compiled.
9197 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
9198 "ptype on opaque struct tagname (statically)",
9199 "ptype on opaque struct tagname (dynamically) 1", and
9200 "ptype on opaque struct tagname (dynamically) 2"
9201 for not compiled with gcc.
9202 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
9203 backtrace when compiled with gcc.
d63a86f8 9204 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
9205 than always return success.
9206
9207Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
9208
9209 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
9210
9211Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
9212
9213 * gdb.base/structs.exp: Undo last change.
9214
9215Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
9216
9217 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
9218 encapsulate all the steps/nexts done during self test, starting
9219 at main, and makes them less sensitive to optimization issues.
9220 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
9221 signal handler" test.
9222 * gdb.threads/pthreads.exp: Only run this for native configs.
9223 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
9224 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
9225 tests.
9226 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
9227 for "runto test_calls(void)" test.
d63a86f8 9228
c906108c
SS
9229Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
9230
9231 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
9232 and don't expect address info in breakpoint confirmations.
9233
9234Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
9235
9236 * gdb.base/list.exp (test_forward_search): Increase timeout
9237 temporarily by 60 seconds for searching extremely long line,
9238 and then reset to old value when done. Increase expect input
9239 buffer to 10000.
9240
9241Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
9242
9243 * gdb.base/list.exp (test_forward_search): Fix to handle very
9244 long source line without overflowing expect's input buffer.
9245
9246Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
9247
9248 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
9249 "buffer_full".
9250
9251 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
9252 "buffer_full".
9253
9254 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
9255 "buffer_full".
9256
9257 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
9258 "buffer_full".
9259
9260Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
9261
9262 * configure.in (configdirs): Add gdb.threads.
9263 * configure: Regenerated with autoconf.
9264 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
9265 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
9266 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 9267
c906108c
SS
9268Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
9269
9270 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
9271
9272Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
9273
9274 * gdb.base/signals.exp (test_handle_all_print): Test separately for
9275 each signal's status in the output of "handle all print".
9276 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
9277 the \r\n sequence that immediately precedes the gdb prompt.
9278 * gdb.base/a1-selftest.exp: Save original timeout and restore
9279 after test.
9280
9281Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
9282
9283 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
9284 symbol.
9285
9286Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
9287
9288 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
9289
9290Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
9291
9292 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
9293 timeout by 60 seconds.
9294
9295Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
9296
9297 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
9298 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
9299 error return.
9300
9301Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
9302
9303 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
9304 gdb initialization, also report how long dejagnu waited. Restore
9305 old timeout before doing error return. Temporarily increase timeout
9306 by 3 minutes to allow for slow startups over heavy NFS use.
9307
9308Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
9309
9310 * lib/gdb.exp: Report timeout value for verbosity level 2.
9311 * config/gdbserver.exp: Ditto.
9312 * config/hppro.exp: Ditto.
9313 * config/mips-gdb.exp: Ditto.
9314 * config/monitor.exp: Ditto.
9315 * config/netware.exp: Ditto.
9316 * config/sim-gdb.exp: Ditto.
9317 * config/slite-gdb.exp: Ditto.
9318 * config/udi-gdb.exp: Ditto.
9319 * config/unix-gdb.exp: Ditto.
9320 * config/vx-gdb.exp: Ditto.
9321 * gdb.base/a1-selftest.exp: Ditto.
9322 * gdb.base/a2-run.exp: Ditto.
9323 * gdb.base/break.exp: Ditto.
9324 * gdb.base/corefile.exp: Ditto.
9325 * gdb.base/list.exp: Ditto.
9326 * gdb.base/recurse.exp: Ditto.
9327 * gdb.base/scope.exp: Ditto.
9328 * gdb.base/signals.exp: Ditto.
9329
9330Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9331
9332 * gdb.threads/Makefile.in (docdir): Removed.
9333
9334Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9335
9336 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 9337 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 9338 @srcdir@.
d63a86f8 9339 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
9340 autoconf 2.5 or higher.
9341 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
9342
9343Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
9344
9345 * configure: Regenerated.
9346 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
9347 avoid name clashes with SunOS headers.
9348
9349Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
9350
9351 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
9352
9353Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
9354
9355 * gdb.base/callfuncs.exp: Finish last change -- make sure the
9356 prototype information ends up in the compiler info file.
9357
9358Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
9359
9360 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
9361 attempting to regenerate it. Eliminate use of a temporary file
9362 and just generate the info file directly. Source it immediately,
9363 for consistency of use.
9364 * gdb.base/corefile.exp: Ditto
9365 * gdb.base/exprs.exp: Ditto.
9366 * gdb.base/funcargs.exp: Ditto.
9367 * gdb.base/langs.exp: Ditto.
9368 * gdb.base/list.exp: Ditto.
9369 * gdb.base/mips_pro.exp: Ditto.
9370 * gdb.base/nodebug.exp: Ditto.
9371 * gdb.base/opaque.exp: Ditto.
9372 * gdb.base/ptype.exp: Ditto.
9373 * gdb.base/scope.exp: Ditto.
9374 * gdb.base/setvar.exp: Ditto.
9375 * gdb.base/signals.exp: Ditto.
9376 * gdb.base/whatis.exp: Ditto.
9377 * gdb.c++/templates.exp: Ditto.
9378 * gdb.c++/virtfunc.exp: Ditto.
9379 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
9380 whether or not to add -lstdc++ to the compile command line args.
9381
9382Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9383
9384 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
9385 it got fixed by the recent lookup_minimal_symbol_by_pc change.
9386 Increase timeout, a lot of single stepping might be needed if the
9387 target has no hardware watchpoints.
9388
9389Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
9390
9391 * gdb.base/break.exp: Ignore compiler warnings when compiling
9392 break.c.
9393 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
9394 * gdb.base/default.exp: Add h8300 xfails. Handle messages
9395 from remote-sim.
9396 * gdb.base/exprs.exp: Add h8300 xfails.
9397 * gdb.base/funcargs.exp: Likewise.
9398 * gdb.base/nodebug.exp: Likewise.
9399 * gdb.base/printcmds.exp: Likewise.
9400 * gdb.base/ptype.exp: Likewise.
9401 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
9402 h8300 xfails.
d63a86f8 9403 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
9404 on the h8300.
9405 * gdb.base/funcargs.c: Explicitly make last constant argument to
9406 call_after_alloca_subr an unsigned long type.
9407 * gdb.base/return.c: Include stdio.h.
9408
9409Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
9410
9411 * config/abug.exp: New file for the older Motorola Bug monitor
9412 that runs on the mvme13x series VME boards.
9413 * config/monitor.exp: Use the new config array for target settings
9414 if they exist.
9415
9416Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
9417
9418 * sim-gdb.exp: Make the SH simulator allocate less space when
9419 it is targeted.
9420
9421Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
9422
9423 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
9424 test.
9425
9426Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
9427
9428 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
9429 "rs6000-*-*" for "list function in include file" when gcc compiled.
9430 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
9431 for "p ctable1[120]".
9432 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
9433 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
9434 Remove setup_xfail for "rs6000-*-*" for
9435 "print 'scope0.c'::filelocal before run".
9436 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
9437 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
9438 since some compilers don't allow both options to be given
9439 on the same command line. Create object file and move it.
d63a86f8 9440
c906108c
SS
9441Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
9442
9443 * gdb.base/corefile.exp: Always regenerate the core file, since
9444 we always regenerate the coremaker program. Detect special case
9445 where registers cannot be read from core file.
d63a86f8 9446
c906108c
SS
9447Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
9448
9449 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
9450 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
9451 * gdb.c++/templates.exp: Only match on basename of file since
9452 some formats like xcoff don't encode directory information.
9453 * gdb.stabs/weird.exp: Use the right sed script for powerpc
9454 and rs6000 AIX xcoff targets.
9455 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
9456 * configure: Regenerate.
9457 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
9458 here, rather than in distclean.
d63a86f8 9459
c906108c
SS
9460Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
9461
9462 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
9463 defined, and use it to compile the test case with -O2. The
9464 native compilation still uses no optimization.
9465 * gdb.base/mips_pro.c: Remove inline assembly code since
9466 it is compiled PIC by default, which results in assembler
9467 warnings that make the testsuite think the compilation
9468 was unsuccessful.
9469
9470Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
9471
9472 * gdb.c++/misc.exp: Add note to message for
9473 "print s.a for foo struct" that this is a known gcc 2.7.2
9474 and earlier bug.
9475
9476Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
9477
9478 * gdb.base/break.exp: Fix pattern for matching "Delete all
9479 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
9480 setup_xfail for deleting all breakpoints test. Fix various
9481 timeout messages to include "(timeout)".
9482 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
9483 for "p t_float_values2(3.14159,float_val2)".
9484 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
9485 for "continue to call2g" when gcc compiled.
9486 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
9487 "up to foo in langs.exp", "show language at foo in langs.exp",
9488 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
9489 and "show language at fsub in langs.exp".
9490 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
9491 "list line 1 in include file", "list message for lines past EOF",
9492 "list function in include file", "list list0.h:foo", and
9493 "list filename:function; nonexistant function".
9494 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
9495 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
9496 and "ptype t_char_array" to be for native cc only.
d63a86f8 9497
c906108c
SS
9498Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
9499
d63a86f8 9500 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
9501 setup_xfail for "print coremaker_bss", "print coremaker_ro",
9502 "print func2::coremaker_local", and "backtrace in corefile.exp".
9503
9504Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
9505
9506 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
9507 "bt in signals.exp". This problem only appears when running
9508 the testsuite, and then only intermittently.
9509
9510Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
9511
9512 * gdb.base/return.exp (return_tests): Differentiate between
9513 two tests of continuing.
9514
9515Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
9516
9517 * */Makefile.in (maintainer-clean): Remove config.log.
9518 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
9519 * gdb.c++/Makefile.in (PROGS): Add inherit.
9520 (clean): Remove *.ci.
9521
9522Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
9523
9524 * gdb.c++/misc.cc: Add test code from Mike Stump.
9525 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
9526
9527Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
9528
9529 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
9530 to "alpha-*-osf2*" and add comment.
9531 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
9532 setup_xfail for "step over execarg initialization" and
9533 "step over corearg initialization".
9534 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
9535 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
9536 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
9537 gcc compiled for "print coremaker_bss", "print coremaker_ro",
9538 "print func2::coremaker_local", and "backtrace in corefile.exp".
9539 * gdb.base/signals.exp: Build and source signals.ci.
9540 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
9541 to be for gcc only.
9542 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 9543
c906108c
SS
9544Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9545
9546 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
9547 Feb 3 procfs.c change.
9548
9549Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
9550
9551 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
9552
9553Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
9554
9555 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
9556 from dejagnu's apparent default of 10 seconds, which gives random
9557 results when running the tests over NFS on moderately loaded systems.
9558 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
9559
9560Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
9561
9562 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
9563 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
9564 result reports.
9565
9566Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
9567
9568 * configure.in (CY_AC_PATH_TCLH): Remove.
9569 * configure: Regenerate.
9570
9571Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
9572
9573 * gdb.c++/Makefile.in (clean): Add missing '{'.
9574
9575Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
9576
9577 * lib/gdb.exp: Provide a default value for noinferior.
9578
9579 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
9580 Load libgloss.exp.
9581
9582Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
9583
9584 * gdb.disasm/hppa.exp: Compile directly into an executable, use
9585 the executable, not the .o to run the tests from.
9586
9587Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
9588
9589 * gdb.base/break.exp: Don't test for program exit or exit status
9590 if $noresults if nonzero.
9591 * gdb.base/langs.exp: Likewise.
9592 * gdb.base/watchpoint.exp: Likewise.
9593
9594 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
9595 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
9596 trying to compile the testcase.
9597
9598Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
9599
9600 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
9601 * gdb.base/signals.exp (continue to handler): Likewise.
9602
9603Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
9604
9605 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
9606
9607 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
9608
9609Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
9610
9611 * gdb.base/corefile.exp: Recognize "not found" as failure
9612 when trying to determine if a core file was generated.
9613 If no core file was generate the first time, try again without
9614 the ulimit -c to work around braindamaged shells.
9615
9616Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
9617
9618 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
9619 [] tests with "test" and enclose string in quotes.
9620 * gdb.stabs/configure: Rebuild
d63a86f8 9621
c906108c
SS
9622Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
9623
9624 Changes in sync with expect:
9625 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
9626 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
9627 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
9628 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
9629 argument to AC_REQUIRE.
9630 * configure: Regenerated.
9631
9632Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
9633
9634 * gdb.base/corefile.exp: When generating a core, discard any
9635 error messages about ulimit not found and the "core dumped"
9636 message from the shell that runs the coredumper.
9637
9638Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
9639
9640 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
9641
9642 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
9643 which sed script to run. Expect failure for v_comb test
9644 on PA targets too.
d63a86f8 9645
c906108c
SS
9646Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
9647
9648 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
9649 "print func2::coremaker_local" and for "backtrace in corefile.exp"
9650
9651Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
9652
9653 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
9654 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
9655 "sparc-sun-solaris*" xfails for "p v_comb".
9656 * lib/gdb.exp (default_gdb_start): Fix typo.
9657 * gdb.base/corefile.exp: Allow "Core was generated by ..."
9658 messages to not include the full program name that caused
9659 the core dump since some systems (such as solaris) apparently
9660 truncate this path to about 80 characters.
9661 When generating a core file first try increasing the core file
9662 size limit to unlimited since some systems may default it to
9663 zero, and it is harmless to try it. Move the test for failing
9664 to generate a core file to where it will actually get executed.
9665 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
9666 new gdb result from g++ debug info improvements and make old
9667 pattern obsolescent. Also account for size_t differences
9668 (may be int or long).
9669 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
9670 initialization before function call is placed in the delay slot
9671 and thus appears to be skipped over by commands such as "next".
9672
9673Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
9674
9675 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
9676
9677Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
9678
9679 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
9680 input source file; fix code to compile test to deal with this
9681 convention.
9682 * gdb.c++/*.exp: Likewise.
9683
9684Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
9685
9686 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
9687 "bt in signals.exp".
9688
9689Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
9690
9691 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
9692 "step over execarg initialization" and
9693 "step over corearg initialization".
9694
9695Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
9696
9697 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
9698 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
9699
9700Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
9701
9702 From Rob Savoye (rob@poseidon.cygnus.com)
9703 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
9704 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
9705 configure.in}, gdb.disasm/{Makefile.in, configure.in},
9706 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
9707 configure.in}: Major reworking for autoconfig.
9708 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
9709 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
9710 New files.
9711 * config/unix-gdb.exp: Make GDB global.
9712 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
9713 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
9714 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
9715 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
9716 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
9717 term.exp, twice.exp, watchpoint.exp, whatis.exp},
9718 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
9719 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
9720 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
9721 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
9722 pr-8136.exp, result.exp, string.exp, tuples.exp},
9723 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
9724 to returns as necessary, arrange for test to compile own testcase
9725 executable.
9726 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 9727
c906108c
SS
9728Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
9729
9730 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
9731 clear_xfail at end of test which might not call either pass or fail.
9732 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
9733 "backtrace through signal handler".
9734
9735Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9736
9737 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
9738 continuing from a job control stop signal.
9739 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
9740
9741Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
9742
9743 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
9744 * gdb.base/corefile.exp: Likewise.
9745 * gdb.base/funcargs.exp: Likewise.
9746
9747Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
9748
9749 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
9750 * config/monitor.exp: Add support for setting baud rate.
9751
9752Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
9753
9754 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
9755 i*86-*-linux* xfails for "backtrace through signal handler".
9756 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
9757 "print func2::coremaker_local".
9758 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
9759 alpha-dec-osf2* xfail for
9760 "delete all breakpoints when none".
9761
9762Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
9763
9764 * gdb.base/break.exp: Change test that deletes all breakpoints
9765 when no user breakpoints are installed. A post 4.15 change
9766 causes gdb to no longer prompt in this case.
9767
9768Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
9769
9770 * gdb.base/return.exp (return_tests): Change xfail for test
9771 "correct value returned double test" to stop xfailing at
9772 Solaris 2.5. Apparently the bug has been fixed.
9773
9774Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
9775
9776 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
9777 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
9778
9779Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
9780
9781 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
9782 * gdb.disasm/hppa.s: Corresponding changes.
9783
9784Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
9785
9786 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
9787 makefile fragment.
9788 * config/mt-hpux: Deleted.
9789
9790Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
9791
d63a86f8 9792 * Many files: When warning about suppressed tests due to a
c906108c
SS
9793 nonexistant test binary, avoid incrementing the warning count.
9794
9795Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
9796
9797 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 9798
c906108c
SS
9799Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9800
9801 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
9802 "sparc-*-solaris2*".
9803
9804Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9805
9806 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
9807 Add global and local variables and initialize them.
9808 * gdb.base/corefile.exp: Test correct mapping of corefile sections
9809 by printing variables. Remove rs6000 and powerpc xfails, BFD now
9810 extracts the file name and terminating signal from the core file.
9811 * TODO: Remove note about tests for correct mapping of corefile.
9812 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
9813 from optimizing it away.
9814 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
9815 handles common blocks.
9816
9817Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
9818
9819 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
9820 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
9821
9822Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
9823
9824 * Makefile.in (maintainer-clean): New target, synonym for
9825 realclean.
9826 * gdb.base/Makefile.in (maintainer-clean): Likewise.
9827 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
9828 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
9829 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
9830 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
9831 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
9832
9833Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
9834
9835 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
9836 xfails when not gcc compiled for "print foo::funclocal".
9837 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
9838 "print foo::funclocal at foo",
9839 "print 'scope1.c'::foo::funclocal at foo",
9840 "print foo::funclocal_bss at foo",
9841 "print 'scope1.c'::foo::funclocal_bss at foo",
9842 "print foo::funclocal_ro at foo",
9843 "print 'scope1.c'::foo::funclocal_ro at foo",
9844 "print bar::funclocal at foo" and
9845 "print 'scope1.c'::bar::funclocal at foo".
9846 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
9847 gcc compiled for "print foo::funclocal at bar".
9848 Expand all messages to ensure that they identify that
9849 the test is at bar().
9850 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
9851 gcc compiled for:
9852 "ptype on opaque struct pointer (statically)",
9853 "ptype on opaque struct tagname (statically)",
9854 "ptype on opaque struct pointer (dynamically) 1",
9855 "ptype on opaque struct tagname (dynamically) 1",
9856 "ptype on opaque struct pointer (dynamically) 2" and
9857 "ptype on opaque struct tagname (dynamically) 2
9858 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
9859 gcc compiled for:
9860 "p datalocal"
9861 "whatis datalocal",
9862 "ptype datalocal",
9863 "p bsslocal",
9864 "whatis bsslocal", and
9865 "ptype bsslocal".
9866 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
9867 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
9868 when not gcc compiled.
9869 * gdb.base/funcargs.exp (float_and_integral_args): Add
9870 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
9871 compiled.
9872 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
9873 "backtrace from call6a" when not gcc compiled.
9874 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
9875 "backtrace from call7a" when not gcc compiled.
9876 * gdb.base/callfuncs.exp (do_function_calls):
9877 Add "hppa*-*-hpux*" xfail when not gcc compiled for
9878 "p t_char_array_values(char_array_val2,char_array_val1)",
9879 "p t_char_array_values(char_array_val1,char_array_val2)",
9880 "p t_char_array_values("carray 1","carray 2")",
9881 "p t_char_array_values("carray 1",char_array_val2)",
9882 "p t_char_array_values(char_array_val1,"carray 2")",
9883 "p sum_args(1,{2})",
9884 "p sum_args(2,{2,3})",
9885 "p sum_args(3,{2,3,4})",
9886 "p sum_args(4,{2,3,4,5})"
9887 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
9888 "backtrace in corefile.exp" when not gcc compiled.
9889
9890Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9891
9892 * gdb.base/signals.exp: Rewrite `handle all print' test as
9893 a procedure. Accept blanks or TABs as whitespace, increase
9894 timeout and expect input buffer size for the large output
9895 from the command. Remove "i*86-*-bsdi2.0" xfail.
9896
9897Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9898
9899 * gdb.base/setvar.exp: Add new testcases for truncation when
9900 assigning invalid values to bitfields.
9901
9902Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
9903
d63a86f8 9904 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
9905 mips-sgi-irix* xfail for
9906 "call inferior func with struct - returns char *"
9907 and fix test so that an optional (unsigned char *) cast is
9908 accepted in the result.
9909
9910Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
9911
9912 * gdb.base/funcargs.exp (float_and_integral_args): Remove
9913 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
9914 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
9915 * gdb.base/signals.exp: Remove duplicate "handle all print" test
9916 that accidentally got checked in.
9917
9918Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
9919
d63a86f8 9920 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
9921 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
9922 compiled test.
9923 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
9924 Add mips-sgi-irix5* xfail for not gcc compiled.
9925 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
9926 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
9927 "p top", "whatis top", "p middle", and "whatis middle".
9928 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
9929 "whatis signed char" for not gcc compiled.
9930 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
9931 "set variable signed char=-1 (-1)" and
9932 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
9933 * gdb.base/funcargs.exp (float_and_integral_args):
9934 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
9935 Add mips-sgi-irix* xfail when not gcc compiled for
9936 "continue to call2b".
9937 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
9938 "continue to call2g".
9939 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
9940 "backtrace from call6a"
9941 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
9942 "backtrace from call7k".
9943 Add mips-sgi-irix5* xfail when not gcc compiled for
9944 "backtrace from call7a".
9945 (localvars_after_alloca): Fix gdb_test cmds for
9946 "print * after runto ...".
9947 Remove rs6000-*-* xfails for
9948 "print i after runto localvars_after_alloca" and
9949 "print l after runto localvars_after_alloca"
9950 for all compilers.
9951 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
9952 when not compiled with gcc, for:
9953 "print signed char == (minus)",
9954 "print signed char != (minus)",
9955 "print signed char < (minus)",
9956 "print signed char > (minus)".
9957 * gdb.base/callfuncs.exp (do_function_calls):
9958 Add mips-sgi-irix* xfail, when compiled with native compiler, for
9959 "call inferior func with struct - returns char *".
d63a86f8 9960 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
9961 "correct value returned double test" to include Solaris 2.4.
9962 * gdb.base/funcargs.exp (float_and_integral_args):
9963 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 9964
c906108c
SS
9965Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9966
9967 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
9968 enumeration bitfields if compiling with GNU C.
9969 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
9970 to empty' prompt.
9971
9972Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
9973
9974 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
9975 test for PRO targets.
9976
9977 * gdb.base/funcargs.exp: Avoid ever setting more than 8
9978 breakpoints in the inferior at any given time by making
9979 two groups of breakpoints for call2*, call6* and call7*
9980 tests.
9981
9982Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9983
9984 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
9985 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
9986 from optimizing it away.
9987 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
9988 "call inferior func with struct".
9989
9990Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
9991
9992 * configure.in: Only configure gdb.chill for particular targets.
9993
9994Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
9995
9996 * gdb.base/Makefile.in: Add action to .c.o transformation
9997 rule that generates a .ci file for each .o file and remove
9998 explicit .c.o rules except for callfuncs.o.
9999 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
10000 generates a .ci file for each .o file and remove explicit
10001 .cc.o rules.
10002 (clean): Remove *.tmp *.ci files.
10003 (EXECUTABLES): Remove templ-info.exp.
10004 * gdb.base/compiler.c: New file.
10005 * gdb.c++/compiler.cc: New file
10006 * gdb.base/scope.exp: Source gdb.base/scope.ci.
10007 Change rs6000-*-* xfail for
10008 "print 'scope0.c'::filelocal_ro" and
10009 "print 'scope1.c'::filelocal" and
10010 "print 'scope1.c'::filelocal_bss" and
10011 "print 'scope1.c'::filelocal_ro" and
10012 "print 'scope1.c'::foo::funclocal" and
10013 "print 'scope1.c'::foo::funclocal_ro" and
10014 "print 'scope1.c'::bar::funclocal" and
10015 "print 'scope0.c'::filelocal_ro" and
10016 "print 'scope1.c'::filelocal at foo" and
10017 "print 'scope1.c'::filelocal_bss at foo" and
10018 "print 'scope1.c'::filelocal_ro at foo" and
10019 "print 'scope1.c'::foo::funclocal at foo" and
10020 "print 'scope1.c'::foo::funclocal_bss at foo" and
10021 "print 'scope1.c'::foo::funclocal_ro at foo" and
10022 "print 'scope1.c'::bar::funclocal at foo" and
10023 "print 'scope0.c'::filelocal_ro" and
10024 "print 'scope1.c'::filelocal" and
10025 "print 'scope1.c'::filelocal_bss" and
10026 "print 'scope1.c'::filelocal_ro" and
10027 "print 'scope1.c'::foo::funclocal" and
10028 "print 'scope1.c'::foo::funclocal_bss" and
10029 "print 'scope1.c'::foo::funclocal_ro" and
10030 "print 'scope1.c'::bar::funclocal" and
10031 "print 'scope1.c'::bar::funclocal_bss"
10032 to only be xfail'd when not compiled with gcc.
d63a86f8 10033 Add rs6000-*-* xfail for
c906108c
SS
10034 "print 'scope0.c'::filelocal_bss before run"
10035 when compiled with gcc.
10036 (test_at_main): Add rs6000-*-* xfail for
10037 "print filelocal_ro in test_at_main"
10038 when compiled with gcc.
10039 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
d63a86f8 10040 Add rs6000-*-aix* xfail for
c906108c
SS
10041 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
10042 "ptype t_char_array", not compiled with gcc.
10043 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
10044 xfail for "list foo (in include file)" when gcc compiled.
10045 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
10046 (integral_args): Add rs6000-*-* xfail for
10047 "run to call0a" if not compiled with gcc.
10048 (unsigned_integral_args): Add rs6000-*-* xfail for
10049 "run to call1a" if not compiled with gcc.
10050 (float_and_integral_args): Add rs6000-*-* xfail for
10051 "run to call2a" if not compiled with gcc and for
10052 "continue to call2b" for any compiler.
10053 Add rs6000-*-* xfail to
10054 "print f1 after run to call2a" for gcc compiled.
10055 (discard_and_shuffle): Add rs6000-*-* xfail for
10056 "run to call6a".
10057 (shuffle_round_robin): Add rs6000-*-* xfail for
10058 "backtrace from call7a" if not compiled with gcc.
10059 Add rs6000-*-* xfail for
10060 "backtrace from call7b" if compiled with gcc.
10061 (call_after_alloca): Add rs6000-*-* xfail for
10062 "print c in call_after_alloca" and
10063 "print s in call_after_alloca" and
10064 "backtrace from call_after_alloca_subr"
10065 if not compiled with gcc.
10066 (localvars_in_indirect_call): Add rs6000-*-* xfail for
10067 "print c in localvars_in_indirect_call" and
10068 "print c in localvars_in_indirect_call" and
10069 "backtrace in indirectly called function" and
10070 "stepping into indirectly called function"
10071 if not compiled with gcc.
10072 (localvars_after_alloca): Add rs6000-*-* xfail for
10073 "print c after runto localvars_after_alloca" and
10074 "print s after runto localvars_after_alloca" and
10075 "print i after runto localvars_after_alloca" and
10076 "print l after runto localvars_after_alloca"
10077 for all compilers.
10078 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
10079 than whatis-info.exp.
10080 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
10081 than opaque-info.exp.
10082 Setup rs6000-*-* xfail for
d63a86f8 10083 "ptype on opaque struct pointer (statically)" and
c906108c
SS
10084 "ptype on opaque struct pointer (dynamically)" when
10085 not compiled with gcc.
10086 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
10087 rather than callf-info.exp.
10088 (do_function_calls): Add clear_xfail for rs6000-*-* for
10089 "p t_float_values2(3.14159,float_val2)". Seems to work
10090 fine there, both with xlc and gcc. Need to find out what
10091 it is doing right and fix other platforms.
10092 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
10093 "call inferior func with struct - returns int",
10094 "call inferior func with struct - returns long",
10095 "call inferior func with struct - returns float",
10096 "call inferior func with struct - returns double",
10097 "call inferior func with struct - returns char *",
10098 but only if not gcc compiled (presumes xlc compiled).
10099 Change rs6000-*-* xfails for
10100 "call inferior func with struct - returns char" and
10101 " call inferior func with struct - returns short" to only
10102 xfail if not using gcc.
10103 (clean mostlyclean): Remove *.ci and *.tmp files.
10104 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
10105 than templ-info.exp.
10106 * gdb.base/langs.exp: Source gdb.base/langs.ci.
10107 Add rs6000-*-* xfail for "up to foo in langs.exp"
10108 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
10109 when not gcc compiled.
d63a86f8 10110
c906108c
SS
10111Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10112
10113 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
10114 * gdb.base/corefile.exp: Likewise.
10115 * gdb.base/list.exp: Likewise.
10116 * gdb.base/scope.exp: Likewise.
10117 * gdb.base/siganls.exp: Likewise.
10118
10119 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
10120 compiler output.
10121 * gdb.base/whatis.exp: Likewise.
10122
10123Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
10124
10125 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
10126 failure (opcode table has been fixed to match reality).
10127
10128Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
10129
10130 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
10131 "call inferior func with struct - returns char",
10132 "call inferior func with struct - returns short"
10133
10134 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
10135 "print 'scope0.c'::filelocal at main",
10136 "print 'scope0.c'::filelocal_bss in test_at_main",
10137 "print 'scope0.c'::filelocal at foo",
10138 "print 'scope0.c'::filelocal_bss in test_at_foo",
10139 "print 'scope0.c'::filelocal at bar",
10140 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 10141
c906108c
SS
10142 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
10143 in source file 1". This bug seems to have been fixed with both
10144 gcc and native cc (was native assembler bug?).
10145
10146Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
10147
10148 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
10149 "backtrace through signal handler" to "i*86-*-sysv4*".
10150 * gdb.base/signals.exp: Add xfail for "'next' behaved as
10151 continue" case. Add "known SVR4 bug" to fail message.
10152 Add "i*86-*-bsdi2.0" xfail for "handle all print".
10153 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
10154 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
10155 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
10156 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
10157 "up to foo in langs.exp", "show language at foo in
10158 langs.exp", "up to cppsub_ in langs.exp", "show
10159 language at cppsub_ in langs.exp", "up to fsub in
10160 langs.exp", and "show language at fsub in langs.exp".
10161 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
10162 "bactrace in corefile.exp".
10163 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
10164 "call inferior function with struct - returns float" and
10165 "call inferior function with struct - returns double".
d63a86f8 10166
c906108c
SS
10167Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
10168
10169 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
10170 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
10171 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
10172 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
10173
10174Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
10175
10176 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
10177 (or overriden) "CHILL" macro rather then bare "gcc".
10178 Also look for ../../gcc/xgcc since that is what we will
10179 actually need, not "Makefile". Remove following assignment
10180 of CHILL to CHILL_FOR_TARGET because that results in
10181 recursive definition.
10182
10183Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
10184
10185 * gdb.base/corefile.exp: Change xfail for backtrace in
10186 corefile.exp from linuxaout to all linux.
10187 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
10188 cases where we miss the breakpoint at the signal handler
10189 for some reason. Setup xfail for linuxoldld/linuxaout and
10190 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
10191 hitting SIGURG breakpoint.
10192 * gdb.base/signals.exp: Setup xfail for "next" acting like
10193 continue to add linuxoldld. Setup xfail for all linux for
10194 "next to handler in signals_tests_1", "backtrace in
10195 signals_tests_1", "continue to func1", "pass SIGUSR1",
10196 and continue to handler".
10197
10198Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10199
10200 * Update all FSF addresses except those in COPYING* files.
10201
10202Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
10203
10204 * gdb.base/a2-run.exp: Change messages to be more explicit about
10205 the status of args, and quote binfile in results.
10206
10207Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
10208
10209 * gdb.base/callfuncs.exp: Add tests for passing structs to
10210 inferior functions and return various types.
10211 * gdb.base/callfuncs.c: Add functions to receive a struct
10212 and return a member of the struct, in various types.
10213
10214Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10215
10216 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
10217
10218Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
10219
10220 * config/vxworks29k.exp: New file, sources vxworks.exp.
10221
10222Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10223
10224 * config/gdbremote.exp: New file. Testing framework using
10225 gdbserver.
10226
10227Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
10228
10229 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
10230 "call function when asleep" and "send end of file".
10231 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
10232 for "backtrace in corefile.exp".
10233 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
10234 for "backtrace through signal handler".
10235 * gdb.base/corefile.exp: Make sure we actually generate a core file
10236 before trying the core tests. Some systems allow the user to suppress
10237 generation of core files and default to that (linux for example).
10238 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
10239 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
10240
10241Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10242
10243 * gdb.threads: New directory with some crude multi-threaded
10244 gdb tests (step.exp and step2.exp).
10245 * config/mt-lynx (STEP_EXECUTABLE): Define.
10246 (THREADFLAGS): Define.
10247
10248Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
10249
10250 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
10251
10252 * gdb.base/signals.exp: Disable whole file for lynx until
10253 further notice.
10254
10255 * gdb.base/signals.exp: xfail test where "next" acts like
10256 "continue" for lynx.
10257
10258 * gdb.base/interrupt.exp: xfail test for calling function while
10259 inferior is asleep for lynx.
10260
10261 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
10262 than one cr-lf after each command.
10263
10264Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10265
10266 * configure.in: Reinstate setting of stabsdirs variable, fix
10267 typo in setting up configdirs for native builds.
10268
10269 * gdb.base/return.exp: Fix typo in return double test.
10270 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
10271 compiler from optimizing them away.
10272
10273Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
10274
10275 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
10276 sequences to be echo'd by gdb when using gdb_test.
10277 * gdb.chill/chexp.exp: Likewise.
10278 * gdb.fortran/exprs.exp: Likewise
10279
10280Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10281
10282 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
10283 after the inferior gdb has started.
10284
10285 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
10286 after each command.
10287 * gdb.base/funcargs.exp: Likewise.
10288 * gdb.base/gdbvars.exp: Likewise.
10289 * gdb.base/interrupt.exp: Likewise.
10290 * gdb.base/list.exp: Likewise.
10291 * gdb.base/watchpoint.exp: Likewise.
10292 * gdb.c++/demangle.exp: Likewise.
10293 * gdb.c++/inherit.exp: Likewise.
10294 * gdb.chill/chexp.exp: Likewise.
10295 * gdb.fortran/exprs.exp: Likewise.
10296
10297 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
10298 test if we can't handle IO to/from the inferior.
10299
10300 * gdb.c++/misc.exp: Always check for a program already being
10301 started after sending a "run" command to gdb.
10302
10303 * gdb.base/twice.exp: Start with a fresh gdb.
10304
10305 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
10306 only depend on gdb's expression code, not the chill runtime.
10307
10308 * gdb.base/return.c: Put return values into variables so we
10309 can have gdb print them rather than depending on the program
10310 to print them.
10311 * gdb.base/return.exp: Corresponding changes.
10312
10313 * lib/gdb.exp: Provide default value for noinferiorio.
10314 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
10315 the inferior.
10316
10317 * gdb.base/break.exp: Always check for a program already being
10318 started after sending a "run" command to gdb.
10319 (text_next_with_recursion): Don't check the output from the
10320 program's printf statement. Instead just make sure the program
10321 exited.
10322
10323 * gdb.base/commands.exp: Protect tests which need arguments with
10324 $noargs conditionals.
10325
10326Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10327
10328 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
10329 of structure member arrays to match gdb/valops.c:value_addr change.
10330
10331Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
10332
10333 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
10334 cases.
10335
10336Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
10337
10338 * configure.in (configdirs): Remove gdb.chill from default list
10339 of subdirs and then add it back in only if doing a native build.
10340 The current chill compiler does not yet work in any cross build.
10341 * Revert all signal changes from Jul 6.
10342 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
10343 for sh-hms targets, allowing these tests to link, with no other
10344 changes. Testing is suppressed by setting "nosignals" in site.exp.
10345
10346Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
10347
10348 * configure.in (signaldirs): Define and add to configdirs for all
10349 targets except some specific ones that are known to not support signals.
10350 Also clean up formatting.
10351 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
10352 (signals, sigall): Remove rules to build.
10353 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
10354 Moved to new gdb.signals directory.
10355 * gdb.signals: New test directory.
10356 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
10357 signals.c signals.exp}: New or moved files.
10358
10359Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
10360
10361 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
10362
10363Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
10364
10365 * gdb.base/return.exp: Xfail `return double' test failure
10366 on at least Solaris 2.3 and handle future/past versions on
10367 a case by case basis as appropriate. Also update message
10368 to include i*86 failures.
10369
10370Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10371
10372 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
10373
10374 * lib/gdb.exp: Fix comment which erroneously identified
10375 gdb_file_cmd as gdb_load (the 19 May change was in fact to
10376 gdb_file_cmd not gdb_load).
10377 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
10378
10379 * gdb.base/setvar.exp: Make test names consistent between pass and
10380 fail cases. Use gdb_test more.
10381
10382Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10383
10384 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
10385
10386Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10387
10388 * gdb.base/help.exp: Fix expected help string for `show commands'.
10389
10390Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
10391
10392 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
10393
10394 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
10395 of a text section.
10396
10397Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
10398
10399 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
10400 that loop eventually terminates. Fix Connection refused logic so
10401 that testsuite will expire nicely.
10402
10403Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
10404
10405 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
10406 config/rom68k.exp: New tcl glue for the appropriate monitors.
10407 These all just end up calling monitor.exp.
10408 * config/monitor.exp (gdb_target_monitor): Handle `Connection
10409 refused' by retrying. Cleanup some timeout issues.
10410 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
10411 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
10412 callers don't have to set/restore global timeout variable.
10413
10414 * The following set of changes centralizes management of the global
10415 timeout variable. This way, it can be set in one target dependent
10416 place instead of dozens of places scattered throughout the test suite.
10417 If you need to lengthen a timeout, then you should either set timeout
10418 in one of the config/{target}.exp files, or multiply it by a factor.
10419 Setting it to an absolute value is always going to lose for some
10420 targets.
10421 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
10422 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
10423 * gdb.base/funcargs.exp: Don't set timeout.
10424 * gdb.base/list.exp (test_forward_search): Only use local timeout.
10425 * gdb.base/printcmds.exp (test_print_string_constants
10426 test_print_array_constants): Don't set timeout.
10427 * gdb.base/ptype.exp: Don't set timeout.
10428 * gdb.base/recurse.exp: Don't set timeout.
10429 * gdb.base/return.exp: Don't set timeout.
10430 * gdb.base/watchpoint.exp: Don't set timeout.
10431 * gdb.c++/classes.exp (do_tests): Don't set timeout.
10432 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
10433
10434Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
10435
10436 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
10437
10438Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10439
10440 * lib/gdb.exp: Disable chill tests for irix5.
10441
10442Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10443
10444 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
10445 each test pass or fail.
10446
10447Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10448
10449 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
10450 xlc not gcc.
10451
10452Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
10453
10454 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
10455
10456Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
10457
10458 * config/est.exp: Fix copyright and comments. Remove dead code.
10459 Use targetname, serialport and baud variables instead of fixed
10460 constants.
10461 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
10462 * config/cpu32bug.exp: New file to support cpu32bug monitors.
10463
10464Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10465
10466 * gdb.base/watchpoint.exp: Don't run
10467 test_watchpoint_triggered_in_syscall for sunos.
10468
10469Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10470
10471 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
10472 they don't seem to exist. Do include stdio.h.
10473
10474Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10475
10476 * gdb.base/a1-selftest.exp: Add alpha xfail.
10477
10478Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10479
10480 * gdb.base/watchpoint.c (main): Prompt before calling read().
10481 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
10482 Revise accordingly. Remove cruft about sending "123" several
10483 times, until it gets noticed. Clean up the "print buf[0]" stuff
10484 so that it passes or fails, and waits for prompts in the usual way.
10485
10486Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10487
10488 * gdb.base/recurse.exp: Fix comment.
10489
10490 * TODO: Remove item about printing variables in nodebug.exp. Add
10491 item about enabling tests which are only run on some targets.
10492
10493 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
10494 fail, make test names unique, use new gdb_test convention
10495 regarding pattern, use gdb_test more, etc.).
10496
10497 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
10498 fail, make test names unique, etc.).
10499
10500Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10501
10502 * gdb.base/nodebug.c: Change return type of top and middle to
10503 short.
10504 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
10505 are fixed by the recent mdebugread.c changes. Allow `short ()'
10506 as type for top and middle.
10507
10508Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10509
10510 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
10511 nearly as I can tell, the whole thing was an accident in Stu's
10512 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
10513 to replace a send/expect pair with gdb_test, but ended up only
10514 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
10515 of 30 Mar 1995 took care of it, but left this vestigial comment
10516 which I am now nuking.
10517
10518Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10519
10520 * gdb.base/break.exp: Look for different line number for
10521 breakpoint at main depending on usestubs.
10522
10523Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10524
10525 * gdb.base/list.exp: Adjust some alternate expect patterns to
10526 match recent list0.c change. Add alternate expect pattern for
10527 output from `list default lines around main' for optimizing
10528 compilers.
10529
10530Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10531
10532 * lib/gdb.exp: If nosignals is not set, set it to 0.
10533
10534Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
10535
10536 * config/slite-gdb.exp: Responds to load symbol table prompt.
10537 * gdb.base/break.exp: Adjust line number, fix rerun.
10538 * gdb.base/langs0.c: Add #ifdef usestubs.
10539
10540Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
10541
10542 * gdb.base/list.exp: Adjust line contents after adding new lines in
10543 list0.c. Also fix a syntax error.
10544
10545 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
10546 * gdb.base/break.exp: ditto.
10547 * gdb.base/list.exp: ditto.
10548 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
10549 * gdb.base/run.c: ditto.
10550 * gdb.base/list0.c: ditto.
10551 * gdb.base/funcargs.c: ditto.
10552
10553Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
10554
10555 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
10556 $targetname, $serialport and $baud instead of hardwired variables.
10557 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
10558 target doesn't support signals.
10559
10560Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
10561
10562 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
10563
10564Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10565
10566 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
10567 Don't rely on the value of an auto variable before it has been
10568 initialized. Use gdb_test more.
10569
10570Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10571
10572 * lib/gdb.exp (default_gdb_version): A version number must start
10573 with a digit, but other than that contains all characters up to
10574 the first whitespace character.
10575
10576Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10577
10578 * gdb.base/commands.exp (breakpoint_command_test): New tests.
10579
10580Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10581
10582 * gdb.c++/*.exp: Warn if executable does not exist. The original
10583 reason for skipping the warning was that configure.in sometimes
10584 intentionally skipped building the executables but the tcl code
10585 had no way of knowing. That (a) was always bogus with respect to
10586 error handling, (b) is no longer true (right now there is no way
10587 to skip C++ tests).
10588
10589 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
10590
10591Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10592
10593 * gdb.base/list.exp: Add expect patterns for output from
10594 SunPRO compiled executables.
10595 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
10596 types.
10597
10598Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10599
10600 * gdb.base/break.exp (test_next_with_recursion): Accept any line
10601 number (we are already testing that the correct source line text
10602 gets printed).
10603
10604 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
10605 that is what is intended, but something needed to be done to get
10606 sunos4 native working again.
10607
10608 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
10609
10610 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
10611 apparently went with a (very) old xfail.
10612
10613Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
10614
10615 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
10616 runto_main is a proc in gdb.exp that will do 'step' for target use
10617 stubs.
10618 * gdb.base/exprs.exp: ditto.
10619 * gdb.base/interrupt.exp: ditto.
10620 * gdb.base/opaque.exp: ditto.
10621 * gdb.base/printcmds.exp: ditto.
10622 * gdb.base/ptype.exp: ditto.
10623 * gdb.base/scope.exp: ditto.
10624 * gdb.base/setvar.exp: ditto.
10625 * gdb.base/signals.exp: ditto.
10626 * gdb.base/twice.exp: ditto.
10627 * gdb.c++/classes.exp: ditto.
10628 * gdb.c++/inherit.exp: ditto.
10629 * gdb.c++/templates.exp: ditto.
10630 * gdb.base/break.exp: no run and hit main for stubs. Change line
10631 numbers for breakpoints and info breakpoint.
10632 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
10633 breakpoint().
10634 * gdb.base/callfuncs.c: ditto.
10635 * gdb.base/exprs: ditto.
10636 * gdb.base/interrupt.c: ditto.
10637 * gdb.base/opaque0.c: ditto.
10638 * gdb.base/printcmds.c: ditto.
10639 * gdb.base/ptype.c: ditto.
10640 * gdb.base/scope0.c: ditto.
10641 * gdb.base/setvar.c: ditto.
10642 * gdb.base/signals.c: ditto.
10643 * gdb.base/twice.c: ditto.
10644 * gdb.c++/misc.cc: ditto.
10645 * gdb.c++/templates.cc: ditto.
10646
10647Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10648
10649 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
10650
10651 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
10652 somewhere between `read' and `main.c'. I'm pretty sure the
10653 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
10654 and it isn't particularly useful.
10655
10656 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
10657
10658Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10659
10660 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
10661
10662Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
10663
10664 * config/mt-slite: add LIBS and -nostdlib.
10665 * config/slite-gdb.exp: add this new file to support sparclite target.
10666
10667Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
10668
10669 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
10670
10671 * gdb.base/a2-run.exp: Change argument to istarget from
10672 "*-*-vxworks" to "*-*-vxworks*".
10673 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
10674
10675Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
10676
10677 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
10678 will not runto main but do a 'step' to step out of breakpoint().
10679 * config/mt-slite: add -Dusestubs.
10680
10681Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10682
10683 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
10684 instead of just @.
10685
10686 * gdb.base/signals.exp: Add test for "handle all print".
10687 * TODO: Remove "handle all print". Also remove item about
10688 checking copyright date (I don't like the idea of a spurious FAIL
10689 based on when we run the tests).
10690
10691 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
10692 for SunOS4 (reason for failure not investigated). Remove
10693 redundant test for $binfile.
10694
10695 * gdb.base/nodebug.c (array_index): Call malloc.
10696
10697 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
10698
10699Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
10700
10701 * gdb.base/recurse.exp: Update gdb_test invocation to use new
10702 conventions and slightly simplify the matching regexp.
10703
10704Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10705
10706 * gdb.base/break.exp: Update gdb_test invocation to use new
10707 convention.
10708
10709 * lib/gdb.exp: If noargs is not set, set it to 0.
10710
10711 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
10712 tests unique.
10713
10714 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
10715
10716Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10717
10718 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
10719 one argument of type "<non-float parameter>".
10720
10721Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
10722
10723 * config/rom68k.exp: New file to support Motorola IDP board.
10724 * gdb.base/a2-run.exp: Skip this file if noargs is set.
10725 * gdb.base/break.c: Change things around so that this program
10726 doesn't depend upon args. This is necessary to make remote
10727 targets work (in general, they can't take args).
10728 * gdb.base/break.exp: Don't try to send args to program. Don't
10729 expect output. Also, replace lots of code with gdb_test.
10730
10731Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10732
10733 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
10734 printing of '\'' (which is what the comment says we are testing,
10735 even though we were not), not '''.
10736 (test_integer_literals_rejected): Test that printing ''' is an error.
10737
10738 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
10739 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
10740 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
10741 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
10742 Use gdb_test not test_print_accept.
10743 * lib/gdb.exp: Remove test_print_accept.
10744
10745 * gdb.base/signals.exp (signal_tests_1): Make pass message
10746 consistent with fail message.
10747
10748 * gdb.base/whatis.exp: Remove xfails for printing char vs.
10749 unsigned char; the bug (PR 1821) is fixed.
10750
10751 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
10752
10753 * gdb.base/scope.exp (test_at_localscopes): Call pass for
10754 successful tests--makes xfailing them work right.
10755
10756Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10757
10758 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
10759 only \r\n, not .*. The test can pass .* as the last thing in
10760 $pattern if that is what it wants. In addition to providing this
10761 flexibility, this change should speed up pattern matching in cases
10762 where the pattern already ended with .* (there were a number of
10763 them). This change also helps catch bad patterns--in the old
10764 scheme the typo "char \*" instead of "char \\*" would pass. Now
10765 it is caught.
10766 * Many .exp files: Update callers.
10767
10768 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
10769 clearer and does not spuriously match multiple ('s. Likewise for
10770 ) and *.
10771
10772 * gdb.base/nodebug.exp: Test ability to call a function and pass
10773 it a string (even with no debugging info).
10774
10775 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
10776 "p '\'", which is the same as "p ''" once tcl gets done with
10777 quoting, to "p '\\'", which I suspect is what is intended (one
10778 backslash gets sent to GDB).
10779
10780 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
10781
10782Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10783
10784 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
10785 1817) was fixed literally years ago.
10786
10787Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10788
10789 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
10790 test, it causes stepping out of call_after_alloca_subr with
10791 optimizing compilers.
10792 (localvars_in_indirect_call): Consume GDB prompt if `finish'
10793 fails.
10794
10795 * gdb.c++/templates.exp: Source templ-info.exp only if
10796 the templates executable exists.
10797
10798 * gdb.c++/misc.cc (class Contains_static_instance,
10799 class Contains_nested_static_instance),
10800 gdb.c++/classes.exp (test_static_members): Test printing of
10801 a class that contains a static instance of the class.
10802
10803Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10804
10805 * gdb.base/langs2.c (cppsub_): Don't prototype.
10806 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
10807 only, I believe).
10808
10809Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10810
10811 * lib/gdb.exp (skip_chill_tests): New procedure.
10812
10813 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
10814
10815Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
10816
10817 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
10818 each expect pattern. Cuts runtime from 12 to about 4 seconds.
10819
10820Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10821
10822 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
10823
10824 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
10825 disassemble 8, not 16, instructions for part 4.
10826
10827 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
10828 support the latter anymore.
10829
10830 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
10831 -DNO_PROTOTYPES.
10832 * gdb.base/callfuncs.c: Control use of prototypes based on
10833 NO_PROTOTYPES, not __STDC__.
10834 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
10835 t_float_values2 tests if prototypes in use.
10836
10837 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
10838 t_double_values): When checking differences against DELTA, check
10839 that difference is within the range (-DELTA,DELTA), not just
10840 (-infinity,DELTA).
10841
10842Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
10843
10844 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
10845 'file' command firts, then 'target', then 'load', this is due to gdb
10846 target set up.
10847 * config/mips-gdb.exp: Fix a couple regular exp bugs.
10848
10849Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
10850
10851 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
10852 FP load/store variants.
10853 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
10854
10855Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
10856
10857 * gdb.base/term.exp: Do not give a warning if not native, it is
10858 not an abnormal condition.
10859
10860Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
10861
10862 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
10863 t_char_array".
10864
10865Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
10866
10867 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
10868 are getting the version number.
10869
10870 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
10871 if not native, it is not an abnormal condition.
10872
10873Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10874
10875 * lib/gdb.exp: Just use "file exists", rather than undocumented
10876 dejagnu procedure "findfile".
10877
10878Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10879
10880 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
10881 (LDFLAGS): Set to -Xlinker -Ur.
10882
10883 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
10884 Removed, these values are set by lib/gdb.exp.
10885
10886 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
10887
10888Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10889
10890 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
10891 of replicating gdb startup code.
10892
10893 * config/mt-vxworks (LDFLAGS): Set to -r.
10894 (CFLAGS_FOR_TARGET): Removed.
10895
10896 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
10897 (gdb) and gdb for vxworks uses (vxgdb).
10898
10899 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
10900 executable is not in the tree and host != target, use sed and
10901 program_transform_name to determine the gdb name used by the
10902 target.
10903
10904 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
10905 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
10906
10907Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10908
10909 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
10910 floats, chars, and shorts where there are ANSI-style function
10911 definitions.
10912
10913 * gdb.base/langs.exp, gdb.base/langs*: New test.
10914 * gdb.base/Makefile.in: Build it.
10915 * TODO: Remove item about checking that C names don't get C++
10916 demangling applied; this test tests it.
10917
10918Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10919
10920 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
10921 went with the const70 xfail. The xfail went away a year ago.
10922
10923 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
10924
10925 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
10926 for hp300.
10927
10928 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
10929
10930 * gdb.base/a1-selftest.exp: Don't run on hp300.
10931
10932Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10933
10934 * Makefile.in (site.exp): Set host_alias and target_alias as well
10935 as host_triplet and target_triplet.
10936
10937Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10938
10939 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
10940
10941 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
10942 places as other ecoff systems).
10943
10944 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
10945 ultrix.
10946
10947Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10948
10949 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
10950 remove them.
10951 * gdb.base/nodebug.exp: Accept "function" in addition to "text
10952 variable and "variable" in addition to "data variable".
10953 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
10954
10955 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
10956 2.
10957 * gdb.base/list1.c (long_line): Add additional statement at start
10958 of function.
10959 * gdb.base/list.exp (test_forward_search): Update line number to
10960 reflect new statement.
10961
10962Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10963
10964 * gdb.base/signals.exp: Reinitialize searched source directories
10965 after gdb_start call.
10966
10967Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
10968
10969 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
10970 * gdb.stabs/Makefile.in: Likewise.
10971
10972 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
10973 change. Instead split the tests into smaller pieces.
10974 * gdb.disasm/hppa.s: Corresponding changes.
10975
10976Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10977
10978 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
10979 Quote ^C when passing it to stty. For some shells ^ is a pipe.
10980
10981 * gdb.base/funcargs.exp: Modify many tests so that every test
10982 either passes or fails. Make some test names unique.
10983
10984Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10985
10986 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
10987 Call stty to set interrupt character.
10988
10989 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
10990 for HP assembler versus GNU assembler based on actual behavior of
10991 $(CC), rather than assuming that $(AS) is always the GNU assembler.
10992
10993 * TODO: Suggest a few more stepping tests.
10994
10995Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
10996
10997 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
10998 restart GDB for h8300 after a continue.
10999 (return): Add pattern to match a29k-udi behavior.
11000 * gdb.base/nodebug.exp: Remove obsolete comment.
11001 * gdb.base/regs.exp: New file, testing of register displays.
11002 * gdb.base/return.exp: Fix typo in reference to $objdir.
11003 * gdb.base/whatis.exp: Always start with a fresh GDB.
11004
11005Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11006
11007 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
11008 higher, these tests generate a lot of output.
11009
11010Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11011
11012 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
11013 code following the catch silently ignored some errors; without the
11014 catch they should be thrown like any other tcl error. Also, the
11015 catch used "" instead of {} which meant all the callers who wanted
11016 to include one of the characters "[]$ had to quote it an extra time.
11017 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
11018 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
11019 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
11020 Remove extra quoting.
11021
11022Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
11023
11024 * gdb.base/commands.exp: Make test names unique; every test either
11025 passes or fails. Update some comments.
11026
11027 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
11028
11029Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11030
11031 The following fixes a FAIL caused by the fact that the alpha stabs
11032 configuration didn't use the ".if alpha" code in weird.def.
11033 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
11034 bit pointer, so the 32 bit version works even on the alpha.
11035 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
11036 Remove the stuff which allowed us to have separate versions for
11037 alpha and everything else.
11038
11039 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
11040 regexp which "info func operator\[\](" is supposed to match. Fix
11041 string to send to GDB. Note that GDB still doesn't work right. Add a
11042 new test for "info func .perator\[\](" which GDB does handle correctly.
11043
11044 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
11045
11046Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11047
11048 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
11049 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
11050 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
11051 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
11052 it makes the tests harder to understand and confuses test-o-matic.
11053 The preferred style is that each test provides a PASS or a FAIL,
11054 and has a unique message (e.g. "continue #54" not just "continue")
11055 which is the same for the pass and the fail.
11056 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
11057 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
11058 to lib/gdb.exp.
11059 * gdb.base/printcmds.exp: Use test_print_accept. Remove
11060 prt_accept which was basically the same thing. Likewise for
11061 test_print_reject and prt_reject.
11062 * lib/gdb.exp (test_print_reject): Add some more error message
11063 patterns to match from the former printcmds.exp (prt_reject).
11064 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
11065 One defect of the passcount stuff is that some of it failed to
11066 report XPASS where appropriate.
11067 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
11068 stuff before and after arg in expected pattern.
11069 (test_paddr_operator_functions): Re-do test without print_addr_of;
11070 this is the only test which seems to want extra stuff there.
11071
11072Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11073
11074 * gdb.base/nodebug.exp: Update new tests to reflect improved
11075 wording of gdb output.
11076
11077 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
11078 and "ptype" work on variables in files compiled without -g.
11079 Replaces commented out "maint print msymbol" tests.
11080
11081Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11082
11083 * gdb.base/setvar.c (dummy): Call malloc.
11084
11085 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
11086 losing with the irix4 sed.
11087
11088 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
11089 ALRM" on irix4.
11090
11091Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11092
11093 * TODO: Remove items about corefile.exp testing new exec-file and
11094 backtrace; both are now done. Add items about printing enums.
11095
11096Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11097
11098 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
11099 "get signal $thissig" test fails.
11100
11101 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
11102
11103Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11104
11105 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
11106 compiler warning with dec alpha compiler.
11107
11108 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
11109 extra \n from gdb_test call (this explains why the prompt test
11110 that I removed yesterday was there).
11111 (user_defined_command_test): Remove extra \n and prompt test.
11112
11113 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
11114 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
11115 doesn't exist.
11116 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
11117 Also remove alpha workaround, which turns out to be because
11118 SIGABRT == SIGLOST.
11119
11120 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
11121
11122 * gdb.base/help.exp: Don't test "help show".
11123
11124Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11125
11126 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
11127 "set print address" is on.
11128 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
11129 pass prompt to gdb_test; gdb_test already looks for the prompt.
11130
11131 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
11132
11133 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
11134 was a vestige of the manual TESTSTRATEGY, and the purpose of it
11135 was to make sure that gdb can read a core file. But (a) the "read
11136 the corefile" part didn't make it to a1-selftest.exp, we just
11137 delete the corefile after creating it, and (b) we test reading
11138 corefiles in corefile.exp anyway. Also, this test left around a
11139 xgdb process on Solaris.
11140
11141 * gdb.base/corefile.exp: Also test backtrace.
11142
11143Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
11144
11145 * gdb.base/commands.exp: Test a simple user defined command with
11146 arguments and if/while statements; verify the full user command is
11147 printed by "show user".
11148
11149 * gdb.base/commands.exp: Test if/while commands as part of a
11150 breakpoint command list; verify they appear in breakpoint
11151 information.
11152
11153Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11154
11155 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
11156 than by dividing by zero.
11157
11158Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
11159
11160 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
11161 performing an inferior call with watchpoints enabled.
11162 * gdb.base/watchpoint.c (main): Delete second unnecessary read
11163 call.
11164
11165Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11166
11167 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
11168 of "file" command.
11169
11170 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
11171 Add additional pattern for when "int operator int(void);" appears
11172 in a different order.
11173
11174Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11175
11176 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
11177
11178 * gdb.base/help.exp: Replace most of docstrings for "info signals"
11179 and "signal" with ".*".
11180
11181Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11182
11183 * TODO: Add note about "handle all nostop".
11184
11185 * gdb.base/{sigall.c, sigall.exp}: New test.
11186 * gdb.base/Makefile.in: Add it.
11187
11188Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11189
11190 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
11191 when invoking GDB, suppresses any windowing interface.
11192
11193Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
11194
11195 * config/sim-gdb: New file, simulator testing support.
11196
11197Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
11198
11199 * gdb.base/interrupt.exp: Test calling func1 twice.
11200
11201Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
11202
11203 * gdb.base/list.exp (test_forward_search): Set timeout higher
11204 when we'll be getting lots of output from gdb.
11205
11206 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
11207 "init_malloc" to after the expect statement. Run it if that
11208 regexp is taken, but also for two others which happen if source
11209 cannot be found.
11210
11211Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11212
11213 * gdb.base/printcmds.exp: New test, for printing register before
11214 program is running.
11215
11216Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11217
11218 * gdb.base/list.exp: Correct some alternate expect patterns
11219 to reflect changes in list1.c.
11220
11221Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11222
11223 * TODO: Add item regarding large frames.
11224
11225 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
11226
11227 * TODO: Remove item about enabling return.exp; it
11228 is enabled. Suggest a few more "return" tests.
11229
11230Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11231
11232 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
11233 anonymous unions.
11234
11235Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11236
11237 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
11238 and pr-5646.o, so "make" is the same as "make all", not "make
11239 pr-4975.o".
11240
11241Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
11242
11243 * gdb.base/list.exp: Adjust expectations to reflect changes in
11244 list1.c.
11245 (test_forward_search): New test proc.
11246 * gdb.base/list1.c (long_line): New function, has long source line.
11247
11248Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
11249
11250 * gdb.base/a1-selftest.exp: Change initial stepping to know about
11251 additional line of code that was added.
11252
11253Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
11254
11255 * gdb.disasm/hppa.s: Break the large branching tests into smaller
11256 tests so as not to overflow expect's input buffers.
11257 * gdb.disasm/hppa.exp: Corresponding changes.
11258
11259Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11260
11261 Beginnings of template debugging tests.
11262 * gdb.c++/templ-info.cc: New file to test for template
11263 debugging capability of the compiler.
11264 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
11265 templ-info.cc.
11266 * gdb.c++/templates.cc: Add explicit template instantiations
11267 to enable compiling with -fno-implicit-templates. Add destructor
11268 and 'value' method to T5 class for template tests.
11269 * gdb.c++/templates.exp: Add testcases for printing of template
11270 types, setting breakpoints on template methods and calling a
d63a86f8 11271 template method.
c906108c
SS
11272
11273Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
11274
11275 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
11276 branch target since some assemblers (gas-2.5) may emit a
11277 relocation for the branch instead of resolving it in the
11278 assembler.
11279
11280Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11281
11282 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
11283 through signal handler.
11284
11285Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11286
11287 * configure.in (*-*-netware): Use config/mt-netware.
11288
11289 * config/mt-netware: New file.
11290 * config/mt-i386-netware: Removed, separate configs for different
11291 netware architectures are no longer needed now that we have
11292 --with-headers.
11293
11294Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11295
11296 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
11297 by the recent changes to use ANSI C arithmetic conversions.
11298
11299Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11300
11301 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
11302 bug involving using inferior_pid to figure out whether to select a
11303 frame.
11304
11305Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
11306
11307 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
11308 match the current disassembler output.
11309
11310Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
11311
11312 * gdb.fortran/exprs.exp: Expect VOID instead of void.
11313 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
11314 types, expect "int" as type of integer values (for now).
11315
11316Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
11317
11318 * gdb.base/commands.exp: New tests for if/while commands.
11319
11320Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
11321
11322 * lib/gdb.exp (runto): Replace sub-pattern for hex value
11323 by .*, since hex values have different syntax in Chill mode.
11324
11325Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11326
11327 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
11328 linefeed from expect pattern for repeated types with indices > 9.
11329
11330Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
11331
11332 First part of Fortran test suite.
11333 * gdb.fortran: New directory.
11334 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
11335
11336Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11337
11338 * gdb.base/default.exp: Update expect pattern for load command
11339 without arguments.
11340
11341Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11342
11343 * configure.in: Change i386 to i[345]86.
11344 * gdb.base/configure.in: Likewise.
11345 * gdb.c++/configure.in: Likewise.
11346 * gdb.chill/configure.in: Likewise.
11347
11348Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
11349
11350 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
11351 patterns, since that is not a valid context for comments.
11352
11353Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
11354
11355 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
11356 repeated types and repeated types with indices > 9.
11357
11358Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11359
11360 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
11361 2417; old bug has been fixed.
11362
11363Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
11364
11365 * gdb.base/interrupt.exp: When trying to wake up the inferior,
11366 send the newline ourselves instead of assuming gdb_test will do
11367 so when passed an empty input string.
11368
11369 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
11370 stabs testcode.
11371
11372Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11373
11374 * lib/gdb.exp (gdb_test): Don't send anything if the first
11375 argument is an empty string. This makes cases where we want to
11376 match output that is already in expect's buffers (for example,
11377 matching a breakpoint after gdb_run_cmd has been called) work
11378 reliably.
11379
11380Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11381
11382 * config/netware.exp: New file.
11383
11384Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11385
11386 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
11387 the -B and -L prefixes so we can find the debugging stub.
11388
11389 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
11390 there and we are using the gcc from the tree.
11391
11392 * gdb.base/types.c: Removed.
11393
11394 * gdb.base/configure.in: Look for makefile fragments in ../config.
11395 Recognize i386-*-netware.
11396 * gdb.c++/configure.in: Likewise.
11397
11398Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11399
11400 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
11401 the correct TCL syntax.
11402
11403Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11404
11405 * gdb.base/opaque.exp: use runto instead of messing around with
11406 breakpoints. Simplify by using gdb_test.
11407
11408 * gdb.base/bitfields.exp: restart between tests on netware targets
11409 because breakpoints aren't relocated after target death. Run
11410 processes to completion.
11411
11412 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
11413
11414Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
11415
11416 * Makefile.in: Remove extra tabs that confuse some versions
11417 of "make". Use the newly built gdb to test with by default,
11418 rather than the first one in the tester's search path.
11419
11420Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
11421
11422 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
11423
11424 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
11425 condition help.
11426
11427Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11428
11429 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
11430
11431 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
11432 running.
11433 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
11434 * gdb.base/funcargs.exp: Likewise.
11435
11436 * gdb.base/bitfields.exp: Simplify by using gdb_test.
11437 * gdb.base/funcargs.exp: Likewise.
11438
11439 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
11440 message is "".
11441
11442Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11443
11444 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
11445 return,signals,twice}.exp: Handle non-existant binaries
11446 consistantly.
11447
11448 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
11449 * gdb.base/Makefile.in: Don't try to generate a core dump, we
11450 might testing a cross development system.
11451
11452Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11453
11454 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
11455 runtest script is relative to ${srcdir}, not ${rootdir}.
11456
11457Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
11458
11459 * gdb.base/signals.exp: Allow for optionality of breakpoint
11460 address.
11461
11462Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11463
11464 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
11465
11466Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11467
11468 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
11469 for size_t definition.
11470 * gdb.c++/templates.cc: Likewise
11471
11472 * config/mt-i386-netware: New file.
11473
11474 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
11475 defined.
11476
11477 * gdb.base/Makefile.in: Added support for systems that name core
11478 files by appending "core" to the program name.
11479 * gdb.base/a1-selftest.exp: Likewise.
11480
11481Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11482
11483 * gdb.base/return.exp: Add comment and message for `return double'
11484 test failure on Sparc Solaris.
11485
11486Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
11487
11488 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
11489
11490Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11491
11492 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
11493 from optimizing them away.
11494 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
11495 patterns to include default constructors and assignment operators,
11496 to match gcc versions beyond 2.5.8. Accept any cplus demangling
11497 character in the output of the virtual base pointer.
11498
11499Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11500
11501 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
11502 expression match in print_addr_of to avoid unintented matches.
11503 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
11504 versions up to 2.5.8.
11505
11506Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11507
11508 * gdb.base/list.exp: Tweak alternate pattern for listing of an
11509 included file to run under newer versions of expect.
11510 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
11511 consecutive >'s in templates to accomodate recent cplus-dem.c change.
11512 Remove xfail for the virtual table of BDDHookV.
11513
11514Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
11515
11516 * lib/gdb.exp (string_to_regexp): Set a default result.
11517 (default_gdb_start): Fix misleading message.
11518
11519Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
11520
11521 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
11522 Remove all CC, etc definitions.
11523 * config/mt-hpux: New file.
11524 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
11525 (CFLAGS, LDFLAGS): Define.
11526 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
11527
11528 * Makefile.in (site.exp): Don't insert host_os, etc.
11529 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
11530 (distclean): Check existence of subdir.
11531 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
11532 * gdb.base/Makefile.in: General cleanup and simplification.
11533 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
11534 to build executables. Use default rule to build .o files.
11535 (EXPECT, RUNTEST, CC): Fix relative pathname.
11536 (site.exp): Don't insert host_os, etc.
11537 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
11538 and/or SIGUSR1 defined.
11539 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
11540 * gdb.c++/Makefile.in: General cleanup and simplification.
11541 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
11542 (CFLAGS): Remove.
11543 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
11544
11545Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
11546
11547 * gdb.base/recurse.exp: Misc changes to get tests running again
11548 after Kung's changes to the watchpoint code.
11549 * gdb.base/watchpoint.exp: Likewise.
11550
11551Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
11552
11553 * lib/gdb.exp (string_to_regexp): Convert {\} also.
11554
11555Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11556
11557 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
11558 * lib/gdb.exp (default_gdb_start): Define.
11559 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
11560 gdb.base/funcargs.exp, gdb.base/opaque.exp,
11561 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
11562 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
11563 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
11564 Don't call gdb_target_udi in between tests.
11565
11566Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11567
11568 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
11569 (which was basically just a local version of the same thing). In
11570 addition to avoiding duplication, gdb_test_exact is faster.
11571 * lib/gdb.exp (gdb_test_exact): Fix typo.
11572
11573 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
11574 don't give an error.
11575
11576 * gdb.base/term.exp: Call delete_breakpoints before starting.
11577
11578 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
11579 (t10): Add comment.
11580
11581Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
11582
11583 Reorganization of the GDB Test Suite.
11584
11585 * gdb.base: New directory, contains all the basic tests.
11586 * gdb.c++: New directory, tests specific to C++.
11587 * gdb.chill: New directory, tests specific to Chill.
11588 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
11589 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
11590 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
11591 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
11592 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
11593 t30-31 to chill).
11594 * */gdbme.*: Rename to match appropriate expect scripts.
11595 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
11596 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
11597 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
11598 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
11599 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
11600 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
11601 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
11602 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
11603 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
11604 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
11605 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
11606 gdb.c++/virtfunc.cc: New names of C++ files.
11607 * gdb.chill/chillvars.ch: New name of Chill file.
11608 * gdb.base/configure.in, gdb.c++/configure.in,
11609 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
11610 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
11611 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
11612 * configure.in (configdirs): Update to reflect directory changes.
11613 (target_abbrev): No longer define for any configuration.
11614 * Makefile.in: Cosmetic improvements to header comments.
11615
11616Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
11617
11618 Various changes to gdb.t31:
11619
11620 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
11621 * gdbme.ch: Make all key-words and predefineds be upper-case.
11622 * chillvars.exp: Expect key-words and predefinds in upper-case.
11623
11624 * chillvars.exp: Use gdb_test_exact many places.
11625 Change expected output for arrays (which now includes index labels).
11626
11627 * pr-5020.exp, gdme.ch (module PR_5020):
11628 New test, for PR-5020.
11629
11630Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
11631
11632 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
11633 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
11634
11635Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
11636
11637 * Makefile.in: Fix bit-rot in definitions of CHILL,
11638 CHILL_FOR_TARGET and Chill_LIB.
11639 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
11640 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
11641 CHILL, and CHILL_LIB.
11642
11643Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
11644
11645 * Revert the previous changes. Please see Rob's directory
11646 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
11647
11648Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
11649
11650 * Makefile.in, configure.in, config/mips-gdb.exp,
11651 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
11652 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
11653 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
11654 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
11655 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
11656 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
11657 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
11658 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
11659 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
11660 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
11661 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
11662 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
11663 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
11664 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
11665 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
11666 changes from 94Q1.
11667
11668Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
11669
11670 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
11671 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
11672 Rob's new testing fragments.
11673
11674Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
11675
11676 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
11677 lib/gdb.exp: Replace error proc calls with perror.
11678
11679Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
11680
11681 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
11682 version also, match on casted version strings, and match on
11683 gdb startup case where the line numbers might be messed up.
11684
11685Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
11686
11687 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
11688 (CFLAGS): Delete it from here.
11689
11690Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
11691
11692 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
11693
11694Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
11695
11696 * Makefile.in (RUNTEST): Default to just "runtest".
11697
11698Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11699
11700 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
11701 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
11702 the code has been restructured.
11703
11704Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11705
11706 * gdb.t00/default.exp (set write): Allow any number of \r and/or
11707 \n, not just one of each.
11708
11709 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
11710 /bin/cc gives a warning if you do.
11711
11712Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
11713
d63a86f8 11714 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
11715 __t10ListS_link1ZUiRCUiPT0
11716
11717Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11718
11719 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
11720 on local variables in recursive functions.
11721
11722 * gdb.t07/Makefile.in: Build the new test.
11723
11724Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11725
11726 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
11727 directly. Instead compare the return values from actual calls.
11728
11729Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
11730
11731 * Makefile.in (check): Set TCL_LIBRARY for runtest.
11732
11733Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11734
11735 * From Peter Schauer with minor modifications.
11736 * gdb.t15/return.exp (return_tests): Handle targets where "return"
11737 stops in mid-line in the caller. Add xfail for returning a float
11738 value on X86 targets.
11739
11740Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11741
11742 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
11743 to avoid expect lossage.
11744 (fmem_LRbug_tests): Likewise.
11745 * gdb.disasm/hppa.s: Corresponding changes.
11746
11747 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
11748 conditions to work with latest dejagnu/expect.
11749
11750 * gdb.t15/funcargs.exp (finish from indirect call): No longer
11751 expected to fail on the PA.
11752 (backtrace in call with trampolines): Explicitly require main
11753 to be frame #1 (no trampolines should show up in backtrace).
11754
11755 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
11756 "continue -expect".
11757 * gdb.t06/break.exp: Likewise.
11758 * gdb.t07/watchpoint.exp: Likewise.
11759 * gdb.t13/bitfields.exp: Likewise.
11760 * gdb.t15/{funcargs,return}.exp: Likewise.
11761 * gdb.stabs/weird.exp: Likewise.
11762 * config/{mips,udi}-gdb.exp: Likewise.
11763
11764 * hppa.sed: Enclose comments within a sed command to avoid
11765 losing with the old OSF1 sed.
11766
11767Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11768
11769 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
11770 sequent dynix.
11771 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
11772 * gdb.t15/funcargs.exp: Conditionally step again to really
11773 finish from marker_call_with_trampolines. Handle the case where
11774 the first step from within call_with_trampolines already steps
11775 us back to main.
11776 * gdb.t15/gdbme.c: Add comment to closing brace of
11777 call_with_trampolines for funcargs.exp.
11778
11779Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11780
d63a86f8 11781 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
11782 Fix typo(s).
11783
11784Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11785
11786 * gdb.t07/gdbme.c: More code for watchpoint testing.
11787
11788 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
11789 "Hardware watchpoint" throughout file.
11790 (test_watchpoint_triggered_in_syscall): New test.
11791 (test_complex_watchpoint): New test.
11792
11793Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11794
11795 * gdbme.c (call_with_trampolines): New function to try and step
11796 into. Tests trampoline problems on the PA.
11797
11798 * funcargs.exp (localvars_in_indirect_call): No longer expect
11799 stepping into indirect call to fail on PAs.
11800 (test_stepping_over_trampolines): New test.
11801
11802Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11803
11804 * TODO: Add suggestions for static member function tests, and
11805 completion tests.
11806
11807Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11808
11809 * TODO: Add suggestions for "p/a" tests.
11810
11811 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
11812 (default_gdb_exit): Replace all the hair with sending "quit" to
11813 the process with a simple close.
11814
11815Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11816
11817 * TODO: Add suggestions for shared library tests.
11818
11819Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11820
11821 * TODO: Add suggestions for x/s tests.
11822
11823Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11824
11825 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
11826 "enable once", and "enable breakpoints once" with ".*".
11827
11828Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11829
11830 * TODO: Add suggestions about structure passing tests.
11831
11832Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11833
11834 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
11835 the primary1 test, use work around if __GNUC__ < 2.
11836 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
11837 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
11838 Test for bad output rather than waiting for timeout. Issue
11839 second continue only if first continue failed.
11840
11841Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11842
11843 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
11844 operator[] test with gdb_test because the old code didn't seem to
11845 be getting the quoting right with the new dejagnu.
11846
11847Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
11848
11849 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
11850 one from the path.
11851 * Makefile.in: Use a fresh expect if there is one, use runtest
11852 from the src tree if there is one.
d63a86f8 11853
c906108c
SS
11854Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11855
11856 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
11857 next over recursive call. Revise the tests from that point on
11858 (which had been skipped) to match GDB's actual (correct) output.
11859
11860 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
11861 with next over a breakpoint whose condition is false.
11862
11863 * gdb.t00/help.exp: Comment out "help set print" tests just like
11864 (and for same reason as) "help set" test.
11865
11866Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11867
11868 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
11869 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
11870
11871Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11872
11873 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
11874 necessary gdb_target_udi.
11875
11876 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
11877
11878 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
11879 1838 and 2417; they are fixed.
11880
11881 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
11882 gdb.t03/ptype.exp (ptype structure, ptype union):
11883 Remove xfails; the test is looser than when the xfails were added.
11884
11885 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
11886 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
11887
11888 * gdb.t01/run.exp: Only run shell test if isnative.
11889
11890 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
11891 since "run" automatically loads if necessary. Call gdb_target_udi
11892 after the "file" since "file" kills any execution target.
11893
11894 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
11895 GDB. GDB doesn't work that way (not anymore at least) on UDI.
11896 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
11897 argument for UDI.
11898
11899Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11900
11901 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
11902
11903 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
11904
11905Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11906
11907 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
11908 properly quoting regexps. This makes the second argument to
11909 demangle a fixed string, which matches the callers, instead of a
11910 shell-style pattern which is what the previous implementation
11911 used. Update some of the callers.
11912
11913Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11914
11915 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
11916 (comib_nullified_tests): Fix typo.
11917 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
11918 strings. No longer expected to fail.
11919
11920 * gdb.disasm/hppa.s (addib_tests): Fix typo.
11921 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
11922 strings. No longer expected to fail.
11923
11924 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
11925 string. No longer expected to fail.
11926
11927Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11928
11929 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
11930 No longer expected to fail.
11931
11932 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
11933 string. No longer expected to fail.
11934
11935Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11936
11937 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
11938 only in the names (I probably got most of them). I was even
11939 generous with some which differed in underscores in names, and
11940 probably missed a few, and I *still* was able to remove almost a
11941 third of the file with almost no impact on testsuite coverage.
11942
11943Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11944
11945 * gdb.t00/default.exp: Match udi_attach error message as well as
11946 the one from child_attach.
11947
11948 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
11949
11950 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
11951
11952 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
11953 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
11954
11955 * Move test with enums and partial symbols back to
11956 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
11957 Reverts the change of 26 May 93. Per today's change to
11958 stabs.texinfo, the behavior that weird.exp was expecting was
11959 unreasonable; what is important is that the compiler+gdb get
11960 things right, which happens with a recent gcc. Also fix the test
11961 to deal with native compilers which put out the stab gdb can't
11962 deal with.
11963
11964Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11965
11966 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
11967 in the names. The main thing these accomplish is to slow things down.
11968 Many more such duplicates surely remain.
11969
11970 * gdb.t00/help.exp: Comment out "help support" test just like
11971 (and for same reason as) "help set" test.
11972
11973Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
11974
11975 * gdb.t06/break.exp: Remove setup_xfails for
11976 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
11977 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
11978 about known bug in gcc to include up through 2.5.8.
11979 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
11980 well as "_vb$".
11981 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
11982 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
11983 with latest gcc and gdb.
11984 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
11985 well as "_vb$".
11986
11987Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11988
11989 * configure.in (hppa*-*-*): Also configure and build stabs-only
11990 tests.
11991
11992Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11993
11994 * gdb.t10/hppa.mt: A makefile fragment for the PA.
11995 * gdb.t10/configure.in (hppa*-*-*): Use it.
11996
11997Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11998
11999 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
12000
12001Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12002
12003 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
12004 versions prior to 1.13.5.
12005
12006Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12007
12008 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
12009 the prompt is at the start of a line.
12010
12011Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12012
12013 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
12014 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
12015 in the copr tests now.
12016 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
12017 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
12018 expected to fail.
12019
12020Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
12021
12022 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
12023 gdb.t31/chillvars.exp, lib/gdb.exp:
12024 Tweak to run under either version of expect.
12025 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
12026 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
12027 * gdb.t11/list.exp: Remove extraneous whitespace.
12028
12029Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12030
12031 * gdb.t16/printcmds.exp (test_print_strings): Accept
12032 "(unsigned char *) " before the string.
12033
12034 * TODO: Add notes about printing of fancy types and GDB expressions.
12035
12036Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
12037
12038 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
12039 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 12040 if doing mips-idt-ecoff.
c906108c
SS
12041
12042Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
12043
12044 * Most .exp files: Tweak to run under either version of expect.
12045
12046Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12047
12048 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
12049 xfails; I'm not sure why they are failing, but not because of PR 1806.
12050
12051Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
12052
12053 * config/unix-gdb.exp: Remove gdb_unload cause it's already
12054 defined in lib/gdb.exp.
12055
12056Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12057
12058 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
12059 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
12060 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
12061 have to be typeless.
12062
12063Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12064
12065 * TODO: Add suggestion for copyright year test.
12066
12067Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
12068
12069 * configure.in (*-*-lynxos*): Add stabs tests.
12070
12071Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12072
12073 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
12074 so insert a tab before any assembler directive in column zero.
12075
12076 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
12077 stores.
12078 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
12079 stores.
12080 (fpu_short_memory_tests): Likewise.
12081
12082Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12083
12084 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
12085 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
12086 .stabs directives in comments.
12087
12088Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12089
12090 * TODO: New file, describing tests we could write.
12091 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
12092
12093Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12094
12095 * gdb.t06/signals.exp: Add kludge to force re-sync.
12096
12097 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
12098 to xgdb instead of gdb, get out of gdb.
12099
12100Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
12101
12102 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
12103 for info.
12104
12105Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12106
12107 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
12108 * gdb.stabs/configure.in (hppa*-*-*): Use it.
12109 * gdb.stabs/hppa.sed: New sed script for the PA.
12110
12111Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12112
12113 * gdb.stabs: Re-write weird.def and configuration to use sed
12114 instead of cpp. sed is portable and POSIX; cpp is neither.
12115
12116Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12117
12118 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
12119
12120Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12121
12122 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
12123
12124Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12125
12126 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
12127 "_vb$".
12128 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
12129 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
12130
12131Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12132
12133 * lib/gdb.exp: Comment out code which depends on non-existent
12134 `transform' procedure.
12135
12136Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
12137
12138 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
12139 * lib/gdb.exp: Transform tool name.
12140 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
12141 1.1's new error handling system.
12142
12143Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12144
12145 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
12146
12147Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12148
12149 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
12150 They made pattern matching so slow that timeouts happened on
12151 heavily loaded systems. Now any output from "show print" which
12152 gets us back to the GDB prompt is a PASS.
12153
12154Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
12155
12156 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
12157
12158Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12159
12160 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
12161
12162 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
12163 It is not from PR 3220.
12164
12165Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12166
12167 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
12168 just started failing because they depended on the order the
12169 subcommands are presented, or exact docstring text. This kind of
12170 test is a pain and has minimal benefit.
12171
12172Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12173
12174 * gdb.t09/corefile.exp: At end of test, use "core" command with
12175 no arguments.
12176
12177Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
12178
12179 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
12180 17}/Makefile.in: Make it possible to run the testsuite with Sun
12181 make and CC = cross gcc by adding explicit build rules for .o
12182 files.
12183
12184Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12185
12186 * gdb.t15/funcargs.exp: Don't put comments on same line as
12187 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 12188
c906108c
SS
12189Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12190
12191 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
12192
12193Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
12194
12195 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
12196 * gdb.t20/inherit.exp: remove three dumplicate entries.
12197
12198Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12199
12200 * gdb.t06/break.exp: For "next over recursive call", fail on any
12201 incorrect output, not just on "factorial (value=2)".
12202
12203Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12204
12205 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
12206 working now. Add an xfail if accesing a bss variable causes
12207 a memory error if the target is not yet run.
12208
12209Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12210
12211 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
12212 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
12213 name of __st* demangling (2 strings). Did Kung really get the
12214 more than 95 others right without testing them?
12215
12216Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
12217
12218 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
12219
12220Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
12221
12222 * configure.in (configdirs): Add gdb.disasm
12223 * gdb.disasm: New directory for GDB disassembler tests.
12224 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
12225
12226Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12227
12228 * gdb.t00/help.exp: Don't test "help set".
12229
12230 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
12231 from within expect statements. None of these happen anymore and
12232 they cause regressions to be silently unnoticed.
12233
12234 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
12235 messages) about known failures with gcc cygnus-2.4.5-930417.
12236
12237 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
12238 comp-info.exp so it gets built if it doesn't exist.
12239
12240 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
12241 it is no longer used.
12242 * gdb.t13/comp-info.c: Removed.
12243
12244Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12245
12246 * gdb.t06/signals.exp: Add xfail for sun3.
12247
12248Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12249
12250 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
12251 relevant because ^C doesn't get sent but failure can be reproduced
12252 interactively).
12253
12254Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12255
12256 * gdb.stabs/alpha.mt: New configuration file for alpha.
12257 * gdb.stabs/configure.in: Use it.
12258 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
12259 sharing with alpha.mt, redefine long to word via preprocessor.
12260 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
12261 for alpha.
12262 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
12263 native cc.
12264 * gdb.t00/teststrategy.exp: Change expect string so that we
12265 consume the `(xgdb)' from the command echo and from the gdb prompt.
12266 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
12267 gdb currently compares all values as long, so this failure probably
12268 applies to any configuration where LONGEST is bigger than a target int.
12269 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
12270 with gcc.
12271 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
12272 to handle opaque pointers, gcc is.
12273 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
12274 as first argument. Include <sys/types.h> and change all operator
12275 new definitions to use size_t.
12276 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
12277 now that we use size_t.
12278
12279Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12280
12281 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
12282 a long or float array cast all array members to the same type.
12283 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
12284 with 64 bit longs.
12285 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
12286 on alpha.
12287 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
12288
12289Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12290
12291 * gdb.t24 (demangle.exp): Constructors of templates have names like
12292 vector<int>::vector(int) not vector<int>::vector<int>(int). See
12293 section 14.6 of the ARM.
12294
12295 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
12296 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
12297 accomplish little and slow down the testsuite.
12298
12299 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
12300 Accept spaces various places.
12301
12302Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12303
12304 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
12305 with watchpoint enabled.
12306
12307 * Makefile.in: Remove definition of CC and remove the second
12308 definition of CXX (the "CXX = gcc" one remains). These definitions
12309 were causing backquotes to be expanded within backquotes, which
12310 doesn't work.
12311
12312Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12313
12314 * gdb.t17/callfuncs.exp: Add "return 0" to end.
12315
12316Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12317
12318 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
12319 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
12320 by mips cc and contains no stabs entries.
12321
12322Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
12323
12324 * config/vx-gdb.exp: Use fake device to load files rather than
12325 NFS.
12326 * lib/gdb.exp: New proc to do "file" command.
12327 * config/unix-gdb.exp: Use new "file" proc.
12328
12329Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12330
12331 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
12332 Rework board rebooting slightly.
12333 (gdb_exit): Don't exit from the remote shell; there isn't one.
12334 * gdb.stabs/weird.exp: If a program is being debugged already,
12335 kill it.
12336 * gdb.t04/setvar.exp: Stop and restart gdb.
12337 * gdb.t05/expr.exp: Likewise.
12338 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
12339 restart gdb and reload the program.
12340 * gdb.t08/opaque.exp: Likewise.
12341 * gdb.t12/scope.exp: Likewise.
12342 * gdb.t13/bitfields.exp: Likewise.
12343 * gdb.t15/funcargs.exp: Likewise.
12344 * gdb.t20/classes.exp: Likewise.
12345 * gdb.t03/ptype.exp: Increase timeout.
12346 * gdb.t16/printcmds.exp (test_print_string_constants,
12347 test_print_array_constants): Likewise.
12348 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
12349 * gdb.t20/classes.exp (do_tests): Likewise.
12350 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
12351
12352Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
12353
12354 * gdb.stabs: Renamed *wierd* to *weird*.
12355
12356Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12357
12358 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
12359 for timeout. Add "known gcc 2.4.5 bug" to failure message.
12360
12361Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12362
12363 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
12364 (do_tests): Remove xfail for whatis on one_var and two_var.
12365
12366Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
12367
12368 * Makefile.in: Made cross building work better by adding
12369 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
12370
12371Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12372
12373 * gdb.t15/{return.c,return.exp,Makefile.in}:
12374 New test, currently commented out.
12375
12376Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
12377
12378 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
12379 still running and removes the leftover named socket so GDb can do
12380 clean restarts.
12381
12382Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
12383
12384 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
12385 console, not GDB.
12386 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
12387 cross testing works better with "make check"
12388 * config/unix-gdb: Use default procedures for exit and version.
12389 * config/vx-gdb.exp: Cleaned up and massaged back to working order
12390 with the newest VxWorks.
12391
12392Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12393
12394 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
12395 old form.
12396
12397 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
12398 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
12399
12400 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
12401
12402 * config/unix-gdb.exp: Remove this version of gdb_exit
12403 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
12404 Rob says he'll look at it when he gets back to testing boards.
12405
12406Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
12407
12408 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
12409 an expected fail for certain ptype commands.
12410
12411 * gdb.t20/classes.exp: Update expected results of "ptype class
12412 Base1" to account for the constructor that now appears in the type.
12413
12414Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
12415
12416 * configure.in (configdirs): Restore gdb.t04, which mysteriously
12417 disappeared from list.
12418 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
12419 "alldone" proc with call to cleanup and exit.
12420 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
12421 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
12422 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
12423 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
12424 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
12425 "alldone" proc with simple returns that suppress remaining
12426 tests. The alldone proc went away many months ago.
12427
12428Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12429
12430 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
12431
12432 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
12433
12434Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12435
12436 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
12437 as vax gdb will display them.
12438
12439Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12440
12441 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
12442 optimizers.
12443
12444 * scope.exp: Change "bad value for localval" messages so each one
12445 is unique.
12446
12447 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
12448 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
12449
12450 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
12451
12452Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12453
12454 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
12455 doesn't exist (due to optimization).
12456
12457Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12458
12459 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
12460 contains \r because the filename is long.
12461
12462 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
12463 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
12464
12465Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12466
12467 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
12468 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
12469 Ultrix.
12470 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
12471 int tests.
12472 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
12473
12474Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
12475
12476 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
12477
12478 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 12479 to match does not match the passing case but still matches the
c906108c
SS
12480 failing case.
12481
12482Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12483
12484 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
12485
12486Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
12487
12488 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
12489 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
12490 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
12491 Remove various versions of gdb_exit.
12492 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
12493 gdb_exit.
12494 * config/unix-gdb.exp: gdb_exit remains here, and should override
12495 the generic version, since it's doing a lot of wierd stuff that
12496 the other versions aren't. FIXME, fold it in, or abandon this
12497 version.
12498
12499Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12500
12501 * gdb.t24/demangle.exp: Add tests for PR 3220.
12502
12503Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12504
12505 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
12506
12507Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
12508
12509 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
12510 "i386-*-*". Works for i486 as well.
12511
12512 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
12513 bug, and expand domain of xfail to all SVR4 systems, since the
12514 actual problem is likely to be in generic SVR4 /proc support.
12515
12516Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12517
12518 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
12519
12520Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
12521
12522 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
12523 xfails for other systems. Match a missing 'Continuing.' as an
12524 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
12525
12526 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
12527 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
12528 Only issue warning for missing executables if -all option is used.
12529
12530 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
12531 file if -all option is used. It's like an unpredictable XFAIL.
12532
12533Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12534
12535 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
12536 for dynamically linked binaries.
12537
12538 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
12539
12540Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12541
12542 * gdb.t20/inherit.exp: Change message for "print tagless struct"
12543 to state that this is a known bug in old versions of g++.
12544
12545Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12546
12547 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
12548 while waiting for `Continuing'.
12549
12550Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
12551
12552 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
12553 in text, data, and bss.
12554 * gdb.t10/nodebug.c: Add local and global test variables for
12555 initialized and uninitialized data.
12556
12557Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12558
12559 * config/unix-gdb.exp (gdb_exit): Add "wait".
12560
12561Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12562
12563 * gdb.t06/signals.exp: xfail the continue from the handler for all
12564 targets.
12565
12566 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
12567 function with watchpoints enabled, the i386 call dummy starts with
12568 a call.
12569
12570 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
12571 386 bsd names its corefiles.
12572
12573Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
12574
12575 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
12576 compilers don't grok it.
12577 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
12578 with small octal ints rather than character constants, which
12579 are signed and might not fit if first promoted to int.
12580
12581Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
12582
12583 * gdb.t09/Makefile.in (clean): Remove corefile.
12584
12585Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12586
12587 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
12588
12589Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12590 and Jim Kingdon (kingdon@cygnus.com)
12591
12592 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
12593 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
12594 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
12595
12596Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12597
12598 * gdb.t17/interrupt.exp: Add xfail for hppa.
12599
12600Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12601
12602 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
12603 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
12604 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
12605 to determine signed-ness of bitfields and use the result to setup
12606 the xfail.
12607 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
12608 * gdb.t15/funcargs.exp: Use them to step until the second indirect
12609 call line is reached if necessary.
12610
12611Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12612
12613 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
12614
12615Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12616
12617 * gdb.t06/break.exp: Also test `clear' command.
12618
12619Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12620
12621 * gdb.t00/teststrategy.exp: Remove extra quote.
12622
12623 * gdb.t07/watchpoint.exp: Change xfail for calling function with
12624 watchpoint enabled to be for all non-68k machines.
12625
12626 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
12627
12628Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12629
12630 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
12631 targets use aout.mt instead of ecoff.mt as gas understands
12632 standard aout format.
12633
12634Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12635
12636 * lib/gdb.exp (runto): Don't insist that function we are running to
12637 was compiled with -g.
12638
12639 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
12640
12641 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
12642 to get back into the read system call.
12643 Accept leading newline in case where we woke it up.
12644
12645Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12646
12647 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
12648 to make the stabs test work on ecoff systems using gcc and -with-stabs.
12649 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
12650 enable ecoff configuration.
12651
12652Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12653
12654 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
12655
12656Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12657
12658 * gdb.t16/printcmds.exp: Add another printf test.
12659
12660Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
12661
12662 * configure.in: If configured -with-stabs on any target, add
12663 stabsdirs to configdirs.
12664
12665Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12666
12667 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
12668 fun" so pattern does not match the command itself.
12669
12670Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12671
12672 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
12673
12674Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12675
12676 * gdb.t17/interrupt.exp: Test for more things.
12677
12678Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12679
12680 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
12681 compiler arranges the code and line numbers.
12682
12683 * gdb.t17/interrupt.exp: Don't send \n after ^C.
12684
12685Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12686
12687 * gdb.t00/help.exp: Increase expect input buffer size.
12688
12689Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12690
12691 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
12692
12693 * gdb.t07/watchpoint.exp: Add xfail for hppa.
12694
12695 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
12696
12697 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
12698 [0-9]*, not just [0-9].
12699
12700Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12701
12702 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
12703
12704 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
12705
12706Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12707
12708 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
12709
12710Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12711
12712 * gdb.t06/signals.c: Add xfails for sun3.
12713
12714 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
12715
12716 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
12717 test_stepping tests.
12718
12719Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12720
12721 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
12722
12723 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
12724
12725 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
12726 rather than actually putting it through cpp twice.
12727
12728 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
12729
12730Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
12731
12732 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
12733 no longer needed.
12734
12735Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12736
12737 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
12738
12739 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
12740 C++ features prints as "struct", make it a pass, not an xfail.
12741
12742Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12743
12744 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
12745 Don't require VA to print as "class" rather than "struct".
12746
12747Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
12748
12749 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
12750
12751Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12752
12753 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
12754
12755Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12756
12757 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
12758 order.
12759
12760Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12761
12762 * gdb.t16/printcmds.exp: Add printf tests.
12763
12764 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
12765
12766 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
12767
12768Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
12769
12770 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
12771 pass counts, to counteract any existing or future setup_xfails.
12772
12773Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12774
12775 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
12776 {BEGIN,END}_COMMON for common block instead of STAB.
12777 * gdb.stabs/wierd.exp: Add xfail for rs6000.
12778
12779 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
12780 intp_var should be N_GSYM not N_LSYM.
12781 wierd-aout.S: Use a label for the value of the N_SO.
12782 wierd.def: Remove all backslashes.
12783 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
12784
12785Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12786
12787 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
12788 get the expected next to inheritance3.
12789
12790Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12791
12792 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
12793 now that gcc-2.4 gets it right.
12794
12795Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12796
12797 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
12798
12799 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
12800 generating comp-info.exp which works for cross-compilation.
12801
12802Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
12803
12804 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
12805 "*-*-sysv4.*".
12806
12807Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
12808
12809 * gdb.t01/run.exp: Start with a fresh gdb.
12810 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
12811 SVR4.x.
12812
12813Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
12814
12815 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
12816 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
12817 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
12818 Makefile.in (distclean, realclean): Remove gdbme.c from list of
12819 things to remove.
12820
12821Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
12822
12823 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
12824 test cases from bug reports.
12825
12826Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
12827
12828 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
12829 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
12830 avoid spurious xfails.
12831 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
12832 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
12833 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
12834
12835Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
12836
12837 * gdb.t00/teststrategy.exp: Rework to provide more useful
12838 description of each test, fix problem with systems that define
12839 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
12840 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
12841 results for "next over recursive call" so timeouts aren't taken
12842 by error.
12843
12844Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
12845
12846 * gdb.t12/scope.exp: Test printing of variables before run.
12847
12848 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
12849 printed in wrong order due to sorting.
12850
12851Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
12852
12853 * gdb.t00/teststrategy.exp: Fix expected results for printing
12854 user entered string constant. Is array of char, prints with no
12855 address.
12856
12857 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
12858 commands.
12859 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
12860 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
12861 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
12862 of struct of char arrays.
12863 * gdb.t00/radix.exp: New tests for radix commands.
12864
12865Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
12866
12867 * gdb.t16/printcmd.exp: Print a variable before running program
12868 (with xfail for AIX).
12869
12870Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
12871
12872 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
12873
12874 * gdb.t16/printcmd.exp: Don't print variables before running program.
12875
12876 * gdb.t06/break.exp: Don't require envp argument to main.
12877
12878 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
12879
12880 * gdb.t02/whatis.exp, gdb.t11/list.exp:
12881 Add xfails for rs6000.
12882
12883 * gdb.t02/whatis.exp: Change other tests not to re-test something
12884 we already tested.
12885
12886 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
12887 each type used has a variable of that type.
12888
12889Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
12890
12891 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
12892
12893Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12894
12895 * configure.in: change srctrigger to be a file, not a directory
12896
12897Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
12898
12899 * configure.in (mips-idt-ecoff*): Added trailing '*'.
12900
12901 * gdb.t11/list.exp: Fixed a couple of typos.
12902
12903Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
12904
12905 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
12906 is fixed and PR is closed.
12907 * gdb.t16 (gdbme.c): Add simple test string variable.
12908 * gdb.t16 (printcmds.exp): Add tests with simple test string
12909 variable, primarily for boundaries on "set print elements".
12910
12911Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
12912
12913 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
12914 Make leading 0's optional and don't expect a tab in the middle
12915 of the number.
12916
12917 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
12918
12919 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
12920 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
12921 don't end command passed to gdb_test with newline.
12922
12923 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
12924 signed keyword away, don't expect signed bitfields to be signed.
12925
12926 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
12927 printing with only as many 1's as are in the field as well as printing
12928 with 32 1's (see comment).
12929
12930Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
12931
12932 * gdb.t00/default.exp: Start with a fresh gdb.
12933 * configure.in (configdirs): Remove gdb.t31 until the chill
12934 compiler works again. It no longer is able to find chillrt0
12935 since it isn't in libchill.a anymore.
12936 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
12937 wierd.o, make more modular.
12938 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
12939 spurious newlines that caused problems.
12940
12941Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12942
12943 * Move test with enums and partial symbols from gdb.t03/ptype.exp
12944 to gdb.stabs/wierd.exp since GCC has worked around the bug.
12945 gdb.stabs/wierd.{exp,def}: Many new tests.
12946
12947 * gdb.t00/default.exp: update info line for new message.
12948
12949 * gdb.t02/{whatis.exp,gdbme.c}:
12950 Test that "char *" doesn't print as "caddr_t".
12951
12952Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12953
12954 * gdb.t00/help.exp: Use .* in place of some help messages which
12955 just changed.
12956 gdb.t00/default.exp: Update "info frame" test for new message.
12957 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
12958 Remove some xfails
12959
12960Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12961
12962 * gdb.t03/{gdbme.c,ptype.exp}:
12963 Add tests for typedef'd struct and union without tags.
12964 Also check "whatis" on a variable of a typedef'd enum without a tag.
12965
12966 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
12967 PRMS 1823; the bug still exists but isn't reproduced by this test
12968 anymore), and remove rs6000 XFAIL (the bug is fixed).
12969
12970 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
12971 duplicated from whatis.exp. For those that are left, accept
12972 "long", "long int", or "int" for long variables (whatis.exp already
12973 has an XFAIL for "int", so no need to fail it here).
12974
12975 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
12976 Deal with GCC's names for types now that GDB uses the compiler's names.
12977
12978 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
12979 setup_xfail's for sunos4. If we #defined the signed keyword away,
12980 don't expect GDB to know that char it is signed.
12981
12982 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
12983
12984Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
12985
12986 * configure.in (configdirs): Add gdb.t24 for C++ tests that
12987 should work on any system, regardless of debugging format.
12988 * gdb.t21/demangle.exp: Move to gdb.t24.
12989 * gdb.t24/demangle.exp: Move from gdb.t21.
12990 * gdb.t24/{Makefile.in, configure.in}: New files.
12991
12992Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12993
12994 * configure.in: Do gdb.stabs and C++ tests only for stabs.
12995 * gdb.stabs: New directory.
12996
12997Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12998
12999 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
13000 not just "Quit anyway?".
13001
13002Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
13003
13004 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
13005 that all setup_xfails are immediately followed by clear_xfails.
13006
13007Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
13008
13009 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
13010 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
13011 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
13012 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
13013 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
13014 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
13015 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
13016 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
13017 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
13018 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
13019 gdb.t31/chillvars.exp, lib/gdb.exp:
13020 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
13021 bug-gdb@prep.ai.mit.edu.
13022
13023Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
13024
13025 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
13026 with 0.0, not integer 0.
13027
13028Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
13029
13030 * gdb.t06/break.exp: Update for "Kill the program" message change.
13031
13032Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
13033
13034 * Makefile.in (GDBFLAGS): Set to -nx.
13035 * Makefile.in (site.exp): Use GDBFLAGS.
13036
13037Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13038
13039 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
13040 Makefiles.
13041 (check): depend on just-check.
13042 (just-check): added so that tests can be run without a noop
13043 build pass.
13044
13045Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13046
13047 Switch to using configure's configdirs.
13048 * Makefile.in (Makefile): add configure.in dependency.
13049 (SUBDIRS): removed redundant assignment.
13050 * configure.in: switch subdirs assignment to configdirs.
13051 * gdb.t*/configure.in: new files.
13052
13053Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
13054
13055 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
13056 works.
13057
13058Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
13059
13060 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
13061 in explicit rules. Apparently this is not supported by some makes.
13062
13063Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
13064
13065 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
13066
13067Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13068
13069 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
13070 disappeared.
13071
13072Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13073
13074 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
13075
13076Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
13077
13078 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
13079 watchpoint problem that is now fixed.
13080 * gdb.t30/chexp.exp: Remove setup_xfail for printing
13081 uninitialized convenience variables.
13082 * gdb.t31/chillvars.exp: Fix expected patterns for printing
13083 structures.
13084
13085Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13086
13087 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
13088 which causes expect to get out of sync with gdb on long output
13089 from help set.
13090 * gdb.t09/corefile.exp: Make expected pattern for core file
13091 failing signal and frame output format less sun specific.
13092
13093Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
13094
13095 * gdb.t31/chillvars.exp: Add and remove initial dummy
13096 breakpoint, so that symbol table is forced in.
13097 (Needed at least on Sunos4, though it seems not SVR4.)
13098 * gdb.t31/chillvars.exp: Update for changed output format.
13099
13100Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
13101
13102 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
13103
13104Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
13105
13106 * Makefile.in: Added --srcdir when invoking runtest, removed the
13107 need for a local config file. (optional now)
13108
13109Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
13110
13111 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
13112 failure count used to force early termination. Add some more
13113 expected failures for gnu style demangling.
13114
13115Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13116
13117 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
13118 pmi variable from gdb.t20/gdbme to get optimized away.
13119 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
13120 Check for written corefile upon timeout _and_ eof.
13121
13122Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13123
13124 * config/unix-gdb.exp: Add missing return 0.
13125
13126Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13127
13128 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
13129 test termination.
13130
13131Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
13132
13133 * configure.in (subdirs): Put back gdb.t17 which mysteriously
13134 disappeared.
13135
13136Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
13137
13138 * gdb.t10/crossload.exp: Disable the i860-elf test until such
13139 time as i860 support works.
13140
d63a86f8 13141 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
13142 "backtrace 100\r" rather than just "backtrace\r", to match last
13143 change.
13144
13145Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
13146
13147 * config/udi-gdb.exp (gdb_exit): Remove close command.
13148 (gdb_target_udi): New procedure to set the UDI target.
13149 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
13150 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
13151 Added waits for prompts after several question responses. Added
13152 some more responses used by a29k-amd-udi-gdb.
13153 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
13154 pass different arguments, restart UDI connection after program
13155 completion.
13156 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
13157 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
13158 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
13159 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
13160 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
13161 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
13162 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
13163 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
13164 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
13165 after program completion.
13166 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
13167 compiled with a SELECT_VECS setting.
13168 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
13169 infinite recursion.
13170
13171 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
13172 Added checks for COFF results, and made them expected failures for
13173 all targets. It would be better to make them expected failures
13174 for COFF targets only.
13175
13176Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13177
13178 * Makefile.in: add null dvi target, don't bother to recurse
13179 through test directories for info and install-info; rename
13180 $(datadir) to be dejagnu instead of deja-gnu
13181
13182Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
13183
13184 * gdb.t31/gdbme.ch: Re-enable code that previously caused
13185 compiler to coredump.
13186 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
13187 code.
13188
13189Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
13190
13191 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
13192 coredump.
13193 * gdb.t31/chillvars.exp: Comment out tests that depend on that
13194 code.
13195
13196Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
13197
13198 * gdb.t03/ptype.exp: tests for return code from gdb_test.
13199 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
13200 which in a shell. Deletes xgdb when done.
13201 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
13202 Tests the return from the "set height" or "set width" commands.
13203 Added a few return codes where needed.
13204
13205Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
13206
13207 * Makefile.in (SUBDIRS): Add gdb.t17.
13208 * configure.in (subdirs): Add gdb.t17.
13209 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
13210 files to test gdb's calling of functions in the inferior with
13211 the correct arguments and gdb's ability to retrieve any
13212 result returned.
13213
13214Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
13215
13216 * config/unix-gdb.exp (gdb_exit): Remove close commands that
13217 may be called after gdb goes away. Previous versions of expect
13218 needed these to avoid file descriptor leaks, but they cause
13219 errors with the current revision of expect.
13220 * gdb.t00/gdbvars.exp: Use -re on expected output after
13221 setting sevenbit-strings.
13222 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
13223 to set sevenbit-strings consistent across tests.
13224 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
13225 set sevenbit-strings consistent across tests.
13226
13227Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
13228
13229 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
13230 expected output to match current "expect" expectations.
13231
13232Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
13233
13234 * gdb.t00/default.exp: Change expected output for default "source"
13235 command, to match new gdb behavior which requires a filename to
13236 source.
13237
13238Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
13239
13240 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
13241 expected fail for i486-*-* that misses the marker2 function.
13242 * gdb.t10/crossload.exp (bfddefault): Allow successful
13243 recognition of a format to pass even if no symbols are found.
13244 Explicitly catch failures where the format is not recognized
13245 or is ambiguous, and add the reason to the fail message.
13246 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
13247 the cause is and invalid target and add reason to failure message.
13248 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
13249 elf32-i386, elf32-sparc, and elf32-i860.
13250 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
13251 Set up expected failure for 'filename'::variable scope resolution,
13252 which is now apparently broken on all targets.
13253 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
13254 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
13255 gdb.t23/templates.exp: Change failure for missing binfile into
13256 just a warning.
13257 gdb.t21/demangle.exp: Change all cfront references to 'arm'
13258 references.
13259
13260Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
13261
13262 * gdb.t00/default.exp: Add expected output for default "source"
13263 command, to match new gdb behavior.
13264 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
13265
13266Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
13267
13268 * config/*-gdb.exp: returns an error, rather than exiting on
13269 internal errors.
13270
13271Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
13272
13273 * gdb.t03/gdbme.c: Add pointer to struct variable.
13274 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
13275 referencing struct members.
13276
13277Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
13278
13279 * configure.in (mips-idt-ecoff): New target.
13280 * config/mips-gdb.exp: New file for remote board using MIPS remote
13281 debugging protocol.
13282
13283 * Redid configuration scheme. Removed gdb.t*/configure.in.
13284 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
13285 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
13286 distclean targets. Built executables via .o files. Adjusted
13287 tests to account for source files in $(srcdir) rather than
13288 $(objdir).
13289 * lib/gdb.exp (runto): Don't expect () after the function name,
13290 because it may have arguments.
13291
13292Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
13293
13294 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
13295 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
13296 expected failures for mips-idt-* and mips-sgi-*.
13297 * gdb.t00/default.exp (attach): Kill process if requested.
13298 * gdb.t00/help.exp (help target core, help target): Accept a gdb
13299 that does not read core files.
13300 * gdb.t01/run.exp: Removed checks for exit status code.
13301 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
13302 it is linked in.
13303 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
13304 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
13305 appropriate, rather than doing it by hand.
13306 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
13307 execution.
13308 * gdb.t10/crossload.exp: Kill existing program if needed.
13309 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
13310 appropriate, rather than doing it by hand. Always increase
13311 timeout for this test, not just for VxWorks.
13312
13313Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
13314
13315 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
13316 of Chill STRUCT types and STRUCT values.
13317 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
13318 than "char".
13319 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 13320 struct2): New struct definitions and initializations to test
c906108c
SS
13321 simple Chill STRUCT types.
13322
13323Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
13324
13325 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
13326 the null byte at the end of strings.
13327 * gdb.t00/default.exp: Make show version insensitive to copyright
13328 date.
13329 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
13330 to avoid dependencies on target char signedness.
13331 * gdb.t16/printcmds.exp: Update expected results for explicitly
13332 unsigned char.
13333 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
13334 now work.
13335 * gdb.t21/demangle.exp: Add many more patterns for template
13336 demangling, most of them being expected failures.
13337 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
13338 string we are matching for, to match on the whole string.
13339 * gdb.t21/demangle.exp: Add many new test strings to demangle,
13340 and fix a whole bunch that had incorrect expected output but were
13341 passing anyway because of the bug in "proc demangle".
13342 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
13343 type.
13344 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
13345
13346Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
13347
13348 * gdb/testsuite: made modifications to testcases, etc., to allow
13349 them to work properly given the reorganization of deja-gnu and the
13350 relocation of the testcases from deja-gnu to a "tool" subdirectory.
13351
13352Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
13353
13354 * gdb/testsuite: Initial creation of gdb/testsuite.
13355 Migrated dejagnu testcases and support files for testing nm to
13356 gdb/testsuite from deja-gnu. These files were moved "as is"
13357 with no modifications. This migration is part of a major overhaul
13358 of dejagnu. The modifications to these testcases, etc., which
13359 will allow them to work with the new version of dejagnu will be
13360 made in a future update.
48efe704 13361
8d8cb839 13362 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 13363\f
8d8cb839
EZ
13364;; Local Variables:
13365;; mode: change-log
13366;; left-margin: 8
13367;; fill-column: 74
13368;; version-control: never
13369;; End:
902f2ccb
MC
13370
13371 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
ed6df200 13372 2003, 2004, 2005 Free Software Foundation, Inc.
902f2ccb
MC
13373 Copying and distribution of this file, with or without modification,
13374 are permitted provided the copyright notice and this notice are preserved.
This page took 1.209632 seconds and 4 git commands to generate.