]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
gas:
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
589e074d
DJ
12005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
2
3 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
4 excess MI output after an error.
5
0915f927
JB
62005-05-29 Joel Brobecker <brobecker@adacore.com>
7
8 * gdb.arch/alpha-step.c: New file.
9 * gdb.arch/alpha-step.exp: New testcase.
10
76ff342d
DJ
112005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
12 Dennis Brueni <dennis@slickedit.com>
13
14 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
15 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
16 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
17 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
18 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
19 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
20 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
21
96b0c7ac
DJ
222005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
23 Wu Zhou <woodzltc@cn.ibm.com>
24
25 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
26 IBM's xlc compiler.
27 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
28 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
29
f21565d2
JB
302005-05-13 Jim Blandy <jimb@redhat.com>
31
32 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
33 calling gdb_suppress_entire_file.
34 * gdb.base/charset.exp: Same.
35 * gdb.base/call-rt-st.exp: Same.
36
6006a3a1
BR
372005-05-05 Bob Rossi <bob_rossi@cox.net>
38
39 * lib/gdb.exp (fullname_syntax): Added global regex.
40 (fullname_syntax_POSIX): Ditto.
41 (fullname_syntax_UNC): Ditto.
42 (fullname_syntax_DOS_CASE): Ditto.
43 (fullname_syntax_DOS): Ditto.
44 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
45 fullname_syntax variable to scope and use it.
46 (test_file_list_exec_source_files): Ditto.
47 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
48
c3b69c04
DJ
492005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
50
51 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
52
3c95e6af
PG
532004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
54
55 * lib/gdb.exp (skip_altivec_tests): New function, based on
56 check_vmx_hw_available from the GCC testsuite.
57 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
58 * lib/gdb.arch/altivec-regs.exp: Likewise.
59
78df6c56
JB
602005-05-02 Jim Blandy <jimb@redhat.com>
61
62 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
63 calling gdb_suppress_entire_file.
64
1690f9cf
DJ
652005-04-30 Randolph Chung <tausq@debian.org>
66
67 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
68 Slightly relax "sem_post" name checking.
69
5ea106f7
PG
702005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
71
72 * gdb.base/unload.exp: Use new shared library infrastructure.
73
bf7234cf
PG
742005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
75
76 * gdb.base/so-impl-ld.exp: Use new shared library
77 infrastructure.
78
547b869a
CV
792005-04-29 Corinna Vinschen <vinschen@redhat.com>
80
81 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
82 * gdb.asm/h8300.inc: New file.
83
f07e55f0
PG
842005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
85
86 * gdb.base/shlib-call.exp: Change to use new shared library
87 infrastructure.
88
3cbba3d1
PG
892005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
90
91 * gdb.base/pending.exp: Change to use new shared library
92 infrastructure.
93
ed6df200
PG
942005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
95
96 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
97 use test_compiler_info instead of gcc_compiled, and update copyright.
98
8c8f4ebe
PG
992005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
100
101 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
102 shared objects being adjusted and update copyright years.
103
607fbc54
DJ
1042005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
105
106 * ChangeLog: Correct some 2003-01-13 dates.
107 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
108 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
109 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
110 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
111 gdb.trace/tfind.exp: Update copyright years.
112
57bf0e56
DJ
1132005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
114 Daniel Jacobowitz <dan@codesourcery.com>
115
116 * lib/gdb.exp (gdb_compile): Handle shlib=.
117 (gdb_compile_shlib): New function.
118
9b593790
PG
1192005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
120
121 * lib/gdb.exp (test_compiler_info): Give argument a default value.
122
9494c6a5
DJ
1232005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
124
125 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
126 gdb.server.
127 * configure.ac: Likewise.
128 * configure: Regenerated.
129 * gdb.gdbserver/Makefile.in: Moved to...
130 * gdb.server/Makefile.in: ... here.
131 * gdb.gdbserver/server.c: Moved to...
132 * gdb.server/server.c: ... here.
133 * gdb.gdbserver/server-run.exp: Moved to...
134 * gdb.server/server-run.exp: ... here.
135
6f8eac0e
DJ
1362005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
137
138 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
139 * configure.ac: Create gdb.gdbserver/Makefile.
140 * configure: Regenerated.
141 * lib/gdbserver-support.exp: New file, derived from
142 config/gdbserver.exp.
143 * config/gdbserver.exp: Use gdbserver-support.exp.
144 * gdb.gdbserver/Makefile.in: New file.
145 * gdb.gdbserver/server.c: New file.
146 * gdb.gdbserver/server-run.exp: New file.
147
6e87504d
PG
1482005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
149
150 * lib/gdb.exp (test_compiler_info): Return compiler_info
151 if no arguments are given.
152
d1779be4
PG
1532005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
154
155 * gdb.arch/altivec-abi.exp: Check for compiler and set
156 use altivec' flag accordingly.
157 * gdb.arch/altivec-regs.exp: Likewise.
158
88750304
DJ
1592005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
160
161 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
162
f3fb768d
AS
1632005-03-27 Andreas Schwab <schwab@suse.de>
164
165 * gdb.base/bigcore.c (main): Add missing mode argument in open
166 call.
167
7e813ac5
DJ
1682005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
169
170 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
171 downloads.
172 * config/gdbserver.exp (gdb_load): Likewise.
173
8e3049aa
PB
1742005-03-14 Paul Brook <paul@codesourcery.com>
175
176 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
177 targets.
178
a9df7c44
JB
1792005-03-09 Joel Brobecker <brobecker@adacore.com>
180
181 * gdb.dwarf2/dup-psym.S: New file.
182 * gdb.dwarf2/dup-psym.exp: New testcase.
183
9f0d94e8
JB
1842005-03-09 Joel Brobecker <brobecker@adacore.com>
185
186 * gdb.ada/exec_changed/first.adb: New file.
187 * gdb.ada/exec_changed/second.adb: New file.
188 * gdb.ada/exec_changed.exp: New testcase.
189
5f579bc5
NS
1902005-03-08 Nathan Sidwell <nathan@codesourcery.com>
191
36e9969c
NS
192 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
193 (A2): New class.
194 (main): Test operator+.
195 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
196 breakpoint test.
197
5f579bc5
NS
198 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
199 * gdb.base/signull.exp: Disable if gdb,nosignals.
200 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
201 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
202 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
203 * gdb.mi/mi2-console.exp: Likewise.
204 * gdb.trace/collection.exp (run_trace_experiment): Consume the
205 continue output at start.
206 (gdb_collect_locals_test): Robustify regexp.
207 * gdb.trace/passc-dyn.exp: Fix comment typo.
208 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
209
be46087e
CV
2102005-03-08 Corinna Vinschen <vinschen@redhat.com>
211
212 * gdb.asm/asm-source.exp: Add iq2000 case.
213 * gdb.asm/iq2000.inc: New file.
214
384e1a61
MI
2152005-03-07 Manoj Iyer <manjo@austin.ibm.com>
216
217 * gdb.base/command.exp: Change hardcoded value to regular expression.
218 * gdb.base/float.exp: Add powerpc to the list of targets checked.
219
584b6e9e
DJ
2202005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
221
222 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
223 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
224 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
225 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
226 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
227
ab5b5d61
MK
2282005-03-05 Mark Kettenis <kettenis@gnu.org>
229
230 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
231 changes.
232
ae051c1b
PG
2332004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
234
235 * lib/compiler.c: Add test for IBM's xlc compiler.
236 * lib/compiler.cc: Likewise.
237
3f0f6ed2
JB
2382004-02-24 Joel Brobecker <brobecker@adacore.com>
239
240 * gdb.ada/fixed_points.exp: Create compilation object directory
241 before running the test.
242 * gdb.ada/null_record.exp: Likewise.
243 * gdb.ada/packed_array.exp: Likewise.
244 * gdb.ada/start.exp: Likewise.
245
724f452b
JB
2462005-02-15 Joel Brobecker <brobecker@adacore.com>
247
248 * gdb.ada/packed_array/pa.adb: New file.
249 * gdb.ada/packed_array.exp: New testcase.
250
57f5cdfb 2512005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 252
1f393151
MK
253 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
254 files.
255
ebdda337
MK
256 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
257 on *-*-openbsd*. Correctly match whitespace in regukar
258 expressions.
259
cf309262
DJ
2602005-02-10 Daniel Jacobowitz <dan@debian.org>
261
262 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
263 PR exp/1821
264 * gdb.base/gdb1821.c: New test file.
265 * gdb.base/gdb1821.exp: New test file.
266
3be49e7a
JB
2672005-02-09 Joel Brobecker <brobecker@adacore.com>
268
269 * gdb.base/start.c: New file.
270 * gdb.base/start.exp: New testcase.
271
e292e67d
JB
2722005-02-09 Joel Brobecker <brobecker@adacore.com>
273
274 * gdb.ada/start/dummy.adb: New file.
275 * gdb.ada/start.exp: New testcase.
276
dbdfa66c
CV
2772005-02-09 Corinna Vinschen <vinschen@redhat.com>
278
279 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
280 for printing symbols and statistics.
281 Add test for using relative pathnames in "maint print msymbols" test.
282 Mark "maint info sections DATA" XFAIL on Cygwin.
283 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
284 tests.
285
d7941671
AC
2862005-02-09 Andreas Schwab <schwab@suse.de>
287
288 Committed by Andrew Cagney <cagney@gnu.org>
289 * gdb.base/remotetimeout.exp: New file.
290
74e5ef44
MK
2912005-02-07 Mark Kettenis <kettenis@gnu.org>
292
293 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
294
464dd14d
JB
2952005-02-03 Joel Brobecker <brobecker@adacore.com>
296
297 * gdb.ada/gnat_ada.gpr: New file.
298 * gdb.ada/gnat_ada.gin: Delete, no longer used.
299 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
300 * configure.ac: No longer generate gnat_ada.gpr.
301 * configure: Regenerate.
302 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
303 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
304 * gdb.ada/null_record/bar.ads: Likewise.
305 * gdb.ada/null_record/bar.adb: Likewise.
306 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
307 * gdb.ada/null_record.exp (testdir): New variable.
308 (testfile): executable is now in testdir subdirectory.
309 (srcfile): Use full path to the main compilation unit.
310 * gdb.ada/fixed_points.exp: Same changes as above.
311
30d756ae
NR
3122005-02-03 Nick Roberts <nickrob@snap.net.nz>
313
314 * gdb.base/interp.exp: New test.
315
9d799f85
AC
3162005-01-24 Andrew Cagney <cagney@gnu.org>
317
318 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
319
15656118
AC
3202005-01-19 Andrew Cagney <cagney@gnu.org>
321
a892c31b
AC
322 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
323 configure.ac not configure.in.
324
15656118
AC
325 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
326 of powerpc*-*-*.
327 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
328 * gdb.base/list.exp (test_list_function)
329 (test_list_filename_and_function): Ditto.
330 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
331
a7b01baf
AC
3322005-01-16 Andrew Cagney <cagney@gnu.org>
333
17d92a02
AC
334 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
335
a7b01baf
AC
336 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
337
bc8332bb
AC
3382005-01-14 Andrew Cagney <cagney@gnu.org>
339
340 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
341 * gdb.mi/mi2-var-cmd.exp: Ditto.
342
4d074752
CV
3432005-01-10 Corinna Vinschen <vinschen@redhat.com>
344
345 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
346
bec39cab
AC
3472005-01-07 Andrew Cagney <cagney@gnu.org>
348
349 * configure.ac: Rename configure.in, require autoconf 2.59.
350 * configure: Re-generate.
351 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
352 * gdb.stabs/configure: Re-generate.
353 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
354 * gdb.hp/configure: Re-generate.
355 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
356 autoconf 2.59.
357 * gdb.hp/gdb.objdbg/configure: Re-generate.
358 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
359 autoconf 2.59.
360 * gdb.hp/gdb.defects/configure: Re-generate.
361 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
362 autoconf 2.59.
363 * gdb.hp/gdb.compat/configure: Re-generate.
364 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
365 autoconf 2.59.
366 * gdb.hp/gdb.base-hp/configure: Re-generate.
367 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
368 autoconf 2.59.
369 * gdb.hp/gdb.aCC/configure: Re-generate.
370
f10b16d4
JB
3712004-12-15 Jim Blandy <jimb@redhat.com>
372
373 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
374 under NPTL when there is debugging info available for libpthread.
375
fb6e1814
JG
3762004-12-13 Jerome Guitton <guitton@gnat.com>
377
378 * gdb.ada/fixed_points.c: New file.
379 * gdb.ada/fixed_points.exp: New file.
380
fe46cd3a
RC
3812004-12-03 Randolph Chung <tausq@debian.org>
382
383 * gdb.arch/pa-nullify.exp: New file.
384 * gdb.arch/pa-nullify.s: New file.
385
8de0841b
RC
3862004-11-30 Randolph Chung <tausq@debian.org>
387
388 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
389 instead of "tbug". Fix regexp to work properly with gdb_test.
390
c8170782
PH
3912004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
392
393 * gdb.base/bitfields2.exp: New test.
394 * gdb.base/bitfields2.c: New file.
395
954269c2
RE
3962004-11-28 Richard Earnshaw <rearnsha@arm.com>
397
398 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
399
0107feed
RC
4002004-11-16 Randolph Chung <tausq@debian.org>
401
402 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
403
f073ae8c
DJ
4042004-11-14 Daniel Jacobowitz <dan@debian.org>
405
406 * gdb.threads/threadapply.exp: Correct "macro details" test.
407
19ad59e7
JJ
4082004-11-11 Jeff Johnston <jjohnstn@redhat.com>
409
410 * gdb.threads/threadapply.exp: New test.
411 * gdb.threads/threadapply.c: New file.
412
9cf0961b
MK
4132004-11-07 Mark Kettenis <kettenis@gnu.org>
414
415 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
416 frames.
417
c789492a
FL
4182004-11-05 Felix Lee <felix+log1@specifixinc.com>
419
420 * gdb.base/cursal.exp: New file.
421 * gdb.base/cursal.c: New file.
422
a1e167bb
AC
4232004-11-03 Andrew Cagney <cagney@gnu.org>
424
425 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
426
b7cbf173
MK
4272004-10-30 Mark Kettenis <kettenis@gnu.org>
428
429 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
430 NetBSD/ELF targets.
431
88f9d34f
JB
4322004-10-29 Joel Brobecker <brobecker@gnat.com>
433
434 * gdb.threads/bp_in_thread.c: New file, copied from
435 pthread_cond_wait.c.
436 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
437 file, rather than reusing the .c file from another testcase.
438
ca7d6a0c
JB
4392004-10-20 Joel Brobecker <brobecker@gnat.com>
440
441 * gdb.ada/null_record.exp: Check where we stopped after
442 sending the start command, instead of where the associated
443 temporary breakpoint was inserted.
444
0d863d03
AC
4452004-10-14 Andrew Cagney <cagney@gnu.org>
446
447 * gdb.mi/gdb701.c (main): Return 0.
448
d11e72cb
DJ
4492004-10-13 Daniel Jacobowitz <dan@debian.org>
450
d40539a4 451 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 452
e1923096
JJ
4532004-10-12 Jeff Johnston <jjohnstn@redhat.com>
454
455 * gdb.threads/schedlock.c: Add comment markers to use to find
456 line numbers.
457 * gdb.threads/schedlock.exp: Adjust regex to handle the new
458 comments.
459 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
460 breakpoint lines.
461
ec8ba2c9
DJ
4622004-10-12 Daniel Jacobowitz <dan@debian.org>
463
464 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
465
0eb3658b
DJ
4662004-10-12 Daniel Jacobowitz <dan@debian.org>
467
468 * configure.in: Add gdb.dwarf2.
469 * configure: Regenerated.
470 * Makefile.in: Add gdb.dwarf2.
471 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
472 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
473 gdb.dwarf2/file1.txt: New files.
474
a271cc33
OF
4752004-10-11 Orjan Friberg <orjanf@axis.com>
476
477 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
478 of "run", since the latter doesn't work with remote targets. Adjust
479 the breakpoint numbering accordingly.
480 * gdb.threads/pthread_cond_wait.exp: Ditto.
481
895ce074
MC
4822004-10-08 Michael Chastain <mec.gnu@mindspring.com>
483
484 * gdb.base/overlays.exp: Update copyright years.
485
6be3092d
KI
4862004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
487
488 * gdb.base/overlays.exp: Disable if target is Linux.
489
e05389b8
FL
4902004-10-06 Felix Lee <felix+log1@specifixinc.com>
491
492 * config/gdbserver.exp (gdb_load): Use right filename on remote.
493
73cb587d
KI
4942004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
495
496 * gdb.asm/asm-source.exp: Add m32r-linux target.
497 * gdb.asm/m32r-linux.inc: New file.
498
3c0edcdc
AC
4992004-09-24 Andrew Cagney <cagney@redhat.com>
500 David Anderson <anderson@redhat.com>
501
502 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
503 command fails, assume things will work.
504 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
505 (_GNU_SOURCE): Define.
506 (print_unsigned, print_hex): Change parameter to "long long".
507 (print_byte_count): New function, use to print byte counts.
508 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
509 O_LARGEFILE.
510 (main): Compute an upper bound on a corefile in max_core_size.
511 Limit memory chunk size to max_core_size. Limit total memory
512 allocated to max_core_size.
513
4bb3667f
AC
5142004-09-23 Andrew Cagney <cagney@gnu.org>
515
516 * gdb.base/bigcore.exp: Replace the code that creates a corefile
517 from a separate process with code that creates a corefile by
518 making the inferior dump core.
519
60fe1a51
MK
5202004-09-23 Mark Kettenis <kettenis@gnu.org>
521
522 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
523 block.
524
8e937346
MC
5252004-09-23 Michael Chastain <mec.gnu@mindspring.com>
526
527 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
528 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
529 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
530 Likewise.
531
7213f6d6
JJ
5322004-09-20 Jeff Johnston <jjohnstn@redhat.com>
533
534 * gdb.java/jprint.exp: New test case for java inferior call.
535 * gdb.java/jprint.java: Ditto.
536
eac69dca
JB
5372004-09-15 Joel Brobecker <brobecker@gnat.com>
538
539 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
540
22227696
MC
5412004-09-14 Michael Chastain <mec.gnu@mindspring.com>
542
543 * gdb.threads/killed.c: Include <stdlib.h>.
544 * gdb.threads/pthreads.c: Likewise.
545
7dd403a4
MC
5462004-09-14 Michael Chastain <mec.gnu@mindspring.com>
547
548 * gdb.threads/killed.c: Add copyright notice.
549
33f2d567
JM
5502004-09-10 Jason Molenda (jmolenda@apple.com)
551
552 * gdb.base/define.exp: Two new tests to verify zero space chars
553 after 'if' and 'while' commands in a user-defined command is correctly
554 parsed.
555
e05b62ac
AC
5562004-09-08 Andrew Cagney <cagney@gnu.org>
557
558 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
559 delivery test with duplicate at end of file.
560
9cbe82da
MK
5612004-09-06 Mark Kettenis <kettenis@jive.nl>
562
563 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
564
564803d9
MC
5652004-09-05 Michael Chastain <mec.gnu@mindspring.com>
566
567 * config/hppro.exp: Removed.
568
7c6807ce
MC
5692004-09-05 Michael Chastain <mec.gnu@mindspring.com>
570
571 * config/sparclet.exp: Removed.
572
bf7e26dd
MC
5732004-09-05 Michael Chastain <mec.gnu@mindspring.com>
574
575 * config/udi.exp: Removed.
576
714e341b
MC
5772004-09-02 Michael Chastain <mec.gnu@mindspring.com>
578
579 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
580 of "exp_continue".
581 (advancei): Likewise.
582
1236e623
JJ
5832004-09-01 Jeff Johnston <jjohnstn@redhat.com>
584
585 * gdb.base/unload.exp: Fix so messages aren't duplicated.
586
3bdcad15
MI
5872004-09-01 Manoj Iyer <manjo@austin.ibm.com>
588
228af206 589 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
590 to check for nodebug in executable.
591 * gdb.gdb/observer.exp (setup_test): Likewise.
592 * gdb.gdb/selftest.exp (test_with_self): Likewise.
593 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
594
c72b934c
AC
5952004-09-01 Andrew Cagney <cagney@gnu.org>
596
597 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
598 files.
599
edd9b715
JJ
6002004-09-01 Jeff Johnston <jjohnstn@redhat.com>
601
602 * gdb.base/unload.exp: Fix expected warning message to match
603 latest format.
604
fb4ce06b
CV
6052004-09-01 Corinna Vinschen <vinschen@redhat.com>
606
607 * gdb.base/call-rt-st.exp: Fix typos.
608
ce78e7c3
MI
6092004-08-31 Manoj Iyer <manjo@austin.ibm.com>
610
611 * gdb.threads/thread_check.exp: New testcase.
612 * gdb.threads/thread_check.c: New testcase.
613
2dedb159
AC
6142004-08-31 Andrew Cagney <cagney@gnu.org>
615
616 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
617 (skip_to_handler_entry): New procedures. Test stepping into a
618 handler when the breakpoint is at the handler's entry point.
619
68f53502
AC
6202004-08-30 Andrew Cagney <cagney@gnu.org>
621
622 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
623 gdb/1757.
624
3e3ffd2b
MC
6252004-08-27 Michael Chastain <mec.gnu@mindspring.com>
626
627 With code from Manoj Iyer <manjo@austin.ibm.com>:
628 * lib/gdb.exp (gdb_file_cmd): Return more information in the
629 return value. Add an arm for "no debugging symbols found".
630 Change a stray "error" to "perror".
631 (gdb_run_cmd): Adapt to new return value.
632 * gdb.base/remote.exp: Adapt to new return value.
633 * gdb.gdb/complaints.exp: Likewise.
634 * gdb.gdb/observer.exp: Likewise.
635 * gdb.gdb/selftest.exp: Likewise.
636 * gdb.gdb/xfullpath.exp: Likewise.
637
4b6f5fd2
JB
6382004-08-27 Joel Brobecker <brobecker@gnat.com>
639
640 * gdb.threads/bp_in_thread.exp: New testcase.
641
e5b25496
MC
6422004-08-27 Michael Chastain <mec.gnu@mindspring.com>
643
644 Fix PR testsuite/1735.
645 * gdb.threads/schedlock.c (thread_function): Add a cast
646 to suppress a gcc warning.
647 * gdb.threads/thread-specific.c (thread_function): Likewise.
648
934353d6
MC
6492004-08-26 Michael Chastain <mec.gnu@mindspring.com>
650
651 * gdb.base/unload.c: Include <stdlib.h>.
652
f98a0aef 6532004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 654
f98a0aef 655 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
656 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
657 synchronized after the "return".
658
5a2e8882
MC
6592004-08-26 Michael Chastain <mec.gnu@mindspring.com>
660
661 * gdb.mi/basics.c: Include <stdio.h>.
662 * gdb.mi/pthreads.c: Include <stdlib.h>.
663 * gdb.mi/var-cmd.c: Include <stdlib.h>.
664
a9640423
MC
6652004-08-26 Michael Chastain <mec.gnu@mindspring.com>
666
667 * gdb.threads/schedlock.c: Add copyright notice.
668
b04e311d
AC
6692004-08-25 Andrew Cagney <cagney@gnu.org>
670
671 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
672 (skip_over_handler, breakpoint_over_hander): New test procedures.
673 (advance, advancei): Add a proper prefix, do not use
674 rerun_to_main.
675 * gdb.base/sigstep.c (main): Change to use an infinite loop.
676
7c27f15b
MC
6772004-08-24 Michael Chastain <mec.gnu@mindspring.com>
678
679 * gdb.mi/basics.c: Add copyright notice.
680 * gdb.mi/var-cmd.c: Add copyright notice.
681
fffc87ae
MC
6822004-08-23 Michael Chastain <mec.gnu@mindspring.com>
683
684 * lib/gdb.exp: Remove signed_keyword_not_used.
685 * lib/compiler.c: Likewise.
686 * lib/compiler.cc: Likewise.
687
d782e0bf
MC
6882004-08-23 Michael Chastain <mec.gnu@mindspring.com>
689
690 * gdb.base/whatis.c: Remove conditional disabling of "signed".
691 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
692
96033e83
MC
6932004-08-23 Michael Chastain <mec.gnu@mindspring.com>
694
695 * gdb.base/whatis.c: Add copyright notice.
696
cf38c229
MK
6972004-08-20 Mark Kettenis <kettenis@gnu.org>
698
699 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
700 it to skip the breakpoints encoded in the inline assembly.
701
f4b49756
MC
7022004-08-20 Michael Chastain <mec.gnu@mindspring.com>
703
704 * Makefile.in: Add gdb.fortran.
705
2f193b69
MC
7062004-08-20 Michael Chastain <mec.gnu@mindspring.com>
707
708 * gdb.base/call-sc.exp (test_scalar_returns):
709 Fix cut-and-paste glitch in "Make fun return now".
710
89a237cb
MC
7112004-08-17 Michael Chastain <mec.gnu@mindspring.com>
712
713 * configure.in: Add gdb.fortran.
714 * configure: Regenerate.
715 * gdb.fortran/Makefile.in: New file.
716 * lib/gdb.exp (skip_fortran_tests): New procedure.
717
469aff8e
MC
7182004-08-17 Michael Chastain <mec.gnu@mindspring.com>
719
720 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
721 reference to bug-gnu@prep.ai.mit.edu.
722 * gdb.mi/mi-var-child.exp: Likewise.
723 * gdb.mi/mi-var-cmd.exp: Likewise.
724 * gdb.mi/mi-var-display.exp: Likewise.
725 * gdb.mi/mi2-var-block.exp: Likewise.
726 * gdb.mi/mi2-var-child.exp: Likewise.
727 * gdb.mi/mi2-var-cmd.exp: Likewise.
728 * gdb.mi/mi2-var-display.exp: Likewise.
729
00b51b9f
MK
7302004-08-15 Mark Kettenis <kettenis@gnu.org>
731
732 * gdb.base/unload.c (main): Make local variable msg const.
733
45f07fef
MC
7342004-08-15 Michael Chastain <mec.gnu@mindspring.com>
735
736 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
737 to bug-gnu@prep.ai.mit.edu.
738 * gdb.mi/mi-disassemble.exp: Likewise.
739 * gdb.mi/mi-eval.exp: Likewise.
740 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
741 default line number.
742 * gdb.mi/mi-return.exp: Likewise.
743 * gdb.mi/mi-simplerun.exp: Likewise.
744 * gdb.mi/mi-stack.exp: Likewise.
745 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
746 number with explicit range test.
747 * gdb.mi/mi-watch.exp: Likewise.
748 * gdb.mi/mi2-break.exp: Likewise.
749 * gdb.mi/mi2-cli.exp: Likewise.
750 * gdb.mi/mi2-disassemble.exp: Likewise.
751 * gdb.mi/mi2-eval.exp: Likewise.
752 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
753 default line number.
754 * gdb.mi/mi2-return.exp: Likewise.
755 * gdb.mi/mi2-simplerun.exp: Likewise.
756 * gdb.mi/mi2-stack.exp: Likewise.
757 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
758 number with explicit range test.
759 * gdb.mi/mi2-watch.exp: Likewise.
760
dd8c8ee7
MC
7612004-08-15 Michael Chastain <mec.gnu@mindspring.com>
762
763 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
764 * gdb.cp/m-static.exp: Likewise.
765 * gdb.cp/rtti.exp: Likewise.
766
4e838464
MK
7672004-08-14 Mark Kettenis <kettenis@gnu.org>
768
769 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
770
8d8cb839
EZ
7712004-08-14 Eli Zaretskii <eliz@gnu.org>
772
773 * ChangeLog: Prefix Local Variables with semi-colons and indent
774 the reference to older ChangeLog files, to fix fontification in
775 Emacs.
776
deea8bb0
MC
7772004-08-13 Michael Chastain <mec.gnu@mindspring.com>
778
779 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
780 * gdb.mi/mi2-break.exp: Likewise.
781
c3297504
MC
7822004-08-13 Michael Chastain <mec.gnu@mindspring.com>
783
784 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
785
25808999
MC
7862004-08-13 Michael Chastain <mec.gnu@mindspring.com>
787
788 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
789
226a8d71
MC
7902004-08-13 Michael Chastain <mec.gnu@mindspring.com>
791
792 * gdb.cp/classes.exp: Remove unused declarations. Just let
793 test names default instead of providing special names. Remove
794 extraneous demangler test.
795
37fdf854
JJ
7962004-08-12 Jeff Johnston <jjohnstn@redhat.com>
797
798 * gdb.base/unload.exp: New test for breakpoints in dynamically
799 loaded libraries.
800 * gdb.base/unload.c: Ditto.
801 * gdb.base/unloadshr.c: Ditto.
802
2d3a7986
MC
8032004-08-12 Michael Chastain <mec.gnu@mindspring.com>
804
805 * gdb.cp/classes.exp (test_ptype_class_objects): Call
806 cp_test_ptype_class.
807 (test_enums): Likewise.
808
c72b934c
AC
8092004-08-10 Andrew Cagney <cagney@gnu.org>
810
811 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
812 files.
813
cc503c8a
AC
8142004-08-10 Andrew Cagney <cagney@gnu.org>
815
816 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
817 init_malloc call.
818
902f2ccb
MC
8192004-08-10 Michael Chastain <mec.gnu@mindspring.com>
820
821 * ChangeLog: Add copyright notice. The notice is copied
822 from emacs 21.3 top level ChangeLog.
823
78c90502
MC
8242004-08-09 Michael Chastain <mec.gnu@mindspring.com>
825
826 * lib/cp-support.exp: New file.
827 * lib/cp-support.exp (cp_test_type_class): New function.
828 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
829 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
830 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
831 cp_test_ptype_class.
832
88e5ea78
MC
8332004-08-09 Michael Chastain <mec.gnu@mindspring.com>
834
835 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
836 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
837 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
838 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
839 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
840 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
841 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
842 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
843 gdb.mi/mi2-watch.exp: Update copyright years.
844
6a89fc9c
MK
8452004-08-09 Mark Kettenis <kettenis@gnu.org>
846
847 * gdb.base/sigaltstack.exp: Provide proper anchoring.
848
1482e0de
MC
8492004-08-09 Michael Chastain <mec.gnu@mindspring.com>
850
851 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
852 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
853 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
854 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
855 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
856 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
857 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
858 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
859 gdb.mi/mi-watch.exp: Update copyright years.
860
1a5ce3f3
DJ
8612004-08-08 Daniel Jacobowitz <dan@debian.org>
862
863 PR gdb/1738
864 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
865 from a breakpoint with a pending signal.
866
04f6ecf2
DJ
8672004-08-08 Daniel Jacobowitz <dan@debian.org>
868
869 PR gdb/1736
870 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
871 * gdb.base/sigaltstack.exp (finish_test): Consume output until
872 the prompt.
873 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
874
54d90d35
DJ
8752004-08-08 Daniel Jacobowitz <dan@debian.org>
876
877 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
878
d2f6abb0
DJ
8792004-08-08 Daniel Jacobowitz <dan@debian.org>
880
881 PR gdb/1736
882 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
883 for i?86-*-linux*.
884
5598c03d
DJ
8852004-08-08 Daniel Jacobowitz <dan@debian.org>
886
887 * gdb.arch/i386-prologue.exp: Compile without debug information.
888
c6fee705
MC
8892004-08-08 Michael Chastain <mec.gnu@mindspring.com>
890
891 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
892 rather than asking gdb to search.
893
dd90efdb
MC
8942004-08-05 Michael Chastain <mec.gnu@mindspring.com>
895
896 * gdb.base/gcore.c: Include <string.h>.
897
1e84bec1
MC
8982004-08-05 Michael Chastain <mec.gnu@mindspring.com>
899
900 * gdb.base/gcore.c: Add copyright notice.
901
e425eb2b
MC
9022004-08-05 Michael Chastain <mec.gnu@mindspring.com>
903
904 * gdb.base/freebpcmd.c: Include <stdio.h>.
905 * gdb.base/long_long.c: Include <string.h>.
906 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
907 * gdb.base/siginfo.c: Include <string.h>.
908 * gdb.base/sigstep.c: Include <string.h>.
909
cb9aaed5
MC
9102004-08-04 Michael Chastain <mec.gnu@mindspring.com>
911
912 * gdb.base/complex.c: Include <stdlib.h>.
913
55944f3d
MC
9142004-08-04 Michael Chastain <mec.gnu@mindspring.com>
915
916 * gdb.base/complex.c: Add copyright notice.
917
7b2953d9
MC
9182004-08-04 Michael Chastain <mec.gnu@mindspring.com>
919
920 * gdb.base/charset.c: Include <stdlib.h>.
921
c9133d23
MC
9222004-08-04 Michael Chastain <mec.gnu@mindspring.com>
923
924 * gdb.base/auxv.c: Include <stdlib.h>.
925
0a8490ad
MC
9262004-08-04 Michael Chastain <mec.gnu@mindspring.com>
927
928 * gdb.base/auxv.c: Add copyright notice.
929
3426d5ec
MC
9302004-08-04 Michael Chastain <mec.gnu@mindspring.com>
931
932 * gdb.base/coremaker.c: Add copyright notice.
933 * gdb.base/coremaker2.c: Add copyright notice.
934
8da195dd
AC
9352004-08-04 Andrew Cagney <cagney@gnu.org>
936
937 * gdb.base/store.exp: Update copyright.
938 (check_set, up_set, check_struct, up_struct): Add a prefix to test
939 names, do not import gdb_prompt.
940
8d394f98
AC
9412004-08-01 Andrew Cagney <cagney@gnu.org>
942
943 Fix PR testsuite/1729.
944 * gdb.base/dump.exp: Add test name to callers of capture_value, do
945 not use capture_value with value 4.
946 (capture_value): Add optional test name parameter.
947 (test_reload_saved_value, test_restore_saved_value): Use $msg as
948 the prefix, pass to capture_value.
949
b6702b23
MK
9502004-08-01 Mark Kettenis <kettenis@gnu.org>
951
952 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
953 * gdb.arch/i386-prologue.c (standard): New prototype and function.
954 (main): Call new function.
955
c203e0ca
MC
9562004-07-31 Michael Chastain <mec.gnu@mindspring.com>
957
958 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
959
a7995a30
MC
9602004-07-31 Michael Chastain <mec.gnu@mindspring.com>
961
962 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
963
9366563b
MC
9642004-07-31 Michael Chastain <mec.gnu@mindspring.com>
965
b6eeaf26 966 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
967 Accept more values of vtbl pointer. Remove some messages
968 about "obsolete gcc or gdb".
969
2fc1f950
MC
9702004-07-30 Michael Chastain <mec.gnu@mindspring.com>
971
972 * gdb.cp/classes.exp: Accept more varieties of ptype output.
973
c724d49b
MC
9742004-07-30 Michael Chastain <mec.gnu@mindspring.com>
975
976 * gdb.base/asm-source.exp: Properly convert target board
977 debug flags from gcc format to binutils format.
978
736b0fce
MK
9792004-07-28 Mark Kettenis <kettenis@gnu.org>
980
981 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
982 gdb1718". PR backtrace/1718 partially fixed.
983
5633ea5c
JJ
9842004-07-27 Jeff Johnston <jjohnstn@redhat.com>
985
986 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
987
575eebb1
NC
9882004-07-26 Nick Clifton <nickc@redhat.com>
989
990 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
991 good default value for a specific architecture is available then
992 set it to that value. Otherwise default to the -gstabs switch.
993 Remove the -g... switches from the asm-flags variable. Allow the
994 target board info to override the value if it wants to. Pass the
995 switch on the assembler command line.
996
62104619
MK
9972004-07-23 Mark Kettenis <kettenis@gnu.org>
998
999 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
1000 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
1001 (main): Call new function.
1002
4a1135b8
MC
10032004-07-22 Michael Chastain <mec.gnu@mindspring.com>
1004
1005 Test for PR exp/1715.
1006 * gdb.base/radix.exp: Refactor common procedures. Make all
1007 test names unique. Change XFAIL to KFAIL.
1008
8a12c1f0
MC
10092004-07-20 Michael Chastain <mec.gnu@mindspring.com>
1010
1011 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
1012 * gdb.ada/gnat_ada.gin: ... to here.
1013 * configure.in: Use gnat_ada.gin.
1014 * configure: Regenerate.
1015
23b451cf
AC
10162004-07-20 Andrew Cagney <cagney@gnu.org>
1017
1018 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
1019 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
1020 XFAILs. Clean up test messages and comments. Check backtraces.
1021 Delete re-sync code.
1022
ab618a02
MC
10232004-07-19 Michael Chastain <mec.gnu@mindspring.com>
1024
1025 Fix PR cli/740.
1026 * gdb.base/annota1.exp: Honor gdb,nosignals.
1027 * gdb.base/annota3.exp: Likewise.
1028
46dad340
MC
10292004-07-19 Michael Chastain <mec.gnu@mindspring.com>
1030
1031 * lib/java.exp: Update copyright notice.
1032
756d8c70
AC
10332004-07-19 Andrew Cagney <cagney@gnu.org>
1034
1035 * gdb.base/selftest.exp: Copy file from here ...
1036 * gdb.gdb/selftest.exp: ... to here.
1037
586027e6
AC
10382004-07-16 Andrew Cagney <cagney@redhat.com>
1039
1040 * lib/insight-support.exp: Delete file.
1041 * lib/java.exp (java_init): Fix copyright.
1042
029d2200
AC
10432004-07-16 Andrew Cagney <cagney@gnu.org>
1044
1045 * gdb.base/restore.c: Append "prologue" to comments marking the a
1046 function's prologue.
1047 * gdb.base/restore.exp: Update copyright, re-indent.
1048 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
1049 callerN" prefix where needed. Update patterns that match a
1050 function's prologue.
1051
653b62c5
MC
10522004-07-16 Michael Chastain <mec.gnu@mindspring.com>
1053
1054 * gdb.base/restore.c: Add copyright notice.
1055
f7d690e5
AC
10562004-07-16 Andrew Cagney <cagney@gnu.org>
1057
1058 * gdb.base/logical.exp: Update copyright.
1059 (evaluate): New procedure. Use to re-implement tests using
1060 several tables.
1061
d629a7cb
MH
10622004-07-14 Martin Hunt <hunt@redhat.com>
1063
1064 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
1065 which fixes some problems where init.tcl was not found.
1066
9c7bb332
AC
10672004-07-13 Andrew Cagney <cagney@gnu.org>
1068
6bf46641
AC
1069 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
1070 (check_sizeof, check_valueof): Do not include the output in the
1071 test name. Use gdb_test.
1072 (get_valueof): Use gdb_test_multiple.
1073
c4ffd4c0
AC
1074 * gdb.base/step-test.exp: Update copyright. Use
1075 gdb_test_multiple. Ensure that test names do not include
1076 architecture dependent output.
1077
ab89363a
AC
1078 * gdb.gdb/observer.exp: Update copyright.
1079 (setup_test): Use gdb_test_multiple.
1080 (attach_first_observer, attach_second_observer)
1081 (attach_third_observer, detach_first_observer)
1082 (detach_second_observer, detach_third_observer)
1083 (reset_counters, check_counters): Make $message a prefix.
1084 (test_normal_stop_notifications): Add "args" parameter - a list of
1085 init functions to be called. Make $message a prefix,
1086 (test_observer_normal_stop): Change the message prefixes so that
1087 they are unique, pass the attach / detach procedures to
1088 test_normal_stop_notifications.
1089
ec58997a
AC
1090 * gdb.base/signull.exp (test_segv): Prefix all tests with
1091 "${name}". Clean up test messages.
1092
b475183b
AC
1093 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
1094
9c7bb332
AC
1095 * gdb.base/ena-dis-br.exp: Update copyright.
1096 (break_at): New function. Replace send_gdb with gdb_test,
1097 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
1098 ignore count, not stopped at bpt", with KFAIL.
1099
2dd95497
CV
11002004-07-13 Corinna Vinschen <vinschen@redhat.com>
1101
1102 * gdb.base/attach.exp: Remove cleanupfile handling.
1103
419e626b
AC
11042004-07-12 Andrew Cagney <cagney@gnu.org>
1105
1106 * gdb.base/annota1.exp: Cleanup corefile test name.
1107 * gdb.base/annota3.exp: Ditto.
1108
8b1b3228
AC
11092004-07-12 Andrew Cagney <cagney@gnu.org>
1110
78650829
AC
1111 * gdb.base/signals.exp: Clean up copyright, re-indent.
1112
8b1b3228
AC
1113 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
1114 gdb_test and gdb_test_multiple.
1115
935c2760
JJ
11162004-07-08 Jeff Johnston <jjohnstn@redhat.com>
1117
1118 * gdb.java/jmain.exp: Fix expected line number for main to
1119 break at. Set XFAIL for break at main test since gcj does not
1120 provide line number info for first statement in main.
1121
1544280f
AC
11222004-07-08 Andrew Cagney <cagney@gnu.org>
1123
1279f4ff
AC
1124 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
1125
1544280f
AC
1126 * gdb.base/sigbpt.exp: Make the common part of each test name a
1127 prefix instead of suffix.
1128
bcc82369
BR
11292004-07-07 Bob Rossi <bob_rossi@cox.net>
1130
1131 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
1132 test from test_tbreak_creation_and_listing to
1133 test_file_list_exec_source_file
1134 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
1135 Changed name of test from test_tbreak_creation_and_listing to
1136 test_file_list_exec_source_file
1137
23f4b0aa
JJ
11382004-07-07 Jeff Johnston <jjohnstn@redhat.com>
1139
1140 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
1141 the jmisc() constructor instead of <init>.
1142 * gdb.java/jmisc1.exp: Ditto.
1143
56401cd5
AC
11442004-07-07 Andrew Cagney <cagney@gnu.org>
1145
1146 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
1147 corrupting the PC.
1148
44ae2f6a
MC
11492004-07-06 Michael Chastain <mec.gnu@mindspring.com>
1150
1151 * gdb.cp/templates.exp: Accept whitespace change in demangler
1152 output.
1153
45a83408
AC
11542004-07-06 Andrew Cagney <cagney@gnu.org>
1155
1156 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
1157
d205ad70
MC
11582004-07-02 Michael Chastain <mec.gnu@mindspring.com>
1159
1160 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
1161 * lib/compiler.cc: Likewise.
1162
06ea1a61
MC
11632004-06-30 Michael Chastain <mec.gnu@mindspring.com>
1164
1165 * lib/compiler.cc: Work around string preprocessing problem
1166 with old hp c++ compiler.
1167 * lib/compiler.c: Likewise.
1168
daab1251
CV
11692004-06-29 Corinna Vinschen <vinschen@redhat.com>
1170
1171 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
1172 directives to conditionalize symbol prefixing.
1173 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
1174 additional_flags handling. Add underscore prefix for Cygwin.
1175 * gdb.arch/i386-unwind.c: Use preprocessor directives to
1176 conditionalize symbol prefixing.
1177 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
1178 additional_flags handling. Add underscore prefix for Cygwin.
1179
cc984116
CV
11802004-06-29 Corinna Vinschen <vinschen@redhat.com>
1181
1182 * gdb.base/bigcore.exp: Skip test on Cygwin.
1183
c279b077
MC
11842004-06-28 Michael Chastain <mec.gnu@mindspring.com>
1185
1186 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
1187 formats for "info register". Use gdb_test_multiple. Fix
1188 the "invalid register" test.
1189
0e915747
CV
11902004-06-28 Corinna Vinschen <vinschen@redhat.com>
1191
1192 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
1193 PID for Cygwin. Add Cygwin specific strings to check for in some
1194 tests.
1195 (do_attach_tests): Add a test for user interaction when attaching
1196 to a process with no matching symbol table already loaded.
1197
11422c86
AC
11982004-06-26 Andrew Cagney <cagney@gnu.org>
1199
1200 Test PR java/1567 and PR java/1565.
1201 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
1202 * gdb.java/jmisc2.exp: Delete file.
1203
cefbce26
MC
12042004-06-26 Michael Chastain <mec.gnu@mindspring.com>
1205
1206 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
1207
e19f872c
CV
12082004-06-25 Corinna Vinschen <vinschen@redhat.com>
1209
1210 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
1211 attach process.
1212
d931ba3b
MC
12132004-06-23 Michael Chastain <mec.gnu@mindspring.com>
1214
1215 * gdb.cp/pr-1553.exp: Remove.
1216
aef68c48
MC
12172004-06-22 Michael Chastain <mec.gnu@mindspring.com>
1218
1219 * gdb.cp/pr-1553.cc: Remove.
1220 * gdb.cp/pr-1553.exp: Disable this test.
1221
8d5df71a
JB
12222004-06-20 Jim Blandy <jimb@redhat.com>
1223
1224 Fix PR testsuite/1680.
1225 * gdb.arch/i386-sse.exp: Properly quote curly braces in
1226 regular expressions.
1227
4ac6f39d
MC
12282004-06-19 Michael Chastain <mec.gnu@mindspring.com>
1229
1230 Fix PR testsuite/1679.
1231 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
1232 Issue an UNSUPPORTED result instead.
1233
1b413552
JB
12342004-06-18 Jim Blandy <jimb@redhat.com>
1235
1236 * gdb.base/charset.exp: Only send a control-C if we see a new
1237 prompt and incomplete command.
1238
6daa6ebd
MC
12392004-06-18 Michael Chastain <mec.gnu@mindspring.com>
1240
1241 * gdb.cp/pr-574.cc: Add copyright notice.
1242
51fa4ae0
JB
12432004-06-17 Jim Blandy <jimb@redhat.com>
1244
1245 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
1246 cases where the regexp has no groups; this grabs random text from
1247 the previous test suite, whatever that was.
1248
8fea26c5
MC
12492004-06-17 Michael Chastain <mec.gnu@mindspring.com>
1250
1251 * gdb.cp/printmethod.cc: Add copyright notice.
1252
1e3aeb41
MC
12532004-06-16 Michael Chastain <mec.gnu@mindspring.com>
1254
1255 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
1256
9d9030bc
AC
12572004-06-16 Andrew Cagney <cagney@gnu.org>
1258
1259 * gdb.base/signull.c: Update copyright. Include <string.h>.
1260 (bowler): Replace data_pointer with data_read
1261 and data_write cases. Add code_descriptor case.
1262 (zero, desc): New array and pointer.
1263 (data, code): Change to simple pointers.
1264 * gdb.base/signull.exp: Fix probe pattern matching a function
1265 descriptor SIGSEGV. Replace data_pointer with data_read and
1266 data_write tests.
1267
acd4ad44
AC
12682004-06-16 Andrew Cagney <cagney@gnu.org>
1269
1270 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
1271
08fd625c
MC
12722004-06-15 Michael Chastain <mec.gnu@mindspring.com>
1273
1274 * gdb.base/long_long.c: Add copyright notice.
1275
1903502c
MC
12762004-06-15 Michael Chastain <mec.gnu@mindspring.com>
1277
1278 * gdb.base/long_long.exp: Remove reference to
1279 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
1280 to gdb_breakpoint and gdb_continue_to_breakpoint.
1281
83313cb1
JB
12822004-06-14 Jim Blandy <jimb@redhat.com>
1283
1284 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
1285 endian case.
1286
1bf404ef
AC
12872004-06-14 Andrew Cagney <cagney@gnu.org>
1288
1289 * gdb.base/gcore.exp (capture_command_output): Delete the always
1290 passing tests containing inferior values.
1291 * gdb.base/ending-run.exp: Do not include the breakpoint address
1292 in the test message. Update copyright.
1293 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
1294 size in the test name, use gdb_test_multiple. Update copyright.
1295
ef220b33
MC
12962004-06-14 Michael Chastain <mec.gnu@mindspring.com>
1297
1298 * gdb.cp/ref-types.cc: Add copyright notice.
1299
4f70a4c9
MC
13002004-06-14 Michael Chastain <mec.gnu@mindspring.com>
1301
1302 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
1303 hp_aCC_compiler.
1304 * lib/compiler.cc: Likewise.
1305 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
1306 'set' commands. Log diagnostics for other lines. Set
1307 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
1308
335928ac
MC
13092004-06-13 Michael Chastain <mec.gnu@mindspring.com>
1310
1311 * gdb.cp/try_catch.cc: Add copyright notice.
1312
2efb12e8
MC
13132004-06-12 Michael Chastain <mec.gnu@mindspring.com>
1314
1315 * gdb.cp/userdef.cc: Add copyright notice.
1316
0bbed51a
MC
13172004-06-11 Michael Chastain <mec.gnu@mindspring.com>
1318
1319 * gdb.cp/virtfunc.cc: Add copyright notice.
1320
e12a46c9
RC
13212004-06-11 Randolph Chung <tausq@debian.org>
1322
1323 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
1324 problem.
1325
338e05af
AC
13262004-06-10 Andrew Cagney <cagney@gnu.org>
1327
1328 * lib/compiler.cc, lib/compiler.c: Append either
1329 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
1330 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
1331 instead of gcc-3-3.
1332
dc3f10cb
AC
13332004-06-09 Andrew Cagney <cagney@gnu.org>
1334
b4d946af
AC
1335 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
1336 gdb/1455, bug is specific to "long long" and "double".
1337
dc3f10cb
AC
1338 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
1339 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
1340 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
1341 fixed.
1342
b5c0bfa2
AC
13432004-06-09 Andrew Cagney <cagney@gnu.org>
1344
1345 * gdb.base/structs.exp (test_struct_returns): Replace
1346 "return_value_unknown" and "finish_value_unknown" by
1347 "return_value_known" and "finish_value_known". Instead of
1348 "return_value_unknown" iff "finish_value_unknown", check
1349 "return_value_known" implies "finish_value_known".
1350
caeb605f
MH
13512004-06-08 Martin Hunt <hunt@redhat.com>
1352
1353 * gdb.base/float.exp: Add pattern for mips targets.
1354
c892bb64
RC
13552004-06-08 Randolph Chung <tausq@debian.org>
1356
1357 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
1358 message for unknown architectures more clear.
1359
48306d3e
JB
13602004-06-08 Joel Brobecker <brobecker@gnat.com>
1361
1362 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
1363 start the execution of the program.
1364
83ecb59f
JB
13652004-06-07 Jim Blandy <jimb@redhat.com>
1366
1367 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
1368 * gdb.arch/i386-cpuid.h: New helper file.
1369
55264cb4
RC
13702004-06-07 Randolph Chung <tausq@debian.org>
1371
1372 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
1373 has started.
1374
23cadb28
RM
13752004-06-04 Roland McGrath <roland@redhat.com>
1376
1377 Fix PR gdb/1647.
1378 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
1379 differently to be robust to output buffering differences.
1380
51d01eda
MC
13812004-06-04 Michael Chastain <mec.gnu@mindspring.com>
1382
1383 * gdb.threads/pthreads.exp: Update copyright years.
1384 (check_control_c): Change asynchronous 'after' to synchronous.
1385
f4fc3b93
RM
13862004-06-04 Roland McGrath <roland@redhat.com>
1387
1388 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
1389 next gdb prompt.
1390
4013522b
MC
13912004-06-02 Michael Chastain <mec.gnu@mindspring.com>
1392
1393 Fix PR gdb/1636.
1394 * gdb.threads/manythreads.exp: Change asynchronous 'after'
1395 calls to synchronous.
1396
7a8f1e6b
JB
13972004-05-26 Jim Blandy <jimb@redhat.com>
1398
1399 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
1400
81bb3443
RC
14012004-05-24 Randolph Chung <tausq@debian.org>
1402
1403 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
1404 * gdb.asm/pa.inc: New file.
1405
8f5a3103
MK
14062004-05-22 Mark Kettenis <kettenis@gnu.org>
1407
1408 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
1409
734b8fe8
JB
14102004-05-21 Joel Brobecker <brobecker@gnat.com>
1411 Daniel Jacobowitz <drow@mvista.com>
1412
1413 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
1414 GDB prompt.
1415
725603e1
UW
14162004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1417
f4fc3b93 1418 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
1419 setjmp/longjmp. Use sigaction instead of signal.
1420
8b923272
JB
14212004-05-19 J. Brobecker <brobecker@gnat.com>
1422 Michael Snyder <msnyder@redhat.com>
1423
1424 * gdb.threads/pthread_cond_wait.c: New file.
1425 * gdb.threads/pthread_cond_wait.exp: New testcase.
1426
8bfabb04
AC
14272004-05-13 Andrew Cagney <cagney@redhat.com>
1428
1429 * gdb.base/signull.exp, gdb.base/signull.c: New files.
1430 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
1431
42edda50
AC
14322004-05-11 Andrew Cagney <cagney@redhat.com>
1433
1434 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
1435 fixed but revealed gdb/1639.
1436
d303a6c7
AC
14372004-05-10 Andrew Cagney <cagney@redhat.com>
1438
1439 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
1440 func1" and "next to 2nd alarm", kernel bug avoided.
1441
bf08c2a1
DJ
14422004-05-10 Daniel Jacobowitz <dan@debian.org>
1443
1444 PR external/1568
1445 * gdb.base/bigcore.exp: Check the size of the dumped core file.
1446 XFAIL if it is smaller than bytes_allocated.
1447 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
1448 (main): Make chunks_allocated unsigned. Correct comment.
1449
c0586a34
JB
14502004-05-07 Joel Brobecker <brobecker@gnat.com>
1451
1452 * gdb.arch/powerpc-aix-prologue.c: New file.
1453 * gdb.arch/powerpc-aix-prologue.exp: New file.
1454
f2785d12
JB
14552004-05-07 Jim Blandy <jimb@redhat.com>
1456
1457 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
1458 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
1459
bd7f6e30
JB
14602004-05-06 Joel Brobecker <brobecker@gnat.com>
1461
1462 * gdb.base/sep.exp: No longer setup_kfail when the program was
1463 built with dwarf2.
1464
0a5e7efe
JI
14652004-05-05 Jim Ingham <jingham@apple.com>
1466
1467 * gdb.base/pending.exp: Make sure pending breakpoints
1468 preserve the ignore count.
f4fc3b93 1469
a8958849
MK
14702004-04-27 Jerome Guitton <guitton@gnat.com>
1471
1472 * i386-prologue.exp: Add testcase for jump instruction as first
1473 instruction of the real code.
1474 * i386-prologue.c (jump_at_beginning): New function.
1475
7e103f5b
MK
14762004-04-28 Mark Kettenis <kettenis@gnu.org>
1477
1478 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
1479 x86_64-*-*.
1480
5d38b224
MK
14812004-04-28 Mark Kettenis <kettenis@gnu.org>
1482
1483 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
1484 i*86-*-*.
1485
0ef32fd9
MK
14862004-04-25 Mark Kettenis <kettenis@gnu.org>
1487
1488 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
1489 expression that checks the return type.
1490
71d7dd7c
AC
14912004-04-23 Andrew Cagney <cagney@redhat.com>
1492
1493 * gdb.base/call-sc.exp: New test of scalar call/return values.
1494 * gdb.base/call-sc.c: Ditto.
1495
1e9f977e
JJ
14962004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1497
1498 * gdb.threads/manythreads.c: Reduce thread stack size.
1499
899d9e3a
JJ
15002004-04-23 Jeff Johnston <jjohnstn@redhat.com>
1501
1502 * gdb.threads/manythreads.c: Add copyright notice.
1503
61bcae62
AC
15042004-04-23 Andrew Cagney <cagney@redhat.com>
1505
1506 * gdb.base/siginfo.exp: Better handle step out of signal.
1507 * gdb.base/sigstep.exp: Ditto.
1508
7339a42e
JJ
15092004-04-22 Jeff Johnston <jjohnstn@redhat.com>
1510 Daniel Jacobowitz <drow@mvista.com>
1511
1512 * gdb.threads/manythreads.c: New testcase.
1513 * gdb.threads/manythreads.exp: Ditto.
1514
5c98409b
JB
15152004-04-22 Jim Blandy <jimb@redhat.com>
1516
1517 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
1518 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
1519
3b611f1a
MC
15202004-04-21 Michael Chastain <mec.gnu@mindspring.com>
1521
1522 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
1523
f0fd9238
AC
15242004-04-21 Andrew Cagney <cagney@redhat.com>
1525
1526 * gdb.base/sigstep.c: New file.
1527 * gdb.base/sigstep.exp: New file.
1528
90990674
JB
15292004-04-16 Joel Brobecker <brobecker@gnat.com>
1530
1531 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
1532 call to observer_notify_normal_stop.
1533
78cef34b
AC
15342004-04-15 Andrew Cagney <cagney@redhat.com>
1535
1536 * gdb.base/siginfo.c: New file.
1537 * gdb.base/siginfo.exp: New file.
1538
d2343407
JB
15392004-04-12 J. Brobecker <brobecker@gnat.com>
1540
1541 * gdb.base/sep.exp: Fix typo in comment.
1542
a2dba3c8
JB
15432004-04-12 J. Brobecker <brobecker@gnat.com>
1544
1545 * gdb.base/sep.c: New file.
1546 * gdb.base/sep-proc.c: New file.
1547 * gdb.base/sep.exp: New testcase.
1548
15f7b60e
MK
15492004-04-09 Mark Kettenis <kettenis@gnu.org>
1550
1551 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
1552 support.
1553
44f4de1a
AC
15542004-04-05 Andrew Cagney <cagney@redhat.com>
1555
1556 * gdb.base/sigaltstack.c: New file.
1557 * gdb.base/sigaltstack.exp: New file.
1558
ef04f396
JB
15592004-04-04 Joel Brobecker <brobecker@gnat.com>
1560
1561 * gdb.base/foll-fork.exp: Update the expected output for
1562 "help set follow-fork-mode", to match a change that was made
1563 to the help of this variable on 2004-01-13.
1564
d40d2c92
JB
15652004-04-01 Joel Brobecker <brobecker@gnat.com>
1566
1567 * lib/ada.exp: Add copyright notice.
1568 * bar.ads: Likewise.
1569 * bar.adb: Likewise.
1570 * null_record.adb: Likewise.
1571 * null_record.exp: Likewise.
1572 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
1573
f86ef5a3
JB
15742004-04-01 Joel Brobecker <brobecker@gnat.com>
1575
1576 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
1577 * configure: Regenerate.
1578
414e70e3
JB
15792004-04-01 Joel Brobecker <brobecker@gnat.com>
1580
1581 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
1582 to build the application. Remove the message printed when in
1583 verbose mode, redundant with the UNSUPPORTED message above.
1584
f0aaee49
JB
15852004-03-31 Joel Brobecker <brobecker@gnat.com>
1586
1587 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
1588 * gdb.ada (null_record.exp): New testcase.
1589
ac81cb54
JB
15902004-03-31 Joel Brobecker <brobecker@gnat.com>
1591
1592 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
1593
854af2f7
JB
15942004-03-31 Joel Brobecker <brobecker@gnat.com>
1595
1596 * gdb.ada: New subdirectory.
1597 * gdb.ada/Makefile.in: New file.
1598 * gdb.ada/gnat_ada.gpr.in: New file.
1599
034cb681
JB
16002004-03-31 Joel Brobecker <brobecker@gnat.com>
1601
1602 * lib/ada.exp: New file.
1603
78a1a894
DJ
16042004-03-24 Daniel Jacobowitz <drow@mvista.com>
1605
1606 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
1607 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
1608
4b2b3b3e
AC
16092004-03-22 Andrew Cagney <cagney@redhat.com>
1610
1611 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
1612 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
1613 Problem identified by Ulrich Weigand.
1614
23c73aa3
DC
16152004-03-17 David Carlton <carlton@kealia.com>
1616
1617 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
1618 PR c++/826.
1619
d63a86f8
RM
16202004-03-16 Roland McGrath <roland@redhat.com>
1621
1622 * gdb.base/auxv.exp: New file.
1623 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
1624
0e02aa50
DC
16252004-03-12 David Carlton <carlton@kealia.com>
1626
1627 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
1628 * gdb.cp/pr-1553.cc: Ditto.
1629 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
1630 pass branch.
1631
c20b71be
MC
16322004-03-12 Michael Chastain <mec.gnu@mindspring.com>
1633
1634 * gdb.cp/templates.exp: Accept more template types.
1635
c7414a01
MC
16362004-03-09 Michael Chastain <mec.gnu@mindspring.com>
1637
1638 From Corinna Vinschen with modifications.
1639 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
1640 local variable obj_with_enum.
1641 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
1642 results with obj_with_enum.
1643
ed69573c
MC
16442004-03-09 Michael Chastain <mec.gnu@mindspring.com>
1645
1646 * gdb.cp/classes.cc: New file, copied from misc.cc.
1647 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
1648
28301461
MC
16492004-03-09 Michael Chastain <mec.gnu@mindspring.com>
1650
1651 * gdb.cp/misc.cc: Add copyright notice.
1652
1198ecbe
DC
16532004-03-05 David Carlton <carlton@kealia.com>
1654
1655 * gdb.cp/rtti.exp: Add 'print *obj3' test.
1656 * gdb.cp/rtti.h: Update copyright.
1657 (namespace n2::n3): New.
1658 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
1659 (n2::n3::func3): New.
1660 (main): Call n2::n3::func3.
1661 * gdb.cp/rtti2.cc: Update copyright.
1662 (n2::create3): New.
1663
9e08c470
MK
16642004-03-04 Mark Kettenis <kettenis@gnu.org>
1665
1666 * gdb.asm/openbsd.inc: Fix typo.
1667
4bebc3aa
FF
16682004-03-03 Fred Fish <fnf@redhat.com>
1669
1670 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
1671 "val" instead of unused "size". Update copyright year.
1672
6ea9fb37
DJ
16732004-02-29 Daniel Jacobowitz <drow@mvista.com>
1674
1675 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
1676 to use unsigned char.
1677 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
1678 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
1679
23b23974
DJ
16802004-02-29 Daniel Jacobowitz <drow@mvista.com>
1681
1682 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
1683 line of output.
1684
7574fd53
DJ
16852004-02-28 Daniel Jacobowitz <drow@mvista.com>
1686
1687 * gdb.base/relocate.c (dummy): Initialize.
1688
a195357f
DJ
16892004-02-28 Daniel Jacobowitz <drow@mvista.com>
1690
1691 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
1692 a breakpoint at exit.
1693
72fd54a9
FF
16942004-02-27 Fred Fish <fnf@redhat.com>
1695
1696 * gdb.base/chng-syms.exp: Add expect condition to match failing
1697 case that isn't a timeout.
1698
b9d23137
AC
16992004-02-27 Andrew Cagney <cagney@redhat.com>
1700
1701 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
1702 support.
1703
15d208f6 17042004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 1705
15d208f6
FF
1706 * gdb.arch/gdb1431.c: Remove.
1707 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
1708 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
1709 of "until" incorrectly.
1710
98f9cd2d
JB
17112004-02-26 J. Brobecker <brobecker@gnat.com>
1712
1713 * gdb.cp/class2.cc (empty): New class.
1714 (refer): New function.
1715 (main): Declare an object of type empty and use it.
1716 * gdb.cp/class2.exp: Print the value of an object of type empty.
1717
9b50c11b
JJ
17182004-02-26 Jeff Johnston <jjohnstn@redhat.com>
1719
1720 * gdb.base/langs.exp: Update query string to match the
1721 new nquery format used for pending breakpoints.
1722
0dcd613f
AC
17232004-02-26 Andrew Cagney <cagney@redhat.com>
1724
1725 Fix PR i18n/1570.
1726 * gdb.base/charset.c: Update copyright notice.
1727 (main, init_string): Remove the escape character '\e' tests.
1728 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
1729 * gdb.base/charset.exp (valid_host_charset): Ditto.
1730 * gdb.base/setvar.exp: Ditto.
1731
b8a56647
AC
17322004-02-24 Andrew Cagney <cagney@redhat.com>
1733
90d59e34
AC
1734 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
1735 mmapped data in core file" PASS and FAIL messages consistent.
1736
b8a56647
AC
1737 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
1738 setting a breakpoint. Work around PR java/1565.
1739
9f27c604
JJ
17402004-02-23 Jeff Johnston <jjohnstn@redhat.com>
1741
1742 * lib/gdb.exp (gdb_breakpoint): Update query string to match
1743 new nquery format.
1744 * gdb.base/pending.exp: Ditto.
1745
3224a706
MK
17462004-02-22 Mark Kettenis <kettenis@gnu.org>
1747
1748 * configure.in: Run stabs tests on *BSD.
1749 * configure: Regenerated.
1750
41e0a9ca
MK
17512004-02-21 Mark Kettenis <kettenis@gnu.org>
1752
1753 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
1754
1e1b3428
FF
17552004-02-20 Fred Fish <fnf@redhat.com>
1756
1757 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
1758 blank in test for "returns short", for consistency with other
1759 "returns xxx" tests. Update copyright year.
1760
f9a7572a
FF
17612004-02-19 Fred Fish <fnf@redhat.com>
1762
1763 New testcase for PR breakpoint/1558.
1764 * gdb.arch/gdb1558.exp: New file.
1765 * gdb.arch/gdb1558.c: New file.
1766
b2ce2854
EZ
17672004-02-19 Elena Zannoni <ezannoni@redhat.com>
1768
1769 * gdb.base/nodebug.exp: Fix typo.
1770
e7c9ff01
JB
17712004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1772
1773 Committed by Jim Blandy <jimb@redhat.com>.
1774
62f4b920
JB
1775 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
1776
2db536a1
JB
1777 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
1778
e7c9ff01
JB
1779 * gdb.base/float.exp: Support s390*-*-* targets.
1780
f3205b34
AF
17812004-02-17 Adam Fedor <fedor@gnu.org>
1782
1783 * gdb.base/gdb1555.exp: New file.
1784 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
1785
9d62932d
EZ
17862004-02-17 Elena Zannoni <ezannoni@redhat.com>
1787
1788 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
1789
344c9711
FF
17902004-02-16 Fred Fish <fnf@redhat.com>
1791
1792 * gdb.arch/gdb1291.c: Remove
1793 * gdb.arch/gdb1291.s: New test input file.
1794 * gdb.arch/gdb1291.exp: Expand test to check case that should not
1795 fail. Test for correct result, known incorrect result, other
1796 failures and timeouts.
1797
2d822687
AC
17982004-02-16 Andrew Cagney <cagney@redhat.com>
1799
1800 * gdb.base/bigcore.exp: New file.
1801 * gdb.base/bigcore.c: New file.
1802
dac15b66
AC
18032004-02-13 Andrew Cagney <cagney@redhat.com>
1804
1805 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
1806 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
1807 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
1808 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
1809 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
1810 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
1811 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
1812 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
1813 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
1814 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
1815
6bdfc2c4
JJ
18162004-02-11 Jeff Johnston <jjohnstn@redhat.com>
1817
1818 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
1819 executed is an alloc instruction.
1820
87b3ede8
DC
18212004-02-11 David Carlton <carlton@kealia.com>
1822
1823 * gdb.cp/breakpoint.exp: New.
1824 * gdb.cp/breakpoint.cc: New.
1825
6e19e2bf
MC
18262004-02-11 Michael Chastain <mec.gnu@mindspring.com>
1827
1828 Partial fix for PR gdb/1543.
1829 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
1830 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
1831 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
1832 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
1833 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
1834 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
1835 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
1836 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
1837 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
1838 to bug-gdb@prep.ai.mit.edu .
1839 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
1840 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
1841 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
1842 Likewise.
1843
5c5455dc
AC
18442004-02-10 Andrew Cagney <cagney@redhat.com>
1845
1846 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
1847 using gdb_internal_error_resync.
1848
9cf689d7
DJ
18492004-02-09 Daniel Jacobowitz <drow@mvista.com>
1850
1851 * gdb.threads/thread-specific.exp: Stop early if no threads are
1852 found.
1853
d2dc51db
MC
18542004-02-09 Michael Chastain <mec.gnu@mindspring.com>
1855
1856 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
1857
14b1a056
DJ
18582004-02-08 Daniel Jacobowitz <drow@mvista.com>
1859
1860 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
1861 breakpoints.
1862
83f66e8f
DJ
18632004-02-07 Daniel Jacobowitz <drow@mvista.com>
1864
1865 * config/sim.exp (gdb_load): Handle $arg == "".
1866 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
1867 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
1868
30fc0091
EZ
18692004-02-07 Elena Zannoni <ezannoni@redhat.com>
1870
1871 * gdb.base/maint.exp: Update test to reflect
1872 obstack changes.
1873
4d806929
JJ
18742004-02-04 Jeff Johnston <jjohnstn@redhat.com>
1875
1876 * gdb.base/pendshr.c (pendfunc): New function that calls
1877 pendfunc1.
1878 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
1879
7bfdd688
FF
18802004-02-04 Fred Fish <fnf@redhat.com>
1881
1882 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
1883 function symbols and update copyright years.
1884 * gdb.arch/gdb1291.c: Ditto.
1885
aaa08ee4
MC
18862004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1887
1888 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
1889
dbad7755
MC
18902004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1891
1892 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
1893
ec4646ef
MC
18942004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1895
1896 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
1897
1b802196
FF
18982004-02-02 Fred Fish <fnf@redhat.com>
1899
1900 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
1901 remote targets. Update copyright years.
1902
18fe2033
JJ
19032004-02-02 Jeff Johnston <jjohnstn@redhat.com>
1904
1905 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
1906 support.
1907 * gdb.base/langs.exp: Fix test which attempts to create
1908 breakpoint on non-existent function to handle new pending
1909 support.
1910 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
1911 a breakpoint.
1912 * gdb.base/pending.exp: New test.
1913 * gdb.base/pending.c: New file.
1914 * gdb.base/pendshr.c: Ditto.
1915
8d577d32
DC
19162004-02-02 David Carlton <carlton@kealia.com>
1917
1918 * gdb.cp/overload.exp: Add overloadNamespace tests.
1919 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
1920 (overloadNamespace, XXX): New.
1921 (main): Call XXX::marker2.
1922
3ad13771
FF
19232004-02-01 Fred Fish <fnf@redhat.com>
1924
1925 * gdb.base/dump.exp: Use runto_main instead of "runto main".
1926 * gdb.base/finish.exp: Ditto.
1927 * gdb.base/gcore.exp: Ditto.
1928 * gdb.base/huge.exp: Ditto.
1929 * gdb.base/info-proc.exp: Ditto.
1930 * gdb.base/return2.exp: Ditto.
1931 * gdb.threads/gcore-thread.exp: Ditto.
1932
44c75849
DJ
19332004-02-01 Daniel Jacobowitz <drow@mvista.com>
1934
1935 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
1936
005bc093
MK
19372004-02-01 Mark Kettenis <kettenis@gnu.org>
1938
1939 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
1940 that opening the file succeeds on OpenBSD.
1941
c47cebdb
DJ
19422004-02-01 Daniel Jacobowitz <drow@mvista.com>
1943
1944 * gdb.threads/thread-specific.c: New file.
1945 * gdb.threads/threads-specific.exp: New test script.
1946 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
1947 to expect_out.
1948
5a01311c
MK
19492004-02-01 Mark Kettenis <kettenis@gnu.org>
1950
1951 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
1952 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
1953 only on the "print_small_structs from print_long_arg_list" test.
1954
ce22a4f1
DJ
19552004-02-01 Daniel Jacobowitz <drow@mvista.com>
1956
1957 * gdb.base/completion.exp: Kill a stray backslash.
1958
1959 From Jim Ingham <jingham@apple.com>:
1960 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
1961 agrees with the result from sending a tab.
1962
abbab9d3
DJ
19632004-01-31 Daniel Jacobowitz <drow@mvista.com>
1964
1965 * gdb.base/chng-syms.exp: Remove stray newline.
1966
53904d1e
MK
19672004-01-31 Mark Kettenis <kettenis@gnu.org>
1968
1969 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
1970 *-*-openbsd*.
1971 * gdb.asm/openbsd.inc: New file.
1972
3a4b3aac
MK
19732004-01-30 Mark Kettenis <kettenis@gnu.org>
1974
1975 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
1976 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
1977 *-*solaris2*. Remove commented out default settings for
1978 asm-flags. Replace gdb_compile with target_link.
1979
ebac27b4
MC
19802004-01-29 Michael Chastain <mec.gnu@mindspring.com>
1981
1982 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
1983 for all tests. Remove old hp-ux and cygnus xfail cases.
1984
d8679d84
PH
19852004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
1986
1987 * gdb.base/chng-syms.exp: New file.
1988 * gdb.base/chng-syms.c: New file.
1989
0a55bc22
MC
19902004-01-24 Michael Chastain <mec.gnu@mindspring.com>
1991
1992 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
1993 Provide arms for current output in all my configurations.
1994
94b8e876
MC
19952004-01-24 Michael Chastain <mec.gnu@mindspring.com>
1996
1997 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
1998 * lib/compiler.cc: Likewise.
1999 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
2000 get the right preprocessor. Eval the output directly. Remove
2001 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
2002 hp_f77_compiler and hp_f90_compiler completely.
2003 (gdb_preprocess): Delete.
2004 (get_compiler): Delete.
2005
7cf03d44
MK
20062004-01-24 Mark Kettenis <kettenis@gnu.org>
2007
2008 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
2009 <string.h>.
2010
68b6dce9
NR
20112004-01-24 Nick Roberts <nick@nick.uklinux.net>
2012
2013 * gdb.mi/mi-stack.exp: Update copyright.
2014
b368761e
DC
20152004-01-23 David Carlton <carlton@kealia.com>
2016
2017 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
2018 test for cp_lookup_transparent_type.
2019 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
2020 call them.
2021
f2061b53
DJ
20222004-01-23 Daniel Jacobowitz <drow@mvista.com>
2023
2024 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
2025 after -var-update.
2026
37fc574a
DC
20272004-01-23 David Carlton <carlton@kealia.com>
2028
2029 * gdb.cp/namespace.cc (C::ensureRefs): New.
2030 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
2031
8e94b928
NR
20322004-01-20 Nick Roberts <nick@nick.uklinux.net>
2033
2034 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
2035 case "-stack-list-locals 2".
2036 * gdb.mi/mi-var-child.exp: Test for case
2037 "-var-list-children --all-values NAME".
2038
997b0952
MC
20392004-01-18 Michael Chastain <mec.gnu@mindspring.com>
2040
2041 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
2042
52470da3
MK
20432004-01-18 Mark Kettenis <kettenis@gnu.org>
2044
7049b4b8
MK
2045 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
2046 used with gdb_test_multiple.
2047
52470da3
MK
2048 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
2049 read at address 0. This fixes PR testsuite/1504.
2050
da6012e5
DJ
20512004-01-18 Daniel Jacobowitz <drow@mvista.com>
2052
2053 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
2054 Remove downloading, guessing the host executable, the calls to
2055 gdb_file_cmd and gdb_target_cmd, and "load" support.
2056 (infer_host_exec): New function broken out from gdb_load.
2057 (gdb_load): New wrapper for gdbserver_gdb_load.
2058 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
2059 gdb_target_cmd. Use -target-select.
2060 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
2061 Download binaries to the host. Clear last_mi_remote_file when
2062 we load a new binary.
2063 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
2064 call gdbserver_gdb_load and mi_gdb_target_cmd.
2065
32c70722
MC
20662004-01-17 Michael Chastain <mec.gnu@mindspring.com>
2067
2068 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
2069 type patterns.
2070
b0cecf36
MC
20712004-01-17 Michael Chastain <mec.gnu@mindspring.com>
2072
2073 * gdb.cp/templates.exp: Fix typo in test name of
2074 "print Foo<volatile char*>::foo".
2075
4120d7e6
MC
20762004-01-15 Michael Chastain <mec.gnu@mindspring.com>
2077
2078 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
2079
f679e530
BE
20802004-01-16 Ben Elliston <bje@wasabisystems.com>
2081
2082 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
2083 (clean mostlyclean): Remove empty rm.
2084
091c48f6
MC
20852004-01-15 Michael Chastain <mec.gnu@mindspring.com>
2086
2087 * gdb.base/setvar.exp: Add copyright years.
2088
3e5fc8d2
DC
20892004-01-14 David Carlton <carlton@bactrian.org>
2090
2091 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
2092 PR c++/1511 and update coment.
2093 * gdb.cp/templates.exp: Update patterns to match current output.
2094 If changes involve something other than whitespace, KFAIL
2095 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
2096
63d06c5c
DC
20972004-01-14 David Carlton <carlton@kealia.com>
2098
2099 * gdb.cp/namespace.exp: Add tests involving classes defined within
2100 namespaces.
2101 * gdb.cp/namespace.cc (C::CClass): New.
2102 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
2103
a51dab88
EZ
21042004-01-14 Elena Zannoni <ezannoni@redhat.com>
2105
2106 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
2107 what debug info we have. Print a better message if something goes
2108 wrong while producing the separate debug info file.
2109
a476ccc9
MC
21102004-01-14 Michael Chastain <mec.gnu@mindspring.com>
2111
2112 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
2113
f453692c
MC
21142004-01-14 Michael Chastain <mec.gnu@mindspring.com>
2115
2116 * gdb.base/callfuncs.c: Add copyright notice.
2117
f40063a5
MC
21182004-01-13 Michael Chastain <mec.gnu@mindspring.com>
2119
2120 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
2121 inheritance. PR gdb/1498, PR gcc/13539.
2122
19ac3974
EZ
21232004-01-13 Elena Zannoni <ezannoni@redhat.com>
2124
2125 * gdb.threads/gcore-thread.exp: Prefix name of binary with
2126 test specific name.
2127 * gdb.mi/gdb669.exp: Ditto.
2128 * gdb.mi/mi-pthreads.exp: Ditto.
2129 * gdb.mi/mi1-pthreads.exp: Ditto.
2130 * gdb.mi/mi2-pthreads.exp: Ditto.
2131
56c97c6e
MC
21322004-01-12 Michael Chastain <mec.gnu@mindspring.com>
2133
2134 * gdb.cp/member-ptr.cc: Add copyright notice.
2135
a0644324
MC
21362004-01-12 Michael Chastain <mec.gnu@mindspring.com>
2137
2138 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
2139 some patterns for recent versions of gcc and hpacc. Delete
2140 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
2141 Delete tests that access a NULL pointer-to-member-data. This
2142 script is still disabled for gcc.
2143
32fabe09
EZ
21442004-01-12 Elena Zannoni <ezannoni@redhat.com>
2145
2146 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
2147 escaped correctly.
2148
1f8a6abb
EZ
21492004-01-12 Elena Zannoni <ezannoni@redhat.com>
2150
2151 * gdb.base/sepdebug.exp: New file.
2152 * gdb.base/sepdebug.c: New file.
2153 * lib/gdb.exp (separate_debug_filename): New procedure.
2154 (gdb_gnu_strip_debug): New procedure.
2155
48efe704
AC
21562004-01-12 Andrew Cagney <cagney@redhat.com>
2157
2158 * gdb.mi/ChangeLog: Delete file. Renamed to ...
2159 * gdb.mi/ChangeLog-1999-2003: New file.
2160
a9415475
AC
21612004-01-12 Andrew Cagney <cagney@redhat.com>
2162
2163 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
2164 "Renaming a directory to a non-empty directory returns ENOTEMPTY
2165 or EEXIST", treat EBUSY as an XFAIL.
2166
83b8cf9d
MC
21672004-01-11 Michael Chastain <mec.gnu@mindspring.com>
2168
2169 * gdb.base/scope.exp: Remove obsolete setup_xfail for
2170 hp_cc_compiler.
2171
9939d2a8
MC
21722004-01-10 Michael Chastain <mec.gnu@mindspring.com>
2173
2174 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
2175 decorations.
2176
1ff8cadf
MC
21772004-01-10 Michael Chastain <mec.gnu@mindspring.com>
2178
2179 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
2180 and "(aCC)" decorations. Remove obsolete doco about old
2181 test results.
2182
6fa9022e
MC
21832004-01-09 Michael Chastain <mec.gnu@mindspring.com>
2184
2185 * gdb.cp/exception.exp: Fix typo in doco.
2186
209721fe
MK
21872004-01-09 Mark Kettenis <kettenis@gnu.org>
2188
2189 * gdb.base/gdb1476.exp: Fix typo.
2190
ef11303e
MC
21912004-01-09 Michael Chastain <mec.gnu@mindspring.com>
2192
2193 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
2194 file.
2195
041ab88c
MC
21962004-01-09 Michael Chastain <mec.gnu@mindspring.com>
2197
2198 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
2199 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
2200 Use gdb_compile. Remove restriction on gcc. Add some patterns
2201 for recent version of gdb. Delete second half, which was a copy
2202 of the first half with different build flags. This test is
2203 still disabled because it is still not ready for production.
2204
e36d075a
MC
22052004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2206
2207 * gdb.cp/exception.cc: Add copyright notice.
2208 * gdb.cp/exception.exp: Add a notice that this file is broken
2209 because of line number changes caused by addition of copyright
2210 notice.
2211
42b190ad
MC
22122004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2213
2214 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
2215 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
2216
8f25f06b
MC
22172004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2218
2219 * gdb.cp/classes.exp: Accept gnu abi 2.
2220 * gdb.cp/derivation.exp: Likewise.
2221 * gdb.cp/overload.exp: Likewise.
2222 * gdb.cp/virtfunc.exp: Likewise.
2223
06ded8b8
MC
22242004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2225
2226 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
2227 semicolon after end of function.
2228
77c26ae3
MC
22292004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2230
2231 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
2232 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
2233 boilerplate code for compiling and running the program under
2234 test. Add some string method tests.
2235
20757486
MC
22362004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2237
2238 * gdb.cp/bs15503.cc: Add copyright notice.
2239 * gdb.cp/bs15503.exp: Adjust line number.
2240
0fd3b503
MC
22412004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2242
2243 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
2244 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
2245
10d1bea8
MC
22462004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2247
2248 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
2249 hp_cc_compiler.
2250
2789202a
MC
22512004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2252
2253 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
2254 * gdb.cp/ctti.exp: Use the marker instead of "next".
2255 With gcc, run further before bailing.
2256
b862f14c
MC
22572004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2258
2259 * gdb.cp/cttiadd.cc: Add copyright notice.
2260 * gdb.cp/cttiadd1.cc: Likewise.
2261 * gdb.cp/cttiadd2.cc: Likewise.
2262 * gdb.cp/cttiadd3.cc: Likewise.
2263
96da2469
MC
22642004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2265
2266 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
2267 Use gdb_test, gdb_test_multiple. Use floating-point values that
2268 have exact representations in IEEE-ish formats.
2269
053248ff
MC
22702004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2271
2272 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
2273 compilers. Delete duplicate call to get_compiler_info.
2274 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
2275 * gdb.base/volatile.exp: Likewise.
2276
84acecdd
MK
22772004-01-07 Mark Kettenis <kettenis@gnu.org>
2278
2279 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
2280 memory at address 0.
2281
fe11a27f
MC
22822004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2283
2284 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
2285 to test for hp-ux assembler. Fix copyright years.
2286
60ad077b
AC
22872004-01-07 Andrew Cagney <cagney@redhat.com>
2288
2289 * gdb.base/fileio.c (strerrno): Add "EBUSY".
2290
1c9b8f33
AC
22912004-01-07 Andrew Cagney <cagney@redhat.com>
2292
2293 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
2294 when creating the read-only file. From analysis by Roland McGrath
2295 and Elena Zannoni.
2296
753ccc7a
MC
22972004-01-06 Michael Chastain <mec.gnu@mindspring.com>
2298
2299 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
2300
eca3e36b
MC
23012004-01-06 Michael Chastain <mec.gnu@mindspring.com>
2302
2303 * gdb.base/cvexpr.c: Be type-safe with function pointers and
2304 data pointers.
2305
f8d4bac4
MC
23062004-01-06 Michael Chastain <mec.gnu@mindspring.com>
2307
2308 * gdb.cp/m-static.exp: Compile one source file at a time.
2309 Delete unused call to get_compiler_info.
2310
9b4e0f94
MC
23112004-01-06 Michael Chastain <mec.gnu@mindspring.com>
2312
2313 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
2314 * gdb.base/call-rt-st.exp: Likewise.
2315 * gdb.base/nodebug.exp: Likewise.
2316 * gdb.base/volatile.exp: Likewise.
2317 * gdb.cp/ref-types.exp: Likewise.
2318 * gdb.cp/templates.exp: Likewise.
2319
023c1024
MK
23202004-01-05 Mark Kettenis <kettenis@gnu.org>
2321
2322 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
2323
19703c4a
MC
23242004-01-05 Michael Chastain <mec.gnu@mindspring.com>
2325
2326 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
2327 hppa*-hp-hpux*.
2328
18b67037
MK
23292004-01-04 Mark Kettenis <kettenis@gnu.org>
2330
ba6219c8
MK
2331 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
2332 x86_64-*-*.
2333
18b67037
MK
2334 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
2335 sparc64-*-* and sparc*-solaris2*.
2336
1bfbbb9d
MK
23372004-01-04 Mark Kettenis <kettenis@gnu.org>
2338
2339 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
2340 return ${tests}" test. The ${tests} already mentions the
2341 filename.
2342
06846494
MC
23432004-01-02 Michael Chastain <mec.gnu@mindspring.com>
2344
2345 * gdb.cp/local.exp: Accept gcc abi 2.
2346
3b0cb202
MC
23472004-01-02 Michael Chastain <mec.gnu@mindspring.com>
2348
2349 * gdb.cp/templates.exp: Accept gcc abi 2.
2350
0643ec3f
MC
23512004-01-02 Michael Chastain <mec.gnu@mindspring.com>
2352
2353 * lib/compiler.cc: Remove supports_template_debugging.
2354 * gdb.cp/templates.exp: Do not test supports_template_debugging.
2355
d231d0b1
MC
23562004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2357
2358 * gdb.cp/namespace.exp: Accept gcc abi 2.
2359
44ffb27c
MC
23602004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2361
2362 * gdb.cp/method.exp: Accept gcc abi 2.
2363
184ad485
MC
23642004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2365
2366 * gdb.cp/classes.exp: Generate identical results as old version.
2367 * gdb.cp/derivation.exp: Likewise.
2368 * gdb.cp/overload.exp: Likewise.
2369 * gdb.cp/virtfunc.exp: Likewise.
2370
116f09e7
MC
23712004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2372
2373 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
2374 mysterious bug with sourceware version of expect.
2375
b1379776
MC
23762004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2377
2378 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
2379 current versions of gcc, including gcc abi 2. Remove gratuitous
2380 restart of test program. Use gdb_test_multiple and gdb_test for
2381 all tests. Add patterns to xfail missing "const" in "const char *"
2382 and kfail PR gdb/1155.
2383
6b7a4c0e
MC
23842004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2385
2386 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
2387 current versions of gcc, including gcc abi 2. Remove gratuitous
2388 restart of test program. Use gdb_test_multiple and gdb_test for
2389 all tests. Add patterns to kfail PR gdb/1498.
2390
51615d72
MC
23912003-12-31 Michael Chastain <mec.gnu@mindspring.com>
2392
2393 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
2394 current versions of gcc, including gcc abi 2. Use "breakpoint"
2395 and "continue" instead of restarting the target program. Use
2396 gdb_test_multiple and gdb_test for all tests.
2397
7b79a9d7
MK
23982004-01-01 Mark Kettenis <kettenis@gnu.org>
2399
2400 * gdb.asm/asm-source.exp: Update copyright year. Link statically
2401 for *-*-solaris2*.
2402
1cd3489f
MC
24032003-12-31 Michael Chastain <mec.gnu@mindspring.com>
2404
2405 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
2406 current versions of gcc, including gcc abi 2. Use "breakpoint"
2407 and "continue" instead of restarting the target program several
2408 times. Use gdb_test_multiple and gdb_test for all tests.
2409
850742db
MC
24102003-12-18 Michael Chastain <mec.gnu@mindspring.com>
2411
2412 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
2413 source files.
2414
eb4bbda8
MC
24152003-12-16 Michael Chastain <mec.gnu@mindspring.com>
2416
2417 * gdb.base/environ.exp: Handle compiling test case from multiple
2418 source files.
2419
e42c7771
MC
24202003-12-16 Michael Chastain <mec.gnu@mindspring.com>
2421
2422 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
2423
80e4b428
JB
24242003-12-17 Jim Blandy <jimb@redhat.com>
2425
5f06973a
JB
2426 * gdb.base/freebpcmd.c: Add copyright notice.
2427
80e4b428
JB
2428 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
2429
0ab84fb7
MC
24302003-12-16 Michael Chastain <mec.gnu@mindspring.com>
2431
2432 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
2433
1b3bb3d0
JB
24342003-12-13 Jim Blandy <jimb@redhat.com>
2435
2436 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
2437
3a4c9371
KB
24382003-12-12 Kevin Buettner <kevinb@redhat.com>
2439
2440 * gdb.asm/frv.inc: New file.
2441 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
2442
a1dea79a
FF
24432003-12-09 Fred Fish <fnf@redhat.com>
2444
2445 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
2446 functions to break1.c and leave prototypes behind. Add more
2447 "set breakpoint NN here" comments.
2448 * gdb.base/break1.c: New file.
2449
2450 * gdb.base/break.exp: Handle compiling test case from multiple
2451 source files and change source file references as needed.
2452 * gdb.base/completion.exp: Ditto.
2453 * gdb.base/condbreak.exp: Ditto.
2454 * gdb.base/define.exp: Ditto.
2455 * gdb.base/ena-dis-br.exp: Ditto.
2456 * gdb.base/info-proc.exp: Ditto.
2457 * gdb.base/maint.exp: Ditto.
2458 * gdb.base/until.exp: Ditto.
2459
2460 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
2461 hardcoded line numbers.
2462 * gdb.base/define.exp: Ditto.
2463 * gdb.base/ena-dis-br.exp: Ditto.
2464 * gdb.base/maint.exp: Ditto.
2465 * gdb.base/until.exp: Ditto.
2466
2467 * gdb.base/completion.exp: Use "break1" for completion tests since
2468 "break" is no longer a unique prefix.
2469
5266b69c
AC
24702003-12-06 Andrew Cagney <cagney@redhat.com>
2471
2472 * gdb.base/structs.exp (test_struct_returns): When applicable, set
2473 "return_value_unimplemented". When an unimplemented struct return
2474 architecture, report incorrect values as a KFAIL
2475
374451f0
MC
24762003-12-05 Michael Chastain <mec.gnu@mindspring.com>
2477
2478 * gdb.cp/rtti.exp: Accept new wording of warning from
2479 cp_lookup_rtti_type.
2480
ba9b20a7
MC
24812003-12-05 Michael Chastain <mec.gnu@mindspring.com>
2482
2483 Partial fix for PR testsuite/1456.
2484 * gdb.base/scope.exp (test_at_main): Replace references to
2485 gcc_compiled with calls to test_compiler_info.
2486 (test_at_foo): Likewise.
2487 (test_at_bar): Likewise.
2488
b74b6d0b
MC
24892003-12-04 Michael Chastain <mec.gnu@mindspring.com>
2490
2491 Partial fix for PR testsuite/1456.
2492 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
2493 to test_compiler_info.
2494
ccfa3402
MC
24952003-12-03 Michael Chastain <mec.gnu@mindspring.com>
2496
2497 * gdb.base/so-impl-ld.exp: Update copyright notice.
2498
f6246aba
MC
24992003-12-02 Michael Chastain <mec.gnu@mindspring.com>
2500
2501 Partial fix for PR testsuite/1456.
2502 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
2503 to test_compiler_info.
2504
13ae734a
MC
25052003-11-28 Michael Chastain <mec.gnu@mindspring.com>
2506
2507 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
2508 from current versions of gdb. Clean up regular expressions.
2509 Delete redundant timeout case.
2510
d8e1cdee
MC
25112003-11-28 Michael Chastain <mec.gnu@mindspring.com>
2512
2513 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
2514 from current versions of gdb. Clean up regular expressions.
2515 Delete redundant timeout case.
2516
96457b64
MC
25172003-12-01 Michael Chastain <mec.gnu@mindspring.com>
2518
2519 Partial fix for PR testsuite/1456.
2520 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
2521 gcc_compiled with call to test_compiler_info.
2522
f35309fc
MC
25232003-11-30 Michael Chastain <mec.gnu@mindspring.com>
2524
2525 Partial fix for PR testsuite/1456.
2526 * gdb.base/list.exp (test_list_function): Delete unused declaration
2527 of gcc_compiled.
2528
d7afdf9b
MC
25292003-11-29 Michael Chastain <mec.gnu@mindspring.com>
2530
2531 Partial fix for PR testsuite/1456.
2532 * gdb.base/complex.exp: Replace reference to gcc_compiled with
2533 call to test_compiler_info.
2534
71507b56
MK
25352003-11-29 Mark Kettenis <kettenis@gnu.org>
2536
2537 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
2538 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
2539 it to create the appropriate note.inc.
2540 * gdb.asm/asmsrc1.s: Include "note.inc".
2541 * gdb.asm/netbsd.inc: New file.
2542 * gdb.asm/empty.inc: New file.
2543
f81f93f7
MC
25442003-11-28 Michael Chastain <mec.gnu@mindspring.com>
2545
2546 Partial fix for PR testsuite/1456.
2547 * gdb.base/constvars.exp: Replace references to gcc_compiled with
2548 calls to test_compiler_info.
2549
9a77938e
MC
25502003-11-27 Michael Chastain <mec.gnu@mindspring.com>
2551
2552 Partial fix for PR testsuite/1456.
2553 * gdb.base/volatile.exp: Replace references to gcc_compiled with
2554 calls to test_compiler_info.
2555
e8367dc7
MK
25562003-11-27 Mark Kettenis <kettenis@gnu.org>
2557
2558 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
2559 pattern for the KFAILs.
2560
526c61ee
AF
25612003-11-25 Adam Fedor <fedor@gnu.org>
2562
2563 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
2564 * gdb.objc/objcdecode.m: New file.
2565
28f2d600
AF
25662003-11-25 Adam Fedor <fedor@gnu.org>
2567
2568 * gdb.objc/nondebug.exp: Test for PR objc/1236.
2569 * gdb.objc/nondebug.m: New file.
2570
a3895cee
BE
25712003-11-26 Ben Elliston <bje@wasabisystems.com>
2572
2573 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
2574 NetBSD as it does on FreeBSD. Modelled on a similar change by
2575 Mark Kettenis on 2003-05-30.
2576 (link-flags): Set to "--entry _start" regardless of target.
2577 Special linker flags are to be appended to $link-flags.
2578 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
2579
c9f2c8a3
MC
25802003-11-25 Michael Chastain <mec.gnu@mindspring.com>
2581
2582 * gdb.cp/method.exp: Accept output of new demangler.
2583
15a0587a 25842003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
2585
2586 * gdb/class2.exp: New file.
2587 * gdb/class2.cc: New file.
2588
3c00b570
MC
25892003-11-25 Michael Chastain <mec.gnu@mindspring.com>
2590
2591 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
2592 of new demangler.
2593
7027acc7
MK
25942003-11-23 Mark Kettenis <kettenis@gnu.org>
2595
2596 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
2597 of gdb_test "run".
2598
b0e1598a
MK
25992003-11-23 Mark Kettenis <kettenis@gnu.org>
2600
2601 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
2602 "continue" into "run".
2603
4d9eda44
MC
26042003-11-23 Michael Chastain <mec.gnu@mindspring.com>
2605
2606 Partial fix for PR testsuite/1456.
2607 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
2608 call to test_compiler_info.
2609 * gdb.cp/ctti.exp: Likewise.
2610 * gdb.cp/derivation.exp: Likewise.
2611 * gdb.cp/member-ptr.exp: Likewise.
2612 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
2613 reference to gcc_compiled.
2614
26152003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
2616
2617 Fix PR testsuite/1463.
2618 * gdb.base/structs.exp (start_structs_test): Call
2619 get_debug_format before using the debug format.
2620
d422fe19
AC
26212003-11-22 Andrew Cagney <cagney@redhat.com>
2622
2623 * lib/gdb.exp (gdb_test_multiple): Add simple example.
2624 * gdb.base/structs.exp: Use gdb_test_multiple.
2625
039cf96d
AC
26262003-11-20 Andrew Cagney <cagney@redhat.com>
2627
6882279b
AC
2628 * gdb.base/structs.exp: Handle and recover from internal errors.
2629 Replace "foo${n}" with "foo<n>" in test messages.
2630
e53890ae
AC
2631 * gdb.base/structs.exp: Update copyright. Rewrite.
2632 * gdb.base/structs.c: Update copyright. Rewrite.
2633
2b211c59
AC
2634 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
2635 resync count exceeded.
d63a86f8 2636
039cf96d
AC
2637 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
2638 from the internal error.
2639 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
2640 Original from Jim Blandy.
2641 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 2642
eac98b22
AC
26432003-11-19 Andrew Cagney <cagney@redhat.com>
2644
2645 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
2646 KFAIL.
2647
67455b2a
MK
26482003-11-17 Mark Kettenis <kettenis@gnu.org>
2649
2650 New testcase for PR backtrace/1435.
2651 * gdb.arch/i386-unwind.exp: New file.
2652 * gdb.arch/i386-unwind.c: New file.
2653
853d6e5b
AC
26542003-11-17 Andrew Cagney <cagney@redhat.com>
2655
2656 * lib/gdb.exp (compiler_info): New global.
2657 (test_compiler_info): New function.
2658 (get_compiler_info): Set compiler_info.
2659 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
2660 "compiler_info" to gcc-<major>-<minor>.
2661
38cf6e11
MC
26622003-11-15 Michael Chastain <mec.gnu@mindspring.com>
2663
2664 * gdb.trace/configure: Remove.
2665
a50d3602
EZ
26662003-11-13 Elena Zannoni <ezannoni@redhat.com>
2667
2668 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 2669 breakpoints.
a50d3602
EZ
2670 * gdb.base/break.exp: Remove all references to explicit line
2671 numbers.
2672
d9407aaa
NC
26732003-11-11 Nick Clifton <nickc@redhat.com>
2674
2675 * gdb.base/shreloc.exp: Do not run for targets which do not
2676 support shared objects.
2677
db488fc1
CV
26782003-11-10 Corinna Vinschen <vinschen@redhat.com>
2679
2680 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
2681 Don't run tests if nofileio flag is given.
2682
6a90a18e
EZ
26832003-11-07 Elena Zannoni <ezannoni@redhat.com>
2684
2685 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
2686 as well as 'Watchpoint'.
2687
0b915e9c
EZ
26882003-11-06 Elena Zannoni <ezannoni@redhat.com>
2689
2690 Reported by Jim Ingham <jingham@apple.com>:
2691 * gdb.base/annota1.exp: Match at least one occurrence of the
2692 signal handler annotation.
2693
d7e4b55f
EZ
26942003-11-06 Elena Zannoni <ezannoni@redhat.com>
2695
2696 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
2697 as well as 'Watchpoint'.
2698
2fe4e8d0
MC
26992003-11-05 Michael Chastain <mec@shout.net>
2700
2701 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
2702
6ef88553
KW
27032003-11-03 Kris Warkentin <kewarken@qnx.com>
2704
2705 * gdb.arch/gdb1291.c: New test file.
2706 * gdb.arch/gdb1291.exp: New test script.
2707 * gdb.arch/gdb1431.c: New test file.
2708 * gdb.arch/gdb1431.exp: New test script.
2709
ae7dc4d8
MC
27102003-10-22 Michael Chastain <mec@shout.net>
2711
2712 * gdb.mi/pthreads.c: Add copyright notice.
2713
c39d7427
MC
27142003-10-22 Michael Chastain <mec@shout.net>
2715
2716 * gdb.threads/pthreads.c: Add copyright notice.
2717
8b7d96c1
MC
27182003-10-20 Michael Chastain <mec@shout.net>
2719
2720 * gdb.base/gdb1056.exp: New test script.
2721
d1d69fdd
DJ
27222003-10-13 Daniel Jacobowitz <drow@mvista.com>
2723
2724 * gdb.threads/killed.exp: Use gdb_run_cmd.
2725
7d605576
DJ
27262003-10-13 Daniel Jacobowitz <drow@mvista.com>
2727
2728 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
2729 create a core file.
2730 * gdb.threads/gcore-thread.exp: Likewise.
2731
618ec112
CV
27322003-10-13 Corinna Vinschen <vinschen@redhat.com>
2733
2734 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
2735 type, based on char type.
2736 (struct bit_flags_short_t): New bitfield type, based on short type.
2737 (init_bit_flags_char): New fuction.
2738 (init_bit_flags_short): Ditto.
2739 (print_bit_flags_char): Ditto.
2740 (print_bit_flags_short): Ditto.
2741 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
2742
9367a73c
MC
27432003-10-11 Michael Chastain <mec@shout.net>
2744
2745 * gdb.base/call-rt-st.exp: Update copyright year.
2746
1decf120
KI
27472003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
2748
2749 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
2750 * gdb.disasm/sh3.s: Ditto.
2751
5445b2ae
DJ
27522003-10-07 Daniel Jacobowitz <drow@mvista.com>
2753
2754 * gdb.threads/switch-threads.exp: New test.
2755 * gdb.threads/switch-threads.c: New source file.
2756
aec24853
CV
27572003-10-07 Corinna Vinschen <vinschen@redhat.com>
2758
2759 * gdb.base/ending-run.exp: Add sh specific case.
2760
adc7428d
AC
27612003-10-06 Andrew Cagney <cagney@redhat.com>
2762
2763 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
2764 * gdb.disasm/mn10200.exp: Delete obsolete file.
2765
c9d37158
DJ
27662003-09-29 Daniel Jacobowitz <drow@mvista.com>
2767
2768 * ChangeLog: Correct an entry command.exp -> commands.exp.
2769 * gdb.base/commands.exp (bp_deleted_in_command_test)
2770 (temporary_breakpoint_commands): Check noargs.
2771
79c2c32d
DC
27722003-09-25 David Carlton <carlton@kealia.com>
2773
2774 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
2775 of some print tests, where appropriate. Add tests for C::D::cd,
2776 E::ce, F::cXfX, G::XgX.
2777 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
2778
594e6d67
RE
27792003-09-25 Richard Earnshaw <rearnsha@arm.com>
2780
2781 * lib/java.exp (java_init): Import target_alias before using it.
2782
10f0d451
DC
27832003-09-25 David Carlton <carlton@kealia.com>
2784
2785 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
2786
274bcba0
EZ
27872003-09-23 Elena Zannoni <ezannoni@redhat.com>
2788
d63a86f8 2789 * gdb.base/selftest.exp: Accomodate more instruction reordering
274bcba0
EZ
2790 weirdness.
2791
cdbf20f7
MC
27922003-09-17 Michael Chastain <mec@shout.net>
2793
2794 * gdb.cp/gdb1355.exp: New file.
2795 * gdb.cp/gdb1355.c: New file.
2796
71e06f80
CV
27972003-09-15 Corinna Vinschen <vinschen@redhat.com>
2798
2799 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
2800 * gdb.asm/sh.inc: New file.
2801
5c4e30ca
DC
28022003-09-11 David Carlton <carlton@kealia.com>
2803
bd45b7af
DC
2804 * gdb.cp/namespace.exp: Add tests for namespace types.
2805 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
2806 (test_namespace): New.
2807
1c199746
EZ
28082003-09-11 Elena Zannoni <ezannoni@redhat.com>
2809
2810 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 2811 * gdb.stabs/weird.exp: Ditto.
1c199746 2812
04ed252f
MC
28132003-09-08 Michael Chastain <mec@shout.net>
2814
2815 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
2816
d8a2d9e7
MC
28172003-09-07 Michael Chastain <mec@shout.net>
2818
2819 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
2820 'parse error'.
2821
161afb24
MK
28222003-09-07 Mark Kettenis <m.kettenis@osp.nl>
2823
2824 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
2825
49f2741a
MC
28262003-08-30 Michael Chastain <mec@shout.net>
2827
2828 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
2829 * gdb.gdb/observer.exp: Ditto.
2830 * gdb.gdb/xfullpath.exp: Ditto.
2831
8afa723e
MK
28322003-08-29 Mark Kettenis <kettenis@gnu.org>
2833
2834 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
2835 *-*-*bsd*.
2836
f31dfe3b
JJ
28372003-08-28 Jeff Johnston <jjohnstn@redhat.com>
2838
2839 * gdb.base/dump.exp: Skip for ia64.
2840
4630e498
JJ
28412003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2842
2843 * gdb.asm/asm-source.exp: Add ia64 support.
2844 * gdb.asm/ia64.inc: New file.
2845
1105b7ef
MC
28462003-08-22 Michael Chastain <mec@shout.net>
2847
2848 * gdb.cp: New directory.
2849 * gdb.cp/*: Copy from gdb.c++/*.
2850 * gdb.c++/*: Remove.
2851 * Makefile.in: Change gdb.c++ to gdb.cp.
2852 * configure.in: Ditto.
2853 * configure: Regnerate.
2854
c945b932
MK
28552003-08-18 Mark Kettenis <kettenis@gnu.org>
2856
2857 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
2858 * gdb.arch/i386-prologue.c (gdb1338): Add function.
2859
2b66634b
DJ
28602003-08-17 Daniel Jacobowitz <drow@mvista.com>
2861
2862 * mi-var-display.exp (-var-list-children weird): Accept function
2863 pointers with argument types.
2864 * mi1-var-display.exp (-var-list-children weird): Likewise.
2865 * mi2-var-display.exp (-var-list-children weird): Likewise.
2866
a356f73b
DJ
28672003-08-17 Daniel Jacobowitz <drow@mvista.com>
2868
2869 * gdb.base/annota3.exp: Add missing newline.
2870
483417b8
MC
28712003-08-06 Michael Chastain <mec@shout.net>
2872
2873 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
2874
c99c59c3
MS
28752003-08-12 Michael Snyder <msnyder@redhat.com>
2876
2877 * gdb.base/float.exp: Add test for SH.
2878
55ed7501
MK
28792003-08-10 Mark Kettenis <kettenis@gnu.org>
2880
2881 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
2882
1a371f2e
EZ
28832003-08-07 Elena Zannoni <ezannoni@redhat.com>
2884
2885 * gdb.base/completion.exp: Remove reduntant completion test
2886 on filename.
2887
e0f353ce
EZ
28882003-08-07 Elena Zannoni <ezannoni@redhat.com>
2889
2890 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
2891 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
2892 gdb.trace/save-trace.exp: Make sure that full pathnames are
2893 escaped correctly.
2894
5710a1af 28952003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 2896
5710a1af
EZ
2897 * configure.in: Don't generate config.h from config.hin.
2898 * configure: Regenerate.
2899 * config.hin: Remove file.
2900 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
2901 * gdb.threads/pthreads.c: Ditto.
2902
dcd81ce9
DJ
29032003-08-07 Daniel Jacobowitz <drow@mvista.com>
2904
2905 From Kei Sakamoto <sakamoto.kei@renesas.com>:
2906 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
2907 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
2908 Replace ld24 with seth/add3.
2909
6009d884
AC
29102003-08-02 Andrew Cagney <cagney@redhat.com>
2911
2912 * gdb.base/annota3.exp: New file.
2913 * gdb.base/annota3.c: New file.
2914 * gdb.c++/annota3.exp: New file.
2915 * gdb.c++/annota3.cc: New file.
2916
51514e06
MC
29172003-07-29 Michael Chastain <mec@shout.net>
2918
2919 * gdb.threads/tls.c (spin): Check errno only if sem_wait
2920 actually failed.
2921 (do_pass): Likewise.
2922 * gdb.threads/tls.exp: Always initialize no_of_threads.
2923
4ee6625b
DJ
29242003-07-27 Daniel Jacobowitz <drow@mvista.com>
2925
2926 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
2927 pattern.
2928 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
2929 * gdb.threads/tls.exp: Recognize one case of the host library not
2930 supporting TLS.
2931
225f2bf6
AC
29322003-07-27 Andrew Cagney <cagney@redhat.com>
2933
2934 * gdb.base/fileio.exp: Use SH when running commands using
2935 remote_exec.
2936
bcb27c9f
DJ
29372003-07-24 Daniel Jacobowitz <drow@mvista.com>
2938
2939 From Kei Sakamoto <sakamoto.kei@renesas.com>:
2940 * gdb.base/relocate.c (dummy): New padding array.
2941
3d67be83
MS
29422003-07-22 Michael Snyder <msnyder@redhat.com>
2943
d63a86f8 2944 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
2945
2946 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
2947 patterns to be more general, accepting old and new output.
2948 Some output chars (such as '+') also must be quoted.
d63a86f8 2949 Some addresses are displayed numerically instead of
3d67be83
MS
2950 symbolically.
2951
57ba3b85
MS
29522003-07-23 Michael Snyder <msnyder@redhat.com>
2953
686d097c
MS
2954 * gdb.base/return2.exp: Don't test long-long return.
2955
57ba3b85
MS
2956 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
2957 * gdb.disasm/t01_mov.exp: Ditto.
2958 * gdb.disasm/t02_mova.s: Ditto.
2959 * gdb.disasm/t02_mova.exp: Ditto.
2960 * gdb.disasm/t03_add.s: Ditto.
2961 * gdb.disasm/t03_add.exp: Ditto.
2962 * gdb.disasm/t04_sub.s: Ditto.
2963 * gdb.disasm/t04_sub.exp: Ditto.
2964 * gdb.disasm/t05_cmp.s: Ditto.
2965 * gdb.disasm/t05_cmp.exp: Ditto.
2966 * gdb.disasm/t06_ari2.s: Ditto.
2967 * gdb.disasm/t06_ari2.exp: Ditto.
2968 * gdb.disasm/t07_ari3.s: Ditto.
2969 * gdb.disasm/t07_ari3.exp: Ditto.
2970 * gdb.disasm/t08_or.s: Ditto.
2971 * gdb.disasm/t08_or.exp: Ditto.
2972 * gdb.disasm/t09_xor.s: Ditto.
2973 * gdb.disasm/t09_xor.exp: Ditto.
2974 * gdb.disasm/t10_and.s: Ditto.
2975 * gdb.disasm/t10_and.exp: Ditto.
2976 * gdb.disasm/t11_logs.s: Ditto.
2977 * gdb.disasm/t11_logs.exp: Ditto.
2978 * gdb.disasm/t12_bit.s: Ditto.
2979 * gdb.disasm/t12_bit.exp: Ditto.
2980 * gdb.disasm/t13_otr.s: Ditto.
2981 * gdb.disasm/t13_otr.exp: Ditto.
2982
e00759ef
EZ
29832003-07-22 Elena Zannoni <ezannoni@redhat.com>
2984
2985 * gdb.threads/tls.exp :Add kfail for 'info address' case.
2986
8bc2021f
EZ
29872003-07-22 Elena Zannoni <ezannoni@redhat.com>
2988
2989 * gdb.threads/tls.c : New file.
2990 * gdb.threads/tls.exp : New file.
2991 * gdb.threads/tls-main.c : New file.
2992 * gdb.threads/tls-shared.c : New file.
2993 * gdb.threads/tls-shared.exp : New file.
2994
89320c4c
AS
29952003-07-22 Andreas Schwab <schwab@suse.de>
2996
2997 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
2998
180dea7c
AS
29992003-07-20 Andreas Schwab <schwab@suse.de>
3000
3001 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
3002 due to insn reordering.
3003
0714963c
AC
30042003-07-15 Andrew Cagney <cagney@redhat.com>
3005
3006 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
3007
98a23b3f
MC
30082003-07-15 Michael Chastain <mec@shout.net>
3009
3010 * gdb.base/gdb1250.exp: New file.
3011 * gdb.base/gdb1250.c: New file.
3012
27e417a2
ML
30132003-07-09 Michal Ludvig <mludvig@suse.cz>
3014
3015 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
3016 expansion of size_t to 'unsigned long', not only to 'unsigned'.
3017
8bc2021f
EZ
30182003-07-09 Elena Zannoni <ezannoni@redhat.com>
3019
3020 * gdb.threads/tls.c: New file.
3021 * gdb.threads/tls.exp: New file.
3022 * gdb.threads/tls-main.c: New file.
3023 * gdb.threads/tls-shared.c: New file.
3024 * gdb.threads/tls-shared.exp: New file.
3025
d99968dc
EZ
30262003-07-09 Elena Zannoni <ezannoni@redhat.com>
3027
3028 * gdb.base/annota1.exp: Make sure that we properly escape the
3029 full path of the source file. Xfail more permissive patterns,
d63a86f8 3030 due to a compiler debug info problem.
d99968dc 3031
83876b3b
AS
30322003-07-07 Andreas Schwab <schwab@suse.de>
3033
2705e972
AS
3034 * gdb.asm/m68k.inc: New file.
3035 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
3036
83876b3b
AS
3037 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
3038 arguments"): Also match negative number.
3039
3040 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
3041
3a871b37
DJ
30422003-07-03 Daniel Jacobowitz <drow@mvista.com>
3043
3044 * gdb.base/store.c (charest): New typedef.
3045 (add_char): Rename to add_charest, update.
3046 (wack_char): Rename to wack_charest, update types. Return l + r
3047 to keep r live across the call.
3048 (wack_short, wack_int, wack_long, wack_longest, wack_float)
3049 (wack_double, wack_doublest): Return l + r to keep r live across
3050 the call.
3051 * gdb.base/store.exp: Accomodate store.c changes.
3052
b2a7f303
DC
30532003-06-30 David Carlton <carlton@kealia.com>
3054
3055 * gdb.c++/maint.exp (test_invalid_name): New.
3056 (test_first_component): Add tests for invalid names.
3057
3c6cb4a1
MC
30582003-06-29 Michael Chastain <mec@shout.net>
3059
3060 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
3061 output of '<VTT for class>' for virtual base classes.
3062
f1c2644b
DJ
30632003-06-29 Daniel Jacobowitz <drow@mvista.com>
3064
3065 * gdb.base/completion.exp: Tab-complete "complet" instead of
3066 "compl".
3067 * gdb.base/complex.exp, gdb.base/complex.c: New files.
3068
18080350
DJ
30692003-06-29 Daniel Jacobowitz <drow@mvista.com>
3070
3071 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
3072 * gdb.base/volatile.exp: Likewise.
3073
f56973f8
DJ
30742003-06-29 Daniel Jacobowitz <drow@mvista.com>
3075
3076 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
3077 gdb/1265.
3078
30792003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
3080 Daniel Jacobowitz <drow@mvista.com>
3081
3082 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
3083 initial line count of 'captured_main' from 26 to 32.
3084 (test_with_self): Allow xmalloc call to be interleaved with the
3085 preceding two lines.
3086
e766d4d6
JB
30872003-06-24 Joel Brobecker <brobecker@gnat.com>
3088
3089 * gdb.base/bang.exp: New testcase.
3090
f125c9a4
JB
30912003-06-23 Joel Brobecker <brobecker@gnat.com>
3092
3093 * gdb.base/langs.exp: Add some tests for the "minimal" language
3094 support.
3095
6e25beaf
EZ
30962003-06-23 Elena Zannoni <ezannoni@redhat.com>
3097
3098 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
3099 the testcase.
3100
2f816dda
DJ
31012003-06-22 Daniel Jacobowitz <drow@mvista.com>
3102
3103 * gdb.base/relocate.exp: Test add-symbol-file with a variable
3104 offset.
3105
db5a5748
DJ
31062003-06-22 Daniel Jacobowitz <drow@mvista.com>
3107
3108 * gdb.c++/pr-1210.cc: New file.
3109 * gdb.c++/pr-1210.exp: New file.
3110
1df0c130
DJ
31112003-06-21 Daniel Jacobowitz <drow@mvista.com>
3112
3113 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
3114 000-exec-continue.
3115
a92feac0
MK
31162003-06-15 Mark Kettenis <kettenis@gnu.org>
3117
3118 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
3119 on *-*-*bsd* instead of *-*-freebsd*.
3120
81a58f5b
AC
31212003-06-14 Andrew Cagney <cagney@redhat.com>
3122
3123 * gdb.base/store.exp: Test longest and doublest. Test all
3124 parameters. Weaken return statement match.
3125 * gdb.base/store.c: Add longest and doublest - aka long long and
3126 long double functions. Put all parameters into local register
3127 variables. Use negative values.
3128
b257a0d3
AC
31292003-06-14 Andrew Cagney <cagney@redhat.com>
3130
3131 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
3132 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
3133 exit status.
3134 * gdb.base/fileio.exp: Disable target when nointerrupts and
3135 noinferiorio, instead of limiting it to remote. Use remote_exec
3136 instead of system.
d63a86f8 3137
21c38304
JJ
31382003-06-12 Jeff Johnston <jjohnstn@redhat.com>
3139
3140 * gdb.base/float.exp: Add ia64 support.
3141
1bcdb424
CV
31422003-06-12 Corinna Vinschen <vinschen@redhat.com>
3143
3144 * gdb.base/fileio.exp: Run only on remote targets.
3145
6aeb981f
CV
31462003-06-10 Corinna Vinschen <vinschen@redhat.com>
3147
3148 * gdb.base/fileio.c: New file, testing File-I/O.
3149 * gdb.base/fileio.exp: Ditto.
3150
53df362e
RG
31512003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
3152
3153 * gdb.base/shreloc.exp: New file, check symbol values obtained from
3154 shared objects after relocation at load time (gdb PR/1132).
3155 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
3156 as above, part of the shared object relocation test.
3157
ffee1b46
MK
31582003-06-08 Mark Kettenis <kettenis@gnu.org>
3159
b5ca3722
MK
3160 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
3161 fully filled history list.
3162 * gdb.base/gdb_history: New file.
3163
03ed860d
MK
3164 * gdb.base/signals.exp: XFAIL "continue to func1" on
3165 i*86-*-freebsd*.
3166
ffee1b46
MK
3167 * gdb.base/attach.exp: When trying to attach to a nonexistent
3168 process, make it possible to specify the PID based on the target,
3169 and do so for *-*-freebsd*.
3170
d80dbb52
RH
31712003-06-02 Richard Henderson <rth@redhat.com>
3172
3173 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
3174
6dd77b81
RH
31752003-06-02 Richard Henderson <rth@redhat.com>
3176
3177 * gdb.base/selftest.exp: Next over lim_at_start initialization.
3178
f6347e16
RH
31792003-06-02 Richard Henderson <rth@redhat.com>
3180
3181 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
3182
2c161407
DJ
31832003-06-01 Daniel Jacobowitz <drow@mvista.com>
3184
3185 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
3186 of globalvar.
3187
572eb746
MK
31882003-06-01 Mark Kettenis <kettenis@gnu.org>
3189
3190 * gdb.asm/asm-source.exp: Check for memory read errors in
3191 disassembler test on *BSD too.
3192
9e9617a5
RH
31932003-06-01 Richard Henderson <rth@redhat.com>
3194
3195 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
3196 for .frame.
3197 (gdbasm_call): Lose ldgp.
3198 (gdbasm_startup): Add frame information.
3199 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
3200
7b34ad4e
MK
32012003-05-31 Mark Kettenis <kettenis@gnu.org>
3202
3203 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
3204 i?86-*-*.
3205
10059fdf
MK
32062003-05-30 Mark Kettenis <kettenis@gnu.org>
3207
3208 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
3209 FreeBSD.
3210
acf4b816
RH
32112003-05-29 Richard Henderson <rth@redhat.com>
3212
3213 * gdb.asm/alpha.inc: New file.
3214 * gdb.asm/asm-source.exp: Use it.
3215
e9ecd949
JB
32162003-05-29 Jim Blandy <jimb@redhat.com>
3217
3218 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
3219 'core.PID'.
3220
e3e5a4f3
JB
32212003-05-22 Jim Blandy <jimb@redhat.com>
3222
3223 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
3224 backtrace.
d63a86f8 3225
72fe3d25
DC
32262003-05-20 David Carlton <carlton@math.stanford.edu>
3227
3228 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
3229 this time.
3230
58da2eb2
DC
32312003-05-19 David Carlton <carlton@bactrian.org>
3232
3233 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
3234 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
3235
1fcb5155
DC
32362003-05-19 David Carlton <carlton@bactrian.org>
3237
3238 * gdb.c++/namespace.exp: Add namespace scope and anonymous
3239 namespace tests.
3240 Bump copyright date.
3241 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
3242 (main): Call C::D::marker2.
3243 * gdb.c++/namespace1.cc: New file.
3244
85e85163
JJ
32452003-05-14 Jeff Johnston <jjohnstn@redhat.com>
3246
3247 Roland McGrath <roland@redhat.com>
d63a86f8 3248 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
3249 there is no manager thread.
3250
a25fbfec
JJ
32512003-05-08 Jeff Johnston <jjohnstn@redhat.com>
3252
d63a86f8
RM
3253 * gdb.threads/schedlock.exp: Remove assumption that all threads
3254 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
3255 in one of the child threads rather than the main thread.
3256
be375bae
JB
32572003-05-07 Jim Blandy <jimb@redhat.com>
3258
09bf6082
JB
3259 Add support for assembly source testing on the s390x.
3260 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
3261 architecture.
3262 * gdb.asm/s390x.inc: New file.
3263
be375bae
JB
3264 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
3265 succession of 'if' statements.
3266
00905d52
AC
32672003-05-05 Andrew Cagney <cagney@redhat.com>
3268
3269 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
3270
b1e29e33
AC
32712003-05-05 Andrew Cagney <cagney@redhat.com>
3272
3273 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
3274 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
3275
e33d66ec
EZ
32762003-05-02 Elena Zannoni <ezannoni@redhat.com>
3277
3278 * gdb.base/charset.exp: Update based on new behavior of set/show
3279 charset commands.
3280
2b6fd0d8
AC
32812003-05-01 Andrew Cagney <cagney@redhat.com>
3282
3283 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
3284 variable do not give memory errors.
3285
130cacce
AF
32862003-04-30 Adam Fedor <fedor@gnu.org>
3287
3288 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
3289 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
3290 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
3291 gdb.objc/basicclass.m: : New files
3292
3293 * lib/gdb.exp (gdb_compile_objc): New procedure.
3294
bea71854
DJ
32952003-04-27 Daniel Jacobowitz <drow@mvista.com>
3296
3297 * gdb.base/signals.exp: Make backtrace tests more specific.
3298
0f20eeea
DC
32992003-04-23 David Carlton <carlton@bactrian.org>
3300
3301 * gdb.c++/maint.exp (test_first_component): Add tests for
3302 'operator' in more locations.
3303
c8c4d8dc
KB
33042003-04-16 Kevin Buettner <kevinb@redhat.com>
3305
3306 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
3307
3fe60e3c
EZ
33082003-04-16 Elena Zannoni <ezannoni@redhat.com>
3309
3310 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
3311 func marke' instead. Update test name.
3312
9219021c
DC
33132003-04-15 David Carlton <carlton@math.stanford.edu>
3314
3315 * gdb.c++/maint.exp: New file.
3316
5dd55bdd
EZ
33172003-04-14 Elena Zannoni <ezannoni@redhat.com>
3318
3319 * gdb.threads/schedlock.c: Change type of thread function argument
3320 to long, to avoid warnings on 64-bit platforms.
3321
00890572
EZ
33222003-04-14 Elena Zannoni <ezannoni@redhat.com>
3323
3324 * gdb.base/attach.exp: Add new message from ptrace in case of
3325 attaching to nonexistent process.
d63a86f8 3326
93201743
JB
33272003-04-11 Jim Blandy <jimb@redhat.com>
3328
3329 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
3330 gdb.c++/userdef.cc: Place comments on the lines to which the
3331 marker function might return.
3332 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
3333 gdb.c++/userdef.exp: Look for those comments to check that we've
3334 returned to the right place, instead of checking line numbers.
3335
2a11c64d
EZ
33362003-04-11 Elena Zannoni <ezannoni@redhat.com>
3337
3338 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
3339 match on sourcefile name, instead of directory name.
3340
68ab8fc5
EZ
33412003-04-10 Elena Zannoni <ezannoni@redhat.com>
3342
d63a86f8 3343 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
3344 working directory name.
3345
5624293a
JB
33462003-04-09 Jim Blandy <jimb@redhat.com>
3347
3348 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
3349 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
3350 after an inferior function call, report the failure, but allow the
3351 test to continue.
3352
f1f02ee4
SC
33532003-04-05 Stephane Carrez <stcarrez@nerim.fr>
3354
3355 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
3356 with -DPROTOTYPES.
3357
6eb79af0
SC
33582003-04-05 Stephane Carrez <stcarrez@nerim.fr>
3359
3360 * gdb.base/break.exp: Revert last patch.
3361
8dfb4cf0
SC
33622003-04-04 Stephane Carrez <stcarrez@nerim.fr>
3363
3364 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
3365 with -DPROTOTYPES.
3366
ed4c619a
AC
33672003-04-02 Andrew Cagney <cagney@redhat.com>
3368
3369 * gdb.base/callfuncs.exp: Make "print add" messages unique.
3370 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
3371 matching directories by the name breakpoint.
3372 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
3373 Make "continue to marker1" consistent.
3374 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
3375 message consistent.
3376 * lib/gdb.exp: Put "the program is no longer running", and "the
3377 program exited" in parenthesis.
3378 * lib/mi-support.exp: Ditto.
d63a86f8 3379
4e35d5f0 33802003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 3381
4e35d5f0
BR
3382 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
3383
71900fe8
AC
33842003-03-29 Andrew Cagney <cagney@redhat.com>
3385
3386 * gdb.base/sizeof.c (main): Print the value of '\377'.
3387 * gdb.base/sizeof.exp: Check the sign of '\377'.
3388
c0655a16
MC
33892003-03-27 Michael Chastain <mec@shout.net>
3390
3391 * gdb.base/gdb1090.exp: New file.
3392 * gdb.base/gdb1090.cc: New file.
3393
5b2a3989
JB
33942003-03-27 J. Brobecker <brobecker@gnat.com>
3395
3396 * gdb.gdb/observer.exp: New regression test.
3397
79876890
MC
33982003-03-27 Michael Chastain <mec@shout.net>
3399
3400 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
3401 * gdb.base/ptype.exp: Likewise.
3402
6eac95e3
CV
34032003-03-27 Corinna Vinschen <vinschen@redhat.com>
3404
3405 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
3406
e8c71839
MC
34072003-03-26 Michael Chastain <mec@shout.net>
3408
3409 * gdb.base/ptype.exp: Actually use some typedef'd types.
3410
71b10041
SC
34112003-03-21 Stephane Carrez <stcarrez@nerim.fr>
3412
3413 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
3414 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
3415
2512cf80
CV
34162003-03-20 Corinna Vinschen <vinschen@redhat.com>
3417
3418 * gdb.base/default.exp: Fix regular expression.
3419
0d195a4f
CV
34202003-03-20 Corinna Vinschen <vinschen@redhat.com>
3421
3422 * gdb.base/args.exp: Fix regular expression.
3423
8a2dbca8
CV
34242003-03-20 Corinna Vinschen <vinschen@redhat.com>
3425
3426 * gdb.base/help.exp: Allow Win32 child process.
3427
bf028682
CV
34282003-03-20 Corinna Vinschen <vinschen@redhat.com>
3429
3430 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
3431 when stepping out of main().
3432
182dbe85
CV
34332003-03-20 Corinna Vinschen <vinschen@redhat.com>
3434
3435 * gdb.base/default.exp: Check for win32 specific message when calling
3436 "run" without executable.
3437
d67a6ba5
CV
34382003-03-20 Corinna Vinschen <vinschen@redhat.com>
3439
3440 * gdb.base/args.exp: Expect .exe in output.
3441
a955b5bb
CV
34422003-03-20 Corinna Vinschen <vinschen@redhat.com>
3443
3444 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
3445 Cygwin native.
3446
bf6bad4b
AC
34472003-03-17 Andrew Cagney <cagney@redhat.com>
3448
3449 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
3450 vector registes.
3451 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
3452 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
3453
293e9a31
DC
34542003-03-17 David Carlton <carlton@math.stanford.edu>
3455
3456 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
3457 test, for PR breakpoints/38.
3458 Call test_watchpoint_and_breakpoint.
3459 * gdb.base/watchpoint.c (func3): New function.
3460 (main): Call func3.
3461
5330f2db
DC
34622003-03-04 David Carlton <carlton@math.stanford.edu>
3463
3464 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
3465 Garply<Garply<char> >:: garply".
3466 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
3467 with respect to PR c++/1111; note also PR c++/1113.
3468 (test_template_breakpoints): KFAIL "constructor breakpoint" with
3469 respect to PR c++/1062.
3470 KFAIL "destructor breakpoint" with respect to PR c++/1112.
3471
6ece72da
DC
34722003-03-03 David Carlton <carlton@math.stanford.edu>
3473
3474 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
3475 with respect to PR c++/57.
3476 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
3477 c++/826.
3478 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
3479 respect to PR c++/57.
3480
85ca1584
DC
34812003-03-03 David Carlton <carlton@math.stanford.edu>
3482
3483 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
3484 respect to PR c++/33 into FAILs.
3485
98e9c5b8
MC
34862003-03-03 Michael Chastain <mec@shout.net>
3487
7bedbf27
MC
3488 * configure.in: Update copyright years.
3489
34902003-03-03 Michael Chastain <mec@shout.net>
3491
3492 * Makefile.in: Update copyright years.
98e9c5b8 3493
f683e100
DC
34942003-02-28 David Carlton <carlton@math.stanford.edu>
3495
3496 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
3497 print class instead of struct and/or superfluous protection
3498 specifiers, as long as the resulting output is equivalent to the
3499 source code.
3500 Delete FIXME from end of messages on tests that don't need
3501 fixing.
3502
a9e0cf2c
DC
35032003-02-28 David Carlton <carlton@math.stanford.edu>
3504
3505 * gdb.c++/templates.exp (do_tests): Allow const in the two
3506 Foo<volatile char *>::foo tests.
3507
e8d359df
MS
35082003-02-27 Michael Snyder <msnyder@redhat.com>
3509
d63a86f8 3510 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
3511 will be consistant.
3512
0b71dc91
DC
35132003-02-26 David Carlton <carlton@math.stanford.edu>
3514
3515 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
3516 char *>::foo" test with respect to PR c++/33. Create a new test
3517 which is identical to that one except that it doesn't put the
3518 space between the "char" and the "*"; KFAIL it, too.
3519
dd14ab43
DC
35202003-02-26 David Carlton <carlton@math.stanford.edu>
3521
3522 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
3523 template types into either PASSes or KFAILs (corresponding to PR
3524 c++/57). Tweak indentation. Update copyright.
3525
1146c7f1
SC
35262003-02-23 Stephane Carrez <stcarrez@nerim.fr>
3527
3528 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
3529
74641dfb
MC
35302003-02-13 Michael Chastain <mec@shout.net>
3531
3532 * gdb.base/exprs.exp: Remove i960 remnants.
3533 * gdb.base/funcargs.exp: Likewise.
3534 * gdb.base/list.exp: Likewise.
3535 * gdb.base/ptype.exp: Likewise.
3536
559cd2d0
DC
35372003-02-14 David Carlton <carlton@math.stanford.edu>
3538
3539 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
3540 pEe->D::vg()" from XFAIL to KFAIL.
3541
c4f90d87
JM
35422003-02-13 Jason Molenda (jmolenda@apple.com)
3543
3544 * gdb.base/maint.exp: Update maint print statistics regexp to include
3545 new entries.
3546
cbc4d97c
MC
35472003-02-13 Michael Chastain <mec@shout.net>
3548
3549 * gdb.c++/inherit.exp: Remove call to get_debug_format.
3550
40f235b7
MC
35512003-02-12 Michael Chastain <mec@shout.net>
3552
3553 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
3554 * gdb.c++/inherit.exp: Likewise.
3555 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
3556 * gdb.c++/templates.exp: Likewise.
3557 * gdb.c++/virtfunc.exp: Likewise.
3558
c56716b0
JM
35592003-02-06 Jason Molenda (jason-cl@molenda.com)
3560
3561 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
3562 why the code is written that way.
3563
070afcf8
MC
35642003-02-05 Michael Chastain <mec@shout.net>
3565
3566 * gdb.base/dump.exp: Add missing copyright line.
3567
5d0331e5
JM
35682003-02-05 Jason Molenda (jason-cl@molenda.com)
3569
f7ae6d3e 3570 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
3571 at the beginning so the breakpoint doesn't get set on the loop.
3572
92851186
MC
35732003-02-05 Michael Chastain <mec@shout.net>
3574
3575 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
3576 output for configurations with gcc 2.95.3.
3577
cbf1e085
AC
35782003-02-05 Keith Seitz <keiths@redhat.com>
3579 Andrew Cagney <ac131313@redhat.com>
3580
3581 * gdb.mi/mi-cli.exp: New file.
d63a86f8 3582
29518e1e
MC
35832003-02-04 Michael Chastain <mec@shout.net>
3584
3585 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
3586 Call perror and then continue.
3587
5af1d5f3
MC
35882003-02-03 Michael Chastain <mec@shout.net>
3589
3590 * gdb.c++/pr-1023.cc: New file.
3591 * gdb.c++/pr-1023.exp: New file.
3592
6b549786
JB
35932003-02-05 Jim Blandy <jimb@redhat.com>
3594
3595 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
3596 it's local to foobar. Check for it there, and check that it's not
3597 present in main.
3598 * gdb.c++/local.cc (marker2): New function.
3599 (foobar): Call marker1.
3600 (main): Call marker2 instead of marker1.
3601
67f16606
AC
36022003-02-04 Andrew Cagney <ac131313@redhat.com>
3603
3604 * gdb.disasm/mn10200.exp: Obsolete file.
3605 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
3606 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
3607 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
3608
1c5cb38e
DC
36092003-02-04 David Carlton <carlton@math.stanford.edu>
3610
3611 * gdb.c++/overload.exp: Test intToChar(1).
3612 * gdb.c++/overload.cc (intToChar): New.
3613 (main): Call intToChar.
3614
d1fe6965
DC
36152003-02-03 David Carlton <carlton@math.stanford.edu>
3616
3617 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
3618 'might_kfail' arg.
3619 KFAIL some of the continue_to_bp_overloaded calls, according to
3620 PR c++/1025.
3621
9ba61c5d
MC
36222003-02-01 Michael Chastain <mec@shout.net>
3623
3624 * gdb.base/advance.c (marker1): New marker function.
3625 * gdb.base/advance.exp: When the 'advance' command lands on the
3626 return breakpoint, it can legitimately stop on either the
3627 current line or the next line. Accommodate both outcomes.
3628 * gdb.base/until.exp: Likewise.
3629
e7494ffb
AC
36302003-02-02 Andrew Cagney <ac131313@redhat.com>
3631
3632 2002-11-10 Jason Molenda (jason-cl@molenda.com):
3633 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
3634 now a list, not a tuple.
3635 * gdb.mi/mi-var-display.exp: Ditto.
3636 * gdb.mi/gdb792.exp: Ditto.
3637
075559bc
AC
36382003-02-01 Andrew Cagney <ac131313@redhat.com>
3639
3640 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
3641 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
3642 stack backtraces.
3643 * gdb.mi/mi-syn-frame.c: Part of same.
3644
2bd4c7b1
MK
36452003-02-01 Mark Kettenis <kettenis@gnu.org>
3646
3647 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
3648 gdb.mi/mi1-pthreads.exp: Return instead of calling
3649 gdb_suppress_entire_file.
3650
eabd8992
MS
36512003-02-01 Mark Salter <msalter@redhat.com>
3652
3653 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
3654
71469e2f
MS
36552003-01-31 Mark Salter <msalter@redhat.com>
3656
3657 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
3658 Support empty arg.
3659
38a94d44
MC
36602003-01-30 Michael Chastain <mec@shout.net>
3661
3662 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
3663 This was a workaround for a UTF-8 bug in readline 4.3. The bug
3664 has been fixed in gdb/readline on 2003-01-09.
3665
19ea9e73
MS
36662003-01-29 Michael Snyder <msnyder@redhat.com>
3667
e8d359df
MS
3668 * gdb.base/maint.exp: Allow for leading underscore in symbol.
3669 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
3670 * gdb.base/args.exp: Skip if target does not support args passing.
3671
2307bd6a
DJ
36722003-01-22 Daniel Jacobowitz <drow@mvista.com>
3673
19ea9e73 3674 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
3675 gdb_test. Accept a list of expect arguments as the third
3676 parameter.
3677 (gdb_test): Use it.
3678
f2dd3617
EZ
36792003-01-20 Elena Zannoni <ezannoni@redhat.com>
3680
3681 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
3682 allow for different test tree configurations. Update some
3683 tescases accordingly.
3684 * gdb.arch/altivec-regs.exp: Ditto.
3685 * gdb.asm/asm-source.exp: Ditto.
3686 * gdb.base/advance.exp: Ditto.
3687 * gdb.base/display.exp: Ditto.
d63a86f8 3688 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
3689 * gdb.base/mips_pro.exp: Ditto.
3690 * gdb.base/overlays.exp: Ditto.
3691 * gdb.base/relocate.exp: Ditto.
3692 * gdb.base/setshow.exp: Ditto.
3693 * gdb.base/step-line.exp: Ditto.
3694 * gdb.base/step-test.exp: Ditto.
3695 * gdb.base/until.exp: Ditto.
3696 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
3697
c71cdefd
DC
36982003-01-17 David Carlton <carlton@math.stanford.edu>
3699
3700 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
3701 corresponding to PR c++/945.
3702 Update copyright.
3703
fdba05d7
DC
37042003-01-17 David Carlton <carlton@math.stanford.edu>
3705
3706 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
3707 corresponding to PR c++/68.
3708
37092003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
3710
3711 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
3712 (test_paddr_hairy_functions): Call print_addr_2_kfail for
3713 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
3714
c362c33a
EZ
37152003-01-15 Elena Zannoni <ezannoni@redhat.com>
3716
0fbc361c
EZ
3717 * gdb.base/break.exp: Fix change of default location, because of
3718 removal of until tests.
3719 * gdb.base/help.exp: Update test for new 'until' help message.
3720 Add test for help on 'advance'.
c362c33a
EZ
3721 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
3722
dabf8a35
MK
37232003-01-15 Mark Kettenis <kettenis@gnu.org>
3724
3725 * gdb.base/default.exp: Adapt "info float" test for recent changes
3726 to that command. Add test for "info vector".
3727 * gdb.base/float.exp: New file. Add test for "info float" that
3728 resembles the old test in gdb.base/default.exp.
3729
a1769aca
DC
37302003-01-15 David Carlton <carlton@math.stanford.edu>
3731
3732 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
3733
82025e13
EZ
37342003-01-15 Elena Zannoni <ezannoni@redhat.com>
3735
3736 * gdb.base/break.exp: Move the tests of until command from here...
3737 * gdb.base/until.exp: ... to here. New file. Add other tests.
3738 * gdb.base/advance.c: New file.
3739 * gdb.base/advance.exp: New file.
3740
8f9ab801
EZ
37412003-01-14 Elena Zannoni <ezannoni@redhat.com>
3742
3743 * gdb.base/args.c: New file.
3744 * gdb.base/args.exp: New file.
3745
9ae66589
DJ
37462003-01-14 Daniel Jacobowitz <drow@mvista.com>
3747
3748 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
3749
8d77e5c3
DJ
37502003-01-14 Daniel Jacobowitz <drow@mvista.com>
3751
3752 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
3753
12d2f0a1
DJ
37542003-01-14 Daniel Jacobowitz <drow@mvista.com>
3755
3756 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
3757 dates.
3758
6ca37014
DJ
37592003-01-13 Daniel Jacobowitz <drow@mvista.com>
3760
3761 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
3762
b0023472
DJ
37632003-01-13 Daniel Jacobowitz <drow@mvista.com>
3764
3765 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
3766 (ptype &*"foo").
3767 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
3768
607fbc54 37692003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
3770
3771 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
3772 * gdb.mi/mi1-console.exp: Likewise.
3773
607fbc54 37742003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
3775
3776 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
3777 * gdb.mi/mi1-console.exp: Likewise.
3778
a1fb14a2
DJ
37792003-01-13 Daniel Jacobowitz <drow@mvista.com>
3780
3781 * gdb.c++/overload.exp: Remove some fixed XFAILs.
3782
c4cf40b7
DJ
37832003-01-09 Daniel Jacobowitz <drow@mvista.com>
3784
3785 * gdb.base/detach.exp: New test.
3786
696d5a5b
DJ
37872003-01-09 Daniel Jacobowitz <drow@mvista.com>
3788
3789 * Makefile.in (ALL_SUBDIRS): New variable.
3790 (subdirs, clean, distclean): Use it.
3791 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
3792 regenerating Makefile, since it is generated from the top level.
3793 * gdb.asm/Makefile.in: Likewise.
3794 * gdb.base/Makefile.in: Likewise.
3795 * gdb.c++/Makefile.in: Likewise.
3796 * gdb.disasm/Makefile.in: Likewise.
3797 * gdb.java/Makefile.in: Likewise.
3798 * gdb.mi/Makefile.in: Likewise.
3799 * gdb.threads/Makefile.in: Likewise.
3800 * gdb.trace/Makefile.in: Likewise.
3801
754533e4
DC
38022003-01-09 David Carlton <carlton@math.stanford.edu>
3803
3804 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
3805 Add copyright year 2003.
3806
d8b3e9ee
MC
38072003-01-06 Michael Chastain <mec@shout.net>
3808
3809 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
3810 When selecting a thread, 'line' and 'file' are optional.
3811 * gdb.mi/mi1-pthreads.exp: Likewise.
3812
8e9e0fe6
AS
38132003-01-06 Andreas Schwab <schwab@suse.de>
3814
3815 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
3816 failures.
3817
b5ab8ff3
DJ
38182003-01-04 Daniel Jacobowitz <drow@mvista.com>
3819
3820 Fix PR gdb/844
3821 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
3822 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
3823
3824 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
3825 instead of calling gdb_suppress_entire_file.
3826 * gdb.threads/print-threads.exp: Likewise.
3827 * gdb.threads/schedlock.exp: Likewise.
3828
3829 * gdb.threads/killed.exp: Return instead of calling
3830 gdb_suppress_entire_file.
3831 * gdb.threads/linux-dp.exp: Likewise.
3832 * gdb.threads/pthreads.exp: Likewise.
3833
1e698235
DJ
38342003-01-04 Daniel Jacobowitz <drow@mvista.com>
3835
3836 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
3837 stabs.
3838 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
3839 * gdb.base/whatis.exp: Always allow (void) after function names.
3840
147ff08c
DJ
38412003-01-04 Daniel Jacobowitz <drow@mvista.com>
3842
3843 * gdb.c++/casts.exp: Correct regexp.
3844
dc62bfc2
MK
38452003-01-04 Mark Kettenis <kettenis@gnu.org>
3846
3847 * configure.in: Call AC_CONFIG_HEADER. Don't call
3848 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
3849 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
3850 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
3851 aforementioned directories in the AC_OUPUT call.
3852 * config.hin: New file.
3853 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
3854 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
3855 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
3856 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
3857 pass -I$objdir instead of -I$objdir/$subdir in compilation.
3858 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
3859 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
3860 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
3861 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
3862 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
3863 gdb.threads/configure.in, gdb.threads/configure,
3864 gdb.threads/config.in, gdb.trace/configure.in,
3865 gdb.trace/configure: Removed.
3866
77afa639
MC
38672003-01-03 Michael Chastain <mec@shout.net>
3868
3869 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
3870 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
3871
7634bb6e
DJ
38722003-01-03 Daniel Jacobowitz <drow@mvista.com>
3873
3874 * gdb.base/store.exp: Fix regular expressions.
3875
b39c905e
MK
38762002-12-28 Mark Kettenis <kettenis@gnu.org>
3877
3878 * configure.in: Rewrite.
3879 * configure: Regenerated.
3880
0a8551dd
DC
38812003-01-03 David Carlton <carlton@math.stanford.edu>
3882
3883 * gdb.base/psymtab.exp: New file.
3884 * gdb.base/psymtab1.c: Ditto.
3885 * gdb.base/psymtab2.c: Ditto.
3886
c60b7188
AF
38872002-12-23 Adam Fedor <fedor@gnu.org>
3888
3889 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
3890
ee73db83
DC
38912002-12-23 David Carlton <carlton@math.stanford.edu>
3892
3893 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
3894 and current_directory initialization.
3895
d6c1774e
JB
38962002-12-22 Jim Blandy <jimb@redhat.com>
3897
f0a847b8
JB
3898 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
3899 rather than as part of the output file name.
3900
d6c1774e
JB
3901 * gdb.base/attach.exp: There's no need to copy the test program to
3902 /tmp; that was only ever necessary on HP/UX, and this test is
3903 entirely disabled there anyway.
3904
f0708dbb
JB
39052002-12-21 Jim Blandy <jimb@redhat.com>
3906
4c2acfea
JB
3907 * gdb.c++/psmang.exp: Doc fix.
3908
f0708dbb
JB
3909 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
3910 test.
3911
9579e000
DC
39122002-12-20 David Carlton <carlton@math.stanford.edu>
3913
3914 * gdb.c++/annota2.exp: KFAIL annotate-quit.
3915
d1810171
MC
39162002-12-18 Michael Chastain <mec@shout.net>
3917
3918 * gdb.c++/annota2.exp: Add copyright year 2002.
3919
76565097
DC
39202002-12-17 David Carlton <carlton@math.stanford.edu>
3921
3922 * gdb.c++/try_catch.cc: Add marker comments.
3923 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
3924 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
3925 * gdb.c++/m-static.cc: Ditto.
3926 * gdb.c++/m-static1.cc: Ditto.
3927 * gdb.c++/try_catch.cc: Ditto.
3928
da81390b
JJ
39292002-12-16 Jeff Johnston <jjohnstn@redhat.com>
3930
3931 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
3932 to see whether we are using the new -environment-directory
3933 command which resets via -r or the old version of the command
3934 which may prompt the user. Part of fix for gdb/741.
3935
b304d130
AC
39362002-12-13 Andrew Cagney <ac131313@redhat.com>
3937
3938 * gdb.fortran/types.exp: Update obsolete comment.
3939 * gdb.fortran/exprs.exp: Ditto.
3940 * lib/gdb.exp: Delete obsolete code.
3941 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
3942 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
3943 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
3944 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
3945 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
3946 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
3947 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
3948 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
3949 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
3950 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
3951 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
3952 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
3953 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
3954 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
3955 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
3956 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
3957 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
3958 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
3959 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
3960 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
3961 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
3962 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
3963 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
3964 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
3965 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
3966 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
3967 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
3968 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
3969 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
3970 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
3971 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
3972 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
3973 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
3974 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
3975 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
3976 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
3977 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
3978
a23b6e6a
DC
39792002-12-11 David Carlton <carlton@math.stanford.edu>
3980
3981 * gdb.c++/m-data.exp: Add test for members that shadow global
3982 variables: see PR gdb/804.
3983 * gdb.c++/m-data.cc: Ditto.
3984
6604731b
DJ
39852002-12-10 Daniel Jacobowitz <drow@mvista.com>
3986
3987 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
3988
de46ecd7
DC
39892002-12-06 David Carlton <carlton@math.stanford.edu>
3990
3991 * gdb.base/store.c: Don't declare functions static.
3992
27e829d0
AC
39932002-12-04 Andrew Cagney <ac131313@redhat.com>
3994
3995 * gdb.base/store.exp, gdb.base/store.c: New files.
3996
92806416
DJ
39972002-12-03 Daniel Jacobowitz <drow@mvista.com>
3998
3999 * gdb.base/selftest.exp: Update for current gdb.
4000
3bcbaac5
DJ
40012002-12-03 Daniel Jacobowitz <drow@mvista.com>
4002
4003 * gdb.base/maint.exp: Only dump symbols from one source file
4004 or objfile.
4005
f4f00b1f
DJ
40062002-12-03 Daniel Jacobowitz <drow@mvista.com>
4007
4008 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
4009 function call.
4010
f1c8a949
JB
40112002-11-25 Jim Blandy <jimb@redhat.com>
4012
4013 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
4014 function appearing in error message.
4015
9e297a97
DJ
40162002-11-21 Daniel Jacobowitz <drow@mvista.com>
4017
4018 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
4019
1f312e79
JJ
40202002-11-08 Jeff Johnston <jjohnstn@redhat.com>
4021
d63a86f8
RM
4022 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
4023 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
4024 should be in mi console format. This is part of fix for PR gdb/604.
4025
83c31e7d
FN
40262002-09-18 Fernando Nasser <fnasser@redhat.com>
4027
4028 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
4029 which explicitly prints the zero offset as "+0".
4030
322b3f65
DJ
40312002-10-22 Daniel Jacobowitz <drow@mvista.com>
4032
4033 * gdb.threads/schedlock.c (args): Make unsigned.
4034
40352002-10-21 Daniel Jacobowitz <drow@mvista.com>
4036
4037 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
4038 numbers. Allow "foo2|selected stack frame".
4039 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
4040 * gdb.asm/asmsrc2.s: Likewise.
4041 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
4042 comments.
4043 * gdb.asm/mips.inc: New file.
4044
5e2fe5b8
AF
40452002-10-18 Adam Fedor <fedor@gnu.org>
4046
4047 * gdb.base/default.exp: Update expected output to include 'ObjC'.
4048 * gdb.base/help.exp: Likewise.
4049
abe1a5d0
KB
40502002-10-17 Kevin Buettner <kevinb@redhat.com>
4051
4052 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
4053 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
4054
10abb1d4
JB
40552002-10-02 Jim Blandy <jimb@redhat.com>
4056
4057 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
4058
1f609b42
AC
40592002-10-01 Andrew Cagney <ac131313@redhat.com>
4060
4061 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
4062 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
4063 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
4064 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
4065 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
4066 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
4067 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
4068
0aee02e4
AC
40692002-09-29 Andrew Cagney <ac131313@redhat.com>
4070
4071 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
4072 * mi0-disassemble.exp, mi0-eval.exp: Delete.
4073 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
4074 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
4075 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
4076 * mi0-var-block.exp, mi0-var-child.exp: Delete.
4077 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 4078
6fde09ad
KB
40792002-09-27 Kevin Buettner <kevinb@redhat.com>
4080
4081 * gdb.base/annota1.exp (info break): Make directory components of
4082 path optional since not all compilers emit this debug information.
4083
4084 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
4085 step ends up stepping out of the function instead of stopping on
4086 the epilogue.
4087
9e8aab75
KS
40882002-09-26 Keith Seitz <keiths@redhat.com>
4089
4090 * lib/insight-support.exp (gdbtk_start): Figure out where
4091 the insight executable is based on where gdb is. Use this
4092 executable to start insight instead of gdb.
4093
e36180d7
AC
40942002-09-25 Andrew Cagney <cagney@redhat.com>
4095
4096 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
4097
9dd34b2b
AC
40982002-09-24 Andrew Cagney <ac131313@redhat.com>
4099
4100 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
4101 test_isolated_complaints.
4102 (test_empty_complaint): New function.
4103 (test_empty_complaints): New function. Check no output when no
4104 complaints.
d63a86f8 4105
dea97812
KB
41062002-09-19 Jim Blandy <jimb@redhat.com>
4107
4108 * gdb.base/charset.exp, gdb.base/charset.c: New files.
4109
54951bd7
AC
41102002-09-19 Andrew Cagney <ac131313@redhat.com>
4111
4112 * gdb.gdb/complaints.exp: New file.
4113
dec43320
AC
41142002-09-18 Andrew Cagney <ac131313@redhat.com>
4115
4116 * gdb.base/maint.exp: Check `help maint internal-warning'.
4117
e70d6e3f
DC
41182002-09-18 David Carlton <carlton@math.stanford.edu>
4119
4120 * gdb.c++/m-static.exp: Remove breakpoints depending on line
4121 numbers, and replace them by a single breakpoint after the
4122 constructors are all finished.
4123 Add test 4.
4124 * gdb.c++/m-static.cc: Add test 4.
4125 * gdb.c++/m-static.h: New file.
4126 * gdb.c++/m-static1.cc: New file.
4127
4128 * gdb.c++/printmethod.exp: New file.
4129 * gdb.c++/printmethod.cc: New file.
4130
4131 * gdb.c++/pr-574.exp: New file.
4132 * gdb.c++/pr-574.cc: New file.
4133
afb5c968
CV
41342002-09-18 Corinna Vinschen <vinschen@redhat.com>
4135
4136 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
4137 embedded targets which never actually exit.
4138
31e45dee
FN
41392002-09-18 Fernando Nasser <fnasser@redhat.com>
4140
4141 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
4142 "don't step after run" as unresolved or unsupported, instead of xfail.
4143
a283c5a1
CV
41442002-09-18 Corinna Vinschen <vinschen@redhat.com>
4145
4146 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
4147 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
4148 Add newline to expected string in "step out of main (status wrapper)"
4149 case.
4150
11350d2a
CV
41512002-09-18 Corinna Vinschen <vinschen@redhat.com>
4152
4153 * lib/gdb.exp (rerun_to_main): Allow restarting application.
4154 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
4155
0deec7d6
TT
41562002-09-17 Tom Tromey <tromey@redhat.com>
4157
4158 * gdb.base/printcmds.exp (test_print_string_constants): Expect
4159 \000, not \0, in double-quoted string.
4160
b2b4a1b5
CV
41612002-09-14 Corinna Vinschen <vinschen@redhat.com>
4162
c9d37158 4163 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
4164 string after running the commands execution on breakpoint tests.
4165
1c56143a
CV
41662002-09-13 Corinna Vinschen <vinschen@redhat.com>
4167
4168 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
4169
37f8da45
JB
41702002-09-12 Joel Brobecker <brobecker@gnat.com>
4171
4172 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
4173
08b468e0
KS
41742002-09-10 Keith Seitz <keiths@redhat.com>
4175
4176 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
4177 runto proc.
4178 (mi_run_to_main): Use mi_runto.
4179 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
4180
dc360f58
KS
41812002-09-10 Keith Seitz <keiths@redhat.com>
4182
4183 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
4184 regexp for stopping at main. Could have multiple event notifications.
4185 Don't assume that main was declared with no parameters.
4186 (mi_next): Use mi_step_to.
4187 (mi_step): Use mi_next_to.
4188
ce3abcfb
CV
41892002-09-09 Corinna Vinschen <vinschen@redhat.com>
4190
4191 * gdb.base/default.exp: Fix expected string in `info float' test.
4192
d1f5b980
BE
41932002-09-09 Ben Elliston <bje@redhat.com>
4194
4195 * config/mips.exp: Update comments.
4196 * config/mips-idt.exp: Likewise.
4197 * config/nind.exp: Likewise.
4198 * config/slite.exp: Likewise.
4199 * config/sparclet.exp: Likewise.
4200 * config/udi.exp: Likewise.
4201 * config/vx.exp: Likewise.
4202 * config/vxworks29k.exp: Likewise.
4203
2f71430b
JB
42042002-09-05 Jim Blandy <jimb@redhat.com>
4205
4206 * gdb.threads/killed.exp: Fix test failure message.
4207
7ddebc7e
KS
42082002-09-04 Keith Seitz <keiths@redhat.com>
4209
4210 * lib/mi-support.exp: Update copyright.
4211 (mi_gdb_test): Increase the priority of the expected pattern
4212 so that it matches gdb_test.
4213
0ae67eb3
KS
42142002-09-03 Keith Seitz <keiths@redhat.com>
4215
4216 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
4217 Use integer comparison instead of string comparison for testing
4218 whether binary was built.
4219
38fc42c8
JB
42202002-09-03 Jim Blandy <jimb@redhat.com>
4221
4222 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
4223
b6ff0e81
JB
42242002-08-29 Jim Blandy <jimb@redhat.com>
4225
4226 * gdb.threads/pthreads.exp: Move the portable thread compilation
4227 code into a function in lib/gdb.exp, and call that from here.
4228 * lib/gdb.exp (gdb_compile_pthreads): New function.
4229
07c98896
KS
42302002-08-29 Keith Seitz <keiths@redhat.com>
4231
4232 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
4233 expect_out so that callers can get at it.
4234
0312286c
DJ
42352002-08-23 Daniel Jacobowitz <drow@mvista.com>
4236
4237 * gdb.threads/print-threads.c: New file.
4238 * gdb.threads/print-threads.exp: New file.
4239 * gdb.threads/schedlock.c: New file.
4240 * gdb.threads/schedlock.exp: New file.
4241
dd039bc4
EZ
42422002-08-22 Elena Zannoni <ezannoni@redhat.com>
4243
4244 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
4245 not altivec.c.
4246
1f36144c
MK
42472002-08-17 Mark Kettenis <kettenis@gnu.org>
4248
4249 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
4250 targets. The problem should be fixed now.
4251
16057ec7 42522002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
4253
4254 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
4255 2002-07-24 change that removes final dots from error messages.
4256
3c1499ad
TT
42572002-08-13 Tom Tromey <tromey@redhat.com>
4258
4259 * gdb.base/readline.exp: New file.
4260
a20ce2c3
AC
42612002-08-01 Andrew Cagney <ac131313@redhat.com>
4262
4263 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
4264 supress message.
4265
db034ac5
AC
42662002-08-01 Andrew Cagney <cagney@redhat.com>
4267
4268 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
4269 CHILL_FOR_TARGET and CHILL_LIB.
4270 * configure.in (configdirs): Remove gdb.chill.
4271 * configure: Regenerate.
4272 * lib/gdb.exp: Obsolete references to chill.
4273 * gdb.fortran/types.exp: Ditto.
4274 * gdb.fortran/exprs.exp: Ditto.
4275
3e000b18
KB
42762002-07-30 Kevin Buettner <kevinb@redhat.com>
4277
4278 * gdb.base/shlib-call.exp (additional_flags): Conditionally
4279 set Irix-specific compile and link flags.
4280
28f4966b
KB
42812002-07-29 Kevin Buettner <kevinb@redhat.com>
4282
4283 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
4284 source files. The ``-o'' option doesn't work with the ``-E'' option
4285 when using the Irix compiler.
4286
46c0d5a6
DJ
42872002-07-19 Daniel Jacobowitz <drow@mvista.com>
4288
4289 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
4290 Improve support for reusing an exec file. Copy exec file
4291 to target, and run gdbserver on the target instead of on the host.
4292
eecf4bed
JB
42932002-07-18 Jim Blandy <jimb@redhat.com>
4294
0f815cdf
JB
4295 * gdb.base/ending-run.exp: Don't expect to see the program end in
4296 some orderly fashion when we're running on a real stand-alone
4297 board.
4298
eecf4bed
JB
4299 * gdb.base/interrupt.exp: Correct logic for skipping tests on
4300 targets that don't support interrupts.
4301
52d309e4
JB
43022002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
4303
4304 * gdb.base/attach.exp: Add patterns to match output from /proc-based
4305 systems.
4306 Move comments in expect statements to inside the actions, so that they
4307 don't get matched against.
4308
ff683d9e
MK
43092002-07-10 Mark Kettenis <kettenis@gnu.org>
4310
4311 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
4312 function when asleep" test.
4313
b5356753
AC
43142002-07-10 Andrew Cagney <ac131313@redhat.com>
4315
4316 * gdb.base/page.exp: Rewrite to handle problems with very long
4317 `info set' output. Update copyright.
4318
6aa4d13a
AC
43192002-06-26 Andrew Cagney <ac131313@redhat.com>
4320
4321 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
4322 gdb.threads-hp.
4323 * gdb.hp/configure: Regenerate.
4324 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
4325 * gdb.hp/gdb.threads-hp/configure: Delete file.
4326 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
4327
8cf8c2b8
AC
43282002-06-22 Andrew Cagney <ac131313@redhat.com>
4329
4330 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
4331 setlocale, bindtextdomain and textdomain.
4332
6827a8f8
JB
43332002-06-11 Jim Blandy <jimb@redhat.com>
4334
919d772c
JB
4335 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
4336 preprocessor macro information is present.
4337
6827a8f8
JB
4338 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
4339 tests.
4340
c15b0d21
MS
43412002-06-06 Michael Snyder <msnyder@redhat.com>
4342
c5984d70
MS
4343 * gdb.base/overlays.exp: Record addresses of overlay
4344 functions in TCL variables rather than in GDB variables,
4345 to avoid having GDB convert them to pointers (with loss
4346 of information).
4347
d63a86f8 4348 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 4349 default linker script changes.
c15b0d21
MS
4350 * gdb.base/long_long.exp: Add check for sizeof (long double).
4351
be26fe0d
ML
43522002-06-06 Michal Ludvig <mludvig@suse.cz>
4353
4354 * gdb.asm/asm-source.exp: Add x86-64 target.
4355 * gdb.asm/x86_64.inc: New.
d63a86f8 4356
258093ca 43572002-05-30 Michael Chastain <mec@shout.net>
258093ca 4358
4b3153f1 4359 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
4360 * gdb.c++/m-static.cc: New file.
4361 * gdb.c++/m-static.exp: New file.
4362
241264c6
MS
43632002-05-28 Michael Snyder <msnyder@redhat.com>
4364
4365 * gdb.base/call-ar-st.exp: Allow for reduced floating point
4366 precision.
4367
9bba8c8f 43682002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 4369
4b3153f1 4370 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
4371 * gdb.c++/m-data.cc: New file.
4372 * gdb.c++/m-data.exp: New file.
4373
43742002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 4375
4b3153f1 4376 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 4377 * gdb.c++/try_catch.cc: New file.
d63a86f8 4378 * gdb.c++/try_catch.exp: New file.
9bba8c8f 4379
def1b996
MC
43802002-05-27 Michael Chastain <mec@shout.net>
4381
4382 * gdb.c++/local.exp: Accept more nested types in output.
4383
522ba268
MC
43842002-05-26 Michael Chastain <mec@shout.net>
4385
4386 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
4387
277254ba
MS
43882002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
4389
4390 * lib/gdb.exp (gdb_wrapper_init): Just because
4391 gdb_wrapper_file exists, this does not mean that the file
4392 should not be rebuilt. That is what gdb_wrapper_initialized
4393 is for.
4394 (default_gdb_init): Reset gdb_wrapper_initialized.
4395
b61a8733
MS
43962002-05-23 Michael Snyder <msnyder@redhat.com>
4397
d63a86f8 4398 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
4399 the precision of the floating point test results.
4400 * gdb.base/call-rt-st.exp: Ditto.
4401
b61a8733
MS
4402 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
4403 * gdb.base/call-rt-st.exp: Ditto.
4404
56f6e910
MC
44052002-05-19 Michael Chastain <mec@shout.net>
4406
4407 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
4408
ad0b0016
EZ
44092002-05-19 Elena Zannoni <ezannoni@redhat.com>
4410
4411 * configure.in (configdirs): Add gdb.arch.
4412 * configure: Regenerate.
4413
f617d2b6
JB
44142002-05-17 Jim Blandy <jimb@redhat.com>
4415
4416 * gdb.base/completion.exp: Recognize the more detailed error
4417 messages produced by the macro expander's lexical analyzer.
4418
eac2a696
EZ
44192002-05-14 Elena Zannoni <ezannoni@redhat.com>
4420
4421 * gdb.arch/altivec-abi.c: New file.
4422 * gdb.arch/altivec-abi.exp: New file.
4423 * gdb.arch/altivec-regs.c: New file.
4424 * gdb.arch/altivec-regs.exp: New file.
4425
2fdde8f8
DJ
44262002-05-14 Daniel Jacobowitz <drow@mvista.com>
4427
4428 * gdb.base/maint.exp (maint print type): Update for new type
4429 structure.
d63a86f8 4430
e31f1a7c
EZ
44312002-05-14 Elena Zannoni <ezannoni@redhat.com>
4432
4433 * gdb.arch: New directory.
4434 * gdb.arch/configure.in: New file.
4435 * gdb.arch/configure: New file.
4436 * gdb.arch/Makefile.in: New file.
4437
db589741
CV
44382002-05-13 Corinna Vinschen <vinschen@redhat.com>
4439
4440 * gdb.asm/asm-source.exp: Add v850 as supported target.
4441 * gdb.asm/v850.inc: New file.
4442
8ce2a7dc
DJ
44432002-05-13 Daniel Jacobowitz <drow@mvista.com>
4444
4445 * gdb.c++/annota2.exp (annotate-quit): Add comment.
4446
df763c7f
DJ
44472002-05-12 Daniel Jacobowitz <drow@mvista.com>
4448
4449 * gdb.base/break.exp: Check 'break "marker2"'.
4450
377daeed
MS
44512002-05-10 Michael Snyder <msnyder@redhat.com>
4452
4453 * gdb.base/long_long.exp: Fix typo.
4454
c4b7bc2b
JB
44552002-05-10 Jim Blandy <jimb@redhat.com>
4456
ecac9a4e
JB
4457 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
4458 a bug.
4459
c4b7bc2b
JB
4460 * gdb.base/printcmds.exp (test_integer_literals_rejected):
4461 Recognize more detailed error message produced by the macro
4462 expander's lexical analyzer.
4463 * lib/gdb.exp (test_print_reject): Same.
4464
e71019a1
MK
44652002-05-09 Mark Kettenis <kettenis@gnu.org>
4466
4467 * gdb.c++/method.exp: Fix typo.
4468
fedfc8e6
MS
44692002-05-08 Michael Snyder <msnyder@redhat.com>
4470
166a1957
MS
4471 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
4472 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 4473 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
4474 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
4475 Add iftarget clause for strongarm.
d63a86f8 4476
f1c47eb2
MS
44772002-05-06 Michael Snyder <msnyder@redhat.com>
4478
cb9a9d3e
MS
4479 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
4480 (gdb_continue_to_end): Accept output from status wrapper.
4481 * gdb.base/ending-run.exp: Add case for output from status wrapper.
4482 Clean up fail messages to match pass messages.
4483
f1c47eb2
MS
4484 Enable the "needs_status_wrapper" testsuite feature.
4485 * lib/gdb.exp (gdb_wrapper_init): New procedure.
4486 (gdb_compile): Conditionally call gdb_wrapper_init.
4487 * gdb.base/a2-run.exp: Recognize output from status wrapper.
4488 * gdb.c++/method.exp: Recognize output from status wrapper.
4489
6079c749
BE
44902002-05-06 Ben Elliston <bje@redhat.com>
4491From Graydon Hoare <graydon@redhat.com>
4492
4493 * config/sid.exp: Include support for "rawsid" protocol.
4494
188baff3
JB
44952002-05-03 Jim Blandy <jimb@redhat.com>
4496
4497 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
4498 * gdb.c++/hang3.C: New file.
4499
b9c07f0f
AC
45002002-05-04 Andrew Cagney <ac131313@redhat.com>
4501
4502 * gdb.base/default.exp: Remove obsolete code.
4503 * gdb.c++/misc.exp: Ditto. Update copyright.
4504 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
4505 * gdb.base/whatis.exp: Ditto. Update copyright.
4506 * gdb.base/scope.exp: Ditto. Update copyright.
4507 * gdb.base/ptype.exp: Ditto. Update copyright.
4508 * gdb.base/printcmds.exp: Ditto. Update copyright.
4509 * gdb.base/opaque.exp: Ditto. Update copyright.
4510 * gdb.base/list.exp: Ditto.
4511 * gdb.base/funcargs.exp: Ditto. Update copyright.
4512 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
4513 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
4514 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
4515 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
4516 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
4517 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
4518
5c7a0397
MS
45192002-05-02 Michael Snyder <msnyder@redhat.com>
4520
d6dcc264 4521 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
4522 * gdb.base/long_long.exp: Add xscale target.
4523 * gdb.base/default.exp: Add xscale target.
4524
eb7f1c48
JB
45252002-05-01 Jim Blandy <jimb@redhat.com>
4526
4527 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
4528 gdb.c++/hang.exp: New test.
4529
a6befae8
FF
45302002-05-01 Fred Fish <fnf@redhat.com>
4531
4532 * gdb.base/completion.exp: Handle completions of "./Make" for
4533 more than one completion possibility, as is the case when we
4534 build and test in the source tree.
4535
0a310277
AG
45362002-04-29 Anthony Green <green@redhat.com>
4537
4538 * gdb.java/jmisc1.exp: New file.
4539 * gdb.java/jmisc2.exp: New file.
4540
6ff9af88
DJ
45412002-04-24 Daniel Jacobowitz <drow@mvista.com>
4542
4543 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
4544
96b3d632
EZ
45452002-04-23 Elena Zannoni <ezannoni@redhat.com>
4546
4547 * gdb.base/help.exp: Change 'help status' to allow for target
4548 dependent output differences.
4549
5019bb54
MC
45502002-04-22 Michael Chastain <mec@shout.net>
4551
4552 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
4553
a805a116
MC
45542002-04-22 Michael Chastain <mec@shout.net>
4555
4556 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
4557
a1706bfd
DM
45582002-04-17 David S. Miller <davem@redhat.com>
4559
4560 * gdb.asm/sparc64.inc: New file.
4561 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
4562
a73a20a2
EZ
45632002-04-19 Elena Zannoni <ezannoni@redhat.com>
4564
4565 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
4566 instruction file directly into the build tree. Clean up at end of
4567 test.
4568
ba678339
DM
45692002-04-18 David S. Miller <davem@redhat.com>
4570
4571 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
4572 handle 64-bit platforms correctly.
4573 * gdb.base/maint.exp: Likewise.
4574
b03399da
KB
45752002-04-18 Kevin Buettner <kevinb@redhat.com>
4576
4577 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
4578 ``-fpic'' when compiling files comprising a shared library, but
4579 it does need additional linker flags in order to find shared
4580 libraries at run time.
4581
e2004992
KB
45822002-04-18 Kevin Buettner <kevinb@redhat.com>
4583
4584 * gdb.base/cvexpr.c (use): New function.
4585 (main): Invoke use() on all global variables to prevent
4586 some linkers from deleting these otherwise unused symbols.
4587
d8937120
MC
45882002-04-17 Michael Chastain <mec@shout.net>
4589From David S. Miller <davem@redhat.com>
4590
4591 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
4592 handle 64-bit platforms correctly.
4593
ffd61a58
MS
45942002-04-12 Michael Snyder <msnyder@redhat.com>
4595From Jim Blandy <jimb@redhat.com>
4596 * gdb.base/foo.c (foox): Remove section attribute; the linker
4597 script can handle this instead.
4598 * gdb.base/bar.c (barx): Same.
4599 * gdb.base/baz.c (bazx): Same.
4600 * gdb.base/grbx.c (grbxx): Same.
4601
4602 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
4603 manager doesn't automatically unmap overlays unnecessarily.
4604
6b8426a6
MH
46052002-04-10 Martin M. Hunt <hunt@redhat.com>
4606
4607 * gdb.base/ending-run.exp: Fix pattern for Mips targets
4608 stepping out of main.
4609
34af4875
MC
46102002-04-09 Michael Chastain <mec@shout.net>
4611
4612 * gdb.c++/local.cc (main): Move call to marker1() inside nested
4613 scope so that the nested scope tests will make sense.
4614 * gdb.c++/local.exp: Write patterns that actually work with gcc
4615 (the HP patterns "were never known to work with gcc").
4616 Keep the old aCC patterns too.
4617
2d1676a0
DJ
46182002-04-09 Daniel Jacobowitz <drow@mvista.com>
4619
4620 * gdb.base/attach.exp: Correct target board test.
4621
3a63e3f9
MC
46222002-04-08 Michael Chastain <mec@shout.net>
4623
4624 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
4625 in a const method. Add some xfail and fail cases for configurations
4626 that do not emit the "const ...".
4627
f18dabd2
MC
46282002-04-07 Michael Chastain <mec@shout.net>
4629
4630 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
4631 Accept "A * const" and "const A * const" as type of "this".
4632 Fix spelling of getFunky throughout. Make messages uniform.
4633
0fcddd82
EZ
46342002-04-07 Elena Zannoni <ezannoni@redhat.com>
4635
4636 Work around for PR gdb/285:
4637 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
4638
16a8534a
EZ
46392002-04-07 Elena Zannoni <ezannoni@redhat.com>
4640
4641 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
4642 instructions file at run time instead of configure time.
4643 Sometimes we run the test in a directory that is not the one we
4644 configured in.
4645 * gdb.asm/configure.in: Delete creation of symlink.
4646 * gdb.asm/configure: Regenerate.
4647
24181d81
JB
46482002-04-05 J. Brobecker <brobecker@gnat.com>
4649
4650 * gdb.gdb/xfullpath.exp: New test, to exercise the new
4651 xfullpath () function.
4652
7cdb7107
DJ
46532002-04-04 Daniel Jacobowitz <drow@mvista.com>
4654
4655 * gdb.asm/Makefile.in: Correct dependencies.
4656
4657 * gdb.asm/powerpc.inc: New file.
4658 * gdb.asm/asm-source.exp: Add PowerPC.
4659 * gdb.asm/configure.in: Likewise.
4660 * gdb.asm/configure: Regenerated.
4661
a7d17088
DJ
46622002-04-04 Daniel Jacobowitz <drow@mvista.com>
4663
4664 * gdb.base/relocate.exp: New file.
4665 * gdb.base/relocate.c: New file.
4666
cd721503
FF
46672002-04-04 Fred Fish <fnf@redhat.com>
4668
4669 * gdb.base/step-test.exp: Update comment regarding stopping in
4670 memcpy/bcopy calls inserted as part of the compiler runtime.
4671
b22ad7a7
MS
46722002-04-04 Michael Snyder <msnyder@redhat.com>
4673
4674 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
4675
5f279fa6
DJ
46762002-04-03 Daniel Jacobowitz <drow@mvista.com>
4677
4678 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
4679 (gdb_expect): Remove $notransfer hack.
4680
dd0fd3ce
DJ
46812002-04-02 Daniel Jacobowitz <drow@mvista.com>
4682
4683 * gdb.c++/classes.exp ("calling method for small class"): Match
4684 updated register output.
4685
1e50cda1
DJ
46862002-03-30 Daniel Jacobowitz <drow@mvista.com>
4687
4688 Fix PR gdb/452
4689 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
4690 when finished. Make gdb_file_cmd send "exec-file" when
4691 appropriate.
4692
24015922
DJ
46932002-03-30 Daniel Jacobowitz <drow@mvista.com>
4694
4695 * gdb.base/attach.exp: Remove extra setup_xfail.
4696
dd7dfd64
MS
46972002-03-26 Michael Snyder <msnyder@redhat.com>
4698
4699 * gdb.base/default.exp: Add tests for dump, append, and restore.
4700 * gdb.base/help.exp: Add tests for dump, append, and restore.
4701 * gdb.base/dump.exp: New file, test dump, append and restore.
4702 * gdb.base/dump.c: New file.
4703
48b2f8d7
MS
47042002-03-27 Michael Snyder <msnyder@redhat.com>
4705
d63a86f8 4706 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
4707 clean-ups in help messages.
4708
05b4d525
FF
47092002-03-26 Fred Fish <fnf@redhat.com>
4710
4711 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
4712 have debugging info for those functions and the compiler uses them
4713 internally to copy structs around.
4714
d7679631
FF
47152002-03-26 Fred Fish <fnf@redhat.com>
4716
4717 * gdb.base/list.exp: Revert the change made yesterday and add note
4718 about why we don't list the default lines for remote targets.
4719
523ac3f9
MS
47202002-03-25 Michael Snyder <msnyder@redhat.com>
4721
4722 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
4723
754b2b8d
FF
47242002-03-25 Fred Fish <fnf@redhat.com>
4725
4726 * gdb.base/list.exp: This test works on remote targets so remove
4727 the short circuit for remote targets. Update copyright.
4728
33c3e192
FF
47292002-03-25 Fred Fish <fnf@redhat.com>
4730
4731 * gdb.base/attach.exp: Fix logic error that was suppressing this
4732 test for all non hppa*-*-hpux* targets, instead of the hp target.
4733 Move comments closer to the suppression point. Also now need to
4734 check that we are running natively.
4735
d43e73ee
MS
47362002-03-22 Michael Snyder <msnyder@redhat.com>
4737
882c8f02
MS
4738 * gdb.base/default.exp: Add test for gcore. Update copyright.
4739 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 4740
04c12f60
FF
47412002-03-06 Fred Fish <fnf@redhat.com>
4742
4743 * gdb.base/funcargs.c: Remove extraneous ';' character.
4744 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
4745
b43df995
MC
47462002-03-04 Michael Chastain <mec@shout.net>
4747
4748 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
4749 accommodate gcc v3 function signature.
4750 * gdb.mi/mi0-var-cmd-exp: Ditto.
4751
92362027
AC
47522002-02-24 Andrew Cagney <ac131313@redhat.com>
4753
4754 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
4755 ``GNU/Linux'' or ``Linux kernel''
4756 * testsuite/gdb.threads/pthreads.c: Ditto.
4757
258ad32d
MC
47582002-02-24 Michael Chastain <mec@shout.net>
4759
4760 * gdb.threads/pthreads.c (thread1): Add a return statement.
4761 (thread2): Likewise.
4762 (foo): Likewise.
4763
04c3b3d4
MC
47642002-02-23 Michael Chastain <mec@shout.net>
4765
4766 * gdb.threads/linux-dp.c (philosopher): Add a return statement
4767 to placate gcc.
4768
5a2a0a20
MC
47692002-02-23 Michael Chastain <mec@shout.net>
4770
4771 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
4772 test "ptype bint". The test passes on all my stabs configurations.
4773
a640f7fc
JB
47742002-02-21 Jim Blandy <jimb@redhat.com>
4775
27924826
JB
4776 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
4777 filename at a time, and watch for the ones we want to see.
4778
a640f7fc
JB
4779 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
4780 types of pointers to prototyped functions.
4781
edcc8c75
AC
47822002-02-20 Andrew Cagney <ac131313@redhat.com>
4783
4784 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
4785 signed, unsigned and straight char.
4786 (padding_char, padding_short, padding_int, padding_long,
4787 padding_long_long, padding_float, padding_double,
4788 padding_long_double): New global variables.
4789 (fill, fill_structs): New functions.
4790
4791 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
4792 for correctly sized writes. Update copyright.
4793 (get_valueof): New procedure.
4794 (get_sizeof): Call get_valueof.
4795 (check_valueof): New procedure.
4796 (check_padding): New procedure.
4797
ac57ea44
MC
47982002-02-20 Michael Chastain <mec@shout.net>
4799
4800 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
4801 to setup_xfail. Document some of the remaining calls.
4802
7a10c941
MC
48032002-02-18 Michael Chastain <mec@shout.net>
4804
4805 * gdb.c++/userdef.exp: Update copyright year.
4806
fb8acdcc
DJ
48072002-02-18 Daniel Jacobowitz <drow@mvista.com>
4808
4809 * gdb.c++/userdef.exp: Test overloaded operators properly.
4810 Remove xfails.
4811
fda6ae12
MS
48122002-02-14 Michael Snyder <msnyder@redhat.com>
4813
4814 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
4815
676a0442
DJ
48162002-02-14 Daniel Jacobowitz <drow@mvista.com>
4817
4818 * gdb.base/a2-run.exp: Check for a remote target properly.
4819 * gdb.base/annota1.exp: Likewise.
4820 * gdb.base/list.exp: Likewise.
4821 * gdb.base/reread.exp: Likewise.
4822 * gdb.base/scope.exp: Likewise.
4823 * gdb.base/shlib-call.exp: Likewise.
4824 * gdb.base/term.exp: Likewise.
4825 * gdb.c++/annota2.exp: Likewise.
4826
78b4f468
RE
48272002-02-13 Richard Earnshaw <rearnsha@arm.com>
4828
4829 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
4830
9a81ba51
MC
48312002-02-10 Michael Chastain <mec@shout.net>
4832
4833 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
4834 (call_after_alloca): Ditto.
4835
004af6c7
DJ
48362002-02-10 Daniel Jacobowitz <drow@mvista.com>
4837
4838 * gdb.base/ending-run.exp: Guard "cont" test with
4839 gdb_skip_stdio_test.
4840
37225f62
JB
48412002-02-06 Jim Blandy <jimb@redhat.com>
4842
4843 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
4844 from here...
4845 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
4846 To here. Disable this test on non-HP platforms. Add big comment.
4847
fe6fdd96
MS
48482002-02-04 Michael Snyder <msnyder@redhat.com>
4849
4850 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
4851 other than d10v and m32r.
4852
036fad3f
RE
48532002-02-02 Richard Earnshaw <rearnsha@arm.com>
4854
4855 * gdb.base/default.exp: Rewrite test patterns to reduce time
4856 taken to match them.
4857
7148ab62
DJ
48582002-01-30 Daniel Jacobowitz <drow@mvista.com>
4859
4860 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
4861 Allow a start function above main.
4862 * gdb.threads/linux-dp.exp: Fix copyright date.
4863
396cc255
DJ
48642002-01-30 Daniel Jacobowitz <drow@mvista.com>
4865
4866 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
4867 (check_philosopher_stack): Check for manager thread before checking
4868 for a just-starting thread.
4869
f038d31b
DJ
48702002-01-30 Daniel Jacobowitz <drow@mvista.com>
4871
4872 From Neil Booth <neil@daikokuya.demon.co.uk>:
4873 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
4874 warnings.
4875
b3ff9d9a
FF
48762002-01-21 Fred Fish <fnf@redhat.com>
4877
4878 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
4879 not caller.
4880
39ad761d
JB
48812002-01-21 Jim Blandy <jimb@redhat.com>
4882
4883 * gdb.base/reread.exp: Check that GDB properly re-reads the
4884 executable file when it changes while no inferior is running.
4885
aaf320fa
FF
48862002-01-21 Fred Fish <fnf@redhat.com>
4887
4888 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
4889 optionally accept the "shlib events" variation.
4890
808a31f5
JB
48912002-01-21 Jim Blandy <jimb@redhat.com>
4892
4893 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
4894 call `fflush' after every `printf', so that the output is produced
4895 at predictable points, regardless of whatever buffering does (or
4896 doesn't) take place.
4897 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
4898 at different points.
4899
4420d5e2
DJ
49002002-01-20 Daniel Jacobowitz <drow@mvista.com>
4901
4902 * gdb.c++/inherit.exp: Update copyright years.
4903 * gdb.c++/method.exp: Likewise.
4904
3e36a0f4
DJ
49052002-01-20 Daniel Jacobowitz <drow@mvista.com>
4906
4907 * gdb.c++/classes.exp: Update for improved v3 support and skipping
4908 artificial methods/arguments.
4909 * gdb.c++/derivation.exp: Likewise.
4910 * gdb.c++/inherit.exp: Likewise.
4911 * gdb.c++/method.exp: Likewise.
4912 * gdb.c++/virtfunc.exp: Likewise.
4913
b4ceaee6
AC
49142002-01-18 Andrew Cagney <ac131313@redhat.com>
4915
4916 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
4917 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
4918 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
4919 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
4920 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
4921 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
4922
ecace851
JB
49232002-01-17 Jim Blandy <jimb@redhat.com>
4924
4925 * gdb.asm/asm-source.exp (info symbol): Take another shot at
4926 anchoring the pattern matching the entry point symbol's name.
4927
375fc983
AC
49282002-01-17 Andrew Cagney <ac131313@redhat.com>
4929
4930 * gdb.base/maint.exp: Update ``maint internal-error'' to match
4931 continue/quit query. Update copyright.
4932
fe6fdd96
MS
49332002-01-14 Michael Snyder <msnyder@redhat.com>
4934
4935 * gdb.base/gcore.exp: Remove extra debugging output.
4936
e017c81f
DJ
49372002-01-13 Daniel Jacobowitz <drow@mvista.com>
4938
4939 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
4940 for slightly dubious v2 mangled string.
4941
37ab3bf8
DJ
49422002-01-13 Daniel Jacobowitz <drow@mvista.com>
4943
4944 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
4945
1bc05c3a 49462002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 4947
1bc05c3a 4948 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 4949
1bc05c3a
JM
4950 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
4951 constructors.
4952 * gdb.c++/derivation.exp: Likewise.
4953 * gdb.c++/templates.exp: Likewise.
4954 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 4955
1bc05c3a
JM
49562002-01-10 Michael Snyder <msnyder@redhat.com>
4957
4958 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 4959
a911c360
MS
49602002-01-08 Michael Snyder <msnyder@redhat.com>
4961
4962 * gdb.base/gcore.exp: New test for generate-core-file command.
4963 * gdb.base/gcore.c: Testcase for above.
4964 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
4965
ea2119ec
JM
49662002-01-08 Jason Merrill <jason@redhat.com>
4967
4968 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
4969
68203136
FF
49702002-01-07 Fred Fish <fnf@redhat.com>
4971
4972 * gdb.c++/overload.exp: Remove unconditional xfails for:
4973 print foo_instance1.overloadargs(1)
4974 print foo_instance1.overloadargs(1, 2)
4975 print foo_instance1.overloadargs(1, 2, 3)
4976 print foo_instance1.overloadargs(1, 2, 3, 4)
4977 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
4978 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
4979 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
4980 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
4981 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
4982 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
4983 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
4984 print foo_instance1.overload1arg()
4985 print foo_instance1.overload1arg((char)arg2)
4986 print foo_instance1.overload1arg((signed char)arg3)
4987 print foo_instance1.overload1arg((unsigned char)arg4)
4988 print foo_instance1.overload1arg((int)arg7)
4989 print foo_instance1.overload1arg((unsigned int)arg8)
4990 print foo_instance1.overload1arg((float)arg11)
4991 print foo_instance1.overload1arg((double)arg12)
d63a86f8 4992
21b9b5b1
MS
49932002-01-07 Michael Snyder <msnyder@redhat.com>
4994
4995 * gdb.base/huge.exp: New test. Print a very large target data object.
4996 (skip_huge_test): New test variable. Define if you want to skip this
4997 test. The test reads an 8 megabyte data object from the target, so it
4998 might be very time consuming on remote targets with a slow connection.
4999 * gdb.base/huge.c: New file. Test case for above.
5000
725f922e
FF
50012002-01-07 Fred Fish <fnf@redhat.com>
5002
5003 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
5004 g_instance.bfoo, and g_instance.cfoo.
5005
634d57ec
JL
5006Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
5007
f286b2c3
JL
5008 * gdb.base/break.c (multi_line_if_conditional): New function.
5009 (multi_ilne_while_conditional): Likewise.
5010 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
5011 IF or WHILE condition puts the breakpoint at the start of
5012 the condition.
5013
634d57ec
JL
5014 * gdb.base/selftest.exp (backtrace through signal handler): Remove
5015 hppa*-*-hpux* expected failure.
5016 * gdb.base/structs.exp (do_function_calls): Similarly.
5017
5018 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
5019 watchpoints.
5020
9fbfe2dc
AC
50212002-01-06 Andrew Cagney <ac131313@redhat.com>
5022
5023 Fix PR gdb/66.
5024 * gdb.base/structs.exp: Replace skip for a29k with skip for
5025 gdb,cannot_call_functions.
5026 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
5027 * gdb.base/callfuncs.exp: Ditto.
5028 * gdb.base/call-rt-st.exp: Ditto.
5029 * gdb.base/call-strs.exp: Ditto.
5030 * gdb.base/callfwmall.exp: Ditto.
5031 * gdb.base/scope.exp: Obsolete xfail a29k.
5032 * gdb.c++/misc.exp: Ditto.
5033 * gdb.c++/cplusfuncs.exp: Ditto.
5034 * gdb.base/ptype.exp: Ditto.
5035 * gdb.base/printcmds.exp: Ditto.
5036 * gdb.base/opaque.exp: Ditto.
5037 * gdb.base/list.exp: Ditto.
5038 * gdb.base/funcargs.exp: Ditto.
5039 * gdb.base/default.exp: Ditto.
5040
8ddad156
MS
50412002-01-04 Michael Snyder <msnyder@redhat.com>
5042
ca4976a6 5043 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
5044 * gdb.base/maint.exp: Add tests for maint info sections options.
5045
1b074332
JL
5046Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
5047
5048 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
5049
7d159115
CV
50502001-12-20 Corinna Vinschen <vinschen@redhat.com>
5051
5052 * gdb.asm/arm.inc: New file.
5053 * gdb.asm/asm-source.exp: Add arm targets.
5054 * gdb.asm/configure.in: Ditto.
5055 * gdb.asm/configure: Recreated from configure.in.
5056
8fb87725
JL
5057Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
5058
afabe08c
JL
5059 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
5060 with HP's compiler.
5061 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
5062 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
5063 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
5064 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
5065
5066 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
5067 either HP's compilers or GCC.
5068
db521deb
JL
5069 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
5070 a SIGBUS or SIGSEGV.
5071
5072 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
5073
5074 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
5075 can be compiled with either HP's compiler or GCC.
5076
cfa88ab7
JL
5077 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
5078 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
5079 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
5080
ca344dff
JL
5081 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
5082 to match current gdb output. Update due to using auto-solib-limit
5083 for limiting instead of overloading auto-solib-add.
5084 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
5085 test program.
5086
3f3c6e55 5087 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
5088 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
5089 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
5090 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
5091 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
5092 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
5093 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
5094 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
5095 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
5096 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
5097 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
5098 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
5099 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 5100
8fb87725
JL
5101 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
5102 a SIGTRAP to the inferior.
5103
cf599fa7
CV
51042001-12-19 Corinna Vinschen <vinschen@redhat.com>
5105
5106 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
5107 Substitute call to target_link by call to gdb_compile.
5108
2cd045cd
JL
5109Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
5110
5111 * gdb.base/break.exp: Fix HP specific search string when testing
5112 backtracing in a called function.
5113
d63a86f8 5114 * gdb.base/constvars.exp: Only set lang to C++ if we're
2cd045cd
JL
5115 compiling the test with HP's compilers.
5116 * gdb.base/volatile.exp: Similarly.
5117
99ebe9ac
JB
51182001-12-19 Jim Blandy <jimb@redhat.com>
5119
5120 * gdb.base/printcmds.exp: Expect the null character to be printed
5121 as '\0', and the '\013' to be printed as '\v'.
5122 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
5123 * gdb.base/setvar.exp: Same.
5124
b9891b29
JB
51252001-12-17 Jim Blandy <jimb@redhat.com>
5126
0eba65ab
JB
5127 * gdb.base/completion.exp: Rather than completing very long
5128 filenames, which can make the readline library produce output we
5129 don't recognize, cd to the directory first, and then complete
5130 using nice, short relative paths.
5131
6970b5b1
JB
5132 * gdb.base/completion.exp: On some systems, there is, in fact, a
5133 variable named `b' in scope, since GDB treats all static
5134 variables as being in scope. So use `no_var_named_this'
5135 instead of `b'.
5136
b9891b29
JB
5137 * gdb.base/corefile.exp: Recognize the message saying that GDB
5138 can't find the core file's registers as a failure.
5139
e6ccd35f
JSC
51402001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
5141
5142 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
5143 test expect string more specific.
5144
105ba819
CV
51452001-12-13 Corinna Vinschen <vinschen@redhat.com>
5146
5147 * gdb.asm/asm-source.exp: Add support for xstormy16.
5148 * gdb.asm/configure.in: Ditto.
5149 * gdb.asm/configure: Rebuild.
5150 * gdb.asm/xstormy16.inc: New file.
5151
e9e79dd9
FF
51522001-12-10 Fred Fish <fnf@redhat.com>
5153
5154 * gdb.base/maint.exp: Update to match changes in type dumping code.
5155
347dc97d
JB
51562001-12-10 Jim Blandy <jimb@redhat.com>
5157
5158 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
5159 matching the entry point symbol's name at the beginning of the
5160 line.
5161
5178b9d6
DJ
51622001-12-07 Daniel Jacobowitz <drow@mvista.com>
5163
5164 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
5165 gdb.c++/inherit.exp, gdb.c++/method.exp,
5166 gdb.c++/namespace.exp, gdb.c++/templates.exp,
5167 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
5168 and class layout support.
5169
af890c52
DJ
51702001-12-07 Daniel Jacobowitz <drow@mvista.com>
5171
5172 * gdb.c++/classes.exp: Add test for static member function.
5173 * gdb.c++/misc.cc: Add class with static member function.
5174
7a345fb3
JB
51752001-12-07 Jim Blandy <jimb@redhat.com>
5176
f2e54a80 5177 If GDB says it can't find the struct the function returned, report
8032bf31
JB
5178 those tests as `unsupported'.
5179 * gdb.base/call-rt-st.exp (print_struct_call): New function.
5180 Rewrite subsequent tests to use it.
5181
5182 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
5183 those tests as `unsupported'.
5184 * gdb.base/structs.exp (call_struct_func): New function.
5185 (do_function_calls): Use call_struct_func to call the functions
5186 returning structs.
5187
0bc69509
JB
5188 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
5189 whether functions are prototyped or not, so we can't possibly pass
5190 arguments to t_float_values2 properly.
5191
7a345fb3
JB
5192 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
5193 value of `timeout' for targets other than the mips*tx39-*.
5194
edb6ede1
MS
51952001-12-06 Michael Snyder <msnyder@redhat.com>
5196
d63a86f8 5197 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
5198 and detect whether the start symbol has a leading underscore.
5199
2d842f13
JB
52002001-12-04 Jim Blandy <jimb@redhat.com>
5201
5202 * gdb.base/completion.exp: Clarify indentation.
5203
68550daf
JB
52042001-12-03 Jim Blandy <jimb@redhat.com>
5205
5206 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
5207 variables on the S/390, not `.word'.
5208
cd5195a8
JB
52092001-11-30 Jim Blandy <jimb@redhat.com>
5210
5211 Add assembly-source tests for s390-ibm-linux.
5212 * gdb.asm/s390.inc: New file.
5213 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
5214 the S/390 architecture.
5215 * gdb.asm/configure: Regenerated.
5216
ca9efc90
MS
52172001-11-30 Michael Snyder <msnyder@redhat.com>
5218
5219 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
5220 next, info source, info sources, info line, global and static
5221 variables, and static functions.
5222 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
5223 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
5224 * gdb.asm/asmsrc1.s: Add a static function and some variables.
5225 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
5226 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
5227 (gdbasm_leave): Restore frame pointer.
5228 (gdbasm_startup): Copy stack set-up from crt0.S.
5229
d0e66976
FN
52302001-11-26 Fernando Nasser <fnasser@redhat.com>
5231
5232 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
5233 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
5234 to a local (non-static) variable. Copy tstruct.a to a static buffer
5235 and return a pointer to that buffer.
5236 * gdb.base/callfwmall.c (t_structs_a): Ditto.
5237
e2334072
MK
52382001-11-24 Mark Kettenis <kettenis@gnu.org>
5239
5240 * gdb.asm/configure.in: Fix recognition of ix86 target.
5241 * gdb.asm/configure: Regenerate.
5242
756caa3d
MS
52432001-11-21 Michael Snyder <msnyder@redhat.com>
5244
5245 * gdb.asm/sparc.inc: New file.
5246 * gdb.asm/asm-source.exp: Recognize sparc target.
5247 * gdb.asm/configure.in: Recognize sparc target.
5248 * gdb.asm/configure: Regenerate.
d63a86f8 5249
9a4d72d5
MS
52502001-11-21 Michael Snyder <msnyder@redhat.com>
5251
5252 * gdb.asm/m32r.inc: New file.
5253 * gdb.asm/asm-source.exp: Recognize m32r target.
5254 * gdb.asm/configure.in: Recognize m32r target.
5255 * gdb.asm/configure: Regenerate.
5256
a773d1cd
MS
52572001-11-20 Michael Snyder <msnyder@redhat.com>
5258
017ac23d
MS
5259 * gdb.asm/i386.inc: New file.
5260 * gdb.asm/asm-source.exp: Recognize ix86 target.
5261 * gdb.asm/configure.in: Recognize ix86 target.
5262 * gdb.asm/configure: Regenerate.
5263
a773d1cd
MS
5264 * gdb.c++/namespace.exp: Fix quotes in output messages.
5265
bb632afb
MS
52662001-11-14 Michael Snyder <msnyder@redhat.com>
5267
25d559ca 5268 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
5269 qualifier in a type cast expression, to designate an address
5270 in the instruction space (Harvard architecture).
5271
4749e309
MS
52722001-11-13 Michael Snyder <msnyder@redhat.com>
5273
5274 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
5275 Tests for expressions using 'const' and 'volatile'.
5276
25050984
CV
52772001-11-13 Corinna Vinschen <vinschen@redhat.com>
5278
5279 * gdb.asm/asm-sources.exp: Allow defining linker flags.
5280
1902c51f
DJ
52812001-11-12 Daniel Jacobowitz <drow@mvista.com>
5282
5283 * lib/mi-support.exp (mi_run_to_helper): Move comments
5284 outside of gdb_expect.
5285
dcf95b47
DJ
52862001-11-11 Daniel Jacobowitz <drow@mvista.com>
5287
5288 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
5289 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
5290 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
5291 mi0_run_to): New functions.
5292 * gdb.mi/mi-simplerun.exp: Use them.
5293 * gdb.mi/mi0-simplerun.exp: Likewise.
5294 * gdb.mi/mi-var-cmd.exp: Likewise.
5295 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 5296
45b074e1
AC
52972001-11-10 Andrew Cagney <ac131313@redhat.com>
5298
5299 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
5300 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
5301
bf50d346
AC
53022001-11-09 Andrew Cagney <ac131313@redhat.com>
5303
5304 * gdb.base/restore.exp: Include $expected value in restored test
5305 message.
5306
9383332c
AC
53072001-11-09 Andrew Cagney <ac131313@redhat.com>
5308
5309 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
5310 implemented.
5311
db62520a
MS
53122001-11-08 Michael Snyder <msnyder@redhat.com>
5313
5314 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
5315 Add pass/fail message for stop at breakpoint in call dummy function.
5316
b5703437
MS
53172001-11-07 Michael Snyder <msnyder@redhat.com>
5318
d63a86f8
RM
5319 * gdb.c++/templates.exp (test_template_breakpoints):
5320 If we get an overload menu, but it does not match what
760f6330 5321 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
5322 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
5323 making the whitespace optional. Argument for "new" may be
5324 "unsigned" as well as "unsigned int/long".
d63a86f8 5325 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
5326 making the whitespace optional. Also replace "(void) with
5327 "((void|)), making the keyword "void" optional.
d63a86f8 5328 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
5329 making the whitespace optional. Also replace "(void) with
5330 "((void|)), making the keyword "void" optional.
3bf40917
MS
5331 * gdb.base/callfuncs.c (t_float_values): This function must
5332 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 5333 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
5334 can be tested against both cases. Usually one case involves
5335 promotion of float to double, while the other does not.
5336 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
5337 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
5338 includes a stack frame for "start".
5339
c8ab4e6d
JB
53402001-11-05 Jim Blandy <jimb@redhat.com>
5341
5342 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
5343 pointers are 32 bits long, and that offsets of relocs are always
5344 stored in the data (REL-style), and not in the reloc entry itself
5345 (RELA-style).
5346 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
5347 stabs.
5348
3f08ced9
MS
53492001-11-01 Michael Snyder <msnyder@redhat.com>
5350
5351 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
5352 and regular expression operators by using quoting.
5353
cbfa24cd
MS
53542001-10-31 Michael Snyder <msnyder@redhat.com>
5355
5356 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
5357 depending on what the symbol table contains.
5358 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
5359 the output of the ptype command. Similarly, accept both "const &"
5360 and "const&".
5361
aaa68313
CV
53622001-10-31 Corinna Vinschen <vinschen@redhat.com>
5363
5364 * gdb.base/miscexprs.c (main): Add usage of preprocessor
5365 symbol `STORAGE' to allow to choose the storage class of
5366 the local datastructures.
5367 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
5368 compiler directive.
5369
91740388
MS
53702001-10-30 Michael Snyder <msnyder@redhat.com>
5371
5372 * gdb.base/jump.exp: Allow it to run for all targets.
5373
1b7c05e7
CV
53742001-10-29 Corinna Vinschen <vinschen@redhat.com>
5375
5376 * gdb.base/call-ar-st.c (print_double_array): Match for loop
5377 with new double_array size.
5378 (main): Change storage class of all local variables to static.
5379 Reduce size of double_array to 9.
5380 * gdb.base/call-ar-st.exp: Increase timeout value.
5381 Change expected output for double array to match new size in
5382 call-ar-st.c.
5383
36a22261
CV
53842001-10-29 Corinna Vinschen <vinschen@redhat.com>
5385
5386 * gdb.base/ending-run.exp: Create identical output when passing
5387 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 5388 Stormy16 target.
36a22261 5389
92b8ae91
MK
53902001-10-28 Mark Kettenis <kettenis@gnu.org>
5391
5392 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
5393 that we catch the expected failure under Linux/x86.
5394
cb135b83
OF
53952001-10-29 Orjan Friberg <orjanf@axis.com>
5396
5397 * gdb.base/setvar.exp: Escape curly braces.
5398 * gdb.stabs/weird.exp: Ditto.
5399
6884aa54
DJ
54002001-10-27 Daniel Jacobowitz <drow@mvista.com>
5401
5402 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
5403 * gdm.mi/mi0-hack-cli.exp: Likewise.
5404
0398c9aa
AC
54052001-10-25 Andrew Cagney <ac131313@redhat.com>
5406
5407 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
5408 messages.
5409
d20bf2e8
AC
54102001-10-21 Andrew Cagney <ac131313@redhat.com>
5411
5412 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
5413 checking MI enabled.
5414
03dd63aa
CV
54152001-10-09 Corinna Vinschen <vinschen@redhat.com>
5416
5417 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
5418
1d9d99f3
FCE
54192001-10-04 Frank Ch. Eigler <fche@redhat.com>
5420
5421 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
5422 if gdb child process crashes, just signal an error.
5423
838ae6c4
JB
54242001-10-02 Jim Blandy <jimb@redhat.com>
5425
5426 * lib/gdb.exp (test_xfail_format): Simplify.
5427
5428 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
5429 front of the variable name `format'. Simplify `if'.
5430
8f0cbc1c
DJ
54312001-10-01 Daniel Jacobowitz <drow@mvista.com>
5432
5433 * gdb.threads/pthreads.exp: Wait for output and delay
5434 before sending ^C.
5435
1f08dafd
DJ
54362001-10-01 Daniel Jacobowitz <drow@mvista.com>
5437
5438 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
5439 some incorrect output instead of timing out.
5440 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
5441
674f90ff
CV
54422001-09-28 Corinna Vinschen <vinschen@redhat.com>
5443
5444 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
5445 check to allow additional `int'.
5446
9b284272
DJ
54472001-09-27 Daniel Jacobowitz <drow@mvista.com>
5448
5449 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
5450 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
5451
b55a4771
MS
54522001-09-27 Michael Snyder <msnyder@redhat.com>
5453
5454 * lib/gdb.exp (test_debug_format): New proc.
5455 (setup_xfail_format): Use new proc test_debug_format.
5456 * gdb.base/constvars.exp (local_compiler_xfail_check): New
5457 proc; use new service proc test_debug_format.
5458 Replace all other "gcc_compiled" tests with this test.
5459 * gdb.base/volatile.exp (local_compiler_xfail_check): New
5460 proc; use new service proc test_debug_format.
5461 Replace all other "gcc_compiled" tests with this test.
5462
54632001-09-27 Michael Snyder <msnyder@redhat.com>
5464
5465 * gdb.base/cvexpr.exp: New file.
5466 * gdb.base/cvexpr.c: New file
5467 Test for expressions using const and volatile keywords.
5468
4e6667ac
CV
54692001-09-26 Corinna Vinschen <vinschen@redhat.com>
5470
5471 * gdb.base/constvars.exp: Check for different orders of keywords
5472 and additional "int" strings in output.
5473
4f337972
AC
54742001-09-22 Andrew Cagney <ac131313@redhat.com>
5475
5476 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
5477 responses from "help maint".
5478
2015650d
FCE
54792001-09-19 Frank Ch. Eigler <fche@redhat.com>
5480
5481 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
5482 to localhost:NNN instead of :NNN, in case Xvfb is listening
5483 only on TCP.
5484
f3bcedc1
CV
54852001-09-19 Corinna Vinschen <vinschen@redhat.com>
5486
5487 * gdb.base/recurse.exp: When checking leaving the watchpoint
5488 scope, recognize when gdb is in function's epilogue and pass.
5489
6b819c92
KS
54902001-09-18 Keith Seitz <keiths@redhat.com>
5491
5492 * lib/insight-support.exp (_gdbtk_export_target_info): Add
5493 support for running tests against sid targets.
5494 (gdbtk_done): Ditto.
5495
a10c9419
CV
54962001-09-18 Corinna Vinschen <vinschen@redhat.com>
5497
5498 * gdb.base/ending-run.c (main): Set stdout buffersize
5499 to the same reasonable value for any target.
5500 * gdb.base/ending-run.exp: Add a regular expression
5501 to make testsuite happy on Sanyo Stormy16 target.
5502
739d0d99
CV
55032001-09-17 Corinna Vinschen <vinschen@redhat.com>
5504
5505 * gdb.base/display.c (do_loops): Add float variable `f'.
5506 Increment f in loop.
5507 * gdb.base/display.exp: Increment timeout by 60 seconds.
5508 Change float display test to use variable `f'.
5509
1b8947f0
JB
55102001-09-17 Jim Blandy <jimb@redhat.com>
5511
5512 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
5513 overflowing the limited breakpoint tables on some ROM monitors
5514 (like the ROM68K).
5515
9890ac81
FCE
55162001-09-15 Frank Ch. Eigler <fche@redhat.com>
5517
5518 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
5519 the "-ac" (disable access control) flag.
5520
6db765ea
JH
55212001-08-30 Jeff Holcomb <jeffh@redhat.com>
5522
5523 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
5524 ints.
5525
4c32cc04
KS
55262001-08-30 Keith Seitz <keiths@redhat.com>
5527
5528 * lib/gdb.exp: Move all insight-related functionality into
5529 separate file.
5530 * lib/insight-support.exp: New file.
5531
8d6e6f81
FCE
55322001-08-29 Frank Ch. Eigler <fche@redhat.com>
5533
5534 * config/sid.exp (sid_start): Never set sid verbosity; disable
5535 expect_background {} that consumed its stdout; tolerate </dev/null.
5536 Attempt to set endianness override in "sid" protocol mode. Cleanup.
5537
6a90e1d0
AC
55382001-08-18 Andrew Cagney <ac131313@redhat.com>
5539
5540 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
5541 CLI jump command to start it.
5542 (mi_run_to_main): Fail immediatly when unexpected output.
5543
1759b3c3
AC
55442001-08-18 Andrew Cagney <ac131313@redhat.com>
5545
5546 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
5547 beginning of function. Fix PR gdb/191.
5548
61d11d80
FCE
55492001-08-16 Frank Ch. Eigler <fche@redhat.com>
5550
5551 * config/sid.exp (sid_start): Don't warn if we cannot figure out
5552 what to force sid endianness to.
5553
942a4df2
KS
55542001-08-15 Keith Seitz <keiths@redhat.com>
5555
5556 * lib/gdb.exp (gdbtk_start): Don't set environment
5557 variables for TCL_LIBRARY and friends. Insight will
5558 now figure these out for itself.
5559
0521c418
MS
55602001-08-02 Michael Snyder <msnyder@redhat.com>
5561
5562 * gdb.base/completion.exp: Remove the symbol "a64l" from
5563 the expect string; this is target-specific, and not related
5564 to what is being tested.
5565
74a9a58a
DB
55662001-08-02 Dave Brolley <brolley@redhat.com>
5567
5568 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
5569
c70819fa
MS
55702001-07-25 Michael Snyder <msnyder@redhat.com>
5571
c2b8fa57
MS
5572 * gdb.base/consecutive.exp: New file. Test stepping over
5573 breakpoints on consecutive instructions.
5574 * gdb.base/consecutive.c: New file.
5575
c70819fa
MS
5576 * gdb.base/call-rt-st.exp: Use double-backslash to quote
5577 curly braces in regular expressions.
5578
2b1a1355
MS
55792001-07-25 Michael Snyder <msnyder@redhat.com>
5580
5581 * gdb.base/ending-run.exp: Accept "Program exited normally" as
5582 legitimate output from stepping out of main.
5583
413eca6f
KS
55842001-07-22 Keith Seitz <keiths@redhat.com>
5585
5586 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
5587 the empty string, do not run the tests.
5588
7e5a9322
SC
55892001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5590
5591 * gdb.base/long_long.exp: Detect size of pointer. Take into
5592 account 2-byte pointers when testing for p/a results.
5593
de58f10f
SC
55942001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5595
d63a86f8 5596 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
5597 and defined to 1K for m68hc11.
5598 (random_data): Reduce table to 1K for embedded platforms (68hc11).
5599 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
5600 (sizeof_random_data): New variable to tell the size of the data table;
5601 don't test past this size; always run to main.
5602
d6f5fea1
SC
56032001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5604
5605 * gdb.base/return2.exp: return of long long and double fails for
5606 68HC11; don't execute these tests on that platform.
5607 * gdb.base/return.exp: Return of a double fails for 68hc11.
5608
c477543d
SC
56092001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5610
5611 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
5612 tests that print a float.
5613 * call-rt-st.exp: Likewise.
5614
63cf1c79
MK
56152001-07-12 Mark Kettenis <kettenis@gnu.org>
5616
5617 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
5618 running this test on Linux.
5619
112f9ab5
MC
56202001-06-24 Michael Chastain <chastain@redhat.com>
5621
5622 * gdb.base/arithmet.exp: Remove some tests to make all test names
5623 unique.
5624
4970cb0f
MS
56252001-07-03 Michael Snyder <msnyder@redhat.com>
5626
5627 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
5628 the output of the ptype command.
5629
d85da69f
MS
56302001-07-02 Michael Snyder <msnyder@redhat.com>
5631
4c8a82de
MS
5632 * gdb.base/completion.exp: Don't assume that break.c is the only
5633 source file that may contain functions named "marker".
d85da69f
MS
5634 * gdb.base/corefile.exp: Quote the curly braces in regexp.
5635
8afc772b
AC
56362001-06-28 Andrew Cagney <ac131313@redhat.com>
5637
5638 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
5639 of files to delete.
5640
5641 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
5642 * gdb.disasm/h8300s.exp: New file.
5643 gdb.disasm/h8300s.s: Likewise.
5644
cff22675
AC
56452001-06-27 Andrew Cagney <ac131313@redhat.com>
5646
5647 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
5648 empty breakpoint tables.
5649
68c81b54
AC
56502001-06-25 Andrew Cagney <ac131313@redhat.com>
5651
5652 * lib/mi-support.exp: Update args=... part of stop-reason
5653 patterns. Accept either a list or a tuple.
5654
2dd62704
AC
56552001-06-23 Andrew Cagney <ac131313@redhat.com>
5656
5657 * lib/mi-support.exp: Remove local emacs variable defining
5658 change-log-default-name.
5659
b4127474
MC
56602001-06-22 Michael Chastain <chastain@redhat.com>
5661
5662 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
5663 This is operationally compatible with the previous version.
5664
8dbfb380
JB
56652001-06-13 Jim Blandy <jimb@redhat.com>
5666
5667 * lib/gdb.exp (gdb_test): Doc fix.
5668
f2d8c86d
MC
56692001-06-10 Michael Chastain <chastain@redhat.com>
5670
5671 * gdb.base/exprs.exp: Remove a duplicate test.
5672
81564d34
JB
56732001-06-06 Jim Blandy <jimb@redhat.com>
5674
5675 * gdb.base/return2.exp (main): Use values to test float and double
5676 returns that are not NaN's, to avoid being confused by IEEE
5677 comparison rules.
5678
da55addb
MS
56792001-06-04 Michael Snyder <msnyder@redhat.com>
5680
5681 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 5682 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
5683 rather than wait for 12 more tests to time out.
5684
42c65987
JB
56852001-06-06 Jim Blandy <jimb@redhat.com>
5686
b18bced9 5687 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 5688 Don't forget to match the GDB prompt.
b18bced9 5689
42c65987
JB
5690 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
5691
5b41e5f0
JB
56922001-06-04 Jim Blandy <jimb@redhat.com>
5693
5694 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
5695 command.
5696
015e046f
KB
56972001-05-31 Kevin Buettner <kevinb@redhat.com>
5698
5699 * gdb.base/annota1.exp (info break): Match four or more spaces
5700 after "Address".
5701
fb1ffbbe
MC
57022001-05-31 Michael Chastain <chastain@redhat.com>
5703
5704 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
5705 (dm_type_int_star): Likewise.
5706 (dm_type_long_star): Likewise.
5707 (dm_type_void_star): Likewise.
5708
5ea2a32c
KB
57092001-05-29 Kevin Buettner <kevinb@redhat.com>
5710
5711 * gdb.base/completion.exp (INPUTRC): Set this environment variable
5712 to a known value in order to get consistent results regardless
5713 of the setting of INPUTRC or the presence or contents of .inputrc.
5714
ae23c492
MS
57152001-05-24 Michael Snyder <msnyder@redhat.com>
5716
ac55707e
MS
5717 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
5718 Don't require that the main thread and the manager thread are the
5719 first in the list.
5720
ae23c492
MS
5721 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
5722 debugging. If test fails, issue an "unsupported" not a "fail".
5723
400071f1
JB
57242001-05-24 Jim Blandy <jimb@redhat.com>
5725
5726 Don't assume that short is shorter than int.
5727 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
5728 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 5729 this isn't true.
400071f1
JB
5730 ("print unsigned char == (~0)"): Add test that verifies that ~0,
5731 an int, is not equal to ~0 stored in an unsigned char. This tests
5732 the same thing that the previous test meant to, but works on
5733 16-bit machines, too.
5734 ("print unsigned char != (~0)"): Same test, complemented.
5735
0816a3e5
MS
57362001-05-24 Michael Snyder <msnyder@redhat.com>
5737
5738 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 5739 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
5740 and prevents dejagnu getting out of step.
5741
f6dc23a9
KB
57422001-05-23 Kevin Buettner <kevinb@redhat.com>
5743
5744 * gdb.base/finish.exp (finish_void): Revise pattern for
5745 stopping on the call statement to not permit stopping at
5746 the start of the instructions comprising the call sequence.
5747
7dbd117d
MC
57482001-05-19 Michael Chastain <chastain@redhat.com>
5749
5750 * gdb.base/callfuncs.exp: Make all test names unique.
5751 * gdb.base/commands.exp: Make all test names unique.
5752 * gdb.base/condbreak.exp: Make all test names unique.
5753 * gdb.base/dbx.exp: Make all test names unique.
5754 * gdb.base/default.exp: Make all test names unique.
5755 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
5756 and TIMEOUT messages to their corresponding PASS message.
5757 * gdb.base/ending-run.exp: Make all test names unique.
5758 * gdb.base/long_long.exp: Remove duplicate test.
5759
6b0b0a9e
KB
57602001-05-21 Kevin Buettner <kevinb@redhat.com>
5761
5762 * gdb.base/finish.exp (finish_void): Allow "finish" command to
5763 stop on the call statement as well as the statement after the
5764 call.
5765
2caa35cb
MS
57662001-05-21 Michael Snyder <msnyder@redhat.com>
5767
5768 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
5769
40713331
EZ
57702001-05-10 Elena Zannoni <ezannoni@redhat.com>
5771
5772 * gdb.base/completion.exp: Revamp test. Make it execute on all
5773 platforms.
5774
c2c1be8d
EZ
57752001-05-10 Elena Zannoni <ezannoni@redhat.com>
5776
2c9cd303
EZ
5777 * config/gdbserver.exp (gdb_load): Handle the case
5778 in which the arguments to gdbserver are given in the
5779 baseboard configuration file.
5780 Also handle the case in which the server needs to do a
5781 load.
5782
9671de48
KS
57832001-05-07 Keith Seitz <keiths@cygnus.com>
5784
5785 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
5786 set up the display for testing.
5787 (gdbtk_start): Convert all paths to paths that tcl will like.
5788 Export target information to environment.
5789 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
5790 necessary.
5791 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
5792 (to_tcl_path): New proc to convert a given pathname into
5793 a path acceptible as an argument to a tcl command.
5794 (_gdbtk_export_target_info): New proc to export target info
5795 into the environment for gdbtk testing.
5796 (gdbtk_done): New proc to signal end-of-test.
5797
5a360f47
JB
57982001-05-06 Jim Blandy <jimb@redhat.com>
5799
5800 * restore.c: Make the code of caller0 correspond to its comment.
5801
66c756c6
MS
58022001-05-03 Michael Snyder <msnyder@redhat.com>
5803
5804 * config/sid.exp (gdb_target_sid): Check for error messages.
5805 On error or timeout, don't make expect exit (which will terminate
5806 all subsequent tests); instead just make gdb exit.
d63a86f8 5807 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
5808 return a negative value.
5809
a966fde5
JB
58102001-04-24 Jim Blandy <jimb@redhat.com>
5811
851c18e0
JB
5812 * gdb.c++/templates.exp: If we see the prompt for the overload
5813 list, but we haven't recognized any of the longer patterns,
5814 arrange for this test to fail, not hang.
5815
a966fde5
JB
5816 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
5817 variations.
5818
db144853
MC
58192001-04-22 Michael Chastain <chastain@redhat.com>
5820
5821 * gdb.c++/local.exp: Use the 'runto' library function.
5822 * gdb.c++/namespace.exp: Likewise.
5823 * gdb.c++/overload.exp: Likewise.
5824
3207ec21
KB
58252001-03-26 Kevin Buettner <kevinb@redhat.com>
5826
5827 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
5828 * gdb.base/step-line.exp: New file. Test step/next in presence of
5829 #line directives.
5830 * gdb.base/step-line.c: New file. Test program for the above.
5831 * gdb.base/step-line.inp: New file. We pretend that this file has
5832 been transformed by some other tool into step-line.c.
5833
13b57657
JB
58342001-03-21 Jim Blandy <jimb@redhat.com>
5835
5836 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
5837 unmangled operator names.
5838
754cbe1c
JB
58392001-03-20 Jim Blandy <jimb@redhat.com>
5840
5841 * gdb.threads/linux-dp.exp: Recognize an additional message
5842 generated by GDB when it doesn't understand how to debug threads
5843 on the target system.
5844
177495c9
AC
58452001-03-19 Andrew Cagney <ac131313@redhat.com>
5846
5847 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
5848
f266096b
MC
58492001-03-12 Michael Chastain <chastain@redhat.com>
5850
5851 * gdb.c++/derivation.exp: Use the 'runto' library function.
5852
cac3c2ff
MC
58532001-03-12 Michael Chastain <chastain@redhat.com>
5854
5855 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
5856
b6c11a24
MC
58572001-02-24 Michael Chastain <chastain@redhat.com>
5858
5859 * gdb.c++/ref-types.exp: Change handwritten code to library
5860 function 'runto'.
5861
6bae5bce
OF
58622001-03-16 Orjan Friberg <orjanf@axis.com>
5863
5864 * gdb.base/signals.exp: Set count to 0 explicitly.
5865
0015fd9a
MS
58662001-03-15 Mark Salter <msalter@redhat.com>
5867
5868 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
5869 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
5870 (gdb_load): Add support for additional target_info: gdb_download_size
5871 and gdb_load_timeout.
0015fd9a 5872
fc33412a
DT
5873Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
5874
5875 * gdb.base/annota1.exp: Move test of isnative to earlier in the
5876 file -- to prevent failing when the compile fails but we have no
5877 intention of running the tests anyway.
5878
5879 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
5880 tests if set.
5881
5882 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
5883 integers.
5884
5885 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
5886 * gdb.c++/namespace.exp: Ditto.
5887
115f06de
OF
58882001-03-07 Orjan Friberg <orjanf@axis.com>
5889
5890 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
5891 * gdb.base/pointers.exp: Relax pattern match of decimals.
5892
b6ba6518
KB
58932001-03-06 Kevin Buettner <kevinb@redhat.com>
5894
5895 * Makefile.in, config/abug.exp, config/cfdbug.exp,
5896 config/cpu32bug.exp, config/dve.exp, config/est.exp,
5897 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
5898 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
5899 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
5900 config/sh.exp, config/sid.exp, config/slite.exp,
5901 config/sparclet.exp, config/udi.exp, config/unknown.exp,
5902 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
5903 config/vxworks.exp, config/vxworks29k.exp,
5904 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
5905 gdb.base/all-bin.exp, gdb.base/annota1.exp,
5906 gdb.base/arithmet.exp, gdb.base/assign.exp,
5907 gdb.base/async.exp, gdb.base/attach.exp,
5908 gdb.base/bitfields.exp, gdb.base/bitops.exp,
5909 gdb.base/break.exp, gdb.base/call-ar-st.exp,
5910 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
5911 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
5912 gdb.base/commands.exp, gdb.base/completion.exp,
5913 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
5914 gdb.base/constvars.exp, gdb.base/corefile.exp,
5915 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
5916 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
5917 gdb.base/ending-run.exp, gdb.base/environ.exp,
5918 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
5919 gdb.base/finish.exp, gdb.base/foll-exec.exp,
5920 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
5921 gdb.base/funcargs.exp, gdb.base/help.exp,
5922 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
5923 gdb.base/logical.exp, gdb.base/long_long.exp,
5924 gdb.base/maint.exp, gdb.base/mips_pro.exp,
5925 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
5926 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
5927 gdb.base/pointers.exp, gdb.base/printcmds.exp,
5928 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
5929 gdb.base/regs.exp, gdb.base/relational.exp,
5930 gdb.base/remote.exp, gdb.base/reread.exp,
5931 gdb.base/restore.exp, gdb.base/return2.exp,
5932 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
5933 gdb.base/selftest.exp, gdb.base/setshow.exp,
5934 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
5935 gdb.base/sigall.exp, gdb.base/signals.exp,
5936 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
5937 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
5938 gdb.base/step-test.exp, gdb.base/structs.c,
5939 gdb.base/structs.exp, gdb.base/structs2.exp,
5940 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
5941 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
5942 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
5943 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
5944 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
5945 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
5946 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
5947 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
5948 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
5949 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
5950 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
5951 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
5952 gdb.fortran/types.exp, gdb.java/jmisc.exp,
5953 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
5954 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
5955 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
5956 gdb.trace/circ.exp, gdb.trace/collection.exp,
5957 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
5958 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
5959 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
5960 gdb.trace/report.exp, gdb.trace/save-trace.exp,
5961 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
5962 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
5963 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
5964 notices.
5965
dc96c6c7 59662001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
5967
5968 * gdb.base/varargs.c (find_max_double): Fix printf format string:
5969 first arg is int not float.
5970
dc96c6c7 59712001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
5972
5973 * gdb.base/reread.exp: Unsupported for non-native targets;
5974 doesn't work for remote debugging.
5975
9b0c4aeb
FN
59762001-02-19 Fernando Nasser <fnasser@redhat.com>
5977
5978 From Drew Moseley <dmoseley@redhat.com>
5979 * gdb.base/ending-run.exp: Properly handle the BSP state when
5980 stepping past the end of main.
5981
02aa71d5
MC
59822001-02-19 John Moore <jmoore@redhat.com>
5983
5984 * gdb.base/commands.exp (infrun_breakpoint_command_test):
5985 Converted HPUX fix for non-expected items following multiple
5986 step commands into general solution for all platforms.
5987
1fa449a4
MC
59882001-02-18 Michael Chastain <chastain@redhat.com>
5989
5990 * gdb.c++/classes.exp (do_tests): Change runto statements
5991 from "runto 'foo(void)'" to "runto 'foo'". This makes the
5992 statements demangler agnostic.
5993 * gdb.c++/virtfunc.exp (do_tests): Likewise.
5994 (gdb_virtfunc_restart): Likewise.
5995
b2f9ec70
MC
59962001-02-14 Michael Chastain <chastain@redhat.com>
5997
5998 * gdb.c++/inherit.exp (do_tests): Change runto statements
5999 from "runto 'foo(void)'" to "runto 'foo'". This makes the
6000 statements demangler agnostic.
6001
cf74b8ca
AC
6002Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
6003
6004 * gdb.threads/pthreads.exp: Unify pass/fail messages for
6005 ``continue to bkpt at common_routine in thread 2'' and ``stopped
6006 before calling common_routine 15 times'' tests.
6007
99f78f56
MC
60082001-02-11 Michael Chastain <chastain@redhat.com>
6009
6010 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
6011 Helps the test script figure out which demangler is in use.
6012 (dm_type_foo_ref): Ditto.
6013 (dm_type_int_star): Ditto.
6014 (dm_type_long_star): Ditto.
6015 (dm_type_unsigned_int): Ditto.
6016 (dm_type_void): Ditto.
6017 (dm_type_void_star): Ditto.
99707966 6018 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
6019 Probe the gdb demangler and set variables to accommodate
6020 formatting differences.
6021 (info_func_regexp): New function. Same as info_func, but
6022 matches against a regexp.
6023 (info_func): Match against a literal string.
6024 (print_addr_2): New function. Match against a literal string,
6025 which can be different from the input to gdb.
6026 (print_addr): Simply call print_addr_2 with the same argument twice.
6027 (test_lookup_operator_functions): Use demangler formatting variables.
6028 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
6029 the tests in the same order as the C++ class declaration.
6030 (test_paddr_operator_functions): Ditto.
6031 (test_paddr_overloaded_functions): Ditto.
6032 (test_paddr_hairy_functions): Use demangler formatting variables.
6033 Add reference to gdb/19 for related tests.
6034 (do_tests): Call probe_demangler.
6035
1de8f023
KB
60362001-01-30 Kevin Buettner <kevinb@redhat.com>
6037
6038 * gdb.c++/templates.cc (printf): Remove unused function definition.
6039
ca3f91ed
MS
60402001-01-26 Felix Lee <flee@redhat.com>
6041
6042 * sid.exp (sid_exit): Pass host, not target, to remote_close.
6043
60442001-01-25 matthew green <mrg@redhat.com>
6045
6046 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
6047 up sid.
6048 (sid_exit): Call `remote_pop_conn' after GDB is gone.
6049
60502001-01-25 matthew green <mrg@redhat.com>
6051
6052 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 6053 Deprecate $sid_spawn_id.
ca3f91ed
MS
6054 (sid_exit): Remove code necessary only for `spawn.'
6055
60562001-01-25 matthew green <mrg@redhat.com>
6057
6058 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
6059
fb18ec4a
MC
60602001-01-28 Michael Chastain <chastain@redhat.com>
6061
6062 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
6063 to call when tests fail. It takes gdb out of the overloaded
6064 function choice menu back to the main prompt, so that the test
6065 program stays synchronized.
6066 (set_bp_overloaded): New proc to collect all the common
6067 code for setting a breakpoint on an overloaded name. Calls
6068 take_gdb_out_of_choice_menu when needed.
6069 (menu_overload1arg): New variable to collect the repeated
6070 instances of the expected menu for an overloaded name. Change
6071 the regular expression to handle changes in g++ type encoding:
6072 "void" can be either "void" or "", and "unsigned int" can be
6073 either "unsigned int" or "unsigned".
6074 (continue_to_bp_overloaded): Change regular expressions to handle
6075 changes in g++ type encoding.
6076 (no proc): Call take_gdb_out_of_choice_menu when needed.
6077 Remove redundant calls to "info break". Accept either "canceled"
6078 or "cancelled". Change regular expressions in "info break"
6079 calls to handle changes in g++ type encoding. Give all tests
6080 unique strings.
6081
9c646a6e
BE
60822001-01-17 Ben Elliston <bje@redhat.com>
6083
6084 * config/sid.exp: New file.
6085
9549d9c1
AC
6086Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
6087
6088 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
6089
dc96c6c7 60902000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
6091
6092 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
6093 Add a RE to accept a non-ascii char if one is ever presented.
6094
b4df4f68
FN
60952000-12-20 Fernando Nasser <fnasser@redhat.com>
6096
297dd0fd 6097 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 6098
dc96c6c7 60992000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 6100
d63a86f8 6101 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
6102 in regexp. One '\' does not suffice on Linux.
6103
4a7bddb6
MC
61042000-12-09 Michael Chastain <chastain@redhat.com>
6105
6106 * gdb.base/break.exp (test_clear_command): Use a marker function
6107 rather than 'main' for the test function. Also move this
6108 test to an execution point where the marker function names are
6109 guaranteed to be bound to functions. (Executing tests after a
6110 'finish' from main runs into name conflicts with local names
6111 in __libc_start_main).
6112
dc96c6c7 61132000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
6114
6115 * gdb.base/finish.exp: New test for gdb's "finish" command.
6116 * gdb.base/return2.exp: New test for gdb's "return" command.
6117 * gdb.base/return2.c: New source file for above.
6118
dc96c6c7 61192000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
6120
6121 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
6122 * gdb.base/miscexprs.exp: Ditto.
6123 * gdb.base/pointers.exp: Ditto.
6124 * gdb.c++/derivation.exp: Ditto.
6125 * gdb.c++/local.exp: Ditto.
6126 * gdb.c++/namespace.exp: Ditto.
6127 * gdb.c++/overload.exp: Ditto.
6128 * gdb.c++/ref-types.exp: Ditto.
6129
dc96c6c7 61302000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
6131
6132 * gdb.base/constvars.exp: Test result of "up" command.
6133 * gdb.base/miscexprs.exp: Ditto.
6134 * gdb.base/pointers.exp: Ditto.
6135 * gdb.base/scope.exp: Ditto.
6136 * gdb.c++/derivation.exp: Ditto.
6137 * gdb.c++/local.exp: Ditto.
6138 * gdb.c++/namespace.exp: Ditto.
6139 * gdb.c++/overload.exp: Ditto.
6140 * gdb.c++/ref-types.exp: Ditto.
6141
44097287
FN
61422000-11-22 Michael Chastain <chastain@redhat.com>
6143
6144 * mips_pro.exp: Accept either "middle -> top -> main" or
6145 "middle -> main" in the backtrace, because gcc can optimize
6146 tail calls to jumps. Remove setup_xfail for the hppa case.
6147 Add a comment with the original warning messages from PR 3016,
6148 which was filed in 1993, to preserve them for posterity.
6149
9d2e1bab
ND
61502000-11-17 Nick Duffek <nsd@redhat.com>
6151
6152 * lib/gdb.exp (gdb_test): Override timeout with board info.
6153
1aca8eb7
ND
61542000-11-17 Nick Duffek <nsd@redhat.com>
6155
6156 * gdb.base/display.exp: Don't kill running stub. Add "again" to
6157 the second kill and detach messages.
6158
93076499
ND
61592000-11-17 Nick Duffek <nsd@redhat.com>
6160
6161 * configure.in: Add AC_EXEEXT.
6162 * configure: Regenerate.
6163 * Makefile.in (just-check): Export EXEEXT.
6164 * lib/gdb.exp ($EXEEXT): Import from environment.
6165 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
6166 expect "maint dump-me" on Cygwin.
6167 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
6168 $EXEEXT.
6169
30e87cd3
ND
61702000-11-17 Nick Duffek <nsd@redhat.com>
6171
6172 * gdb.base/break.exp: Test backtrace and finish from called
6173 function on all platforms, not just HP-UX.
6174
dc96c6c7 61752000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
6176
6177 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
6178 code from gdb_target_monitor, so it can be used independantly
6179 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 6180
dc96c6c7 61812000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
6182
6183 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
6184 * gdb.base/corefile.exp: Expect the message "Program is being
6185 debugged already" when we send the "corefile" command, since
6186 the preceeding gdb_load may have connected gdb to a remote target.
6187 * gdb.base/display.exp: Disable hardware watchpoints if new
6188 board info variable "no_hardware_watchpoints" is true.
6189 Replace single-letter commands with more readable ones.
6190 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
6191 if new board info variable "no_hardware_watchpoints" is true.
6192 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
6193 to see if stdio (printf) testing is possible.
6194 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
6195 board info variable "no_hardware_watchpoints" is true. Use new
6196 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
6197
39124dea
FN
61982000-11-13 Fernando Nasser <fnasser@redhat.com>
6199
6200 From Orjan Friberg <orjanf@axis.com>:
6201 * gdb.base/printcmds.exp: Escape curly braces followed by a number
6202 in array print pattern match.
6203
a9e2e984
FN
62042000-11-09 Fernando Nasser <fnasser@redhat.com>
6205
6206 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
6207 spelling "cancelled" to U.S. spelling "canceled" to match changes
6208 made to gdb.
6209 * gdb.c++/ovldbreak.exp: Ditto.
6210
c7db355b
PS
62112000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6212
6213 * gdb.base/callfuncs.c (main): Moved to end of file, call
6214 t_double_values to initialize the FPU before inferior calls are made.
6215 * gdb.base/callfuncs.exp: Test for register preservation after calling
6216 inferior functions. Add tests for continuining, finishing and
6217 returning from a stop in a call dummy.
6218
dc96c6c7 62192000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
6220
6221 * gdb.base/commands.exp: Break up long lines, and re-indent.
6222
dc96c6c7 62232000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
6224
6225 * config/gdbserver.exp: Rewritten from the ground up, to make it
6226 compatible with the current dejagnu tree, and to make it work with
6227 the new "gdbserver" in libremote.
6228
dc96c6c7 62292000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
6230
6231 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
6232 * gdb.base/varargs.exp: Skip entire test if no printf support.
6233 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
6234 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
6235
dc96c6c7 62362000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
6237
6238 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
6239 no floating point support.
6240 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
6241 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
6242 * gdb.base/call-rt-st.exp: Ditto.
6243 * gdb.base/call-strs.exp: Ditto.
6244
bac5fc66
JG
62452000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
6246
6247 * gdb.base/sizeof.c: include <stdio.h>.
6248
6249 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
6250 'finish', otherwise uncaptured gdb_prompt would potentially
6251 throw remaining test points out of sync.
6252
b22a6027
SB
62532000-07-26 Scott Bambrough <scottb@netwinder.org>
6254
6255 * gdb.base/recurse.exp: Run tests for all targets.
6256 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
6257 gnu-oldld case on ARM.
6258 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
6259 for ARM targets.
d63a86f8 6260
d8231941
AG
6261Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
6262
6263 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
6264 * gdb.java/configure: Rebuild.
6265
8caabe69
AG
6266Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
6267
6268 * gdb.java/jv-exp.exp: New file.
6269
9d273ca3
AG
6270Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
6271
6272 * configure: Rebuilt.
6273 * configure.in (configdirs): Add gdb.java.
6274 * gdb.java/jmisc.java: New file.
6275 * gdb.java/jmisc.exp: New file.
6276 * gdb.java/Makefile.in: New file.
6277 * gdb.java/configure: Rebuilt.
6278 * gdb.java/configure.in: New file.
6279 * lib/java.exp: New file.
6280
4f823a66
AC
6281Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
6282
6283 * gdb.base/exprs.exp: Test casts to a pointer including over and
6284 underflow.
6285
2391e11d
AC
6286Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
6287
6288 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
6289 and the compilers sizes.
6290
54602222
ND
62912000-07-09 Nick Duffek <nsd@redhat.com>
6292
6293 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
6294 (use_methods): New function.
6295 (main): Call use_methods().
6296 * gdb.c++/classes.exp (test_method_param_class): New procedure.
6297 (do_tests): Call test_method_param_class.
6298
2bec0572
ND
62992000-07-09 Nick Duffek <nsd@redhat.com>
6300
6301 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
6302 spelling.
6303 (test_enums): New procedure. Move enum tests from end of script
6304 to here. Set breakpoint on function name instead of line number.
6305 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
6306 (enums2): New marker function.
6307 (enums1): New function.
6308 (main): Call enums1(). Move enum tests to enums1().
6309
78492fde
AC
6310Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
6311
6312 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
6313 compile/link program. Update line numbers.
6314 * gdb.asm/d10v.inc: Define ``startup''.
6315 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 6316
49a2cef8
AC
6317Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
6318
6319 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
6320
3e6c8688
EZ
63212000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6322
6323 * gdb.base/maint.exp: Add 'maint print architecture' item to output
6324 of 'help maint print' command.
6325
9ff5cbe9
AC
6326Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
6327
6328 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
6329 they use gdb_expect_list.
6330
17c579bd
AC
6331Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
6332
6333 * gdb.base/commands.exp: Use ``set remote
6334 memory-read-packet-size'' instead of ``set endian big'' to test
6335 long commands.
6336
e6d71bf3
DB
63372000-06-03 Daniel Berlin <dan@cgsoftware.com>
6338
6339 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 6340 g++, and stop skipping them.
e6d71bf3
DB
6341
6342 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
6343 work under g++.
6344
d63a86f8 6345 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
6346 initialization.
6347
dc96c6c7 63482000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
6349
6350 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
6351 the regular expression: accept an (almost) arbitrary sequence of
6352 "frames-invalid" and "breakpoints-invalid" messages both before
6353 and after the "starting" message.
6354
dc96c6c7 63552000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
6356
6357 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 6358
dc96c6c7 63592000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
6360
6361 * gdb.base/annota1.exp (annotate-signal-handler-caller):
6362 Relax the regular expression a little, make it pass on Solaris 8.
6363
8216cda9
KB
63642000-05-12 Kevin Buettner <kevinb@redhat.com>
6365
6366 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 6367 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
6368 Instead, it is permissible for gdb to stop on the line of the
6369 call itself.
6370
1a570b2f
MS
63712000-05-12 Michael Snyder <msnyder@.cygnus.com>
6372
6373 * gdb.base/break.exp (bp on small function, optimized file):
6374 Add a second pass pattern. The behavior differs here between stabs
6375 and dwarf for one-line functions. Stabs preserves two line symbols
6376 (one before the prologue and one after) with the same line number,
6377 but dwarf regards these as duplicates and discards one of them.
6378 Therefore the address after the prologue (where the breakpoint is)
6379 has no exactly matching line symbol, and GDB reports the breakpoint
6380 as if it were in the middle of a line rather than at the beginning.
6381
dc96c6c7 63822000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 6383
d63a86f8 6384 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
6385 rather than "send_gdb" (for consistancy).
6386
7d418785
AC
6387Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6388
6389 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
6390 * gdb.c++/templates.cc: Properly check for GCC version number.
6391 * lib/compiler.cc: Likewise
6392
dc96c6c7 63932000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 6394
d63a86f8 6395 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
6396 gdb may not stop at the first line of main, due to code motion.
6397
dc96c6c7 63982000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
6399
6400 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
6401 This test depends on parsing the printf output from the target.
6402 Since the sparclet stub doesn't do stdio, this will never work.
6403 * gdb.base/call-rt-st.exp: ditto.
6404 * gdb.base/call-strs: ditto.
6405
dc96c6c7 64062000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
6407
6408 * gdb.base/miscexprs.exp: make sizeof long array test portable.
6409
6410 * gdb.base/ending-run.exp: After connecting to a remote target,
6411 but before running, the target will appear to be in a random
6412 location. Specify both a file and a line for breakpoints.
6413 Also, the function that calls main may be called 'init'
6414 rather than 'start'.
6415
a5a51225
EZ
64162000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6417
6418 * gdb.base/help.exp: Update output for add-symbol-file command.
6419
7930cc7c
FN
64202000-04-10 Fernando Nasser <fnasser@cygnus.com>
6421
6422 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6423 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
6424
23e37ab1
C
64252000-04-07 J.T. Conklin <jtc@redback.com>
6426
e93c542c
C
6427 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
6428
23e37ab1
C
6429 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
6430
591b8fa3
PDM
6431Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
6432
6433 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
6434 values that can be represented exactly.
6435 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
6436 above change, and to not check against the directory part of the source
6437 file name.
6438 (step into print_long_arg_list): Likewise.
6439 (print print_small_structs from print_long_arg_list): Likewise.
6440 (print print_long_arg_list): Likewise.
6441
7a495180
EZ
64422000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6443
30b53638 6444 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 6445
beb998c6
AC
6446Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
6447
6448 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
6449
1c689132
DB
64502000-03-25 Daniel Berlin <dan@cgsoftware.com>
6451
6452 * gdb.base/commands.exp (deprecated_command_test): Add test for
6453 deprecate with no arguments.
6454
c1790a9d
JL
64552000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
6456
6457 * gdb.base/break.exp: Add new test for setting breakpoints on
6458 optimized code so we can test breakpoints work even when function
6459 prologues may be optimized away
6460
003ba290
FN
64612000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6462
6463 From David Whedon <dwhedon@gordian.com>
6464 * gdb.base/commands.exp : Added command deprecator tests.
6465
6837a0a2
DB
64662000-03-22 Daniel Berlin <dan@cgsoftware.com>
6467
6468 * gdb.base/help.exp: Added test for new apropos command.
6469
b9593231
KB
64702000-03-21 Kevin Buettner <kevinb@redhat.com>
6471
6472 * gdb.base/pointers.c (usevar): New function.
6473 (main): Make sure that global variables v_int_pointer2, rptr,
6474 and y are all referenced someplace in the program by calling
6475 usevar() on them. [Some linkers delete symbols which are
6476 never referenced. The space remains, but there's no way to
6477 get a (symbolic) handle on the variable from the debugger.]
6478
751a959b
EZ
64792000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6480
6481 * gdb.base/printcmds.c: Add typedeffed arrays.
6482
6483 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
6484 procedure to test arrays that are typedef'd.
6485
73a93a32
JI
64862000-03-13 James Ingham <jingham@leda.cygnus.com>
6487
6488 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 6489 the library directories.
73a93a32 6490
fb40c209
AC
6491Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
6492
6493 * configure.in (configdirs): Add sub directory gdb.mi.
6494 * configure: Re-generate.
6495
6496 * gdb.mi: New directory.
d63a86f8 6497
ee4dd2c9
AC
64982000-02-25 Scott Bambrough <scottb@netwinder.org>
6499
6500 * gdb.base/long_long.exp: Correct test suite failure when printing
6501 a long long value as a double on ARM platforms.
6502
70f0cc22
JB
65032000-02-16 Jim Blandy <jimb@redhat.com>
6504
6505 * gdb.base/break.exp ("breakpoint line number"): Make sure the
6506 default source file is set properly before running this test.
6507
853819b8
EZ
65082000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6509
6510 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
6511 gdbtk/library directory, not in gdbtcl2.
6512
dfcd3bfb
JM
65132000-02-04 Jim Blandy <jimb@redhat.com>
6514
6515 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
6516 backslash from regexp pattern.
6517
6518 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
6519 procedure. Use it to run all the "continue to bp overloaded"
6520 tests. Note that this changes the names of the tests slightly.
6521 If the breakpoint hit message includes a hex PC value, because
6522 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
6523 from the real source code, still consider that a pass.
6524
6525 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
6526 XFAIL here if the breakpoint message contains a hex address. Note
6527 similar change on 1999-11-02.
6528
6529 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
6530
6531 * gdb.base/ptype.exp: Establish a default source file before
6532 calling get_debug_format.
6533
65342000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
6535
6536 * gdb.base/watchpoint.exp: Remove duplication of test messages.
6537
8b93c638
JM
65382000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
6539
6540 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
6541 of successive stepi commands -- while in the prologue we should see
6542 the function entry bracket.
6543
65442000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
6545
6546 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
6547 reach __change_mode() when stepping through the end of main().
6548
c5394b80
JM
65492000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
6550
6551 * gdb.base/default.exp: Fix expected pattern.
6552 * gdb.base/help.exp: Same.
6553
0d06e24b
JM
65542000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6555
6556 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
6557 Don't use xfail's because that affects only the following test.
d63a86f8 6558
0d06e24b
JM
6559 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
6560 solaris or linux.
6561
6562 * gdb.base/selftest.exp: Update to reflect changes to main.c.
6563
dc96c6c7 65642000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 6565
d63a86f8 6566 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
6567 "A syntax error" rather than "A parse error". Accept both.
6568
65692000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
6570
6571 * gdb.base/default.exp: Remove OS dependent string from "target
6572 remote" test.
6573 * gdb.base/help.exp: Same for "help target remote" test.
6574
c3f6f71d
JM
65752000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6576
6577 From Jim Kingdon <kingdon@redhat.com>:
6578
6579 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
6580 prompt (cleanup rather than necessity, but still might keep output
6581 from spilling to next test).
6582
65832000-01-02 Fred Fish <fnf@cygnus.com>
6584
6585 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
6586 AIX, which defines them in <sys/types.h>.
6587
ed9a39eb 65881999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 6589
ed9a39eb
JM
6590 * gdb.base/default.exp: Match arm* etc instead of arm in "info
6591 float" test.
6592
65931999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 6594
ed9a39eb 6595 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
6596
6597 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
6598 outermost frame disallowed".
6599
66001999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
6601
6602 * gdb.base/setvar.exp: New tests for setting the value of a struct
6603 with a constant list.
6604
66051999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
6606
6607 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
6608 require the user to type a cast before setting the value of a struct.
6609
de57eccd
JM
66101999-12-06 Jim Blandy <jimb@cygnus.com>
6611
6612 * gdb.base/default.exp: Expect the new 'info float' command on
6613 all i386 platforms.
6614
6615 * gdb.threads/linux-dp.exp: Expand our ability to recognize
6616 LinuxThreads libraries that don't support debugging.
6617
c2d11a7d
JM
6618Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
6619
6620 * gdb.base/remote.c: Fill the buffer with truely random data.
6621 Change the buffer type to ``unsigned char'' to simplify size
6622 arithmetic.
6623
6624 * gdb.base/remote.exp: Reduce download numbers by one. Typical
6625 stub only handles 400-1 byte packets. Verify that the download
6626 worked.
6627
66281999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
6629
6630 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
6631 tests, using UNRESOLVED for the untested cases. Also, does not wait
6632 for a timeout if the prompt was received before a recognizable pattern.
6633
66341999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
6635
6636 * lib/gdb.exp (gdb_expect_list): Fix spelling.
6637
66381999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6639
6640 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
6641 watchpoints.
6642
66431999-11-24 Jason Merrill <jason@casey.cygnus.com>
6644
6645 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
6646
6647 * gdb.c++/local.exp: Be more flexible in recognizing local class
6648 name mangling. Don't allow horribly truncated method names.
6649 * gdb.c++/derivation.exp: Expect protected inheritance.
6650 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
6651 * gdb.c++/virtfunc.exp: Likewise.
6652 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
6653 when printing a nested enum.
6654
66551999-11-22 Jim Blandy <jimb@cygnus.com>
6656
6657 * gdb.base/step-test.exp: Properly await GDB's response to setting
6658 a breakpoint on the call to large_struct_by_value.
6659
6660 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
6661 just because we have debug info for the `start' function.
6662
66631999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
6664
6665 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
6666 "Unknown signal" messages, which indicate (on LinuxThreads) that
6667 GDB doesn't know how to debug threads on this system. This is
6668 better than hanging while philosopher 0 dumps chatter into gdb.log.
6669
66701999-11-18 Tom Tromey <tromey@cygnus.com>
6671
6672 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
6673
66741999-11-18 Fred Fish <fnf@cygnus.com>
6675
6676 * gdb.base/coremaker2.c: Add sample program for generating
6677 cores that is more self contained than coremaker.c. Eventually
6678 I'll add more code to this and tie it into the testsuite.
6679
4ce44c66
JM
66801999-11-12 Stan Shebs <shebs@andros.cygnus.com>
6681
6682 * gdb.base/dollar.exp: Remove, now in gdb.hp.
6683
66841999-11-10 Jimmy Guo <guo@cup.hp.com>
6685
6686 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
6687 from $srcdir/lib/.
6688 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
6689 and gdb.c++/.
6690
6691 * gdb.c++/derivation.exp: remove redundant get compiler info code.
6692
d63a86f8 6693 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
6694 'continue with watch' test point.
6695
66961999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
6697
6698 Merged from p2linux-990323-branch:
d63a86f8 6699
4ce44c66
JM
6700 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
6701
11cf8741
JM
6702Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
6703
6704 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
6705 {limit,fixed}''. Test ``set download-write-size''.
6706
6707Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
6708
6709 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
6710 gdb_expect_list.
6711
6712Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
6713
6714 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
6715
67161999-11-03 Mark Salter <msalter@cygnus.com>
6717
6718 * gdb.base/break.exp: Fix "stub continue" pattern.
6719
67201999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
6721
6722 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
6723
67241999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
6725
6726 * gdb.base/display.exp ("finish"): Add timeout clause.
6727
6728 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
6729 plain prompt clause, so this doesn't have to time out in order to
6730 fail.
6731
6732 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
6733 breakpoint hit messages include an address.
6734
6735 * gdb.base/display.exp: Don't forget to escape parens in regular
6736 expressions. Unix regexp notatation sucks.
6737
67381999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6739
6740 * gdb.base/annota1.exp: Test for annotate-signalled: change output
6741 order for 'signalled' message.
6742
5c44784c
JM
67431999-11-01 Stan Shebs <shebs@andros.cygnus.com>
6744
6745 From Jimmy Guo <guo@cup.hp.com>:
6746 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
6747 * gdb.base/annota1.c: Add code for tests to work with.
6748
67491999-10-26 Frank Ch. Eigler <fche@cygnus.com>
6750
6751 * gdb.base/remote.exp: New test for remote downloading settings.
6752 * gdb.base/remote.c: New file with large .data.
6753
917317f4
JM
67541999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
6755
6756 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
6757 for LinuxThreads support, merged from the Code Fusion branch.
6758
6759Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
6760
6761 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
6762 containing exp_continue into a while within an expect. Don't
6763 attempt a start more than three times. Check return value from
6764 gdb_load.
d63a86f8 6765
2df3850c
JM
6766Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
6767
6768 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
6769 a pass case.
6770
2acceee2
JM
67711999-10-01 Kevin Buettner <kevinb@cygnus.com>
6772
6773 * gdb.base/break.c (main): Added a statement that we can step
6774 off of.
6775 * gdb.base/break.exp: Added tests for setting a breakpoint
6776 at an offset and stepping onto a breakpoint.
6777
67781999-10-01 Fred Fish <fnf@cygnus.com>
6779
d63a86f8 6780 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
6781 gdb output.
6782
c2c6d25f
JM
67831999-09-18 Jim Blandy <jimb@cris.red-bean.com>
6784
6785 * gdb.base/break.exp: Code locations are in hex, don't forget!
6786 (For HP-UX.)
6787
67881999-09-17 Stan Shebs <shebs@andros.cygnus.com>
6789
6790 * condbreak.exp: Use break.c as test program.
6791 * condbreak.c: Remove, redundant with break.c.
6792
67931999-09-15 Stan Shebs <shebs@andros.cygnus.com>
6794
6795 * config/monitor.exp (gdb_target_monitor): Disable X- and
6796 Z-packets if the target needs it.
6797
67981999-09-13 James Ingham <jingham@leda.cygnus.com>
6799
6800 * gdb.c++/overload.exp: Added tests for listing overloaded
6801 functions with function pointers in the arg, explicitly calling
6802 out the version you want.
6803
cff3e48b
JM
68041999-09-09 Stan Shebs <shebs@andros.cygnus.com>
6805
6806 * long_long.exp: Add variations of test cases that work for
6807 targets with 16-bit ints and 32-bit doubles.
6808
d4f3574e
SS
68091999-09-08 Stan Shebs <shebs@andros.cygnus.com>
6810
6811 * break.c (main): Compare a possibly-uninitialized argc with an
6812 unlikely value that fits in 16 bits.
6813
68141999-09-07 Stan Shebs <shebs@andros.cygnus.com>
6815
6816 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
6817 0xfeeb, don't want negative numbers if ints are 16 bits.
6818
6819 * lib/gdb.exp (skip_cplus_tests): New proc.
6820 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
6821 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
6822 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
6823 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
6824 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
6825 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
6826 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
6827 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
6828
6829 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
6830
6831Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
6832
6833 * gdb.base/corefile.exp (up): Allow a parameter to appear
6834 in the frame that we're going up to.
6835
6836 From Jim Blandy <jimb@cygnus.com>:
6837
6838 * gdb.base/default.exp (info float): Expect some output now.
6839
6840 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
6841 returning floating-point values to fail on the x86.
6842 * gdb.base/callfwmall.exp (do_function_calls): Same.
6843
6844 * gdb.base/list.exp (test_listsize): Correct expectations for
6845 listing line 1 with listsize 2. Also, listing a single line
6846 works now, as does listing three lines. [Kevin's note: There
6847 were a number of other cases fixed too where the expectations
6848 differed...]
6849
68501999-09-02 Stan Shebs <shebs@andros.cygnus.com>
6851
6852 * gdb.base/selftest.exp: Add case for when version prints as
6853 constant string instead of char pointer.
6854
104c1213
JM
68551999-08-25 Stan Shebs <shebs@andros.cygnus.com>
6856
6857 * gdb.base/ending-run.exp: Add Solaris case for what happens when
6858 stepping out of main.
6859
6860 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
6861 G++ used.
6862
6863 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
6864 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
6865
6866 * gdb.c++/ovldbreak.exp: Update match string in test that
6867 includes a warning of multiple breakpoints.
6868
68691999-08-24 Stan Shebs <shebs@andros.cygnus.com>
6870
6871 * gdb.base/display.exp: Improve precision of step-after-finish
6872 added yesterday.
6873
6874 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
6875 test.
6876
6877 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
6878 configs when using G++, not just hppa*.
6879
68801999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6881
6882 * gdb.base/async.c: New file.
6883 * gdb.base/async.exp: New file.
6884
6885Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
6886
6887 * gdb.base/break.exp: Tweak PA specific tests to properly handle
6888 PA64.
6889
53a5351d
JM
6890Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
6891
104c1213
JM
6892 * gdb.base/display.exp: "finish" can leave us mid-line on many
6893 targets, deal with it. Add a small constant to main, instead of
6894 1000 since main+1000 may not be a valid address in the target.
6895
53a5351d
JM
6896 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
6897 on hpux11.
6898
6899 * gdb.base/attach.exp: Handle another hpux11 error message variant
6900 when attaching to a process that does not exist.
6901
69021999-08-19 J.T. Conklin <jtc@redback.com>
6903
6904 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
6905 characters in 'continue to 1241' test.
6906
69071999-08-17 Stan Shebs <shebs@andros.cygnus.com>
6908
6909 * gdb.base/call-ar-st.exp: Add a shorter match case for the
6910 stop in print_long_arg_list, define and use a whitespace
6911 variable in print_small_structs test, add an XFAIL for Solaris.
6912 * gdb.base/dbx.exp: XFAIL func commands until somebody is
6913 interested enough to fix.
6914
7be570e7
JM
69151999-08-13 Keith Seitz <keiths@cygnus.com>
6916
6917 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
6918 (dbx_gdb_load): Remove. Use gdb_load instead, since that
6919 proc knows about targets other than the natives.
6920 (test_assign): Use "gdb_run_cmd" to "run" the target.
6921 Check that we've actually hit the breakpoint at main.
6922 When we attempt to assign a value to a local variable, check
6923 that the variable is in the current scope, i.e., don't use
6924 a test with an empty result.
6925
6926Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
6927
6928 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
6929 command.
6930
69311999-08-09 Stan Shebs <shebs@andros.cygnus.com>
6932
6933 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6934 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
6935 gdb.compat, gdb.threads-hp.
6936 gdb.hp/configure, gdb.hp/configure.in: New files.
6937 gdb.hp/Makefile.in: Recurse into new subdirs.
6938 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
6939 gdb.hp/gdb.objdbg: New directory, tests for debugging info
6940 in object files.
6941 gdb.hp/tools: New directory, aux tools for HP-specific tests.
6942
96baa820
JM
69431999-08-05 Stan Shebs <shebs@andros.cygnus.com>
6944
6945 * gdb.base/display.exp: Help expect by putting a newline in the
6946 funky printf, remove a bogus p/a test.
6947
69481999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6949
6950 * gdb.base/display.exp: Make sure that when we say 'run', we are
6951 connected to the target. This is necessary when running not
6952 natively.
6953
69541999-08-03 Stan Shebs <shebs@andros.cygnus.com>
6955
6956 * gdb.base/step-test.exp: Removed some extraneous messages.
6957
6958 * gdb.base/long_long.exp: Don't run memory examination tests
6959 on little-endian targets (they will need a different set of
6960 results to match).
6961
69621999-08-02 Stan Shebs <shebs@andros.cygnus.com>
6963
6964 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
6965 until somebody decides to fix GDB.
6966
6967 * gdb.base/long_long.c: Stop compiler complaint by specifying long
6968 constant as "ULL".
6969 * gdb.base/long_long.exp: Loosen x/c test, add partial result
6970 matches for a couple x/2 commands.
6971
a0b3c4fd
JM
69721999-07-30 Stan Shebs <shebs@andros.cygnus.com>
6973
6974 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
6975 by merging in ref-types2 tests.
6976 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
6977
6978 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6979 * gdb.c++/Makefile.in: Add standard actions.
6980 (EXECUTABLES): Rename from PROGS, update list.
6981 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
6982 from gdb.hp.
6983 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
6984 foo and bar locals.
6985 * gdb.c++/anon-union.exp: Fix tests to match.
6986 * gdb.c++/classes.exp: Run if HP compiler used, add extra
6987 expect matches to handle output variations.
6988 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
6989 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
6990 output, add HP alternatives for new and delete prints.
6991 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
6992 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
6993 * gdb.c++/demangle.exp: Use $style when reporting failure.
6994 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
6995 * gdb.c++/inherit.exp: Run if HP compiler used, add some
6996 match alternatives.
6997 * gdb.c++/local.exp: Add match alternatives or xfails for HP
6998 compilers.
6999 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
7000 * gdb.c++/method.exp: Add match alternatives.
7001 * gdb.c++/misc.cc: Add bool types.
7002 * gdb.c++/misc.exp: Add tests for bool types.
7003 * gdb.c++/overload.exp: Add xfails.
7004 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
7005 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
7006 add some more template parameter tests (only for HP currently).
7007 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
7008 * gdb.c++/virtfunc.cc: Add return type and value for main.
7009 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
7010 match alternatives.
d63a86f8 7011
a0b3c4fd
JM
70121999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7013
7014 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
7015
70161999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
7017
7018 * gdb.base/signals.exp: Don't expect getting a backtrace from
7019 within a signal handler to fail on Linux.
7020
70211999-07-29 Stan Shebs <shebs@andros.cygnus.com>
7022
7023 From Jimmy Guo <guo@cup.hp.com> and others at HP:
7024 * lib/gdb.exp: Remove some gratuitious semicolons.
7025 (delete_breakpoints): Increase timeout.
7026 (gdb_expect): Add -notransfer option.
7027 (gdb_test): Use -notransfer option.
7028 (get_compiler_info): Add f77 case.
7029 (get_compiler): New proc, split out from gdb_preprocess, add f77
7030 case.
7031 (gdb_preprocess): Call get_compiler.
7032
7033 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
7034 * gdb.base/attach.exp, gdb.base/display.exp,
7035 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
7036 gdb.base/long_long.exp, gdb.base/printcmds.exp,
7037 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
7038 third arg to gdb_test.
7039 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
7040 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
7041 HP-UX xfails, add others.
7042 * gdb.base/completion.exp: Reflect name change of self-test.
7043 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
7044 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
7045 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
7046 HP failure number.
7047 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
7048 useless HP-UX 10.30 references.
7049 * gdb.base/maint.exp: Loosen matches.
7050 * gdb.base/pointers.c (main): Declare more_code.
7051 * gdb.base/pointers.exp: Match on output of a `next'.
7052 * gdb.base/structs.c: Add prototypes.
7053 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
7054 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
7055
70561999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7057
7058 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
7059 command.
7060
70611999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7062
7063 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
7064 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
7065
7066 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
7067 debug info. Deal with lack of signal hanlder info in stack.
7068
7069 From Jim Kingdon <kingdon@redhat.com>:
7070 * gdb.base/annota1.exp: If printf has debug info, deal with it.
7071
5a2468f5
JM
70721999-07-19 Stan Shebs <shebs@andros.cygnus.com>
7073
7074 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
7075 gdb.base/foll-vfork.exp: Don't run for crosses.
7076
adf40b2e
JM
7077Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
7078
7079 * gdb.base/configure.in: Check for gdbvars.exp instead of
7080 a1-selftest.exp.
7081 * gdb.base/configure: Re-generate.
7082
70831999-07-12 Stan Shebs <shebs@andros.cygnus.com>
7084
7085 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
7086 in trying to run first and name is too long.
7087
7088 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
7089 pointers2.c and pointers2.exp, respectively.
7090 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
7091 doschk happier.
7092
43e526b9
JM
70931999-07-08 Stan Shebs <shebs@andros.cygnus.com>
7094
7095 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
7096 callfuncs2.c and callfuncs2.exp.
7097
7098 * gdb.base/list.exp: Remove mistaken xfails.
7099 * gdb.base/list0.h: Add optional prototypes.
7100
9846de1b
JM
7101Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
7102
7103 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
7104 calling malloc.
7105 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
7106 * ptype.exp: Move test for get_debug_format to before its first
7107 use.
7108
71091999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7110
7111 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
7112 * gdb.base/annota2.cc, annota2.exp: Move from here.
7113 * gdb.c++/annota2.cc, annota2.exp: To here.
7114 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
7115
43ff13b4
JM
7116Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7117
7118 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
7119 a consistent format.
7120
085dd6e6
JM
71211999-06-25 Stan Shebs <shebs@andros.cygnus.com>
7122
7123 From Jimmy Guo <guo@cup.hp.com> and others at HP:
7124 * lib/gdb.exp (get_compiler_info): Add detection for assorted
7125 HP compilers, also set the globals $true and $false.
7126
7127 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
7128 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
7129 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
7130 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
7131 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
7132 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
7133 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
7134 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
7135 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
7136 whatis.c} Add C++ compatible function definitions and return
7137 types, add includes for library functions.
7138 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
7139 * gdb.base/step-test.c (myglob): Rename from glob.
7140 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
7141 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
7142 files, move here from gdb.hp.
7143 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
7144 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
7145 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
7146 Adjust line numbers in regexps.
7147
7148 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
7149 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
7150 instead of 0/1.
7151
7152 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
7153 foll-vfork.exp: New files, move here from gdb.hp.
7154 * gdb.base/page.exp: New file, test of pagination command.
7155
7156 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
7157 recursion test.
7158 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
7159
7160 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
7161 gdb.base/solib.exp: Fix compiler invocation process.
7162
7163 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
7164 HP-UX 11, turn off overload resolution explicitly.
7165 * gdb.base/commands.exp: Set argument list explicitly, add
7166 watchpoint test.
7167 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
7168 them work.
7169 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
7170 expressions properly.
7171 * gdb.base/corefile.exp: Loosen the match slightly.
7172 * gdb.base/default.exp: Allow "Error accessing memory" message
7173 also.
7174 * gdb.base/display.exp: Skip over x/0 j if PA64.
7175 * gdb.base/funcargs.exp: Add xfails for HP-UX.
7176 * gdb.base/interrupt.exp: Ditto.
7177 * gdb.base/langs.exp: Add symbolic matches governed by compiler
7178 in use.
7179 * gdb.base/list.exp: Add xfails for HP-UX.
7180 * gdb.base/long_long.exp: Refine some of the numeric matches.
7181 * gdb.base/mips_pro.exp: Xfail on HP-UX.
7182 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
7183 * gdb.base/nodebug.exp: Succeed on more varieties of output.
7184 * gdb.base/opaque.exp: Remove some HP-UX xfails.
7185 * gdb.base/ptype.exp: Succeed on more varieties of output.
7186 * gdb.base/scope.exp: Add xfails for HP-UX.
7187 * gdb.base/sect-cmd.exp: Add more cases.
7188 * gdb.base/setvar.exp: Add xfails for HP-UX.
7189 * gdb.base/shlib-call.exp: Loosen some matches slightly.
7190 * gdb.base/signals.exp: Match on void symbolically.
7191 * gdb.base/step-test.exp: Add case for PA64.
7192 * gdb.base/term.exp: Add exit and restart.
7193 * gdb.base/twice.exp: Clean up after self.
7194 * gdb.base/varargs.exp: Disable overload resolution explicitly.
7195 * gdb.base/whatis.exp: Allow more ways to pass tests.
7196
7197 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
7198 no longer useful.
7199
7200Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
7201
7202 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
7203 list of patterns.
7204 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
7205 print_double_array(double_array)", "continuing to breakpoint
7206 1018", "print print_double_array(array_d)" and "continuing to
7207 1034" tests.
d63a86f8 7208
085dd6e6
JM
72091999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7210
7211 * Makefile.in: Add empty html and install-html targets.
7212
72131999-06-24 Stan Shebs <shebs@andros.cygnus.com>
7214
7215 * config/mt-*: Remove, these haven't been used since 1996.
7216
72171999-06-22 Stan Shebs <shebs@andros.cygnus.com>
7218
7219 * gdb.base/call-strs.c, gdb.base/ending-run.c,
7220 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
7221 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
7222
9e0b60a8
JM
72231999-06-18 Stan Shebs <shebs@andros.cygnus.com>
7224
7225 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
7226 simpler match case for the ptype of the big class.
7227
72281999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
7229
7230 * gdb.exp: Fix test for gdb_prompt existence.
7231
72321999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
7233
7234 * gdb.exp (gdb_test): Add fail after calls to perror.
7235
72361999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
7237
7238 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
7239
72401999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
7241
7242 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
7243
0f71a2f6
JM
7244Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
7245
7246 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
7247 malloc() is linked in.
7248
72491999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
7250
7251 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
7252 step at end.
7253
7254 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
7255
72561999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
7257
7258 * gdb.java/jv-print.exp: New file. (Our first Java test!)
7259
cce74817
JM
7260Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
7261
7262 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
7263 * gdb.base/mips_pro.exp: Likewise.
7264
72651999-06-02 Keith Seitz <keiths@cygnus.com>
7266
7267 * gdb.c++/templates.cc: Change all "new" operators to throw
7268 an exception.
7269 * gdb.c++/cplusfuncs.cc: Likewise.
7270
7271 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
7272
7273Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
7274
7275 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
7276 * gdb.base/ending-run.exp: When stepping out of main, accept a
7277 step into an arbitrary assembler file.
7278
392a587b
JM
72791999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7280
d63a86f8 7281 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 7282 "breakpoint-invalid" to be printed.
d63a86f8 7283 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
7284 number of "frames-invalid" and "breakpoint-invalid" to be printed.
7285 * gdb.base/annota2.cc: Initialize a.x to 0.
7286
9e086581
JM
72871999-05-17 Keith Seitz <keiths@cygnus.com>
7288
7289 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
7290 when "skip_float_tests" set.
7291 Ditto for "print print_double_array(array_d)", "print print_small_structs",
7292 "print print_ten_doubles", and "step into print_long_arg_list".
7293 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
7294 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
7295 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
7296 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
7297 "skip_float_tests" is set.
7298 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
7299 when "skip_float_tests" set.
d63a86f8 7300
cd0fc7c3
SS
73011999-05-06 Keith Seitz <keiths@cygnus.com>
7302
7303 * gdb.base/annota2.cc: Include stdio.h.
7304
7305Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
7306
7307 * gdb.base/crossload.exp: Remove, this has been disabled ever
7308 since BFD stopped including all targets, and cross-GDB gets
7309 plenty of testing anyway.
7310 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
7311 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
7312 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
7313 * gdb.base/README: Remove, was doc for this.
7314 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
7315 needed.
7316
b83266a0
SS
73171999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7318
7319 * gdb.base/call-ar-st.exp: Fix one regular expression in test
7320 output.
7321
7322 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
7323 * gdb.base/annota2.exp: New file. More annotation tests.
7324 * gdb.base/annota1.c: New file. Source file for annota1.exp.
7325 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
7326
73271999-04-23 Angela Marie Thomas <angela@cygnus.com>
7328
7329 * config/cfdbug.exp: New file.
7330
7a292a7a
SS
73311999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
7332
7333 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
7334 Marcus Daniel's and Dale Hawkins's demangler crashes.
7335
7336 * gdb.c++/demangle.exp (test_gnu_style_demangling,
7337 test_lucid_style_demangling, test_arm_style_demangling,
7338 test_hp_style_demangling): Try Tom Tromey's core-dumping
7339 identifier under each demangling style.
7340
73411999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
7342
7343 * gdb.c++/demangle.exp: Include the current demangling style
7344 in all test names.
7345 (current_demangling_style): New global variable.
7346 (set_demangling_style, test_demangling_core, test_demangling,
7347 test_demangling_exact): New functions.
7348 (test_gnu_style_demangling, test_lucid_style_demangling,
7349 test_arm_style_demangling, test_hp_style_demangling): Use those,
7350 instead of calling gdb_test and gdb_test_exact directly.
7351 (catch_demangling_errors): New function, which reports errors
7352 signalled by the demangling test functions in an orderly way.
7353 (do_tests): Use catch_demangling_errors.
7354
73551999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
7356
7357 * gdb.base/signals.exp (test_handle_all_print): Use () for
7358 grouping in expressions, not {}.
7359
7360 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
7361 initialized yet.
7362
73631999-04-01 Stan Shebs <shebs@andros.cygnus.com>
7364
7365 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
7366 are listed.
7367
73681999-03-26 Stan Shebs <shebs@andros.cygnus.com>
7369
7370 * gdb.stabs/weird.exp: Test for CC being defined before
7371 looking at its value.
7372
73731999-03-25 Stan Shebs <shebs@andros.cygnus.com>
7374
7375 * gdb.base/call-ar-st.exp: Remove stray '#'.
7376 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
7377 "short int" and "long int".
7378 * gdb.c++/overload.cc: Cast the string added in the previous
7379 change, to mollify finicky HP compiler.
7380 * gdb.hp/reg-test.exp (testfile): Fix file name.
7381 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 7382
7a292a7a
SS
7383 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
7384 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
7385 alternate form of enum ptype.
7386
c906108c
SS
73871999-03-23 Stan Shebs <shebs@andros.cygnus.com>
7388
7a292a7a
SS
7389 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
7390 * gdb.hp/*.exp: Change all to run compiler probe only after
7391 passing skip_hp_tests, so as not to waste time on guaranteed
7392 failure.
7393
c906108c
SS
7394 * gdb.c++/overload.cc: Pass string instead of char addr, always
7395 init ccpfoo.
7396 * gdb.c++/templates.cc: Fix syntax error.
7397
7a292a7a
SS
7398Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7399
7400 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 7401 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
7402 command.
7403
74041999-03-18 James Ingham <jingham@cygnus.com>
7405
7406 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
7407
7408 * gdb.c++/method.exp: It was testing an uninitialized int on the
7409 stack and assuming it was positive.
7410
7411 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
7412
7413 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 7414 keep it from killing the rest of the tests.
7a292a7a
SS
7415 Use gdb_continue_to_end.
7416
7417 * gdb.base/sigall.exp: use gdb_continue_to_end.
7418
7419 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
7420
7421 * gdb.base/display.exp: use runto_main, not run.
7422
d63a86f8
RM
7423 * gdb.base/default.exp: Check for the current error message in the
7424 r abbreviation test.
7a292a7a
SS
7425 Add strongarm to the targets that know info float.
7426
d63a86f8 7427 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
7428 run which doesn't work with monitors.
7429
7430 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
7431
7432 * gdb.base/break.exp: use the gdb_continue_to_end proc.
7433
7434 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
7435 program. Traps the case (in Cygmon) when the program never really
7436 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
7437 more places, so I used my name. Sorry Mark...
7438
7439 * config/monitor.exp (gdb_target_monitor): added another
7440 target_info parameter: remotebinarydownload. This will set the
7441 remotebinarydownload flag if this is causing some boards trouble.
7442
74431999-03-18 Mark Salter <msalter@cygnus.com>
7444
7445 * lib/gdb.exp (continue_to_exit): New function.
7446
7447 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
7448 * gdb.base/ending-run.exp: Ditto.
7449 * gdb.base/step-test.exp: Ditto.
7450
74511999-03-16 Stan Shebs <shebs@andros.cygnus.com>
7452
7453 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
7454 (suggested by Art Haas <ahaas@neosoft.com>).
7455
74561999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
7457
7458 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7459
7460Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
7461
7462 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
7463 descriptions of types (short unsigned int vs unsigned short, etc).
7464
74651999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
7466
7467 * gdb.base/call-strs.exp: Don't assume that `step' will step over
7468 a call to strlen; sometimes we do have sources.
7469
74701999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
7471
7472 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
7473 character, so GDB won't print garbage after its end.
d63a86f8 7474
c906108c
SS
7475 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
7476 breakpoint there instead. Sometimes GCC emits memcpy to handle
7477 the large structures being passed by value, so we step into that
7478 instead of sum_array_print, which obscures what we're really testing.
7479 * gdb.base/step-test.exp: However, we do want a test that notices
7480 the bizarre steps into memcpy, so do that here. Add check for
7481 stepping into function calls that pass large structures by value.
7482 ("Is that a noun clause, or are you just happy to see me?")
7483 Remove all references to specific line numbers.
7484 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
7485 New type and function.
7486 (main): Call large_struct_by_value, passing it a large struct by value.
7487 * lib/gdb.exp (gdb_get_line_number): New function.
7488
7489 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
7490 more portable.
7491
7a292a7a
SS
74921999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
7493
c906108c
SS
7494 * lib/gdb.exp: Doc fixes.
7495
7a292a7a
SS
74961999-03-05 Nick Clifton <nickc@cygnus.com>
7497
d63a86f8 7498 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
7499
75001999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
7501
c906108c
SS
7502 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
7503 commands. They're not germane to this test, and they don't work
7504 that way on remote targets.
7505
3fc11d3e
JM
75061999-03-01 James Ingham <jingham@cygnus.com>
7507
7508 * Changelog entries merged over from gdb development branch.
7509
3fc11d3e
JM
7510 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
7511
7512 * lib/gdb.exp (gdbtk_analyze_results): Generic function
7513 for outputting results of test run.
7514
2d4a1622 7515 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
7516
7517 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 7518
7a292a7a
SS
75191999-02-25 Felix Lee <flee@cygnus.com>
7520
7521 * lib/gdb.exp (debug_format): initialize
7522
c906108c
SS
75231999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
7524
7525 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
7526 * gdb.base/call-rt-st.c: Ditto.
7527
c906108c
SS
75281999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
7529
7530 * gdb.threads/pthreads.exp (horiz): New variable.
7531 (test_startup): Fix regexps that capture thread numbers.
7532
75331999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
7534
7535 * gdb.base/smoke.exp: Disambiguate two test case names (both
7536 called ``print'').
7537
7538Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
7539
7540 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
7541 compilation.
7542
75431999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
7544
7545 * gdb.base/miscexprs.exp: Change patterns to match GDB's
7546 actual output formatting.
7547 * gdb.base/smoke.exp: GDB removes leading 0's.
7548 * gdb.base/volatile.exp: Don't check type of remuneration;
7549 that variable is no longer defined in constvars.c.
7550 * gdb.base/step-test.c (main): Exit with explicit exit code.
7551 * gdb.base/step-test.exp: Remove two nexti checks--they are
7552 not portable.
7553
75541999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
7555
7556 * gdb.base/help.exp ("help delete display"): Fix test to match
7557 gdb's output.
7558
7559 * gdb.base/long_long.c (known_types): Initialize values to zero.
7560 * gdb.base/long_long.exp: Step one more line
7561 so 'dec' is initialized in "get to known place". GDB removes
d63a86f8 7562 leading zeros. Explicitly ask for hex formatting. Use
c906108c
SS
7563 unique test case names.
7564
7565Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7566
d63a86f8 7567 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
7568
7569 * gdb.c++/method.exp: Add missing close brace.
7570
75711999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
7572
7573 * gdb.base/maint.exp: Use 'set height 0' to disable page
7574 prompting, not 'set height 400'.
7575
7576 Fix a bunch of timeouts.
7577 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
7578 four separate tests, so expect doesn't take forever to match a ton
7579 of text against a regexp with lots of .* forms.
7580 ("maint print psymbols", "maint print symbols"): Make some of
7581 these greps more selective, so that expect doesn't try to wade
7582 through huge piles of output and time out.
7583
7584 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
7585
7586 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
7587 tests: one which doesn't expect shlib events to be reported, and
7588 another which does, but is XFAIL for all platforms other than
7589 HP/UX.
7590
7591 * gdb.base/break.exp: Teach the test suite that the `catch
7592 fork', `catch vfork', and `catch exec' commands produce error
7593 messages on platforms that don't provide these features.
7594
7595Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
7596
7597 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
7598 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
7599 (shortening names from solib_threshold.exp etc), won't run on
7600 anything but HP-UX for the foreseeable future.
7601 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
7602 reflect move.
7603
7604Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
7605
7606 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
7607 gdb.trace/Makefile.in (clean): Remove all test executables.
7608
7609Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
7610
7611 * gdb.base/shlib-call.exp: add test cases to verify that gdb
7612 successfully re-sets breakpoints in shared libraries.
7613 * gdb.base/shmain.c (main): return 0, don't fall off the end.
7614
7615Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7616
d63a86f8
RM
7617 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
7618 and compiled w/o GCC.
c906108c
SS
7619
7620 * gdb.hp/watch-cmd.exp: ditto.
7621
7622 * gdb.hp/watch-hp.exp: ditto.
7623
7624 * gdb.hp/xdb1.exp: ditto.
7625
7626 * gdb.hp/xdb2.exp: ditto.
7627
7628 * gdb.hp/dbx.exp: ditto.
7629
7630Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
7631
7632 * constvars.c: Remove C++-isms.
7633 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
7634 with GCC.
7635
7636Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
7637
7638 The following changes are part of the HP merge.
7639
7640 * gdb.base/break.exp: new tests to verify that catchpoints for
7641 fork, vfork, and exec don't trigger inappropriately.
7642
7643 * gdb.base/opaque.exp: compile one file at a time, then link.
7644
7645 * gdb.base/signals.exp: be more restrictive about which hppa
7646 systems receive a setup_xfail. new tests.
7647
7648 * gdb.base/solib_threshold.build: new file.
7649 * gdb.base/solib_threshold.exp: new file.
7650 * gdb.base/solib_threshold.link_opts: new file.
7651 * gdb.base/solib_threshold.mk: new file.
7652 * gdb.base/gen_solib_threshold.c: new file.
7653
7654 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
7655 tests. New tests for enums inside classes.
7656
7657 * gdb.c++/compiler.cc: indicate support of template debugging.
7658
7659 * gdb.c++/demangle.exp: run hp style demangling tests.
7660
7661 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
7662 tests.
7663
7664 * gdb.c++/misc.cc: changes to support new tests.
7665
7666 * gdb.c++/templates.cc: changes to support HP's compiler; changes
7667 to support new tests.
7668
7669 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
7670 gcc, then skip these tests.
7671
7672Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
7673
7674 The following files are part of the HP merge; some had longer
7675 names at HP, but have been renamed to be no more than 14
7676 characters in length.
7677
7678 * gdb.hp/ambiguous.cc: new file.
7679 * gdb.hp/ambiguous.exp: new file.
7680 * gdb.hp/attach.exp: new file.
7681 * gdb.hp/attach2.exp: new file.
7682 * gdb.hp/classes-hp.exp: new file.
7683 * gdb.hp/ctti.exp: new file.
7684 * gdb.hp/ctti-add.cc: new file.
7685 * gdb.hp/ctti-add1.cc: new file.
7686 * gdb.hp/ctti-add2.cc: new file.
7687 * gdb.hp/ctti-add3.cc: new file.
7688 * gdb.hp/dbx.exp: new file.
7689 * gdb.hp/exception.cc: new file.
7690 * gdb.hp/exception.exp: new file.
7691 * gdb.hp/foll-exec.c: new file.
7692 * gdb.hp/foll-exec.exp: new file.
7693 * gdb.hp/foll-fork.c: new file.
7694 * gdb.hp/foll-fork.exp: new file.
7695 * gdb.hp/foll-vfork.c: new file.
7696 * gdb.hp/foll-vfork.exp: new file.
7697 * gdb.hp/inherit-hp.exp: new file.
7698 * gdb.hp/more-steps.exp: new file.
7699 * gdb.hp/namespace.cc: new file.
7700 * gdb.hp/namespace.exp: new file.
7701 * gdb.hp/optimize.exp: new file.
7702 * gdb.hp/pxdb.c: new file.
7703 * gdb.hp/pxdb.exp: new file.
7704 * gdb.hp/quicksort.exp: new file.
7705 * gdb.hp/reg-test.exp: new file.
7706 * gdb.hp/reg-test.s: new file.
7707 * gdb.hp/sized-enum.c: new file.
7708 * gdb.hp/sized-enum.exp: new file.
7709 * gdb.hp/start-stop.exp: new file.
7710 * gdb.hp/templ-hp.cc: new file.
7711 * gdb.hp/templ-hp.exp: new file.
7712 * gdb.hp/thr-lib.c: new file.
7713 * gdb.hp/thr-lib.exp: new file.
7714 * gdb.hp/thr-lib.h: new file.
7715 * gdb.hp/thr-liblib.c: new file.
7716 * gdb.hp/virtfun-hp.c: new file.
7717 * gdb.hp/virtfun-hp.exp: new file.
7718 * gdb.hp/watch-cmd.exp: new file.
7719 * gdb.hp/watch-hp.exp: new file.
7720 * gdb.hp/xdb1.exp: new file.
7721 * gdb.hp/xdb2.exp: new file.
7722 * gdb.hp/xdb3.exp: new file.
7723
7724Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
7725
7726 The following files are part of the HP merge; some had longer
7727 names at HP, but have been renamed to be no more than 14
7728 characters in length.
7729
7730 * gdb.base/ss.h: new file.
7731 * gdb.base/call-ar-st.c: new file.
7732 * gdb.base/call-ar-st.exp: new file.
7733 * gdb.base/call-rt-st.c: new file.
7734 * gdb.base/call-rt-st-exp: new file.
7735 * gdb.base/call-strs.exp: new file.
7736 * gdb.base/ena-dis-br.exp: new file.
7737 * gdb.base/environ.exp: new file.
7738 * gdb.base/long_long.exp: new file.
7739 * gdb.base/sect-cmd.exp: new file.
7740 * gdb.base/shlib-cl2.exp: new file.
7741 * gdb.base/smoke.exp: new file.
7742 * gdb.base/so-impl-ld.c: new file.
7743 * gdb.base/so-impl-ld.exp: new file.
7744 * gdb.base/so-indr-cl.c: new file.
7745 * gdb.base/so-indr-cl.exp: new file.
7746 * gdb.base/varargs.exp: new file.
7747 * gdb.base/volatile.exp: new file.
7748 * gdb.base/whatis-exp.exp: new file.
7a292a7a 7749 * gdb.base/display.exp: new file.
c906108c
SS
7750 * gdb.c++/derivation.exp: new file.
7751 * gdb.c++/local.exp: new file.
7752 * gdb.c++/member-ptr.exp: new file.
7753 * gdb.c++/overload.exp: new file.
7754 * gdb.c++/ovldbreak.exp: new file.
7755 * gdb.c++/ref-types.exp: new file.
7756 * gdb.c++/ref-types2.exp: new file.
7757 * gdb.c++/userdef.exp: new file.
d63a86f8 7758
c906108c
SS
7759Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7760
7761 * gdb.base/default.exp: Reflect wording change in remote.c.
7762
dc96c6c7 7763Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7764
7765 * gdb.base/help.exp: Update to reflect current text.
7766
7767Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
7768
7769 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
7770 they're stack variables and contain garbage.
7771 * gdb.c++/anon-union.exp: new file.
7772
7773 The following changes were made by David Taylor
7774 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
7775 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
7776 in changes by HP.
7777
7778 * gdb.base/bitops.exp: new file.
7779 * gdb.base/default.exp: change expected messages for catch and
7780 info catch tests to reflect HP merge changes.
7781 * gdb.base/enable-disable-break.exp
7782 * gdb.base/ending-run.c: new file.
7783 * gdb.base/long_long.c: new file.
7784 * gdb.base/maint.exp: new file.
7785 * gdb.base/pointers2.exp: new file.
7786 * gdb.base/shlib-call2.exp: new file.
7787 * gdb.base/solib.exp: new file.
7788 * gdb.base/step-test.c: new file.
7789 * gdb.c++/anon-union.cc: new file.
7790 * gdb.c++/local.cc: new file.
7791 * gdb.c++/member-pointer.cc: new file.
7792 * gdb.c++/method.cc: new file.
7793 * gdb.c++/ref-types.cc: new file.
7794 * gdb.c++/ref-types2.cc: new file.
7795 * gdb.c++/userdef.cc: new file.
d63a86f8 7796
c906108c
SS
7797 * gdb.base/scope.exp: compile one file at a time, then link.
7798 * gdb.base/langs.exp: ditto.
7799 * gdb.base/list.exp: ditto.
d63a86f8 7800
c906108c
SS
7801Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
7802
7803 The following changes were made by David Taylor
7804 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
7805 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
7806 in changes by HP.
d63a86f8 7807
c906108c
SS
7808 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
7809 skip tests. When compiling pass c++ flag to gdb_compile.
7810 * gdb.c++/
d63a86f8 7811
c906108c
SS
7812 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
7813 test for on hppa*-*-hpux*; use args to see if c++ was specified.
7814 (skip_hp_tests): new function.
7815 (gdb_preprocess): new function.
7816
7817 * configure.in (hpdir): decide whether to configure gdb.hp.
7818 * configure: regenerated.
7819
7820 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
7821 to delete on clean.
7822 (EXECUTABLES): update to reflect new additions.
7823 * gdb.base/commands.exp: update message expected.
7824 * gdb.base/default.exp: add copyright notice.
7825 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
7826 * gdb.base/help.exp: update messages to reflect current text.
7827 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
7828 targets for recurse tests.
7829 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
7830 skip this file.
7831
7832 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
7833 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
7834 compilation.
7835 * gdb.c++/misc.exp: ditto.
7836 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
7837 run the tests. tell gdb_compile that it's a c++ compilation.
7838
7839 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 7840
c906108c
SS
7841 * gdb.base/all-bin.exp: new file.
7842 * gdb.base/arithmet.exp: new file.
7843 * gdb.base/assign.exp: new file.
7844 * gdb.base/completion.exp: new file.
7845 * gdb.base/cond-expr.exp: new file.
7846 * gdb.base/condbreak.exp: new file.
7847 * gdb.base/define.exp: new file.
7848 * gdb.base/dollar.exp: new file.
7849 * gdb.base/environment.exp: new file.
7850 * gdb.base/eval-skip.exp: new file.
7851 * gdb.base/jump.exp: new file.
7852 * gdb.base/logical.exp: new file.
7853 * gdb.base/pointers.exp: new file.
7854 * gdb.base/relational.exp: new file.
7855 * gdb.base/section_command.exp: new file.
7856 * gdb.base/whatis-expr.exp: new file.
7857
7858 * gdb.base/all-types.c: new file.
7859 * gdb.base/call-array-struct.c: new file.
7860 * gdb.base/call-return-struct.c: new file.
7861 * gdb.base/call-strings.c: new file.
7862 * gdb.base/callfuncs2.c: new file.
7863 * gdb.base/condbreak.c: new file.
7864 * gdb.base/constvars.c: new file.
7865 * gdb.base/display.c: new file.
7866 * gdb.base/int-type.c: new file.
7867 * gdb.base/jump.c: new file.
7868 * gdb.base/miscexprs.c: new file.
7869 * gdb.base/pointers.c: new file.
7870 * gdb.base/pointers2.c: new file.
7871 * gdb.base/shmain.c: new file.
7872 * gdb.base/shr1.c: new file.
7873 * gdb.base/shr2.c: new file.
7874 * gdb.base/solib.c: new file.
7875 * gdb.base/solib1.c: new file.
7876 * gdb.base/solib2.c: new file.
7877 * gdb.base/varargs.c: new file.
7878 * gdb.c++/derivation.cc: new file.
7879 * gdb.c++/overload.cc: new file.
7880 * gdb.c++/ovldbreak.cc: new file.
7881 * gdb.hp/attach.c: new file.
7882 * gdb.hp/attach2.c: new file.
7883 * gdb.hp/average.c: new file.
7884 * gdb.hp/compiler.c: new file.
7885 * gdb.hp/compiler.cc: new file.
7886 * gdb.hp/execd-program.c: new file.
7887 * gdb.hp/follow-exec.c: new file.
7888 * gdb.hp/follow-fork.c: new file.
7889 * gdb.hp/follow-vfork-and-exec.c: new file.
7890 * gdb.hp/misc-hp.cc: new file.
7891 * gdb.hp/more-steps.c: new file.
7892 * gdb.hp/optimize.c: new file.
7893 * gdb.hp/quicksort.c: new file.
7894 * gdb.hp/run-hp.c: new file.
7895 * gdb.hp/start-stop.c: new file.
7896 * gdb.hp/sum.c: new file.
7897 * gdb.hp/templates-hp.cc: new file.
7898 * gdb.hp/thread-local-in-lib.c: new file.
7899 * gdb.hp/thread-local-in-lib.h: new file.
7900 * gdb.hp/thread-local-in-lib.lib.c: new file.
7901 * gdb.hp/vforked-program.c: new file.
7902 * gdb.hp/virtfunc-hp.cc: new file.
7903 * gdb.hp/watchpoint-hp.c: new file.
7904 * gdb.hp/xdb.c: new file.
7905 * gdb.hp/xdb0.c: new file.
7906 * gdb.hp/xdb0.h: new file.
7907 * gdb.hp/xdb1.c: new file.
7908
7909Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
7910
7911 The following change was made by Edith Epstein
7912 <eepstein@cygnus.com> as part of a project to merge in changes
7913 originally made by HP; HP did not create ChangeLog entries.
7914
7915 * gdb.c++/demangle.exp: changed the expected output for some
7916 ARM-style mangling -- removed second reference to datatype.
7917 For example, maint demangle __dt__11T1__pt__2_cFv
7918 T1<char>::~T1<char>(void)
7919 becomes,
7920 maint demangle __dt__11T1__pt__2_cFv
7921 T1<char>::~T1(void)
7922
7923 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 7924
c906108c
SS
7925Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
7926
7927 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
7928 * gdb.trace/backtrace.exp: Likewise.
7929 * gdb.trace/circ.exp: Likewise.
7930 * gdb.trace/collection.exp: Likewise.
7931 * gdb.trace/deltrace.exp: Likewise.
7932 * gdb.trace/infotrace.exp: Likewise.
7933 * gdb.trace/limits.exp: Likewise.
7934 * gdb.trace/packetlen.exp: Likewise.
7935 * gdb.trace/passc-dyn.exp: Likewise.
7936 * gdb.trace/passcount.exp: Likewise.
7937 * gdb.trace/report.exp: Likewise.
7938 * gdb.trace/save-trace.exp: Likewise.
7939 * gdb.trace/tfind.exp: Likewise.
7940 * gdb.trace/tracecmd.exp: Likewise.
7941 * gdb.trace/while-dyn.exp: Likewise.
7942 * gdb.trace/while-stepping.exp: Likewise.
7943
79441998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
7945
7946 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
7947
7948Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
7949
7950 From Brendan Kehoe:
7951 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
7952 int return types.
7953
7954Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
7955
7956 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
7957 remote dos host testing right.
7958
7959Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
7960
7961 * gdb.base/corefile.exp: remove some xfails.
7962
7963Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
7964
7965 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
7966 have different timestamps.
7967
7968Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
7969
7970 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
7971 gdb.base/default.exp: Replace "exec" with "executable".
7972
7973Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
7974
7975 * gdb.base/default.exp: Change else if to elseif from previous
7976 delta.
7977
7978Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
7979
7980 * gdb.base/default.exp: Add brace missing from previous delta.
7981
7982Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
7983
7984 * gdb.base/default.exp: Support test for info float for all
7985 varieties of arm toolchain.
7986
dc96c6c7 7987Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7988
7989 * gdb.trace/*.exp: remove "remote_download" command.
7990
dc96c6c7 7991Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
7992
7993 * gdb.trace/*.exp: remove -gdwarf from compile.
7994
7995Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
7996
7997 * gdb.trace/configure.in(AC_INIT): typo
7998 * gdb.trace/configure: regenerated
7999
dc96c6c7 8000Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
8001
8002 * config/m68k-emc.exp: New file.
8003 * lib/<emc-support.exp trace-support.exp}: New files.
8004 * configure.in: add new test directory gdb.trace.
8005 * gdb.trace/{configure configure.in Makefile.in}: New files.
8006 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
8007 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
8008 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
8009 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
8010 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
8011 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
8012 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 8013
dc96c6c7 8014Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
8015
8016 * gdb.c++/classes.exp: Change all regular expressions to match
8017 arbitrary combinations of newline/carriage-return, so that they
8018 will work equally well on Unix and Windows.
8019 * gdb.c++/inherit.exp: ditto.
8020 * gdb.c++/virtfunc.exp: ditto.
8021
80221998-08-11 Dawn Perchik <dawn@cygnus.com>
8023
8024 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
8025
c2d11a7d
JM
8026Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
8027
8028 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
8029 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
8030 to use a0-a3/d0-d3 as needed.
8031
8032Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
8033
8034 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
8035 * gdb.disasm/am33.exp: Corresponding changes.
8036
c906108c
SS
80371998-07-11 Felix Lee <flee@cygnus.com>
8038
8039 * gdb.base/callfuncs.exp: add cmp10 test.
8040 * gdb.base/callfuncs.c (cmp10): new function.
8041
8042Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
8043
d63a86f8 8044 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
8045 into two parts to get around a synchronization problem in expect.
8046
3fc11d3e
JM
8047Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
8048
8049 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
8050
8051 * configure.in: Add options for gdbtk testsuite.
8052
8053 * configure: Regenerate.
8054
8055 * gdb.gdbtk: New directory to hold gdbtk tests.
8056
c906108c
SS
8057Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8058
8059 * gdb.fortran/types.exp: Escape brackets in expect patterns
8060 for test_float_literal_types_accepted tests.
8061 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
8062 before run test.
8063
c2d11a7d
JM
8064Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
8065
8066 * am33.exp: Just compile, do not link the testcase.
8067 * am33.s: Add ".am33" pseudoop to force am33 mode.
8068
c906108c
SS
80691998-06-25 Felix Lee <flee@cygnus.com>
8070
8071 * gdb.base/setshow.exp: make sure $pc is sane.
8072
8073 * gdb.stabs/weird.exp: split expect patterns properly.
8074
c2d11a7d
JM
8075Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
8076
8077 * gdb.disasm/am33.s: New disassembler testfile for the am33.
8078 * gdb.disasm/am33.exp: Run it.
8079
dc96c6c7 8080Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
8081
8082 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
8083 match processing (and eliminate spurious timeouts when running).
8084
dc96c6c7 8085Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
8086
8087 * gdb.base/signals.exp (test_handle_all_print): put back Mach
8088 exception test, but conditionalize it on target [mach | gnu].
8089
dc96c6c7 8090Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
8091
8092 * gdb.base/overlays.exp: fixup compile line for linker script.
8093
8094Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
8095
8096 * gdb.fortran/types.exp: don't guess at float size.
8097
8098Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
8099
8100 * gdb.base/exprs.exp: delete test that depends on int size.
8101
8102Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
8103
8104 * config/sim.exp: Removed checks for target triplets.
8105 (gdb_target_sim): Use gdb,target_sim_options.
8106
8107Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
8108
8109 * gdb.base/reread.exp: New file.
8110 * gdb.base/reread1.c: New file.
8111 * gdb.base/reread2.c: New file.
8112
8113Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
8114
8115 * config/sim.exp: Use 'target sim -sparclite' when running
8116 SPARClite programs.
8117
8118Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
8119
8120 * gdb.base/structs2.exp: New file.
8121 * gdb.base/structs2.c: New file.
8122
8123Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
8124
8125 * gdb.asm/common.inc: New file.
8126 * gdb.asm/d10v.inc: New file.
8127 * asm-source.exp: Pass -I's to gas to find .inc files.
8128 Update line numbers in expected output.
8129 * asmsrc1.s: Rewrite.
8130 * asmsrc2.s: Rewrite.
8131 * configure.in: Create arch.inc symlink.
8132 * configure: Regenerate.
8133 * Makefile.in (distclean): Delete arch.inc.
8134
8135Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
8136
8137 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
8138 (t_enum_value2): ditto
8139 (t_enum_value3): ditto
8140 (main): ditto
8141Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8142
8143 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
8144 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
8145 change.
8146 Use gdb_test instead of send_gdb/gdb_expect sequences.
8147
8148Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
8149
8150 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
8151 not void.
8152
8153Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
8154
8155 * gdb.base/branches.c: Code with lots of loops and
8156 subroutines. Used to test gdbs ability to single step through PC
8157 changes, especially to test mips-tdep.c:mips_next_pc
8158
8159Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
8160
8161 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
8162 more rigorous EGCS C++ error checking.
8163
8164Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8165
8166 * gdb.base/help.exp: Clean up `help set args' and `help show args'
d63a86f8 8167 tests.
c906108c 8168 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
d63a86f8 8169 function when asleep.
c906108c 8170 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
d63a86f8
RM
8171 for i*86 Linux and SVR4 signal handling problems.
8172 Remove linux xfail for `next to handler in signals_tests_1', fixed
8173 by recent infrun.c change.
c906108c 8174 Limit backtrace to 10 frames to avoid timeout problems with infinite
d63a86f8 8175 stack backtraces.
c906108c
SS
8176 Adjust expect pattern in `handle all print' test to match Apr 28 1997
8177 target.[ch] change.
8178
8179Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
8180
8181 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
8182 for a newline from gdb before continuing.
8183 (default_gdb_exit): Just look for y or n.
8184 (gdb_test): Detect abnormal exit from GDB running on DOS; if
8185 it does, fail the rests of the tests in the file.
8186
8187Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
8188
8189 * config/cygmon.exp: New file.
8190
8191Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
8192
8193 * gdb.base/list.exp: Fix problem with "list default lines around
8194 main" test on remote targets.
8195
8196 * gdb.base/scope.exp: Fix problem with filelocal_bss before
8197 run test on remote targets.
8198
8199Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
8200
8201 * gdb.asm: New directory.
8202 * configure.in: Configure it.
8203 * configure: Regenerate.
8204 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
8205 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
8206
8207Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
8208
8209 * config/mn10300-eval.exp: New file to support MN10300 eval board.
8210
dc96c6c7 8211Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 8212
c906108c
SS
8213 * gdb.base/overlays (several files): Merge the two overlay
8214 managers into one. Change variables (foox, barx, bazx, grbxx)
8215 back into ints but force them to load in their proper sections.
8216
8217Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
8218
8219 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
8220 on-chip insn memory and IMAP1 to upper 128k.
8221 (D10VCopy): Handle memory regions crossing 16k boundaries.
8222 (D10VCopy): Transfer data in 32 bit chunks.
8223
8224Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
8225
8226 * gdb.base/overlays.c (main): Exit normally when result is
8227 correct.
8228
8229 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
8230 map. Include space for printf in .text segment.
8231
8232 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
8233 updated d10v memory VMA/LMA map.
8234 (D10VCopy): Call D10VTranslate.
d63a86f8 8235
c906108c
SS
8236Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
8237
8238 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
8239
8240 * gdb.base/bar.c (barx, bar): Change variable to small array so
8241 that it won't be put into the .sdata - small data -
8242 section. Update reference.
8243 * gdb.base/baz.c (bazx, baz): Ditto.
8244 * gdb.base/foo.c (foox, foo): Ditto.
8245 * gdb.base/grbx.c (grbxx, grbx): Ditto.
8246
8247 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
8248 to be arrays.
d63a86f8 8249
dc96c6c7 8250Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 8251
c906108c
SS
8252 * gdb.base/overlays.exp: fix up and get working again.
8253 Add tests for backtraces from an overlay function.
d63a86f8 8254
c906108c
SS
8255Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
8256
8257 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
8258 "calling function with watchpoint enabled".
8259
8260Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
8261
8262 * gdb.base/break.exp (test_next_with_recursion): Remove
8263 gdb_suppress_tests for d10v-*-*.
8264 * lib/gdb.exp (gdb_suppress_tests): Disable this function
8265 pending review of whether it is useful or not.
8266
8267Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
8268
8269 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
8270
8271Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
8272
8273 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
8274 * config/dve.exp: New file to support Densan boards.
8275
8276Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
8277
8278 * gdb.base/interrupt.exp: Document problem of simulators, signals,
8279 reads and BSD.
8280
8281Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
8282
8283 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
8284 response.
8285
8286 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
8287
8288Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
8289
8290 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
8291 test.
8292
8293 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
8294 target_sizeof_long and target_bigendian_p.
8295 (structs_by_value, structs_by_reference): Check values according
8296 to targets word size and endianess.
d63a86f8 8297
c906108c
SS
8298Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
8299
8300 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
8301 output.
8302
8303Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
8304
8305 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
8306 Update test of set args help to match source change.
8307
8308Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
8309
8310 * gdb.base/default.exp: Expect help system output to be in
8311 alphabetical order.
8312 * gdb.base/help.exp: Ditto.
8313
8314Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
8315
8316 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
8317 "i*86-pc-linux-gnu*".
8318 * gdb.base/interrupt.exp: Ditto.
8319 * gdb.base/corefile.exp: Ditto.
8320
8321 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
8322 define vxworks when building the testcase.
8323
8324 * gdb.base/ptype.exp: Fix testnames to be unique.
8325 * gdb.base/radix.exp: Ditto.
8326 * gdb.base/term.exp: Ditto.
8327 * gdb.base/whatis.exp: Ditto.
8328 * gdb.c++/classes.exp: Ditto.
8329
8330Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
8331
8332 * gdb.base/callfuncs.exp: Fix indentation.
8333
8334 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
8335 suppress_flag has been set.
8336 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
8337 target feature.
8338
8339Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
8340
8341 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
8342 the testcase.
8343
8344 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
8345 set_debug_traps() and breakpoint().
8346 * gdb.c++/misc.cc (main): Ditto.
8347 * gdb.c++/templates.cc (main): Ditto.
8348 * gdb.c++/virtfunc.cc (main): Ditto.
8349
8350Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
8351
8352 * lib/gdb.exp(gdb_step_for_stub): New function.
8353 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
8354 exists, reload the executable and do a "continue" instead of
8355 doing a jump.
8356 (runto_main): Use gdb_step_for_stub.
d63a86f8 8357
c906108c
SS
8358 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
8359 tests to have unique names.
8360 * gdb.base/callfuncs.exp: Ditto.
8361 * gdb.base/commands.exp: Ditto.
8362 * gdb.base/default.exp: Ditto.
8363 * gdb.base/help.exp: Ditto.
8364 * gdb.base/list.exp: Ditto.
8365 * gdb.base/opaque.exp: Ditto.
8366 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
8367 similar tests.
d63a86f8 8368
c906108c
SS
8369 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
8370 * gdb.c++/cplusfuncs.cc: Ditto.
8371 * gdb.c++/virtfunc.cc: Ditto.
8372
8373 * config/monitor.exp: Keep track of the last file we saw, rather
8374 than trying to get the info from gdb.
8375
8376 * gdb.fortran/types.exp: Move comment to previous line.
8377
8378Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
8379
8380 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
8381 target mode.
8382
8383Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
8384
8385 From Bob Manson:
8386 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
8387 string from GDB when it connects.
8388
8389 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
8390
8391Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
8392
8393 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
8394 if we can't get a debug format from GDB (we may be testing an
8395 older GDB). Use a 10 second timeout when checking for the format.
8396
8397 * gdb.stabs/weird.exp: Fix quoting.
8398
8399 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
8400
8401Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
8402
8403 * config/arm-ice.exp: New file.
8404
8405Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
8406
8407 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
8408 until it has been modified to work with the new testsuite.
8409
99707966 8410 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
8411 testcase won't compile, cause all of the testcases in the file to
8412 fail instead.
8413
8414 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
8415 (gdb_clear_suppressed): New procedure.
8416 (gdb_stop_suppressing_tests): Only clear suppress_flag if
8417 it contains a positive value.
8418
8419Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
8420
8421 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
8422
8423 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
8424
8425Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
8426
8427 * lib/gdb.exp (setup_xfail_format): New function.
8428 (get_debug_format): New function to get debug format.
8429 (debug_format): New global variable to hold last value set
8430 by get_debug_format.
8431 * gdb.base/list.exp: Call get_debug_format and expect some
8432 tests to fail for DWARF 1 and COFF formats.
8433 * gdb.c++/ptype.exp: Ditto.
8434 * gdb.c++/classes.exp: Ditto.
8435 * gdb.c++/cplusfuncs.exp: Ditto.
8436 * gdb.c++/inherit.exp: Ditto.
8437 * gdb.c++/templates.exp: Ditto.
8438 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 8439
c906108c
SS
8440Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
8441
8442 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
8443 host doesn't have a currently-open connection.
8444
8445 * config/sparclet.exp: Cleanups and fixes to make it generic for
8446 any gdb stub target. Handle cases where gdb doesn't respond when
8447 interrupted in a sane fashion.
8448
8449 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
8450 same thing in a totally different way.
8451
8452 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
8453 setting "timeout".
8454 (gdb_start): We set the global gdb_prompt variable in
8455 default_gdb_init now.
8456
8457Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
8458
8459 * gdb.base/printcmds.exp: Fix "check for floating addition"
8460 regexp to accept results within approx +/- .01 of exact value.
8461 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
8462
8463Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
8464
8465 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
8466 properly.
8467 (gdb_expect): Add optional timeout parameter, and add timeout
8468 value to various calls.
8469 (gdb_suppress_tests): Only give one warning message per group.
8470
8471Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
8472
8473 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
8474 global variables. Handle getting a value for $timeout more
8475 gracefully.
8476
8477Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
8478
8479 * lib/gdb.exp: Close connection to remote host if gdb doesn't
8480 initialize.
8481 (default_gdb_init): New procedure; allow gdb_init to be overridden
8482 by a target configuration file.
8483 (gdb_expect): Pass the timeout to remote_expect.
8484
8485 * config/monitor.exp(gdb_load): Fix typo in regexp.
8486
8487Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
8488
8489 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
8490
8491Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
8492
8493 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
8494 here. Call gdb_target_exec before rebooting the target, to make
8495 sure the connection to the target is closed.
8496 (gdb_load): Pass the name of the executable to gdb_target_monitor.
8497 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
8498 Also detect "Timeout reading from remote" error.
8499
8500 * config/gdbserver.exp: Pass the executable being loaded to
8501 gdb_target_monitor. Don't call gdb_file_cmd here; let
8502 gdb_target_monitor do it.
8503
8504 * gdb.disasm/hppa.exp: Don't use exec_output.
8505
8506Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
8507
8508 * gdb.base/list.exp: If we're debugging a non-native target,
8509 try to set the pc register to point to the start of the
8510 program before doing the first list command.
8511
8512 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
8513 test_calls after restarting.
8514
8515 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
8516 reloading.
8517
8518 * gdb.base/watchpoint.exp: Fix typo.
8519
8520 * gdb.base/setshow.exp: Check for use_gdb_stub.
8521
8522 * gdb.base/break.exp: Fix continue until exit test for the gdb
8523 stub case.
8524 * gdb.base/langs.exp: Ditto.
8525
8526 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
8527 gdb_load_offset. If we weren't given a file to load, figure out
8528 what the current file is and use it.
8529
8530 * config/i386-bozo.exp: New file.
8531
8532Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
8533
8534 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
8535 feature.
8536
8537 * config/proelf.exp: New entry.
8538
8539Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
8540
8541 * lib/gdb.exp: Remove spurious .* patterns at the beginning
8542 of regexps.
8543
8544 * gdb.base/watchpoint.exp: Don't run the test_stepping
8545 tests if gdb can't call functions on the target.
8546
8547 * gdb.base/setshow.exp: Don't run the set prompt tests if
8548 the board has gdb_prompt set.
8549
8550Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
8551
8552 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
8553 * gdb.base/commands.exp: Likewise.
8554 * gdb.base/setshow.exp: Likewise.
8555
8556Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
8557
8558 * config/monitor.exp(gdb_start): Look for gdb_prompt target
8559 feature.
8560
8561 * config/i960.exp: New file.
8562
8563Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
8564
8565 * gdb.base/funcargs.exp: Check for gdb,short_int target
8566 feature instead of looking for explicit target triplets.
8567
dc96c6c7 8568Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 8569
d63a86f8 8570 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
8571 "p 123DEADBEEF", to check parse_number.
8572 * top.c: change "to enable to enable" to "to enable" in a couple
8573 of help strings.
8574
8575Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
8576
8577 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
8578 on the mn10300.
d63a86f8 8579
c906108c
SS
8580Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
8581
8582 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
8583 where the test executable is run with explicit args.
8584 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
8585
8586Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
8587
8588 * gdb.base/run.c: Use FAKEARGV to build test executable that
8589 does not require a command line arg, since most simulators
8590 don't currently support passing such an arg into the simulated
8591 program.
8592 * gdb.base/commands.exp: Change tests to insert the proper
8593 value as the arg to the first recursive factorial call. Change
8594 compilation line to define FAKEARGV at compile time.
8595
8596Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
8597
8598 * gdb.base/recurse.exp: Enable these tests for the mn10300.
8599 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
8600 function with watchpoint enabled" test.
8601
8602Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
8603
8604 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
8605 Don't call gdb_test when the command doesn't return to a gdb prompt.
8606
8607 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
8608 "Tests restarted" messages.
8609
8610Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
8611
8612 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
8613
dc96c6c7 8614Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
8615
8616 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
8617 for INFO SYMBOL; add help tests for OVERLAY commands.
8618 * gdb.base/default.exp: add tests for INFO SYMBOL command;
8619 add tests for OVERLAY commands
8620 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
8621 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
8622 * gdb.base/sigall.c: add usestubs code frag
8623 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 8624
c906108c
SS
8625Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
8626
8627 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
8628 failures.
8629 (gdb_stop_suppressing_tests): Note that tests have restarted.
8630
8631Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
8632
8633 * config/h8300.exp: New file.
8634
8635Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
8636
8637 * gdb.base/setshow.exp: Check for the existence of a
8638 feature, not its value.
8639
8640Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
8641
8642 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
8643
8644 * gdb.base/scope.exp: It's now init0(), not init().
8645
8646 * gdb.base/scope0.c: For now, change init() to be init0().
8647
8648 * config/monitor.exp: Use gdb_serial in preference to serial
8649 or netport.
8650
8651 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
8652 and it's not already set.
8653
8654Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
8655
8656 * gdb.base/setshow.exp: Only test the run command if the target
8657 isn't using a stub and if it supports argument passing.
8658
8659Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
8660
8661 * config/udi.exp(gdb_start): Make sure UDICONF is set
8662 properly before starting gdb.
8663
8664Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
8665
8666 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
8667 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
8668 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
8669
8670Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
8671
8672 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
8673 specialized code to reboot the board, use remote_reboot instead.
8674
8675 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
8676
8677 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
8678
8679 * config/monitor.exp: Make sure we disconnect from the target.
8680 Also, try a reboot/reload cycle instead of failing if the
8681 load fails.
8682
8683Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
8684
8685 * gdb.base/default.exp: Don't set match_max.
8686 * gdb.base/help.exp: Ditto.
8687 * gdb.base/list.exp: Ditto.
8688 * gdb.base/signals.exp: Ditto.
8689
8690 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
8691 set, use remote_ld to download the testcase instead of
8692 the GDB loader.
8693
8694Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
8695
8696 * config/vr5000.exp: New file.
8697
8698 * config/monitor.exp(gdb_target_monitor): Add pattern for
8699 "Ending remote" to detect errors in connecting.
8700
8701 * gdb.base/setshow.exp: Add .* within auto language test.
8702
8703 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
8704 target feature.
8705
8706 * config/monitor.exp(gdb_load): Check for a failure when loading,
8707 and reboot the board if necessary.
8708
8709 * gdb.base/setvar.exp(test_set): Handle multiple prints within
8710 a set of tests. Remove print.* from the patterns being checked.
8711
8712Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
8713
8714 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
8715 refer to gdb_spawn_id.
8716
8717 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
8718 longer used.
8719 * config/sparclet.exp: Ditto.
8720 * config/sparclet-old.exp: Ditto.
8721 * config/slite.exp: Ditto.
8722 * config/sim.exp: Ditto.
8723 * gdb.base/funcargs.exp: Ditto.
8724
8725 * lib/gdb.exp:Remove references to gdb_spawn_id.
8726 (gdb_expect): Move to remote.exp.
8727
8728Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
8729
8730 * config/monitor.exp: Detect the "Couldn't establish connection"
8731 message from GDB.
8732
8733Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
8734
8735 * gdb.base/bitfields.exp: Use runto instead of explicit
8736 gdb_run_cmd/gdb_expect sequences.
8737
8738 * gdb.base/break.exp(text_next_with_recursion): Add match for
8739 gdb_expect call.
8740
8741 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
8742 We also need to handle the "A program is being debugged already"
8743 prompt from gdb. Use gdb_test to set the baud rate.
8744
8745 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
8746 to 20000. Really. I mean it.
8747
8748Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
8749
8750 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
8751 fails. If suppress_flag is set, skip perror message about not
8752 being able to send to GDB.
8753 (send_gdb): If suppress_flag is set, don't try to send commands to
8754 GDB.
8755 (gdb_expect): If suppress_flag is set, always fail immediately.
8756 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
8757 (gdb_init): Call gdb_stop_suppressing_tests.
8758 (default_gdb_exit): Ditto.
8759 (default_gdb_start): Ditto.
8760
8761 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
8762 gdb_stop_suppressing_tests as appropriate.
8763 * gdb.base/break.exp: Ditto.
8764 * gdb.base/callfuncs.exp: Ditto.
8765 * gdb.base/commands.exp: Ditto.
8766 * gdb.base/exprs.exp: Ditto.
8767 * gdb.base/funcargs.exp: Ditto.
8768 * gdb.base/list.exp: Ditto.
8769 * gdb.base/recurse.exp: Ditto.
8770 * gdb.base/scope.exp: Ditto.
8771 * gdb.base/structs.exp: Ditto.
8772 * gdb.c++/inherit.exp: Ditto.
8773
8774Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
8775
8776 * config/vr4300.exp: New file.
8777
99707966 8778 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 8779
99707966 8780 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
8781
8782Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
8783
8784 * lib/gdb.exp(gdb_init): New function.
8785
8786 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
8787 for each individual variable set.
8788
8789 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
8790 name.
8791
8792 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
8793
8794 * gdb.base/scope.exp: Use gdb_test.
8795
8796 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
8797 aborting; the testsuite driver will do that for us (see
8798 gdb_finish). Also, use gdb_test in a few more places.
8799
8800Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
8801
8802 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
8803
8804Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
8805
8806 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
8807 and "add_tests" are not at the same address.
8808
8809Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
8810
8811 * gdb.base/ptype.exp: Use gdb_test.
8812
8813Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
8814
8815 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
8816 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
8817 left in. No longer expect them to fail.
8818
8819 * gdb.stabs/*.mt; Deleted, no longer used.
8820 * gdb.stabs/configure.in: Remove references to target makefile
8821 frags.
8822 * gdb.stabs/configure: Rebuilt.
8823
8824 * gdb.disasm/*.mt: Deleted, no longer used.
8825 * gdb.disasm/configure.in: Remove references to target makefile
8826 frags. Use "sh3.s" as the unique filename for this directory.
8827 * gdb.disasm/configure: Rebuilt.
8828
8829 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
8830 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
8831 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
8832
8833Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
8834
8835 * config/udi.exp: Use mondfe,name instead of remote_host.
8836
8837Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
8838
8839 * gdb.base/watchpoint.exp: Don't expect a failure when calling
8840 a function with a watchpoint enabled on the mn10200.
8841
8842 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
8843 before trying to create it!
8844
8845Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
8846
8847 * config/vx.exp: Use hostname instead of netport.
8848
8849 * config/vxworks.exp: New file.
8850
8851 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
8852
8853 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
8854 gdb before assuming everything worked. Send a ^C if a timeout
8855 occurs.
8856
8857 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
8858 $gdb_spawn_id directly.
8859 (gdb_run_cmd): Try _start as well as start. Use the target feature
8860 gdb,start_symbol as the symbol to start from when jumping.
8861
8862Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
8863
8864 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
8865 redundant) test.
8866
8867 * gdb.base/recurse.exp: Relax final value test for 'b' so that
8868 it doesn't lose for 16bit integer systems.
8869
8870Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
8871
8872 * gdb.fortran/types.exp: If the target doesn't support "double"
8873 data types, then expect "real" types to only be 4 bytes.
8874
8875 * gdb.c++/virtfunc.exp: Expect failure for virtual function
8876 call tests if the target doesn't support inferior function calls.
8877
8878 * gdb.base/printcmds.exp: Allow minor deviation in FP values
8879 in printf tests.
8880
8881Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
8882
8883 * gdb.base/help.exp: Disable "help set", "help show", and
8884 "help support". Simplify regexp for "help stack".
8885
8886 * gdb.base/default.exp: Set match_max to 5000 and the timeout
8887 to 60 seconds. Temporarily set match_max to 15000 around the
8888 "info copying" test.
8889
8890 * gdb.base/nodebug.exp: Don't try to do an inferior function
8891 call if the target doesn't support them.
8892 * gdb.base/printcmds.exp: Likewise.
8893 * gdb.base/setvar.exp: Likewise.
8894 * gdb.base/structs.exp: Likewise.
8895 * gdb.c++/templates.exp: Likewise.
8896 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
8897
8898 * gdb.base/recurse.exp: Enable for the mn10200.
8899
8900 * configure.in: Do configure gdb.stabs directory for *-*-elf
8901 targets.
8902 * configure: Rebuilt.
8903
8904 * gdb.base/break.exp: Check for gdb,noresults before testing
8905 exit status and/or results from the target.
8906 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
8907 * lib/gdb.exp: Remove old (now bogus) initialization of
8908 noinferior, noargs, noresults and nosignals.
8909
8910Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
8911
8912 * config/sh.exp: New file.
8913
8914 * config/slite.exp: Try to connect multiple times to the board
8915 before rebooting. Only send a "monitor run" if need_monitor_run
8916 is set.
8917
8918 * gdb.base/break.exp: Don't do the "stub continue" test if
8919 the target has gdb_stub set.
8920
8921 * gdb.base/callfuncs.exp: Increase the timeout.
8922
8923 * gdb.base/interrupt.exp: Don't even try to compile the testcase
8924 if the target has gdb,noinferiorio set.
8925
8926 * gdb.base/list.exp: Increase match_max to 10000 characters.
8927
8928 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
8929
8930 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
8931 target.
8932
8933 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
8934
8935Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
8936
8937 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
8938 trying to delete the copy of gdb. Catch the file delete so we
8939 don't die if the delete fails; also, the file should be copied to
8940 the host, not to the build.
8941
8942Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
8943
8944 * lib/gdb.exp(gdb_test): Surround the result pattern with
8945 parenthesis in case it contains multiple regexps separated
8946 with |.
8947
8948 * gdb.base/watchpoint.exp: Use gdb_test.
8949 * gdb.base/default.exp: Ditto.
8950
8951Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
8952
99707966 8953 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 8954
c906108c
SS
8955 * gdb.base/scope.exp: Use gdb_test.
8956 * gdb.c++/classes.exp: Ditto.
8957 * gdb.c++/inherit.exp: Ditto.
8958
8959Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
8960
8961 * gdb.base/crossload.exp: Don't use execute_anywhere, use
8962 remote_exec instead.
8963 * gdb.base/corefile.exp: Don't be ridiculous.
8964 * gdb.base/*.c: Add missing stub invocations.
8965
8966Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
8967
8968 * config/slite.exp: Miscellaneous fixes.
8969
8970 * lib/gdb.exp: Fix runto.
8971
8972 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
8973 the target.
8974
8975 * gdb.base/watchpoint.exp: Fix regexp.
8976
8977 * lib/gdb.exp(default_gdb_exit): Add a catch to the
8978 close and wait commands, as the descriptor may now be
8979 invalid. Always call "remote_close host".
8980
8981Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
8982
8983 Major rewrite for testsuite revision.
d63a86f8 8984
c906108c
SS
8985 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
8986 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
8987 instead of relying on spawn_id to always contain a valid
8988 spawn id.
8989 (get_compiler_info): New procedure to build the ${binfile}.ci
8990 file, instead of replicating this in N different places.
8991 (gdb_compile): New procedure.
d63a86f8 8992
c906108c
SS
8993 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
8994 appropriate arguments) instead of compile. Use gdb_test in a lot
8995 more places. Use send_gdb instead of send. Always run gdb_start
8996 at the start of a testcase, as this is no longer done magically.
8997
8998 config/*-gdb.exp: Rename without the -gdb suffix.
8999
9000 config/mips.exp: Use remote_close instead of exit_remote_shell.
9001 config/monitor.exp: Use target_info instead of looking at
9002 baud, timeout, etc.
9003 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
9004
9005Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9006
9007 * gdb.c++/templates.exp (test_ptype_of_templates),
9008 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
9009 Update expect patterns for destructors and assignment operators
9010 to match corresponding c-typeprint.c changes.
9011 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
9012 to destructor breakpoint test, GDB should be able to set the
9013 destructor breakpoint without specifying arguments.
9014
9015Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
9016
9017 * gdb.threads/pthreads.exp: Change result for failure to compile due
9018 to lack of pthreads runtime support from an error to simply an
9019 unsupported test, per dejagnu standards.
9020
9021Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9022
9023 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
9024 where GDB exits to reduce pattern match time.
9025 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
9026
9027 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
9028
dc96c6c7 9029Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
9030
9031 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
9032 * gdb.base/default.exp: ditto.
9033 * gdb.base/nodebug.exp: ditto.
9034 * gdb.base/printcmds.exp: ditto.
9035 * gdb.base/ptype.exp: ditto.
9036 * gdb.base/setvar.exp: ditto.
9037 * gdb.base/structs.exp: ditto.
9038 * gdb.base/setshow.c: Guard against uninitialized values of argc.
9039
9040Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
9041
9042 * configure, */configure: Rebuild with autoconf 2.12.
9043
9044Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
9045
9046 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
9047 use new i*86-pc-linux*-gnu quads.
9048 * gdb.base/corefile.exp: Ditto.
9049 * gdb.base/signals.exp: Ditto.
9050 * gdb.base/sigall.exp: Ditto.
9051 * gdb.base/interrupt.exp: Ditto.
9052
9053 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
9054 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
9055 RedHat 4.0.
d63a86f8 9056
c906108c
SS
9057 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
9058 linux. This allows the test case to at least compile on latest
9059 linux, but still not run due to missing the threads runtime library.
9060
9061Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9062
9063 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
9064 directory to search gdb directory. Accept and step over conditional
9065 stack alignment code. Consume $prompt in failure cases.
9066 Reset timeout to $oldtimeout instead of some arbitrary value.
9067 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
9068 timeout problems with infinite stack backtraces.
9069 * gdb.base/ptype.exp (ptype struct link, union tu_link):
9070 Accept function parameters for linkfunc member.
9071
9072Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
9073
9074 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
9075 (CXXFLAGS): Remove, unreferenced.
9076 (B_OPTIONS): Add for -B options and add code to initialize with
9077 previous -B options and also add -B option to pick up cross compiled
9078 runtime.
9079 (TARGET_INCLUDES): Add for -I options and add code to initialize when
9080 doing cross compiles.
9081 (target_alias): Declare global.
9082 (xgcc): Set variable to full path of gcc in build tree. Use findfile
9083 to verify that gcc exists in build tree, and if so set CC to that
9084 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 9085
c906108c
SS
9086Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
9087
9088 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
9089 ptype test for anonymous union. Fixup testcase to match
9090 current gcc debug output.
9091
9092Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
9093
9094 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
9095 force argument to an unsigned long type.
9096
9097Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
9098
9099 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
9100 tests and anonymous union print/ptype tests.
9101 * gdb.base/list.exp (test_forward-search): Increase timeout by
9102 5 minutes for the "search extremely long line" case.
9103 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
9104 completely optional and that the pass/fail messages use the command as
9105 the message if that third arg is a null string.
9106 (gdb_test_exact): Arrange that a null string pattern means match a
9107 null string output rather than any output, which might include random
9108 errors.
9109 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
9110 backtrace test.
9111 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
9112 always failing and failure is now exposed by gdb.exp changes.
9113
9114Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
9115
9116 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
9117 weren't being noted.
9118
9119Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9120
9121 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
9122 * gdb.stabs/weird.exp: Remove v_comb xfails.
9123
dc96c6c7 9124Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
9125
9126 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
9127 list.exp scope.exp watchpoint.exp]
9128 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 9129
dc96c6c7 9130Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
9131
9132 * config/monitor.exp: Increase download timeout to 1000 seconds.
9133
dc96c6c7 9134Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
9135
9136 * config/m32r.exp: Increase timeout to 120 seconds.
9137
9138Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
9139
9140 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
9141 and accept older ordering as obsolescent gcc or gdb.
9142 * gdb.c++/templates.exp: Ditto.
9143 * gdb.c++/virtfunc.exp: Ditto.
9144
9145Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
9146
9147 * gdb.base/coremaker.c: Add code to mmap some data so we
9148 can check that it ends up in the core file.
9149 * gdb.base/corefile.exp: Add test to read mmapped data
9150 from core file.
9151
dc96c6c7 9152Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
9153
9154 * config/m32r.exp: New file.
9155
9156Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
9157
9158 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
9159 that cflags can contains -gstabs, and work correctly for other tests.
9160
dc96c6c7 9161Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
9162
9163 * gdb.base/setshow.exp: New file, tests show and set.
9164 * gdb.base/setshow.c: New file, tests show and set.
9165 * gdb.base/help.exp: Add test for help set|show annotate.
9166 * gdb.base/default.exp: Add test for set|show annotate.
9167
9168Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
9169
9170 * testsuite/gdb.base/break.exp: Make backtrace from factorial
9171 errors unique.
9172 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
9173 explicitly.
9174
9175Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
9176
9177 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
9178 and width commands. This is done elsewhere.
9179 * (gdb_start): Don't call gdb_start_sim here. That's already
9180 done in gdb_load. This fixes lots of failures in default.exp.
9181
9182Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
9183
9184 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9185 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
9186 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
9187 in the same we we treat other failures (since it may be an expected
9188 condition), rather than as an error.
9189 * gdb.base/signals.exp (test_handle_all_print): Revert back to
9190 old test format.
9191
9192Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
9193
9194 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
9195 (distclean maintainer-clean realclean): No need to remove files
9196 twice. Nuke the duplicates.
9197 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 9198 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
9199 Remove config.h along with other config files.
9200
9201Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
9202
9203 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
9204 "p func1 ()" and note that rests of tests are skipped.
9205 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
9206 setup_xfails for "print func2::coremaker_local".
9207 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
9208 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
9209 affected by the previous run test.
9210 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
9211 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
9212 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
9213 "pass int powerset tuple" and "pass modeless int powerset tuple".
9214 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
9215 "real write 4" and "real write 8".
9216 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
9217 setup_xfails for "print vs1 after tuple assign 2",
9218 "print \$i after tuple assign 2", and
9219 "print vs2 after tuple assign 2".
9220 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
9221 meaningful error message and return -1 so the caller can
9222 suppress further tests and avoid a cascade of errors.
d63a86f8 9223
c906108c
SS
9224Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
9225
9226 * gdb.base/a1-selftest.exp: Tweak tests to account for new
9227 format for printing version.
9228 * gdb.base/default.exp: Ditto.
9229 * gdb.base/interrupt.exp: Fix problem with cascade of
9230 errors if child process dies while calling a function.
d63a86f8 9231
c906108c
SS
9232Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
9233
9234 * Makefile.in (VPATH): Add
9235 * Makefile.in (Makefile, config.status): Fix rules so things get
9236 remade when necessary.
9237
9238Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
9239
9240 * Makefile.in (just-check): Add path to sibling expect dir
9241 to environment variable specified by RPATH_ENVVAR.
9242
9243Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
9244
9245 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
9246 (just-check): Add shared library paths for libstdc++, tk,
9247 tcl, bfd, and opcodes to the environment variable specified
9248 in RPATH_ENVVAR.
9249 * configure.in: Add support to recognize --enable-shared flag
9250 and generate correct value for RPATH_ENVVAR.
9251 * configure: Regenerated with autoconf.
9252
9253Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
9254
9255 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
9256 include all osf versions.
9257 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
9258 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
9259 when target is linux. When failing to build pthreads test
9260 executable, give more meaningful message.
9261 * gdb.threads/pthreads.c: Hpux also uses old definition of second
9262 arg for pthread_create.
d63a86f8 9263
c906108c
SS
9264Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
9265
9266 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
9267 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
9268 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
9269 and -lpthreads (everybody else).
9270 (test_startup): Fail gracefully if threads are not supported.
9271 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
9272 "p/c array_index("abcdef",2)" when not gcc compiled.
9273 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
9274 "print func2::coremaker_local" when not gcc compiled.
9275 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
9276 "ptype on opaque struct tagname (statically)",
9277 "ptype on opaque struct tagname (dynamically) 1", and
9278 "ptype on opaque struct tagname (dynamically) 2"
9279 for not compiled with gcc.
9280 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
9281 backtrace when compiled with gcc.
d63a86f8 9282 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
9283 than always return success.
9284
9285Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
9286
9287 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
9288
9289Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
9290
9291 * gdb.base/structs.exp: Undo last change.
9292
9293Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
9294
9295 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
9296 encapsulate all the steps/nexts done during self test, starting
9297 at main, and makes them less sensitive to optimization issues.
9298 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
9299 signal handler" test.
9300 * gdb.threads/pthreads.exp: Only run this for native configs.
9301 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
9302 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
9303 tests.
9304 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
9305 for "runto test_calls(void)" test.
d63a86f8 9306
c906108c
SS
9307Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
9308
9309 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
9310 and don't expect address info in breakpoint confirmations.
9311
9312Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
9313
9314 * gdb.base/list.exp (test_forward_search): Increase timeout
9315 temporarily by 60 seconds for searching extremely long line,
9316 and then reset to old value when done. Increase expect input
9317 buffer to 10000.
9318
9319Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
9320
9321 * gdb.base/list.exp (test_forward_search): Fix to handle very
9322 long source line without overflowing expect's input buffer.
9323
9324Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
9325
9326 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
9327 "buffer_full".
9328
9329 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
9330 "buffer_full".
9331
9332 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
9333 "buffer_full".
9334
9335 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
9336 "buffer_full".
9337
9338Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
9339
9340 * configure.in (configdirs): Add gdb.threads.
9341 * configure: Regenerated with autoconf.
9342 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
9343 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
9344 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 9345
c906108c
SS
9346Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
9347
9348 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
9349
9350Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
9351
9352 * gdb.base/signals.exp (test_handle_all_print): Test separately for
9353 each signal's status in the output of "handle all print".
9354 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
9355 the \r\n sequence that immediately precedes the gdb prompt.
9356 * gdb.base/a1-selftest.exp: Save original timeout and restore
9357 after test.
9358
9359Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
9360
9361 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
9362 symbol.
9363
9364Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
9365
9366 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
9367
9368Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
9369
9370 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
9371 timeout by 60 seconds.
9372
9373Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
9374
9375 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
9376 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
9377 error return.
9378
9379Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
9380
9381 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
9382 gdb initialization, also report how long dejagnu waited. Restore
9383 old timeout before doing error return. Temporarily increase timeout
9384 by 3 minutes to allow for slow startups over heavy NFS use.
9385
9386Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
9387
9388 * lib/gdb.exp: Report timeout value for verbosity level 2.
9389 * config/gdbserver.exp: Ditto.
9390 * config/hppro.exp: Ditto.
9391 * config/mips-gdb.exp: Ditto.
9392 * config/monitor.exp: Ditto.
9393 * config/netware.exp: Ditto.
9394 * config/sim-gdb.exp: Ditto.
9395 * config/slite-gdb.exp: Ditto.
9396 * config/udi-gdb.exp: Ditto.
9397 * config/unix-gdb.exp: Ditto.
9398 * config/vx-gdb.exp: Ditto.
9399 * gdb.base/a1-selftest.exp: Ditto.
9400 * gdb.base/a2-run.exp: Ditto.
9401 * gdb.base/break.exp: Ditto.
9402 * gdb.base/corefile.exp: Ditto.
9403 * gdb.base/list.exp: Ditto.
9404 * gdb.base/recurse.exp: Ditto.
9405 * gdb.base/scope.exp: Ditto.
9406 * gdb.base/signals.exp: Ditto.
9407
9408Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9409
9410 * gdb.threads/Makefile.in (docdir): Removed.
9411
9412Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9413
9414 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 9415 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 9416 @srcdir@.
d63a86f8 9417 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
9418 autoconf 2.5 or higher.
9419 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
9420
9421Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
9422
9423 * configure: Regenerated.
9424 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
9425 avoid name clashes with SunOS headers.
9426
9427Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
9428
9429 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
9430
9431Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
9432
9433 * gdb.base/callfuncs.exp: Finish last change -- make sure the
9434 prototype information ends up in the compiler info file.
9435
9436Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
9437
9438 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
9439 attempting to regenerate it. Eliminate use of a temporary file
9440 and just generate the info file directly. Source it immediately,
9441 for consistency of use.
9442 * gdb.base/corefile.exp: Ditto
9443 * gdb.base/exprs.exp: Ditto.
9444 * gdb.base/funcargs.exp: Ditto.
9445 * gdb.base/langs.exp: Ditto.
9446 * gdb.base/list.exp: Ditto.
9447 * gdb.base/mips_pro.exp: Ditto.
9448 * gdb.base/nodebug.exp: Ditto.
9449 * gdb.base/opaque.exp: Ditto.
9450 * gdb.base/ptype.exp: Ditto.
9451 * gdb.base/scope.exp: Ditto.
9452 * gdb.base/setvar.exp: Ditto.
9453 * gdb.base/signals.exp: Ditto.
9454 * gdb.base/whatis.exp: Ditto.
9455 * gdb.c++/templates.exp: Ditto.
9456 * gdb.c++/virtfunc.exp: Ditto.
9457 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
9458 whether or not to add -lstdc++ to the compile command line args.
9459
9460Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9461
9462 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
9463 it got fixed by the recent lookup_minimal_symbol_by_pc change.
9464 Increase timeout, a lot of single stepping might be needed if the
9465 target has no hardware watchpoints.
9466
9467Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
9468
9469 * gdb.base/break.exp: Ignore compiler warnings when compiling
9470 break.c.
9471 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
9472 * gdb.base/default.exp: Add h8300 xfails. Handle messages
9473 from remote-sim.
9474 * gdb.base/exprs.exp: Add h8300 xfails.
9475 * gdb.base/funcargs.exp: Likewise.
9476 * gdb.base/nodebug.exp: Likewise.
9477 * gdb.base/printcmds.exp: Likewise.
9478 * gdb.base/ptype.exp: Likewise.
9479 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
9480 h8300 xfails.
d63a86f8 9481 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
9482 on the h8300.
9483 * gdb.base/funcargs.c: Explicitly make last constant argument to
9484 call_after_alloca_subr an unsigned long type.
9485 * gdb.base/return.c: Include stdio.h.
9486
9487Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
9488
9489 * config/abug.exp: New file for the older Motorola Bug monitor
9490 that runs on the mvme13x series VME boards.
9491 * config/monitor.exp: Use the new config array for target settings
9492 if they exist.
9493
9494Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
9495
9496 * sim-gdb.exp: Make the SH simulator allocate less space when
9497 it is targeted.
9498
9499Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
9500
9501 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
9502 test.
9503
9504Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
9505
9506 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
9507 "rs6000-*-*" for "list function in include file" when gcc compiled.
9508 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
9509 for "p ctable1[120]".
9510 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
9511 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
9512 Remove setup_xfail for "rs6000-*-*" for
9513 "print 'scope0.c'::filelocal before run".
9514 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
9515 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
9516 since some compilers don't allow both options to be given
9517 on the same command line. Create object file and move it.
d63a86f8 9518
c906108c
SS
9519Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
9520
9521 * gdb.base/corefile.exp: Always regenerate the core file, since
9522 we always regenerate the coremaker program. Detect special case
9523 where registers cannot be read from core file.
d63a86f8 9524
c906108c
SS
9525Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
9526
9527 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
9528 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
9529 * gdb.c++/templates.exp: Only match on basename of file since
9530 some formats like xcoff don't encode directory information.
9531 * gdb.stabs/weird.exp: Use the right sed script for powerpc
9532 and rs6000 AIX xcoff targets.
9533 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
9534 * configure: Regenerate.
9535 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
9536 here, rather than in distclean.
d63a86f8 9537
c906108c
SS
9538Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
9539
9540 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
9541 defined, and use it to compile the test case with -O2. The
9542 native compilation still uses no optimization.
9543 * gdb.base/mips_pro.c: Remove inline assembly code since
9544 it is compiled PIC by default, which results in assembler
9545 warnings that make the testsuite think the compilation
9546 was unsuccessful.
9547
9548Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
9549
9550 * gdb.c++/misc.exp: Add note to message for
9551 "print s.a for foo struct" that this is a known gcc 2.7.2
9552 and earlier bug.
9553
9554Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
9555
9556 * gdb.base/break.exp: Fix pattern for matching "Delete all
9557 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
9558 setup_xfail for deleting all breakpoints test. Fix various
9559 timeout messages to include "(timeout)".
9560 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
9561 for "p t_float_values2(3.14159,float_val2)".
9562 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
9563 for "continue to call2g" when gcc compiled.
9564 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
9565 "up to foo in langs.exp", "show language at foo in langs.exp",
9566 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
9567 and "show language at fsub in langs.exp".
9568 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
9569 "list line 1 in include file", "list message for lines past EOF",
9570 "list function in include file", "list list0.h:foo", and
9571 "list filename:function; nonexistant function".
9572 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
9573 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
9574 and "ptype t_char_array" to be for native cc only.
d63a86f8 9575
c906108c
SS
9576Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
9577
d63a86f8 9578 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
9579 setup_xfail for "print coremaker_bss", "print coremaker_ro",
9580 "print func2::coremaker_local", and "backtrace in corefile.exp".
9581
9582Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
9583
9584 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
9585 "bt in signals.exp". This problem only appears when running
9586 the testsuite, and then only intermittently.
9587
9588Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
9589
9590 * gdb.base/return.exp (return_tests): Differentiate between
9591 two tests of continuing.
9592
9593Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
9594
9595 * */Makefile.in (maintainer-clean): Remove config.log.
9596 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
9597 * gdb.c++/Makefile.in (PROGS): Add inherit.
9598 (clean): Remove *.ci.
9599
9600Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
9601
9602 * gdb.c++/misc.cc: Add test code from Mike Stump.
9603 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
9604
9605Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
9606
9607 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
9608 to "alpha-*-osf2*" and add comment.
9609 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
9610 setup_xfail for "step over execarg initialization" and
9611 "step over corearg initialization".
9612 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
9613 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
9614 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
9615 gcc compiled for "print coremaker_bss", "print coremaker_ro",
9616 "print func2::coremaker_local", and "backtrace in corefile.exp".
9617 * gdb.base/signals.exp: Build and source signals.ci.
9618 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
9619 to be for gcc only.
9620 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 9621
c906108c
SS
9622Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9623
9624 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
9625 Feb 3 procfs.c change.
9626
9627Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
9628
9629 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
9630
9631Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
9632
9633 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
9634 from dejagnu's apparent default of 10 seconds, which gives random
9635 results when running the tests over NFS on moderately loaded systems.
9636 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
9637
9638Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
9639
9640 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
9641 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
9642 result reports.
9643
9644Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
9645
9646 * configure.in (CY_AC_PATH_TCLH): Remove.
9647 * configure: Regenerate.
9648
9649Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
9650
9651 * gdb.c++/Makefile.in (clean): Add missing '{'.
9652
9653Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
9654
9655 * lib/gdb.exp: Provide a default value for noinferior.
9656
9657 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
9658 Load libgloss.exp.
9659
9660Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
9661
9662 * gdb.disasm/hppa.exp: Compile directly into an executable, use
9663 the executable, not the .o to run the tests from.
9664
9665Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
9666
9667 * gdb.base/break.exp: Don't test for program exit or exit status
9668 if $noresults if nonzero.
9669 * gdb.base/langs.exp: Likewise.
9670 * gdb.base/watchpoint.exp: Likewise.
9671
9672 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
9673 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
9674 trying to compile the testcase.
9675
9676Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
9677
9678 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
9679 * gdb.base/signals.exp (continue to handler): Likewise.
9680
9681Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
9682
9683 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
9684
9685 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
9686
9687Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
9688
9689 * gdb.base/corefile.exp: Recognize "not found" as failure
9690 when trying to determine if a core file was generated.
9691 If no core file was generate the first time, try again without
9692 the ulimit -c to work around braindamaged shells.
9693
9694Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
9695
9696 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
9697 [] tests with "test" and enclose string in quotes.
9698 * gdb.stabs/configure: Rebuild
d63a86f8 9699
c906108c
SS
9700Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
9701
9702 Changes in sync with expect:
9703 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
9704 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
9705 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
9706 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
9707 argument to AC_REQUIRE.
9708 * configure: Regenerated.
9709
9710Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
9711
9712 * gdb.base/corefile.exp: When generating a core, discard any
9713 error messages about ulimit not found and the "core dumped"
9714 message from the shell that runs the coredumper.
9715
9716Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
9717
9718 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
9719
9720 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
9721 which sed script to run. Expect failure for v_comb test
9722 on PA targets too.
d63a86f8 9723
c906108c
SS
9724Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
9725
9726 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
9727 "print func2::coremaker_local" and for "backtrace in corefile.exp"
9728
9729Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
9730
9731 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
9732 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
9733 "sparc-sun-solaris*" xfails for "p v_comb".
9734 * lib/gdb.exp (default_gdb_start): Fix typo.
9735 * gdb.base/corefile.exp: Allow "Core was generated by ..."
9736 messages to not include the full program name that caused
9737 the core dump since some systems (such as solaris) apparently
9738 truncate this path to about 80 characters.
9739 When generating a core file first try increasing the core file
9740 size limit to unlimited since some systems may default it to
9741 zero, and it is harmless to try it. Move the test for failing
9742 to generate a core file to where it will actually get executed.
9743 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
9744 new gdb result from g++ debug info improvements and make old
9745 pattern obsolescent. Also account for size_t differences
9746 (may be int or long).
9747 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
9748 initialization before function call is placed in the delay slot
9749 and thus appears to be skipped over by commands such as "next".
9750
9751Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
9752
9753 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
9754
9755Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
9756
9757 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
9758 input source file; fix code to compile test to deal with this
9759 convention.
9760 * gdb.c++/*.exp: Likewise.
9761
9762Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
9763
9764 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
9765 "bt in signals.exp".
9766
9767Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
9768
9769 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
9770 "step over execarg initialization" and
9771 "step over corearg initialization".
9772
9773Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
9774
9775 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
9776 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
9777
9778Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
9779
9780 From Rob Savoye (rob@poseidon.cygnus.com)
9781 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
9782 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
9783 configure.in}, gdb.disasm/{Makefile.in, configure.in},
9784 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
9785 configure.in}: Major reworking for autoconfig.
9786 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
9787 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
9788 New files.
9789 * config/unix-gdb.exp: Make GDB global.
9790 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
9791 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
9792 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
9793 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
9794 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
9795 term.exp, twice.exp, watchpoint.exp, whatis.exp},
9796 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
9797 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
9798 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
9799 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
9800 pr-8136.exp, result.exp, string.exp, tuples.exp},
9801 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
9802 to returns as necessary, arrange for test to compile own testcase
9803 executable.
9804 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 9805
c906108c
SS
9806Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
9807
9808 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
9809 clear_xfail at end of test which might not call either pass or fail.
9810 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
9811 "backtrace through signal handler".
9812
9813Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9814
9815 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
9816 continuing from a job control stop signal.
9817 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
9818
9819Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
9820
9821 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
9822 * gdb.base/corefile.exp: Likewise.
9823 * gdb.base/funcargs.exp: Likewise.
9824
9825Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
9826
9827 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
9828 * config/monitor.exp: Add support for setting baud rate.
9829
9830Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
9831
9832 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
9833 i*86-*-linux* xfails for "backtrace through signal handler".
9834 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
9835 "print func2::coremaker_local".
9836 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
9837 alpha-dec-osf2* xfail for
9838 "delete all breakpoints when none".
9839
9840Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
9841
9842 * gdb.base/break.exp: Change test that deletes all breakpoints
9843 when no user breakpoints are installed. A post 4.15 change
9844 causes gdb to no longer prompt in this case.
9845
9846Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
9847
9848 * gdb.base/return.exp (return_tests): Change xfail for test
9849 "correct value returned double test" to stop xfailing at
9850 Solaris 2.5. Apparently the bug has been fixed.
9851
9852Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
9853
9854 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
9855 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
9856
9857Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
9858
9859 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
9860 * gdb.disasm/hppa.s: Corresponding changes.
9861
9862Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
9863
9864 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
9865 makefile fragment.
9866 * config/mt-hpux: Deleted.
9867
9868Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
9869
d63a86f8 9870 * Many files: When warning about suppressed tests due to a
c906108c
SS
9871 nonexistant test binary, avoid incrementing the warning count.
9872
9873Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
9874
9875 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 9876
c906108c
SS
9877Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9878
9879 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
9880 "sparc-*-solaris2*".
9881
9882Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9883
9884 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
9885 Add global and local variables and initialize them.
9886 * gdb.base/corefile.exp: Test correct mapping of corefile sections
9887 by printing variables. Remove rs6000 and powerpc xfails, BFD now
9888 extracts the file name and terminating signal from the core file.
9889 * TODO: Remove note about tests for correct mapping of corefile.
9890 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
9891 from optimizing it away.
9892 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
9893 handles common blocks.
9894
9895Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
9896
9897 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
9898 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
9899
9900Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
9901
9902 * Makefile.in (maintainer-clean): New target, synonym for
9903 realclean.
9904 * gdb.base/Makefile.in (maintainer-clean): Likewise.
9905 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
9906 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
9907 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
9908 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
9909 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
9910
9911Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
9912
9913 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
9914 xfails when not gcc compiled for "print foo::funclocal".
9915 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
9916 "print foo::funclocal at foo",
9917 "print 'scope1.c'::foo::funclocal at foo",
9918 "print foo::funclocal_bss at foo",
9919 "print 'scope1.c'::foo::funclocal_bss at foo",
9920 "print foo::funclocal_ro at foo",
9921 "print 'scope1.c'::foo::funclocal_ro at foo",
9922 "print bar::funclocal at foo" and
9923 "print 'scope1.c'::bar::funclocal at foo".
9924 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
9925 gcc compiled for "print foo::funclocal at bar".
9926 Expand all messages to ensure that they identify that
9927 the test is at bar().
9928 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
9929 gcc compiled for:
9930 "ptype on opaque struct pointer (statically)",
9931 "ptype on opaque struct tagname (statically)",
9932 "ptype on opaque struct pointer (dynamically) 1",
9933 "ptype on opaque struct tagname (dynamically) 1",
9934 "ptype on opaque struct pointer (dynamically) 2" and
9935 "ptype on opaque struct tagname (dynamically) 2
9936 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
9937 gcc compiled for:
9938 "p datalocal"
9939 "whatis datalocal",
9940 "ptype datalocal",
9941 "p bsslocal",
9942 "whatis bsslocal", and
9943 "ptype bsslocal".
9944 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
9945 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
9946 when not gcc compiled.
9947 * gdb.base/funcargs.exp (float_and_integral_args): Add
9948 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
9949 compiled.
9950 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
9951 "backtrace from call6a" when not gcc compiled.
9952 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
9953 "backtrace from call7a" when not gcc compiled.
9954 * gdb.base/callfuncs.exp (do_function_calls):
9955 Add "hppa*-*-hpux*" xfail when not gcc compiled for
9956 "p t_char_array_values(char_array_val2,char_array_val1)",
9957 "p t_char_array_values(char_array_val1,char_array_val2)",
9958 "p t_char_array_values("carray 1","carray 2")",
9959 "p t_char_array_values("carray 1",char_array_val2)",
9960 "p t_char_array_values(char_array_val1,"carray 2")",
9961 "p sum_args(1,{2})",
9962 "p sum_args(2,{2,3})",
9963 "p sum_args(3,{2,3,4})",
9964 "p sum_args(4,{2,3,4,5})"
9965 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
9966 "backtrace in corefile.exp" when not gcc compiled.
9967
9968Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9969
9970 * gdb.base/signals.exp: Rewrite `handle all print' test as
9971 a procedure. Accept blanks or TABs as whitespace, increase
9972 timeout and expect input buffer size for the large output
9973 from the command. Remove "i*86-*-bsdi2.0" xfail.
9974
9975Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9976
9977 * gdb.base/setvar.exp: Add new testcases for truncation when
9978 assigning invalid values to bitfields.
9979
9980Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
9981
d63a86f8 9982 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
9983 mips-sgi-irix* xfail for
9984 "call inferior func with struct - returns char *"
9985 and fix test so that an optional (unsigned char *) cast is
9986 accepted in the result.
9987
9988Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
9989
9990 * gdb.base/funcargs.exp (float_and_integral_args): Remove
9991 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
9992 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
9993 * gdb.base/signals.exp: Remove duplicate "handle all print" test
9994 that accidentally got checked in.
9995
9996Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
9997
d63a86f8 9998 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
9999 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
10000 compiled test.
10001 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
10002 Add mips-sgi-irix5* xfail for not gcc compiled.
10003 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
10004 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
10005 "p top", "whatis top", "p middle", and "whatis middle".
10006 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
10007 "whatis signed char" for not gcc compiled.
10008 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
10009 "set variable signed char=-1 (-1)" and
10010 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
10011 * gdb.base/funcargs.exp (float_and_integral_args):
10012 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
10013 Add mips-sgi-irix* xfail when not gcc compiled for
10014 "continue to call2b".
10015 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
10016 "continue to call2g".
10017 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
10018 "backtrace from call6a"
10019 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
10020 "backtrace from call7k".
10021 Add mips-sgi-irix5* xfail when not gcc compiled for
10022 "backtrace from call7a".
10023 (localvars_after_alloca): Fix gdb_test cmds for
10024 "print * after runto ...".
10025 Remove rs6000-*-* xfails for
10026 "print i after runto localvars_after_alloca" and
10027 "print l after runto localvars_after_alloca"
10028 for all compilers.
10029 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
10030 when not compiled with gcc, for:
10031 "print signed char == (minus)",
10032 "print signed char != (minus)",
10033 "print signed char < (minus)",
10034 "print signed char > (minus)".
10035 * gdb.base/callfuncs.exp (do_function_calls):
10036 Add mips-sgi-irix* xfail, when compiled with native compiler, for
10037 "call inferior func with struct - returns char *".
d63a86f8 10038 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
10039 "correct value returned double test" to include Solaris 2.4.
10040 * gdb.base/funcargs.exp (float_and_integral_args):
10041 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 10042
c906108c
SS
10043Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10044
10045 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
10046 enumeration bitfields if compiling with GNU C.
10047 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
10048 to empty' prompt.
10049
10050Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
10051
10052 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
10053 test for PRO targets.
10054
10055 * gdb.base/funcargs.exp: Avoid ever setting more than 8
10056 breakpoints in the inferior at any given time by making
10057 two groups of breakpoints for call2*, call6* and call7*
10058 tests.
10059
10060Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10061
10062 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
10063 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
10064 from optimizing it away.
10065 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
10066 "call inferior func with struct".
10067
10068Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
10069
10070 * configure.in: Only configure gdb.chill for particular targets.
10071
10072Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
10073
10074 * gdb.base/Makefile.in: Add action to .c.o transformation
10075 rule that generates a .ci file for each .o file and remove
10076 explicit .c.o rules except for callfuncs.o.
10077 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
10078 generates a .ci file for each .o file and remove explicit
10079 .cc.o rules.
10080 (clean): Remove *.tmp *.ci files.
10081 (EXECUTABLES): Remove templ-info.exp.
10082 * gdb.base/compiler.c: New file.
10083 * gdb.c++/compiler.cc: New file
10084 * gdb.base/scope.exp: Source gdb.base/scope.ci.
10085 Change rs6000-*-* xfail for
10086 "print 'scope0.c'::filelocal_ro" and
10087 "print 'scope1.c'::filelocal" and
10088 "print 'scope1.c'::filelocal_bss" and
10089 "print 'scope1.c'::filelocal_ro" and
10090 "print 'scope1.c'::foo::funclocal" and
10091 "print 'scope1.c'::foo::funclocal_ro" and
10092 "print 'scope1.c'::bar::funclocal" and
10093 "print 'scope0.c'::filelocal_ro" and
10094 "print 'scope1.c'::filelocal at foo" and
10095 "print 'scope1.c'::filelocal_bss at foo" and
10096 "print 'scope1.c'::filelocal_ro at foo" and
10097 "print 'scope1.c'::foo::funclocal at foo" and
10098 "print 'scope1.c'::foo::funclocal_bss at foo" and
10099 "print 'scope1.c'::foo::funclocal_ro at foo" and
10100 "print 'scope1.c'::bar::funclocal at foo" and
10101 "print 'scope0.c'::filelocal_ro" and
10102 "print 'scope1.c'::filelocal" and
10103 "print 'scope1.c'::filelocal_bss" and
10104 "print 'scope1.c'::filelocal_ro" and
10105 "print 'scope1.c'::foo::funclocal" and
10106 "print 'scope1.c'::foo::funclocal_bss" and
10107 "print 'scope1.c'::foo::funclocal_ro" and
10108 "print 'scope1.c'::bar::funclocal" and
10109 "print 'scope1.c'::bar::funclocal_bss"
10110 to only be xfail'd when not compiled with gcc.
d63a86f8 10111 Add rs6000-*-* xfail for
c906108c
SS
10112 "print 'scope0.c'::filelocal_bss before run"
10113 when compiled with gcc.
10114 (test_at_main): Add rs6000-*-* xfail for
10115 "print filelocal_ro in test_at_main"
10116 when compiled with gcc.
10117 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
d63a86f8 10118 Add rs6000-*-aix* xfail for
c906108c
SS
10119 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
10120 "ptype t_char_array", not compiled with gcc.
10121 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
10122 xfail for "list foo (in include file)" when gcc compiled.
10123 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
10124 (integral_args): Add rs6000-*-* xfail for
10125 "run to call0a" if not compiled with gcc.
10126 (unsigned_integral_args): Add rs6000-*-* xfail for
10127 "run to call1a" if not compiled with gcc.
10128 (float_and_integral_args): Add rs6000-*-* xfail for
10129 "run to call2a" if not compiled with gcc and for
10130 "continue to call2b" for any compiler.
10131 Add rs6000-*-* xfail to
10132 "print f1 after run to call2a" for gcc compiled.
10133 (discard_and_shuffle): Add rs6000-*-* xfail for
10134 "run to call6a".
10135 (shuffle_round_robin): Add rs6000-*-* xfail for
10136 "backtrace from call7a" if not compiled with gcc.
10137 Add rs6000-*-* xfail for
10138 "backtrace from call7b" if compiled with gcc.
10139 (call_after_alloca): Add rs6000-*-* xfail for
10140 "print c in call_after_alloca" and
10141 "print s in call_after_alloca" and
10142 "backtrace from call_after_alloca_subr"
10143 if not compiled with gcc.
10144 (localvars_in_indirect_call): Add rs6000-*-* xfail for
10145 "print c in localvars_in_indirect_call" and
10146 "print c in localvars_in_indirect_call" and
10147 "backtrace in indirectly called function" and
10148 "stepping into indirectly called function"
10149 if not compiled with gcc.
10150 (localvars_after_alloca): Add rs6000-*-* xfail for
10151 "print c after runto localvars_after_alloca" and
10152 "print s after runto localvars_after_alloca" and
10153 "print i after runto localvars_after_alloca" and
10154 "print l after runto localvars_after_alloca"
10155 for all compilers.
10156 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
10157 than whatis-info.exp.
10158 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
10159 than opaque-info.exp.
10160 Setup rs6000-*-* xfail for
d63a86f8 10161 "ptype on opaque struct pointer (statically)" and
c906108c
SS
10162 "ptype on opaque struct pointer (dynamically)" when
10163 not compiled with gcc.
10164 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
10165 rather than callf-info.exp.
10166 (do_function_calls): Add clear_xfail for rs6000-*-* for
10167 "p t_float_values2(3.14159,float_val2)". Seems to work
10168 fine there, both with xlc and gcc. Need to find out what
10169 it is doing right and fix other platforms.
10170 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
10171 "call inferior func with struct - returns int",
10172 "call inferior func with struct - returns long",
10173 "call inferior func with struct - returns float",
10174 "call inferior func with struct - returns double",
10175 "call inferior func with struct - returns char *",
10176 but only if not gcc compiled (presumes xlc compiled).
10177 Change rs6000-*-* xfails for
10178 "call inferior func with struct - returns char" and
10179 " call inferior func with struct - returns short" to only
10180 xfail if not using gcc.
10181 (clean mostlyclean): Remove *.ci and *.tmp files.
10182 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
10183 than templ-info.exp.
10184 * gdb.base/langs.exp: Source gdb.base/langs.ci.
10185 Add rs6000-*-* xfail for "up to foo in langs.exp"
10186 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
10187 when not gcc compiled.
d63a86f8 10188
c906108c
SS
10189Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10190
10191 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
10192 * gdb.base/corefile.exp: Likewise.
10193 * gdb.base/list.exp: Likewise.
10194 * gdb.base/scope.exp: Likewise.
10195 * gdb.base/siganls.exp: Likewise.
10196
10197 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
10198 compiler output.
10199 * gdb.base/whatis.exp: Likewise.
10200
10201Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
10202
10203 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
10204 failure (opcode table has been fixed to match reality).
10205
10206Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
10207
10208 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
10209 "call inferior func with struct - returns char",
10210 "call inferior func with struct - returns short"
10211
10212 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
10213 "print 'scope0.c'::filelocal at main",
10214 "print 'scope0.c'::filelocal_bss in test_at_main",
10215 "print 'scope0.c'::filelocal at foo",
10216 "print 'scope0.c'::filelocal_bss in test_at_foo",
10217 "print 'scope0.c'::filelocal at bar",
10218 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 10219
c906108c
SS
10220 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
10221 in source file 1". This bug seems to have been fixed with both
10222 gcc and native cc (was native assembler bug?).
10223
10224Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
10225
10226 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
10227 "backtrace through signal handler" to "i*86-*-sysv4*".
10228 * gdb.base/signals.exp: Add xfail for "'next' behaved as
10229 continue" case. Add "known SVR4 bug" to fail message.
10230 Add "i*86-*-bsdi2.0" xfail for "handle all print".
10231 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
10232 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
10233 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
10234 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
10235 "up to foo in langs.exp", "show language at foo in
10236 langs.exp", "up to cppsub_ in langs.exp", "show
10237 language at cppsub_ in langs.exp", "up to fsub in
10238 langs.exp", and "show language at fsub in langs.exp".
10239 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
10240 "bactrace in corefile.exp".
10241 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
10242 "call inferior function with struct - returns float" and
10243 "call inferior function with struct - returns double".
d63a86f8 10244
c906108c
SS
10245Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
10246
10247 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
10248 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
10249 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
10250 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
10251
10252Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
10253
10254 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
10255 (or overriden) "CHILL" macro rather then bare "gcc".
10256 Also look for ../../gcc/xgcc since that is what we will
10257 actually need, not "Makefile". Remove following assignment
10258 of CHILL to CHILL_FOR_TARGET because that results in
10259 recursive definition.
10260
10261Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
10262
10263 * gdb.base/corefile.exp: Change xfail for backtrace in
10264 corefile.exp from linuxaout to all linux.
10265 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
10266 cases where we miss the breakpoint at the signal handler
10267 for some reason. Setup xfail for linuxoldld/linuxaout and
10268 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
10269 hitting SIGURG breakpoint.
10270 * gdb.base/signals.exp: Setup xfail for "next" acting like
10271 continue to add linuxoldld. Setup xfail for all linux for
10272 "next to handler in signals_tests_1", "backtrace in
10273 signals_tests_1", "continue to func1", "pass SIGUSR1",
10274 and continue to handler".
10275
10276Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10277
10278 * Update all FSF addresses except those in COPYING* files.
10279
10280Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
10281
10282 * gdb.base/a2-run.exp: Change messages to be more explicit about
10283 the status of args, and quote binfile in results.
10284
10285Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
10286
10287 * gdb.base/callfuncs.exp: Add tests for passing structs to
10288 inferior functions and return various types.
10289 * gdb.base/callfuncs.c: Add functions to receive a struct
10290 and return a member of the struct, in various types.
10291
10292Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10293
10294 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
10295
10296Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
10297
10298 * config/vxworks29k.exp: New file, sources vxworks.exp.
10299
10300Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10301
10302 * config/gdbremote.exp: New file. Testing framework using
10303 gdbserver.
10304
10305Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
10306
10307 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
10308 "call function when asleep" and "send end of file".
10309 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
10310 for "backtrace in corefile.exp".
10311 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
10312 for "backtrace through signal handler".
10313 * gdb.base/corefile.exp: Make sure we actually generate a core file
10314 before trying the core tests. Some systems allow the user to suppress
10315 generation of core files and default to that (linux for example).
10316 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
10317 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
10318
10319Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10320
10321 * gdb.threads: New directory with some crude multi-threaded
10322 gdb tests (step.exp and step2.exp).
10323 * config/mt-lynx (STEP_EXECUTABLE): Define.
10324 (THREADFLAGS): Define.
10325
10326Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
10327
10328 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
10329
10330 * gdb.base/signals.exp: Disable whole file for lynx until
10331 further notice.
10332
10333 * gdb.base/signals.exp: xfail test where "next" acts like
10334 "continue" for lynx.
10335
10336 * gdb.base/interrupt.exp: xfail test for calling function while
10337 inferior is asleep for lynx.
10338
10339 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
10340 than one cr-lf after each command.
10341
10342Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10343
10344 * configure.in: Reinstate setting of stabsdirs variable, fix
10345 typo in setting up configdirs for native builds.
10346
10347 * gdb.base/return.exp: Fix typo in return double test.
10348 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
10349 compiler from optimizing them away.
10350
10351Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
10352
10353 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
10354 sequences to be echo'd by gdb when using gdb_test.
10355 * gdb.chill/chexp.exp: Likewise.
10356 * gdb.fortran/exprs.exp: Likewise
10357
10358Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10359
10360 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
10361 after the inferior gdb has started.
10362
10363 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
10364 after each command.
10365 * gdb.base/funcargs.exp: Likewise.
10366 * gdb.base/gdbvars.exp: Likewise.
10367 * gdb.base/interrupt.exp: Likewise.
10368 * gdb.base/list.exp: Likewise.
10369 * gdb.base/watchpoint.exp: Likewise.
10370 * gdb.c++/demangle.exp: Likewise.
10371 * gdb.c++/inherit.exp: Likewise.
10372 * gdb.chill/chexp.exp: Likewise.
10373 * gdb.fortran/exprs.exp: Likewise.
10374
10375 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
10376 test if we can't handle IO to/from the inferior.
10377
10378 * gdb.c++/misc.exp: Always check for a program already being
10379 started after sending a "run" command to gdb.
10380
10381 * gdb.base/twice.exp: Start with a fresh gdb.
10382
10383 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
10384 only depend on gdb's expression code, not the chill runtime.
10385
10386 * gdb.base/return.c: Put return values into variables so we
10387 can have gdb print them rather than depending on the program
10388 to print them.
10389 * gdb.base/return.exp: Corresponding changes.
10390
10391 * lib/gdb.exp: Provide default value for noinferiorio.
10392 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
10393 the inferior.
10394
10395 * gdb.base/break.exp: Always check for a program already being
10396 started after sending a "run" command to gdb.
10397 (text_next_with_recursion): Don't check the output from the
10398 program's printf statement. Instead just make sure the program
10399 exited.
10400
10401 * gdb.base/commands.exp: Protect tests which need arguments with
10402 $noargs conditionals.
10403
10404Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10405
10406 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
10407 of structure member arrays to match gdb/valops.c:value_addr change.
10408
10409Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
10410
10411 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
10412 cases.
10413
10414Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
10415
10416 * configure.in (configdirs): Remove gdb.chill from default list
10417 of subdirs and then add it back in only if doing a native build.
10418 The current chill compiler does not yet work in any cross build.
10419 * Revert all signal changes from Jul 6.
10420 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
10421 for sh-hms targets, allowing these tests to link, with no other
10422 changes. Testing is suppressed by setting "nosignals" in site.exp.
10423
10424Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
10425
10426 * configure.in (signaldirs): Define and add to configdirs for all
10427 targets except some specific ones that are known to not support signals.
10428 Also clean up formatting.
10429 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
10430 (signals, sigall): Remove rules to build.
10431 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
10432 Moved to new gdb.signals directory.
10433 * gdb.signals: New test directory.
10434 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
10435 signals.c signals.exp}: New or moved files.
10436
10437Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
10438
10439 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
10440
10441Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
10442
10443 * gdb.base/return.exp: Xfail `return double' test failure
10444 on at least Solaris 2.3 and handle future/past versions on
10445 a case by case basis as appropriate. Also update message
10446 to include i*86 failures.
10447
10448Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10449
10450 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
10451
10452 * lib/gdb.exp: Fix comment which erroneously identified
10453 gdb_file_cmd as gdb_load (the 19 May change was in fact to
10454 gdb_file_cmd not gdb_load).
10455 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
10456
10457 * gdb.base/setvar.exp: Make test names consistent between pass and
10458 fail cases. Use gdb_test more.
10459
10460Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10461
10462 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
10463
10464Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10465
10466 * gdb.base/help.exp: Fix expected help string for `show commands'.
10467
10468Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
10469
10470 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
10471
10472 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
10473 of a text section.
10474
10475Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
10476
10477 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
10478 that loop eventually terminates. Fix Connection refused logic so
10479 that testsuite will expire nicely.
10480
10481Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
10482
10483 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
10484 config/rom68k.exp: New tcl glue for the appropriate monitors.
10485 These all just end up calling monitor.exp.
10486 * config/monitor.exp (gdb_target_monitor): Handle `Connection
10487 refused' by retrying. Cleanup some timeout issues.
10488 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
10489 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
10490 callers don't have to set/restore global timeout variable.
10491
10492 * The following set of changes centralizes management of the global
10493 timeout variable. This way, it can be set in one target dependent
10494 place instead of dozens of places scattered throughout the test suite.
10495 If you need to lengthen a timeout, then you should either set timeout
10496 in one of the config/{target}.exp files, or multiply it by a factor.
10497 Setting it to an absolute value is always going to lose for some
10498 targets.
10499 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
10500 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
10501 * gdb.base/funcargs.exp: Don't set timeout.
10502 * gdb.base/list.exp (test_forward_search): Only use local timeout.
10503 * gdb.base/printcmds.exp (test_print_string_constants
10504 test_print_array_constants): Don't set timeout.
10505 * gdb.base/ptype.exp: Don't set timeout.
10506 * gdb.base/recurse.exp: Don't set timeout.
10507 * gdb.base/return.exp: Don't set timeout.
10508 * gdb.base/watchpoint.exp: Don't set timeout.
10509 * gdb.c++/classes.exp (do_tests): Don't set timeout.
10510 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
10511
10512Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
10513
10514 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
10515
10516Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10517
10518 * lib/gdb.exp: Disable chill tests for irix5.
10519
10520Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10521
10522 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
10523 each test pass or fail.
10524
10525Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10526
10527 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
10528 xlc not gcc.
10529
10530Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
10531
10532 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
10533
10534Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
10535
10536 * config/est.exp: Fix copyright and comments. Remove dead code.
10537 Use targetname, serialport and baud variables instead of fixed
10538 constants.
10539 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
10540 * config/cpu32bug.exp: New file to support cpu32bug monitors.
10541
10542Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10543
10544 * gdb.base/watchpoint.exp: Don't run
10545 test_watchpoint_triggered_in_syscall for sunos.
10546
10547Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10548
10549 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
10550 they don't seem to exist. Do include stdio.h.
10551
10552Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10553
10554 * gdb.base/a1-selftest.exp: Add alpha xfail.
10555
10556Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10557
10558 * gdb.base/watchpoint.c (main): Prompt before calling read().
10559 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
10560 Revise accordingly. Remove cruft about sending "123" several
10561 times, until it gets noticed. Clean up the "print buf[0]" stuff
10562 so that it passes or fails, and waits for prompts in the usual way.
10563
10564Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10565
10566 * gdb.base/recurse.exp: Fix comment.
10567
10568 * TODO: Remove item about printing variables in nodebug.exp. Add
10569 item about enabling tests which are only run on some targets.
10570
10571 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
10572 fail, make test names unique, use new gdb_test convention
10573 regarding pattern, use gdb_test more, etc.).
10574
10575 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
10576 fail, make test names unique, etc.).
10577
10578Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10579
10580 * gdb.base/nodebug.c: Change return type of top and middle to
10581 short.
10582 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
10583 are fixed by the recent mdebugread.c changes. Allow `short ()'
10584 as type for top and middle.
10585
10586Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10587
10588 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
10589 nearly as I can tell, the whole thing was an accident in Stu's
10590 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
10591 to replace a send/expect pair with gdb_test, but ended up only
10592 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
10593 of 30 Mar 1995 took care of it, but left this vestigial comment
10594 which I am now nuking.
10595
10596Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10597
10598 * gdb.base/break.exp: Look for different line number for
10599 breakpoint at main depending on usestubs.
10600
10601Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10602
10603 * gdb.base/list.exp: Adjust some alternate expect patterns to
10604 match recent list0.c change. Add alternate expect pattern for
10605 output from `list default lines around main' for optimizing
10606 compilers.
10607
10608Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10609
10610 * lib/gdb.exp: If nosignals is not set, set it to 0.
10611
10612Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
10613
10614 * config/slite-gdb.exp: Responds to load symbol table prompt.
10615 * gdb.base/break.exp: Adjust line number, fix rerun.
10616 * gdb.base/langs0.c: Add #ifdef usestubs.
10617
10618Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
10619
10620 * gdb.base/list.exp: Adjust line contents after adding new lines in
10621 list0.c. Also fix a syntax error.
10622
10623 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
10624 * gdb.base/break.exp: ditto.
10625 * gdb.base/list.exp: ditto.
10626 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
10627 * gdb.base/run.c: ditto.
10628 * gdb.base/list0.c: ditto.
10629 * gdb.base/funcargs.c: ditto.
10630
10631Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
10632
10633 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
10634 $targetname, $serialport and $baud instead of hardwired variables.
10635 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
10636 target doesn't support signals.
10637
10638Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
10639
10640 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
10641
10642Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10643
10644 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
10645 Don't rely on the value of an auto variable before it has been
10646 initialized. Use gdb_test more.
10647
10648Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10649
10650 * lib/gdb.exp (default_gdb_version): A version number must start
10651 with a digit, but other than that contains all characters up to
10652 the first whitespace character.
10653
10654Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10655
10656 * gdb.base/commands.exp (breakpoint_command_test): New tests.
10657
10658Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10659
10660 * gdb.c++/*.exp: Warn if executable does not exist. The original
10661 reason for skipping the warning was that configure.in sometimes
10662 intentionally skipped building the executables but the tcl code
10663 had no way of knowing. That (a) was always bogus with respect to
10664 error handling, (b) is no longer true (right now there is no way
10665 to skip C++ tests).
10666
10667 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
10668
10669Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10670
10671 * gdb.base/list.exp: Add expect patterns for output from
10672 SunPRO compiled executables.
10673 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
10674 types.
10675
10676Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10677
10678 * gdb.base/break.exp (test_next_with_recursion): Accept any line
10679 number (we are already testing that the correct source line text
10680 gets printed).
10681
10682 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
10683 that is what is intended, but something needed to be done to get
10684 sunos4 native working again.
10685
10686 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
10687
10688 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
10689 apparently went with a (very) old xfail.
10690
10691Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
10692
10693 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
10694 runto_main is a proc in gdb.exp that will do 'step' for target use
10695 stubs.
10696 * gdb.base/exprs.exp: ditto.
10697 * gdb.base/interrupt.exp: ditto.
10698 * gdb.base/opaque.exp: ditto.
10699 * gdb.base/printcmds.exp: ditto.
10700 * gdb.base/ptype.exp: ditto.
10701 * gdb.base/scope.exp: ditto.
10702 * gdb.base/setvar.exp: ditto.
10703 * gdb.base/signals.exp: ditto.
10704 * gdb.base/twice.exp: ditto.
10705 * gdb.c++/classes.exp: ditto.
10706 * gdb.c++/inherit.exp: ditto.
10707 * gdb.c++/templates.exp: ditto.
10708 * gdb.base/break.exp: no run and hit main for stubs. Change line
10709 numbers for breakpoints and info breakpoint.
10710 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
10711 breakpoint().
10712 * gdb.base/callfuncs.c: ditto.
10713 * gdb.base/exprs: ditto.
10714 * gdb.base/interrupt.c: ditto.
10715 * gdb.base/opaque0.c: ditto.
10716 * gdb.base/printcmds.c: ditto.
10717 * gdb.base/ptype.c: ditto.
10718 * gdb.base/scope0.c: ditto.
10719 * gdb.base/setvar.c: ditto.
10720 * gdb.base/signals.c: ditto.
10721 * gdb.base/twice.c: ditto.
10722 * gdb.c++/misc.cc: ditto.
10723 * gdb.c++/templates.cc: ditto.
10724
10725Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10726
10727 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
10728
10729 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
10730 somewhere between `read' and `main.c'. I'm pretty sure the
10731 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
10732 and it isn't particularly useful.
10733
10734 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
10735
10736Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10737
10738 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
10739
10740Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
10741
10742 * config/mt-slite: add LIBS and -nostdlib.
10743 * config/slite-gdb.exp: add this new file to support sparclite target.
10744
10745Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
10746
10747 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
10748
10749 * gdb.base/a2-run.exp: Change argument to istarget from
10750 "*-*-vxworks" to "*-*-vxworks*".
10751 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
10752
10753Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
10754
10755 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
10756 will not runto main but do a 'step' to step out of breakpoint().
10757 * config/mt-slite: add -Dusestubs.
10758
10759Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10760
10761 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
10762 instead of just @.
10763
10764 * gdb.base/signals.exp: Add test for "handle all print".
10765 * TODO: Remove "handle all print". Also remove item about
10766 checking copyright date (I don't like the idea of a spurious FAIL
10767 based on when we run the tests).
10768
10769 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
10770 for SunOS4 (reason for failure not investigated). Remove
10771 redundant test for $binfile.
10772
10773 * gdb.base/nodebug.c (array_index): Call malloc.
10774
10775 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
10776
10777Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
10778
10779 * gdb.base/recurse.exp: Update gdb_test invocation to use new
10780 conventions and slightly simplify the matching regexp.
10781
10782Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10783
10784 * gdb.base/break.exp: Update gdb_test invocation to use new
10785 convention.
10786
10787 * lib/gdb.exp: If noargs is not set, set it to 0.
10788
10789 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
10790 tests unique.
10791
10792 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
10793
10794Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10795
10796 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
10797 one argument of type "<non-float parameter>".
10798
10799Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
10800
10801 * config/rom68k.exp: New file to support Motorola IDP board.
10802 * gdb.base/a2-run.exp: Skip this file if noargs is set.
10803 * gdb.base/break.c: Change things around so that this program
10804 doesn't depend upon args. This is necessary to make remote
10805 targets work (in general, they can't take args).
10806 * gdb.base/break.exp: Don't try to send args to program. Don't
10807 expect output. Also, replace lots of code with gdb_test.
10808
10809Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10810
10811 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
10812 printing of '\'' (which is what the comment says we are testing,
10813 even though we were not), not '''.
10814 (test_integer_literals_rejected): Test that printing ''' is an error.
10815
10816 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
10817 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
10818 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
10819 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
10820 Use gdb_test not test_print_accept.
10821 * lib/gdb.exp: Remove test_print_accept.
10822
10823 * gdb.base/signals.exp (signal_tests_1): Make pass message
10824 consistent with fail message.
10825
10826 * gdb.base/whatis.exp: Remove xfails for printing char vs.
10827 unsigned char; the bug (PR 1821) is fixed.
10828
10829 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
10830
10831 * gdb.base/scope.exp (test_at_localscopes): Call pass for
10832 successful tests--makes xfailing them work right.
10833
10834Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10835
10836 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
10837 only \r\n, not .*. The test can pass .* as the last thing in
10838 $pattern if that is what it wants. In addition to providing this
10839 flexibility, this change should speed up pattern matching in cases
10840 where the pattern already ended with .* (there were a number of
10841 them). This change also helps catch bad patterns--in the old
10842 scheme the typo "char \*" instead of "char \\*" would pass. Now
10843 it is caught.
10844 * Many .exp files: Update callers.
10845
10846 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
10847 clearer and does not spuriously match multiple ('s. Likewise for
10848 ) and *.
10849
10850 * gdb.base/nodebug.exp: Test ability to call a function and pass
10851 it a string (even with no debugging info).
10852
10853 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
10854 "p '\'", which is the same as "p ''" once tcl gets done with
10855 quoting, to "p '\\'", which I suspect is what is intended (one
10856 backslash gets sent to GDB).
10857
10858 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
10859
10860Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10861
10862 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
10863 1817) was fixed literally years ago.
10864
10865Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10866
10867 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
10868 test, it causes stepping out of call_after_alloca_subr with
10869 optimizing compilers.
10870 (localvars_in_indirect_call): Consume GDB prompt if `finish'
10871 fails.
10872
10873 * gdb.c++/templates.exp: Source templ-info.exp only if
10874 the templates executable exists.
10875
10876 * gdb.c++/misc.cc (class Contains_static_instance,
10877 class Contains_nested_static_instance),
10878 gdb.c++/classes.exp (test_static_members): Test printing of
10879 a class that contains a static instance of the class.
10880
10881Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10882
10883 * gdb.base/langs2.c (cppsub_): Don't prototype.
10884 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
10885 only, I believe).
10886
10887Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10888
10889 * lib/gdb.exp (skip_chill_tests): New procedure.
10890
10891 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
10892
10893Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
10894
10895 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
10896 each expect pattern. Cuts runtime from 12 to about 4 seconds.
10897
10898Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10899
10900 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
10901
10902 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
10903 disassemble 8, not 16, instructions for part 4.
10904
10905 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
10906 support the latter anymore.
10907
10908 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
10909 -DNO_PROTOTYPES.
10910 * gdb.base/callfuncs.c: Control use of prototypes based on
10911 NO_PROTOTYPES, not __STDC__.
10912 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
10913 t_float_values2 tests if prototypes in use.
10914
10915 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
10916 t_double_values): When checking differences against DELTA, check
10917 that difference is within the range (-DELTA,DELTA), not just
10918 (-infinity,DELTA).
10919
10920Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
10921
10922 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
10923 'file' command firts, then 'target', then 'load', this is due to gdb
10924 target set up.
10925 * config/mips-gdb.exp: Fix a couple regular exp bugs.
10926
10927Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
10928
10929 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
10930 FP load/store variants.
10931 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
10932
10933Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
10934
10935 * gdb.base/term.exp: Do not give a warning if not native, it is
10936 not an abnormal condition.
10937
10938Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
10939
10940 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
10941 t_char_array".
10942
10943Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
10944
10945 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
10946 are getting the version number.
10947
10948 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
10949 if not native, it is not an abnormal condition.
10950
10951Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10952
10953 * lib/gdb.exp: Just use "file exists", rather than undocumented
10954 dejagnu procedure "findfile".
10955
10956Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10957
10958 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
10959 (LDFLAGS): Set to -Xlinker -Ur.
10960
10961 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
10962 Removed, these values are set by lib/gdb.exp.
10963
10964 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
10965
10966Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10967
10968 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
10969 of replicating gdb startup code.
10970
10971 * config/mt-vxworks (LDFLAGS): Set to -r.
10972 (CFLAGS_FOR_TARGET): Removed.
10973
10974 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
10975 (gdb) and gdb for vxworks uses (vxgdb).
10976
10977 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
10978 executable is not in the tree and host != target, use sed and
10979 program_transform_name to determine the gdb name used by the
10980 target.
10981
10982 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
10983 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
10984
10985Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10986
10987 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
10988 floats, chars, and shorts where there are ANSI-style function
10989 definitions.
10990
10991 * gdb.base/langs.exp, gdb.base/langs*: New test.
10992 * gdb.base/Makefile.in: Build it.
10993 * TODO: Remove item about checking that C names don't get C++
10994 demangling applied; this test tests it.
10995
10996Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10997
10998 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
10999 went with the const70 xfail. The xfail went away a year ago.
11000
11001 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
11002
11003 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
11004 for hp300.
11005
11006 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
11007
11008 * gdb.base/a1-selftest.exp: Don't run on hp300.
11009
11010Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11011
11012 * Makefile.in (site.exp): Set host_alias and target_alias as well
11013 as host_triplet and target_triplet.
11014
11015Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11016
11017 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
11018
11019 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
11020 places as other ecoff systems).
11021
11022 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
11023 ultrix.
11024
11025Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11026
11027 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
11028 remove them.
11029 * gdb.base/nodebug.exp: Accept "function" in addition to "text
11030 variable and "variable" in addition to "data variable".
11031 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
11032
11033 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
11034 2.
11035 * gdb.base/list1.c (long_line): Add additional statement at start
11036 of function.
11037 * gdb.base/list.exp (test_forward_search): Update line number to
11038 reflect new statement.
11039
11040Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11041
11042 * gdb.base/signals.exp: Reinitialize searched source directories
11043 after gdb_start call.
11044
11045Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
11046
11047 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
11048 * gdb.stabs/Makefile.in: Likewise.
11049
11050 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
11051 change. Instead split the tests into smaller pieces.
11052 * gdb.disasm/hppa.s: Corresponding changes.
11053
11054Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11055
11056 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
11057 Quote ^C when passing it to stty. For some shells ^ is a pipe.
11058
11059 * gdb.base/funcargs.exp: Modify many tests so that every test
11060 either passes or fails. Make some test names unique.
11061
11062Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11063
11064 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
11065 Call stty to set interrupt character.
11066
11067 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
11068 for HP assembler versus GNU assembler based on actual behavior of
11069 $(CC), rather than assuming that $(AS) is always the GNU assembler.
11070
11071 * TODO: Suggest a few more stepping tests.
11072
11073Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
11074
11075 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
11076 restart GDB for h8300 after a continue.
11077 (return): Add pattern to match a29k-udi behavior.
11078 * gdb.base/nodebug.exp: Remove obsolete comment.
11079 * gdb.base/regs.exp: New file, testing of register displays.
11080 * gdb.base/return.exp: Fix typo in reference to $objdir.
11081 * gdb.base/whatis.exp: Always start with a fresh GDB.
11082
11083Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11084
11085 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
11086 higher, these tests generate a lot of output.
11087
11088Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11089
11090 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
11091 code following the catch silently ignored some errors; without the
11092 catch they should be thrown like any other tcl error. Also, the
11093 catch used "" instead of {} which meant all the callers who wanted
11094 to include one of the characters "[]$ had to quote it an extra time.
11095 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
11096 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
11097 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
11098 Remove extra quoting.
11099
11100Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
11101
11102 * gdb.base/commands.exp: Make test names unique; every test either
11103 passes or fails. Update some comments.
11104
11105 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
11106
11107Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11108
11109 The following fixes a FAIL caused by the fact that the alpha stabs
11110 configuration didn't use the ".if alpha" code in weird.def.
11111 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
11112 bit pointer, so the 32 bit version works even on the alpha.
11113 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
11114 Remove the stuff which allowed us to have separate versions for
11115 alpha and everything else.
11116
11117 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
11118 regexp which "info func operator\[\](" is supposed to match. Fix
11119 string to send to GDB. Note that GDB still doesn't work right. Add a
11120 new test for "info func .perator\[\](" which GDB does handle correctly.
11121
11122 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
11123
11124Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11125
11126 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
11127 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
11128 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
11129 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
11130 it makes the tests harder to understand and confuses test-o-matic.
11131 The preferred style is that each test provides a PASS or a FAIL,
11132 and has a unique message (e.g. "continue #54" not just "continue")
11133 which is the same for the pass and the fail.
11134 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
11135 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
11136 to lib/gdb.exp.
11137 * gdb.base/printcmds.exp: Use test_print_accept. Remove
11138 prt_accept which was basically the same thing. Likewise for
11139 test_print_reject and prt_reject.
11140 * lib/gdb.exp (test_print_reject): Add some more error message
11141 patterns to match from the former printcmds.exp (prt_reject).
11142 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
11143 One defect of the passcount stuff is that some of it failed to
11144 report XPASS where appropriate.
11145 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
11146 stuff before and after arg in expected pattern.
11147 (test_paddr_operator_functions): Re-do test without print_addr_of;
11148 this is the only test which seems to want extra stuff there.
11149
11150Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11151
11152 * gdb.base/nodebug.exp: Update new tests to reflect improved
11153 wording of gdb output.
11154
11155 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
11156 and "ptype" work on variables in files compiled without -g.
11157 Replaces commented out "maint print msymbol" tests.
11158
11159Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11160
11161 * gdb.base/setvar.c (dummy): Call malloc.
11162
11163 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
11164 losing with the irix4 sed.
11165
11166 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
11167 ALRM" on irix4.
11168
11169Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11170
11171 * TODO: Remove items about corefile.exp testing new exec-file and
11172 backtrace; both are now done. Add items about printing enums.
11173
11174Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11175
11176 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
11177 "get signal $thissig" test fails.
11178
11179 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
11180
11181Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11182
11183 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
11184 compiler warning with dec alpha compiler.
11185
11186 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
11187 extra \n from gdb_test call (this explains why the prompt test
11188 that I removed yesterday was there).
11189 (user_defined_command_test): Remove extra \n and prompt test.
11190
11191 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
11192 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
11193 doesn't exist.
11194 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
11195 Also remove alpha workaround, which turns out to be because
11196 SIGABRT == SIGLOST.
11197
11198 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
11199
11200 * gdb.base/help.exp: Don't test "help show".
11201
11202Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11203
11204 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
11205 "set print address" is on.
11206 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
11207 pass prompt to gdb_test; gdb_test already looks for the prompt.
11208
11209 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
11210
11211 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
11212 was a vestige of the manual TESTSTRATEGY, and the purpose of it
11213 was to make sure that gdb can read a core file. But (a) the "read
11214 the corefile" part didn't make it to a1-selftest.exp, we just
11215 delete the corefile after creating it, and (b) we test reading
11216 corefiles in corefile.exp anyway. Also, this test left around a
11217 xgdb process on Solaris.
11218
11219 * gdb.base/corefile.exp: Also test backtrace.
11220
11221Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
11222
11223 * gdb.base/commands.exp: Test a simple user defined command with
11224 arguments and if/while statements; verify the full user command is
11225 printed by "show user".
11226
11227 * gdb.base/commands.exp: Test if/while commands as part of a
11228 breakpoint command list; verify they appear in breakpoint
11229 information.
11230
11231Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11232
11233 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
11234 than by dividing by zero.
11235
11236Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
11237
11238 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
11239 performing an inferior call with watchpoints enabled.
11240 * gdb.base/watchpoint.c (main): Delete second unnecessary read
11241 call.
11242
11243Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11244
11245 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
11246 of "file" command.
11247
11248 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
11249 Add additional pattern for when "int operator int(void);" appears
11250 in a different order.
11251
11252Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11253
11254 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
11255
11256 * gdb.base/help.exp: Replace most of docstrings for "info signals"
11257 and "signal" with ".*".
11258
11259Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11260
11261 * TODO: Add note about "handle all nostop".
11262
11263 * gdb.base/{sigall.c, sigall.exp}: New test.
11264 * gdb.base/Makefile.in: Add it.
11265
11266Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11267
11268 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
11269 when invoking GDB, suppresses any windowing interface.
11270
11271Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
11272
11273 * config/sim-gdb: New file, simulator testing support.
11274
11275Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
11276
11277 * gdb.base/interrupt.exp: Test calling func1 twice.
11278
11279Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
11280
11281 * gdb.base/list.exp (test_forward_search): Set timeout higher
11282 when we'll be getting lots of output from gdb.
11283
11284 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
11285 "init_malloc" to after the expect statement. Run it if that
11286 regexp is taken, but also for two others which happen if source
11287 cannot be found.
11288
11289Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11290
11291 * gdb.base/printcmds.exp: New test, for printing register before
11292 program is running.
11293
11294Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11295
11296 * gdb.base/list.exp: Correct some alternate expect patterns
11297 to reflect changes in list1.c.
11298
11299Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11300
11301 * TODO: Add item regarding large frames.
11302
11303 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
11304
11305 * TODO: Remove item about enabling return.exp; it
11306 is enabled. Suggest a few more "return" tests.
11307
11308Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11309
11310 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
11311 anonymous unions.
11312
11313Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11314
11315 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
11316 and pr-5646.o, so "make" is the same as "make all", not "make
11317 pr-4975.o".
11318
11319Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
11320
11321 * gdb.base/list.exp: Adjust expectations to reflect changes in
11322 list1.c.
11323 (test_forward_search): New test proc.
11324 * gdb.base/list1.c (long_line): New function, has long source line.
11325
11326Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
11327
11328 * gdb.base/a1-selftest.exp: Change initial stepping to know about
11329 additional line of code that was added.
11330
11331Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
11332
11333 * gdb.disasm/hppa.s: Break the large branching tests into smaller
11334 tests so as not to overflow expect's input buffers.
11335 * gdb.disasm/hppa.exp: Corresponding changes.
11336
11337Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11338
11339 Beginnings of template debugging tests.
11340 * gdb.c++/templ-info.cc: New file to test for template
11341 debugging capability of the compiler.
11342 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
11343 templ-info.cc.
11344 * gdb.c++/templates.cc: Add explicit template instantiations
11345 to enable compiling with -fno-implicit-templates. Add destructor
11346 and 'value' method to T5 class for template tests.
11347 * gdb.c++/templates.exp: Add testcases for printing of template
11348 types, setting breakpoints on template methods and calling a
d63a86f8 11349 template method.
c906108c
SS
11350
11351Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
11352
11353 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
11354 branch target since some assemblers (gas-2.5) may emit a
11355 relocation for the branch instead of resolving it in the
11356 assembler.
11357
11358Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11359
11360 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
11361 through signal handler.
11362
11363Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11364
11365 * configure.in (*-*-netware): Use config/mt-netware.
11366
11367 * config/mt-netware: New file.
11368 * config/mt-i386-netware: Removed, separate configs for different
11369 netware architectures are no longer needed now that we have
11370 --with-headers.
11371
11372Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11373
11374 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
11375 by the recent changes to use ANSI C arithmetic conversions.
11376
11377Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11378
11379 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
11380 bug involving using inferior_pid to figure out whether to select a
11381 frame.
11382
11383Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
11384
11385 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
11386 match the current disassembler output.
11387
11388Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
11389
11390 * gdb.fortran/exprs.exp: Expect VOID instead of void.
11391 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
11392 types, expect "int" as type of integer values (for now).
11393
11394Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
11395
11396 * gdb.base/commands.exp: New tests for if/while commands.
11397
11398Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
11399
11400 * lib/gdb.exp (runto): Replace sub-pattern for hex value
11401 by .*, since hex values have different syntax in Chill mode.
11402
11403Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11404
11405 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
11406 linefeed from expect pattern for repeated types with indices > 9.
11407
11408Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
11409
11410 First part of Fortran test suite.
11411 * gdb.fortran: New directory.
11412 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
11413
11414Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11415
11416 * gdb.base/default.exp: Update expect pattern for load command
11417 without arguments.
11418
11419Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11420
11421 * configure.in: Change i386 to i[345]86.
11422 * gdb.base/configure.in: Likewise.
11423 * gdb.c++/configure.in: Likewise.
11424 * gdb.chill/configure.in: Likewise.
11425
11426Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
11427
11428 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
11429 patterns, since that is not a valid context for comments.
11430
11431Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
11432
11433 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
11434 repeated types and repeated types with indices > 9.
11435
11436Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11437
11438 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
11439 2417; old bug has been fixed.
11440
11441Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
11442
11443 * gdb.base/interrupt.exp: When trying to wake up the inferior,
11444 send the newline ourselves instead of assuming gdb_test will do
11445 so when passed an empty input string.
11446
11447 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
11448 stabs testcode.
11449
11450Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11451
11452 * lib/gdb.exp (gdb_test): Don't send anything if the first
11453 argument is an empty string. This makes cases where we want to
11454 match output that is already in expect's buffers (for example,
11455 matching a breakpoint after gdb_run_cmd has been called) work
11456 reliably.
11457
11458Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11459
11460 * config/netware.exp: New file.
11461
11462Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11463
11464 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
11465 the -B and -L prefixes so we can find the debugging stub.
11466
11467 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
11468 there and we are using the gcc from the tree.
11469
11470 * gdb.base/types.c: Removed.
11471
11472 * gdb.base/configure.in: Look for makefile fragments in ../config.
11473 Recognize i386-*-netware.
11474 * gdb.c++/configure.in: Likewise.
11475
11476Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11477
11478 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
11479 the correct TCL syntax.
11480
11481Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11482
11483 * gdb.base/opaque.exp: use runto instead of messing around with
11484 breakpoints. Simplify by using gdb_test.
11485
11486 * gdb.base/bitfields.exp: restart between tests on netware targets
11487 because breakpoints aren't relocated after target death. Run
11488 processes to completion.
11489
11490 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
11491
11492Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
11493
11494 * Makefile.in: Remove extra tabs that confuse some versions
11495 of "make". Use the newly built gdb to test with by default,
11496 rather than the first one in the tester's search path.
11497
11498Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
11499
11500 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
11501
11502 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
11503 condition help.
11504
11505Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11506
11507 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
11508
11509 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
11510 running.
11511 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
11512 * gdb.base/funcargs.exp: Likewise.
11513
11514 * gdb.base/bitfields.exp: Simplify by using gdb_test.
11515 * gdb.base/funcargs.exp: Likewise.
11516
11517 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
11518 message is "".
11519
11520Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11521
11522 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
11523 return,signals,twice}.exp: Handle non-existant binaries
11524 consistantly.
11525
11526 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
11527 * gdb.base/Makefile.in: Don't try to generate a core dump, we
11528 might testing a cross development system.
11529
11530Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11531
11532 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
11533 runtest script is relative to ${srcdir}, not ${rootdir}.
11534
11535Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
11536
11537 * gdb.base/signals.exp: Allow for optionality of breakpoint
11538 address.
11539
11540Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11541
11542 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
11543
11544Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11545
11546 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
11547 for size_t definition.
11548 * gdb.c++/templates.cc: Likewise
11549
11550 * config/mt-i386-netware: New file.
11551
11552 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
11553 defined.
11554
11555 * gdb.base/Makefile.in: Added support for systems that name core
11556 files by appending "core" to the program name.
11557 * gdb.base/a1-selftest.exp: Likewise.
11558
11559Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11560
11561 * gdb.base/return.exp: Add comment and message for `return double'
11562 test failure on Sparc Solaris.
11563
11564Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
11565
11566 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
11567
11568Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11569
11570 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
11571 from optimizing them away.
11572 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
11573 patterns to include default constructors and assignment operators,
11574 to match gcc versions beyond 2.5.8. Accept any cplus demangling
11575 character in the output of the virtual base pointer.
11576
11577Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11578
11579 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
11580 expression match in print_addr_of to avoid unintented matches.
11581 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
11582 versions up to 2.5.8.
11583
11584Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11585
11586 * gdb.base/list.exp: Tweak alternate pattern for listing of an
11587 included file to run under newer versions of expect.
11588 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
11589 consecutive >'s in templates to accomodate recent cplus-dem.c change.
11590 Remove xfail for the virtual table of BDDHookV.
11591
11592Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
11593
11594 * lib/gdb.exp (string_to_regexp): Set a default result.
11595 (default_gdb_start): Fix misleading message.
11596
11597Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
11598
11599 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
11600 Remove all CC, etc definitions.
11601 * config/mt-hpux: New file.
11602 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
11603 (CFLAGS, LDFLAGS): Define.
11604 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
11605
11606 * Makefile.in (site.exp): Don't insert host_os, etc.
11607 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
11608 (distclean): Check existence of subdir.
11609 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
11610 * gdb.base/Makefile.in: General cleanup and simplification.
11611 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
11612 to build executables. Use default rule to build .o files.
11613 (EXPECT, RUNTEST, CC): Fix relative pathname.
11614 (site.exp): Don't insert host_os, etc.
11615 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
11616 and/or SIGUSR1 defined.
11617 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
11618 * gdb.c++/Makefile.in: General cleanup and simplification.
11619 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
11620 (CFLAGS): Remove.
11621 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
11622
11623Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
11624
11625 * gdb.base/recurse.exp: Misc changes to get tests running again
11626 after Kung's changes to the watchpoint code.
11627 * gdb.base/watchpoint.exp: Likewise.
11628
11629Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
11630
11631 * lib/gdb.exp (string_to_regexp): Convert {\} also.
11632
11633Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11634
11635 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
11636 * lib/gdb.exp (default_gdb_start): Define.
11637 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
11638 gdb.base/funcargs.exp, gdb.base/opaque.exp,
11639 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
11640 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
11641 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
11642 Don't call gdb_target_udi in between tests.
11643
11644Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11645
11646 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
11647 (which was basically just a local version of the same thing). In
11648 addition to avoiding duplication, gdb_test_exact is faster.
11649 * lib/gdb.exp (gdb_test_exact): Fix typo.
11650
11651 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
11652 don't give an error.
11653
11654 * gdb.base/term.exp: Call delete_breakpoints before starting.
11655
11656 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
11657 (t10): Add comment.
11658
11659Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
11660
11661 Reorganization of the GDB Test Suite.
11662
11663 * gdb.base: New directory, contains all the basic tests.
11664 * gdb.c++: New directory, tests specific to C++.
11665 * gdb.chill: New directory, tests specific to Chill.
11666 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
11667 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
11668 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
11669 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
11670 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
11671 t30-31 to chill).
11672 * */gdbme.*: Rename to match appropriate expect scripts.
11673 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
11674 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
11675 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
11676 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
11677 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
11678 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
11679 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
11680 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
11681 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
11682 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
11683 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
11684 gdb.c++/virtfunc.cc: New names of C++ files.
11685 * gdb.chill/chillvars.ch: New name of Chill file.
11686 * gdb.base/configure.in, gdb.c++/configure.in,
11687 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
11688 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
11689 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
11690 * configure.in (configdirs): Update to reflect directory changes.
11691 (target_abbrev): No longer define for any configuration.
11692 * Makefile.in: Cosmetic improvements to header comments.
11693
11694Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
11695
11696 Various changes to gdb.t31:
11697
11698 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
11699 * gdbme.ch: Make all key-words and predefineds be upper-case.
11700 * chillvars.exp: Expect key-words and predefinds in upper-case.
11701
11702 * chillvars.exp: Use gdb_test_exact many places.
11703 Change expected output for arrays (which now includes index labels).
11704
11705 * pr-5020.exp, gdme.ch (module PR_5020):
11706 New test, for PR-5020.
11707
11708Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
11709
11710 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
11711 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
11712
11713Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
11714
11715 * Makefile.in: Fix bit-rot in definitions of CHILL,
11716 CHILL_FOR_TARGET and Chill_LIB.
11717 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
11718 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
11719 CHILL, and CHILL_LIB.
11720
11721Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
11722
11723 * Revert the previous changes. Please see Rob's directory
11724 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
11725
11726Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
11727
11728 * Makefile.in, configure.in, config/mips-gdb.exp,
11729 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
11730 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
11731 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
11732 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
11733 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
11734 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
11735 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
11736 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
11737 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
11738 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
11739 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
11740 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
11741 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
11742 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
11743 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
11744 changes from 94Q1.
11745
11746Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
11747
11748 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
11749 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
11750 Rob's new testing fragments.
11751
11752Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
11753
11754 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
11755 lib/gdb.exp: Replace error proc calls with perror.
11756
11757Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
11758
11759 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
11760 version also, match on casted version strings, and match on
11761 gdb startup case where the line numbers might be messed up.
11762
11763Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
11764
11765 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
11766 (CFLAGS): Delete it from here.
11767
11768Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
11769
11770 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
11771
11772Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
11773
11774 * Makefile.in (RUNTEST): Default to just "runtest".
11775
11776Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11777
11778 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
11779 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
11780 the code has been restructured.
11781
11782Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11783
11784 * gdb.t00/default.exp (set write): Allow any number of \r and/or
11785 \n, not just one of each.
11786
11787 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
11788 /bin/cc gives a warning if you do.
11789
11790Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
11791
d63a86f8 11792 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
11793 __t10ListS_link1ZUiRCUiPT0
11794
11795Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11796
11797 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
11798 on local variables in recursive functions.
11799
11800 * gdb.t07/Makefile.in: Build the new test.
11801
11802Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11803
11804 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
11805 directly. Instead compare the return values from actual calls.
11806
11807Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
11808
11809 * Makefile.in (check): Set TCL_LIBRARY for runtest.
11810
11811Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11812
11813 * From Peter Schauer with minor modifications.
11814 * gdb.t15/return.exp (return_tests): Handle targets where "return"
11815 stops in mid-line in the caller. Add xfail for returning a float
11816 value on X86 targets.
11817
11818Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11819
11820 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
11821 to avoid expect lossage.
11822 (fmem_LRbug_tests): Likewise.
11823 * gdb.disasm/hppa.s: Corresponding changes.
11824
11825 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
11826 conditions to work with latest dejagnu/expect.
11827
11828 * gdb.t15/funcargs.exp (finish from indirect call): No longer
11829 expected to fail on the PA.
11830 (backtrace in call with trampolines): Explicitly require main
11831 to be frame #1 (no trampolines should show up in backtrace).
11832
11833 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
11834 "continue -expect".
11835 * gdb.t06/break.exp: Likewise.
11836 * gdb.t07/watchpoint.exp: Likewise.
11837 * gdb.t13/bitfields.exp: Likewise.
11838 * gdb.t15/{funcargs,return}.exp: Likewise.
11839 * gdb.stabs/weird.exp: Likewise.
11840 * config/{mips,udi}-gdb.exp: Likewise.
11841
11842 * hppa.sed: Enclose comments within a sed command to avoid
11843 losing with the old OSF1 sed.
11844
11845Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11846
11847 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
11848 sequent dynix.
11849 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
11850 * gdb.t15/funcargs.exp: Conditionally step again to really
11851 finish from marker_call_with_trampolines. Handle the case where
11852 the first step from within call_with_trampolines already steps
11853 us back to main.
11854 * gdb.t15/gdbme.c: Add comment to closing brace of
11855 call_with_trampolines for funcargs.exp.
11856
11857Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11858
d63a86f8 11859 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
11860 Fix typo(s).
11861
11862Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11863
11864 * gdb.t07/gdbme.c: More code for watchpoint testing.
11865
11866 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
11867 "Hardware watchpoint" throughout file.
11868 (test_watchpoint_triggered_in_syscall): New test.
11869 (test_complex_watchpoint): New test.
11870
11871Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11872
11873 * gdbme.c (call_with_trampolines): New function to try and step
11874 into. Tests trampoline problems on the PA.
11875
11876 * funcargs.exp (localvars_in_indirect_call): No longer expect
11877 stepping into indirect call to fail on PAs.
11878 (test_stepping_over_trampolines): New test.
11879
11880Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11881
11882 * TODO: Add suggestions for static member function tests, and
11883 completion tests.
11884
11885Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11886
11887 * TODO: Add suggestions for "p/a" tests.
11888
11889 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
11890 (default_gdb_exit): Replace all the hair with sending "quit" to
11891 the process with a simple close.
11892
11893Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11894
11895 * TODO: Add suggestions for shared library tests.
11896
11897Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11898
11899 * TODO: Add suggestions for x/s tests.
11900
11901Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11902
11903 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
11904 "enable once", and "enable breakpoints once" with ".*".
11905
11906Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11907
11908 * TODO: Add suggestions about structure passing tests.
11909
11910Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11911
11912 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
11913 the primary1 test, use work around if __GNUC__ < 2.
11914 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
11915 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
11916 Test for bad output rather than waiting for timeout. Issue
11917 second continue only if first continue failed.
11918
11919Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11920
11921 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
11922 operator[] test with gdb_test because the old code didn't seem to
11923 be getting the quoting right with the new dejagnu.
11924
11925Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
11926
11927 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
11928 one from the path.
11929 * Makefile.in: Use a fresh expect if there is one, use runtest
11930 from the src tree if there is one.
d63a86f8 11931
c906108c
SS
11932Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11933
11934 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
11935 next over recursive call. Revise the tests from that point on
11936 (which had been skipped) to match GDB's actual (correct) output.
11937
11938 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
11939 with next over a breakpoint whose condition is false.
11940
11941 * gdb.t00/help.exp: Comment out "help set print" tests just like
11942 (and for same reason as) "help set" test.
11943
11944Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11945
11946 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
11947 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
11948
11949Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11950
11951 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
11952 necessary gdb_target_udi.
11953
11954 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
11955
11956 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
11957 1838 and 2417; they are fixed.
11958
11959 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
11960 gdb.t03/ptype.exp (ptype structure, ptype union):
11961 Remove xfails; the test is looser than when the xfails were added.
11962
11963 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
11964 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
11965
11966 * gdb.t01/run.exp: Only run shell test if isnative.
11967
11968 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
11969 since "run" automatically loads if necessary. Call gdb_target_udi
11970 after the "file" since "file" kills any execution target.
11971
11972 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
11973 GDB. GDB doesn't work that way (not anymore at least) on UDI.
11974 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
11975 argument for UDI.
11976
11977Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11978
11979 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
11980
11981 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
11982
11983Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11984
11985 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
11986 properly quoting regexps. This makes the second argument to
11987 demangle a fixed string, which matches the callers, instead of a
11988 shell-style pattern which is what the previous implementation
11989 used. Update some of the callers.
11990
11991Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11992
11993 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
11994 (comib_nullified_tests): Fix typo.
11995 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
11996 strings. No longer expected to fail.
11997
11998 * gdb.disasm/hppa.s (addib_tests): Fix typo.
11999 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
12000 strings. No longer expected to fail.
12001
12002 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
12003 string. No longer expected to fail.
12004
12005Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12006
12007 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
12008 No longer expected to fail.
12009
12010 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
12011 string. No longer expected to fail.
12012
12013Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12014
12015 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
12016 only in the names (I probably got most of them). I was even
12017 generous with some which differed in underscores in names, and
12018 probably missed a few, and I *still* was able to remove almost a
12019 third of the file with almost no impact on testsuite coverage.
12020
12021Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12022
12023 * gdb.t00/default.exp: Match udi_attach error message as well as
12024 the one from child_attach.
12025
12026 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
12027
12028 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
12029
12030 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
12031 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
12032
12033 * Move test with enums and partial symbols back to
12034 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
12035 Reverts the change of 26 May 93. Per today's change to
12036 stabs.texinfo, the behavior that weird.exp was expecting was
12037 unreasonable; what is important is that the compiler+gdb get
12038 things right, which happens with a recent gcc. Also fix the test
12039 to deal with native compilers which put out the stab gdb can't
12040 deal with.
12041
12042Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12043
12044 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
12045 in the names. The main thing these accomplish is to slow things down.
12046 Many more such duplicates surely remain.
12047
12048 * gdb.t00/help.exp: Comment out "help support" test just like
12049 (and for same reason as) "help set" test.
12050
12051Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
12052
12053 * gdb.t06/break.exp: Remove setup_xfails for
12054 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
12055 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
12056 about known bug in gcc to include up through 2.5.8.
12057 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
12058 well as "_vb$".
12059 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
12060 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
12061 with latest gcc and gdb.
12062 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
12063 well as "_vb$".
12064
12065Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12066
12067 * configure.in (hppa*-*-*): Also configure and build stabs-only
12068 tests.
12069
12070Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12071
12072 * gdb.t10/hppa.mt: A makefile fragment for the PA.
12073 * gdb.t10/configure.in (hppa*-*-*): Use it.
12074
12075Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12076
12077 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
12078
12079Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12080
12081 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
12082 versions prior to 1.13.5.
12083
12084Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12085
12086 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
12087 the prompt is at the start of a line.
12088
12089Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12090
12091 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
12092 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
12093 in the copr tests now.
12094 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
12095 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
12096 expected to fail.
12097
12098Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
12099
12100 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
12101 gdb.t31/chillvars.exp, lib/gdb.exp:
12102 Tweak to run under either version of expect.
12103 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
12104 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
12105 * gdb.t11/list.exp: Remove extraneous whitespace.
12106
12107Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12108
12109 * gdb.t16/printcmds.exp (test_print_strings): Accept
12110 "(unsigned char *) " before the string.
12111
12112 * TODO: Add notes about printing of fancy types and GDB expressions.
12113
12114Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
12115
12116 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
12117 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 12118 if doing mips-idt-ecoff.
c906108c
SS
12119
12120Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
12121
12122 * Most .exp files: Tweak to run under either version of expect.
12123
12124Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12125
12126 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
12127 xfails; I'm not sure why they are failing, but not because of PR 1806.
12128
12129Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
12130
12131 * config/unix-gdb.exp: Remove gdb_unload cause it's already
12132 defined in lib/gdb.exp.
12133
12134Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12135
12136 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
12137 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
12138 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
12139 have to be typeless.
12140
12141Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12142
12143 * TODO: Add suggestion for copyright year test.
12144
12145Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
12146
12147 * configure.in (*-*-lynxos*): Add stabs tests.
12148
12149Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12150
12151 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
12152 so insert a tab before any assembler directive in column zero.
12153
12154 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
12155 stores.
12156 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
12157 stores.
12158 (fpu_short_memory_tests): Likewise.
12159
12160Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12161
12162 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
12163 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
12164 .stabs directives in comments.
12165
12166Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12167
12168 * TODO: New file, describing tests we could write.
12169 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
12170
12171Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12172
12173 * gdb.t06/signals.exp: Add kludge to force re-sync.
12174
12175 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
12176 to xgdb instead of gdb, get out of gdb.
12177
12178Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
12179
12180 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
12181 for info.
12182
12183Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12184
12185 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
12186 * gdb.stabs/configure.in (hppa*-*-*): Use it.
12187 * gdb.stabs/hppa.sed: New sed script for the PA.
12188
12189Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12190
12191 * gdb.stabs: Re-write weird.def and configuration to use sed
12192 instead of cpp. sed is portable and POSIX; cpp is neither.
12193
12194Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12195
12196 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
12197
12198Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12199
12200 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
12201
12202Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12203
12204 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
12205 "_vb$".
12206 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
12207 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
12208
12209Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12210
12211 * lib/gdb.exp: Comment out code which depends on non-existent
12212 `transform' procedure.
12213
12214Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
12215
12216 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
12217 * lib/gdb.exp: Transform tool name.
12218 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
12219 1.1's new error handling system.
12220
12221Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12222
12223 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
12224
12225Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12226
12227 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
12228 They made pattern matching so slow that timeouts happened on
12229 heavily loaded systems. Now any output from "show print" which
12230 gets us back to the GDB prompt is a PASS.
12231
12232Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
12233
12234 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
12235
12236Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12237
12238 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
12239
12240 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
12241 It is not from PR 3220.
12242
12243Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12244
12245 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
12246 just started failing because they depended on the order the
12247 subcommands are presented, or exact docstring text. This kind of
12248 test is a pain and has minimal benefit.
12249
12250Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12251
12252 * gdb.t09/corefile.exp: At end of test, use "core" command with
12253 no arguments.
12254
12255Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
12256
12257 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
12258 17}/Makefile.in: Make it possible to run the testsuite with Sun
12259 make and CC = cross gcc by adding explicit build rules for .o
12260 files.
12261
12262Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12263
12264 * gdb.t15/funcargs.exp: Don't put comments on same line as
12265 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 12266
c906108c
SS
12267Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12268
12269 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
12270
12271Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
12272
12273 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
12274 * gdb.t20/inherit.exp: remove three dumplicate entries.
12275
12276Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12277
12278 * gdb.t06/break.exp: For "next over recursive call", fail on any
12279 incorrect output, not just on "factorial (value=2)".
12280
12281Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12282
12283 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
12284 working now. Add an xfail if accesing a bss variable causes
12285 a memory error if the target is not yet run.
12286
12287Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12288
12289 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
12290 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
12291 name of __st* demangling (2 strings). Did Kung really get the
12292 more than 95 others right without testing them?
12293
12294Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
12295
12296 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
12297
12298Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
12299
12300 * configure.in (configdirs): Add gdb.disasm
12301 * gdb.disasm: New directory for GDB disassembler tests.
12302 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
12303
12304Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12305
12306 * gdb.t00/help.exp: Don't test "help set".
12307
12308 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
12309 from within expect statements. None of these happen anymore and
12310 they cause regressions to be silently unnoticed.
12311
12312 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
12313 messages) about known failures with gcc cygnus-2.4.5-930417.
12314
12315 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
12316 comp-info.exp so it gets built if it doesn't exist.
12317
12318 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
12319 it is no longer used.
12320 * gdb.t13/comp-info.c: Removed.
12321
12322Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12323
12324 * gdb.t06/signals.exp: Add xfail for sun3.
12325
12326Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12327
12328 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
12329 relevant because ^C doesn't get sent but failure can be reproduced
12330 interactively).
12331
12332Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12333
12334 * gdb.stabs/alpha.mt: New configuration file for alpha.
12335 * gdb.stabs/configure.in: Use it.
12336 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
12337 sharing with alpha.mt, redefine long to word via preprocessor.
12338 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
12339 for alpha.
12340 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
12341 native cc.
12342 * gdb.t00/teststrategy.exp: Change expect string so that we
12343 consume the `(xgdb)' from the command echo and from the gdb prompt.
12344 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
12345 gdb currently compares all values as long, so this failure probably
12346 applies to any configuration where LONGEST is bigger than a target int.
12347 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
12348 with gcc.
12349 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
12350 to handle opaque pointers, gcc is.
12351 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
12352 as first argument. Include <sys/types.h> and change all operator
12353 new definitions to use size_t.
12354 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
12355 now that we use size_t.
12356
12357Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12358
12359 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
12360 a long or float array cast all array members to the same type.
12361 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
12362 with 64 bit longs.
12363 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
12364 on alpha.
12365 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
12366
12367Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12368
12369 * gdb.t24 (demangle.exp): Constructors of templates have names like
12370 vector<int>::vector(int) not vector<int>::vector<int>(int). See
12371 section 14.6 of the ARM.
12372
12373 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
12374 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
12375 accomplish little and slow down the testsuite.
12376
12377 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
12378 Accept spaces various places.
12379
12380Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12381
12382 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
12383 with watchpoint enabled.
12384
12385 * Makefile.in: Remove definition of CC and remove the second
12386 definition of CXX (the "CXX = gcc" one remains). These definitions
12387 were causing backquotes to be expanded within backquotes, which
12388 doesn't work.
12389
12390Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12391
12392 * gdb.t17/callfuncs.exp: Add "return 0" to end.
12393
12394Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12395
12396 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
12397 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
12398 by mips cc and contains no stabs entries.
12399
12400Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
12401
12402 * config/vx-gdb.exp: Use fake device to load files rather than
12403 NFS.
12404 * lib/gdb.exp: New proc to do "file" command.
12405 * config/unix-gdb.exp: Use new "file" proc.
12406
12407Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12408
12409 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
12410 Rework board rebooting slightly.
12411 (gdb_exit): Don't exit from the remote shell; there isn't one.
12412 * gdb.stabs/weird.exp: If a program is being debugged already,
12413 kill it.
12414 * gdb.t04/setvar.exp: Stop and restart gdb.
12415 * gdb.t05/expr.exp: Likewise.
12416 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
12417 restart gdb and reload the program.
12418 * gdb.t08/opaque.exp: Likewise.
12419 * gdb.t12/scope.exp: Likewise.
12420 * gdb.t13/bitfields.exp: Likewise.
12421 * gdb.t15/funcargs.exp: Likewise.
12422 * gdb.t20/classes.exp: Likewise.
12423 * gdb.t03/ptype.exp: Increase timeout.
12424 * gdb.t16/printcmds.exp (test_print_string_constants,
12425 test_print_array_constants): Likewise.
12426 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
12427 * gdb.t20/classes.exp (do_tests): Likewise.
12428 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
12429
12430Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
12431
12432 * gdb.stabs: Renamed *wierd* to *weird*.
12433
12434Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12435
12436 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
12437 for timeout. Add "known gcc 2.4.5 bug" to failure message.
12438
12439Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12440
12441 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
12442 (do_tests): Remove xfail for whatis on one_var and two_var.
12443
12444Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
12445
12446 * Makefile.in: Made cross building work better by adding
12447 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
12448
12449Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12450
12451 * gdb.t15/{return.c,return.exp,Makefile.in}:
12452 New test, currently commented out.
12453
12454Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
12455
12456 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
12457 still running and removes the leftover named socket so GDb can do
12458 clean restarts.
12459
12460Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
12461
12462 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
12463 console, not GDB.
12464 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
12465 cross testing works better with "make check"
12466 * config/unix-gdb: Use default procedures for exit and version.
12467 * config/vx-gdb.exp: Cleaned up and massaged back to working order
12468 with the newest VxWorks.
12469
12470Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12471
12472 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
12473 old form.
12474
12475 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
12476 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
12477
12478 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
12479
12480 * config/unix-gdb.exp: Remove this version of gdb_exit
12481 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
12482 Rob says he'll look at it when he gets back to testing boards.
12483
12484Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
12485
12486 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
12487 an expected fail for certain ptype commands.
12488
12489 * gdb.t20/classes.exp: Update expected results of "ptype class
12490 Base1" to account for the constructor that now appears in the type.
12491
12492Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
12493
12494 * configure.in (configdirs): Restore gdb.t04, which mysteriously
12495 disappeared from list.
12496 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
12497 "alldone" proc with call to cleanup and exit.
12498 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
12499 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
12500 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
12501 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
12502 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
12503 "alldone" proc with simple returns that suppress remaining
12504 tests. The alldone proc went away many months ago.
12505
12506Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12507
12508 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
12509
12510 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
12511
12512Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12513
12514 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
12515 as vax gdb will display them.
12516
12517Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12518
12519 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
12520 optimizers.
12521
12522 * scope.exp: Change "bad value for localval" messages so each one
12523 is unique.
12524
12525 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
12526 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
12527
12528 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
12529
12530Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12531
12532 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
12533 doesn't exist (due to optimization).
12534
12535Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12536
12537 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
12538 contains \r because the filename is long.
12539
12540 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
12541 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
12542
12543Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12544
12545 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
12546 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
12547 Ultrix.
12548 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
12549 int tests.
12550 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
12551
12552Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
12553
12554 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
12555
12556 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 12557 to match does not match the passing case but still matches the
c906108c
SS
12558 failing case.
12559
12560Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12561
12562 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
12563
12564Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
12565
12566 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
12567 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
12568 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
12569 Remove various versions of gdb_exit.
12570 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
12571 gdb_exit.
12572 * config/unix-gdb.exp: gdb_exit remains here, and should override
12573 the generic version, since it's doing a lot of wierd stuff that
12574 the other versions aren't. FIXME, fold it in, or abandon this
12575 version.
12576
12577Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12578
12579 * gdb.t24/demangle.exp: Add tests for PR 3220.
12580
12581Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12582
12583 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
12584
12585Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
12586
12587 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
12588 "i386-*-*". Works for i486 as well.
12589
12590 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
12591 bug, and expand domain of xfail to all SVR4 systems, since the
12592 actual problem is likely to be in generic SVR4 /proc support.
12593
12594Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12595
12596 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
12597
12598Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
12599
12600 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
12601 xfails for other systems. Match a missing 'Continuing.' as an
12602 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
12603
12604 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
12605 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
12606 Only issue warning for missing executables if -all option is used.
12607
12608 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
12609 file if -all option is used. It's like an unpredictable XFAIL.
12610
12611Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12612
12613 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
12614 for dynamically linked binaries.
12615
12616 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
12617
12618Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12619
12620 * gdb.t20/inherit.exp: Change message for "print tagless struct"
12621 to state that this is a known bug in old versions of g++.
12622
12623Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12624
12625 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
12626 while waiting for `Continuing'.
12627
12628Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
12629
12630 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
12631 in text, data, and bss.
12632 * gdb.t10/nodebug.c: Add local and global test variables for
12633 initialized and uninitialized data.
12634
12635Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12636
12637 * config/unix-gdb.exp (gdb_exit): Add "wait".
12638
12639Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12640
12641 * gdb.t06/signals.exp: xfail the continue from the handler for all
12642 targets.
12643
12644 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
12645 function with watchpoints enabled, the i386 call dummy starts with
12646 a call.
12647
12648 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
12649 386 bsd names its corefiles.
12650
12651Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
12652
12653 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
12654 compilers don't grok it.
12655 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
12656 with small octal ints rather than character constants, which
12657 are signed and might not fit if first promoted to int.
12658
12659Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
12660
12661 * gdb.t09/Makefile.in (clean): Remove corefile.
12662
12663Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12664
12665 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
12666
12667Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12668 and Jim Kingdon (kingdon@cygnus.com)
12669
12670 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
12671 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
12672 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
12673
12674Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12675
12676 * gdb.t17/interrupt.exp: Add xfail for hppa.
12677
12678Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12679
12680 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
12681 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
12682 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
12683 to determine signed-ness of bitfields and use the result to setup
12684 the xfail.
12685 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
12686 * gdb.t15/funcargs.exp: Use them to step until the second indirect
12687 call line is reached if necessary.
12688
12689Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12690
12691 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
12692
12693Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12694
12695 * gdb.t06/break.exp: Also test `clear' command.
12696
12697Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12698
12699 * gdb.t00/teststrategy.exp: Remove extra quote.
12700
12701 * gdb.t07/watchpoint.exp: Change xfail for calling function with
12702 watchpoint enabled to be for all non-68k machines.
12703
12704 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
12705
12706Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12707
12708 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
12709 targets use aout.mt instead of ecoff.mt as gas understands
12710 standard aout format.
12711
12712Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12713
12714 * lib/gdb.exp (runto): Don't insist that function we are running to
12715 was compiled with -g.
12716
12717 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
12718
12719 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
12720 to get back into the read system call.
12721 Accept leading newline in case where we woke it up.
12722
12723Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12724
12725 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
12726 to make the stabs test work on ecoff systems using gcc and -with-stabs.
12727 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
12728 enable ecoff configuration.
12729
12730Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12731
12732 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
12733
12734Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12735
12736 * gdb.t16/printcmds.exp: Add another printf test.
12737
12738Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
12739
12740 * configure.in: If configured -with-stabs on any target, add
12741 stabsdirs to configdirs.
12742
12743Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12744
12745 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
12746 fun" so pattern does not match the command itself.
12747
12748Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12749
12750 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
12751
12752Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12753
12754 * gdb.t17/interrupt.exp: Test for more things.
12755
12756Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12757
12758 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
12759 compiler arranges the code and line numbers.
12760
12761 * gdb.t17/interrupt.exp: Don't send \n after ^C.
12762
12763Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12764
12765 * gdb.t00/help.exp: Increase expect input buffer size.
12766
12767Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12768
12769 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
12770
12771 * gdb.t07/watchpoint.exp: Add xfail for hppa.
12772
12773 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
12774
12775 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
12776 [0-9]*, not just [0-9].
12777
12778Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12779
12780 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
12781
12782 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
12783
12784Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12785
12786 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
12787
12788Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12789
12790 * gdb.t06/signals.c: Add xfails for sun3.
12791
12792 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
12793
12794 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
12795 test_stepping tests.
12796
12797Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12798
12799 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
12800
12801 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
12802
12803 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
12804 rather than actually putting it through cpp twice.
12805
12806 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
12807
12808Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
12809
12810 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
12811 no longer needed.
12812
12813Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12814
12815 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
12816
12817 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
12818 C++ features prints as "struct", make it a pass, not an xfail.
12819
12820Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12821
12822 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
12823 Don't require VA to print as "class" rather than "struct".
12824
12825Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
12826
12827 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
12828
12829Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12830
12831 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
12832
12833Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12834
12835 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
12836 order.
12837
12838Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12839
12840 * gdb.t16/printcmds.exp: Add printf tests.
12841
12842 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
12843
12844 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
12845
12846Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
12847
12848 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
12849 pass counts, to counteract any existing or future setup_xfails.
12850
12851Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12852
12853 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
12854 {BEGIN,END}_COMMON for common block instead of STAB.
12855 * gdb.stabs/wierd.exp: Add xfail for rs6000.
12856
12857 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
12858 intp_var should be N_GSYM not N_LSYM.
12859 wierd-aout.S: Use a label for the value of the N_SO.
12860 wierd.def: Remove all backslashes.
12861 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
12862
12863Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12864
12865 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
12866 get the expected next to inheritance3.
12867
12868Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12869
12870 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
12871 now that gcc-2.4 gets it right.
12872
12873Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12874
12875 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
12876
12877 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
12878 generating comp-info.exp which works for cross-compilation.
12879
12880Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
12881
12882 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
12883 "*-*-sysv4.*".
12884
12885Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
12886
12887 * gdb.t01/run.exp: Start with a fresh gdb.
12888 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
12889 SVR4.x.
12890
12891Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
12892
12893 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
12894 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
12895 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
12896 Makefile.in (distclean, realclean): Remove gdbme.c from list of
12897 things to remove.
12898
12899Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
12900
12901 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
12902 test cases from bug reports.
12903
12904Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
12905
12906 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
12907 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
12908 avoid spurious xfails.
12909 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
12910 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
12911 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
12912
12913Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
12914
12915 * gdb.t00/teststrategy.exp: Rework to provide more useful
12916 description of each test, fix problem with systems that define
12917 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
12918 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
12919 results for "next over recursive call" so timeouts aren't taken
12920 by error.
12921
12922Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
12923
12924 * gdb.t12/scope.exp: Test printing of variables before run.
12925
12926 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
12927 printed in wrong order due to sorting.
12928
12929Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
12930
12931 * gdb.t00/teststrategy.exp: Fix expected results for printing
12932 user entered string constant. Is array of char, prints with no
12933 address.
12934
12935 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
12936 commands.
12937 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
12938 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
12939 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
12940 of struct of char arrays.
12941 * gdb.t00/radix.exp: New tests for radix commands.
12942
12943Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
12944
12945 * gdb.t16/printcmd.exp: Print a variable before running program
12946 (with xfail for AIX).
12947
12948Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
12949
12950 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
12951
12952 * gdb.t16/printcmd.exp: Don't print variables before running program.
12953
12954 * gdb.t06/break.exp: Don't require envp argument to main.
12955
12956 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
12957
12958 * gdb.t02/whatis.exp, gdb.t11/list.exp:
12959 Add xfails for rs6000.
12960
12961 * gdb.t02/whatis.exp: Change other tests not to re-test something
12962 we already tested.
12963
12964 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
12965 each type used has a variable of that type.
12966
12967Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
12968
12969 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
12970
12971Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12972
12973 * configure.in: change srctrigger to be a file, not a directory
12974
12975Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
12976
12977 * configure.in (mips-idt-ecoff*): Added trailing '*'.
12978
12979 * gdb.t11/list.exp: Fixed a couple of typos.
12980
12981Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
12982
12983 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
12984 is fixed and PR is closed.
12985 * gdb.t16 (gdbme.c): Add simple test string variable.
12986 * gdb.t16 (printcmds.exp): Add tests with simple test string
12987 variable, primarily for boundaries on "set print elements".
12988
12989Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
12990
12991 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
12992 Make leading 0's optional and don't expect a tab in the middle
12993 of the number.
12994
12995 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
12996
12997 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
12998 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
12999 don't end command passed to gdb_test with newline.
13000
13001 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
13002 signed keyword away, don't expect signed bitfields to be signed.
13003
13004 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
13005 printing with only as many 1's as are in the field as well as printing
13006 with 32 1's (see comment).
13007
13008Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
13009
13010 * gdb.t00/default.exp: Start with a fresh gdb.
13011 * configure.in (configdirs): Remove gdb.t31 until the chill
13012 compiler works again. It no longer is able to find chillrt0
13013 since it isn't in libchill.a anymore.
13014 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
13015 wierd.o, make more modular.
13016 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
13017 spurious newlines that caused problems.
13018
13019Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13020
13021 * Move test with enums and partial symbols from gdb.t03/ptype.exp
13022 to gdb.stabs/wierd.exp since GCC has worked around the bug.
13023 gdb.stabs/wierd.{exp,def}: Many new tests.
13024
13025 * gdb.t00/default.exp: update info line for new message.
13026
13027 * gdb.t02/{whatis.exp,gdbme.c}:
13028 Test that "char *" doesn't print as "caddr_t".
13029
13030Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13031
13032 * gdb.t00/help.exp: Use .* in place of some help messages which
13033 just changed.
13034 gdb.t00/default.exp: Update "info frame" test for new message.
13035 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
13036 Remove some xfails
13037
13038Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13039
13040 * gdb.t03/{gdbme.c,ptype.exp}:
13041 Add tests for typedef'd struct and union without tags.
13042 Also check "whatis" on a variable of a typedef'd enum without a tag.
13043
13044 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
13045 PRMS 1823; the bug still exists but isn't reproduced by this test
13046 anymore), and remove rs6000 XFAIL (the bug is fixed).
13047
13048 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
13049 duplicated from whatis.exp. For those that are left, accept
13050 "long", "long int", or "int" for long variables (whatis.exp already
13051 has an XFAIL for "int", so no need to fail it here).
13052
13053 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
13054 Deal with GCC's names for types now that GDB uses the compiler's names.
13055
13056 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
13057 setup_xfail's for sunos4. If we #defined the signed keyword away,
13058 don't expect GDB to know that char it is signed.
13059
13060 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
13061
13062Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
13063
13064 * configure.in (configdirs): Add gdb.t24 for C++ tests that
13065 should work on any system, regardless of debugging format.
13066 * gdb.t21/demangle.exp: Move to gdb.t24.
13067 * gdb.t24/demangle.exp: Move from gdb.t21.
13068 * gdb.t24/{Makefile.in, configure.in}: New files.
13069
13070Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13071
13072 * configure.in: Do gdb.stabs and C++ tests only for stabs.
13073 * gdb.stabs: New directory.
13074
13075Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13076
13077 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
13078 not just "Quit anyway?".
13079
13080Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
13081
13082 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
13083 that all setup_xfails are immediately followed by clear_xfails.
13084
13085Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
13086
13087 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
13088 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
13089 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
13090 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
13091 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
13092 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
13093 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
13094 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
13095 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
13096 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
13097 gdb.t31/chillvars.exp, lib/gdb.exp:
13098 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
13099 bug-gdb@prep.ai.mit.edu.
13100
13101Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
13102
13103 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
13104 with 0.0, not integer 0.
13105
13106Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
13107
13108 * gdb.t06/break.exp: Update for "Kill the program" message change.
13109
13110Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
13111
13112 * Makefile.in (GDBFLAGS): Set to -nx.
13113 * Makefile.in (site.exp): Use GDBFLAGS.
13114
13115Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13116
13117 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
13118 Makefiles.
13119 (check): depend on just-check.
13120 (just-check): added so that tests can be run without a noop
13121 build pass.
13122
13123Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13124
13125 Switch to using configure's configdirs.
13126 * Makefile.in (Makefile): add configure.in dependency.
13127 (SUBDIRS): removed redundant assignment.
13128 * configure.in: switch subdirs assignment to configdirs.
13129 * gdb.t*/configure.in: new files.
13130
13131Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
13132
13133 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
13134 works.
13135
13136Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
13137
13138 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
13139 in explicit rules. Apparently this is not supported by some makes.
13140
13141Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
13142
13143 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
13144
13145Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13146
13147 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
13148 disappeared.
13149
13150Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13151
13152 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
13153
13154Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
13155
13156 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
13157 watchpoint problem that is now fixed.
13158 * gdb.t30/chexp.exp: Remove setup_xfail for printing
13159 uninitialized convenience variables.
13160 * gdb.t31/chillvars.exp: Fix expected patterns for printing
13161 structures.
13162
13163Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13164
13165 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
13166 which causes expect to get out of sync with gdb on long output
13167 from help set.
13168 * gdb.t09/corefile.exp: Make expected pattern for core file
13169 failing signal and frame output format less sun specific.
13170
13171Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
13172
13173 * gdb.t31/chillvars.exp: Add and remove initial dummy
13174 breakpoint, so that symbol table is forced in.
13175 (Needed at least on Sunos4, though it seems not SVR4.)
13176 * gdb.t31/chillvars.exp: Update for changed output format.
13177
13178Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
13179
13180 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
13181
13182Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
13183
13184 * Makefile.in: Added --srcdir when invoking runtest, removed the
13185 need for a local config file. (optional now)
13186
13187Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
13188
13189 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
13190 failure count used to force early termination. Add some more
13191 expected failures for gnu style demangling.
13192
13193Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13194
13195 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
13196 pmi variable from gdb.t20/gdbme to get optimized away.
13197 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
13198 Check for written corefile upon timeout _and_ eof.
13199
13200Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13201
13202 * config/unix-gdb.exp: Add missing return 0.
13203
13204Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13205
13206 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
13207 test termination.
13208
13209Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
13210
13211 * configure.in (subdirs): Put back gdb.t17 which mysteriously
13212 disappeared.
13213
13214Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
13215
13216 * gdb.t10/crossload.exp: Disable the i860-elf test until such
13217 time as i860 support works.
13218
d63a86f8 13219 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
13220 "backtrace 100\r" rather than just "backtrace\r", to match last
13221 change.
13222
13223Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
13224
13225 * config/udi-gdb.exp (gdb_exit): Remove close command.
13226 (gdb_target_udi): New procedure to set the UDI target.
13227 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
13228 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
13229 Added waits for prompts after several question responses. Added
13230 some more responses used by a29k-amd-udi-gdb.
13231 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
13232 pass different arguments, restart UDI connection after program
13233 completion.
13234 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
13235 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
13236 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
13237 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
13238 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
13239 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
13240 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
13241 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
13242 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
13243 after program completion.
13244 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
13245 compiled with a SELECT_VECS setting.
13246 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
13247 infinite recursion.
13248
13249 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
13250 Added checks for COFF results, and made them expected failures for
13251 all targets. It would be better to make them expected failures
13252 for COFF targets only.
13253
13254Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13255
13256 * Makefile.in: add null dvi target, don't bother to recurse
13257 through test directories for info and install-info; rename
13258 $(datadir) to be dejagnu instead of deja-gnu
13259
13260Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
13261
13262 * gdb.t31/gdbme.ch: Re-enable code that previously caused
13263 compiler to coredump.
13264 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
13265 code.
13266
13267Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
13268
13269 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
13270 coredump.
13271 * gdb.t31/chillvars.exp: Comment out tests that depend on that
13272 code.
13273
13274Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
13275
13276 * gdb.t03/ptype.exp: tests for return code from gdb_test.
13277 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
13278 which in a shell. Deletes xgdb when done.
13279 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
13280 Tests the return from the "set height" or "set width" commands.
13281 Added a few return codes where needed.
13282
13283Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
13284
13285 * Makefile.in (SUBDIRS): Add gdb.t17.
13286 * configure.in (subdirs): Add gdb.t17.
13287 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
13288 files to test gdb's calling of functions in the inferior with
13289 the correct arguments and gdb's ability to retrieve any
13290 result returned.
13291
13292Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
13293
13294 * config/unix-gdb.exp (gdb_exit): Remove close commands that
13295 may be called after gdb goes away. Previous versions of expect
13296 needed these to avoid file descriptor leaks, but they cause
13297 errors with the current revision of expect.
13298 * gdb.t00/gdbvars.exp: Use -re on expected output after
13299 setting sevenbit-strings.
13300 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
13301 to set sevenbit-strings consistent across tests.
13302 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
13303 set sevenbit-strings consistent across tests.
13304
13305Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
13306
13307 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
13308 expected output to match current "expect" expectations.
13309
13310Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
13311
13312 * gdb.t00/default.exp: Change expected output for default "source"
13313 command, to match new gdb behavior which requires a filename to
13314 source.
13315
13316Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
13317
13318 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
13319 expected fail for i486-*-* that misses the marker2 function.
13320 * gdb.t10/crossload.exp (bfddefault): Allow successful
13321 recognition of a format to pass even if no symbols are found.
13322 Explicitly catch failures where the format is not recognized
13323 or is ambiguous, and add the reason to the fail message.
13324 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
13325 the cause is and invalid target and add reason to failure message.
13326 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
13327 elf32-i386, elf32-sparc, and elf32-i860.
13328 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
13329 Set up expected failure for 'filename'::variable scope resolution,
13330 which is now apparently broken on all targets.
13331 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
13332 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
13333 gdb.t23/templates.exp: Change failure for missing binfile into
13334 just a warning.
13335 gdb.t21/demangle.exp: Change all cfront references to 'arm'
13336 references.
13337
13338Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
13339
13340 * gdb.t00/default.exp: Add expected output for default "source"
13341 command, to match new gdb behavior.
13342 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
13343
13344Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
13345
13346 * config/*-gdb.exp: returns an error, rather than exiting on
13347 internal errors.
13348
13349Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
13350
13351 * gdb.t03/gdbme.c: Add pointer to struct variable.
13352 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
13353 referencing struct members.
13354
13355Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
13356
13357 * configure.in (mips-idt-ecoff): New target.
13358 * config/mips-gdb.exp: New file for remote board using MIPS remote
13359 debugging protocol.
13360
13361 * Redid configuration scheme. Removed gdb.t*/configure.in.
13362 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
13363 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
13364 distclean targets. Built executables via .o files. Adjusted
13365 tests to account for source files in $(srcdir) rather than
13366 $(objdir).
13367 * lib/gdb.exp (runto): Don't expect () after the function name,
13368 because it may have arguments.
13369
13370Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
13371
13372 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
13373 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
13374 expected failures for mips-idt-* and mips-sgi-*.
13375 * gdb.t00/default.exp (attach): Kill process if requested.
13376 * gdb.t00/help.exp (help target core, help target): Accept a gdb
13377 that does not read core files.
13378 * gdb.t01/run.exp: Removed checks for exit status code.
13379 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
13380 it is linked in.
13381 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
13382 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
13383 appropriate, rather than doing it by hand.
13384 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
13385 execution.
13386 * gdb.t10/crossload.exp: Kill existing program if needed.
13387 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
13388 appropriate, rather than doing it by hand. Always increase
13389 timeout for this test, not just for VxWorks.
13390
13391Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
13392
13393 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
13394 of Chill STRUCT types and STRUCT values.
13395 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
13396 than "char".
13397 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 13398 struct2): New struct definitions and initializations to test
c906108c
SS
13399 simple Chill STRUCT types.
13400
13401Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
13402
13403 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
13404 the null byte at the end of strings.
13405 * gdb.t00/default.exp: Make show version insensitive to copyright
13406 date.
13407 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
13408 to avoid dependencies on target char signedness.
13409 * gdb.t16/printcmds.exp: Update expected results for explicitly
13410 unsigned char.
13411 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
13412 now work.
13413 * gdb.t21/demangle.exp: Add many more patterns for template
13414 demangling, most of them being expected failures.
13415 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
13416 string we are matching for, to match on the whole string.
13417 * gdb.t21/demangle.exp: Add many new test strings to demangle,
13418 and fix a whole bunch that had incorrect expected output but were
13419 passing anyway because of the bug in "proc demangle".
13420 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
13421 type.
13422 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
13423
13424Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
13425
13426 * gdb/testsuite: made modifications to testcases, etc., to allow
13427 them to work properly given the reorganization of deja-gnu and the
13428 relocation of the testcases from deja-gnu to a "tool" subdirectory.
13429
13430Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
13431
13432 * gdb/testsuite: Initial creation of gdb/testsuite.
13433 Migrated dejagnu testcases and support files for testing nm to
13434 gdb/testsuite from deja-gnu. These files were moved "as is"
13435 with no modifications. This migration is part of a major overhaul
13436 of dejagnu. The modifications to these testcases, etc., which
13437 will allow them to work with the new version of dejagnu will be
13438 made in a future update.
48efe704 13439
8d8cb839 13440 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 13441\f
8d8cb839
EZ
13442;; Local Variables:
13443;; mode: change-log
13444;; left-margin: 8
13445;; fill-column: 74
13446;; version-control: never
13447;; End:
902f2ccb
MC
13448
13449 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
ed6df200 13450 2003, 2004, 2005 Free Software Foundation, Inc.
902f2ccb
MC
13451 Copying and distribution of this file, with or without modification,
13452 are permitted provided the copyright notice and this notice are preserved.