* gdb.arch/alpha-step.c: New file.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2005-05-29 Joel Brobecker <brobecker@adacore.com>
2
3 * gdb.arch/alpha-step.c: New file.
4 * gdb.arch/alpha-step.exp: New testcase.
5
6 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7 Dennis Brueni <dennis@slickedit.com>
8
9 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
10 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
11 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
12 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
13 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
14 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
15 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
16
17 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
18 Wu Zhou <woodzltc@cn.ibm.com>
19
20 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
21 IBM's xlc compiler.
22 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
23 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
24
25 2005-05-13 Jim Blandy <jimb@redhat.com>
26
27 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
28 calling gdb_suppress_entire_file.
29 * gdb.base/charset.exp: Same.
30 * gdb.base/call-rt-st.exp: Same.
31
32 2005-05-05 Bob Rossi <bob_rossi@cox.net>
33
34 * lib/gdb.exp (fullname_syntax): Added global regex.
35 (fullname_syntax_POSIX): Ditto.
36 (fullname_syntax_UNC): Ditto.
37 (fullname_syntax_DOS_CASE): Ditto.
38 (fullname_syntax_DOS): Ditto.
39 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
40 fullname_syntax variable to scope and use it.
41 (test_file_list_exec_source_files): Ditto.
42 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
43
44 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
45
46 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
47
48 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
49
50 * lib/gdb.exp (skip_altivec_tests): New function, based on
51 check_vmx_hw_available from the GCC testsuite.
52 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
53 * lib/gdb.arch/altivec-regs.exp: Likewise.
54
55 2005-05-02 Jim Blandy <jimb@redhat.com>
56
57 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
58 calling gdb_suppress_entire_file.
59
60 2005-04-30 Randolph Chung <tausq@debian.org>
61
62 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
63 Slightly relax "sem_post" name checking.
64
65 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
66
67 * gdb.base/unload.exp: Use new shared library infrastructure.
68
69 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
70
71 * gdb.base/so-impl-ld.exp: Use new shared library
72 infrastructure.
73
74 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
75
76 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
77 * gdb.asm/h8300.inc: New file.
78
79 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
80
81 * gdb.base/shlib-call.exp: Change to use new shared library
82 infrastructure.
83
84 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
85
86 * gdb.base/pending.exp: Change to use new shared library
87 infrastructure.
88
89 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
90
91 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
92 use test_compiler_info instead of gcc_compiled, and update copyright.
93
94 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
95
96 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
97 shared objects being adjusted and update copyright years.
98
99 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
100
101 * ChangeLog: Correct some 2003-01-13 dates.
102 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
103 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
104 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
105 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
106 gdb.trace/tfind.exp: Update copyright years.
107
108 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
109 Daniel Jacobowitz <dan@codesourcery.com>
110
111 * lib/gdb.exp (gdb_compile): Handle shlib=.
112 (gdb_compile_shlib): New function.
113
114 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
115
116 * lib/gdb.exp (test_compiler_info): Give argument a default value.
117
118 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
119
120 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
121 gdb.server.
122 * configure.ac: Likewise.
123 * configure: Regenerated.
124 * gdb.gdbserver/Makefile.in: Moved to...
125 * gdb.server/Makefile.in: ... here.
126 * gdb.gdbserver/server.c: Moved to...
127 * gdb.server/server.c: ... here.
128 * gdb.gdbserver/server-run.exp: Moved to...
129 * gdb.server/server-run.exp: ... here.
130
131 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
132
133 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
134 * configure.ac: Create gdb.gdbserver/Makefile.
135 * configure: Regenerated.
136 * lib/gdbserver-support.exp: New file, derived from
137 config/gdbserver.exp.
138 * config/gdbserver.exp: Use gdbserver-support.exp.
139 * gdb.gdbserver/Makefile.in: New file.
140 * gdb.gdbserver/server.c: New file.
141 * gdb.gdbserver/server-run.exp: New file.
142
143 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
144
145 * lib/gdb.exp (test_compiler_info): Return compiler_info
146 if no arguments are given.
147
148 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
149
150 * gdb.arch/altivec-abi.exp: Check for compiler and set
151 use altivec' flag accordingly.
152 * gdb.arch/altivec-regs.exp: Likewise.
153
154 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
155
156 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
157
158 2005-03-27 Andreas Schwab <schwab@suse.de>
159
160 * gdb.base/bigcore.c (main): Add missing mode argument in open
161 call.
162
163 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
164
165 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
166 downloads.
167 * config/gdbserver.exp (gdb_load): Likewise.
168
169 2005-03-14 Paul Brook <paul@codesourcery.com>
170
171 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
172 targets.
173
174 2005-03-09 Joel Brobecker <brobecker@adacore.com>
175
176 * gdb.dwarf2/dup-psym.S: New file.
177 * gdb.dwarf2/dup-psym.exp: New testcase.
178
179 2005-03-09 Joel Brobecker <brobecker@adacore.com>
180
181 * gdb.ada/exec_changed/first.adb: New file.
182 * gdb.ada/exec_changed/second.adb: New file.
183 * gdb.ada/exec_changed.exp: New testcase.
184
185 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
186
187 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
188 (A2): New class.
189 (main): Test operator+.
190 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
191 breakpoint test.
192
193 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
194 * gdb.base/signull.exp: Disable if gdb,nosignals.
195 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
196 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
197 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
198 * gdb.mi/mi2-console.exp: Likewise.
199 * gdb.trace/collection.exp (run_trace_experiment): Consume the
200 continue output at start.
201 (gdb_collect_locals_test): Robustify regexp.
202 * gdb.trace/passc-dyn.exp: Fix comment typo.
203 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
204
205 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
206
207 * gdb.asm/asm-source.exp: Add iq2000 case.
208 * gdb.asm/iq2000.inc: New file.
209
210 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
211
212 * gdb.base/command.exp: Change hardcoded value to regular expression.
213 * gdb.base/float.exp: Add powerpc to the list of targets checked.
214
215 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
216
217 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
218 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
219 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
220 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
221 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
222
223 2005-03-05 Mark Kettenis <kettenis@gnu.org>
224
225 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
226 changes.
227
228 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
229
230 * lib/compiler.c: Add test for IBM's xlc compiler.
231 * lib/compiler.cc: Likewise.
232
233 2004-02-24 Joel Brobecker <brobecker@adacore.com>
234
235 * gdb.ada/fixed_points.exp: Create compilation object directory
236 before running the test.
237 * gdb.ada/null_record.exp: Likewise.
238 * gdb.ada/packed_array.exp: Likewise.
239 * gdb.ada/start.exp: Likewise.
240
241 2005-02-15 Joel Brobecker <brobecker@adacore.com>
242
243 * gdb.ada/packed_array/pa.adb: New file.
244 * gdb.ada/packed_array.exp: New testcase.
245
246 2005-02-10 Mark Kettenis <kettenis@gnu.org>
247
248 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
249 files.
250
251 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
252 on *-*-openbsd*. Correctly match whitespace in regukar
253 expressions.
254
255 2005-02-10 Daniel Jacobowitz <dan@debian.org>
256
257 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
258 PR exp/1821
259 * gdb.base/gdb1821.c: New test file.
260 * gdb.base/gdb1821.exp: New test file.
261
262 2005-02-09 Joel Brobecker <brobecker@adacore.com>
263
264 * gdb.base/start.c: New file.
265 * gdb.base/start.exp: New testcase.
266
267 2005-02-09 Joel Brobecker <brobecker@adacore.com>
268
269 * gdb.ada/start/dummy.adb: New file.
270 * gdb.ada/start.exp: New testcase.
271
272 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
273
274 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
275 for printing symbols and statistics.
276 Add test for using relative pathnames in "maint print msymbols" test.
277 Mark "maint info sections DATA" XFAIL on Cygwin.
278 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
279 tests.
280
281 2005-02-09 Andreas Schwab <schwab@suse.de>
282
283 Committed by Andrew Cagney <cagney@gnu.org>
284 * gdb.base/remotetimeout.exp: New file.
285
286 2005-02-07 Mark Kettenis <kettenis@gnu.org>
287
288 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
289
290 2005-02-03 Joel Brobecker <brobecker@adacore.com>
291
292 * gdb.ada/gnat_ada.gpr: New file.
293 * gdb.ada/gnat_ada.gin: Delete, no longer used.
294 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
295 * configure.ac: No longer generate gnat_ada.gpr.
296 * configure: Regenerate.
297 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
298 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
299 * gdb.ada/null_record/bar.ads: Likewise.
300 * gdb.ada/null_record/bar.adb: Likewise.
301 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
302 * gdb.ada/null_record.exp (testdir): New variable.
303 (testfile): executable is now in testdir subdirectory.
304 (srcfile): Use full path to the main compilation unit.
305 * gdb.ada/fixed_points.exp: Same changes as above.
306
307 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
308
309 * gdb.base/interp.exp: New test.
310
311 2005-01-24 Andrew Cagney <cagney@gnu.org>
312
313 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
314
315 2005-01-19 Andrew Cagney <cagney@gnu.org>
316
317 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
318 configure.ac not configure.in.
319
320 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
321 of powerpc*-*-*.
322 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
323 * gdb.base/list.exp (test_list_function)
324 (test_list_filename_and_function): Ditto.
325 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
326
327 2005-01-16 Andrew Cagney <cagney@gnu.org>
328
329 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
330
331 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
332
333 2005-01-14 Andrew Cagney <cagney@gnu.org>
334
335 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
336 * gdb.mi/mi2-var-cmd.exp: Ditto.
337
338 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
339
340 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
341
342 2005-01-07 Andrew Cagney <cagney@gnu.org>
343
344 * configure.ac: Rename configure.in, require autoconf 2.59.
345 * configure: Re-generate.
346 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
347 * gdb.stabs/configure: Re-generate.
348 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
349 * gdb.hp/configure: Re-generate.
350 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
351 autoconf 2.59.
352 * gdb.hp/gdb.objdbg/configure: Re-generate.
353 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
354 autoconf 2.59.
355 * gdb.hp/gdb.defects/configure: Re-generate.
356 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
357 autoconf 2.59.
358 * gdb.hp/gdb.compat/configure: Re-generate.
359 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
360 autoconf 2.59.
361 * gdb.hp/gdb.base-hp/configure: Re-generate.
362 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
363 autoconf 2.59.
364 * gdb.hp/gdb.aCC/configure: Re-generate.
365
366 2004-12-15 Jim Blandy <jimb@redhat.com>
367
368 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
369 under NPTL when there is debugging info available for libpthread.
370
371 2004-12-13 Jerome Guitton <guitton@gnat.com>
372
373 * gdb.ada/fixed_points.c: New file.
374 * gdb.ada/fixed_points.exp: New file.
375
376 2004-12-03 Randolph Chung <tausq@debian.org>
377
378 * gdb.arch/pa-nullify.exp: New file.
379 * gdb.arch/pa-nullify.s: New file.
380
381 2004-11-30 Randolph Chung <tausq@debian.org>
382
383 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
384 instead of "tbug". Fix regexp to work properly with gdb_test.
385
386 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
387
388 * gdb.base/bitfields2.exp: New test.
389 * gdb.base/bitfields2.c: New file.
390
391 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
392
393 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
394
395 2004-11-16 Randolph Chung <tausq@debian.org>
396
397 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
398
399 2004-11-14 Daniel Jacobowitz <dan@debian.org>
400
401 * gdb.threads/threadapply.exp: Correct "macro details" test.
402
403 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
404
405 * gdb.threads/threadapply.exp: New test.
406 * gdb.threads/threadapply.c: New file.
407
408 2004-11-07 Mark Kettenis <kettenis@gnu.org>
409
410 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
411 frames.
412
413 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
414
415 * gdb.base/cursal.exp: New file.
416 * gdb.base/cursal.c: New file.
417
418 2004-11-03 Andrew Cagney <cagney@gnu.org>
419
420 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
421
422 2004-10-30 Mark Kettenis <kettenis@gnu.org>
423
424 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
425 NetBSD/ELF targets.
426
427 2004-10-29 Joel Brobecker <brobecker@gnat.com>
428
429 * gdb.threads/bp_in_thread.c: New file, copied from
430 pthread_cond_wait.c.
431 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
432 file, rather than reusing the .c file from another testcase.
433
434 2004-10-20 Joel Brobecker <brobecker@gnat.com>
435
436 * gdb.ada/null_record.exp: Check where we stopped after
437 sending the start command, instead of where the associated
438 temporary breakpoint was inserted.
439
440 2004-10-14 Andrew Cagney <cagney@gnu.org>
441
442 * gdb.mi/gdb701.c (main): Return 0.
443
444 2004-10-13 Daniel Jacobowitz <dan@debian.org>
445
446 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
447
448 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
449
450 * gdb.threads/schedlock.c: Add comment markers to use to find
451 line numbers.
452 * gdb.threads/schedlock.exp: Adjust regex to handle the new
453 comments.
454 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
455 breakpoint lines.
456
457 2004-10-12 Daniel Jacobowitz <dan@debian.org>
458
459 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
460
461 2004-10-12 Daniel Jacobowitz <dan@debian.org>
462
463 * configure.in: Add gdb.dwarf2.
464 * configure: Regenerated.
465 * Makefile.in: Add gdb.dwarf2.
466 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
467 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
468 gdb.dwarf2/file1.txt: New files.
469
470 2004-10-11 Orjan Friberg <orjanf@axis.com>
471
472 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
473 of "run", since the latter doesn't work with remote targets. Adjust
474 the breakpoint numbering accordingly.
475 * gdb.threads/pthread_cond_wait.exp: Ditto.
476
477 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
478
479 * gdb.base/overlays.exp: Update copyright years.
480
481 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
482
483 * gdb.base/overlays.exp: Disable if target is Linux.
484
485 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
486
487 * config/gdbserver.exp (gdb_load): Use right filename on remote.
488
489 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
490
491 * gdb.asm/asm-source.exp: Add m32r-linux target.
492 * gdb.asm/m32r-linux.inc: New file.
493
494 2004-09-24 Andrew Cagney <cagney@redhat.com>
495 David Anderson <anderson@redhat.com>
496
497 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
498 command fails, assume things will work.
499 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
500 (_GNU_SOURCE): Define.
501 (print_unsigned, print_hex): Change parameter to "long long".
502 (print_byte_count): New function, use to print byte counts.
503 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
504 O_LARGEFILE.
505 (main): Compute an upper bound on a corefile in max_core_size.
506 Limit memory chunk size to max_core_size. Limit total memory
507 allocated to max_core_size.
508
509 2004-09-23 Andrew Cagney <cagney@gnu.org>
510
511 * gdb.base/bigcore.exp: Replace the code that creates a corefile
512 from a separate process with code that creates a corefile by
513 making the inferior dump core.
514
515 2004-09-23 Mark Kettenis <kettenis@gnu.org>
516
517 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
518 block.
519
520 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
521
522 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
523 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
524 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
525 Likewise.
526
527 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
528
529 * gdb.java/jprint.exp: New test case for java inferior call.
530 * gdb.java/jprint.java: Ditto.
531
532 2004-09-15 Joel Brobecker <brobecker@gnat.com>
533
534 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
535
536 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
537
538 * gdb.threads/killed.c: Include <stdlib.h>.
539 * gdb.threads/pthreads.c: Likewise.
540
541 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
542
543 * gdb.threads/killed.c: Add copyright notice.
544
545 2004-09-10 Jason Molenda (jmolenda@apple.com)
546
547 * gdb.base/define.exp: Two new tests to verify zero space chars
548 after 'if' and 'while' commands in a user-defined command is correctly
549 parsed.
550
551 2004-09-08 Andrew Cagney <cagney@gnu.org>
552
553 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
554 delivery test with duplicate at end of file.
555
556 2004-09-06 Mark Kettenis <kettenis@jive.nl>
557
558 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
559
560 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
561
562 * config/hppro.exp: Removed.
563
564 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
565
566 * config/sparclet.exp: Removed.
567
568 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
569
570 * config/udi.exp: Removed.
571
572 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
573
574 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
575 of "exp_continue".
576 (advancei): Likewise.
577
578 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
579
580 * gdb.base/unload.exp: Fix so messages aren't duplicated.
581
582 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
583
584 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
585 to check for nodebug in executable.
586 * gdb.gdb/observer.exp (setup_test): Likewise.
587 * gdb.gdb/selftest.exp (test_with_self): Likewise.
588 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
589
590 2004-09-01 Andrew Cagney <cagney@gnu.org>
591
592 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
593 files.
594
595 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
596
597 * gdb.base/unload.exp: Fix expected warning message to match
598 latest format.
599
600 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
601
602 * gdb.base/call-rt-st.exp: Fix typos.
603
604 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
605
606 * gdb.threads/thread_check.exp: New testcase.
607 * gdb.threads/thread_check.c: New testcase.
608
609 2004-08-31 Andrew Cagney <cagney@gnu.org>
610
611 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
612 (skip_to_handler_entry): New procedures. Test stepping into a
613 handler when the breakpoint is at the handler's entry point.
614
615 2004-08-30 Andrew Cagney <cagney@gnu.org>
616
617 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
618 gdb/1757.
619
620 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
621
622 With code from Manoj Iyer <manjo@austin.ibm.com>:
623 * lib/gdb.exp (gdb_file_cmd): Return more information in the
624 return value. Add an arm for "no debugging symbols found".
625 Change a stray "error" to "perror".
626 (gdb_run_cmd): Adapt to new return value.
627 * gdb.base/remote.exp: Adapt to new return value.
628 * gdb.gdb/complaints.exp: Likewise.
629 * gdb.gdb/observer.exp: Likewise.
630 * gdb.gdb/selftest.exp: Likewise.
631 * gdb.gdb/xfullpath.exp: Likewise.
632
633 2004-08-27 Joel Brobecker <brobecker@gnat.com>
634
635 * gdb.threads/bp_in_thread.exp: New testcase.
636
637 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
638
639 Fix PR testsuite/1735.
640 * gdb.threads/schedlock.c (thread_function): Add a cast
641 to suppress a gcc warning.
642 * gdb.threads/thread-specific.c (thread_function): Likewise.
643
644 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
645
646 * gdb.base/unload.c: Include <stdlib.h>.
647
648 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
649
650 From Paul Gilliam <pgilliam@us.ibm.com>:
651 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
652 synchronized after the "return".
653
654 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
655
656 * gdb.mi/basics.c: Include <stdio.h>.
657 * gdb.mi/pthreads.c: Include <stdlib.h>.
658 * gdb.mi/var-cmd.c: Include <stdlib.h>.
659
660 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
661
662 * gdb.threads/schedlock.c: Add copyright notice.
663
664 2004-08-25 Andrew Cagney <cagney@gnu.org>
665
666 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
667 (skip_over_handler, breakpoint_over_hander): New test procedures.
668 (advance, advancei): Add a proper prefix, do not use
669 rerun_to_main.
670 * gdb.base/sigstep.c (main): Change to use an infinite loop.
671
672 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
673
674 * gdb.mi/basics.c: Add copyright notice.
675 * gdb.mi/var-cmd.c: Add copyright notice.
676
677 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
678
679 * lib/gdb.exp: Remove signed_keyword_not_used.
680 * lib/compiler.c: Likewise.
681 * lib/compiler.cc: Likewise.
682
683 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
684
685 * gdb.base/whatis.c: Remove conditional disabling of "signed".
686 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
687
688 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
689
690 * gdb.base/whatis.c: Add copyright notice.
691
692 2004-08-20 Mark Kettenis <kettenis@gnu.org>
693
694 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
695 it to skip the breakpoints encoded in the inline assembly.
696
697 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
698
699 * Makefile.in: Add gdb.fortran.
700
701 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
702
703 * gdb.base/call-sc.exp (test_scalar_returns):
704 Fix cut-and-paste glitch in "Make fun return now".
705
706 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
707
708 * configure.in: Add gdb.fortran.
709 * configure: Regenerate.
710 * gdb.fortran/Makefile.in: New file.
711 * lib/gdb.exp (skip_fortran_tests): New procedure.
712
713 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
714
715 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
716 reference to bug-gnu@prep.ai.mit.edu.
717 * gdb.mi/mi-var-child.exp: Likewise.
718 * gdb.mi/mi-var-cmd.exp: Likewise.
719 * gdb.mi/mi-var-display.exp: Likewise.
720 * gdb.mi/mi2-var-block.exp: Likewise.
721 * gdb.mi/mi2-var-child.exp: Likewise.
722 * gdb.mi/mi2-var-cmd.exp: Likewise.
723 * gdb.mi/mi2-var-display.exp: Likewise.
724
725 2004-08-15 Mark Kettenis <kettenis@gnu.org>
726
727 * gdb.base/unload.c (main): Make local variable msg const.
728
729 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
730
731 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
732 to bug-gnu@prep.ai.mit.edu.
733 * gdb.mi/mi-disassemble.exp: Likewise.
734 * gdb.mi/mi-eval.exp: Likewise.
735 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
736 default line number.
737 * gdb.mi/mi-return.exp: Likewise.
738 * gdb.mi/mi-simplerun.exp: Likewise.
739 * gdb.mi/mi-stack.exp: Likewise.
740 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
741 number with explicit range test.
742 * gdb.mi/mi-watch.exp: Likewise.
743 * gdb.mi/mi2-break.exp: Likewise.
744 * gdb.mi/mi2-cli.exp: Likewise.
745 * gdb.mi/mi2-disassemble.exp: Likewise.
746 * gdb.mi/mi2-eval.exp: Likewise.
747 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
748 default line number.
749 * gdb.mi/mi2-return.exp: Likewise.
750 * gdb.mi/mi2-simplerun.exp: Likewise.
751 * gdb.mi/mi2-stack.exp: Likewise.
752 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
753 number with explicit range test.
754 * gdb.mi/mi2-watch.exp: Likewise.
755
756 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
757
758 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
759 * gdb.cp/m-static.exp: Likewise.
760 * gdb.cp/rtti.exp: Likewise.
761
762 2004-08-14 Mark Kettenis <kettenis@gnu.org>
763
764 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
765
766 2004-08-14 Eli Zaretskii <eliz@gnu.org>
767
768 * ChangeLog: Prefix Local Variables with semi-colons and indent
769 the reference to older ChangeLog files, to fix fontification in
770 Emacs.
771
772 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
773
774 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
775 * gdb.mi/mi2-break.exp: Likewise.
776
777 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
778
779 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
780
781 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
782
783 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
784
785 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
786
787 * gdb.cp/classes.exp: Remove unused declarations. Just let
788 test names default instead of providing special names. Remove
789 extraneous demangler test.
790
791 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
792
793 * gdb.base/unload.exp: New test for breakpoints in dynamically
794 loaded libraries.
795 * gdb.base/unload.c: Ditto.
796 * gdb.base/unloadshr.c: Ditto.
797
798 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
799
800 * gdb.cp/classes.exp (test_ptype_class_objects): Call
801 cp_test_ptype_class.
802 (test_enums): Likewise.
803
804 2004-08-10 Andrew Cagney <cagney@gnu.org>
805
806 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
807 files.
808
809 2004-08-10 Andrew Cagney <cagney@gnu.org>
810
811 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
812 init_malloc call.
813
814 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
815
816 * ChangeLog: Add copyright notice. The notice is copied
817 from emacs 21.3 top level ChangeLog.
818
819 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
820
821 * lib/cp-support.exp: New file.
822 * lib/cp-support.exp (cp_test_type_class): New function.
823 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
824 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
825 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
826 cp_test_ptype_class.
827
828 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
829
830 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
831 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
832 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
833 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
834 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
835 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
836 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
837 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
838 gdb.mi/mi2-watch.exp: Update copyright years.
839
840 2004-08-09 Mark Kettenis <kettenis@gnu.org>
841
842 * gdb.base/sigaltstack.exp: Provide proper anchoring.
843
844 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
845
846 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
847 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
848 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
849 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
850 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
851 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
852 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
853 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
854 gdb.mi/mi-watch.exp: Update copyright years.
855
856 2004-08-08 Daniel Jacobowitz <dan@debian.org>
857
858 PR gdb/1738
859 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
860 from a breakpoint with a pending signal.
861
862 2004-08-08 Daniel Jacobowitz <dan@debian.org>
863
864 PR gdb/1736
865 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
866 * gdb.base/sigaltstack.exp (finish_test): Consume output until
867 the prompt.
868 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
869
870 2004-08-08 Daniel Jacobowitz <dan@debian.org>
871
872 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
873
874 2004-08-08 Daniel Jacobowitz <dan@debian.org>
875
876 PR gdb/1736
877 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
878 for i?86-*-linux*.
879
880 2004-08-08 Daniel Jacobowitz <dan@debian.org>
881
882 * gdb.arch/i386-prologue.exp: Compile without debug information.
883
884 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
885
886 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
887 rather than asking gdb to search.
888
889 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
890
891 * gdb.base/gcore.c: Include <string.h>.
892
893 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
894
895 * gdb.base/gcore.c: Add copyright notice.
896
897 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
898
899 * gdb.base/freebpcmd.c: Include <stdio.h>.
900 * gdb.base/long_long.c: Include <string.h>.
901 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
902 * gdb.base/siginfo.c: Include <string.h>.
903 * gdb.base/sigstep.c: Include <string.h>.
904
905 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
906
907 * gdb.base/complex.c: Include <stdlib.h>.
908
909 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
910
911 * gdb.base/complex.c: Add copyright notice.
912
913 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
914
915 * gdb.base/charset.c: Include <stdlib.h>.
916
917 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
918
919 * gdb.base/auxv.c: Include <stdlib.h>.
920
921 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
922
923 * gdb.base/auxv.c: Add copyright notice.
924
925 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
926
927 * gdb.base/coremaker.c: Add copyright notice.
928 * gdb.base/coremaker2.c: Add copyright notice.
929
930 2004-08-04 Andrew Cagney <cagney@gnu.org>
931
932 * gdb.base/store.exp: Update copyright.
933 (check_set, up_set, check_struct, up_struct): Add a prefix to test
934 names, do not import gdb_prompt.
935
936 2004-08-01 Andrew Cagney <cagney@gnu.org>
937
938 Fix PR testsuite/1729.
939 * gdb.base/dump.exp: Add test name to callers of capture_value, do
940 not use capture_value with value 4.
941 (capture_value): Add optional test name parameter.
942 (test_reload_saved_value, test_restore_saved_value): Use $msg as
943 the prefix, pass to capture_value.
944
945 2004-08-01 Mark Kettenis <kettenis@gnu.org>
946
947 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
948 * gdb.arch/i386-prologue.c (standard): New prototype and function.
949 (main): Call new function.
950
951 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
952
953 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
954
955 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
956
957 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
958
959 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
960
961 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
962 Accept more values of vtbl pointer. Remove some messages
963 about "obsolete gcc or gdb".
964
965 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
966
967 * gdb.cp/classes.exp: Accept more varieties of ptype output.
968
969 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
970
971 * gdb.base/asm-source.exp: Properly convert target board
972 debug flags from gcc format to binutils format.
973
974 2004-07-28 Mark Kettenis <kettenis@gnu.org>
975
976 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
977 gdb1718". PR backtrace/1718 partially fixed.
978
979 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
980
981 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
982
983 2004-07-26 Nick Clifton <nickc@redhat.com>
984
985 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
986 good default value for a specific architecture is available then
987 set it to that value. Otherwise default to the -gstabs switch.
988 Remove the -g... switches from the asm-flags variable. Allow the
989 target board info to override the value if it wants to. Pass the
990 switch on the assembler command line.
991
992 2004-07-23 Mark Kettenis <kettenis@gnu.org>
993
994 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
995 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
996 (main): Call new function.
997
998 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
999
1000 Test for PR exp/1715.
1001 * gdb.base/radix.exp: Refactor common procedures. Make all
1002 test names unique. Change XFAIL to KFAIL.
1003
1004 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
1005
1006 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
1007 * gdb.ada/gnat_ada.gin: ... to here.
1008 * configure.in: Use gnat_ada.gin.
1009 * configure: Regenerate.
1010
1011 2004-07-20 Andrew Cagney <cagney@gnu.org>
1012
1013 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
1014 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
1015 XFAILs. Clean up test messages and comments. Check backtraces.
1016 Delete re-sync code.
1017
1018 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
1019
1020 Fix PR cli/740.
1021 * gdb.base/annota1.exp: Honor gdb,nosignals.
1022 * gdb.base/annota3.exp: Likewise.
1023
1024 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
1025
1026 * lib/java.exp: Update copyright notice.
1027
1028 2004-07-19 Andrew Cagney <cagney@gnu.org>
1029
1030 * gdb.base/selftest.exp: Copy file from here ...
1031 * gdb.gdb/selftest.exp: ... to here.
1032
1033 2004-07-16 Andrew Cagney <cagney@redhat.com>
1034
1035 * lib/insight-support.exp: Delete file.
1036 * lib/java.exp (java_init): Fix copyright.
1037
1038 2004-07-16 Andrew Cagney <cagney@gnu.org>
1039
1040 * gdb.base/restore.c: Append "prologue" to comments marking the a
1041 function's prologue.
1042 * gdb.base/restore.exp: Update copyright, re-indent.
1043 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
1044 callerN" prefix where needed. Update patterns that match a
1045 function's prologue.
1046
1047 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
1048
1049 * gdb.base/restore.c: Add copyright notice.
1050
1051 2004-07-16 Andrew Cagney <cagney@gnu.org>
1052
1053 * gdb.base/logical.exp: Update copyright.
1054 (evaluate): New procedure. Use to re-implement tests using
1055 several tables.
1056
1057 2004-07-14 Martin Hunt <hunt@redhat.com>
1058
1059 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
1060 which fixes some problems where init.tcl was not found.
1061
1062 2004-07-13 Andrew Cagney <cagney@gnu.org>
1063
1064 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
1065 (check_sizeof, check_valueof): Do not include the output in the
1066 test name. Use gdb_test.
1067 (get_valueof): Use gdb_test_multiple.
1068
1069 * gdb.base/step-test.exp: Update copyright. Use
1070 gdb_test_multiple. Ensure that test names do not include
1071 architecture dependent output.
1072
1073 * gdb.gdb/observer.exp: Update copyright.
1074 (setup_test): Use gdb_test_multiple.
1075 (attach_first_observer, attach_second_observer)
1076 (attach_third_observer, detach_first_observer)
1077 (detach_second_observer, detach_third_observer)
1078 (reset_counters, check_counters): Make $message a prefix.
1079 (test_normal_stop_notifications): Add "args" parameter - a list of
1080 init functions to be called. Make $message a prefix,
1081 (test_observer_normal_stop): Change the message prefixes so that
1082 they are unique, pass the attach / detach procedures to
1083 test_normal_stop_notifications.
1084
1085 * gdb.base/signull.exp (test_segv): Prefix all tests with
1086 "${name}". Clean up test messages.
1087
1088 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
1089
1090 * gdb.base/ena-dis-br.exp: Update copyright.
1091 (break_at): New function. Replace send_gdb with gdb_test,
1092 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
1093 ignore count, not stopped at bpt", with KFAIL.
1094
1095 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
1096
1097 * gdb.base/attach.exp: Remove cleanupfile handling.
1098
1099 2004-07-12 Andrew Cagney <cagney@gnu.org>
1100
1101 * gdb.base/annota1.exp: Cleanup corefile test name.
1102 * gdb.base/annota3.exp: Ditto.
1103
1104 2004-07-12 Andrew Cagney <cagney@gnu.org>
1105
1106 * gdb.base/signals.exp: Clean up copyright, re-indent.
1107
1108 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
1109 gdb_test and gdb_test_multiple.
1110
1111 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
1112
1113 * gdb.java/jmain.exp: Fix expected line number for main to
1114 break at. Set XFAIL for break at main test since gcj does not
1115 provide line number info for first statement in main.
1116
1117 2004-07-08 Andrew Cagney <cagney@gnu.org>
1118
1119 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
1120
1121 * gdb.base/sigbpt.exp: Make the common part of each test name a
1122 prefix instead of suffix.
1123
1124 2004-07-07 Bob Rossi <bob_rossi@cox.net>
1125
1126 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
1127 test from test_tbreak_creation_and_listing to
1128 test_file_list_exec_source_file
1129 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
1130 Changed name of test from test_tbreak_creation_and_listing to
1131 test_file_list_exec_source_file
1132
1133 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
1134
1135 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
1136 the jmisc() constructor instead of <init>.
1137 * gdb.java/jmisc1.exp: Ditto.
1138
1139 2004-07-07 Andrew Cagney <cagney@gnu.org>
1140
1141 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
1142 corrupting the PC.
1143
1144 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
1145
1146 * gdb.cp/templates.exp: Accept whitespace change in demangler
1147 output.
1148
1149 2004-07-06 Andrew Cagney <cagney@gnu.org>
1150
1151 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
1152
1153 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
1154
1155 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
1156 * lib/compiler.cc: Likewise.
1157
1158 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
1159
1160 * lib/compiler.cc: Work around string preprocessing problem
1161 with old hp c++ compiler.
1162 * lib/compiler.c: Likewise.
1163
1164 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
1165
1166 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
1167 directives to conditionalize symbol prefixing.
1168 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
1169 additional_flags handling. Add underscore prefix for Cygwin.
1170 * gdb.arch/i386-unwind.c: Use preprocessor directives to
1171 conditionalize symbol prefixing.
1172 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
1173 additional_flags handling. Add underscore prefix for Cygwin.
1174
1175 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
1176
1177 * gdb.base/bigcore.exp: Skip test on Cygwin.
1178
1179 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
1180
1181 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
1182 formats for "info register". Use gdb_test_multiple. Fix
1183 the "invalid register" test.
1184
1185 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
1186
1187 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
1188 PID for Cygwin. Add Cygwin specific strings to check for in some
1189 tests.
1190 (do_attach_tests): Add a test for user interaction when attaching
1191 to a process with no matching symbol table already loaded.
1192
1193 2004-06-26 Andrew Cagney <cagney@gnu.org>
1194
1195 Test PR java/1567 and PR java/1565.
1196 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
1197 * gdb.java/jmisc2.exp: Delete file.
1198
1199 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
1200
1201 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
1202
1203 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
1204
1205 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
1206 attach process.
1207
1208 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
1209
1210 * gdb.cp/pr-1553.exp: Remove.
1211
1212 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
1213
1214 * gdb.cp/pr-1553.cc: Remove.
1215 * gdb.cp/pr-1553.exp: Disable this test.
1216
1217 2004-06-20 Jim Blandy <jimb@redhat.com>
1218
1219 Fix PR testsuite/1680.
1220 * gdb.arch/i386-sse.exp: Properly quote curly braces in
1221 regular expressions.
1222
1223 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
1224
1225 Fix PR testsuite/1679.
1226 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
1227 Issue an UNSUPPORTED result instead.
1228
1229 2004-06-18 Jim Blandy <jimb@redhat.com>
1230
1231 * gdb.base/charset.exp: Only send a control-C if we see a new
1232 prompt and incomplete command.
1233
1234 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
1235
1236 * gdb.cp/pr-574.cc: Add copyright notice.
1237
1238 2004-06-17 Jim Blandy <jimb@redhat.com>
1239
1240 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
1241 cases where the regexp has no groups; this grabs random text from
1242 the previous test suite, whatever that was.
1243
1244 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
1245
1246 * gdb.cp/printmethod.cc: Add copyright notice.
1247
1248 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
1249
1250 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
1251
1252 2004-06-16 Andrew Cagney <cagney@gnu.org>
1253
1254 * gdb.base/signull.c: Update copyright. Include <string.h>.
1255 (bowler): Replace data_pointer with data_read
1256 and data_write cases. Add code_descriptor case.
1257 (zero, desc): New array and pointer.
1258 (data, code): Change to simple pointers.
1259 * gdb.base/signull.exp: Fix probe pattern matching a function
1260 descriptor SIGSEGV. Replace data_pointer with data_read and
1261 data_write tests.
1262
1263 2004-06-16 Andrew Cagney <cagney@gnu.org>
1264
1265 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
1266
1267 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
1268
1269 * gdb.base/long_long.c: Add copyright notice.
1270
1271 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
1272
1273 * gdb.base/long_long.exp: Remove reference to
1274 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
1275 to gdb_breakpoint and gdb_continue_to_breakpoint.
1276
1277 2004-06-14 Jim Blandy <jimb@redhat.com>
1278
1279 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
1280 endian case.
1281
1282 2004-06-14 Andrew Cagney <cagney@gnu.org>
1283
1284 * gdb.base/gcore.exp (capture_command_output): Delete the always
1285 passing tests containing inferior values.
1286 * gdb.base/ending-run.exp: Do not include the breakpoint address
1287 in the test message. Update copyright.
1288 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
1289 size in the test name, use gdb_test_multiple. Update copyright.
1290
1291 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
1292
1293 * gdb.cp/ref-types.cc: Add copyright notice.
1294
1295 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
1296
1297 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
1298 hp_aCC_compiler.
1299 * lib/compiler.cc: Likewise.
1300 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
1301 'set' commands. Log diagnostics for other lines. Set
1302 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
1303
1304 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
1305
1306 * gdb.cp/try_catch.cc: Add copyright notice.
1307
1308 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
1309
1310 * gdb.cp/userdef.cc: Add copyright notice.
1311
1312 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
1313
1314 * gdb.cp/virtfunc.cc: Add copyright notice.
1315
1316 2004-06-11 Randolph Chung <tausq@debian.org>
1317
1318 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
1319 problem.
1320
1321 2004-06-10 Andrew Cagney <cagney@gnu.org>
1322
1323 * lib/compiler.cc, lib/compiler.c: Append either
1324 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
1325 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
1326 instead of gcc-3-3.
1327
1328 2004-06-09 Andrew Cagney <cagney@gnu.org>
1329
1330 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
1331 gdb/1455, bug is specific to "long long" and "double".
1332
1333 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
1334 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
1335 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
1336 fixed.
1337
1338 2004-06-09 Andrew Cagney <cagney@gnu.org>
1339
1340 * gdb.base/structs.exp (test_struct_returns): Replace
1341 "return_value_unknown" and "finish_value_unknown" by
1342 "return_value_known" and "finish_value_known". Instead of
1343 "return_value_unknown" iff "finish_value_unknown", check
1344 "return_value_known" implies "finish_value_known".
1345
1346 2004-06-08 Martin Hunt <hunt@redhat.com>
1347
1348 * gdb.base/float.exp: Add pattern for mips targets.
1349
1350 2004-06-08 Randolph Chung <tausq@debian.org>
1351
1352 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
1353 message for unknown architectures more clear.
1354
1355 2004-06-08 Joel Brobecker <brobecker@gnat.com>
1356
1357 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
1358 start the execution of the program.
1359
1360 2004-06-07 Jim Blandy <jimb@redhat.com>
1361
1362 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
1363 * gdb.arch/i386-cpuid.h: New helper file.
1364
1365 2004-06-07 Randolph Chung <tausq@debian.org>
1366
1367 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
1368 has started.
1369
1370 2004-06-04 Roland McGrath <roland@redhat.com>
1371
1372 Fix PR gdb/1647.
1373 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
1374 differently to be robust to output buffering differences.
1375
1376 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
1377
1378 * gdb.threads/pthreads.exp: Update copyright years.
1379 (check_control_c): Change asynchronous 'after' to synchronous.
1380
1381 2004-06-04 Roland McGrath <roland@redhat.com>
1382
1383 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
1384 next gdb prompt.
1385
1386 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
1387
1388 Fix PR gdb/1636.
1389 * gdb.threads/manythreads.exp: Change asynchronous 'after'
1390 calls to synchronous.
1391
1392 2004-05-26 Jim Blandy <jimb@redhat.com>
1393
1394 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
1395
1396 2004-05-24 Randolph Chung <tausq@debian.org>
1397
1398 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
1399 * gdb.asm/pa.inc: New file.
1400
1401 2004-05-22 Mark Kettenis <kettenis@gnu.org>
1402
1403 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
1404
1405 2004-05-21 Joel Brobecker <brobecker@gnat.com>
1406 Daniel Jacobowitz <drow@mvista.com>
1407
1408 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
1409 GDB prompt.
1410
1411 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1412
1413 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
1414 setjmp/longjmp. Use sigaction instead of signal.
1415
1416 2004-05-19 J. Brobecker <brobecker@gnat.com>
1417 Michael Snyder <msnyder@redhat.com>
1418
1419 * gdb.threads/pthread_cond_wait.c: New file.
1420 * gdb.threads/pthread_cond_wait.exp: New testcase.
1421
1422 2004-05-13 Andrew Cagney <cagney@redhat.com>
1423
1424 * gdb.base/signull.exp, gdb.base/signull.c: New files.
1425 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
1426
1427 2004-05-11 Andrew Cagney <cagney@redhat.com>
1428
1429 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
1430 fixed but revealed gdb/1639.
1431
1432 2004-05-10 Andrew Cagney <cagney@redhat.com>
1433
1434 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
1435 func1" and "next to 2nd alarm", kernel bug avoided.
1436
1437 2004-05-10 Daniel Jacobowitz <dan@debian.org>
1438
1439 PR external/1568
1440 * gdb.base/bigcore.exp: Check the size of the dumped core file.
1441 XFAIL if it is smaller than bytes_allocated.
1442 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
1443 (main): Make chunks_allocated unsigned. Correct comment.
1444
1445 2004-05-07 Joel Brobecker <brobecker@gnat.com>
1446
1447 * gdb.arch/powerpc-aix-prologue.c: New file.
1448 * gdb.arch/powerpc-aix-prologue.exp: New file.
1449
1450 2004-05-07 Jim Blandy <jimb@redhat.com>
1451
1452 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
1453 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
1454
1455 2004-05-06 Joel Brobecker <brobecker@gnat.com>
1456
1457 * gdb.base/sep.exp: No longer setup_kfail when the program was
1458 built with dwarf2.
1459
1460 2004-05-05 Jim Ingham <jingham@apple.com>
1461
1462 * gdb.base/pending.exp: Make sure pending breakpoints
1463 preserve the ignore count.
1464
1465 2004-04-27 Jerome Guitton <guitton@gnat.com>
1466
1467 * i386-prologue.exp: Add testcase for jump instruction as first
1468 instruction of the real code.
1469 * i386-prologue.c (jump_at_beginning): New function.
1470
1471 2004-04-28 Mark Kettenis <kettenis@gnu.org>
1472
1473 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
1474 x86_64-*-*.
1475
1476 2004-04-28 Mark Kettenis <kettenis@gnu.org>
1477
1478 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
1479 i*86-*-*.
1480
1481 2004-04-25 Mark Kettenis <kettenis@gnu.org>
1482
1483 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
1484 expression that checks the return type.
1485
1486 2004-04-23 Andrew Cagney <cagney@redhat.com>
1487
1488 * gdb.base/call-sc.exp: New test of scalar call/return values.
1489 * gdb.base/call-sc.c: Ditto.
1490
1491 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1492
1493 * gdb.threads/manythreads.c: Reduce thread stack size.
1494
1495 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
1496
1497 * gdb.threads/manythreads.c: Add copyright notice.
1498
1499 2004-04-23 Andrew Cagney <cagney@redhat.com>
1500
1501 * gdb.base/siginfo.exp: Better handle step out of signal.
1502 * gdb.base/sigstep.exp: Ditto.
1503
1504 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
1505 Daniel Jacobowitz <drow@mvista.com>
1506
1507 * gdb.threads/manythreads.c: New testcase.
1508 * gdb.threads/manythreads.exp: Ditto.
1509
1510 2004-04-22 Jim Blandy <jimb@redhat.com>
1511
1512 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
1513 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
1514
1515 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
1516
1517 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
1518
1519 2004-04-21 Andrew Cagney <cagney@redhat.com>
1520
1521 * gdb.base/sigstep.c: New file.
1522 * gdb.base/sigstep.exp: New file.
1523
1524 2004-04-16 Joel Brobecker <brobecker@gnat.com>
1525
1526 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
1527 call to observer_notify_normal_stop.
1528
1529 2004-04-15 Andrew Cagney <cagney@redhat.com>
1530
1531 * gdb.base/siginfo.c: New file.
1532 * gdb.base/siginfo.exp: New file.
1533
1534 2004-04-12 J. Brobecker <brobecker@gnat.com>
1535
1536 * gdb.base/sep.exp: Fix typo in comment.
1537
1538 2004-04-12 J. Brobecker <brobecker@gnat.com>
1539
1540 * gdb.base/sep.c: New file.
1541 * gdb.base/sep-proc.c: New file.
1542 * gdb.base/sep.exp: New testcase.
1543
1544 2004-04-09 Mark Kettenis <kettenis@gnu.org>
1545
1546 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
1547 support.
1548
1549 2004-04-05 Andrew Cagney <cagney@redhat.com>
1550
1551 * gdb.base/sigaltstack.c: New file.
1552 * gdb.base/sigaltstack.exp: New file.
1553
1554 2004-04-04 Joel Brobecker <brobecker@gnat.com>
1555
1556 * gdb.base/foll-fork.exp: Update the expected output for
1557 "help set follow-fork-mode", to match a change that was made
1558 to the help of this variable on 2004-01-13.
1559
1560 2004-04-01 Joel Brobecker <brobecker@gnat.com>
1561
1562 * lib/ada.exp: Add copyright notice.
1563 * bar.ads: Likewise.
1564 * bar.adb: Likewise.
1565 * null_record.adb: Likewise.
1566 * null_record.exp: Likewise.
1567 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
1568
1569 2004-04-01 Joel Brobecker <brobecker@gnat.com>
1570
1571 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
1572 * configure: Regenerate.
1573
1574 2004-04-01 Joel Brobecker <brobecker@gnat.com>
1575
1576 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
1577 to build the application. Remove the message printed when in
1578 verbose mode, redundant with the UNSUPPORTED message above.
1579
1580 2004-03-31 Joel Brobecker <brobecker@gnat.com>
1581
1582 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
1583 * gdb.ada (null_record.exp): New testcase.
1584
1585 2004-03-31 Joel Brobecker <brobecker@gnat.com>
1586
1587 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
1588
1589 2004-03-31 Joel Brobecker <brobecker@gnat.com>
1590
1591 * gdb.ada: New subdirectory.
1592 * gdb.ada/Makefile.in: New file.
1593 * gdb.ada/gnat_ada.gpr.in: New file.
1594
1595 2004-03-31 Joel Brobecker <brobecker@gnat.com>
1596
1597 * lib/ada.exp: New file.
1598
1599 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
1600
1601 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
1602 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
1603
1604 2004-03-22 Andrew Cagney <cagney@redhat.com>
1605
1606 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
1607 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
1608 Problem identified by Ulrich Weigand.
1609
1610 2004-03-17 David Carlton <carlton@kealia.com>
1611
1612 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
1613 PR c++/826.
1614
1615 2004-03-16 Roland McGrath <roland@redhat.com>
1616
1617 * gdb.base/auxv.exp: New file.
1618 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
1619
1620 2004-03-12 David Carlton <carlton@kealia.com>
1621
1622 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
1623 * gdb.cp/pr-1553.cc: Ditto.
1624 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
1625 pass branch.
1626
1627 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
1628
1629 * gdb.cp/templates.exp: Accept more template types.
1630
1631 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
1632
1633 From Corinna Vinschen with modifications.
1634 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
1635 local variable obj_with_enum.
1636 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
1637 results with obj_with_enum.
1638
1639 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
1640
1641 * gdb.cp/classes.cc: New file, copied from misc.cc.
1642 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
1643
1644 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
1645
1646 * gdb.cp/misc.cc: Add copyright notice.
1647
1648 2004-03-05 David Carlton <carlton@kealia.com>
1649
1650 * gdb.cp/rtti.exp: Add 'print *obj3' test.
1651 * gdb.cp/rtti.h: Update copyright.
1652 (namespace n2::n3): New.
1653 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
1654 (n2::n3::func3): New.
1655 (main): Call n2::n3::func3.
1656 * gdb.cp/rtti2.cc: Update copyright.
1657 (n2::create3): New.
1658
1659 2004-03-04 Mark Kettenis <kettenis@gnu.org>
1660
1661 * gdb.asm/openbsd.inc: Fix typo.
1662
1663 2004-03-03 Fred Fish <fnf@redhat.com>
1664
1665 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
1666 "val" instead of unused "size". Update copyright year.
1667
1668 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
1669
1670 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
1671 to use unsigned char.
1672 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
1673 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
1674
1675 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
1676
1677 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
1678 line of output.
1679
1680 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
1681
1682 * gdb.base/relocate.c (dummy): Initialize.
1683
1684 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
1685
1686 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
1687 a breakpoint at exit.
1688
1689 2004-02-27 Fred Fish <fnf@redhat.com>
1690
1691 * gdb.base/chng-syms.exp: Add expect condition to match failing
1692 case that isn't a timeout.
1693
1694 2004-02-27 Andrew Cagney <cagney@redhat.com>
1695
1696 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
1697 support.
1698
1699 2004-02-26 Fred Fish <fnf@redhat.com>
1700
1701 * gdb.arch/gdb1431.c: Remove.
1702 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
1703 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
1704 of "until" incorrectly.
1705
1706 2004-02-26 J. Brobecker <brobecker@gnat.com>
1707
1708 * gdb.cp/class2.cc (empty): New class.
1709 (refer): New function.
1710 (main): Declare an object of type empty and use it.
1711 * gdb.cp/class2.exp: Print the value of an object of type empty.
1712
1713 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
1714
1715 * gdb.base/langs.exp: Update query string to match the
1716 new nquery format used for pending breakpoints.
1717
1718 2004-02-26 Andrew Cagney <cagney@redhat.com>
1719
1720 Fix PR i18n/1570.
1721 * gdb.base/charset.c: Update copyright notice.
1722 (main, init_string): Remove the escape character '\e' tests.
1723 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
1724 * gdb.base/charset.exp (valid_host_charset): Ditto.
1725 * gdb.base/setvar.exp: Ditto.
1726
1727 2004-02-24 Andrew Cagney <cagney@redhat.com>
1728
1729 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
1730 mmapped data in core file" PASS and FAIL messages consistent.
1731
1732 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
1733 setting a breakpoint. Work around PR java/1565.
1734
1735 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
1736
1737 * lib/gdb.exp (gdb_breakpoint): Update query string to match
1738 new nquery format.
1739 * gdb.base/pending.exp: Ditto.
1740
1741 2004-02-22 Mark Kettenis <kettenis@gnu.org>
1742
1743 * configure.in: Run stabs tests on *BSD.
1744 * configure: Regenerated.
1745
1746 2004-02-21 Mark Kettenis <kettenis@gnu.org>
1747
1748 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
1749
1750 2004-02-20 Fred Fish <fnf@redhat.com>
1751
1752 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
1753 blank in test for "returns short", for consistency with other
1754 "returns xxx" tests. Update copyright year.
1755
1756 2004-02-19 Fred Fish <fnf@redhat.com>
1757
1758 New testcase for PR breakpoint/1558.
1759 * gdb.arch/gdb1558.exp: New file.
1760 * gdb.arch/gdb1558.c: New file.
1761
1762 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
1763
1764 * gdb.base/nodebug.exp: Fix typo.
1765
1766 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1767
1768 Committed by Jim Blandy <jimb@redhat.com>.
1769
1770 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
1771
1772 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
1773
1774 * gdb.base/float.exp: Support s390*-*-* targets.
1775
1776 2004-02-17 Adam Fedor <fedor@gnu.org>
1777
1778 * gdb.base/gdb1555.exp: New file.
1779 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
1780
1781 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
1782
1783 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
1784
1785 2004-02-16 Fred Fish <fnf@redhat.com>
1786
1787 * gdb.arch/gdb1291.c: Remove
1788 * gdb.arch/gdb1291.s: New test input file.
1789 * gdb.arch/gdb1291.exp: Expand test to check case that should not
1790 fail. Test for correct result, known incorrect result, other
1791 failures and timeouts.
1792
1793 2004-02-16 Andrew Cagney <cagney@redhat.com>
1794
1795 * gdb.base/bigcore.exp: New file.
1796 * gdb.base/bigcore.c: New file.
1797
1798 2004-02-13 Andrew Cagney <cagney@redhat.com>
1799
1800 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
1801 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
1802 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
1803 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
1804 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
1805 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
1806 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
1807 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
1808 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
1809 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
1810
1811 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
1812
1813 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
1814 executed is an alloc instruction.
1815
1816 2004-02-11 David Carlton <carlton@kealia.com>
1817
1818 * gdb.cp/breakpoint.exp: New.
1819 * gdb.cp/breakpoint.cc: New.
1820
1821 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
1822
1823 Partial fix for PR gdb/1543.
1824 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
1825 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
1826 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
1827 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
1828 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
1829 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
1830 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
1831 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
1832 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
1833 to bug-gdb@prep.ai.mit.edu .
1834 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
1835 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
1836 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
1837 Likewise.
1838
1839 2004-02-10 Andrew Cagney <cagney@redhat.com>
1840
1841 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
1842 using gdb_internal_error_resync.
1843
1844 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
1845
1846 * gdb.threads/thread-specific.exp: Stop early if no threads are
1847 found.
1848
1849 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
1850
1851 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
1852
1853 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
1854
1855 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
1856 breakpoints.
1857
1858 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
1859
1860 * config/sim.exp (gdb_load): Handle $arg == "".
1861 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
1862 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
1863
1864 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
1865
1866 * gdb.base/maint.exp: Update test to reflect
1867 obstack changes.
1868
1869 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
1870
1871 * gdb.base/pendshr.c (pendfunc): New function that calls
1872 pendfunc1.
1873 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
1874
1875 2004-02-04 Fred Fish <fnf@redhat.com>
1876
1877 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
1878 function symbols and update copyright years.
1879 * gdb.arch/gdb1291.c: Ditto.
1880
1881 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1882
1883 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
1884
1885 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1886
1887 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
1888
1889 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1890
1891 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
1892
1893 2004-02-02 Fred Fish <fnf@redhat.com>
1894
1895 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
1896 remote targets. Update copyright years.
1897
1898 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
1899
1900 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
1901 support.
1902 * gdb.base/langs.exp: Fix test which attempts to create
1903 breakpoint on non-existent function to handle new pending
1904 support.
1905 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
1906 a breakpoint.
1907 * gdb.base/pending.exp: New test.
1908 * gdb.base/pending.c: New file.
1909 * gdb.base/pendshr.c: Ditto.
1910
1911 2004-02-02 David Carlton <carlton@kealia.com>
1912
1913 * gdb.cp/overload.exp: Add overloadNamespace tests.
1914 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
1915 (overloadNamespace, XXX): New.
1916 (main): Call XXX::marker2.
1917
1918 2004-02-01 Fred Fish <fnf@redhat.com>
1919
1920 * gdb.base/dump.exp: Use runto_main instead of "runto main".
1921 * gdb.base/finish.exp: Ditto.
1922 * gdb.base/gcore.exp: Ditto.
1923 * gdb.base/huge.exp: Ditto.
1924 * gdb.base/info-proc.exp: Ditto.
1925 * gdb.base/return2.exp: Ditto.
1926 * gdb.threads/gcore-thread.exp: Ditto.
1927
1928 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
1929
1930 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
1931
1932 2004-02-01 Mark Kettenis <kettenis@gnu.org>
1933
1934 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
1935 that opening the file succeeds on OpenBSD.
1936
1937 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
1938
1939 * gdb.threads/thread-specific.c: New file.
1940 * gdb.threads/threads-specific.exp: New test script.
1941 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
1942 to expect_out.
1943
1944 2004-02-01 Mark Kettenis <kettenis@gnu.org>
1945
1946 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
1947 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
1948 only on the "print_small_structs from print_long_arg_list" test.
1949
1950 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
1951
1952 * gdb.base/completion.exp: Kill a stray backslash.
1953
1954 From Jim Ingham <jingham@apple.com>:
1955 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
1956 agrees with the result from sending a tab.
1957
1958 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
1959
1960 * gdb.base/chng-syms.exp: Remove stray newline.
1961
1962 2004-01-31 Mark Kettenis <kettenis@gnu.org>
1963
1964 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
1965 *-*-openbsd*.
1966 * gdb.asm/openbsd.inc: New file.
1967
1968 2004-01-30 Mark Kettenis <kettenis@gnu.org>
1969
1970 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
1971 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
1972 *-*solaris2*. Remove commented out default settings for
1973 asm-flags. Replace gdb_compile with target_link.
1974
1975 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
1976
1977 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
1978 for all tests. Remove old hp-ux and cygnus xfail cases.
1979
1980 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
1981
1982 * gdb.base/chng-syms.exp: New file.
1983 * gdb.base/chng-syms.c: New file.
1984
1985 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
1986
1987 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
1988 Provide arms for current output in all my configurations.
1989
1990 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
1991
1992 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
1993 * lib/compiler.cc: Likewise.
1994 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
1995 get the right preprocessor. Eval the output directly. Remove
1996 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
1997 hp_f77_compiler and hp_f90_compiler completely.
1998 (gdb_preprocess): Delete.
1999 (get_compiler): Delete.
2000
2001 2004-01-24 Mark Kettenis <kettenis@gnu.org>
2002
2003 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
2004 <string.h>.
2005
2006 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
2007
2008 * gdb.mi/mi-stack.exp: Update copyright.
2009
2010 2004-01-23 David Carlton <carlton@kealia.com>
2011
2012 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
2013 test for cp_lookup_transparent_type.
2014 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
2015 call them.
2016
2017 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
2018
2019 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
2020 after -var-update.
2021
2022 2004-01-23 David Carlton <carlton@kealia.com>
2023
2024 * gdb.cp/namespace.cc (C::ensureRefs): New.
2025 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
2026
2027 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
2028
2029 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
2030 case "-stack-list-locals 2".
2031 * gdb.mi/mi-var-child.exp: Test for case
2032 "-var-list-children --all-values NAME".
2033
2034 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
2035
2036 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
2037
2038 2004-01-18 Mark Kettenis <kettenis@gnu.org>
2039
2040 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
2041 used with gdb_test_multiple.
2042
2043 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
2044 read at address 0. This fixes PR testsuite/1504.
2045
2046 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
2047
2048 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
2049 Remove downloading, guessing the host executable, the calls to
2050 gdb_file_cmd and gdb_target_cmd, and "load" support.
2051 (infer_host_exec): New function broken out from gdb_load.
2052 (gdb_load): New wrapper for gdbserver_gdb_load.
2053 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
2054 gdb_target_cmd. Use -target-select.
2055 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
2056 Download binaries to the host. Clear last_mi_remote_file when
2057 we load a new binary.
2058 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
2059 call gdbserver_gdb_load and mi_gdb_target_cmd.
2060
2061 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
2062
2063 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
2064 type patterns.
2065
2066 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
2067
2068 * gdb.cp/templates.exp: Fix typo in test name of
2069 "print Foo<volatile char*>::foo".
2070
2071 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
2072
2073 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
2074
2075 2004-01-16 Ben Elliston <bje@wasabisystems.com>
2076
2077 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
2078 (clean mostlyclean): Remove empty rm.
2079
2080 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
2081
2082 * gdb.base/setvar.exp: Add copyright years.
2083
2084 2004-01-14 David Carlton <carlton@bactrian.org>
2085
2086 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
2087 PR c++/1511 and update coment.
2088 * gdb.cp/templates.exp: Update patterns to match current output.
2089 If changes involve something other than whitespace, KFAIL
2090 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
2091
2092 2004-01-14 David Carlton <carlton@kealia.com>
2093
2094 * gdb.cp/namespace.exp: Add tests involving classes defined within
2095 namespaces.
2096 * gdb.cp/namespace.cc (C::CClass): New.
2097 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
2098
2099 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
2100
2101 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
2102 what debug info we have. Print a better message if something goes
2103 wrong while producing the separate debug info file.
2104
2105 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
2106
2107 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
2108
2109 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
2110
2111 * gdb.base/callfuncs.c: Add copyright notice.
2112
2113 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
2114
2115 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
2116 inheritance. PR gdb/1498, PR gcc/13539.
2117
2118 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
2119
2120 * gdb.threads/gcore-thread.exp: Prefix name of binary with
2121 test specific name.
2122 * gdb.mi/gdb669.exp: Ditto.
2123 * gdb.mi/mi-pthreads.exp: Ditto.
2124 * gdb.mi/mi1-pthreads.exp: Ditto.
2125 * gdb.mi/mi2-pthreads.exp: Ditto.
2126
2127 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
2128
2129 * gdb.cp/member-ptr.cc: Add copyright notice.
2130
2131 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
2132
2133 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
2134 some patterns for recent versions of gcc and hpacc. Delete
2135 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
2136 Delete tests that access a NULL pointer-to-member-data. This
2137 script is still disabled for gcc.
2138
2139 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
2140
2141 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
2142 escaped correctly.
2143
2144 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
2145
2146 * gdb.base/sepdebug.exp: New file.
2147 * gdb.base/sepdebug.c: New file.
2148 * lib/gdb.exp (separate_debug_filename): New procedure.
2149 (gdb_gnu_strip_debug): New procedure.
2150
2151 2004-01-12 Andrew Cagney <cagney@redhat.com>
2152
2153 * gdb.mi/ChangeLog: Delete file. Renamed to ...
2154 * gdb.mi/ChangeLog-1999-2003: New file.
2155
2156 2004-01-12 Andrew Cagney <cagney@redhat.com>
2157
2158 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
2159 "Renaming a directory to a non-empty directory returns ENOTEMPTY
2160 or EEXIST", treat EBUSY as an XFAIL.
2161
2162 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
2163
2164 * gdb.base/scope.exp: Remove obsolete setup_xfail for
2165 hp_cc_compiler.
2166
2167 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
2168
2169 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
2170 decorations.
2171
2172 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
2173
2174 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
2175 and "(aCC)" decorations. Remove obsolete doco about old
2176 test results.
2177
2178 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
2179
2180 * gdb.cp/exception.exp: Fix typo in doco.
2181
2182 2004-01-09 Mark Kettenis <kettenis@gnu.org>
2183
2184 * gdb.base/gdb1476.exp: Fix typo.
2185
2186 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
2187
2188 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
2189 file.
2190
2191 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
2192
2193 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
2194 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
2195 Use gdb_compile. Remove restriction on gcc. Add some patterns
2196 for recent version of gdb. Delete second half, which was a copy
2197 of the first half with different build flags. This test is
2198 still disabled because it is still not ready for production.
2199
2200 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2201
2202 * gdb.cp/exception.cc: Add copyright notice.
2203 * gdb.cp/exception.exp: Add a notice that this file is broken
2204 because of line number changes caused by addition of copyright
2205 notice.
2206
2207 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2208
2209 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
2210 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
2211
2212 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2213
2214 * gdb.cp/classes.exp: Accept gnu abi 2.
2215 * gdb.cp/derivation.exp: Likewise.
2216 * gdb.cp/overload.exp: Likewise.
2217 * gdb.cp/virtfunc.exp: Likewise.
2218
2219 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2220
2221 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
2222 semicolon after end of function.
2223
2224 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2225
2226 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
2227 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
2228 boilerplate code for compiling and running the program under
2229 test. Add some string method tests.
2230
2231 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2232
2233 * gdb.cp/bs15503.cc: Add copyright notice.
2234 * gdb.cp/bs15503.exp: Adjust line number.
2235
2236 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2237
2238 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
2239 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
2240
2241 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2242
2243 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
2244 hp_cc_compiler.
2245
2246 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2247
2248 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
2249 * gdb.cp/ctti.exp: Use the marker instead of "next".
2250 With gcc, run further before bailing.
2251
2252 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2253
2254 * gdb.cp/cttiadd.cc: Add copyright notice.
2255 * gdb.cp/cttiadd1.cc: Likewise.
2256 * gdb.cp/cttiadd2.cc: Likewise.
2257 * gdb.cp/cttiadd3.cc: Likewise.
2258
2259 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2260
2261 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
2262 Use gdb_test, gdb_test_multiple. Use floating-point values that
2263 have exact representations in IEEE-ish formats.
2264
2265 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2266
2267 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
2268 compilers. Delete duplicate call to get_compiler_info.
2269 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
2270 * gdb.base/volatile.exp: Likewise.
2271
2272 2004-01-07 Mark Kettenis <kettenis@gnu.org>
2273
2274 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
2275 memory at address 0.
2276
2277 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2278
2279 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
2280 to test for hp-ux assembler. Fix copyright years.
2281
2282 2004-01-07 Andrew Cagney <cagney@redhat.com>
2283
2284 * gdb.base/fileio.c (strerrno): Add "EBUSY".
2285
2286 2004-01-07 Andrew Cagney <cagney@redhat.com>
2287
2288 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
2289 when creating the read-only file. From analysis by Roland McGrath
2290 and Elena Zannoni.
2291
2292 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
2293
2294 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
2295
2296 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
2297
2298 * gdb.base/cvexpr.c: Be type-safe with function pointers and
2299 data pointers.
2300
2301 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
2302
2303 * gdb.cp/m-static.exp: Compile one source file at a time.
2304 Delete unused call to get_compiler_info.
2305
2306 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
2307
2308 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
2309 * gdb.base/call-rt-st.exp: Likewise.
2310 * gdb.base/nodebug.exp: Likewise.
2311 * gdb.base/volatile.exp: Likewise.
2312 * gdb.cp/ref-types.exp: Likewise.
2313 * gdb.cp/templates.exp: Likewise.
2314
2315 2004-01-05 Mark Kettenis <kettenis@gnu.org>
2316
2317 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
2318
2319 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
2320
2321 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
2322 hppa*-hp-hpux*.
2323
2324 2004-01-04 Mark Kettenis <kettenis@gnu.org>
2325
2326 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
2327 x86_64-*-*.
2328
2329 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
2330 sparc64-*-* and sparc*-solaris2*.
2331
2332 2004-01-04 Mark Kettenis <kettenis@gnu.org>
2333
2334 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
2335 return ${tests}" test. The ${tests} already mentions the
2336 filename.
2337
2338 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
2339
2340 * gdb.cp/local.exp: Accept gcc abi 2.
2341
2342 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
2343
2344 * gdb.cp/templates.exp: Accept gcc abi 2.
2345
2346 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
2347
2348 * lib/compiler.cc: Remove supports_template_debugging.
2349 * gdb.cp/templates.exp: Do not test supports_template_debugging.
2350
2351 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2352
2353 * gdb.cp/namespace.exp: Accept gcc abi 2.
2354
2355 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2356
2357 * gdb.cp/method.exp: Accept gcc abi 2.
2358
2359 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2360
2361 * gdb.cp/classes.exp: Generate identical results as old version.
2362 * gdb.cp/derivation.exp: Likewise.
2363 * gdb.cp/overload.exp: Likewise.
2364 * gdb.cp/virtfunc.exp: Likewise.
2365
2366 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2367
2368 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
2369 mysterious bug with sourceware version of expect.
2370
2371 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2372
2373 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
2374 current versions of gcc, including gcc abi 2. Remove gratuitous
2375 restart of test program. Use gdb_test_multiple and gdb_test for
2376 all tests. Add patterns to xfail missing "const" in "const char *"
2377 and kfail PR gdb/1155.
2378
2379 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2380
2381 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
2382 current versions of gcc, including gcc abi 2. Remove gratuitous
2383 restart of test program. Use gdb_test_multiple and gdb_test for
2384 all tests. Add patterns to kfail PR gdb/1498.
2385
2386 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
2387
2388 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
2389 current versions of gcc, including gcc abi 2. Use "breakpoint"
2390 and "continue" instead of restarting the target program. Use
2391 gdb_test_multiple and gdb_test for all tests.
2392
2393 2004-01-01 Mark Kettenis <kettenis@gnu.org>
2394
2395 * gdb.asm/asm-source.exp: Update copyright year. Link statically
2396 for *-*-solaris2*.
2397
2398 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
2399
2400 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
2401 current versions of gcc, including gcc abi 2. Use "breakpoint"
2402 and "continue" instead of restarting the target program several
2403 times. Use gdb_test_multiple and gdb_test for all tests.
2404
2405 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
2406
2407 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
2408 source files.
2409
2410 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
2411
2412 * gdb.base/environ.exp: Handle compiling test case from multiple
2413 source files.
2414
2415 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
2416
2417 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
2418
2419 2003-12-17 Jim Blandy <jimb@redhat.com>
2420
2421 * gdb.base/freebpcmd.c: Add copyright notice.
2422
2423 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
2424
2425 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
2426
2427 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
2428
2429 2003-12-13 Jim Blandy <jimb@redhat.com>
2430
2431 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
2432
2433 2003-12-12 Kevin Buettner <kevinb@redhat.com>
2434
2435 * gdb.asm/frv.inc: New file.
2436 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
2437
2438 2003-12-09 Fred Fish <fnf@redhat.com>
2439
2440 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
2441 functions to break1.c and leave prototypes behind. Add more
2442 "set breakpoint NN here" comments.
2443 * gdb.base/break1.c: New file.
2444
2445 * gdb.base/break.exp: Handle compiling test case from multiple
2446 source files and change source file references as needed.
2447 * gdb.base/completion.exp: Ditto.
2448 * gdb.base/condbreak.exp: Ditto.
2449 * gdb.base/define.exp: Ditto.
2450 * gdb.base/ena-dis-br.exp: Ditto.
2451 * gdb.base/info-proc.exp: Ditto.
2452 * gdb.base/maint.exp: Ditto.
2453 * gdb.base/until.exp: Ditto.
2454
2455 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
2456 hardcoded line numbers.
2457 * gdb.base/define.exp: Ditto.
2458 * gdb.base/ena-dis-br.exp: Ditto.
2459 * gdb.base/maint.exp: Ditto.
2460 * gdb.base/until.exp: Ditto.
2461
2462 * gdb.base/completion.exp: Use "break1" for completion tests since
2463 "break" is no longer a unique prefix.
2464
2465 2003-12-06 Andrew Cagney <cagney@redhat.com>
2466
2467 * gdb.base/structs.exp (test_struct_returns): When applicable, set
2468 "return_value_unimplemented". When an unimplemented struct return
2469 architecture, report incorrect values as a KFAIL
2470
2471 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
2472
2473 * gdb.cp/rtti.exp: Accept new wording of warning from
2474 cp_lookup_rtti_type.
2475
2476 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
2477
2478 Partial fix for PR testsuite/1456.
2479 * gdb.base/scope.exp (test_at_main): Replace references to
2480 gcc_compiled with calls to test_compiler_info.
2481 (test_at_foo): Likewise.
2482 (test_at_bar): Likewise.
2483
2484 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
2485
2486 Partial fix for PR testsuite/1456.
2487 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
2488 to test_compiler_info.
2489
2490 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
2491
2492 * gdb.base/so-impl-ld.exp: Update copyright notice.
2493
2494 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
2495
2496 Partial fix for PR testsuite/1456.
2497 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
2498 to test_compiler_info.
2499
2500 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
2501
2502 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
2503 from current versions of gdb. Clean up regular expressions.
2504 Delete redundant timeout case.
2505
2506 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
2507
2508 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
2509 from current versions of gdb. Clean up regular expressions.
2510 Delete redundant timeout case.
2511
2512 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
2513
2514 Partial fix for PR testsuite/1456.
2515 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
2516 gcc_compiled with call to test_compiler_info.
2517
2518 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
2519
2520 Partial fix for PR testsuite/1456.
2521 * gdb.base/list.exp (test_list_function): Delete unused declaration
2522 of gcc_compiled.
2523
2524 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
2525
2526 Partial fix for PR testsuite/1456.
2527 * gdb.base/complex.exp: Replace reference to gcc_compiled with
2528 call to test_compiler_info.
2529
2530 2003-11-29 Mark Kettenis <kettenis@gnu.org>
2531
2532 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
2533 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
2534 it to create the appropriate note.inc.
2535 * gdb.asm/asmsrc1.s: Include "note.inc".
2536 * gdb.asm/netbsd.inc: New file.
2537 * gdb.asm/empty.inc: New file.
2538
2539 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
2540
2541 Partial fix for PR testsuite/1456.
2542 * gdb.base/constvars.exp: Replace references to gcc_compiled with
2543 calls to test_compiler_info.
2544
2545 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
2546
2547 Partial fix for PR testsuite/1456.
2548 * gdb.base/volatile.exp: Replace references to gcc_compiled with
2549 calls to test_compiler_info.
2550
2551 2003-11-27 Mark Kettenis <kettenis@gnu.org>
2552
2553 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
2554 pattern for the KFAILs.
2555
2556 2003-11-25 Adam Fedor <fedor@gnu.org>
2557
2558 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
2559 * gdb.objc/objcdecode.m: New file.
2560
2561 2003-11-25 Adam Fedor <fedor@gnu.org>
2562
2563 * gdb.objc/nondebug.exp: Test for PR objc/1236.
2564 * gdb.objc/nondebug.m: New file.
2565
2566 2003-11-26 Ben Elliston <bje@wasabisystems.com>
2567
2568 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
2569 NetBSD as it does on FreeBSD. Modelled on a similar change by
2570 Mark Kettenis on 2003-05-30.
2571 (link-flags): Set to "--entry _start" regardless of target.
2572 Special linker flags are to be appended to $link-flags.
2573 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
2574
2575 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
2576
2577 * gdb.cp/method.exp: Accept output of new demangler.
2578
2579 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
2580
2581 * gdb/class2.exp: New file.
2582 * gdb/class2.cc: New file.
2583
2584 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
2585
2586 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
2587 of new demangler.
2588
2589 2003-11-23 Mark Kettenis <kettenis@gnu.org>
2590
2591 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
2592 of gdb_test "run".
2593
2594 2003-11-23 Mark Kettenis <kettenis@gnu.org>
2595
2596 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
2597 "continue" into "run".
2598
2599 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
2600
2601 Partial fix for PR testsuite/1456.
2602 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
2603 call to test_compiler_info.
2604 * gdb.cp/ctti.exp: Likewise.
2605 * gdb.cp/derivation.exp: Likewise.
2606 * gdb.cp/member-ptr.exp: Likewise.
2607 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
2608 reference to gcc_compiled.
2609
2610 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
2611
2612 Fix PR testsuite/1463.
2613 * gdb.base/structs.exp (start_structs_test): Call
2614 get_debug_format before using the debug format.
2615
2616 2003-11-22 Andrew Cagney <cagney@redhat.com>
2617
2618 * lib/gdb.exp (gdb_test_multiple): Add simple example.
2619 * gdb.base/structs.exp: Use gdb_test_multiple.
2620
2621 2003-11-20 Andrew Cagney <cagney@redhat.com>
2622
2623 * gdb.base/structs.exp: Handle and recover from internal errors.
2624 Replace "foo${n}" with "foo<n>" in test messages.
2625
2626 * gdb.base/structs.exp: Update copyright. Rewrite.
2627 * gdb.base/structs.c: Update copyright. Rewrite.
2628
2629 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
2630 resync count exceeded.
2631
2632 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
2633 from the internal error.
2634 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
2635 Original from Jim Blandy.
2636 (gdb_test_multiple): Use gdb_internal_error_resync.
2637
2638 2003-11-19 Andrew Cagney <cagney@redhat.com>
2639
2640 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
2641 KFAIL.
2642
2643 2003-11-17 Mark Kettenis <kettenis@gnu.org>
2644
2645 New testcase for PR backtrace/1435.
2646 * gdb.arch/i386-unwind.exp: New file.
2647 * gdb.arch/i386-unwind.c: New file.
2648
2649 2003-11-17 Andrew Cagney <cagney@redhat.com>
2650
2651 * lib/gdb.exp (compiler_info): New global.
2652 (test_compiler_info): New function.
2653 (get_compiler_info): Set compiler_info.
2654 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
2655 "compiler_info" to gcc-<major>-<minor>.
2656
2657 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
2658
2659 * gdb.trace/configure: Remove.
2660
2661 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
2662
2663 * gdb.base/break.c: Add comments to aid finding line numbers for
2664 breakpoints.
2665 * gdb.base/break.exp: Remove all references to explicit line
2666 numbers.
2667
2668 2003-11-11 Nick Clifton <nickc@redhat.com>
2669
2670 * gdb.base/shreloc.exp: Do not run for targets which do not
2671 support shared objects.
2672
2673 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
2674
2675 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
2676 Don't run tests if nofileio flag is given.
2677
2678 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
2679
2680 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
2681 as well as 'Watchpoint'.
2682
2683 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
2684
2685 Reported by Jim Ingham <jingham@apple.com>:
2686 * gdb.base/annota1.exp: Match at least one occurrence of the
2687 signal handler annotation.
2688
2689 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
2690
2691 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
2692 as well as 'Watchpoint'.
2693
2694 2003-11-05 Michael Chastain <mec@shout.net>
2695
2696 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
2697
2698 2003-11-03 Kris Warkentin <kewarken@qnx.com>
2699
2700 * gdb.arch/gdb1291.c: New test file.
2701 * gdb.arch/gdb1291.exp: New test script.
2702 * gdb.arch/gdb1431.c: New test file.
2703 * gdb.arch/gdb1431.exp: New test script.
2704
2705 2003-10-22 Michael Chastain <mec@shout.net>
2706
2707 * gdb.mi/pthreads.c: Add copyright notice.
2708
2709 2003-10-22 Michael Chastain <mec@shout.net>
2710
2711 * gdb.threads/pthreads.c: Add copyright notice.
2712
2713 2003-10-20 Michael Chastain <mec@shout.net>
2714
2715 * gdb.base/gdb1056.exp: New test script.
2716
2717 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
2718
2719 * gdb.threads/killed.exp: Use gdb_run_cmd.
2720
2721 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
2722
2723 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
2724 create a core file.
2725 * gdb.threads/gcore-thread.exp: Likewise.
2726
2727 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
2728
2729 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
2730 type, based on char type.
2731 (struct bit_flags_short_t): New bitfield type, based on short type.
2732 (init_bit_flags_char): New fuction.
2733 (init_bit_flags_short): Ditto.
2734 (print_bit_flags_char): Ditto.
2735 (print_bit_flags_short): Ditto.
2736 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
2737
2738 2003-10-11 Michael Chastain <mec@shout.net>
2739
2740 * gdb.base/call-rt-st.exp: Update copyright year.
2741
2742 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
2743
2744 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
2745 * gdb.disasm/sh3.s: Ditto.
2746
2747 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
2748
2749 * gdb.threads/switch-threads.exp: New test.
2750 * gdb.threads/switch-threads.c: New source file.
2751
2752 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
2753
2754 * gdb.base/ending-run.exp: Add sh specific case.
2755
2756 2003-10-06 Andrew Cagney <cagney@redhat.com>
2757
2758 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
2759 * gdb.disasm/mn10200.exp: Delete obsolete file.
2760
2761 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
2762
2763 * ChangeLog: Correct an entry command.exp -> commands.exp.
2764 * gdb.base/commands.exp (bp_deleted_in_command_test)
2765 (temporary_breakpoint_commands): Check noargs.
2766
2767 2003-09-25 David Carlton <carlton@kealia.com>
2768
2769 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
2770 of some print tests, where appropriate. Add tests for C::D::cd,
2771 E::ce, F::cXfX, G::XgX.
2772 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
2773
2774 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
2775
2776 * lib/java.exp (java_init): Import target_alias before using it.
2777
2778 2003-09-25 David Carlton <carlton@kealia.com>
2779
2780 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
2781
2782 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
2783
2784 * gdb.base/selftest.exp: Accomodate more instruction reordering
2785 weirdness.
2786
2787 2003-09-17 Michael Chastain <mec@shout.net>
2788
2789 * gdb.cp/gdb1355.exp: New file.
2790 * gdb.cp/gdb1355.c: New file.
2791
2792 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
2793
2794 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
2795 * gdb.asm/sh.inc: New file.
2796
2797 2003-09-11 David Carlton <carlton@kealia.com>
2798
2799 * gdb.cp/namespace.exp: Add tests for namespace types.
2800 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
2801 (test_namespace): New.
2802
2803 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
2804
2805 * gdb.base/relocate.exp: Handle new gdb output at startup.
2806 * gdb.stabs/weird.exp: Ditto.
2807
2808 2003-09-08 Michael Chastain <mec@shout.net>
2809
2810 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
2811
2812 2003-09-07 Michael Chastain <mec@shout.net>
2813
2814 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
2815 'parse error'.
2816
2817 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
2818
2819 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
2820
2821 2003-08-30 Michael Chastain <mec@shout.net>
2822
2823 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
2824 * gdb.gdb/observer.exp: Ditto.
2825 * gdb.gdb/xfullpath.exp: Ditto.
2826
2827 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2828
2829 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
2830 *-*-*bsd*.
2831
2832 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
2833
2834 * gdb.base/dump.exp: Skip for ia64.
2835
2836 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2837
2838 * gdb.asm/asm-source.exp: Add ia64 support.
2839 * gdb.asm/ia64.inc: New file.
2840
2841 2003-08-22 Michael Chastain <mec@shout.net>
2842
2843 * gdb.cp: New directory.
2844 * gdb.cp/*: Copy from gdb.c++/*.
2845 * gdb.c++/*: Remove.
2846 * Makefile.in: Change gdb.c++ to gdb.cp.
2847 * configure.in: Ditto.
2848 * configure: Regnerate.
2849
2850 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2851
2852 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
2853 * gdb.arch/i386-prologue.c (gdb1338): Add function.
2854
2855 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2856
2857 * mi-var-display.exp (-var-list-children weird): Accept function
2858 pointers with argument types.
2859 * mi1-var-display.exp (-var-list-children weird): Likewise.
2860 * mi2-var-display.exp (-var-list-children weird): Likewise.
2861
2862 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2863
2864 * gdb.base/annota3.exp: Add missing newline.
2865
2866 2003-08-06 Michael Chastain <mec@shout.net>
2867
2868 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
2869
2870 2003-08-12 Michael Snyder <msnyder@redhat.com>
2871
2872 * gdb.base/float.exp: Add test for SH.
2873
2874 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2875
2876 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
2877
2878 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
2879
2880 * gdb.base/completion.exp: Remove reduntant completion test
2881 on filename.
2882
2883 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
2884
2885 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
2886 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
2887 gdb.trace/save-trace.exp: Make sure that full pathnames are
2888 escaped correctly.
2889
2890 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
2891
2892 * configure.in: Don't generate config.h from config.hin.
2893 * configure: Regenerate.
2894 * config.hin: Remove file.
2895 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
2896 * gdb.threads/pthreads.c: Ditto.
2897
2898 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
2899
2900 From Kei Sakamoto <sakamoto.kei@renesas.com>:
2901 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
2902 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
2903 Replace ld24 with seth/add3.
2904
2905 2003-08-02 Andrew Cagney <cagney@redhat.com>
2906
2907 * gdb.base/annota3.exp: New file.
2908 * gdb.base/annota3.c: New file.
2909 * gdb.c++/annota3.exp: New file.
2910 * gdb.c++/annota3.cc: New file.
2911
2912 2003-07-29 Michael Chastain <mec@shout.net>
2913
2914 * gdb.threads/tls.c (spin): Check errno only if sem_wait
2915 actually failed.
2916 (do_pass): Likewise.
2917 * gdb.threads/tls.exp: Always initialize no_of_threads.
2918
2919 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
2920
2921 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
2922 pattern.
2923 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
2924 * gdb.threads/tls.exp: Recognize one case of the host library not
2925 supporting TLS.
2926
2927 2003-07-27 Andrew Cagney <cagney@redhat.com>
2928
2929 * gdb.base/fileio.exp: Use SH when running commands using
2930 remote_exec.
2931
2932 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
2933
2934 From Kei Sakamoto <sakamoto.kei@renesas.com>:
2935 * gdb.base/relocate.c (dummy): New padding array.
2936
2937 2003-07-22 Michael Snyder <msnyder@redhat.com>
2938
2939 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
2940
2941 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
2942 patterns to be more general, accepting old and new output.
2943 Some output chars (such as '+') also must be quoted.
2944 Some addresses are displayed numerically instead of
2945 symbolically.
2946
2947 2003-07-23 Michael Snyder <msnyder@redhat.com>
2948
2949 * gdb.base/return2.exp: Don't test long-long return.
2950
2951 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
2952 * gdb.disasm/t01_mov.exp: Ditto.
2953 * gdb.disasm/t02_mova.s: Ditto.
2954 * gdb.disasm/t02_mova.exp: Ditto.
2955 * gdb.disasm/t03_add.s: Ditto.
2956 * gdb.disasm/t03_add.exp: Ditto.
2957 * gdb.disasm/t04_sub.s: Ditto.
2958 * gdb.disasm/t04_sub.exp: Ditto.
2959 * gdb.disasm/t05_cmp.s: Ditto.
2960 * gdb.disasm/t05_cmp.exp: Ditto.
2961 * gdb.disasm/t06_ari2.s: Ditto.
2962 * gdb.disasm/t06_ari2.exp: Ditto.
2963 * gdb.disasm/t07_ari3.s: Ditto.
2964 * gdb.disasm/t07_ari3.exp: Ditto.
2965 * gdb.disasm/t08_or.s: Ditto.
2966 * gdb.disasm/t08_or.exp: Ditto.
2967 * gdb.disasm/t09_xor.s: Ditto.
2968 * gdb.disasm/t09_xor.exp: Ditto.
2969 * gdb.disasm/t10_and.s: Ditto.
2970 * gdb.disasm/t10_and.exp: Ditto.
2971 * gdb.disasm/t11_logs.s: Ditto.
2972 * gdb.disasm/t11_logs.exp: Ditto.
2973 * gdb.disasm/t12_bit.s: Ditto.
2974 * gdb.disasm/t12_bit.exp: Ditto.
2975 * gdb.disasm/t13_otr.s: Ditto.
2976 * gdb.disasm/t13_otr.exp: Ditto.
2977
2978 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
2979
2980 * gdb.threads/tls.exp :Add kfail for 'info address' case.
2981
2982 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
2983
2984 * gdb.threads/tls.c : New file.
2985 * gdb.threads/tls.exp : New file.
2986 * gdb.threads/tls-main.c : New file.
2987 * gdb.threads/tls-shared.c : New file.
2988 * gdb.threads/tls-shared.exp : New file.
2989
2990 2003-07-22 Andreas Schwab <schwab@suse.de>
2991
2992 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
2993
2994 2003-07-20 Andreas Schwab <schwab@suse.de>
2995
2996 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
2997 due to insn reordering.
2998
2999 2003-07-15 Andrew Cagney <cagney@redhat.com>
3000
3001 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
3002
3003 2003-07-15 Michael Chastain <mec@shout.net>
3004
3005 * gdb.base/gdb1250.exp: New file.
3006 * gdb.base/gdb1250.c: New file.
3007
3008 2003-07-09 Michal Ludvig <mludvig@suse.cz>
3009
3010 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
3011 expansion of size_t to 'unsigned long', not only to 'unsigned'.
3012
3013 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
3014
3015 * gdb.threads/tls.c: New file.
3016 * gdb.threads/tls.exp: New file.
3017 * gdb.threads/tls-main.c: New file.
3018 * gdb.threads/tls-shared.c: New file.
3019 * gdb.threads/tls-shared.exp: New file.
3020
3021 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
3022
3023 * gdb.base/annota1.exp: Make sure that we properly escape the
3024 full path of the source file. Xfail more permissive patterns,
3025 due to a compiler debug info problem.
3026
3027 2003-07-07 Andreas Schwab <schwab@suse.de>
3028
3029 * gdb.asm/m68k.inc: New file.
3030 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
3031
3032 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
3033 arguments"): Also match negative number.
3034
3035 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
3036
3037 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
3038
3039 * gdb.base/store.c (charest): New typedef.
3040 (add_char): Rename to add_charest, update.
3041 (wack_char): Rename to wack_charest, update types. Return l + r
3042 to keep r live across the call.
3043 (wack_short, wack_int, wack_long, wack_longest, wack_float)
3044 (wack_double, wack_doublest): Return l + r to keep r live across
3045 the call.
3046 * gdb.base/store.exp: Accomodate store.c changes.
3047
3048 2003-06-30 David Carlton <carlton@kealia.com>
3049
3050 * gdb.c++/maint.exp (test_invalid_name): New.
3051 (test_first_component): Add tests for invalid names.
3052
3053 2003-06-29 Michael Chastain <mec@shout.net>
3054
3055 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
3056 output of '<VTT for class>' for virtual base classes.
3057
3058 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
3059
3060 * gdb.base/completion.exp: Tab-complete "complet" instead of
3061 "compl".
3062 * gdb.base/complex.exp, gdb.base/complex.c: New files.
3063
3064 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
3065
3066 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
3067 * gdb.base/volatile.exp: Likewise.
3068
3069 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
3070
3071 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
3072 gdb/1265.
3073
3074 2003-06-28 Michael Chastain <mec@shout.net>
3075 Daniel Jacobowitz <drow@mvista.com>
3076
3077 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
3078 initial line count of 'captured_main' from 26 to 32.
3079 (test_with_self): Allow xmalloc call to be interleaved with the
3080 preceding two lines.
3081
3082 2003-06-24 Joel Brobecker <brobecker@gnat.com>
3083
3084 * gdb.base/bang.exp: New testcase.
3085
3086 2003-06-23 Joel Brobecker <brobecker@gnat.com>
3087
3088 * gdb.base/langs.exp: Add some tests for the "minimal" language
3089 support.
3090
3091 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
3092
3093 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
3094 the testcase.
3095
3096 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
3097
3098 * gdb.base/relocate.exp: Test add-symbol-file with a variable
3099 offset.
3100
3101 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
3102
3103 * gdb.c++/pr-1210.cc: New file.
3104 * gdb.c++/pr-1210.exp: New file.
3105
3106 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
3107
3108 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
3109 000-exec-continue.
3110
3111 2003-06-15 Mark Kettenis <kettenis@gnu.org>
3112
3113 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
3114 on *-*-*bsd* instead of *-*-freebsd*.
3115
3116 2003-06-14 Andrew Cagney <cagney@redhat.com>
3117
3118 * gdb.base/store.exp: Test longest and doublest. Test all
3119 parameters. Weaken return statement match.
3120 * gdb.base/store.c: Add longest and doublest - aka long long and
3121 long double functions. Put all parameters into local register
3122 variables. Use negative values.
3123
3124 2003-06-14 Andrew Cagney <cagney@redhat.com>
3125
3126 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
3127 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
3128 exit status.
3129 * gdb.base/fileio.exp: Disable target when nointerrupts and
3130 noinferiorio, instead of limiting it to remote. Use remote_exec
3131 instead of system.
3132
3133 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
3134
3135 * gdb.base/float.exp: Add ia64 support.
3136
3137 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
3138
3139 * gdb.base/fileio.exp: Run only on remote targets.
3140
3141 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
3142
3143 * gdb.base/fileio.c: New file, testing File-I/O.
3144 * gdb.base/fileio.exp: Ditto.
3145
3146 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
3147
3148 * gdb.base/shreloc.exp: New file, check symbol values obtained from
3149 shared objects after relocation at load time (gdb PR/1132).
3150 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
3151 as above, part of the shared object relocation test.
3152
3153 2003-06-08 Mark Kettenis <kettenis@gnu.org>
3154
3155 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
3156 fully filled history list.
3157 * gdb.base/gdb_history: New file.
3158
3159 * gdb.base/signals.exp: XFAIL "continue to func1" on
3160 i*86-*-freebsd*.
3161
3162 * gdb.base/attach.exp: When trying to attach to a nonexistent
3163 process, make it possible to specify the PID based on the target,
3164 and do so for *-*-freebsd*.
3165
3166 2003-06-02 Richard Henderson <rth@redhat.com>
3167
3168 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
3169
3170 2003-06-02 Richard Henderson <rth@redhat.com>
3171
3172 * gdb.base/selftest.exp: Next over lim_at_start initialization.
3173
3174 2003-06-02 Richard Henderson <rth@redhat.com>
3175
3176 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
3177
3178 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
3179
3180 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
3181 of globalvar.
3182
3183 2003-06-01 Mark Kettenis <kettenis@gnu.org>
3184
3185 * gdb.asm/asm-source.exp: Check for memory read errors in
3186 disassembler test on *BSD too.
3187
3188 2003-06-01 Richard Henderson <rth@redhat.com>
3189
3190 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
3191 for .frame.
3192 (gdbasm_call): Lose ldgp.
3193 (gdbasm_startup): Add frame information.
3194 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
3195
3196 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3197
3198 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
3199 i?86-*-*.
3200
3201 2003-05-30 Mark Kettenis <kettenis@gnu.org>
3202
3203 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
3204 FreeBSD.
3205
3206 2003-05-29 Richard Henderson <rth@redhat.com>
3207
3208 * gdb.asm/alpha.inc: New file.
3209 * gdb.asm/asm-source.exp: Use it.
3210
3211 2003-05-29 Jim Blandy <jimb@redhat.com>
3212
3213 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
3214 'core.PID'.
3215
3216 2003-05-22 Jim Blandy <jimb@redhat.com>
3217
3218 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
3219 backtrace.
3220
3221 2003-05-20 David Carlton <carlton@math.stanford.edu>
3222
3223 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
3224 this time.
3225
3226 2003-05-19 David Carlton <carlton@bactrian.org>
3227
3228 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
3229 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
3230
3231 2003-05-19 David Carlton <carlton@bactrian.org>
3232
3233 * gdb.c++/namespace.exp: Add namespace scope and anonymous
3234 namespace tests.
3235 Bump copyright date.
3236 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
3237 (main): Call C::D::marker2.
3238 * gdb.c++/namespace1.cc: New file.
3239
3240 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
3241
3242 Roland McGrath <roland@redhat.com>
3243 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
3244 there is no manager thread.
3245
3246 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
3247
3248 * gdb.threads/schedlock.exp: Remove assumption that all threads
3249 will run in a particular small time slice. Also ensure we break
3250 in one of the child threads rather than the main thread.
3251
3252 2003-05-07 Jim Blandy <jimb@redhat.com>
3253
3254 Add support for assembly source testing on the s390x.
3255 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
3256 architecture.
3257 * gdb.asm/s390x.inc: New file.
3258
3259 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
3260 succession of 'if' statements.
3261
3262 2003-05-05 Andrew Cagney <cagney@redhat.com>
3263
3264 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
3265
3266 2003-05-05 Andrew Cagney <cagney@redhat.com>
3267
3268 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
3269 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
3270
3271 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
3272
3273 * gdb.base/charset.exp: Update based on new behavior of set/show
3274 charset commands.
3275
3276 2003-05-01 Andrew Cagney <cagney@redhat.com>
3277
3278 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
3279 variable do not give memory errors.
3280
3281 2003-04-30 Adam Fedor <fedor@gnu.org>
3282
3283 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
3284 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
3285 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
3286 gdb.objc/basicclass.m: : New files
3287
3288 * lib/gdb.exp (gdb_compile_objc): New procedure.
3289
3290 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
3291
3292 * gdb.base/signals.exp: Make backtrace tests more specific.
3293
3294 2003-04-23 David Carlton <carlton@bactrian.org>
3295
3296 * gdb.c++/maint.exp (test_first_component): Add tests for
3297 'operator' in more locations.
3298
3299 2003-04-16 Kevin Buettner <kevinb@redhat.com>
3300
3301 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
3302
3303 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
3304
3305 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
3306 func marke' instead. Update test name.
3307
3308 2003-04-15 David Carlton <carlton@math.stanford.edu>
3309
3310 * gdb.c++/maint.exp: New file.
3311
3312 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
3313
3314 * gdb.threads/schedlock.c: Change type of thread function argument
3315 to long, to avoid warnings on 64-bit platforms.
3316
3317 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
3318
3319 * gdb.base/attach.exp: Add new message from ptrace in case of
3320 attaching to nonexistent process.
3321
3322 2003-04-11 Jim Blandy <jimb@redhat.com>
3323
3324 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
3325 gdb.c++/userdef.cc: Place comments on the lines to which the
3326 marker function might return.
3327 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
3328 gdb.c++/userdef.exp: Look for those comments to check that we've
3329 returned to the right place, instead of checking line numbers.
3330
3331 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
3332
3333 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
3334 match on sourcefile name, instead of directory name.
3335
3336 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
3337
3338 * gdb.base/completion.exp: Use string_to_regexp to match the
3339 working directory name.
3340
3341 2003-04-09 Jim Blandy <jimb@redhat.com>
3342
3343 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
3344 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
3345 after an inferior function call, report the failure, but allow the
3346 test to continue.
3347
3348 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
3349
3350 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
3351 with -DPROTOTYPES.
3352
3353 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
3354
3355 * gdb.base/break.exp: Revert last patch.
3356
3357 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
3358
3359 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
3360 with -DPROTOTYPES.
3361
3362 2003-04-02 Andrew Cagney <cagney@redhat.com>
3363
3364 * gdb.base/callfuncs.exp: Make "print add" messages unique.
3365 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
3366 matching directories by the name breakpoint.
3367 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
3368 Make "continue to marker1" consistent.
3369 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
3370 message consistent.
3371 * lib/gdb.exp: Put "the program is no longer running", and "the
3372 program exited" in parenthesis.
3373 * lib/mi-support.exp: Ditto.
3374
3375 2003-04-02 Bob Rossi <bob_rossi@cox.net>
3376
3377 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
3378
3379 2003-03-29 Andrew Cagney <cagney@redhat.com>
3380
3381 * gdb.base/sizeof.c (main): Print the value of '\377'.
3382 * gdb.base/sizeof.exp: Check the sign of '\377'.
3383
3384 2003-03-27 Michael Chastain <mec@shout.net>
3385
3386 * gdb.base/gdb1090.exp: New file.
3387 * gdb.base/gdb1090.cc: New file.
3388
3389 2003-03-27 J. Brobecker <brobecker@gnat.com>
3390
3391 * gdb.gdb/observer.exp: New regression test.
3392
3393 2003-03-27 Michael Chastain <mec@shout.net>
3394
3395 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
3396 * gdb.base/ptype.exp: Likewise.
3397
3398 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
3399
3400 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
3401
3402 2003-03-26 Michael Chastain <mec@shout.net>
3403
3404 * gdb.base/ptype.exp: Actually use some typedef'd types.
3405
3406 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
3407
3408 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
3409 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
3410
3411 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3412
3413 * gdb.base/default.exp: Fix regular expression.
3414
3415 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3416
3417 * gdb.base/args.exp: Fix regular expression.
3418
3419 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3420
3421 * gdb.base/help.exp: Allow Win32 child process.
3422
3423 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3424
3425 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
3426 when stepping out of main().
3427
3428 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3429
3430 * gdb.base/default.exp: Check for win32 specific message when calling
3431 "run" without executable.
3432
3433 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3434
3435 * gdb.base/args.exp: Expect .exe in output.
3436
3437 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3438
3439 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
3440 Cygwin native.
3441
3442 2003-03-17 Andrew Cagney <cagney@redhat.com>
3443
3444 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
3445 vector registes.
3446 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
3447 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
3448
3449 2003-03-17 David Carlton <carlton@math.stanford.edu>
3450
3451 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
3452 test, for PR breakpoints/38.
3453 Call test_watchpoint_and_breakpoint.
3454 * gdb.base/watchpoint.c (func3): New function.
3455 (main): Call func3.
3456
3457 2003-03-04 David Carlton <carlton@math.stanford.edu>
3458
3459 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
3460 Garply<Garply<char> >:: garply".
3461 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
3462 with respect to PR c++/1111; note also PR c++/1113.
3463 (test_template_breakpoints): KFAIL "constructor breakpoint" with
3464 respect to PR c++/1062.
3465 KFAIL "destructor breakpoint" with respect to PR c++/1112.
3466
3467 2003-03-03 David Carlton <carlton@math.stanford.edu>
3468
3469 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
3470 with respect to PR c++/57.
3471 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
3472 c++/826.
3473 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
3474 respect to PR c++/57.
3475
3476 2003-03-03 David Carlton <carlton@math.stanford.edu>
3477
3478 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
3479 respect to PR c++/33 into FAILs.
3480
3481 2003-03-03 Michael Chastain <mec@shout.net>
3482
3483 * configure.in: Update copyright years.
3484
3485 2003-03-03 Michael Chastain <mec@shout.net>
3486
3487 * Makefile.in: Update copyright years.
3488
3489 2003-02-28 David Carlton <carlton@math.stanford.edu>
3490
3491 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
3492 print class instead of struct and/or superfluous protection
3493 specifiers, as long as the resulting output is equivalent to the
3494 source code.
3495 Delete FIXME from end of messages on tests that don't need
3496 fixing.
3497
3498 2003-02-28 David Carlton <carlton@math.stanford.edu>
3499
3500 * gdb.c++/templates.exp (do_tests): Allow const in the two
3501 Foo<volatile char *>::foo tests.
3502
3503 2003-02-27 Michael Snyder <msnyder@redhat.com>
3504
3505 * gdb.base/restore.c (main): Return zero, so exit code
3506 will be consistant.
3507
3508 2003-02-26 David Carlton <carlton@math.stanford.edu>
3509
3510 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
3511 char *>::foo" test with respect to PR c++/33. Create a new test
3512 which is identical to that one except that it doesn't put the
3513 space between the "char" and the "*"; KFAIL it, too.
3514
3515 2003-02-26 David Carlton <carlton@math.stanford.edu>
3516
3517 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
3518 template types into either PASSes or KFAILs (corresponding to PR
3519 c++/57). Tweak indentation. Update copyright.
3520
3521 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
3522
3523 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
3524
3525 2003-02-13 Michael Chastain <mec@shout.net>
3526
3527 * gdb.base/exprs.exp: Remove i960 remnants.
3528 * gdb.base/funcargs.exp: Likewise.
3529 * gdb.base/list.exp: Likewise.
3530 * gdb.base/ptype.exp: Likewise.
3531
3532 2003-02-14 David Carlton <carlton@math.stanford.edu>
3533
3534 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
3535 pEe->D::vg()" from XFAIL to KFAIL.
3536
3537 2003-02-13 Jason Molenda (jmolenda@apple.com)
3538
3539 * gdb.base/maint.exp: Update maint print statistics regexp to include
3540 new entries.
3541
3542 2003-02-13 Michael Chastain <mec@shout.net>
3543
3544 * gdb.c++/inherit.exp: Remove call to get_debug_format.
3545
3546 2003-02-12 Michael Chastain <mec@shout.net>
3547
3548 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
3549 * gdb.c++/inherit.exp: Likewise.
3550 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
3551 * gdb.c++/templates.exp: Likewise.
3552 * gdb.c++/virtfunc.exp: Likewise.
3553
3554 2003-02-06 Jason Molenda (jason-cl@molenda.com)
3555
3556 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
3557 why the code is written that way.
3558
3559 2003-02-05 Michael Chastain <mec@shout.net>
3560
3561 * gdb.base/dump.exp: Add missing copyright line.
3562
3563 2003-02-05 Jason Molenda (jason-cl@molenda.com)
3564
3565 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
3566 at the beginning so the breakpoint doesn't get set on the loop.
3567
3568 2003-02-05 Michael Chastain <mec@shout.net>
3569
3570 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
3571 output for configurations with gcc 2.95.3.
3572
3573 2003-02-05 Keith Seitz <keiths@redhat.com>
3574 Andrew Cagney <ac131313@redhat.com>
3575
3576 * gdb.mi/mi-cli.exp: New file.
3577
3578 2003-02-04 Michael Chastain <mec@shout.net>
3579
3580 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
3581 Call perror and then continue.
3582
3583 2003-02-03 Michael Chastain <mec@shout.net>
3584
3585 * gdb.c++/pr-1023.cc: New file.
3586 * gdb.c++/pr-1023.exp: New file.
3587
3588 2003-02-05 Jim Blandy <jimb@redhat.com>
3589
3590 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
3591 it's local to foobar. Check for it there, and check that it's not
3592 present in main.
3593 * gdb.c++/local.cc (marker2): New function.
3594 (foobar): Call marker1.
3595 (main): Call marker2 instead of marker1.
3596
3597 2003-02-04 Andrew Cagney <ac131313@redhat.com>
3598
3599 * gdb.disasm/mn10200.exp: Obsolete file.
3600 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
3601 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
3602 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
3603
3604 2003-02-04 David Carlton <carlton@math.stanford.edu>
3605
3606 * gdb.c++/overload.exp: Test intToChar(1).
3607 * gdb.c++/overload.cc (intToChar): New.
3608 (main): Call intToChar.
3609
3610 2003-02-03 David Carlton <carlton@math.stanford.edu>
3611
3612 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
3613 'might_kfail' arg.
3614 KFAIL some of the continue_to_bp_overloaded calls, according to
3615 PR c++/1025.
3616
3617 2003-02-01 Michael Chastain <mec@shout.net>
3618
3619 * gdb.base/advance.c (marker1): New marker function.
3620 * gdb.base/advance.exp: When the 'advance' command lands on the
3621 return breakpoint, it can legitimately stop on either the
3622 current line or the next line. Accommodate both outcomes.
3623 * gdb.base/until.exp: Likewise.
3624
3625 2003-02-02 Andrew Cagney <ac131313@redhat.com>
3626
3627 2002-11-10 Jason Molenda (jason-cl@molenda.com):
3628 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
3629 now a list, not a tuple.
3630 * gdb.mi/mi-var-display.exp: Ditto.
3631 * gdb.mi/gdb792.exp: Ditto.
3632
3633 2003-02-01 Andrew Cagney <ac131313@redhat.com>
3634
3635 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
3636 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
3637 stack backtraces.
3638 * gdb.mi/mi-syn-frame.c: Part of same.
3639
3640 2003-02-01 Mark Kettenis <kettenis@gnu.org>
3641
3642 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
3643 gdb.mi/mi1-pthreads.exp: Return instead of calling
3644 gdb_suppress_entire_file.
3645
3646 2003-02-01 Mark Salter <msalter@redhat.com>
3647
3648 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
3649
3650 2003-01-31 Mark Salter <msalter@redhat.com>
3651
3652 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
3653 Support empty arg.
3654
3655 2003-01-30 Michael Chastain <mec@shout.net>
3656
3657 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
3658 This was a workaround for a UTF-8 bug in readline 4.3. The bug
3659 has been fixed in gdb/readline on 2003-01-09.
3660
3661 2003-01-29 Michael Snyder <msnyder@redhat.com>
3662
3663 * gdb.base/maint.exp: Allow for leading underscore in symbol.
3664 * gdb.base/display.exp: Allow for leading underscore in symbol.
3665 * gdb.base/args.exp: Skip if target does not support args passing.
3666
3667 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
3668
3669 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
3670 gdb_test. Accept a list of expect arguments as the third
3671 parameter.
3672 (gdb_test): Use it.
3673
3674 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
3675
3676 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
3677 allow for different test tree configurations. Update some
3678 tescases accordingly.
3679 * gdb.arch/altivec-regs.exp: Ditto.
3680 * gdb.asm/asm-source.exp: Ditto.
3681 * gdb.base/advance.exp: Ditto.
3682 * gdb.base/display.exp: Ditto.
3683 * gdb.base/long_long.exp: Ditto.
3684 * gdb.base/mips_pro.exp: Ditto.
3685 * gdb.base/overlays.exp: Ditto.
3686 * gdb.base/relocate.exp: Ditto.
3687 * gdb.base/setshow.exp: Ditto.
3688 * gdb.base/step-line.exp: Ditto.
3689 * gdb.base/step-test.exp: Ditto.
3690 * gdb.base/until.exp: Ditto.
3691 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
3692
3693 2003-01-17 David Carlton <carlton@math.stanford.edu>
3694
3695 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
3696 corresponding to PR c++/945.
3697 Update copyright.
3698
3699 2003-01-17 David Carlton <carlton@math.stanford.edu>
3700
3701 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
3702 corresponding to PR c++/68.
3703
3704 2003-01-17 David Carlton <carlton@math.stanford.edu>
3705
3706 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
3707 (test_paddr_hairy_functions): Call print_addr_2_kfail for
3708 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
3709
3710 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
3711
3712 * gdb.base/break.exp: Fix change of default location, because of
3713 removal of until tests.
3714 * gdb.base/help.exp: Update test for new 'until' help message.
3715 Add test for help on 'advance'.
3716 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
3717
3718 2003-01-15 Mark Kettenis <kettenis@gnu.org>
3719
3720 * gdb.base/default.exp: Adapt "info float" test for recent changes
3721 to that command. Add test for "info vector".
3722 * gdb.base/float.exp: New file. Add test for "info float" that
3723 resembles the old test in gdb.base/default.exp.
3724
3725 2003-01-15 David Carlton <carlton@math.stanford.edu>
3726
3727 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
3728
3729 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
3730
3731 * gdb.base/break.exp: Move the tests of until command from here...
3732 * gdb.base/until.exp: ... to here. New file. Add other tests.
3733 * gdb.base/advance.c: New file.
3734 * gdb.base/advance.exp: New file.
3735
3736 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
3737
3738 * gdb.base/args.c: New file.
3739 * gdb.base/args.exp: New file.
3740
3741 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
3742
3743 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
3744
3745 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
3746
3747 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
3748
3749 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
3750
3751 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
3752 dates.
3753
3754 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3755
3756 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
3757
3758 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3759
3760 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
3761 (ptype &*"foo").
3762 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
3763
3764 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3765
3766 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
3767 * gdb.mi/mi1-console.exp: Likewise.
3768
3769 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3770
3771 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
3772 * gdb.mi/mi1-console.exp: Likewise.
3773
3774 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3775
3776 * gdb.c++/overload.exp: Remove some fixed XFAILs.
3777
3778 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
3779
3780 * gdb.base/detach.exp: New test.
3781
3782 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
3783
3784 * Makefile.in (ALL_SUBDIRS): New variable.
3785 (subdirs, clean, distclean): Use it.
3786 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
3787 regenerating Makefile, since it is generated from the top level.
3788 * gdb.asm/Makefile.in: Likewise.
3789 * gdb.base/Makefile.in: Likewise.
3790 * gdb.c++/Makefile.in: Likewise.
3791 * gdb.disasm/Makefile.in: Likewise.
3792 * gdb.java/Makefile.in: Likewise.
3793 * gdb.mi/Makefile.in: Likewise.
3794 * gdb.threads/Makefile.in: Likewise.
3795 * gdb.trace/Makefile.in: Likewise.
3796
3797 2003-01-09 David Carlton <carlton@math.stanford.edu>
3798
3799 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
3800 Add copyright year 2003.
3801
3802 2003-01-06 Michael Chastain <mec@shout.net>
3803
3804 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
3805 When selecting a thread, 'line' and 'file' are optional.
3806 * gdb.mi/mi1-pthreads.exp: Likewise.
3807
3808 2003-01-06 Andreas Schwab <schwab@suse.de>
3809
3810 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
3811 failures.
3812
3813 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3814
3815 Fix PR gdb/844
3816 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
3817 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
3818
3819 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
3820 instead of calling gdb_suppress_entire_file.
3821 * gdb.threads/print-threads.exp: Likewise.
3822 * gdb.threads/schedlock.exp: Likewise.
3823
3824 * gdb.threads/killed.exp: Return instead of calling
3825 gdb_suppress_entire_file.
3826 * gdb.threads/linux-dp.exp: Likewise.
3827 * gdb.threads/pthreads.exp: Likewise.
3828
3829 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3830
3831 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
3832 stabs.
3833 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
3834 * gdb.base/whatis.exp: Always allow (void) after function names.
3835
3836 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3837
3838 * gdb.c++/casts.exp: Correct regexp.
3839
3840 2003-01-04 Mark Kettenis <kettenis@gnu.org>
3841
3842 * configure.in: Call AC_CONFIG_HEADER. Don't call
3843 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
3844 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
3845 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
3846 aforementioned directories in the AC_OUPUT call.
3847 * config.hin: New file.
3848 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
3849 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
3850 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
3851 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
3852 pass -I$objdir instead of -I$objdir/$subdir in compilation.
3853 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
3854 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
3855 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
3856 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
3857 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
3858 gdb.threads/configure.in, gdb.threads/configure,
3859 gdb.threads/config.in, gdb.trace/configure.in,
3860 gdb.trace/configure: Removed.
3861
3862 2003-01-03 Michael Chastain <mec@shout.net>
3863
3864 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
3865 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
3866
3867 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
3868
3869 * gdb.base/store.exp: Fix regular expressions.
3870
3871 2002-12-28 Mark Kettenis <kettenis@gnu.org>
3872
3873 * configure.in: Rewrite.
3874 * configure: Regenerated.
3875
3876 2003-01-03 David Carlton <carlton@math.stanford.edu>
3877
3878 * gdb.base/psymtab.exp: New file.
3879 * gdb.base/psymtab1.c: Ditto.
3880 * gdb.base/psymtab2.c: Ditto.
3881
3882 2002-12-23 Adam Fedor <fedor@gnu.org>
3883
3884 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
3885
3886 2002-12-23 David Carlton <carlton@math.stanford.edu>
3887
3888 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
3889 and current_directory initialization.
3890
3891 2002-12-22 Jim Blandy <jimb@redhat.com>
3892
3893 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
3894 rather than as part of the output file name.
3895
3896 * gdb.base/attach.exp: There's no need to copy the test program to
3897 /tmp; that was only ever necessary on HP/UX, and this test is
3898 entirely disabled there anyway.
3899
3900 2002-12-21 Jim Blandy <jimb@redhat.com>
3901
3902 * gdb.c++/psmang.exp: Doc fix.
3903
3904 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
3905 test.
3906
3907 2002-12-20 David Carlton <carlton@math.stanford.edu>
3908
3909 * gdb.c++/annota2.exp: KFAIL annotate-quit.
3910
3911 2002-12-18 Michael Chastain <mec@shout.net>
3912
3913 * gdb.c++/annota2.exp: Add copyright year 2002.
3914
3915 2002-12-17 David Carlton <carlton@math.stanford.edu>
3916
3917 * gdb.c++/try_catch.cc: Add marker comments.
3918 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
3919 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
3920 * gdb.c++/m-static.cc: Ditto.
3921 * gdb.c++/m-static1.cc: Ditto.
3922 * gdb.c++/try_catch.cc: Ditto.
3923
3924 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
3925
3926 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
3927 to see whether we are using the new -environment-directory
3928 command which resets via -r or the old version of the command
3929 which may prompt the user. Part of fix for gdb/741.
3930
3931 2002-12-13 Andrew Cagney <ac131313@redhat.com>
3932
3933 * gdb.fortran/types.exp: Update obsolete comment.
3934 * gdb.fortran/exprs.exp: Ditto.
3935 * lib/gdb.exp: Delete obsolete code.
3936 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
3937 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
3938 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
3939 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
3940 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
3941 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
3942 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
3943 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
3944 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
3945 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
3946 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
3947 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
3948 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
3949 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
3950 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
3951 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
3952 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
3953 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
3954 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
3955 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
3956 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
3957 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
3958 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
3959 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
3960 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
3961 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
3962 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
3963 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
3964 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
3965 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
3966 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
3967 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
3968 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
3969 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
3970 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
3971 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
3972 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
3973
3974 2002-12-11 David Carlton <carlton@math.stanford.edu>
3975
3976 * gdb.c++/m-data.exp: Add test for members that shadow global
3977 variables: see PR gdb/804.
3978 * gdb.c++/m-data.cc: Ditto.
3979
3980 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
3981
3982 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
3983
3984 2002-12-06 David Carlton <carlton@math.stanford.edu>
3985
3986 * gdb.base/store.c: Don't declare functions static.
3987
3988 2002-12-04 Andrew Cagney <ac131313@redhat.com>
3989
3990 * gdb.base/store.exp, gdb.base/store.c: New files.
3991
3992 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
3993
3994 * gdb.base/selftest.exp: Update for current gdb.
3995
3996 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
3997
3998 * gdb.base/maint.exp: Only dump symbols from one source file
3999 or objfile.
4000
4001 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
4002
4003 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
4004 function call.
4005
4006 2002-11-25 Jim Blandy <jimb@redhat.com>
4007
4008 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
4009 function appearing in error message.
4010
4011 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
4012
4013 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
4014
4015 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
4016
4017 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
4018 for mi1 and current mi is in correct format. New mi startup message
4019 should be in mi console format. This is part of fix for PR gdb/604.
4020
4021 2002-09-18 Fernando Nasser <fnasser@redhat.com>
4022
4023 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
4024 which explicitly prints the zero offset as "+0".
4025
4026 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
4027
4028 * gdb.threads/schedlock.c (args): Make unsigned.
4029
4030 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
4031
4032 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
4033 numbers. Allow "foo2|selected stack frame".
4034 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
4035 * gdb.asm/asmsrc2.s: Likewise.
4036 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
4037 comments.
4038 * gdb.asm/mips.inc: New file.
4039
4040 2002-10-18 Adam Fedor <fedor@gnu.org>
4041
4042 * gdb.base/default.exp: Update expected output to include 'ObjC'.
4043 * gdb.base/help.exp: Likewise.
4044
4045 2002-10-17 Kevin Buettner <kevinb@redhat.com>
4046
4047 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
4048 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
4049
4050 2002-10-02 Jim Blandy <jimb@redhat.com>
4051
4052 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
4053
4054 2002-10-01 Andrew Cagney <ac131313@redhat.com>
4055
4056 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
4057 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
4058 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
4059 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
4060 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
4061 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
4062 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
4063
4064 2002-09-29 Andrew Cagney <ac131313@redhat.com>
4065
4066 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
4067 * mi0-disassemble.exp, mi0-eval.exp: Delete.
4068 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
4069 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
4070 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
4071 * mi0-var-block.exp, mi0-var-child.exp: Delete.
4072 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
4073
4074 2002-09-27 Kevin Buettner <kevinb@redhat.com>
4075
4076 * gdb.base/annota1.exp (info break): Make directory components of
4077 path optional since not all compilers emit this debug information.
4078
4079 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
4080 step ends up stepping out of the function instead of stopping on
4081 the epilogue.
4082
4083 2002-09-26 Keith Seitz <keiths@redhat.com>
4084
4085 * lib/insight-support.exp (gdbtk_start): Figure out where
4086 the insight executable is based on where gdb is. Use this
4087 executable to start insight instead of gdb.
4088
4089 2002-09-25 Andrew Cagney <cagney@redhat.com>
4090
4091 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
4092
4093 2002-09-24 Andrew Cagney <ac131313@redhat.com>
4094
4095 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
4096 test_isolated_complaints.
4097 (test_empty_complaint): New function.
4098 (test_empty_complaints): New function. Check no output when no
4099 complaints.
4100
4101 2002-09-19 Jim Blandy <jimb@redhat.com>
4102
4103 * gdb.base/charset.exp, gdb.base/charset.c: New files.
4104
4105 2002-09-19 Andrew Cagney <ac131313@redhat.com>
4106
4107 * gdb.gdb/complaints.exp: New file.
4108
4109 2002-09-18 Andrew Cagney <ac131313@redhat.com>
4110
4111 * gdb.base/maint.exp: Check `help maint internal-warning'.
4112
4113 2002-09-18 David Carlton <carlton@math.stanford.edu>
4114
4115 * gdb.c++/m-static.exp: Remove breakpoints depending on line
4116 numbers, and replace them by a single breakpoint after the
4117 constructors are all finished.
4118 Add test 4.
4119 * gdb.c++/m-static.cc: Add test 4.
4120 * gdb.c++/m-static.h: New file.
4121 * gdb.c++/m-static1.cc: New file.
4122
4123 * gdb.c++/printmethod.exp: New file.
4124 * gdb.c++/printmethod.cc: New file.
4125
4126 * gdb.c++/pr-574.exp: New file.
4127 * gdb.c++/pr-574.cc: New file.
4128
4129 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
4130
4131 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
4132 embedded targets which never actually exit.
4133
4134 2002-09-18 Fernando Nasser <fnasser@redhat.com>
4135
4136 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
4137 "don't step after run" as unresolved or unsupported, instead of xfail.
4138
4139 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
4140
4141 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
4142 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
4143 Add newline to expected string in "step out of main (status wrapper)"
4144 case.
4145
4146 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
4147
4148 * lib/gdb.exp (rerun_to_main): Allow restarting application.
4149 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
4150
4151 2002-09-17 Tom Tromey <tromey@redhat.com>
4152
4153 * gdb.base/printcmds.exp (test_print_string_constants): Expect
4154 \000, not \0, in double-quoted string.
4155
4156 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
4157
4158 * gdb.base/commands.exp: Don't expect a "Program exited normally"
4159 string after running the commands execution on breakpoint tests.
4160
4161 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
4162
4163 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
4164
4165 2002-09-12 Joel Brobecker <brobecker@gnat.com>
4166
4167 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
4168
4169 2002-09-10 Keith Seitz <keiths@redhat.com>
4170
4171 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
4172 runto proc.
4173 (mi_run_to_main): Use mi_runto.
4174 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
4175
4176 2002-09-10 Keith Seitz <keiths@redhat.com>
4177
4178 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
4179 regexp for stopping at main. Could have multiple event notifications.
4180 Don't assume that main was declared with no parameters.
4181 (mi_next): Use mi_step_to.
4182 (mi_step): Use mi_next_to.
4183
4184 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
4185
4186 * gdb.base/default.exp: Fix expected string in `info float' test.
4187
4188 2002-09-09 Ben Elliston <bje@redhat.com>
4189
4190 * config/mips.exp: Update comments.
4191 * config/mips-idt.exp: Likewise.
4192 * config/nind.exp: Likewise.
4193 * config/slite.exp: Likewise.
4194 * config/sparclet.exp: Likewise.
4195 * config/udi.exp: Likewise.
4196 * config/vx.exp: Likewise.
4197 * config/vxworks29k.exp: Likewise.
4198
4199 2002-09-05 Jim Blandy <jimb@redhat.com>
4200
4201 * gdb.threads/killed.exp: Fix test failure message.
4202
4203 2002-09-04 Keith Seitz <keiths@redhat.com>
4204
4205 * lib/mi-support.exp: Update copyright.
4206 (mi_gdb_test): Increase the priority of the expected pattern
4207 so that it matches gdb_test.
4208
4209 2002-09-03 Keith Seitz <keiths@redhat.com>
4210
4211 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
4212 Use integer comparison instead of string comparison for testing
4213 whether binary was built.
4214
4215 2002-09-03 Jim Blandy <jimb@redhat.com>
4216
4217 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
4218
4219 2002-08-29 Jim Blandy <jimb@redhat.com>
4220
4221 * gdb.threads/pthreads.exp: Move the portable thread compilation
4222 code into a function in lib/gdb.exp, and call that from here.
4223 * lib/gdb.exp (gdb_compile_pthreads): New function.
4224
4225 2002-08-29 Keith Seitz <keiths@redhat.com>
4226
4227 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
4228 expect_out so that callers can get at it.
4229
4230 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
4231
4232 * gdb.threads/print-threads.c: New file.
4233 * gdb.threads/print-threads.exp: New file.
4234 * gdb.threads/schedlock.c: New file.
4235 * gdb.threads/schedlock.exp: New file.
4236
4237 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
4238
4239 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
4240 not altivec.c.
4241
4242 2002-08-17 Mark Kettenis <kettenis@gnu.org>
4243
4244 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
4245 targets. The problem should be fixed now.
4246
4247 2002-08-15 Mark Kettenis <kettenis@gnu.org>
4248
4249 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
4250 2002-07-24 change that removes final dots from error messages.
4251
4252 2002-08-13 Tom Tromey <tromey@redhat.com>
4253
4254 * gdb.base/readline.exp: New file.
4255
4256 2002-08-01 Andrew Cagney <ac131313@redhat.com>
4257
4258 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
4259 supress message.
4260
4261 2002-08-01 Andrew Cagney <cagney@redhat.com>
4262
4263 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
4264 CHILL_FOR_TARGET and CHILL_LIB.
4265 * configure.in (configdirs): Remove gdb.chill.
4266 * configure: Regenerate.
4267 * lib/gdb.exp: Obsolete references to chill.
4268 * gdb.fortran/types.exp: Ditto.
4269 * gdb.fortran/exprs.exp: Ditto.
4270
4271 2002-07-30 Kevin Buettner <kevinb@redhat.com>
4272
4273 * gdb.base/shlib-call.exp (additional_flags): Conditionally
4274 set Irix-specific compile and link flags.
4275
4276 2002-07-29 Kevin Buettner <kevinb@redhat.com>
4277
4278 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
4279 source files. The ``-o'' option doesn't work with the ``-E'' option
4280 when using the Irix compiler.
4281
4282 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
4283
4284 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
4285 Improve support for reusing an exec file. Copy exec file
4286 to target, and run gdbserver on the target instead of on the host.
4287
4288 2002-07-18 Jim Blandy <jimb@redhat.com>
4289
4290 * gdb.base/ending-run.exp: Don't expect to see the program end in
4291 some orderly fashion when we're running on a real stand-alone
4292 board.
4293
4294 * gdb.base/interrupt.exp: Correct logic for skipping tests on
4295 targets that don't support interrupts.
4296
4297 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
4298
4299 * gdb.base/attach.exp: Add patterns to match output from /proc-based
4300 systems.
4301 Move comments in expect statements to inside the actions, so that they
4302 don't get matched against.
4303
4304 2002-07-10 Mark Kettenis <kettenis@gnu.org>
4305
4306 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
4307 function when asleep" test.
4308
4309 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4310
4311 * gdb.base/page.exp: Rewrite to handle problems with very long
4312 `info set' output. Update copyright.
4313
4314 2002-06-26 Andrew Cagney <ac131313@redhat.com>
4315
4316 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
4317 gdb.threads-hp.
4318 * gdb.hp/configure: Regenerate.
4319 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
4320 * gdb.hp/gdb.threads-hp/configure: Delete file.
4321 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
4322
4323 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4324
4325 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
4326 setlocale, bindtextdomain and textdomain.
4327
4328 2002-06-11 Jim Blandy <jimb@redhat.com>
4329
4330 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
4331 preprocessor macro information is present.
4332
4333 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
4334 tests.
4335
4336 2002-06-06 Michael Snyder <msnyder@redhat.com>
4337
4338 * gdb.base/overlays.exp: Record addresses of overlay
4339 functions in TCL variables rather than in GDB variables,
4340 to avoid having GDB convert them to pointers (with loss
4341 of information).
4342
4343 * gdb.base/d10v.ld: Merge in several years worth of
4344 default linker script changes.
4345 * gdb.base/long_long.exp: Add check for sizeof (long double).
4346
4347 2002-06-06 Michal Ludvig <mludvig@suse.cz>
4348
4349 * gdb.asm/asm-source.exp: Add x86-64 target.
4350 * gdb.asm/x86_64.inc: New.
4351
4352 2002-05-30 Michael Chastain <mec@shout.net>
4353
4354 From Benjamin Kosnik <bkoz@redhat.com>:
4355 * gdb.c++/m-static.cc: New file.
4356 * gdb.c++/m-static.exp: New file.
4357
4358 2002-05-28 Michael Snyder <msnyder@redhat.com>
4359
4360 * gdb.base/call-ar-st.exp: Allow for reduced floating point
4361 precision.
4362
4363 2002-05-27 Michael Chastain <mec@shout.net>
4364
4365 From Benjamin Kosnik <bkoz@redhat.com>:
4366 * gdb.c++/m-data.cc: New file.
4367 * gdb.c++/m-data.exp: New file.
4368
4369 2002-05-27 Michael Chastain <mec@shout.net>
4370
4371 From Benjamin Kosnik <bkoz@redhat.com>:
4372 * gdb.c++/try_catch.cc: New file.
4373 * gdb.c++/try_catch.exp: New file.
4374
4375 2002-05-27 Michael Chastain <mec@shout.net>
4376
4377 * gdb.c++/local.exp: Accept more nested types in output.
4378
4379 2002-05-26 Michael Chastain <mec@shout.net>
4380
4381 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
4382
4383 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
4384
4385 * lib/gdb.exp (gdb_wrapper_init): Just because
4386 gdb_wrapper_file exists, this does not mean that the file
4387 should not be rebuilt. That is what gdb_wrapper_initialized
4388 is for.
4389 (default_gdb_init): Reset gdb_wrapper_initialized.
4390
4391 2002-05-23 Michael Snyder <msnyder@redhat.com>
4392
4393 * gdb.base/all-bin.exp: Revise previous patch by just reducing
4394 the precision of the floating point test results.
4395 * gdb.base/call-rt-st.exp: Ditto.
4396
4397 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
4398 * gdb.base/call-rt-st.exp: Ditto.
4399
4400 2002-05-19 Michael Chastain <mec@shout.net>
4401
4402 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
4403
4404 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
4405
4406 * configure.in (configdirs): Add gdb.arch.
4407 * configure: Regenerate.
4408
4409 2002-05-17 Jim Blandy <jimb@redhat.com>
4410
4411 * gdb.base/completion.exp: Recognize the more detailed error
4412 messages produced by the macro expander's lexical analyzer.
4413
4414 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
4415
4416 * gdb.arch/altivec-abi.c: New file.
4417 * gdb.arch/altivec-abi.exp: New file.
4418 * gdb.arch/altivec-regs.c: New file.
4419 * gdb.arch/altivec-regs.exp: New file.
4420
4421 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
4422
4423 * gdb.base/maint.exp (maint print type): Update for new type
4424 structure.
4425
4426 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
4427
4428 * gdb.arch: New directory.
4429 * gdb.arch/configure.in: New file.
4430 * gdb.arch/configure: New file.
4431 * gdb.arch/Makefile.in: New file.
4432
4433 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
4434
4435 * gdb.asm/asm-source.exp: Add v850 as supported target.
4436 * gdb.asm/v850.inc: New file.
4437
4438 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
4439
4440 * gdb.c++/annota2.exp (annotate-quit): Add comment.
4441
4442 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
4443
4444 * gdb.base/break.exp: Check 'break "marker2"'.
4445
4446 2002-05-10 Michael Snyder <msnyder@redhat.com>
4447
4448 * gdb.base/long_long.exp: Fix typo.
4449
4450 2002-05-10 Jim Blandy <jimb@redhat.com>
4451
4452 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
4453 a bug.
4454
4455 * gdb.base/printcmds.exp (test_integer_literals_rejected):
4456 Recognize more detailed error message produced by the macro
4457 expander's lexical analyzer.
4458 * lib/gdb.exp (test_print_reject): Same.
4459
4460 2002-05-09 Mark Kettenis <kettenis@gnu.org>
4461
4462 * gdb.c++/method.exp: Fix typo.
4463
4464 2002-05-08 Michael Snyder <msnyder@redhat.com>
4465
4466 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
4467 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
4468 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
4469 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
4470 Add iftarget clause for strongarm.
4471
4472 2002-05-06 Michael Snyder <msnyder@redhat.com>
4473
4474 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
4475 (gdb_continue_to_end): Accept output from status wrapper.
4476 * gdb.base/ending-run.exp: Add case for output from status wrapper.
4477 Clean up fail messages to match pass messages.
4478
4479 Enable the "needs_status_wrapper" testsuite feature.
4480 * lib/gdb.exp (gdb_wrapper_init): New procedure.
4481 (gdb_compile): Conditionally call gdb_wrapper_init.
4482 * gdb.base/a2-run.exp: Recognize output from status wrapper.
4483 * gdb.c++/method.exp: Recognize output from status wrapper.
4484
4485 2002-05-06 Ben Elliston <bje@redhat.com>
4486 From Graydon Hoare <graydon@redhat.com>
4487
4488 * config/sid.exp: Include support for "rawsid" protocol.
4489
4490 2002-05-03 Jim Blandy <jimb@redhat.com>
4491
4492 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
4493 * gdb.c++/hang3.C: New file.
4494
4495 2002-05-04 Andrew Cagney <ac131313@redhat.com>
4496
4497 * gdb.base/default.exp: Remove obsolete code.
4498 * gdb.c++/misc.exp: Ditto. Update copyright.
4499 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
4500 * gdb.base/whatis.exp: Ditto. Update copyright.
4501 * gdb.base/scope.exp: Ditto. Update copyright.
4502 * gdb.base/ptype.exp: Ditto. Update copyright.
4503 * gdb.base/printcmds.exp: Ditto. Update copyright.
4504 * gdb.base/opaque.exp: Ditto. Update copyright.
4505 * gdb.base/list.exp: Ditto.
4506 * gdb.base/funcargs.exp: Ditto. Update copyright.
4507 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
4508 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
4509 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
4510 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
4511 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
4512 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
4513
4514 2002-05-02 Michael Snyder <msnyder@redhat.com>
4515
4516 * gdb.base/watchpoint.exp: Add xscale target.
4517 * gdb.base/long_long.exp: Add xscale target.
4518 * gdb.base/default.exp: Add xscale target.
4519
4520 2002-05-01 Jim Blandy <jimb@redhat.com>
4521
4522 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
4523 gdb.c++/hang.exp: New test.
4524
4525 2002-05-01 Fred Fish <fnf@redhat.com>
4526
4527 * gdb.base/completion.exp: Handle completions of "./Make" for
4528 more than one completion possibility, as is the case when we
4529 build and test in the source tree.
4530
4531 2002-04-29 Anthony Green <green@redhat.com>
4532
4533 * gdb.java/jmisc1.exp: New file.
4534 * gdb.java/jmisc2.exp: New file.
4535
4536 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
4537
4538 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
4539
4540 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
4541
4542 * gdb.base/help.exp: Change 'help status' to allow for target
4543 dependent output differences.
4544
4545 2002-04-22 Michael Chastain <mec@shout.net>
4546
4547 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
4548
4549 2002-04-22 Michael Chastain <mec@shout.net>
4550
4551 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
4552
4553 2002-04-17 David S. Miller <davem@redhat.com>
4554
4555 * gdb.asm/sparc64.inc: New file.
4556 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
4557
4558 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
4559
4560 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
4561 instruction file directly into the build tree. Clean up at end of
4562 test.
4563
4564 2002-04-18 David S. Miller <davem@redhat.com>
4565
4566 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
4567 handle 64-bit platforms correctly.
4568 * gdb.base/maint.exp: Likewise.
4569
4570 2002-04-18 Kevin Buettner <kevinb@redhat.com>
4571
4572 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
4573 ``-fpic'' when compiling files comprising a shared library, but
4574 it does need additional linker flags in order to find shared
4575 libraries at run time.
4576
4577 2002-04-18 Kevin Buettner <kevinb@redhat.com>
4578
4579 * gdb.base/cvexpr.c (use): New function.
4580 (main): Invoke use() on all global variables to prevent
4581 some linkers from deleting these otherwise unused symbols.
4582
4583 2002-04-17 Michael Chastain <mec@shout.net>
4584 From David S. Miller <davem@redhat.com>
4585
4586 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
4587 handle 64-bit platforms correctly.
4588
4589 2002-04-12 Michael Snyder <msnyder@redhat.com>
4590 From Jim Blandy <jimb@redhat.com>
4591 * gdb.base/foo.c (foox): Remove section attribute; the linker
4592 script can handle this instead.
4593 * gdb.base/bar.c (barx): Same.
4594 * gdb.base/baz.c (bazx): Same.
4595 * gdb.base/grbx.c (grbxx): Same.
4596
4597 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
4598 manager doesn't automatically unmap overlays unnecessarily.
4599
4600 2002-04-10 Martin M. Hunt <hunt@redhat.com>
4601
4602 * gdb.base/ending-run.exp: Fix pattern for Mips targets
4603 stepping out of main.
4604
4605 2002-04-09 Michael Chastain <mec@shout.net>
4606
4607 * gdb.c++/local.cc (main): Move call to marker1() inside nested
4608 scope so that the nested scope tests will make sense.
4609 * gdb.c++/local.exp: Write patterns that actually work with gcc
4610 (the HP patterns "were never known to work with gcc").
4611 Keep the old aCC patterns too.
4612
4613 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
4614
4615 * gdb.base/attach.exp: Correct target board test.
4616
4617 2002-04-08 Michael Chastain <mec@shout.net>
4618
4619 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
4620 in a const method. Add some xfail and fail cases for configurations
4621 that do not emit the "const ...".
4622
4623 2002-04-07 Michael Chastain <mec@shout.net>
4624
4625 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
4626 Accept "A * const" and "const A * const" as type of "this".
4627 Fix spelling of getFunky throughout. Make messages uniform.
4628
4629 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
4630
4631 Work around for PR gdb/285:
4632 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
4633
4634 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
4635
4636 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
4637 instructions file at run time instead of configure time.
4638 Sometimes we run the test in a directory that is not the one we
4639 configured in.
4640 * gdb.asm/configure.in: Delete creation of symlink.
4641 * gdb.asm/configure: Regenerate.
4642
4643 2002-04-05 J. Brobecker <brobecker@gnat.com>
4644
4645 * gdb.gdb/xfullpath.exp: New test, to exercise the new
4646 xfullpath () function.
4647
4648 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
4649
4650 * gdb.asm/Makefile.in: Correct dependencies.
4651
4652 * gdb.asm/powerpc.inc: New file.
4653 * gdb.asm/asm-source.exp: Add PowerPC.
4654 * gdb.asm/configure.in: Likewise.
4655 * gdb.asm/configure: Regenerated.
4656
4657 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
4658
4659 * gdb.base/relocate.exp: New file.
4660 * gdb.base/relocate.c: New file.
4661
4662 2002-04-04 Fred Fish <fnf@redhat.com>
4663
4664 * gdb.base/step-test.exp: Update comment regarding stopping in
4665 memcpy/bcopy calls inserted as part of the compiler runtime.
4666
4667 2002-04-04 Michael Snyder <msnyder@redhat.com>
4668
4669 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
4670
4671 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
4672
4673 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
4674 (gdb_expect): Remove $notransfer hack.
4675
4676 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
4677
4678 * gdb.c++/classes.exp ("calling method for small class"): Match
4679 updated register output.
4680
4681 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
4682
4683 Fix PR gdb/452
4684 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
4685 when finished. Make gdb_file_cmd send "exec-file" when
4686 appropriate.
4687
4688 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
4689
4690 * gdb.base/attach.exp: Remove extra setup_xfail.
4691
4692 2002-03-26 Michael Snyder <msnyder@redhat.com>
4693
4694 * gdb.base/default.exp: Add tests for dump, append, and restore.
4695 * gdb.base/help.exp: Add tests for dump, append, and restore.
4696 * gdb.base/dump.exp: New file, test dump, append and restore.
4697 * gdb.base/dump.c: New file.
4698
4699 2002-03-27 Michael Snyder <msnyder@redhat.com>
4700
4701 * gdb.base/help.exp: Modify expect strings to reflect
4702 clean-ups in help messages.
4703
4704 2002-03-26 Fred Fish <fnf@redhat.com>
4705
4706 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
4707 have debugging info for those functions and the compiler uses them
4708 internally to copy structs around.
4709
4710 2002-03-26 Fred Fish <fnf@redhat.com>
4711
4712 * gdb.base/list.exp: Revert the change made yesterday and add note
4713 about why we don't list the default lines for remote targets.
4714
4715 2002-03-25 Michael Snyder <msnyder@redhat.com>
4716
4717 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
4718
4719 2002-03-25 Fred Fish <fnf@redhat.com>
4720
4721 * gdb.base/list.exp: This test works on remote targets so remove
4722 the short circuit for remote targets. Update copyright.
4723
4724 2002-03-25 Fred Fish <fnf@redhat.com>
4725
4726 * gdb.base/attach.exp: Fix logic error that was suppressing this
4727 test for all non hppa*-*-hpux* targets, instead of the hp target.
4728 Move comments closer to the suppression point. Also now need to
4729 check that we are running natively.
4730
4731 2002-03-22 Michael Snyder <msnyder@redhat.com>
4732
4733 * gdb.base/default.exp: Add test for gcore. Update copyright.
4734 * gdb.base/help.exp: Add test for gcore. Update copyright.
4735
4736 2002-03-06 Fred Fish <fnf@redhat.com>
4737
4738 * gdb.base/funcargs.c: Remove extraneous ';' character.
4739 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
4740
4741 2002-03-04 Michael Chastain <mec@shout.net>
4742
4743 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
4744 accommodate gcc v3 function signature.
4745 * gdb.mi/mi0-var-cmd-exp: Ditto.
4746
4747 2002-02-24 Andrew Cagney <ac131313@redhat.com>
4748
4749 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
4750 ``GNU/Linux'' or ``Linux kernel''
4751 * testsuite/gdb.threads/pthreads.c: Ditto.
4752
4753 2002-02-24 Michael Chastain <mec@shout.net>
4754
4755 * gdb.threads/pthreads.c (thread1): Add a return statement.
4756 (thread2): Likewise.
4757 (foo): Likewise.
4758
4759 2002-02-23 Michael Chastain <mec@shout.net>
4760
4761 * gdb.threads/linux-dp.c (philosopher): Add a return statement
4762 to placate gcc.
4763
4764 2002-02-23 Michael Chastain <mec@shout.net>
4765
4766 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
4767 test "ptype bint". The test passes on all my stabs configurations.
4768
4769 2002-02-21 Jim Blandy <jimb@redhat.com>
4770
4771 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
4772 filename at a time, and watch for the ones we want to see.
4773
4774 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
4775 types of pointers to prototyped functions.
4776
4777 2002-02-20 Andrew Cagney <ac131313@redhat.com>
4778
4779 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
4780 signed, unsigned and straight char.
4781 (padding_char, padding_short, padding_int, padding_long,
4782 padding_long_long, padding_float, padding_double,
4783 padding_long_double): New global variables.
4784 (fill, fill_structs): New functions.
4785
4786 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
4787 for correctly sized writes. Update copyright.
4788 (get_valueof): New procedure.
4789 (get_sizeof): Call get_valueof.
4790 (check_valueof): New procedure.
4791 (check_padding): New procedure.
4792
4793 2002-02-20 Michael Chastain <mec@shout.net>
4794
4795 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
4796 to setup_xfail. Document some of the remaining calls.
4797
4798 2002-02-18 Michael Chastain <mec@shout.net>
4799
4800 * gdb.c++/userdef.exp: Update copyright year.
4801
4802 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
4803
4804 * gdb.c++/userdef.exp: Test overloaded operators properly.
4805 Remove xfails.
4806
4807 2002-02-14 Michael Snyder <msnyder@redhat.com>
4808
4809 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
4810
4811 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
4812
4813 * gdb.base/a2-run.exp: Check for a remote target properly.
4814 * gdb.base/annota1.exp: Likewise.
4815 * gdb.base/list.exp: Likewise.
4816 * gdb.base/reread.exp: Likewise.
4817 * gdb.base/scope.exp: Likewise.
4818 * gdb.base/shlib-call.exp: Likewise.
4819 * gdb.base/term.exp: Likewise.
4820 * gdb.c++/annota2.exp: Likewise.
4821
4822 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
4823
4824 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
4825
4826 2002-02-10 Michael Chastain <mec@shout.net>
4827
4828 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
4829 (call_after_alloca): Ditto.
4830
4831 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
4832
4833 * gdb.base/ending-run.exp: Guard "cont" test with
4834 gdb_skip_stdio_test.
4835
4836 2002-02-06 Jim Blandy <jimb@redhat.com>
4837
4838 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
4839 from here...
4840 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
4841 To here. Disable this test on non-HP platforms. Add big comment.
4842
4843 2002-02-04 Michael Snyder <msnyder@redhat.com>
4844
4845 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
4846 other than d10v and m32r.
4847
4848 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
4849
4850 * gdb.base/default.exp: Rewrite test patterns to reduce time
4851 taken to match them.
4852
4853 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
4854
4855 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
4856 Allow a start function above main.
4857 * gdb.threads/linux-dp.exp: Fix copyright date.
4858
4859 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
4860
4861 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
4862 (check_philosopher_stack): Check for manager thread before checking
4863 for a just-starting thread.
4864
4865 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
4866
4867 From Neil Booth <neil@daikokuya.demon.co.uk>:
4868 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
4869 warnings.
4870
4871 2002-01-21 Fred Fish <fnf@redhat.com>
4872
4873 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
4874 not caller.
4875
4876 2002-01-21 Jim Blandy <jimb@redhat.com>
4877
4878 * gdb.base/reread.exp: Check that GDB properly re-reads the
4879 executable file when it changes while no inferior is running.
4880
4881 2002-01-21 Fred Fish <fnf@redhat.com>
4882
4883 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
4884 optionally accept the "shlib events" variation.
4885
4886 2002-01-21 Jim Blandy <jimb@redhat.com>
4887
4888 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
4889 call `fflush' after every `printf', so that the output is produced
4890 at predictable points, regardless of whatever buffering does (or
4891 doesn't) take place.
4892 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
4893 at different points.
4894
4895 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
4896
4897 * gdb.c++/inherit.exp: Update copyright years.
4898 * gdb.c++/method.exp: Likewise.
4899
4900 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
4901
4902 * gdb.c++/classes.exp: Update for improved v3 support and skipping
4903 artificial methods/arguments.
4904 * gdb.c++/derivation.exp: Likewise.
4905 * gdb.c++/inherit.exp: Likewise.
4906 * gdb.c++/method.exp: Likewise.
4907 * gdb.c++/virtfunc.exp: Likewise.
4908
4909 2002-01-18 Andrew Cagney <ac131313@redhat.com>
4910
4911 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
4912 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
4913 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
4914 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
4915 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
4916 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
4917
4918 2002-01-17 Jim Blandy <jimb@redhat.com>
4919
4920 * gdb.asm/asm-source.exp (info symbol): Take another shot at
4921 anchoring the pattern matching the entry point symbol's name.
4922
4923 2002-01-17 Andrew Cagney <ac131313@redhat.com>
4924
4925 * gdb.base/maint.exp: Update ``maint internal-error'' to match
4926 continue/quit query. Update copyright.
4927
4928 2002-01-14 Michael Snyder <msnyder@redhat.com>
4929
4930 * gdb.base/gcore.exp: Remove extra debugging output.
4931
4932 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
4933
4934 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
4935 for slightly dubious v2 mangled string.
4936
4937 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
4938
4939 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
4940
4941 2002-01-10 Jason Merrill <jason@redhat.com>
4942
4943 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
4944
4945 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
4946 constructors.
4947 * gdb.c++/derivation.exp: Likewise.
4948 * gdb.c++/templates.exp: Likewise.
4949 * gdb.c++/virtfunc.exp: Likewise.
4950
4951 2002-01-10 Michael Snyder <msnyder@redhat.com>
4952
4953 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
4954
4955 2002-01-08 Michael Snyder <msnyder@redhat.com>
4956
4957 * gdb.base/gcore.exp: New test for generate-core-file command.
4958 * gdb.base/gcore.c: Testcase for above.
4959 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
4960
4961 2002-01-08 Jason Merrill <jason@redhat.com>
4962
4963 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
4964
4965 2002-01-07 Fred Fish <fnf@redhat.com>
4966
4967 * gdb.c++/overload.exp: Remove unconditional xfails for:
4968 print foo_instance1.overloadargs(1)
4969 print foo_instance1.overloadargs(1, 2)
4970 print foo_instance1.overloadargs(1, 2, 3)
4971 print foo_instance1.overloadargs(1, 2, 3, 4)
4972 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
4973 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
4974 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
4975 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
4976 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
4977 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
4978 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
4979 print foo_instance1.overload1arg()
4980 print foo_instance1.overload1arg((char)arg2)
4981 print foo_instance1.overload1arg((signed char)arg3)
4982 print foo_instance1.overload1arg((unsigned char)arg4)
4983 print foo_instance1.overload1arg((int)arg7)
4984 print foo_instance1.overload1arg((unsigned int)arg8)
4985 print foo_instance1.overload1arg((float)arg11)
4986 print foo_instance1.overload1arg((double)arg12)
4987
4988 2002-01-07 Michael Snyder <msnyder@redhat.com>
4989
4990 * gdb.base/huge.exp: New test. Print a very large target data object.
4991 (skip_huge_test): New test variable. Define if you want to skip this
4992 test. The test reads an 8 megabyte data object from the target, so it
4993 might be very time consuming on remote targets with a slow connection.
4994 * gdb.base/huge.c: New file. Test case for above.
4995
4996 2002-01-07 Fred Fish <fnf@redhat.com>
4997
4998 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
4999 g_instance.bfoo, and g_instance.cfoo.
5000
5001 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
5002
5003 * gdb.base/break.c (multi_line_if_conditional): New function.
5004 (multi_ilne_while_conditional): Likewise.
5005 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
5006 IF or WHILE condition puts the breakpoint at the start of
5007 the condition.
5008
5009 * gdb.base/selftest.exp (backtrace through signal handler): Remove
5010 hppa*-*-hpux* expected failure.
5011 * gdb.base/structs.exp (do_function_calls): Similarly.
5012
5013 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
5014 watchpoints.
5015
5016 2002-01-06 Andrew Cagney <ac131313@redhat.com>
5017
5018 Fix PR gdb/66.
5019 * gdb.base/structs.exp: Replace skip for a29k with skip for
5020 gdb,cannot_call_functions.
5021 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
5022 * gdb.base/callfuncs.exp: Ditto.
5023 * gdb.base/call-rt-st.exp: Ditto.
5024 * gdb.base/call-strs.exp: Ditto.
5025 * gdb.base/callfwmall.exp: Ditto.
5026 * gdb.base/scope.exp: Obsolete xfail a29k.
5027 * gdb.c++/misc.exp: Ditto.
5028 * gdb.c++/cplusfuncs.exp: Ditto.
5029 * gdb.base/ptype.exp: Ditto.
5030 * gdb.base/printcmds.exp: Ditto.
5031 * gdb.base/opaque.exp: Ditto.
5032 * gdb.base/list.exp: Ditto.
5033 * gdb.base/funcargs.exp: Ditto.
5034 * gdb.base/default.exp: Ditto.
5035
5036 2002-01-04 Michael Snyder <msnyder@redhat.com>
5037
5038 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
5039 * gdb.base/maint.exp: Add tests for maint info sections options.
5040
5041 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
5042
5043 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
5044
5045 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
5046
5047 * gdb.asm/arm.inc: New file.
5048 * gdb.asm/asm-source.exp: Add arm targets.
5049 * gdb.asm/configure.in: Ditto.
5050 * gdb.asm/configure: Recreated from configure.in.
5051
5052 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
5053
5054 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
5055 with HP's compiler.
5056 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
5057 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
5058 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
5059 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
5060
5061 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
5062 either HP's compilers or GCC.
5063
5064 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
5065 a SIGBUS or SIGSEGV.
5066
5067 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
5068
5069 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
5070 can be compiled with either HP's compiler or GCC.
5071
5072 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
5073 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
5074 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
5075
5076 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
5077 to match current gdb output. Update due to using auto-solib-limit
5078 for limiting instead of overloading auto-solib-add.
5079 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
5080 test program.
5081
5082 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
5083 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
5084 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
5085 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
5086 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
5087 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
5088 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
5089 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
5090 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
5091 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
5092 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
5093 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
5094 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
5095
5096 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
5097 a SIGTRAP to the inferior.
5098
5099 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
5100
5101 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
5102 Substitute call to target_link by call to gdb_compile.
5103
5104 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
5105
5106 * gdb.base/break.exp: Fix HP specific search string when testing
5107 backtracing in a called function.
5108
5109 * gdb.base/constvars.exp: Only set lang to C++ if we're
5110 compiling the test with HP's compilers.
5111 * gdb.base/volatile.exp: Similarly.
5112
5113 2001-12-19 Jim Blandy <jimb@redhat.com>
5114
5115 * gdb.base/printcmds.exp: Expect the null character to be printed
5116 as '\0', and the '\013' to be printed as '\v'.
5117 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
5118 * gdb.base/setvar.exp: Same.
5119
5120 2001-12-17 Jim Blandy <jimb@redhat.com>
5121
5122 * gdb.base/completion.exp: Rather than completing very long
5123 filenames, which can make the readline library produce output we
5124 don't recognize, cd to the directory first, and then complete
5125 using nice, short relative paths.
5126
5127 * gdb.base/completion.exp: On some systems, there is, in fact, a
5128 variable named `b' in scope, since GDB treats all static
5129 variables as being in scope. So use `no_var_named_this'
5130 instead of `b'.
5131
5132 * gdb.base/corefile.exp: Recognize the message saying that GDB
5133 can't find the core file's registers as a failure.
5134
5135 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
5136
5137 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
5138 test expect string more specific.
5139
5140 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
5141
5142 * gdb.asm/asm-source.exp: Add support for xstormy16.
5143 * gdb.asm/configure.in: Ditto.
5144 * gdb.asm/configure: Rebuild.
5145 * gdb.asm/xstormy16.inc: New file.
5146
5147 2001-12-10 Fred Fish <fnf@redhat.com>
5148
5149 * gdb.base/maint.exp: Update to match changes in type dumping code.
5150
5151 2001-12-10 Jim Blandy <jimb@redhat.com>
5152
5153 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
5154 matching the entry point symbol's name at the beginning of the
5155 line.
5156
5157 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
5158
5159 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
5160 gdb.c++/inherit.exp, gdb.c++/method.exp,
5161 gdb.c++/namespace.exp, gdb.c++/templates.exp,
5162 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
5163 and class layout support.
5164
5165 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
5166
5167 * gdb.c++/classes.exp: Add test for static member function.
5168 * gdb.c++/misc.cc: Add class with static member function.
5169
5170 2001-12-07 Jim Blandy <jimb@redhat.com>
5171
5172 If GDB says it can't find the struct the function returned, report
5173 those tests as `unsupported'.
5174 * gdb.base/call-rt-st.exp (print_struct_call): New function.
5175 Rewrite subsequent tests to use it.
5176
5177 If GDB says it can't find the struct the function returned, report
5178 those tests as `unsupported'.
5179 * gdb.base/structs.exp (call_struct_func): New function.
5180 (do_function_calls): Use call_struct_func to call the functions
5181 returning structs.
5182
5183 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
5184 whether functions are prototyped or not, so we can't possibly pass
5185 arguments to t_float_values2 properly.
5186
5187 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
5188 value of `timeout' for targets other than the mips*tx39-*.
5189
5190 2001-12-06 Michael Snyder <msnyder@redhat.com>
5191
5192 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
5193 and detect whether the start symbol has a leading underscore.
5194
5195 2001-12-04 Jim Blandy <jimb@redhat.com>
5196
5197 * gdb.base/completion.exp: Clarify indentation.
5198
5199 2001-12-03 Jim Blandy <jimb@redhat.com>
5200
5201 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
5202 variables on the S/390, not `.word'.
5203
5204 2001-11-30 Jim Blandy <jimb@redhat.com>
5205
5206 Add assembly-source tests for s390-ibm-linux.
5207 * gdb.asm/s390.inc: New file.
5208 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
5209 the S/390 architecture.
5210 * gdb.asm/configure: Regenerated.
5211
5212 2001-11-30 Michael Snyder <msnyder@redhat.com>
5213
5214 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
5215 next, info source, info sources, info line, global and static
5216 variables, and static functions.
5217 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
5218 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
5219 * gdb.asm/asmsrc1.s: Add a static function and some variables.
5220 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
5221 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
5222 (gdbasm_leave): Restore frame pointer.
5223 (gdbasm_startup): Copy stack set-up from crt0.S.
5224
5225 2001-11-26 Fernando Nasser <fnasser@redhat.com>
5226
5227 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
5228 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
5229 to a local (non-static) variable. Copy tstruct.a to a static buffer
5230 and return a pointer to that buffer.
5231 * gdb.base/callfwmall.c (t_structs_a): Ditto.
5232
5233 2001-11-24 Mark Kettenis <kettenis@gnu.org>
5234
5235 * gdb.asm/configure.in: Fix recognition of ix86 target.
5236 * gdb.asm/configure: Regenerate.
5237
5238 2001-11-21 Michael Snyder <msnyder@redhat.com>
5239
5240 * gdb.asm/sparc.inc: New file.
5241 * gdb.asm/asm-source.exp: Recognize sparc target.
5242 * gdb.asm/configure.in: Recognize sparc target.
5243 * gdb.asm/configure: Regenerate.
5244
5245 2001-11-21 Michael Snyder <msnyder@redhat.com>
5246
5247 * gdb.asm/m32r.inc: New file.
5248 * gdb.asm/asm-source.exp: Recognize m32r target.
5249 * gdb.asm/configure.in: Recognize m32r target.
5250 * gdb.asm/configure: Regenerate.
5251
5252 2001-11-20 Michael Snyder <msnyder@redhat.com>
5253
5254 * gdb.asm/i386.inc: New file.
5255 * gdb.asm/asm-source.exp: Recognize ix86 target.
5256 * gdb.asm/configure.in: Recognize ix86 target.
5257 * gdb.asm/configure: Regenerate.
5258
5259 * gdb.c++/namespace.exp: Fix quotes in output messages.
5260
5261 2001-11-14 Michael Snyder <msnyder@redhat.com>
5262
5263 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
5264 qualifier in a type cast expression, to designate an address
5265 in the instruction space (Harvard architecture).
5266
5267 2001-11-13 Michael Snyder <msnyder@redhat.com>
5268
5269 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
5270 Tests for expressions using 'const' and 'volatile'.
5271
5272 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
5273
5274 * gdb.asm/asm-sources.exp: Allow defining linker flags.
5275
5276 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
5277
5278 * lib/mi-support.exp (mi_run_to_helper): Move comments
5279 outside of gdb_expect.
5280
5281 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
5282
5283 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
5284 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
5285 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
5286 mi0_run_to): New functions.
5287 * gdb.mi/mi-simplerun.exp: Use them.
5288 * gdb.mi/mi0-simplerun.exp: Likewise.
5289 * gdb.mi/mi-var-cmd.exp: Likewise.
5290 * gdb.mi/mi0-var-cmd.exp: Likewise.
5291
5292 2001-11-10 Andrew Cagney <ac131313@redhat.com>
5293
5294 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
5295 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
5296
5297 2001-11-09 Andrew Cagney <ac131313@redhat.com>
5298
5299 * gdb.base/restore.exp: Include $expected value in restored test
5300 message.
5301
5302 2001-11-09 Andrew Cagney <ac131313@redhat.com>
5303
5304 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
5305 implemented.
5306
5307 2001-11-08 Michael Snyder <msnyder@redhat.com>
5308
5309 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
5310 Add pass/fail message for stop at breakpoint in call dummy function.
5311
5312 2001-11-07 Michael Snyder <msnyder@redhat.com>
5313
5314 * gdb.c++/templates.exp (test_template_breakpoints):
5315 If we get an overload menu, but it does not match what
5316 we expect, we still need to issue the "cancel" command.
5317 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
5318 making the whitespace optional. Argument for "new" may be
5319 "unsigned" as well as "unsigned int/long".
5320 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
5321 making the whitespace optional. Also replace "(void) with
5322 "((void|)), making the keyword "void" optional.
5323 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
5324 making the whitespace optional. Also replace "(void) with
5325 "((void|)), making the keyword "void" optional.
5326 * gdb.base/callfuncs.c (t_float_values): This function must
5327 _not_ be prototyped, and the following function (t_float_values2)
5328 must be prototyped (if the compiler supports it), so that GDB
5329 can be tested against both cases. Usually one case involves
5330 promotion of float to double, while the other does not.
5331 * gdb.base/callfwmall.c: Ditto.
5332 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
5333 includes a stack frame for "start".
5334
5335 2001-11-05 Jim Blandy <jimb@redhat.com>
5336
5337 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
5338 pointers are 32 bits long, and that offsets of relocs are always
5339 stored in the data (REL-style), and not in the reloc entry itself
5340 (RELA-style).
5341 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
5342 stabs.
5343
5344 2001-11-01 Michael Snyder <msnyder@redhat.com>
5345
5346 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
5347 and regular expression operators by using quoting.
5348
5349 2001-10-31 Michael Snyder <msnyder@redhat.com>
5350
5351 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
5352 depending on what the symbol table contains.
5353 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
5354 the output of the ptype command. Similarly, accept both "const &"
5355 and "const&".
5356
5357 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
5358
5359 * gdb.base/miscexprs.c (main): Add usage of preprocessor
5360 symbol `STORAGE' to allow to choose the storage class of
5361 the local datastructures.
5362 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
5363 compiler directive.
5364
5365 2001-10-30 Michael Snyder <msnyder@redhat.com>
5366
5367 * gdb.base/jump.exp: Allow it to run for all targets.
5368
5369 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
5370
5371 * gdb.base/call-ar-st.c (print_double_array): Match for loop
5372 with new double_array size.
5373 (main): Change storage class of all local variables to static.
5374 Reduce size of double_array to 9.
5375 * gdb.base/call-ar-st.exp: Increase timeout value.
5376 Change expected output for double array to match new size in
5377 call-ar-st.c.
5378
5379 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
5380
5381 * gdb.base/ending-run.exp: Create identical output when passing
5382 `step to end of run' case. Add regular expression branch satisfying
5383 Stormy16 target.
5384
5385 2001-10-28 Mark Kettenis <kettenis@gnu.org>
5386
5387 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
5388 that we catch the expected failure under Linux/x86.
5389
5390 2001-10-29 Orjan Friberg <orjanf@axis.com>
5391
5392 * gdb.base/setvar.exp: Escape curly braces.
5393 * gdb.stabs/weird.exp: Ditto.
5394
5395 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
5396
5397 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
5398 * gdm.mi/mi0-hack-cli.exp: Likewise.
5399
5400 2001-10-25 Andrew Cagney <ac131313@redhat.com>
5401
5402 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
5403 messages.
5404
5405 2001-10-21 Andrew Cagney <ac131313@redhat.com>
5406
5407 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
5408 checking MI enabled.
5409
5410 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
5411
5412 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
5413
5414 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
5415
5416 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
5417 if gdb child process crashes, just signal an error.
5418
5419 2001-10-02 Jim Blandy <jimb@redhat.com>
5420
5421 * lib/gdb.exp (test_xfail_format): Simplify.
5422
5423 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
5424 front of the variable name `format'. Simplify `if'.
5425
5426 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
5427
5428 * gdb.threads/pthreads.exp: Wait for output and delay
5429 before sending ^C.
5430
5431 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
5432
5433 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
5434 some incorrect output instead of timing out.
5435 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
5436
5437 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
5438
5439 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
5440 check to allow additional `int'.
5441
5442 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
5443
5444 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
5445 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
5446
5447 2001-09-27 Michael Snyder <msnyder@redhat.com>
5448
5449 * lib/gdb.exp (test_debug_format): New proc.
5450 (setup_xfail_format): Use new proc test_debug_format.
5451 * gdb.base/constvars.exp (local_compiler_xfail_check): New
5452 proc; use new service proc test_debug_format.
5453 Replace all other "gcc_compiled" tests with this test.
5454 * gdb.base/volatile.exp (local_compiler_xfail_check): New
5455 proc; use new service proc test_debug_format.
5456 Replace all other "gcc_compiled" tests with this test.
5457
5458 2001-09-27 Michael Snyder <msnyder@redhat.com>
5459
5460 * gdb.base/cvexpr.exp: New file.
5461 * gdb.base/cvexpr.c: New file
5462 Test for expressions using const and volatile keywords.
5463
5464 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
5465
5466 * gdb.base/constvars.exp: Check for different orders of keywords
5467 and additional "int" strings in output.
5468
5469 2001-09-22 Andrew Cagney <ac131313@redhat.com>
5470
5471 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
5472 responses from "help maint".
5473
5474 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
5475
5476 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
5477 to localhost:NNN instead of :NNN, in case Xvfb is listening
5478 only on TCP.
5479
5480 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
5481
5482 * gdb.base/recurse.exp: When checking leaving the watchpoint
5483 scope, recognize when gdb is in function's epilogue and pass.
5484
5485 2001-09-18 Keith Seitz <keiths@redhat.com>
5486
5487 * lib/insight-support.exp (_gdbtk_export_target_info): Add
5488 support for running tests against sid targets.
5489 (gdbtk_done): Ditto.
5490
5491 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
5492
5493 * gdb.base/ending-run.c (main): Set stdout buffersize
5494 to the same reasonable value for any target.
5495 * gdb.base/ending-run.exp: Add a regular expression
5496 to make testsuite happy on Sanyo Stormy16 target.
5497
5498 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
5499
5500 * gdb.base/display.c (do_loops): Add float variable `f'.
5501 Increment f in loop.
5502 * gdb.base/display.exp: Increment timeout by 60 seconds.
5503 Change float display test to use variable `f'.
5504
5505 2001-09-17 Jim Blandy <jimb@redhat.com>
5506
5507 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
5508 overflowing the limited breakpoint tables on some ROM monitors
5509 (like the ROM68K).
5510
5511 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
5512
5513 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
5514 the "-ac" (disable access control) flag.
5515
5516 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
5517
5518 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
5519 ints.
5520
5521 2001-08-30 Keith Seitz <keiths@redhat.com>
5522
5523 * lib/gdb.exp: Move all insight-related functionality into
5524 separate file.
5525 * lib/insight-support.exp: New file.
5526
5527 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
5528
5529 * config/sid.exp (sid_start): Never set sid verbosity; disable
5530 expect_background {} that consumed its stdout; tolerate </dev/null.
5531 Attempt to set endianness override in "sid" protocol mode. Cleanup.
5532
5533 2001-08-18 Andrew Cagney <ac131313@redhat.com>
5534
5535 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
5536 CLI jump command to start it.
5537 (mi_run_to_main): Fail immediatly when unexpected output.
5538
5539 2001-08-18 Andrew Cagney <ac131313@redhat.com>
5540
5541 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
5542 beginning of function. Fix PR gdb/191.
5543
5544 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
5545
5546 * config/sid.exp (sid_start): Don't warn if we cannot figure out
5547 what to force sid endianness to.
5548
5549 2001-08-15 Keith Seitz <keiths@redhat.com>
5550
5551 * lib/gdb.exp (gdbtk_start): Don't set environment
5552 variables for TCL_LIBRARY and friends. Insight will
5553 now figure these out for itself.
5554
5555 2001-08-02 Michael Snyder <msnyder@redhat.com>
5556
5557 * gdb.base/completion.exp: Remove the symbol "a64l" from
5558 the expect string; this is target-specific, and not related
5559 to what is being tested.
5560
5561 2001-08-02 Dave Brolley <brolley@redhat.com>
5562
5563 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
5564
5565 2001-07-25 Michael Snyder <msnyder@redhat.com>
5566
5567 * gdb.base/consecutive.exp: New file. Test stepping over
5568 breakpoints on consecutive instructions.
5569 * gdb.base/consecutive.c: New file.
5570
5571 * gdb.base/call-rt-st.exp: Use double-backslash to quote
5572 curly braces in regular expressions.
5573
5574 2001-07-25 Michael Snyder <msnyder@redhat.com>
5575
5576 * gdb.base/ending-run.exp: Accept "Program exited normally" as
5577 legitimate output from stepping out of main.
5578
5579 2001-07-22 Keith Seitz <keiths@redhat.com>
5580
5581 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
5582 the empty string, do not run the tests.
5583
5584 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5585
5586 * gdb.base/long_long.exp: Detect size of pointer. Take into
5587 account 2-byte pointers when testing for p/a results.
5588
5589 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5590
5591 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
5592 and defined to 1K for m68hc11.
5593 (random_data): Reduce table to 1K for embedded platforms (68hc11).
5594 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
5595 (sizeof_random_data): New variable to tell the size of the data table;
5596 don't test past this size; always run to main.
5597
5598 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5599
5600 * gdb.base/return2.exp: return of long long and double fails for
5601 68HC11; don't execute these tests on that platform.
5602 * gdb.base/return.exp: Return of a double fails for 68hc11.
5603
5604 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5605
5606 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
5607 tests that print a float.
5608 * call-rt-st.exp: Likewise.
5609
5610 2001-07-12 Mark Kettenis <kettenis@gnu.org>
5611
5612 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
5613 running this test on Linux.
5614
5615 2001-06-24 Michael Chastain <chastain@redhat.com>
5616
5617 * gdb.base/arithmet.exp: Remove some tests to make all test names
5618 unique.
5619
5620 2001-07-03 Michael Snyder <msnyder@redhat.com>
5621
5622 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
5623 the output of the ptype command.
5624
5625 2001-07-02 Michael Snyder <msnyder@redhat.com>
5626
5627 * gdb.base/completion.exp: Don't assume that break.c is the only
5628 source file that may contain functions named "marker".
5629 * gdb.base/corefile.exp: Quote the curly braces in regexp.
5630
5631 2001-06-28 Andrew Cagney <ac131313@redhat.com>
5632
5633 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
5634 of files to delete.
5635
5636 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
5637 * gdb.disasm/h8300s.exp: New file.
5638 gdb.disasm/h8300s.s: Likewise.
5639
5640 2001-06-27 Andrew Cagney <ac131313@redhat.com>
5641
5642 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
5643 empty breakpoint tables.
5644
5645 2001-06-25 Andrew Cagney <ac131313@redhat.com>
5646
5647 * lib/mi-support.exp: Update args=... part of stop-reason
5648 patterns. Accept either a list or a tuple.
5649
5650 2001-06-23 Andrew Cagney <ac131313@redhat.com>
5651
5652 * lib/mi-support.exp: Remove local emacs variable defining
5653 change-log-default-name.
5654
5655 2001-06-22 Michael Chastain <chastain@redhat.com>
5656
5657 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
5658 This is operationally compatible with the previous version.
5659
5660 2001-06-13 Jim Blandy <jimb@redhat.com>
5661
5662 * lib/gdb.exp (gdb_test): Doc fix.
5663
5664 2001-06-10 Michael Chastain <chastain@redhat.com>
5665
5666 * gdb.base/exprs.exp: Remove a duplicate test.
5667
5668 2001-06-06 Jim Blandy <jimb@redhat.com>
5669
5670 * gdb.base/return2.exp (main): Use values to test float and double
5671 returns that are not NaN's, to avoid being confused by IEEE
5672 comparison rules.
5673
5674 2001-06-04 Michael Snyder <msnyder@redhat.com>
5675
5676 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
5677 non-zero if control_c fails. Terminate the test on failure,
5678 rather than wait for 12 more tests to time out.
5679
5680 2001-06-06 Jim Blandy <jimb@redhat.com>
5681
5682 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
5683 Don't forget to match the GDB prompt.
5684
5685 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
5686
5687 2001-06-04 Jim Blandy <jimb@redhat.com>
5688
5689 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
5690 command.
5691
5692 2001-05-31 Kevin Buettner <kevinb@redhat.com>
5693
5694 * gdb.base/annota1.exp (info break): Match four or more spaces
5695 after "Address".
5696
5697 2001-05-31 Michael Chastain <chastain@redhat.com>
5698
5699 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
5700 (dm_type_int_star): Likewise.
5701 (dm_type_long_star): Likewise.
5702 (dm_type_void_star): Likewise.
5703
5704 2001-05-29 Kevin Buettner <kevinb@redhat.com>
5705
5706 * gdb.base/completion.exp (INPUTRC): Set this environment variable
5707 to a known value in order to get consistent results regardless
5708 of the setting of INPUTRC or the presence or contents of .inputrc.
5709
5710 2001-05-24 Michael Snyder <msnyder@redhat.com>
5711
5712 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
5713 Don't require that the main thread and the manager thread are the
5714 first in the list.
5715
5716 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
5717 debugging. If test fails, issue an "unsupported" not a "fail".
5718
5719 2001-05-24 Jim Blandy <jimb@redhat.com>
5720
5721 Don't assume that short is shorter than int.
5722 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
5723 assume that shorts are smaller than ints. On a 16-bit machine,
5724 this isn't true.
5725 ("print unsigned char == (~0)"): Add test that verifies that ~0,
5726 an int, is not equal to ~0 stored in an unsigned char. This tests
5727 the same thing that the previous test meant to, but works on
5728 16-bit machines, too.
5729 ("print unsigned char != (~0)"): Same test, complemented.
5730
5731 2001-05-24 Michael Snyder <msnyder@redhat.com>
5732
5733 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
5734 test for (full_coverage == 0). This makes the test run faster,
5735 and prevents dejagnu getting out of step.
5736
5737 2001-05-23 Kevin Buettner <kevinb@redhat.com>
5738
5739 * gdb.base/finish.exp (finish_void): Revise pattern for
5740 stopping on the call statement to not permit stopping at
5741 the start of the instructions comprising the call sequence.
5742
5743 2001-05-19 Michael Chastain <chastain@redhat.com>
5744
5745 * gdb.base/callfuncs.exp: Make all test names unique.
5746 * gdb.base/commands.exp: Make all test names unique.
5747 * gdb.base/condbreak.exp: Make all test names unique.
5748 * gdb.base/dbx.exp: Make all test names unique.
5749 * gdb.base/default.exp: Make all test names unique.
5750 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
5751 and TIMEOUT messages to their corresponding PASS message.
5752 * gdb.base/ending-run.exp: Make all test names unique.
5753 * gdb.base/long_long.exp: Remove duplicate test.
5754
5755 2001-05-21 Kevin Buettner <kevinb@redhat.com>
5756
5757 * gdb.base/finish.exp (finish_void): Allow "finish" command to
5758 stop on the call statement as well as the statement after the
5759 call.
5760
5761 2001-05-21 Michael Snyder <msnyder@redhat.com>
5762
5763 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
5764
5765 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
5766
5767 * gdb.base/completion.exp: Revamp test. Make it execute on all
5768 platforms.
5769
5770 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
5771
5772 * config/gdbserver.exp (gdb_load): Handle the case
5773 in which the arguments to gdbserver are given in the
5774 baseboard configuration file.
5775 Also handle the case in which the server needs to do a
5776 load.
5777
5778 2001-05-07 Keith Seitz <keiths@cygnus.com>
5779
5780 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
5781 set up the display for testing.
5782 (gdbtk_start): Convert all paths to paths that tcl will like.
5783 Export target information to environment.
5784 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
5785 necessary.
5786 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
5787 (to_tcl_path): New proc to convert a given pathname into
5788 a path acceptible as an argument to a tcl command.
5789 (_gdbtk_export_target_info): New proc to export target info
5790 into the environment for gdbtk testing.
5791 (gdbtk_done): New proc to signal end-of-test.
5792
5793 2001-05-06 Jim Blandy <jimb@redhat.com>
5794
5795 * restore.c: Make the code of caller0 correspond to its comment.
5796
5797 2001-05-03 Michael Snyder <msnyder@redhat.com>
5798
5799 * config/sid.exp (gdb_target_sid): Check for error messages.
5800 On error or timeout, don't make expect exit (which will terminate
5801 all subsequent tests); instead just make gdb exit.
5802 (gdb_load): Check for error messages. On error or timeout,
5803 return a negative value.
5804
5805 2001-04-24 Jim Blandy <jimb@redhat.com>
5806
5807 * gdb.c++/templates.exp: If we see the prompt for the overload
5808 list, but we haven't recognized any of the longer patterns,
5809 arrange for this test to fail, not hang.
5810
5811 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
5812 variations.
5813
5814 2001-04-22 Michael Chastain <chastain@redhat.com>
5815
5816 * gdb.c++/local.exp: Use the 'runto' library function.
5817 * gdb.c++/namespace.exp: Likewise.
5818 * gdb.c++/overload.exp: Likewise.
5819
5820 2001-03-26 Kevin Buettner <kevinb@redhat.com>
5821
5822 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
5823 * gdb.base/step-line.exp: New file. Test step/next in presence of
5824 #line directives.
5825 * gdb.base/step-line.c: New file. Test program for the above.
5826 * gdb.base/step-line.inp: New file. We pretend that this file has
5827 been transformed by some other tool into step-line.c.
5828
5829 2001-03-21 Jim Blandy <jimb@redhat.com>
5830
5831 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
5832 unmangled operator names.
5833
5834 2001-03-20 Jim Blandy <jimb@redhat.com>
5835
5836 * gdb.threads/linux-dp.exp: Recognize an additional message
5837 generated by GDB when it doesn't understand how to debug threads
5838 on the target system.
5839
5840 2001-03-19 Andrew Cagney <ac131313@redhat.com>
5841
5842 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
5843
5844 2001-03-12 Michael Chastain <chastain@redhat.com>
5845
5846 * gdb.c++/derivation.exp: Use the 'runto' library function.
5847
5848 2001-03-12 Michael Chastain <chastain@redhat.com>
5849
5850 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
5851
5852 2001-02-24 Michael Chastain <chastain@redhat.com>
5853
5854 * gdb.c++/ref-types.exp: Change handwritten code to library
5855 function 'runto'.
5856
5857 2001-03-16 Orjan Friberg <orjanf@axis.com>
5858
5859 * gdb.base/signals.exp: Set count to 0 explicitly.
5860
5861 2001-03-15 Mark Salter <msalter@redhat.com>
5862
5863 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
5864 (gdb_target_monitor): Add check of gdb_target_cmd return value.
5865 (gdb_load): Add support for additional target_info: gdb_download_size
5866 and gdb_load_timeout.
5867
5868 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
5869
5870 * gdb.base/annota1.exp: Move test of isnative to earlier in the
5871 file -- to prevent failing when the compile fails but we have no
5872 intention of running the tests anyway.
5873
5874 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
5875 tests if set.
5876
5877 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
5878 integers.
5879
5880 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
5881 * gdb.c++/namespace.exp: Ditto.
5882
5883 2001-03-07 Orjan Friberg <orjanf@axis.com>
5884
5885 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
5886 * gdb.base/pointers.exp: Relax pattern match of decimals.
5887
5888 2001-03-06 Kevin Buettner <kevinb@redhat.com>
5889
5890 * Makefile.in, config/abug.exp, config/cfdbug.exp,
5891 config/cpu32bug.exp, config/dve.exp, config/est.exp,
5892 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
5893 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
5894 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
5895 config/sh.exp, config/sid.exp, config/slite.exp,
5896 config/sparclet.exp, config/udi.exp, config/unknown.exp,
5897 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
5898 config/vxworks.exp, config/vxworks29k.exp,
5899 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
5900 gdb.base/all-bin.exp, gdb.base/annota1.exp,
5901 gdb.base/arithmet.exp, gdb.base/assign.exp,
5902 gdb.base/async.exp, gdb.base/attach.exp,
5903 gdb.base/bitfields.exp, gdb.base/bitops.exp,
5904 gdb.base/break.exp, gdb.base/call-ar-st.exp,
5905 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
5906 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
5907 gdb.base/commands.exp, gdb.base/completion.exp,
5908 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
5909 gdb.base/constvars.exp, gdb.base/corefile.exp,
5910 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
5911 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
5912 gdb.base/ending-run.exp, gdb.base/environ.exp,
5913 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
5914 gdb.base/finish.exp, gdb.base/foll-exec.exp,
5915 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
5916 gdb.base/funcargs.exp, gdb.base/help.exp,
5917 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
5918 gdb.base/logical.exp, gdb.base/long_long.exp,
5919 gdb.base/maint.exp, gdb.base/mips_pro.exp,
5920 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
5921 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
5922 gdb.base/pointers.exp, gdb.base/printcmds.exp,
5923 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
5924 gdb.base/regs.exp, gdb.base/relational.exp,
5925 gdb.base/remote.exp, gdb.base/reread.exp,
5926 gdb.base/restore.exp, gdb.base/return2.exp,
5927 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
5928 gdb.base/selftest.exp, gdb.base/setshow.exp,
5929 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
5930 gdb.base/sigall.exp, gdb.base/signals.exp,
5931 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
5932 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
5933 gdb.base/step-test.exp, gdb.base/structs.c,
5934 gdb.base/structs.exp, gdb.base/structs2.exp,
5935 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
5936 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
5937 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
5938 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
5939 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
5940 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
5941 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
5942 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
5943 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
5944 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
5945 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
5946 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
5947 gdb.fortran/types.exp, gdb.java/jmisc.exp,
5948 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
5949 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
5950 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
5951 gdb.trace/circ.exp, gdb.trace/collection.exp,
5952 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
5953 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
5954 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
5955 gdb.trace/report.exp, gdb.trace/save-trace.exp,
5956 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
5957 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
5958 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
5959 notices.
5960
5961 2001-02-27 Michael Snyder <msnyder@cygnus.com>
5962
5963 * gdb.base/varargs.c (find_max_double): Fix printf format string:
5964 first arg is int not float.
5965
5966 2001-02-22 Michael Snyder <msnyder@cygnus.com>
5967
5968 * gdb.base/reread.exp: Unsupported for non-native targets;
5969 doesn't work for remote debugging.
5970
5971 2001-02-19 Fernando Nasser <fnasser@redhat.com>
5972
5973 From Drew Moseley <dmoseley@redhat.com>
5974 * gdb.base/ending-run.exp: Properly handle the BSP state when
5975 stepping past the end of main.
5976
5977 2001-02-19 John Moore <jmoore@redhat.com>
5978
5979 * gdb.base/commands.exp (infrun_breakpoint_command_test):
5980 Converted HPUX fix for non-expected items following multiple
5981 step commands into general solution for all platforms.
5982
5983 2001-02-18 Michael Chastain <chastain@redhat.com>
5984
5985 * gdb.c++/classes.exp (do_tests): Change runto statements
5986 from "runto 'foo(void)'" to "runto 'foo'". This makes the
5987 statements demangler agnostic.
5988 * gdb.c++/virtfunc.exp (do_tests): Likewise.
5989 (gdb_virtfunc_restart): Likewise.
5990
5991 2001-02-14 Michael Chastain <chastain@redhat.com>
5992
5993 * gdb.c++/inherit.exp (do_tests): Change runto statements
5994 from "runto 'foo(void)'" to "runto 'foo'". This makes the
5995 statements demangler agnostic.
5996
5997 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
5998
5999 * gdb.threads/pthreads.exp: Unify pass/fail messages for
6000 ``continue to bkpt at common_routine in thread 2'' and ``stopped
6001 before calling common_routine 15 times'' tests.
6002
6003 2001-02-11 Michael Chastain <chastain@redhat.com>
6004
6005 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
6006 Helps the test script figure out which demangler is in use.
6007 (dm_type_foo_ref): Ditto.
6008 (dm_type_int_star): Ditto.
6009 (dm_type_long_star): Ditto.
6010 (dm_type_unsigned_int): Ditto.
6011 (dm_type_void): Ditto.
6012 (dm_type_void_star): Ditto.
6013 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
6014 Probe the gdb demangler and set variables to accommodate
6015 formatting differences.
6016 (info_func_regexp): New function. Same as info_func, but
6017 matches against a regexp.
6018 (info_func): Match against a literal string.
6019 (print_addr_2): New function. Match against a literal string,
6020 which can be different from the input to gdb.
6021 (print_addr): Simply call print_addr_2 with the same argument twice.
6022 (test_lookup_operator_functions): Use demangler formatting variables.
6023 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
6024 the tests in the same order as the C++ class declaration.
6025 (test_paddr_operator_functions): Ditto.
6026 (test_paddr_overloaded_functions): Ditto.
6027 (test_paddr_hairy_functions): Use demangler formatting variables.
6028 Add reference to gdb/19 for related tests.
6029 (do_tests): Call probe_demangler.
6030
6031 2001-01-30 Kevin Buettner <kevinb@redhat.com>
6032
6033 * gdb.c++/templates.cc (printf): Remove unused function definition.
6034
6035 2001-01-26 Felix Lee <flee@redhat.com>
6036
6037 * sid.exp (sid_exit): Pass host, not target, to remote_close.
6038
6039 2001-01-25 matthew green <mrg@redhat.com>
6040
6041 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
6042 up sid.
6043 (sid_exit): Call `remote_pop_conn' after GDB is gone.
6044
6045 2001-01-25 matthew green <mrg@redhat.com>
6046
6047 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
6048 Deprecate $sid_spawn_id.
6049 (sid_exit): Remove code necessary only for `spawn.'
6050
6051 2001-01-25 matthew green <mrg@redhat.com>
6052
6053 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
6054
6055 2001-01-28 Michael Chastain <chastain@redhat.com>
6056
6057 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
6058 to call when tests fail. It takes gdb out of the overloaded
6059 function choice menu back to the main prompt, so that the test
6060 program stays synchronized.
6061 (set_bp_overloaded): New proc to collect all the common
6062 code for setting a breakpoint on an overloaded name. Calls
6063 take_gdb_out_of_choice_menu when needed.
6064 (menu_overload1arg): New variable to collect the repeated
6065 instances of the expected menu for an overloaded name. Change
6066 the regular expression to handle changes in g++ type encoding:
6067 "void" can be either "void" or "", and "unsigned int" can be
6068 either "unsigned int" or "unsigned".
6069 (continue_to_bp_overloaded): Change regular expressions to handle
6070 changes in g++ type encoding.
6071 (no proc): Call take_gdb_out_of_choice_menu when needed.
6072 Remove redundant calls to "info break". Accept either "canceled"
6073 or "cancelled". Change regular expressions in "info break"
6074 calls to handle changes in g++ type encoding. Give all tests
6075 unique strings.
6076
6077 2001-01-17 Ben Elliston <bje@redhat.com>
6078
6079 * config/sid.exp: New file.
6080
6081 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
6082
6083 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
6084
6085 2000-12-21 Michael Snyder <msnyder@cygnus.com>
6086
6087 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
6088 Add a RE to accept a non-ascii char if one is ever presented.
6089
6090 2000-12-20 Fernando Nasser <fnasser@redhat.com>
6091
6092 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
6093
6094 2000-12-18 Michael Snyder <msnyder@cygnus.com>
6095
6096 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
6097 in regexp. One '\' does not suffice on Linux.
6098
6099 2000-12-09 Michael Chastain <chastain@redhat.com>
6100
6101 * gdb.base/break.exp (test_clear_command): Use a marker function
6102 rather than 'main' for the test function. Also move this
6103 test to an execution point where the marker function names are
6104 guaranteed to be bound to functions. (Executing tests after a
6105 'finish' from main runs into name conflicts with local names
6106 in __libc_start_main).
6107
6108 2000-12-07 Michael Snyder <msnyder@cygnus.com>
6109
6110 * gdb.base/finish.exp: New test for gdb's "finish" command.
6111 * gdb.base/return2.exp: New test for gdb's "return" command.
6112 * gdb.base/return2.c: New source file for above.
6113
6114 2000-12-05 Michael Snyder <msnyder@cygnus.com>
6115
6116 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
6117 * gdb.base/miscexprs.exp: Ditto.
6118 * gdb.base/pointers.exp: Ditto.
6119 * gdb.c++/derivation.exp: Ditto.
6120 * gdb.c++/local.exp: Ditto.
6121 * gdb.c++/namespace.exp: Ditto.
6122 * gdb.c++/overload.exp: Ditto.
6123 * gdb.c++/ref-types.exp: Ditto.
6124
6125 2000-12-05 Michael Snyder <msnyder@cygnus.com>
6126
6127 * gdb.base/constvars.exp: Test result of "up" command.
6128 * gdb.base/miscexprs.exp: Ditto.
6129 * gdb.base/pointers.exp: Ditto.
6130 * gdb.base/scope.exp: Ditto.
6131 * gdb.c++/derivation.exp: Ditto.
6132 * gdb.c++/local.exp: Ditto.
6133 * gdb.c++/namespace.exp: Ditto.
6134 * gdb.c++/overload.exp: Ditto.
6135 * gdb.c++/ref-types.exp: Ditto.
6136
6137 2000-11-22 Michael Chastain <chastain@redhat.com>
6138
6139 * mips_pro.exp: Accept either "middle -> top -> main" or
6140 "middle -> main" in the backtrace, because gcc can optimize
6141 tail calls to jumps. Remove setup_xfail for the hppa case.
6142 Add a comment with the original warning messages from PR 3016,
6143 which was filed in 1993, to preserve them for posterity.
6144
6145 2000-11-17 Nick Duffek <nsd@redhat.com>
6146
6147 * lib/gdb.exp (gdb_test): Override timeout with board info.
6148
6149 2000-11-17 Nick Duffek <nsd@redhat.com>
6150
6151 * gdb.base/display.exp: Don't kill running stub. Add "again" to
6152 the second kill and detach messages.
6153
6154 2000-11-17 Nick Duffek <nsd@redhat.com>
6155
6156 * configure.in: Add AC_EXEEXT.
6157 * configure: Regenerate.
6158 * Makefile.in (just-check): Export EXEEXT.
6159 * lib/gdb.exp ($EXEEXT): Import from environment.
6160 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
6161 expect "maint dump-me" on Cygwin.
6162 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
6163 $EXEEXT.
6164
6165 2000-11-17 Nick Duffek <nsd@redhat.com>
6166
6167 * gdb.base/break.exp: Test backtrace and finish from called
6168 function on all platforms, not just HP-UX.
6169
6170 2000-11-03 Michael Snyder <msnyder@cygnus.com>
6171
6172 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
6173 code from gdb_target_monitor, so it can be used independantly
6174 for gdbserver. Also comment out an unnecessary PUTS.
6175
6176 2000-11-03 Michael Snyder <msnyder@cygnus.com>
6177
6178 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
6179 * gdb.base/corefile.exp: Expect the message "Program is being
6180 debugged already" when we send the "corefile" command, since
6181 the preceeding gdb_load may have connected gdb to a remote target.
6182 * gdb.base/display.exp: Disable hardware watchpoints if new
6183 board info variable "no_hardware_watchpoints" is true.
6184 Replace single-letter commands with more readable ones.
6185 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
6186 if new board info variable "no_hardware_watchpoints" is true.
6187 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
6188 to see if stdio (printf) testing is possible.
6189 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
6190 board info variable "no_hardware_watchpoints" is true. Use new
6191 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
6192
6193 2000-11-13 Fernando Nasser <fnasser@redhat.com>
6194
6195 From Orjan Friberg <orjanf@axis.com>:
6196 * gdb.base/printcmds.exp: Escape curly braces followed by a number
6197 in array print pattern match.
6198
6199 2000-11-09 Fernando Nasser <fnasser@redhat.com>
6200
6201 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
6202 spelling "cancelled" to U.S. spelling "canceled" to match changes
6203 made to gdb.
6204 * gdb.c++/ovldbreak.exp: Ditto.
6205
6206 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6207
6208 * gdb.base/callfuncs.c (main): Moved to end of file, call
6209 t_double_values to initialize the FPU before inferior calls are made.
6210 * gdb.base/callfuncs.exp: Test for register preservation after calling
6211 inferior functions. Add tests for continuining, finishing and
6212 returning from a stop in a call dummy.
6213
6214 2000-10-24 Michael Snyder <msnyder@cygnus.com>
6215
6216 * gdb.base/commands.exp: Break up long lines, and re-indent.
6217
6218 2000-10-19 Michael Snyder <msnyder@cygnus.com>
6219
6220 * config/gdbserver.exp: Rewritten from the ground up, to make it
6221 compatible with the current dejagnu tree, and to make it work with
6222 the new "gdbserver" in libremote.
6223
6224 2000-10-16 Michael Snyder <msnyder@cygnus.com>
6225
6226 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
6227 * gdb.base/varargs.exp: Skip entire test if no printf support.
6228 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
6229 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
6230
6231 2000-10-13 Michael Snyder <msnyder@cygnus.com>
6232
6233 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
6234 no floating point support.
6235 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
6236 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
6237 * gdb.base/call-rt-st.exp: Ditto.
6238 * gdb.base/call-strs.exp: Ditto.
6239
6240 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
6241
6242 * gdb.base/sizeof.c: include <stdio.h>.
6243
6244 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
6245 'finish', otherwise uncaptured gdb_prompt would potentially
6246 throw remaining test points out of sync.
6247
6248 2000-07-26 Scott Bambrough <scottb@netwinder.org>
6249
6250 * gdb.base/recurse.exp: Run tests for all targets.
6251 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
6252 gnu-oldld case on ARM.
6253 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
6254 for ARM targets.
6255
6256 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
6257
6258 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
6259 * gdb.java/configure: Rebuild.
6260
6261 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
6262
6263 * gdb.java/jv-exp.exp: New file.
6264
6265 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
6266
6267 * configure: Rebuilt.
6268 * configure.in (configdirs): Add gdb.java.
6269 * gdb.java/jmisc.java: New file.
6270 * gdb.java/jmisc.exp: New file.
6271 * gdb.java/Makefile.in: New file.
6272 * gdb.java/configure: Rebuilt.
6273 * gdb.java/configure.in: New file.
6274 * lib/java.exp: New file.
6275
6276 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
6277
6278 * gdb.base/exprs.exp: Test casts to a pointer including over and
6279 underflow.
6280
6281 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
6282
6283 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
6284 and the compilers sizes.
6285
6286 2000-07-09 Nick Duffek <nsd@redhat.com>
6287
6288 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
6289 (use_methods): New function.
6290 (main): Call use_methods().
6291 * gdb.c++/classes.exp (test_method_param_class): New procedure.
6292 (do_tests): Call test_method_param_class.
6293
6294 2000-07-09 Nick Duffek <nsd@redhat.com>
6295
6296 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
6297 spelling.
6298 (test_enums): New procedure. Move enum tests from end of script
6299 to here. Set breakpoint on function name instead of line number.
6300 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
6301 (enums2): New marker function.
6302 (enums1): New function.
6303 (main): Call enums1(). Move enum tests to enums1().
6304
6305 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
6306
6307 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
6308 compile/link program. Update line numbers.
6309 * gdb.asm/d10v.inc: Define ``startup''.
6310 * gdb.asm/asmsrc1.s: Add definition of _start.
6311
6312 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
6313
6314 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
6315
6316 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6317
6318 * gdb.base/maint.exp: Add 'maint print architecture' item to output
6319 of 'help maint print' command.
6320
6321 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
6322
6323 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
6324 they use gdb_expect_list.
6325
6326 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
6327
6328 * gdb.base/commands.exp: Use ``set remote
6329 memory-read-packet-size'' instead of ``set endian big'' to test
6330 long commands.
6331
6332 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
6333
6334 * gdb.c++/templates.exp (do_tests): Make all of these work under
6335 g++, and stop skipping them.
6336
6337 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
6338 work under g++.
6339
6340 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
6341 initialization.
6342
6343 2000-06-02 Michael Snyder <msnyder@cygnus.com>
6344
6345 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
6346 the regular expression: accept an (almost) arbitrary sequence of
6347 "frames-invalid" and "breakpoints-invalid" messages both before
6348 and after the "starting" message.
6349
6350 2000-06-02 Michael Snyder <msnyder@cygnus.com>
6351
6352 * gdb.c++/local.exp: This test has never been known to work with g++.
6353
6354 2000-05-18 Michael Snyder <msnyder@cygnus.com>
6355
6356 * gdb.base/annota1.exp (annotate-signal-handler-caller):
6357 Relax the regular expression a little, make it pass on Solaris 8.
6358
6359 2000-05-12 Kevin Buettner <kevinb@redhat.com>
6360
6361 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
6362 a call, do not require that gdb stop on the line after the call.
6363 Instead, it is permissible for gdb to stop on the line of the
6364 call itself.
6365
6366 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
6367
6368 * gdb.base/break.exp (bp on small function, optimized file):
6369 Add a second pass pattern. The behavior differs here between stabs
6370 and dwarf for one-line functions. Stabs preserves two line symbols
6371 (one before the prologue and one after) with the same line number,
6372 but dwarf regards these as duplicates and discards one of them.
6373 Therefore the address after the prologue (where the breakpoint is)
6374 has no exactly matching line symbol, and GDB reports the breakpoint
6375 as if it were in the middle of a line rather than at the beginning.
6376
6377 2000-05-08 Michael Snyder <msnyder@cygnus.com>
6378
6379 * gdb.base/interrupt.exp: Make "pass" message say "send"
6380 rather than "send_gdb" (for consistancy).
6381
6382 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6383
6384 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
6385 * gdb.c++/templates.cc: Properly check for GCC version number.
6386 * lib/compiler.cc: Likewise
6387
6388 2000-04-28 Michael Snyder <msnyder@cygnus.com>
6389
6390 * gdb.base/break.exp: When compiled with -O2 optimization,
6391 gdb may not stop at the first line of main, due to code motion.
6392
6393 2000-04-26 Michael Snyder <msnyder@cygnus.com>
6394
6395 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
6396 This test depends on parsing the printf output from the target.
6397 Since the sparclet stub doesn't do stdio, this will never work.
6398 * gdb.base/call-rt-st.exp: ditto.
6399 * gdb.base/call-strs: ditto.
6400
6401 2000-04-24 Michael Snyder <msnyder@cygnus.com>
6402
6403 * gdb.base/miscexprs.exp: make sizeof long array test portable.
6404
6405 * gdb.base/ending-run.exp: After connecting to a remote target,
6406 but before running, the target will appear to be in a random
6407 location. Specify both a file and a line for breakpoints.
6408 Also, the function that calls main may be called 'init'
6409 rather than 'start'.
6410
6411 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6412
6413 * gdb.base/help.exp: Update output for add-symbol-file command.
6414
6415 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
6416
6417 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6418 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
6419
6420 2000-04-07 J.T. Conklin <jtc@redback.com>
6421
6422 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
6423
6424 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
6425
6426 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
6427
6428 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
6429 values that can be represented exactly.
6430 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
6431 above change, and to not check against the directory part of the source
6432 file name.
6433 (step into print_long_arg_list): Likewise.
6434 (print print_small_structs from print_long_arg_list): Likewise.
6435 (print print_long_arg_list): Likewise.
6436
6437 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6438
6439 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
6440
6441 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
6442
6443 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
6444
6445 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
6446
6447 * gdb.base/commands.exp (deprecated_command_test): Add test for
6448 deprecate with no arguments.
6449
6450 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
6451
6452 * gdb.base/break.exp: Add new test for setting breakpoints on
6453 optimized code so we can test breakpoints work even when function
6454 prologues may be optimized away
6455
6456 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6457
6458 From David Whedon <dwhedon@gordian.com>
6459 * gdb.base/commands.exp : Added command deprecator tests.
6460
6461 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
6462
6463 * gdb.base/help.exp: Added test for new apropos command.
6464
6465 2000-03-21 Kevin Buettner <kevinb@redhat.com>
6466
6467 * gdb.base/pointers.c (usevar): New function.
6468 (main): Make sure that global variables v_int_pointer2, rptr,
6469 and y are all referenced someplace in the program by calling
6470 usevar() on them. [Some linkers delete symbols which are
6471 never referenced. The space remains, but there's no way to
6472 get a (symbolic) handle on the variable from the debugger.]
6473
6474 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6475
6476 * gdb.base/printcmds.c: Add typedeffed arrays.
6477
6478 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
6479 procedure to test arrays that are typedef'd.
6480
6481 2000-03-13 James Ingham <jingham@leda.cygnus.com>
6482
6483 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
6484 the library directories.
6485
6486 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
6487
6488 * configure.in (configdirs): Add sub directory gdb.mi.
6489 * configure: Re-generate.
6490
6491 * gdb.mi: New directory.
6492
6493 2000-02-25 Scott Bambrough <scottb@netwinder.org>
6494
6495 * gdb.base/long_long.exp: Correct test suite failure when printing
6496 a long long value as a double on ARM platforms.
6497
6498 2000-02-16 Jim Blandy <jimb@redhat.com>
6499
6500 * gdb.base/break.exp ("breakpoint line number"): Make sure the
6501 default source file is set properly before running this test.
6502
6503 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6504
6505 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
6506 gdbtk/library directory, not in gdbtcl2.
6507
6508 2000-02-04 Jim Blandy <jimb@redhat.com>
6509
6510 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
6511 backslash from regexp pattern.
6512
6513 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
6514 procedure. Use it to run all the "continue to bp overloaded"
6515 tests. Note that this changes the names of the tests slightly.
6516 If the breakpoint hit message includes a hex PC value, because
6517 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
6518 from the real source code, still consider that a pass.
6519
6520 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
6521 XFAIL here if the breakpoint message contains a hex address. Note
6522 similar change on 1999-11-02.
6523
6524 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
6525
6526 * gdb.base/ptype.exp: Establish a default source file before
6527 calling get_debug_format.
6528
6529 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
6530
6531 * gdb.base/watchpoint.exp: Remove duplication of test messages.
6532
6533 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
6534
6535 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
6536 of successive stepi commands -- while in the prologue we should see
6537 the function entry bracket.
6538
6539 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
6540
6541 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
6542 reach __change_mode() when stepping through the end of main().
6543
6544 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
6545
6546 * gdb.base/default.exp: Fix expected pattern.
6547 * gdb.base/help.exp: Same.
6548
6549 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6550
6551 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
6552 Don't use xfail's because that affects only the following test.
6553
6554 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
6555 solaris or linux.
6556
6557 * gdb.base/selftest.exp: Update to reflect changes to main.c.
6558
6559 2000-01-07 Michael Snyder <msnyder@cygnus.com>
6560
6561 * gdb.base/display.exp: Some yacc parsers like to say
6562 "A syntax error" rather than "A parse error". Accept both.
6563
6564 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
6565
6566 * gdb.base/default.exp: Remove OS dependent string from "target
6567 remote" test.
6568 * gdb.base/help.exp: Same for "help target remote" test.
6569
6570 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6571
6572 From Jim Kingdon <kingdon@redhat.com>:
6573
6574 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
6575 prompt (cleanup rather than necessity, but still might keep output
6576 from spilling to next test).
6577
6578 2000-01-02 Fred Fish <fnf@cygnus.com>
6579
6580 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
6581 AIX, which defines them in <sys/types.h>.
6582
6583 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
6584
6585 * gdb.base/default.exp: Match arm* etc instead of arm in "info
6586 float" test.
6587
6588 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
6589
6590 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
6591
6592 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
6593 outermost frame disallowed".
6594
6595 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
6596
6597 * gdb.base/setvar.exp: New tests for setting the value of a struct
6598 with a constant list.
6599
6600 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
6601
6602 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
6603 require the user to type a cast before setting the value of a struct.
6604
6605 1999-12-06 Jim Blandy <jimb@cygnus.com>
6606
6607 * gdb.base/default.exp: Expect the new 'info float' command on
6608 all i386 platforms.
6609
6610 * gdb.threads/linux-dp.exp: Expand our ability to recognize
6611 LinuxThreads libraries that don't support debugging.
6612
6613 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
6614
6615 * gdb.base/remote.c: Fill the buffer with truely random data.
6616 Change the buffer type to ``unsigned char'' to simplify size
6617 arithmetic.
6618
6619 * gdb.base/remote.exp: Reduce download numbers by one. Typical
6620 stub only handles 400-1 byte packets. Verify that the download
6621 worked.
6622
6623 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
6624
6625 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
6626 tests, using UNRESOLVED for the untested cases. Also, does not wait
6627 for a timeout if the prompt was received before a recognizable pattern.
6628
6629 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
6630
6631 * lib/gdb.exp (gdb_expect_list): Fix spelling.
6632
6633 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6634
6635 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
6636 watchpoints.
6637
6638 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
6639
6640 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
6641
6642 * gdb.c++/local.exp: Be more flexible in recognizing local class
6643 name mangling. Don't allow horribly truncated method names.
6644 * gdb.c++/derivation.exp: Expect protected inheritance.
6645 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
6646 * gdb.c++/virtfunc.exp: Likewise.
6647 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
6648 when printing a nested enum.
6649
6650 1999-11-22 Jim Blandy <jimb@cygnus.com>
6651
6652 * gdb.base/step-test.exp: Properly await GDB's response to setting
6653 a breakpoint on the call to large_struct_by_value.
6654
6655 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
6656 just because we have debug info for the `start' function.
6657
6658 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
6659
6660 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
6661 "Unknown signal" messages, which indicate (on LinuxThreads) that
6662 GDB doesn't know how to debug threads on this system. This is
6663 better than hanging while philosopher 0 dumps chatter into gdb.log.
6664
6665 1999-11-18 Tom Tromey <tromey@cygnus.com>
6666
6667 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
6668
6669 1999-11-18 Fred Fish <fnf@cygnus.com>
6670
6671 * gdb.base/coremaker2.c: Add sample program for generating
6672 cores that is more self contained than coremaker.c. Eventually
6673 I'll add more code to this and tie it into the testsuite.
6674
6675 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
6676
6677 * gdb.base/dollar.exp: Remove, now in gdb.hp.
6678
6679 1999-11-10 Jimmy Guo <guo@cup.hp.com>
6680
6681 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
6682 from $srcdir/lib/.
6683 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
6684 and gdb.c++/.
6685
6686 * gdb.c++/derivation.exp: remove redundant get compiler info code.
6687
6688 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
6689 'continue with watch' test point.
6690
6691 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
6692
6693 Merged from p2linux-990323-branch:
6694
6695 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
6696
6697 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
6698
6699 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
6700 {limit,fixed}''. Test ``set download-write-size''.
6701
6702 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
6703
6704 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
6705 gdb_expect_list.
6706
6707 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
6708
6709 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
6710
6711 1999-11-03 Mark Salter <msalter@cygnus.com>
6712
6713 * gdb.base/break.exp: Fix "stub continue" pattern.
6714
6715 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
6716
6717 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
6718
6719 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
6720
6721 * gdb.base/display.exp ("finish"): Add timeout clause.
6722
6723 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
6724 plain prompt clause, so this doesn't have to time out in order to
6725 fail.
6726
6727 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
6728 breakpoint hit messages include an address.
6729
6730 * gdb.base/display.exp: Don't forget to escape parens in regular
6731 expressions. Unix regexp notatation sucks.
6732
6733 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6734
6735 * gdb.base/annota1.exp: Test for annotate-signalled: change output
6736 order for 'signalled' message.
6737
6738 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
6739
6740 From Jimmy Guo <guo@cup.hp.com>:
6741 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
6742 * gdb.base/annota1.c: Add code for tests to work with.
6743
6744 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
6745
6746 * gdb.base/remote.exp: New test for remote downloading settings.
6747 * gdb.base/remote.c: New file with large .data.
6748
6749 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
6750
6751 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
6752 for LinuxThreads support, merged from the Code Fusion branch.
6753
6754 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
6755
6756 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
6757 containing exp_continue into a while within an expect. Don't
6758 attempt a start more than three times. Check return value from
6759 gdb_load.
6760
6761 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
6762
6763 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
6764 a pass case.
6765
6766 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
6767
6768 * gdb.base/break.c (main): Added a statement that we can step
6769 off of.
6770 * gdb.base/break.exp: Added tests for setting a breakpoint
6771 at an offset and stepping onto a breakpoint.
6772
6773 1999-10-01 Fred Fish <fnf@cygnus.com>
6774
6775 * gdb.base/help.exp (help add-symbol-file): Update to match current
6776 gdb output.
6777
6778 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
6779
6780 * gdb.base/break.exp: Code locations are in hex, don't forget!
6781 (For HP-UX.)
6782
6783 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
6784
6785 * condbreak.exp: Use break.c as test program.
6786 * condbreak.c: Remove, redundant with break.c.
6787
6788 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
6789
6790 * config/monitor.exp (gdb_target_monitor): Disable X- and
6791 Z-packets if the target needs it.
6792
6793 1999-09-13 James Ingham <jingham@leda.cygnus.com>
6794
6795 * gdb.c++/overload.exp: Added tests for listing overloaded
6796 functions with function pointers in the arg, explicitly calling
6797 out the version you want.
6798
6799 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
6800
6801 * long_long.exp: Add variations of test cases that work for
6802 targets with 16-bit ints and 32-bit doubles.
6803
6804 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
6805
6806 * break.c (main): Compare a possibly-uninitialized argc with an
6807 unlikely value that fits in 16 bits.
6808
6809 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
6810
6811 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
6812 0xfeeb, don't want negative numbers if ints are 16 bits.
6813
6814 * lib/gdb.exp (skip_cplus_tests): New proc.
6815 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
6816 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
6817 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
6818 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
6819 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
6820 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
6821 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
6822 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
6823
6824 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
6825
6826 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
6827
6828 * gdb.base/corefile.exp (up): Allow a parameter to appear
6829 in the frame that we're going up to.
6830
6831 From Jim Blandy <jimb@cygnus.com>:
6832
6833 * gdb.base/default.exp (info float): Expect some output now.
6834
6835 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
6836 returning floating-point values to fail on the x86.
6837 * gdb.base/callfwmall.exp (do_function_calls): Same.
6838
6839 * gdb.base/list.exp (test_listsize): Correct expectations for
6840 listing line 1 with listsize 2. Also, listing a single line
6841 works now, as does listing three lines. [Kevin's note: There
6842 were a number of other cases fixed too where the expectations
6843 differed...]
6844
6845 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
6846
6847 * gdb.base/selftest.exp: Add case for when version prints as
6848 constant string instead of char pointer.
6849
6850 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
6851
6852 * gdb.base/ending-run.exp: Add Solaris case for what happens when
6853 stepping out of main.
6854
6855 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
6856 G++ used.
6857
6858 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
6859 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
6860
6861 * gdb.c++/ovldbreak.exp: Update match string in test that
6862 includes a warning of multiple breakpoints.
6863
6864 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
6865
6866 * gdb.base/display.exp: Improve precision of step-after-finish
6867 added yesterday.
6868
6869 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
6870 test.
6871
6872 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
6873 configs when using G++, not just hppa*.
6874
6875 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6876
6877 * gdb.base/async.c: New file.
6878 * gdb.base/async.exp: New file.
6879
6880 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
6881
6882 * gdb.base/break.exp: Tweak PA specific tests to properly handle
6883 PA64.
6884
6885 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
6886
6887 * gdb.base/display.exp: "finish" can leave us mid-line on many
6888 targets, deal with it. Add a small constant to main, instead of
6889 1000 since main+1000 may not be a valid address in the target.
6890
6891 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
6892 on hpux11.
6893
6894 * gdb.base/attach.exp: Handle another hpux11 error message variant
6895 when attaching to a process that does not exist.
6896
6897 1999-08-19 J.T. Conklin <jtc@redback.com>
6898
6899 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
6900 characters in 'continue to 1241' test.
6901
6902 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
6903
6904 * gdb.base/call-ar-st.exp: Add a shorter match case for the
6905 stop in print_long_arg_list, define and use a whitespace
6906 variable in print_small_structs test, add an XFAIL for Solaris.
6907 * gdb.base/dbx.exp: XFAIL func commands until somebody is
6908 interested enough to fix.
6909
6910 1999-08-13 Keith Seitz <keiths@cygnus.com>
6911
6912 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
6913 (dbx_gdb_load): Remove. Use gdb_load instead, since that
6914 proc knows about targets other than the natives.
6915 (test_assign): Use "gdb_run_cmd" to "run" the target.
6916 Check that we've actually hit the breakpoint at main.
6917 When we attempt to assign a value to a local variable, check
6918 that the variable is in the current scope, i.e., don't use
6919 a test with an empty result.
6920
6921 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
6922
6923 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
6924 command.
6925
6926 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
6927
6928 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6929 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
6930 gdb.compat, gdb.threads-hp.
6931 gdb.hp/configure, gdb.hp/configure.in: New files.
6932 gdb.hp/Makefile.in: Recurse into new subdirs.
6933 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
6934 gdb.hp/gdb.objdbg: New directory, tests for debugging info
6935 in object files.
6936 gdb.hp/tools: New directory, aux tools for HP-specific tests.
6937
6938 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
6939
6940 * gdb.base/display.exp: Help expect by putting a newline in the
6941 funky printf, remove a bogus p/a test.
6942
6943 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6944
6945 * gdb.base/display.exp: Make sure that when we say 'run', we are
6946 connected to the target. This is necessary when running not
6947 natively.
6948
6949 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
6950
6951 * gdb.base/step-test.exp: Removed some extraneous messages.
6952
6953 * gdb.base/long_long.exp: Don't run memory examination tests
6954 on little-endian targets (they will need a different set of
6955 results to match).
6956
6957 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
6958
6959 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
6960 until somebody decides to fix GDB.
6961
6962 * gdb.base/long_long.c: Stop compiler complaint by specifying long
6963 constant as "ULL".
6964 * gdb.base/long_long.exp: Loosen x/c test, add partial result
6965 matches for a couple x/2 commands.
6966
6967 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
6968
6969 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
6970 by merging in ref-types2 tests.
6971 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
6972
6973 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6974 * gdb.c++/Makefile.in: Add standard actions.
6975 (EXECUTABLES): Rename from PROGS, update list.
6976 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
6977 from gdb.hp.
6978 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
6979 foo and bar locals.
6980 * gdb.c++/anon-union.exp: Fix tests to match.
6981 * gdb.c++/classes.exp: Run if HP compiler used, add extra
6982 expect matches to handle output variations.
6983 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
6984 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
6985 output, add HP alternatives for new and delete prints.
6986 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
6987 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
6988 * gdb.c++/demangle.exp: Use $style when reporting failure.
6989 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
6990 * gdb.c++/inherit.exp: Run if HP compiler used, add some
6991 match alternatives.
6992 * gdb.c++/local.exp: Add match alternatives or xfails for HP
6993 compilers.
6994 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
6995 * gdb.c++/method.exp: Add match alternatives.
6996 * gdb.c++/misc.cc: Add bool types.
6997 * gdb.c++/misc.exp: Add tests for bool types.
6998 * gdb.c++/overload.exp: Add xfails.
6999 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
7000 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
7001 add some more template parameter tests (only for HP currently).
7002 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
7003 * gdb.c++/virtfunc.cc: Add return type and value for main.
7004 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
7005 match alternatives.
7006
7007 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7008
7009 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
7010
7011 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
7012
7013 * gdb.base/signals.exp: Don't expect getting a backtrace from
7014 within a signal handler to fail on Linux.
7015
7016 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
7017
7018 From Jimmy Guo <guo@cup.hp.com> and others at HP:
7019 * lib/gdb.exp: Remove some gratuitious semicolons.
7020 (delete_breakpoints): Increase timeout.
7021 (gdb_expect): Add -notransfer option.
7022 (gdb_test): Use -notransfer option.
7023 (get_compiler_info): Add f77 case.
7024 (get_compiler): New proc, split out from gdb_preprocess, add f77
7025 case.
7026 (gdb_preprocess): Call get_compiler.
7027
7028 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
7029 * gdb.base/attach.exp, gdb.base/display.exp,
7030 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
7031 gdb.base/long_long.exp, gdb.base/printcmds.exp,
7032 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
7033 third arg to gdb_test.
7034 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
7035 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
7036 HP-UX xfails, add others.
7037 * gdb.base/completion.exp: Reflect name change of self-test.
7038 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
7039 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
7040 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
7041 HP failure number.
7042 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
7043 useless HP-UX 10.30 references.
7044 * gdb.base/maint.exp: Loosen matches.
7045 * gdb.base/pointers.c (main): Declare more_code.
7046 * gdb.base/pointers.exp: Match on output of a `next'.
7047 * gdb.base/structs.c: Add prototypes.
7048 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
7049 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
7050
7051 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7052
7053 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
7054 command.
7055
7056 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7057
7058 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
7059 Fix run to main failures. Watchpoint can be hardware watchpoint.
7060
7061 * gdb.base/annota1.exp: Clean up some more, in case printf has
7062 debug info. Deal with lack of signal hanlder info in stack.
7063
7064 From Jim Kingdon <kingdon@redhat.com>:
7065 * gdb.base/annota1.exp: If printf has debug info, deal with it.
7066
7067 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
7068
7069 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
7070 gdb.base/foll-vfork.exp: Don't run for crosses.
7071
7072 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
7073
7074 * gdb.base/configure.in: Check for gdbvars.exp instead of
7075 a1-selftest.exp.
7076 * gdb.base/configure: Re-generate.
7077
7078 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
7079
7080 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
7081 in trying to run first and name is too long.
7082
7083 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
7084 pointers2.c and pointers2.exp, respectively.
7085 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
7086 doschk happier.
7087
7088 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
7089
7090 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
7091 callfuncs2.c and callfuncs2.exp.
7092
7093 * gdb.base/list.exp: Remove mistaken xfails.
7094 * gdb.base/list0.h: Add optional prototypes.
7095
7096 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
7097
7098 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
7099 calling malloc.
7100 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
7101 * ptype.exp: Move test for get_debug_format to before its first
7102 use.
7103
7104 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7105
7106 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
7107 * gdb.base/annota2.cc, annota2.exp: Move from here.
7108 * gdb.c++/annota2.cc, annota2.exp: To here.
7109 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
7110
7111 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7112
7113 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
7114 a consistent format.
7115
7116 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
7117
7118 From Jimmy Guo <guo@cup.hp.com> and others at HP:
7119 * lib/gdb.exp (get_compiler_info): Add detection for assorted
7120 HP compilers, also set the globals $true and $false.
7121
7122 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
7123 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
7124 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
7125 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
7126 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
7127 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
7128 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
7129 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
7130 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
7131 whatis.c} Add C++ compatible function definitions and return
7132 types, add includes for library functions.
7133 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
7134 * gdb.base/step-test.c (myglob): Rename from glob.
7135 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
7136 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
7137 files, move here from gdb.hp.
7138 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
7139 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
7140 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
7141 Adjust line numbers in regexps.
7142
7143 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
7144 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
7145 instead of 0/1.
7146
7147 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
7148 foll-vfork.exp: New files, move here from gdb.hp.
7149 * gdb.base/page.exp: New file, test of pagination command.
7150
7151 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
7152 recursion test.
7153 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
7154
7155 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
7156 gdb.base/solib.exp: Fix compiler invocation process.
7157
7158 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
7159 HP-UX 11, turn off overload resolution explicitly.
7160 * gdb.base/commands.exp: Set argument list explicitly, add
7161 watchpoint test.
7162 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
7163 them work.
7164 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
7165 expressions properly.
7166 * gdb.base/corefile.exp: Loosen the match slightly.
7167 * gdb.base/default.exp: Allow "Error accessing memory" message
7168 also.
7169 * gdb.base/display.exp: Skip over x/0 j if PA64.
7170 * gdb.base/funcargs.exp: Add xfails for HP-UX.
7171 * gdb.base/interrupt.exp: Ditto.
7172 * gdb.base/langs.exp: Add symbolic matches governed by compiler
7173 in use.
7174 * gdb.base/list.exp: Add xfails for HP-UX.
7175 * gdb.base/long_long.exp: Refine some of the numeric matches.
7176 * gdb.base/mips_pro.exp: Xfail on HP-UX.
7177 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
7178 * gdb.base/nodebug.exp: Succeed on more varieties of output.
7179 * gdb.base/opaque.exp: Remove some HP-UX xfails.
7180 * gdb.base/ptype.exp: Succeed on more varieties of output.
7181 * gdb.base/scope.exp: Add xfails for HP-UX.
7182 * gdb.base/sect-cmd.exp: Add more cases.
7183 * gdb.base/setvar.exp: Add xfails for HP-UX.
7184 * gdb.base/shlib-call.exp: Loosen some matches slightly.
7185 * gdb.base/signals.exp: Match on void symbolically.
7186 * gdb.base/step-test.exp: Add case for PA64.
7187 * gdb.base/term.exp: Add exit and restart.
7188 * gdb.base/twice.exp: Clean up after self.
7189 * gdb.base/varargs.exp: Disable overload resolution explicitly.
7190 * gdb.base/whatis.exp: Allow more ways to pass tests.
7191
7192 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
7193 no longer useful.
7194
7195 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
7196
7197 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
7198 list of patterns.
7199 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
7200 print_double_array(double_array)", "continuing to breakpoint
7201 1018", "print print_double_array(array_d)" and "continuing to
7202 1034" tests.
7203
7204 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7205
7206 * Makefile.in: Add empty html and install-html targets.
7207
7208 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
7209
7210 * config/mt-*: Remove, these haven't been used since 1996.
7211
7212 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
7213
7214 * gdb.base/call-strs.c, gdb.base/ending-run.c,
7215 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
7216 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
7217
7218 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
7219
7220 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
7221 simpler match case for the ptype of the big class.
7222
7223 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
7224
7225 * gdb.exp: Fix test for gdb_prompt existence.
7226
7227 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
7228
7229 * gdb.exp (gdb_test): Add fail after calls to perror.
7230
7231 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
7232
7233 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
7234
7235 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
7236
7237 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
7238
7239 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
7240
7241 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
7242 malloc() is linked in.
7243
7244 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
7245
7246 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
7247 step at end.
7248
7249 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
7250
7251 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
7252
7253 * gdb.java/jv-print.exp: New file. (Our first Java test!)
7254
7255 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
7256
7257 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
7258 * gdb.base/mips_pro.exp: Likewise.
7259
7260 1999-06-02 Keith Seitz <keiths@cygnus.com>
7261
7262 * gdb.c++/templates.cc: Change all "new" operators to throw
7263 an exception.
7264 * gdb.c++/cplusfuncs.cc: Likewise.
7265
7266 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
7267
7268 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
7269
7270 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
7271 * gdb.base/ending-run.exp: When stepping out of main, accept a
7272 step into an arbitrary assembler file.
7273
7274 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7275
7276 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
7277 "breakpoint-invalid" to be printed.
7278 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
7279 number of "frames-invalid" and "breakpoint-invalid" to be printed.
7280 * gdb.base/annota2.cc: Initialize a.x to 0.
7281
7282 1999-05-17 Keith Seitz <keiths@cygnus.com>
7283
7284 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
7285 when "skip_float_tests" set.
7286 Ditto for "print print_double_array(array_d)", "print print_small_structs",
7287 "print print_ten_doubles", and "step into print_long_arg_list".
7288 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
7289 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
7290 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
7291 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
7292 "skip_float_tests" is set.
7293 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
7294 when "skip_float_tests" set.
7295
7296 1999-05-06 Keith Seitz <keiths@cygnus.com>
7297
7298 * gdb.base/annota2.cc: Include stdio.h.
7299
7300 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
7301
7302 * gdb.base/crossload.exp: Remove, this has been disabled ever
7303 since BFD stopped including all targets, and cross-GDB gets
7304 plenty of testing anyway.
7305 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
7306 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
7307 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
7308 * gdb.base/README: Remove, was doc for this.
7309 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
7310 needed.
7311
7312 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7313
7314 * gdb.base/call-ar-st.exp: Fix one regular expression in test
7315 output.
7316
7317 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
7318 * gdb.base/annota2.exp: New file. More annotation tests.
7319 * gdb.base/annota1.c: New file. Source file for annota1.exp.
7320 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
7321
7322 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
7323
7324 * config/cfdbug.exp: New file.
7325
7326 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
7327
7328 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
7329 Marcus Daniel's and Dale Hawkins's demangler crashes.
7330
7331 * gdb.c++/demangle.exp (test_gnu_style_demangling,
7332 test_lucid_style_demangling, test_arm_style_demangling,
7333 test_hp_style_demangling): Try Tom Tromey's core-dumping
7334 identifier under each demangling style.
7335
7336 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
7337
7338 * gdb.c++/demangle.exp: Include the current demangling style
7339 in all test names.
7340 (current_demangling_style): New global variable.
7341 (set_demangling_style, test_demangling_core, test_demangling,
7342 test_demangling_exact): New functions.
7343 (test_gnu_style_demangling, test_lucid_style_demangling,
7344 test_arm_style_demangling, test_hp_style_demangling): Use those,
7345 instead of calling gdb_test and gdb_test_exact directly.
7346 (catch_demangling_errors): New function, which reports errors
7347 signalled by the demangling test functions in an orderly way.
7348 (do_tests): Use catch_demangling_errors.
7349
7350 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
7351
7352 * gdb.base/signals.exp (test_handle_all_print): Use () for
7353 grouping in expressions, not {}.
7354
7355 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
7356 initialized yet.
7357
7358 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
7359
7360 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
7361 are listed.
7362
7363 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
7364
7365 * gdb.stabs/weird.exp: Test for CC being defined before
7366 looking at its value.
7367
7368 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
7369
7370 * gdb.base/call-ar-st.exp: Remove stray '#'.
7371 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
7372 "short int" and "long int".
7373 * gdb.c++/overload.cc: Cast the string added in the previous
7374 change, to mollify finicky HP compiler.
7375 * gdb.hp/reg-test.exp (testfile): Fix file name.
7376 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
7377
7378 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
7379 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
7380 alternate form of enum ptype.
7381
7382 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
7383
7384 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
7385 * gdb.hp/*.exp: Change all to run compiler probe only after
7386 passing skip_hp_tests, so as not to waste time on guaranteed
7387 failure.
7388
7389 * gdb.c++/overload.cc: Pass string instead of char addr, always
7390 init ccpfoo.
7391 * gdb.c++/templates.cc: Fix syntax error.
7392
7393 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7394
7395 * gdb.base/commands.exp: Add test for correct position of '>'
7396 when issuing the 'commands' command after a 'while' or 'if'
7397 command.
7398
7399 1999-03-18 James Ingham <jingham@cygnus.com>
7400
7401 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
7402
7403 * gdb.c++/method.exp: It was testing an uninitialized int on the
7404 stack and assuming it was positive.
7405
7406 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
7407
7408 * gdb.base/step-test.exp: Catch a case where finish is broken and
7409 keep it from killing the rest of the tests.
7410 Use gdb_continue_to_end.
7411
7412 * gdb.base/sigall.exp: use gdb_continue_to_end.
7413
7414 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
7415
7416 * gdb.base/display.exp: use runto_main, not run.
7417
7418 * gdb.base/default.exp: Check for the current error message in the
7419 r abbreviation test.
7420 Add strongarm to the targets that know info float.
7421
7422 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7423 run which doesn't work with monitors.
7424
7425 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
7426
7427 * gdb.base/break.exp: use the gdb_continue_to_end proc.
7428
7429 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
7430 program. Traps the case (in Cygmon) when the program never really
7431 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7432 more places, so I used my name. Sorry Mark...
7433
7434 * config/monitor.exp (gdb_target_monitor): added another
7435 target_info parameter: remotebinarydownload. This will set the
7436 remotebinarydownload flag if this is causing some boards trouble.
7437
7438 1999-03-18 Mark Salter <msalter@cygnus.com>
7439
7440 * lib/gdb.exp (continue_to_exit): New function.
7441
7442 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
7443 * gdb.base/ending-run.exp: Ditto.
7444 * gdb.base/step-test.exp: Ditto.
7445
7446 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
7447
7448 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
7449 (suggested by Art Haas <ahaas@neosoft.com>).
7450
7451 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
7452
7453 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7454
7455 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
7456
7457 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
7458 descriptions of types (short unsigned int vs unsigned short, etc).
7459
7460 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
7461
7462 * gdb.base/call-strs.exp: Don't assume that `step' will step over
7463 a call to strlen; sometimes we do have sources.
7464
7465 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
7466
7467 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
7468 character, so GDB won't print garbage after its end.
7469
7470 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
7471 breakpoint there instead. Sometimes GCC emits memcpy to handle
7472 the large structures being passed by value, so we step into that
7473 instead of sum_array_print, which obscures what we're really testing.
7474 * gdb.base/step-test.exp: However, we do want a test that notices
7475 the bizarre steps into memcpy, so do that here. Add check for
7476 stepping into function calls that pass large structures by value.
7477 ("Is that a noun clause, or are you just happy to see me?")
7478 Remove all references to specific line numbers.
7479 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
7480 New type and function.
7481 (main): Call large_struct_by_value, passing it a large struct by value.
7482 * lib/gdb.exp (gdb_get_line_number): New function.
7483
7484 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
7485 more portable.
7486
7487 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
7488
7489 * lib/gdb.exp: Doc fixes.
7490
7491 1999-03-05 Nick Clifton <nickc@cygnus.com>
7492
7493 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7494
7495 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
7496
7497 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
7498 commands. They're not germane to this test, and they don't work
7499 that way on remote targets.
7500
7501 1999-03-01 James Ingham <jingham@cygnus.com>
7502
7503 * Changelog entries merged over from gdb development branch.
7504
7505 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
7506
7507 * lib/gdb.exp (gdbtk_analyze_results): Generic function
7508 for outputting results of test run.
7509
7510 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
7511
7512 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
7513
7514 1999-02-25 Felix Lee <flee@cygnus.com>
7515
7516 * lib/gdb.exp (debug_format): initialize
7517
7518 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
7519
7520 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
7521 * gdb.base/call-rt-st.c: Ditto.
7522
7523 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
7524
7525 * gdb.threads/pthreads.exp (horiz): New variable.
7526 (test_startup): Fix regexps that capture thread numbers.
7527
7528 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
7529
7530 * gdb.base/smoke.exp: Disambiguate two test case names (both
7531 called ``print'').
7532
7533 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
7534
7535 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
7536 compilation.
7537
7538 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
7539
7540 * gdb.base/miscexprs.exp: Change patterns to match GDB's
7541 actual output formatting.
7542 * gdb.base/smoke.exp: GDB removes leading 0's.
7543 * gdb.base/volatile.exp: Don't check type of remuneration;
7544 that variable is no longer defined in constvars.c.
7545 * gdb.base/step-test.c (main): Exit with explicit exit code.
7546 * gdb.base/step-test.exp: Remove two nexti checks--they are
7547 not portable.
7548
7549 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
7550
7551 * gdb.base/help.exp ("help delete display"): Fix test to match
7552 gdb's output.
7553
7554 * gdb.base/long_long.c (known_types): Initialize values to zero.
7555 * gdb.base/long_long.exp: Step one more line
7556 so 'dec' is initialized in "get to known place". GDB removes
7557 leading zeros. Explicitly ask for hex formatting. Use
7558 unique test case names.
7559
7560 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7561
7562 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
7563
7564 * gdb.c++/method.exp: Add missing close brace.
7565
7566 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
7567
7568 * gdb.base/maint.exp: Use 'set height 0' to disable page
7569 prompting, not 'set height 400'.
7570
7571 Fix a bunch of timeouts.
7572 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
7573 four separate tests, so expect doesn't take forever to match a ton
7574 of text against a regexp with lots of .* forms.
7575 ("maint print psymbols", "maint print symbols"): Make some of
7576 these greps more selective, so that expect doesn't try to wade
7577 through huge piles of output and time out.
7578
7579 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
7580
7581 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
7582 tests: one which doesn't expect shlib events to be reported, and
7583 another which does, but is XFAIL for all platforms other than
7584 HP/UX.
7585
7586 * gdb.base/break.exp: Teach the test suite that the `catch
7587 fork', `catch vfork', and `catch exec' commands produce error
7588 messages on platforms that don't provide these features.
7589
7590 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
7591
7592 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
7593 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
7594 (shortening names from solib_threshold.exp etc), won't run on
7595 anything but HP-UX for the foreseeable future.
7596 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
7597 reflect move.
7598
7599 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
7600
7601 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
7602 gdb.trace/Makefile.in (clean): Remove all test executables.
7603
7604 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
7605
7606 * gdb.base/shlib-call.exp: add test cases to verify that gdb
7607 successfully re-sets breakpoints in shared libraries.
7608 * gdb.base/shmain.c (main): return 0, don't fall off the end.
7609
7610 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7611
7612 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
7613 and compiled w/o GCC.
7614
7615 * gdb.hp/watch-cmd.exp: ditto.
7616
7617 * gdb.hp/watch-hp.exp: ditto.
7618
7619 * gdb.hp/xdb1.exp: ditto.
7620
7621 * gdb.hp/xdb2.exp: ditto.
7622
7623 * gdb.hp/dbx.exp: ditto.
7624
7625 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
7626
7627 * constvars.c: Remove C++-isms.
7628 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
7629 with GCC.
7630
7631 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
7632
7633 The following changes are part of the HP merge.
7634
7635 * gdb.base/break.exp: new tests to verify that catchpoints for
7636 fork, vfork, and exec don't trigger inappropriately.
7637
7638 * gdb.base/opaque.exp: compile one file at a time, then link.
7639
7640 * gdb.base/signals.exp: be more restrictive about which hppa
7641 systems receive a setup_xfail. new tests.
7642
7643 * gdb.base/solib_threshold.build: new file.
7644 * gdb.base/solib_threshold.exp: new file.
7645 * gdb.base/solib_threshold.link_opts: new file.
7646 * gdb.base/solib_threshold.mk: new file.
7647 * gdb.base/gen_solib_threshold.c: new file.
7648
7649 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
7650 tests. New tests for enums inside classes.
7651
7652 * gdb.c++/compiler.cc: indicate support of template debugging.
7653
7654 * gdb.c++/demangle.exp: run hp style demangling tests.
7655
7656 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
7657 tests.
7658
7659 * gdb.c++/misc.cc: changes to support new tests.
7660
7661 * gdb.c++/templates.cc: changes to support HP's compiler; changes
7662 to support new tests.
7663
7664 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
7665 gcc, then skip these tests.
7666
7667 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
7668
7669 The following files are part of the HP merge; some had longer
7670 names at HP, but have been renamed to be no more than 14
7671 characters in length.
7672
7673 * gdb.hp/ambiguous.cc: new file.
7674 * gdb.hp/ambiguous.exp: new file.
7675 * gdb.hp/attach.exp: new file.
7676 * gdb.hp/attach2.exp: new file.
7677 * gdb.hp/classes-hp.exp: new file.
7678 * gdb.hp/ctti.exp: new file.
7679 * gdb.hp/ctti-add.cc: new file.
7680 * gdb.hp/ctti-add1.cc: new file.
7681 * gdb.hp/ctti-add2.cc: new file.
7682 * gdb.hp/ctti-add3.cc: new file.
7683 * gdb.hp/dbx.exp: new file.
7684 * gdb.hp/exception.cc: new file.
7685 * gdb.hp/exception.exp: new file.
7686 * gdb.hp/foll-exec.c: new file.
7687 * gdb.hp/foll-exec.exp: new file.
7688 * gdb.hp/foll-fork.c: new file.
7689 * gdb.hp/foll-fork.exp: new file.
7690 * gdb.hp/foll-vfork.c: new file.
7691 * gdb.hp/foll-vfork.exp: new file.
7692 * gdb.hp/inherit-hp.exp: new file.
7693 * gdb.hp/more-steps.exp: new file.
7694 * gdb.hp/namespace.cc: new file.
7695 * gdb.hp/namespace.exp: new file.
7696 * gdb.hp/optimize.exp: new file.
7697 * gdb.hp/pxdb.c: new file.
7698 * gdb.hp/pxdb.exp: new file.
7699 * gdb.hp/quicksort.exp: new file.
7700 * gdb.hp/reg-test.exp: new file.
7701 * gdb.hp/reg-test.s: new file.
7702 * gdb.hp/sized-enum.c: new file.
7703 * gdb.hp/sized-enum.exp: new file.
7704 * gdb.hp/start-stop.exp: new file.
7705 * gdb.hp/templ-hp.cc: new file.
7706 * gdb.hp/templ-hp.exp: new file.
7707 * gdb.hp/thr-lib.c: new file.
7708 * gdb.hp/thr-lib.exp: new file.
7709 * gdb.hp/thr-lib.h: new file.
7710 * gdb.hp/thr-liblib.c: new file.
7711 * gdb.hp/virtfun-hp.c: new file.
7712 * gdb.hp/virtfun-hp.exp: new file.
7713 * gdb.hp/watch-cmd.exp: new file.
7714 * gdb.hp/watch-hp.exp: new file.
7715 * gdb.hp/xdb1.exp: new file.
7716 * gdb.hp/xdb2.exp: new file.
7717 * gdb.hp/xdb3.exp: new file.
7718
7719 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
7720
7721 The following files are part of the HP merge; some had longer
7722 names at HP, but have been renamed to be no more than 14
7723 characters in length.
7724
7725 * gdb.base/ss.h: new file.
7726 * gdb.base/call-ar-st.c: new file.
7727 * gdb.base/call-ar-st.exp: new file.
7728 * gdb.base/call-rt-st.c: new file.
7729 * gdb.base/call-rt-st-exp: new file.
7730 * gdb.base/call-strs.exp: new file.
7731 * gdb.base/ena-dis-br.exp: new file.
7732 * gdb.base/environ.exp: new file.
7733 * gdb.base/long_long.exp: new file.
7734 * gdb.base/sect-cmd.exp: new file.
7735 * gdb.base/shlib-cl2.exp: new file.
7736 * gdb.base/smoke.exp: new file.
7737 * gdb.base/so-impl-ld.c: new file.
7738 * gdb.base/so-impl-ld.exp: new file.
7739 * gdb.base/so-indr-cl.c: new file.
7740 * gdb.base/so-indr-cl.exp: new file.
7741 * gdb.base/varargs.exp: new file.
7742 * gdb.base/volatile.exp: new file.
7743 * gdb.base/whatis-exp.exp: new file.
7744 * gdb.base/display.exp: new file.
7745 * gdb.c++/derivation.exp: new file.
7746 * gdb.c++/local.exp: new file.
7747 * gdb.c++/member-ptr.exp: new file.
7748 * gdb.c++/overload.exp: new file.
7749 * gdb.c++/ovldbreak.exp: new file.
7750 * gdb.c++/ref-types.exp: new file.
7751 * gdb.c++/ref-types2.exp: new file.
7752 * gdb.c++/userdef.exp: new file.
7753
7754 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7755
7756 * gdb.base/default.exp: Reflect wording change in remote.c.
7757
7758 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
7759
7760 * gdb.base/help.exp: Update to reflect current text.
7761
7762 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
7763
7764 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
7765 they're stack variables and contain garbage.
7766 * gdb.c++/anon-union.exp: new file.
7767
7768 The following changes were made by David Taylor
7769 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
7770 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
7771 in changes by HP.
7772
7773 * gdb.base/bitops.exp: new file.
7774 * gdb.base/default.exp: change expected messages for catch and
7775 info catch tests to reflect HP merge changes.
7776 * gdb.base/enable-disable-break.exp
7777 * gdb.base/ending-run.c: new file.
7778 * gdb.base/long_long.c: new file.
7779 * gdb.base/maint.exp: new file.
7780 * gdb.base/pointers2.exp: new file.
7781 * gdb.base/shlib-call2.exp: new file.
7782 * gdb.base/solib.exp: new file.
7783 * gdb.base/step-test.c: new file.
7784 * gdb.c++/anon-union.cc: new file.
7785 * gdb.c++/local.cc: new file.
7786 * gdb.c++/member-pointer.cc: new file.
7787 * gdb.c++/method.cc: new file.
7788 * gdb.c++/ref-types.cc: new file.
7789 * gdb.c++/ref-types2.cc: new file.
7790 * gdb.c++/userdef.cc: new file.
7791
7792 * gdb.base/scope.exp: compile one file at a time, then link.
7793 * gdb.base/langs.exp: ditto.
7794 * gdb.base/list.exp: ditto.
7795
7796 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
7797
7798 The following changes were made by David Taylor
7799 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
7800 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
7801 in changes by HP.
7802
7803 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
7804 skip tests. When compiling pass c++ flag to gdb_compile.
7805 * gdb.c++/
7806
7807 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
7808 test for on hppa*-*-hpux*; use args to see if c++ was specified.
7809 (skip_hp_tests): new function.
7810 (gdb_preprocess): new function.
7811
7812 * configure.in (hpdir): decide whether to configure gdb.hp.
7813 * configure: regenerated.
7814
7815 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
7816 to delete on clean.
7817 (EXECUTABLES): update to reflect new additions.
7818 * gdb.base/commands.exp: update message expected.
7819 * gdb.base/default.exp: add copyright notice.
7820 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
7821 * gdb.base/help.exp: update messages to reflect current text.
7822 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
7823 targets for recurse tests.
7824 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
7825 skip this file.
7826
7827 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
7828 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
7829 compilation.
7830 * gdb.c++/misc.exp: ditto.
7831 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
7832 run the tests. tell gdb_compile that it's a c++ compilation.
7833
7834 * gdb.threads/pthreads.exp: fix typo in message.
7835
7836 * gdb.base/all-bin.exp: new file.
7837 * gdb.base/arithmet.exp: new file.
7838 * gdb.base/assign.exp: new file.
7839 * gdb.base/completion.exp: new file.
7840 * gdb.base/cond-expr.exp: new file.
7841 * gdb.base/condbreak.exp: new file.
7842 * gdb.base/define.exp: new file.
7843 * gdb.base/dollar.exp: new file.
7844 * gdb.base/environment.exp: new file.
7845 * gdb.base/eval-skip.exp: new file.
7846 * gdb.base/jump.exp: new file.
7847 * gdb.base/logical.exp: new file.
7848 * gdb.base/pointers.exp: new file.
7849 * gdb.base/relational.exp: new file.
7850 * gdb.base/section_command.exp: new file.
7851 * gdb.base/whatis-expr.exp: new file.
7852
7853 * gdb.base/all-types.c: new file.
7854 * gdb.base/call-array-struct.c: new file.
7855 * gdb.base/call-return-struct.c: new file.
7856 * gdb.base/call-strings.c: new file.
7857 * gdb.base/callfuncs2.c: new file.
7858 * gdb.base/condbreak.c: new file.
7859 * gdb.base/constvars.c: new file.
7860 * gdb.base/display.c: new file.
7861 * gdb.base/int-type.c: new file.
7862 * gdb.base/jump.c: new file.
7863 * gdb.base/miscexprs.c: new file.
7864 * gdb.base/pointers.c: new file.
7865 * gdb.base/pointers2.c: new file.
7866 * gdb.base/shmain.c: new file.
7867 * gdb.base/shr1.c: new file.
7868 * gdb.base/shr2.c: new file.
7869 * gdb.base/solib.c: new file.
7870 * gdb.base/solib1.c: new file.
7871 * gdb.base/solib2.c: new file.
7872 * gdb.base/varargs.c: new file.
7873 * gdb.c++/derivation.cc: new file.
7874 * gdb.c++/overload.cc: new file.
7875 * gdb.c++/ovldbreak.cc: new file.
7876 * gdb.hp/attach.c: new file.
7877 * gdb.hp/attach2.c: new file.
7878 * gdb.hp/average.c: new file.
7879 * gdb.hp/compiler.c: new file.
7880 * gdb.hp/compiler.cc: new file.
7881 * gdb.hp/execd-program.c: new file.
7882 * gdb.hp/follow-exec.c: new file.
7883 * gdb.hp/follow-fork.c: new file.
7884 * gdb.hp/follow-vfork-and-exec.c: new file.
7885 * gdb.hp/misc-hp.cc: new file.
7886 * gdb.hp/more-steps.c: new file.
7887 * gdb.hp/optimize.c: new file.
7888 * gdb.hp/quicksort.c: new file.
7889 * gdb.hp/run-hp.c: new file.
7890 * gdb.hp/start-stop.c: new file.
7891 * gdb.hp/sum.c: new file.
7892 * gdb.hp/templates-hp.cc: new file.
7893 * gdb.hp/thread-local-in-lib.c: new file.
7894 * gdb.hp/thread-local-in-lib.h: new file.
7895 * gdb.hp/thread-local-in-lib.lib.c: new file.
7896 * gdb.hp/vforked-program.c: new file.
7897 * gdb.hp/virtfunc-hp.cc: new file.
7898 * gdb.hp/watchpoint-hp.c: new file.
7899 * gdb.hp/xdb.c: new file.
7900 * gdb.hp/xdb0.c: new file.
7901 * gdb.hp/xdb0.h: new file.
7902 * gdb.hp/xdb1.c: new file.
7903
7904 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
7905
7906 The following change was made by Edith Epstein
7907 <eepstein@cygnus.com> as part of a project to merge in changes
7908 originally made by HP; HP did not create ChangeLog entries.
7909
7910 * gdb.c++/demangle.exp: changed the expected output for some
7911 ARM-style mangling -- removed second reference to datatype.
7912 For example, maint demangle __dt__11T1__pt__2_cFv
7913 T1<char>::~T1<char>(void)
7914 becomes,
7915 maint demangle __dt__11T1__pt__2_cFv
7916 T1<char>::~T1(void)
7917
7918 (test_hp_style_demangling): new hp specific demangling test cases.
7919
7920 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
7921
7922 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
7923 * gdb.trace/backtrace.exp: Likewise.
7924 * gdb.trace/circ.exp: Likewise.
7925 * gdb.trace/collection.exp: Likewise.
7926 * gdb.trace/deltrace.exp: Likewise.
7927 * gdb.trace/infotrace.exp: Likewise.
7928 * gdb.trace/limits.exp: Likewise.
7929 * gdb.trace/packetlen.exp: Likewise.
7930 * gdb.trace/passc-dyn.exp: Likewise.
7931 * gdb.trace/passcount.exp: Likewise.
7932 * gdb.trace/report.exp: Likewise.
7933 * gdb.trace/save-trace.exp: Likewise.
7934 * gdb.trace/tfind.exp: Likewise.
7935 * gdb.trace/tracecmd.exp: Likewise.
7936 * gdb.trace/while-dyn.exp: Likewise.
7937 * gdb.trace/while-stepping.exp: Likewise.
7938
7939 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
7940
7941 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
7942
7943 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
7944
7945 From Brendan Kehoe:
7946 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
7947 int return types.
7948
7949 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
7950
7951 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
7952 remote dos host testing right.
7953
7954 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
7955
7956 * gdb.base/corefile.exp: remove some xfails.
7957
7958 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
7959
7960 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
7961 have different timestamps.
7962
7963 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
7964
7965 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
7966 gdb.base/default.exp: Replace "exec" with "executable".
7967
7968 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
7969
7970 * gdb.base/default.exp: Change else if to elseif from previous
7971 delta.
7972
7973 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
7974
7975 * gdb.base/default.exp: Add brace missing from previous delta.
7976
7977 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
7978
7979 * gdb.base/default.exp: Support test for info float for all
7980 varieties of arm toolchain.
7981
7982 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
7983
7984 * gdb.trace/*.exp: remove "remote_download" command.
7985
7986 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
7987
7988 * gdb.trace/*.exp: remove -gdwarf from compile.
7989
7990 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
7991
7992 * gdb.trace/configure.in(AC_INIT): typo
7993 * gdb.trace/configure: regenerated
7994
7995 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
7996
7997 * config/m68k-emc.exp: New file.
7998 * lib/<emc-support.exp trace-support.exp}: New files.
7999 * configure.in: add new test directory gdb.trace.
8000 * gdb.trace/{configure configure.in Makefile.in}: New files.
8001 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
8002 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
8003 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
8004 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
8005 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
8006 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
8007 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
8008
8009 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
8010
8011 * gdb.c++/classes.exp: Change all regular expressions to match
8012 arbitrary combinations of newline/carriage-return, so that they
8013 will work equally well on Unix and Windows.
8014 * gdb.c++/inherit.exp: ditto.
8015 * gdb.c++/virtfunc.exp: ditto.
8016
8017 1998-08-11 Dawn Perchik <dawn@cygnus.com>
8018
8019 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
8020
8021 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
8022
8023 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
8024 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
8025 to use a0-a3/d0-d3 as needed.
8026
8027 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
8028
8029 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
8030 * gdb.disasm/am33.exp: Corresponding changes.
8031
8032 1998-07-11 Felix Lee <flee@cygnus.com>
8033
8034 * gdb.base/callfuncs.exp: add cmp10 test.
8035 * gdb.base/callfuncs.c (cmp10): new function.
8036
8037 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
8038
8039 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
8040 into two parts to get around a synchronization problem in expect.
8041
8042 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
8043
8044 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
8045
8046 * configure.in: Add options for gdbtk testsuite.
8047
8048 * configure: Regenerate.
8049
8050 * gdb.gdbtk: New directory to hold gdbtk tests.
8051
8052 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8053
8054 * gdb.fortran/types.exp: Escape brackets in expect patterns
8055 for test_float_literal_types_accepted tests.
8056 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
8057 before run test.
8058
8059 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
8060
8061 * am33.exp: Just compile, do not link the testcase.
8062 * am33.s: Add ".am33" pseudoop to force am33 mode.
8063
8064 1998-06-25 Felix Lee <flee@cygnus.com>
8065
8066 * gdb.base/setshow.exp: make sure $pc is sane.
8067
8068 * gdb.stabs/weird.exp: split expect patterns properly.
8069
8070 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
8071
8072 * gdb.disasm/am33.s: New disassembler testfile for the am33.
8073 * gdb.disasm/am33.exp: Run it.
8074
8075 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
8076
8077 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
8078 match processing (and eliminate spurious timeouts when running).
8079
8080 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
8081
8082 * gdb.base/signals.exp (test_handle_all_print): put back Mach
8083 exception test, but conditionalize it on target [mach | gnu].
8084
8085 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
8086
8087 * gdb.base/overlays.exp: fixup compile line for linker script.
8088
8089 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
8090
8091 * gdb.fortran/types.exp: don't guess at float size.
8092
8093 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
8094
8095 * gdb.base/exprs.exp: delete test that depends on int size.
8096
8097 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
8098
8099 * config/sim.exp: Removed checks for target triplets.
8100 (gdb_target_sim): Use gdb,target_sim_options.
8101
8102 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
8103
8104 * gdb.base/reread.exp: New file.
8105 * gdb.base/reread1.c: New file.
8106 * gdb.base/reread2.c: New file.
8107
8108 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
8109
8110 * config/sim.exp: Use 'target sim -sparclite' when running
8111 SPARClite programs.
8112
8113 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
8114
8115 * gdb.base/structs2.exp: New file.
8116 * gdb.base/structs2.c: New file.
8117
8118 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
8119
8120 * gdb.asm/common.inc: New file.
8121 * gdb.asm/d10v.inc: New file.
8122 * asm-source.exp: Pass -I's to gas to find .inc files.
8123 Update line numbers in expected output.
8124 * asmsrc1.s: Rewrite.
8125 * asmsrc2.s: Rewrite.
8126 * configure.in: Create arch.inc symlink.
8127 * configure: Regenerate.
8128 * Makefile.in (distclean): Delete arch.inc.
8129
8130 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
8131
8132 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
8133 (t_enum_value2): ditto
8134 (t_enum_value3): ditto
8135 (main): ditto
8136 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8137
8138 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
8139 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
8140 change.
8141 Use gdb_test instead of send_gdb/gdb_expect sequences.
8142
8143 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
8144
8145 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
8146 not void.
8147
8148 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
8149
8150 * gdb.base/branches.c: Code with lots of loops and
8151 subroutines. Used to test gdbs ability to single step through PC
8152 changes, especially to test mips-tdep.c:mips_next_pc
8153
8154 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
8155
8156 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
8157 more rigorous EGCS C++ error checking.
8158
8159 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8160
8161 * gdb.base/help.exp: Clean up `help set args' and `help show args'
8162 tests.
8163 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
8164 function when asleep.
8165 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
8166 for i*86 Linux and SVR4 signal handling problems.
8167 Remove linux xfail for `next to handler in signals_tests_1', fixed
8168 by recent infrun.c change.
8169 Limit backtrace to 10 frames to avoid timeout problems with infinite
8170 stack backtraces.
8171 Adjust expect pattern in `handle all print' test to match Apr 28 1997
8172 target.[ch] change.
8173
8174 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
8175
8176 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
8177 for a newline from gdb before continuing.
8178 (default_gdb_exit): Just look for y or n.
8179 (gdb_test): Detect abnormal exit from GDB running on DOS; if
8180 it does, fail the rests of the tests in the file.
8181
8182 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
8183
8184 * config/cygmon.exp: New file.
8185
8186 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
8187
8188 * gdb.base/list.exp: Fix problem with "list default lines around
8189 main" test on remote targets.
8190
8191 * gdb.base/scope.exp: Fix problem with filelocal_bss before
8192 run test on remote targets.
8193
8194 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
8195
8196 * gdb.asm: New directory.
8197 * configure.in: Configure it.
8198 * configure: Regenerate.
8199 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
8200 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
8201
8202 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
8203
8204 * config/mn10300-eval.exp: New file to support MN10300 eval board.
8205
8206 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
8207
8208 * gdb.base/overlays (several files): Merge the two overlay
8209 managers into one. Change variables (foox, barx, bazx, grbxx)
8210 back into ints but force them to load in their proper sections.
8211
8212 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
8213
8214 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
8215 on-chip insn memory and IMAP1 to upper 128k.
8216 (D10VCopy): Handle memory regions crossing 16k boundaries.
8217 (D10VCopy): Transfer data in 32 bit chunks.
8218
8219 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
8220
8221 * gdb.base/overlays.c (main): Exit normally when result is
8222 correct.
8223
8224 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
8225 map. Include space for printf in .text segment.
8226
8227 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
8228 updated d10v memory VMA/LMA map.
8229 (D10VCopy): Call D10VTranslate.
8230
8231 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
8232
8233 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
8234
8235 * gdb.base/bar.c (barx, bar): Change variable to small array so
8236 that it won't be put into the .sdata - small data -
8237 section. Update reference.
8238 * gdb.base/baz.c (bazx, baz): Ditto.
8239 * gdb.base/foo.c (foox, foo): Ditto.
8240 * gdb.base/grbx.c (grbxx, grbx): Ditto.
8241
8242 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
8243 to be arrays.
8244
8245 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
8246
8247 * gdb.base/overlays.exp: fix up and get working again.
8248 Add tests for backtraces from an overlay function.
8249
8250 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
8251
8252 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
8253 "calling function with watchpoint enabled".
8254
8255 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
8256
8257 * gdb.base/break.exp (test_next_with_recursion): Remove
8258 gdb_suppress_tests for d10v-*-*.
8259 * lib/gdb.exp (gdb_suppress_tests): Disable this function
8260 pending review of whether it is useful or not.
8261
8262 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
8263
8264 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
8265
8266 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
8267
8268 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
8269 * config/dve.exp: New file to support Densan boards.
8270
8271 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
8272
8273 * gdb.base/interrupt.exp: Document problem of simulators, signals,
8274 reads and BSD.
8275
8276 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
8277
8278 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
8279 response.
8280
8281 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
8282
8283 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
8284
8285 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
8286 test.
8287
8288 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
8289 target_sizeof_long and target_bigendian_p.
8290 (structs_by_value, structs_by_reference): Check values according
8291 to targets word size and endianess.
8292
8293 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
8294
8295 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
8296 output.
8297
8298 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
8299
8300 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
8301 Update test of set args help to match source change.
8302
8303 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
8304
8305 * gdb.base/default.exp: Expect help system output to be in
8306 alphabetical order.
8307 * gdb.base/help.exp: Ditto.
8308
8309 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
8310
8311 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
8312 "i*86-pc-linux-gnu*".
8313 * gdb.base/interrupt.exp: Ditto.
8314 * gdb.base/corefile.exp: Ditto.
8315
8316 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
8317 define vxworks when building the testcase.
8318
8319 * gdb.base/ptype.exp: Fix testnames to be unique.
8320 * gdb.base/radix.exp: Ditto.
8321 * gdb.base/term.exp: Ditto.
8322 * gdb.base/whatis.exp: Ditto.
8323 * gdb.c++/classes.exp: Ditto.
8324
8325 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
8326
8327 * gdb.base/callfuncs.exp: Fix indentation.
8328
8329 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
8330 suppress_flag has been set.
8331 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
8332 target feature.
8333
8334 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
8335
8336 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
8337 the testcase.
8338
8339 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
8340 set_debug_traps() and breakpoint().
8341 * gdb.c++/misc.cc (main): Ditto.
8342 * gdb.c++/templates.cc (main): Ditto.
8343 * gdb.c++/virtfunc.cc (main): Ditto.
8344
8345 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
8346
8347 * lib/gdb.exp(gdb_step_for_stub): New function.
8348 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
8349 exists, reload the executable and do a "continue" instead of
8350 doing a jump.
8351 (runto_main): Use gdb_step_for_stub.
8352
8353 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
8354 tests to have unique names.
8355 * gdb.base/callfuncs.exp: Ditto.
8356 * gdb.base/commands.exp: Ditto.
8357 * gdb.base/default.exp: Ditto.
8358 * gdb.base/help.exp: Ditto.
8359 * gdb.base/list.exp: Ditto.
8360 * gdb.base/opaque.exp: Ditto.
8361 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
8362 similar tests.
8363
8364 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
8365 * gdb.c++/cplusfuncs.cc: Ditto.
8366 * gdb.c++/virtfunc.cc: Ditto.
8367
8368 * config/monitor.exp: Keep track of the last file we saw, rather
8369 than trying to get the info from gdb.
8370
8371 * gdb.fortran/types.exp: Move comment to previous line.
8372
8373 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
8374
8375 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
8376 target mode.
8377
8378 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
8379
8380 From Bob Manson:
8381 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
8382 string from GDB when it connects.
8383
8384 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
8385
8386 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
8387
8388 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
8389 if we can't get a debug format from GDB (we may be testing an
8390 older GDB). Use a 10 second timeout when checking for the format.
8391
8392 * gdb.stabs/weird.exp: Fix quoting.
8393
8394 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
8395
8396 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
8397
8398 * config/arm-ice.exp: New file.
8399
8400 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
8401
8402 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
8403 until it has been modified to work with the new testsuite.
8404
8405 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
8406 testcase won't compile, cause all of the testcases in the file to
8407 fail instead.
8408
8409 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
8410 (gdb_clear_suppressed): New procedure.
8411 (gdb_stop_suppressing_tests): Only clear suppress_flag if
8412 it contains a positive value.
8413
8414 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
8415
8416 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
8417
8418 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
8419
8420 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
8421
8422 * lib/gdb.exp (setup_xfail_format): New function.
8423 (get_debug_format): New function to get debug format.
8424 (debug_format): New global variable to hold last value set
8425 by get_debug_format.
8426 * gdb.base/list.exp: Call get_debug_format and expect some
8427 tests to fail for DWARF 1 and COFF formats.
8428 * gdb.c++/ptype.exp: Ditto.
8429 * gdb.c++/classes.exp: Ditto.
8430 * gdb.c++/cplusfuncs.exp: Ditto.
8431 * gdb.c++/inherit.exp: Ditto.
8432 * gdb.c++/templates.exp: Ditto.
8433 * gdb.c++/virtfunc.exp: Ditto.
8434
8435 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
8436
8437 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
8438 host doesn't have a currently-open connection.
8439
8440 * config/sparclet.exp: Cleanups and fixes to make it generic for
8441 any gdb stub target. Handle cases where gdb doesn't respond when
8442 interrupted in a sane fashion.
8443
8444 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
8445 same thing in a totally different way.
8446
8447 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
8448 setting "timeout".
8449 (gdb_start): We set the global gdb_prompt variable in
8450 default_gdb_init now.
8451
8452 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
8453
8454 * gdb.base/printcmds.exp: Fix "check for floating addition"
8455 regexp to accept results within approx +/- .01 of exact value.
8456 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
8457
8458 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
8459
8460 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
8461 properly.
8462 (gdb_expect): Add optional timeout parameter, and add timeout
8463 value to various calls.
8464 (gdb_suppress_tests): Only give one warning message per group.
8465
8466 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
8467
8468 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
8469 global variables. Handle getting a value for $timeout more
8470 gracefully.
8471
8472 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
8473
8474 * lib/gdb.exp: Close connection to remote host if gdb doesn't
8475 initialize.
8476 (default_gdb_init): New procedure; allow gdb_init to be overridden
8477 by a target configuration file.
8478 (gdb_expect): Pass the timeout to remote_expect.
8479
8480 * config/monitor.exp(gdb_load): Fix typo in regexp.
8481
8482 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
8483
8484 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
8485
8486 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
8487
8488 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
8489 here. Call gdb_target_exec before rebooting the target, to make
8490 sure the connection to the target is closed.
8491 (gdb_load): Pass the name of the executable to gdb_target_monitor.
8492 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
8493 Also detect "Timeout reading from remote" error.
8494
8495 * config/gdbserver.exp: Pass the executable being loaded to
8496 gdb_target_monitor. Don't call gdb_file_cmd here; let
8497 gdb_target_monitor do it.
8498
8499 * gdb.disasm/hppa.exp: Don't use exec_output.
8500
8501 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
8502
8503 * gdb.base/list.exp: If we're debugging a non-native target,
8504 try to set the pc register to point to the start of the
8505 program before doing the first list command.
8506
8507 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
8508 test_calls after restarting.
8509
8510 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
8511 reloading.
8512
8513 * gdb.base/watchpoint.exp: Fix typo.
8514
8515 * gdb.base/setshow.exp: Check for use_gdb_stub.
8516
8517 * gdb.base/break.exp: Fix continue until exit test for the gdb
8518 stub case.
8519 * gdb.base/langs.exp: Ditto.
8520
8521 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
8522 gdb_load_offset. If we weren't given a file to load, figure out
8523 what the current file is and use it.
8524
8525 * config/i386-bozo.exp: New file.
8526
8527 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
8528
8529 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
8530 feature.
8531
8532 * config/proelf.exp: New entry.
8533
8534 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
8535
8536 * lib/gdb.exp: Remove spurious .* patterns at the beginning
8537 of regexps.
8538
8539 * gdb.base/watchpoint.exp: Don't run the test_stepping
8540 tests if gdb can't call functions on the target.
8541
8542 * gdb.base/setshow.exp: Don't run the set prompt tests if
8543 the board has gdb_prompt set.
8544
8545 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
8546
8547 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
8548 * gdb.base/commands.exp: Likewise.
8549 * gdb.base/setshow.exp: Likewise.
8550
8551 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
8552
8553 * config/monitor.exp(gdb_start): Look for gdb_prompt target
8554 feature.
8555
8556 * config/i960.exp: New file.
8557
8558 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
8559
8560 * gdb.base/funcargs.exp: Check for gdb,short_int target
8561 feature instead of looking for explicit target triplets.
8562
8563 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
8564
8565 * gdb.base/printcmds.exp: add a couple more tests a la
8566 "p 123DEADBEEF", to check parse_number.
8567 * top.c: change "to enable to enable" to "to enable" in a couple
8568 of help strings.
8569
8570 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
8571
8572 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
8573 on the mn10300.
8574
8575 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
8576
8577 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
8578 where the test executable is run with explicit args.
8579 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
8580
8581 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
8582
8583 * gdb.base/run.c: Use FAKEARGV to build test executable that
8584 does not require a command line arg, since most simulators
8585 don't currently support passing such an arg into the simulated
8586 program.
8587 * gdb.base/commands.exp: Change tests to insert the proper
8588 value as the arg to the first recursive factorial call. Change
8589 compilation line to define FAKEARGV at compile time.
8590
8591 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
8592
8593 * gdb.base/recurse.exp: Enable these tests for the mn10300.
8594 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
8595 function with watchpoint enabled" test.
8596
8597 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
8598
8599 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
8600 Don't call gdb_test when the command doesn't return to a gdb prompt.
8601
8602 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
8603 "Tests restarted" messages.
8604
8605 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
8606
8607 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
8608
8609 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
8610
8611 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
8612 for INFO SYMBOL; add help tests for OVERLAY commands.
8613 * gdb.base/default.exp: add tests for INFO SYMBOL command;
8614 add tests for OVERLAY commands
8615 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
8616 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
8617 * gdb.base/sigall.c: add usestubs code frag
8618 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
8619
8620 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
8621
8622 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
8623 failures.
8624 (gdb_stop_suppressing_tests): Note that tests have restarted.
8625
8626 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
8627
8628 * config/h8300.exp: New file.
8629
8630 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
8631
8632 * gdb.base/setshow.exp: Check for the existence of a
8633 feature, not its value.
8634
8635 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
8636
8637 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
8638
8639 * gdb.base/scope.exp: It's now init0(), not init().
8640
8641 * gdb.base/scope0.c: For now, change init() to be init0().
8642
8643 * config/monitor.exp: Use gdb_serial in preference to serial
8644 or netport.
8645
8646 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
8647 and it's not already set.
8648
8649 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
8650
8651 * gdb.base/setshow.exp: Only test the run command if the target
8652 isn't using a stub and if it supports argument passing.
8653
8654 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
8655
8656 * config/udi.exp(gdb_start): Make sure UDICONF is set
8657 properly before starting gdb.
8658
8659 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
8660
8661 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
8662 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
8663 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
8664
8665 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
8666
8667 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
8668 specialized code to reboot the board, use remote_reboot instead.
8669
8670 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
8671
8672 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
8673
8674 * config/monitor.exp: Make sure we disconnect from the target.
8675 Also, try a reboot/reload cycle instead of failing if the
8676 load fails.
8677
8678 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
8679
8680 * gdb.base/default.exp: Don't set match_max.
8681 * gdb.base/help.exp: Ditto.
8682 * gdb.base/list.exp: Ditto.
8683 * gdb.base/signals.exp: Ditto.
8684
8685 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
8686 set, use remote_ld to download the testcase instead of
8687 the GDB loader.
8688
8689 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
8690
8691 * config/vr5000.exp: New file.
8692
8693 * config/monitor.exp(gdb_target_monitor): Add pattern for
8694 "Ending remote" to detect errors in connecting.
8695
8696 * gdb.base/setshow.exp: Add .* within auto language test.
8697
8698 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
8699 target feature.
8700
8701 * config/monitor.exp(gdb_load): Check for a failure when loading,
8702 and reboot the board if necessary.
8703
8704 * gdb.base/setvar.exp(test_set): Handle multiple prints within
8705 a set of tests. Remove print.* from the patterns being checked.
8706
8707 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
8708
8709 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
8710 refer to gdb_spawn_id.
8711
8712 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
8713 longer used.
8714 * config/sparclet.exp: Ditto.
8715 * config/sparclet-old.exp: Ditto.
8716 * config/slite.exp: Ditto.
8717 * config/sim.exp: Ditto.
8718 * gdb.base/funcargs.exp: Ditto.
8719
8720 * lib/gdb.exp:Remove references to gdb_spawn_id.
8721 (gdb_expect): Move to remote.exp.
8722
8723 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
8724
8725 * config/monitor.exp: Detect the "Couldn't establish connection"
8726 message from GDB.
8727
8728 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
8729
8730 * gdb.base/bitfields.exp: Use runto instead of explicit
8731 gdb_run_cmd/gdb_expect sequences.
8732
8733 * gdb.base/break.exp(text_next_with_recursion): Add match for
8734 gdb_expect call.
8735
8736 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
8737 We also need to handle the "A program is being debugged already"
8738 prompt from gdb. Use gdb_test to set the baud rate.
8739
8740 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
8741 to 20000. Really. I mean it.
8742
8743 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
8744
8745 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
8746 fails. If suppress_flag is set, skip perror message about not
8747 being able to send to GDB.
8748 (send_gdb): If suppress_flag is set, don't try to send commands to
8749 GDB.
8750 (gdb_expect): If suppress_flag is set, always fail immediately.
8751 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
8752 (gdb_init): Call gdb_stop_suppressing_tests.
8753 (default_gdb_exit): Ditto.
8754 (default_gdb_start): Ditto.
8755
8756 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
8757 gdb_stop_suppressing_tests as appropriate.
8758 * gdb.base/break.exp: Ditto.
8759 * gdb.base/callfuncs.exp: Ditto.
8760 * gdb.base/commands.exp: Ditto.
8761 * gdb.base/exprs.exp: Ditto.
8762 * gdb.base/funcargs.exp: Ditto.
8763 * gdb.base/list.exp: Ditto.
8764 * gdb.base/recurse.exp: Ditto.
8765 * gdb.base/scope.exp: Ditto.
8766 * gdb.base/structs.exp: Ditto.
8767 * gdb.c++/inherit.exp: Ditto.
8768
8769 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
8770
8771 * config/vr4300.exp: New file.
8772
8773 * gdb.*/*.exp: Call gdb_expect instead of expect.
8774
8775 * lib/gdb.exp(gdb_expect): New function.
8776
8777 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
8778
8779 * lib/gdb.exp(gdb_init): New function.
8780
8781 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
8782 for each individual variable set.
8783
8784 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
8785 name.
8786
8787 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
8788
8789 * gdb.base/scope.exp: Use gdb_test.
8790
8791 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
8792 aborting; the testsuite driver will do that for us (see
8793 gdb_finish). Also, use gdb_test in a few more places.
8794
8795 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
8796
8797 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
8798
8799 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
8800
8801 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
8802 and "add_tests" are not at the same address.
8803
8804 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
8805
8806 * gdb.base/ptype.exp: Use gdb_test.
8807
8808 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
8809
8810 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
8811 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
8812 left in. No longer expect them to fail.
8813
8814 * gdb.stabs/*.mt; Deleted, no longer used.
8815 * gdb.stabs/configure.in: Remove references to target makefile
8816 frags.
8817 * gdb.stabs/configure: Rebuilt.
8818
8819 * gdb.disasm/*.mt: Deleted, no longer used.
8820 * gdb.disasm/configure.in: Remove references to target makefile
8821 frags. Use "sh3.s" as the unique filename for this directory.
8822 * gdb.disasm/configure: Rebuilt.
8823
8824 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
8825 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
8826 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
8827
8828 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
8829
8830 * config/udi.exp: Use mondfe,name instead of remote_host.
8831
8832 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
8833
8834 * gdb.base/watchpoint.exp: Don't expect a failure when calling
8835 a function with a watchpoint enabled on the mn10200.
8836
8837 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
8838 before trying to create it!
8839
8840 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
8841
8842 * config/vx.exp: Use hostname instead of netport.
8843
8844 * config/vxworks.exp: New file.
8845
8846 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
8847
8848 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
8849 gdb before assuming everything worked. Send a ^C if a timeout
8850 occurs.
8851
8852 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
8853 $gdb_spawn_id directly.
8854 (gdb_run_cmd): Try _start as well as start. Use the target feature
8855 gdb,start_symbol as the symbol to start from when jumping.
8856
8857 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
8858
8859 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
8860 redundant) test.
8861
8862 * gdb.base/recurse.exp: Relax final value test for 'b' so that
8863 it doesn't lose for 16bit integer systems.
8864
8865 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
8866
8867 * gdb.fortran/types.exp: If the target doesn't support "double"
8868 data types, then expect "real" types to only be 4 bytes.
8869
8870 * gdb.c++/virtfunc.exp: Expect failure for virtual function
8871 call tests if the target doesn't support inferior function calls.
8872
8873 * gdb.base/printcmds.exp: Allow minor deviation in FP values
8874 in printf tests.
8875
8876 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
8877
8878 * gdb.base/help.exp: Disable "help set", "help show", and
8879 "help support". Simplify regexp for "help stack".
8880
8881 * gdb.base/default.exp: Set match_max to 5000 and the timeout
8882 to 60 seconds. Temporarily set match_max to 15000 around the
8883 "info copying" test.
8884
8885 * gdb.base/nodebug.exp: Don't try to do an inferior function
8886 call if the target doesn't support them.
8887 * gdb.base/printcmds.exp: Likewise.
8888 * gdb.base/setvar.exp: Likewise.
8889 * gdb.base/structs.exp: Likewise.
8890 * gdb.c++/templates.exp: Likewise.
8891 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
8892
8893 * gdb.base/recurse.exp: Enable for the mn10200.
8894
8895 * configure.in: Do configure gdb.stabs directory for *-*-elf
8896 targets.
8897 * configure: Rebuilt.
8898
8899 * gdb.base/break.exp: Check for gdb,noresults before testing
8900 exit status and/or results from the target.
8901 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
8902 * lib/gdb.exp: Remove old (now bogus) initialization of
8903 noinferior, noargs, noresults and nosignals.
8904
8905 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
8906
8907 * config/sh.exp: New file.
8908
8909 * config/slite.exp: Try to connect multiple times to the board
8910 before rebooting. Only send a "monitor run" if need_monitor_run
8911 is set.
8912
8913 * gdb.base/break.exp: Don't do the "stub continue" test if
8914 the target has gdb_stub set.
8915
8916 * gdb.base/callfuncs.exp: Increase the timeout.
8917
8918 * gdb.base/interrupt.exp: Don't even try to compile the testcase
8919 if the target has gdb,noinferiorio set.
8920
8921 * gdb.base/list.exp: Increase match_max to 10000 characters.
8922
8923 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
8924
8925 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
8926 target.
8927
8928 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
8929
8930 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
8931
8932 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
8933 trying to delete the copy of gdb. Catch the file delete so we
8934 don't die if the delete fails; also, the file should be copied to
8935 the host, not to the build.
8936
8937 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
8938
8939 * lib/gdb.exp(gdb_test): Surround the result pattern with
8940 parenthesis in case it contains multiple regexps separated
8941 with |.
8942
8943 * gdb.base/watchpoint.exp: Use gdb_test.
8944 * gdb.base/default.exp: Ditto.
8945
8946 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
8947
8948 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
8949
8950 * gdb.base/scope.exp: Use gdb_test.
8951 * gdb.c++/classes.exp: Ditto.
8952 * gdb.c++/inherit.exp: Ditto.
8953
8954 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
8955
8956 * gdb.base/crossload.exp: Don't use execute_anywhere, use
8957 remote_exec instead.
8958 * gdb.base/corefile.exp: Don't be ridiculous.
8959 * gdb.base/*.c: Add missing stub invocations.
8960
8961 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
8962
8963 * config/slite.exp: Miscellaneous fixes.
8964
8965 * lib/gdb.exp: Fix runto.
8966
8967 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
8968 the target.
8969
8970 * gdb.base/watchpoint.exp: Fix regexp.
8971
8972 * lib/gdb.exp(default_gdb_exit): Add a catch to the
8973 close and wait commands, as the descriptor may now be
8974 invalid. Always call "remote_close host".
8975
8976 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
8977
8978 Major rewrite for testsuite revision.
8979
8980 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
8981 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
8982 instead of relying on spawn_id to always contain a valid
8983 spawn id.
8984 (get_compiler_info): New procedure to build the ${binfile}.ci
8985 file, instead of replicating this in N different places.
8986 (gdb_compile): New procedure.
8987
8988 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
8989 appropriate arguments) instead of compile. Use gdb_test in a lot
8990 more places. Use send_gdb instead of send. Always run gdb_start
8991 at the start of a testcase, as this is no longer done magically.
8992
8993 config/*-gdb.exp: Rename without the -gdb suffix.
8994
8995 config/mips.exp: Use remote_close instead of exit_remote_shell.
8996 config/monitor.exp: Use target_info instead of looking at
8997 baud, timeout, etc.
8998 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
8999
9000 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9001
9002 * gdb.c++/templates.exp (test_ptype_of_templates),
9003 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
9004 Update expect patterns for destructors and assignment operators
9005 to match corresponding c-typeprint.c changes.
9006 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
9007 to destructor breakpoint test, GDB should be able to set the
9008 destructor breakpoint without specifying arguments.
9009
9010 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
9011
9012 * gdb.threads/pthreads.exp: Change result for failure to compile due
9013 to lack of pthreads runtime support from an error to simply an
9014 unsupported test, per dejagnu standards.
9015
9016 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9017
9018 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
9019 where GDB exits to reduce pattern match time.
9020 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
9021
9022 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
9023
9024 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
9025
9026 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
9027 * gdb.base/default.exp: ditto.
9028 * gdb.base/nodebug.exp: ditto.
9029 * gdb.base/printcmds.exp: ditto.
9030 * gdb.base/ptype.exp: ditto.
9031 * gdb.base/setvar.exp: ditto.
9032 * gdb.base/structs.exp: ditto.
9033 * gdb.base/setshow.c: Guard against uninitialized values of argc.
9034
9035 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
9036
9037 * configure, */configure: Rebuild with autoconf 2.12.
9038
9039 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
9040
9041 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
9042 use new i*86-pc-linux*-gnu quads.
9043 * gdb.base/corefile.exp: Ditto.
9044 * gdb.base/signals.exp: Ditto.
9045 * gdb.base/sigall.exp: Ditto.
9046 * gdb.base/interrupt.exp: Ditto.
9047
9048 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
9049 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
9050 RedHat 4.0.
9051
9052 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
9053 linux. This allows the test case to at least compile on latest
9054 linux, but still not run due to missing the threads runtime library.
9055
9056 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9057
9058 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
9059 directory to search gdb directory. Accept and step over conditional
9060 stack alignment code. Consume $prompt in failure cases.
9061 Reset timeout to $oldtimeout instead of some arbitrary value.
9062 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
9063 timeout problems with infinite stack backtraces.
9064 * gdb.base/ptype.exp (ptype struct link, union tu_link):
9065 Accept function parameters for linkfunc member.
9066
9067 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
9068
9069 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
9070 (CXXFLAGS): Remove, unreferenced.
9071 (B_OPTIONS): Add for -B options and add code to initialize with
9072 previous -B options and also add -B option to pick up cross compiled
9073 runtime.
9074 (TARGET_INCLUDES): Add for -I options and add code to initialize when
9075 doing cross compiles.
9076 (target_alias): Declare global.
9077 (xgcc): Set variable to full path of gcc in build tree. Use findfile
9078 to verify that gcc exists in build tree, and if so set CC to that
9079 gcc and to use B_OPTIONS and TARGET_INCLUDES.
9080
9081 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
9082
9083 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
9084 ptype test for anonymous union. Fixup testcase to match
9085 current gcc debug output.
9086
9087 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
9088
9089 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
9090 force argument to an unsigned long type.
9091
9092 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
9093
9094 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
9095 tests and anonymous union print/ptype tests.
9096 * gdb.base/list.exp (test_forward-search): Increase timeout by
9097 5 minutes for the "search extremely long line" case.
9098 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
9099 completely optional and that the pass/fail messages use the command as
9100 the message if that third arg is a null string.
9101 (gdb_test_exact): Arrange that a null string pattern means match a
9102 null string output rather than any output, which might include random
9103 errors.
9104 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
9105 backtrace test.
9106 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
9107 always failing and failure is now exposed by gdb.exp changes.
9108
9109 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
9110
9111 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
9112 weren't being noted.
9113
9114 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9115
9116 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
9117 * gdb.stabs/weird.exp: Remove v_comb xfails.
9118
9119 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
9120
9121 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
9122 list.exp scope.exp watchpoint.exp]
9123 Make all timeout error msgs explicitly say "(timeout)".
9124
9125 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
9126
9127 * config/monitor.exp: Increase download timeout to 1000 seconds.
9128
9129 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
9130
9131 * config/m32r.exp: Increase timeout to 120 seconds.
9132
9133 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
9134
9135 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
9136 and accept older ordering as obsolescent gcc or gdb.
9137 * gdb.c++/templates.exp: Ditto.
9138 * gdb.c++/virtfunc.exp: Ditto.
9139
9140 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
9141
9142 * gdb.base/coremaker.c: Add code to mmap some data so we
9143 can check that it ends up in the core file.
9144 * gdb.base/corefile.exp: Add test to read mmapped data
9145 from core file.
9146
9147 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
9148
9149 * config/m32r.exp: New file.
9150
9151 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
9152
9153 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
9154 that cflags can contains -gstabs, and work correctly for other tests.
9155
9156 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
9157
9158 * gdb.base/setshow.exp: New file, tests show and set.
9159 * gdb.base/setshow.c: New file, tests show and set.
9160 * gdb.base/help.exp: Add test for help set|show annotate.
9161 * gdb.base/default.exp: Add test for set|show annotate.
9162
9163 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
9164
9165 * testsuite/gdb.base/break.exp: Make backtrace from factorial
9166 errors unique.
9167 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
9168 explicitly.
9169
9170 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
9171
9172 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
9173 and width commands. This is done elsewhere.
9174 * (gdb_start): Don't call gdb_start_sim here. That's already
9175 done in gdb_load. This fixes lots of failures in default.exp.
9176
9177 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
9178
9179 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9180 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
9181 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
9182 in the same we we treat other failures (since it may be an expected
9183 condition), rather than as an error.
9184 * gdb.base/signals.exp (test_handle_all_print): Revert back to
9185 old test format.
9186
9187 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
9188
9189 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
9190 (distclean maintainer-clean realclean): No need to remove files
9191 twice. Nuke the duplicates.
9192 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
9193 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
9194 Remove config.h along with other config files.
9195
9196 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
9197
9198 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
9199 "p func1 ()" and note that rests of tests are skipped.
9200 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
9201 setup_xfails for "print func2::coremaker_local".
9202 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
9203 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
9204 affected by the previous run test.
9205 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
9206 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
9207 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
9208 "pass int powerset tuple" and "pass modeless int powerset tuple".
9209 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
9210 "real write 4" and "real write 8".
9211 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
9212 setup_xfails for "print vs1 after tuple assign 2",
9213 "print \$i after tuple assign 2", and
9214 "print vs2 after tuple assign 2".
9215 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
9216 meaningful error message and return -1 so the caller can
9217 suppress further tests and avoid a cascade of errors.
9218
9219 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
9220
9221 * gdb.base/a1-selftest.exp: Tweak tests to account for new
9222 format for printing version.
9223 * gdb.base/default.exp: Ditto.
9224 * gdb.base/interrupt.exp: Fix problem with cascade of
9225 errors if child process dies while calling a function.
9226
9227 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
9228
9229 * Makefile.in (VPATH): Add
9230 * Makefile.in (Makefile, config.status): Fix rules so things get
9231 remade when necessary.
9232
9233 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
9234
9235 * Makefile.in (just-check): Add path to sibling expect dir
9236 to environment variable specified by RPATH_ENVVAR.
9237
9238 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
9239
9240 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
9241 (just-check): Add shared library paths for libstdc++, tk,
9242 tcl, bfd, and opcodes to the environment variable specified
9243 in RPATH_ENVVAR.
9244 * configure.in: Add support to recognize --enable-shared flag
9245 and generate correct value for RPATH_ENVVAR.
9246 * configure: Regenerated with autoconf.
9247
9248 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
9249
9250 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
9251 include all osf versions.
9252 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
9253 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
9254 when target is linux. When failing to build pthreads test
9255 executable, give more meaningful message.
9256 * gdb.threads/pthreads.c: Hpux also uses old definition of second
9257 arg for pthread_create.
9258
9259 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
9260
9261 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
9262 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
9263 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
9264 and -lpthreads (everybody else).
9265 (test_startup): Fail gracefully if threads are not supported.
9266 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
9267 "p/c array_index("abcdef",2)" when not gcc compiled.
9268 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
9269 "print func2::coremaker_local" when not gcc compiled.
9270 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
9271 "ptype on opaque struct tagname (statically)",
9272 "ptype on opaque struct tagname (dynamically) 1", and
9273 "ptype on opaque struct tagname (dynamically) 2"
9274 for not compiled with gcc.
9275 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
9276 backtrace when compiled with gcc.
9277 * lib/gdb.exp (runto_main): Return result of "runto main" rather
9278 than always return success.
9279
9280 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
9281
9282 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
9283
9284 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
9285
9286 * gdb.base/structs.exp: Undo last change.
9287
9288 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
9289
9290 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
9291 encapsulate all the steps/nexts done during self test, starting
9292 at main, and makes them less sensitive to optimization issues.
9293 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
9294 signal handler" test.
9295 * gdb.threads/pthreads.exp: Only run this for native configs.
9296 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
9297 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
9298 tests.
9299 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
9300 for "runto test_calls(void)" test.
9301
9302 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
9303
9304 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
9305 and don't expect address info in breakpoint confirmations.
9306
9307 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
9308
9309 * gdb.base/list.exp (test_forward_search): Increase timeout
9310 temporarily by 60 seconds for searching extremely long line,
9311 and then reset to old value when done. Increase expect input
9312 buffer to 10000.
9313
9314 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
9315
9316 * gdb.base/list.exp (test_forward_search): Fix to handle very
9317 long source line without overflowing expect's input buffer.
9318
9319 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
9320
9321 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
9322 "buffer_full".
9323
9324 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
9325 "buffer_full".
9326
9327 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
9328 "buffer_full".
9329
9330 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
9331 "buffer_full".
9332
9333 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
9334
9335 * configure.in (configdirs): Add gdb.threads.
9336 * configure: Regenerated with autoconf.
9337 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
9338 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
9339 * gdb.threads/configure: New, generated with autoconf.
9340
9341 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
9342
9343 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
9344
9345 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
9346
9347 * gdb.base/signals.exp (test_handle_all_print): Test separately for
9348 each signal's status in the output of "handle all print".
9349 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
9350 the \r\n sequence that immediately precedes the gdb prompt.
9351 * gdb.base/a1-selftest.exp: Save original timeout and restore
9352 after test.
9353
9354 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
9355
9356 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
9357 symbol.
9358
9359 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
9360
9361 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
9362
9363 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
9364
9365 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
9366 timeout by 60 seconds.
9367
9368 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
9369
9370 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
9371 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
9372 error return.
9373
9374 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
9375
9376 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
9377 gdb initialization, also report how long dejagnu waited. Restore
9378 old timeout before doing error return. Temporarily increase timeout
9379 by 3 minutes to allow for slow startups over heavy NFS use.
9380
9381 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
9382
9383 * lib/gdb.exp: Report timeout value for verbosity level 2.
9384 * config/gdbserver.exp: Ditto.
9385 * config/hppro.exp: Ditto.
9386 * config/mips-gdb.exp: Ditto.
9387 * config/monitor.exp: Ditto.
9388 * config/netware.exp: Ditto.
9389 * config/sim-gdb.exp: Ditto.
9390 * config/slite-gdb.exp: Ditto.
9391 * config/udi-gdb.exp: Ditto.
9392 * config/unix-gdb.exp: Ditto.
9393 * config/vx-gdb.exp: Ditto.
9394 * gdb.base/a1-selftest.exp: Ditto.
9395 * gdb.base/a2-run.exp: Ditto.
9396 * gdb.base/break.exp: Ditto.
9397 * gdb.base/corefile.exp: Ditto.
9398 * gdb.base/list.exp: Ditto.
9399 * gdb.base/recurse.exp: Ditto.
9400 * gdb.base/scope.exp: Ditto.
9401 * gdb.base/signals.exp: Ditto.
9402
9403 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9404
9405 * gdb.threads/Makefile.in (docdir): Removed.
9406
9407 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9408
9409 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
9410 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
9411 @srcdir@.
9412 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
9413 autoconf 2.5 or higher.
9414 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
9415
9416 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
9417
9418 * configure: Regenerated.
9419 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
9420 avoid name clashes with SunOS headers.
9421
9422 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
9423
9424 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
9425
9426 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
9427
9428 * gdb.base/callfuncs.exp: Finish last change -- make sure the
9429 prototype information ends up in the compiler info file.
9430
9431 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
9432
9433 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
9434 attempting to regenerate it. Eliminate use of a temporary file
9435 and just generate the info file directly. Source it immediately,
9436 for consistency of use.
9437 * gdb.base/corefile.exp: Ditto
9438 * gdb.base/exprs.exp: Ditto.
9439 * gdb.base/funcargs.exp: Ditto.
9440 * gdb.base/langs.exp: Ditto.
9441 * gdb.base/list.exp: Ditto.
9442 * gdb.base/mips_pro.exp: Ditto.
9443 * gdb.base/nodebug.exp: Ditto.
9444 * gdb.base/opaque.exp: Ditto.
9445 * gdb.base/ptype.exp: Ditto.
9446 * gdb.base/scope.exp: Ditto.
9447 * gdb.base/setvar.exp: Ditto.
9448 * gdb.base/signals.exp: Ditto.
9449 * gdb.base/whatis.exp: Ditto.
9450 * gdb.c++/templates.exp: Ditto.
9451 * gdb.c++/virtfunc.exp: Ditto.
9452 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
9453 whether or not to add -lstdc++ to the compile command line args.
9454
9455 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9456
9457 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
9458 it got fixed by the recent lookup_minimal_symbol_by_pc change.
9459 Increase timeout, a lot of single stepping might be needed if the
9460 target has no hardware watchpoints.
9461
9462 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
9463
9464 * gdb.base/break.exp: Ignore compiler warnings when compiling
9465 break.c.
9466 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
9467 * gdb.base/default.exp: Add h8300 xfails. Handle messages
9468 from remote-sim.
9469 * gdb.base/exprs.exp: Add h8300 xfails.
9470 * gdb.base/funcargs.exp: Likewise.
9471 * gdb.base/nodebug.exp: Likewise.
9472 * gdb.base/printcmds.exp: Likewise.
9473 * gdb.base/ptype.exp: Likewise.
9474 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
9475 h8300 xfails.
9476 * gdb.base/return.exp: Handle float/double precision problems
9477 on the h8300.
9478 * gdb.base/funcargs.c: Explicitly make last constant argument to
9479 call_after_alloca_subr an unsigned long type.
9480 * gdb.base/return.c: Include stdio.h.
9481
9482 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
9483
9484 * config/abug.exp: New file for the older Motorola Bug monitor
9485 that runs on the mvme13x series VME boards.
9486 * config/monitor.exp: Use the new config array for target settings
9487 if they exist.
9488
9489 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
9490
9491 * sim-gdb.exp: Make the SH simulator allocate less space when
9492 it is targeted.
9493
9494 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
9495
9496 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
9497 test.
9498
9499 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
9500
9501 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
9502 "rs6000-*-*" for "list function in include file" when gcc compiled.
9503 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
9504 for "p ctable1[120]".
9505 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
9506 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
9507 Remove setup_xfail for "rs6000-*-*" for
9508 "print 'scope0.c'::filelocal before run".
9509 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
9510 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
9511 since some compilers don't allow both options to be given
9512 on the same command line. Create object file and move it.
9513
9514 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
9515
9516 * gdb.base/corefile.exp: Always regenerate the core file, since
9517 we always regenerate the coremaker program. Detect special case
9518 where registers cannot be read from core file.
9519
9520 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
9521
9522 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
9523 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
9524 * gdb.c++/templates.exp: Only match on basename of file since
9525 some formats like xcoff don't encode directory information.
9526 * gdb.stabs/weird.exp: Use the right sed script for powerpc
9527 and rs6000 AIX xcoff targets.
9528 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
9529 * configure: Regenerate.
9530 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
9531 here, rather than in distclean.
9532
9533 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
9534
9535 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
9536 defined, and use it to compile the test case with -O2. The
9537 native compilation still uses no optimization.
9538 * gdb.base/mips_pro.c: Remove inline assembly code since
9539 it is compiled PIC by default, which results in assembler
9540 warnings that make the testsuite think the compilation
9541 was unsuccessful.
9542
9543 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
9544
9545 * gdb.c++/misc.exp: Add note to message for
9546 "print s.a for foo struct" that this is a known gcc 2.7.2
9547 and earlier bug.
9548
9549 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
9550
9551 * gdb.base/break.exp: Fix pattern for matching "Delete all
9552 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
9553 setup_xfail for deleting all breakpoints test. Fix various
9554 timeout messages to include "(timeout)".
9555 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
9556 for "p t_float_values2(3.14159,float_val2)".
9557 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
9558 for "continue to call2g" when gcc compiled.
9559 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
9560 "up to foo in langs.exp", "show language at foo in langs.exp",
9561 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
9562 and "show language at fsub in langs.exp".
9563 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
9564 "list line 1 in include file", "list message for lines past EOF",
9565 "list function in include file", "list list0.h:foo", and
9566 "list filename:function; nonexistant function".
9567 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
9568 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
9569 and "ptype t_char_array" to be for native cc only.
9570
9571 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
9572
9573 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
9574 setup_xfail for "print coremaker_bss", "print coremaker_ro",
9575 "print func2::coremaker_local", and "backtrace in corefile.exp".
9576
9577 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
9578
9579 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
9580 "bt in signals.exp". This problem only appears when running
9581 the testsuite, and then only intermittently.
9582
9583 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
9584
9585 * gdb.base/return.exp (return_tests): Differentiate between
9586 two tests of continuing.
9587
9588 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
9589
9590 * */Makefile.in (maintainer-clean): Remove config.log.
9591 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
9592 * gdb.c++/Makefile.in (PROGS): Add inherit.
9593 (clean): Remove *.ci.
9594
9595 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
9596
9597 * gdb.c++/misc.cc: Add test code from Mike Stump.
9598 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
9599
9600 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
9601
9602 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
9603 to "alpha-*-osf2*" and add comment.
9604 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
9605 setup_xfail for "step over execarg initialization" and
9606 "step over corearg initialization".
9607 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
9608 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
9609 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
9610 gcc compiled for "print coremaker_bss", "print coremaker_ro",
9611 "print func2::coremaker_local", and "backtrace in corefile.exp".
9612 * gdb.base/signals.exp: Build and source signals.ci.
9613 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
9614 to be for gcc only.
9615 * lib/gdb.exp: Move verbose statements outside conditionals.
9616
9617 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9618
9619 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
9620 Feb 3 procfs.c change.
9621
9622 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
9623
9624 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
9625
9626 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
9627
9628 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
9629 from dejagnu's apparent default of 10 seconds, which gives random
9630 results when running the tests over NFS on moderately loaded systems.
9631 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
9632
9633 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
9634
9635 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
9636 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
9637 result reports.
9638
9639 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
9640
9641 * configure.in (CY_AC_PATH_TCLH): Remove.
9642 * configure: Regenerate.
9643
9644 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
9645
9646 * gdb.c++/Makefile.in (clean): Add missing '{'.
9647
9648 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
9649
9650 * lib/gdb.exp: Provide a default value for noinferior.
9651
9652 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
9653 Load libgloss.exp.
9654
9655 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
9656
9657 * gdb.disasm/hppa.exp: Compile directly into an executable, use
9658 the executable, not the .o to run the tests from.
9659
9660 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
9661
9662 * gdb.base/break.exp: Don't test for program exit or exit status
9663 if $noresults if nonzero.
9664 * gdb.base/langs.exp: Likewise.
9665 * gdb.base/watchpoint.exp: Likewise.
9666
9667 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
9668 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
9669 trying to compile the testcase.
9670
9671 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
9672
9673 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
9674 * gdb.base/signals.exp (continue to handler): Likewise.
9675
9676 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
9677
9678 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
9679
9680 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
9681
9682 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
9683
9684 * gdb.base/corefile.exp: Recognize "not found" as failure
9685 when trying to determine if a core file was generated.
9686 If no core file was generate the first time, try again without
9687 the ulimit -c to work around braindamaged shells.
9688
9689 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
9690
9691 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
9692 [] tests with "test" and enclose string in quotes.
9693 * gdb.stabs/configure: Rebuild
9694
9695 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
9696
9697 Changes in sync with expect:
9698 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
9699 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
9700 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
9701 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
9702 argument to AC_REQUIRE.
9703 * configure: Regenerated.
9704
9705 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
9706
9707 * gdb.base/corefile.exp: When generating a core, discard any
9708 error messages about ulimit not found and the "core dumped"
9709 message from the shell that runs the coredumper.
9710
9711 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
9712
9713 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
9714
9715 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
9716 which sed script to run. Expect failure for v_comb test
9717 on PA targets too.
9718
9719 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
9720
9721 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
9722 "print func2::coremaker_local" and for "backtrace in corefile.exp"
9723
9724 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
9725
9726 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
9727 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
9728 "sparc-sun-solaris*" xfails for "p v_comb".
9729 * lib/gdb.exp (default_gdb_start): Fix typo.
9730 * gdb.base/corefile.exp: Allow "Core was generated by ..."
9731 messages to not include the full program name that caused
9732 the core dump since some systems (such as solaris) apparently
9733 truncate this path to about 80 characters.
9734 When generating a core file first try increasing the core file
9735 size limit to unlimited since some systems may default it to
9736 zero, and it is harmless to try it. Move the test for failing
9737 to generate a core file to where it will actually get executed.
9738 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
9739 new gdb result from g++ debug info improvements and make old
9740 pattern obsolescent. Also account for size_t differences
9741 (may be int or long).
9742 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
9743 initialization before function call is placed in the delay slot
9744 and thus appears to be skipped over by commands such as "next".
9745
9746 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
9747
9748 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
9749
9750 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
9751
9752 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
9753 input source file; fix code to compile test to deal with this
9754 convention.
9755 * gdb.c++/*.exp: Likewise.
9756
9757 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
9758
9759 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
9760 "bt in signals.exp".
9761
9762 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
9763
9764 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
9765 "step over execarg initialization" and
9766 "step over corearg initialization".
9767
9768 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
9769
9770 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
9771 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
9772
9773 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
9774
9775 From Rob Savoye (rob@poseidon.cygnus.com)
9776 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
9777 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
9778 configure.in}, gdb.disasm/{Makefile.in, configure.in},
9779 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
9780 configure.in}: Major reworking for autoconfig.
9781 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
9782 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
9783 New files.
9784 * config/unix-gdb.exp: Make GDB global.
9785 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
9786 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
9787 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
9788 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
9789 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
9790 term.exp, twice.exp, watchpoint.exp, whatis.exp},
9791 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
9792 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
9793 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
9794 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
9795 pr-8136.exp, result.exp, string.exp, tuples.exp},
9796 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
9797 to returns as necessary, arrange for test to compile own testcase
9798 executable.
9799 * lib/gdb.exp: Changes for testsuite to compile own test cases.
9800
9801 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
9802
9803 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
9804 clear_xfail at end of test which might not call either pass or fail.
9805 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
9806 "backtrace through signal handler".
9807
9808 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9809
9810 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
9811 continuing from a job control stop signal.
9812 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
9813
9814 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
9815
9816 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
9817 * gdb.base/corefile.exp: Likewise.
9818 * gdb.base/funcargs.exp: Likewise.
9819
9820 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
9821
9822 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
9823 * config/monitor.exp: Add support for setting baud rate.
9824
9825 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
9826
9827 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
9828 i*86-*-linux* xfails for "backtrace through signal handler".
9829 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
9830 "print func2::coremaker_local".
9831 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
9832 alpha-dec-osf2* xfail for
9833 "delete all breakpoints when none".
9834
9835 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
9836
9837 * gdb.base/break.exp: Change test that deletes all breakpoints
9838 when no user breakpoints are installed. A post 4.15 change
9839 causes gdb to no longer prompt in this case.
9840
9841 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
9842
9843 * gdb.base/return.exp (return_tests): Change xfail for test
9844 "correct value returned double test" to stop xfailing at
9845 Solaris 2.5. Apparently the bug has been fixed.
9846
9847 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
9848
9849 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
9850 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
9851
9852 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
9853
9854 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
9855 * gdb.disasm/hppa.s: Corresponding changes.
9856
9857 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
9858
9859 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
9860 makefile fragment.
9861 * config/mt-hpux: Deleted.
9862
9863 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
9864
9865 * Many files: When warning about suppressed tests due to a
9866 nonexistant test binary, avoid incrementing the warning count.
9867
9868 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
9869
9870 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
9871
9872 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9873
9874 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
9875 "sparc-*-solaris2*".
9876
9877 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9878
9879 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
9880 Add global and local variables and initialize them.
9881 * gdb.base/corefile.exp: Test correct mapping of corefile sections
9882 by printing variables. Remove rs6000 and powerpc xfails, BFD now
9883 extracts the file name and terminating signal from the core file.
9884 * TODO: Remove note about tests for correct mapping of corefile.
9885 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
9886 from optimizing it away.
9887 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
9888 handles common blocks.
9889
9890 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
9891
9892 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
9893 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
9894
9895 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
9896
9897 * Makefile.in (maintainer-clean): New target, synonym for
9898 realclean.
9899 * gdb.base/Makefile.in (maintainer-clean): Likewise.
9900 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
9901 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
9902 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
9903 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
9904 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
9905
9906 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
9907
9908 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
9909 xfails when not gcc compiled for "print foo::funclocal".
9910 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
9911 "print foo::funclocal at foo",
9912 "print 'scope1.c'::foo::funclocal at foo",
9913 "print foo::funclocal_bss at foo",
9914 "print 'scope1.c'::foo::funclocal_bss at foo",
9915 "print foo::funclocal_ro at foo",
9916 "print 'scope1.c'::foo::funclocal_ro at foo",
9917 "print bar::funclocal at foo" and
9918 "print 'scope1.c'::bar::funclocal at foo".
9919 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
9920 gcc compiled for "print foo::funclocal at bar".
9921 Expand all messages to ensure that they identify that
9922 the test is at bar().
9923 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
9924 gcc compiled for:
9925 "ptype on opaque struct pointer (statically)",
9926 "ptype on opaque struct tagname (statically)",
9927 "ptype on opaque struct pointer (dynamically) 1",
9928 "ptype on opaque struct tagname (dynamically) 1",
9929 "ptype on opaque struct pointer (dynamically) 2" and
9930 "ptype on opaque struct tagname (dynamically) 2
9931 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
9932 gcc compiled for:
9933 "p datalocal"
9934 "whatis datalocal",
9935 "ptype datalocal",
9936 "p bsslocal",
9937 "whatis bsslocal", and
9938 "ptype bsslocal".
9939 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
9940 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
9941 when not gcc compiled.
9942 * gdb.base/funcargs.exp (float_and_integral_args): Add
9943 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
9944 compiled.
9945 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
9946 "backtrace from call6a" when not gcc compiled.
9947 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
9948 "backtrace from call7a" when not gcc compiled.
9949 * gdb.base/callfuncs.exp (do_function_calls):
9950 Add "hppa*-*-hpux*" xfail when not gcc compiled for
9951 "p t_char_array_values(char_array_val2,char_array_val1)",
9952 "p t_char_array_values(char_array_val1,char_array_val2)",
9953 "p t_char_array_values("carray 1","carray 2")",
9954 "p t_char_array_values("carray 1",char_array_val2)",
9955 "p t_char_array_values(char_array_val1,"carray 2")",
9956 "p sum_args(1,{2})",
9957 "p sum_args(2,{2,3})",
9958 "p sum_args(3,{2,3,4})",
9959 "p sum_args(4,{2,3,4,5})"
9960 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
9961 "backtrace in corefile.exp" when not gcc compiled.
9962
9963 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9964
9965 * gdb.base/signals.exp: Rewrite `handle all print' test as
9966 a procedure. Accept blanks or TABs as whitespace, increase
9967 timeout and expect input buffer size for the large output
9968 from the command. Remove "i*86-*-bsdi2.0" xfail.
9969
9970 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9971
9972 * gdb.base/setvar.exp: Add new testcases for truncation when
9973 assigning invalid values to bitfields.
9974
9975 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
9976
9977 * gdb.base/callfuncs.exp (do_function_calls): Remove
9978 mips-sgi-irix* xfail for
9979 "call inferior func with struct - returns char *"
9980 and fix test so that an optional (unsigned char *) cast is
9981 accepted in the result.
9982
9983 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
9984
9985 * gdb.base/funcargs.exp (float_and_integral_args): Remove
9986 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
9987 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
9988 * gdb.base/signals.exp: Remove duplicate "handle all print" test
9989 that accidentally got checked in.
9990
9991 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
9992
9993 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
9994 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
9995 compiled test.
9996 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
9997 Add mips-sgi-irix5* xfail for not gcc compiled.
9998 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
9999 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
10000 "p top", "whatis top", "p middle", and "whatis middle".
10001 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
10002 "whatis signed char" for not gcc compiled.
10003 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
10004 "set variable signed char=-1 (-1)" and
10005 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
10006 * gdb.base/funcargs.exp (float_and_integral_args):
10007 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
10008 Add mips-sgi-irix* xfail when not gcc compiled for
10009 "continue to call2b".
10010 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
10011 "continue to call2g".
10012 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
10013 "backtrace from call6a"
10014 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
10015 "backtrace from call7k".
10016 Add mips-sgi-irix5* xfail when not gcc compiled for
10017 "backtrace from call7a".
10018 (localvars_after_alloca): Fix gdb_test cmds for
10019 "print * after runto ...".
10020 Remove rs6000-*-* xfails for
10021 "print i after runto localvars_after_alloca" and
10022 "print l after runto localvars_after_alloca"
10023 for all compilers.
10024 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
10025 when not compiled with gcc, for:
10026 "print signed char == (minus)",
10027 "print signed char != (minus)",
10028 "print signed char < (minus)",
10029 "print signed char > (minus)".
10030 * gdb.base/callfuncs.exp (do_function_calls):
10031 Add mips-sgi-irix* xfail, when compiled with native compiler, for
10032 "call inferior func with struct - returns char *".
10033 * gdb.base/return.exp (return_tests): Change xfail for
10034 "correct value returned double test" to include Solaris 2.4.
10035 * gdb.base/funcargs.exp (float_and_integral_args):
10036 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
10037
10038 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10039
10040 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
10041 enumeration bitfields if compiling with GNU C.
10042 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
10043 to empty' prompt.
10044
10045 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
10046
10047 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
10048 test for PRO targets.
10049
10050 * gdb.base/funcargs.exp: Avoid ever setting more than 8
10051 breakpoints in the inferior at any given time by making
10052 two groups of breakpoints for call2*, call6* and call7*
10053 tests.
10054
10055 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10056
10057 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
10058 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
10059 from optimizing it away.
10060 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
10061 "call inferior func with struct".
10062
10063 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
10064
10065 * configure.in: Only configure gdb.chill for particular targets.
10066
10067 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
10068
10069 * gdb.base/Makefile.in: Add action to .c.o transformation
10070 rule that generates a .ci file for each .o file and remove
10071 explicit .c.o rules except for callfuncs.o.
10072 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
10073 generates a .ci file for each .o file and remove explicit
10074 .cc.o rules.
10075 (clean): Remove *.tmp *.ci files.
10076 (EXECUTABLES): Remove templ-info.exp.
10077 * gdb.base/compiler.c: New file.
10078 * gdb.c++/compiler.cc: New file
10079 * gdb.base/scope.exp: Source gdb.base/scope.ci.
10080 Change rs6000-*-* xfail for
10081 "print 'scope0.c'::filelocal_ro" and
10082 "print 'scope1.c'::filelocal" and
10083 "print 'scope1.c'::filelocal_bss" and
10084 "print 'scope1.c'::filelocal_ro" and
10085 "print 'scope1.c'::foo::funclocal" and
10086 "print 'scope1.c'::foo::funclocal_ro" and
10087 "print 'scope1.c'::bar::funclocal" and
10088 "print 'scope0.c'::filelocal_ro" and
10089 "print 'scope1.c'::filelocal at foo" and
10090 "print 'scope1.c'::filelocal_bss at foo" and
10091 "print 'scope1.c'::filelocal_ro at foo" and
10092 "print 'scope1.c'::foo::funclocal at foo" and
10093 "print 'scope1.c'::foo::funclocal_bss at foo" and
10094 "print 'scope1.c'::foo::funclocal_ro at foo" and
10095 "print 'scope1.c'::bar::funclocal at foo" and
10096 "print 'scope0.c'::filelocal_ro" and
10097 "print 'scope1.c'::filelocal" and
10098 "print 'scope1.c'::filelocal_bss" and
10099 "print 'scope1.c'::filelocal_ro" and
10100 "print 'scope1.c'::foo::funclocal" and
10101 "print 'scope1.c'::foo::funclocal_bss" and
10102 "print 'scope1.c'::foo::funclocal_ro" and
10103 "print 'scope1.c'::bar::funclocal" and
10104 "print 'scope1.c'::bar::funclocal_bss"
10105 to only be xfail'd when not compiled with gcc.
10106 Add rs6000-*-* xfail for
10107 "print 'scope0.c'::filelocal_bss before run"
10108 when compiled with gcc.
10109 (test_at_main): Add rs6000-*-* xfail for
10110 "print filelocal_ro in test_at_main"
10111 when compiled with gcc.
10112 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
10113 Add rs6000-*-aix* xfail for
10114 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
10115 "ptype t_char_array", not compiled with gcc.
10116 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
10117 xfail for "list foo (in include file)" when gcc compiled.
10118 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
10119 (integral_args): Add rs6000-*-* xfail for
10120 "run to call0a" if not compiled with gcc.
10121 (unsigned_integral_args): Add rs6000-*-* xfail for
10122 "run to call1a" if not compiled with gcc.
10123 (float_and_integral_args): Add rs6000-*-* xfail for
10124 "run to call2a" if not compiled with gcc and for
10125 "continue to call2b" for any compiler.
10126 Add rs6000-*-* xfail to
10127 "print f1 after run to call2a" for gcc compiled.
10128 (discard_and_shuffle): Add rs6000-*-* xfail for
10129 "run to call6a".
10130 (shuffle_round_robin): Add rs6000-*-* xfail for
10131 "backtrace from call7a" if not compiled with gcc.
10132 Add rs6000-*-* xfail for
10133 "backtrace from call7b" if compiled with gcc.
10134 (call_after_alloca): Add rs6000-*-* xfail for
10135 "print c in call_after_alloca" and
10136 "print s in call_after_alloca" and
10137 "backtrace from call_after_alloca_subr"
10138 if not compiled with gcc.
10139 (localvars_in_indirect_call): Add rs6000-*-* xfail for
10140 "print c in localvars_in_indirect_call" and
10141 "print c in localvars_in_indirect_call" and
10142 "backtrace in indirectly called function" and
10143 "stepping into indirectly called function"
10144 if not compiled with gcc.
10145 (localvars_after_alloca): Add rs6000-*-* xfail for
10146 "print c after runto localvars_after_alloca" and
10147 "print s after runto localvars_after_alloca" and
10148 "print i after runto localvars_after_alloca" and
10149 "print l after runto localvars_after_alloca"
10150 for all compilers.
10151 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
10152 than whatis-info.exp.
10153 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
10154 than opaque-info.exp.
10155 Setup rs6000-*-* xfail for
10156 "ptype on opaque struct pointer (statically)" and
10157 "ptype on opaque struct pointer (dynamically)" when
10158 not compiled with gcc.
10159 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
10160 rather than callf-info.exp.
10161 (do_function_calls): Add clear_xfail for rs6000-*-* for
10162 "p t_float_values2(3.14159,float_val2)". Seems to work
10163 fine there, both with xlc and gcc. Need to find out what
10164 it is doing right and fix other platforms.
10165 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
10166 "call inferior func with struct - returns int",
10167 "call inferior func with struct - returns long",
10168 "call inferior func with struct - returns float",
10169 "call inferior func with struct - returns double",
10170 "call inferior func with struct - returns char *",
10171 but only if not gcc compiled (presumes xlc compiled).
10172 Change rs6000-*-* xfails for
10173 "call inferior func with struct - returns char" and
10174 " call inferior func with struct - returns short" to only
10175 xfail if not using gcc.
10176 (clean mostlyclean): Remove *.ci and *.tmp files.
10177 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
10178 than templ-info.exp.
10179 * gdb.base/langs.exp: Source gdb.base/langs.ci.
10180 Add rs6000-*-* xfail for "up to foo in langs.exp"
10181 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
10182 when not gcc compiled.
10183
10184 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10185
10186 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
10187 * gdb.base/corefile.exp: Likewise.
10188 * gdb.base/list.exp: Likewise.
10189 * gdb.base/scope.exp: Likewise.
10190 * gdb.base/siganls.exp: Likewise.
10191
10192 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
10193 compiler output.
10194 * gdb.base/whatis.exp: Likewise.
10195
10196 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
10197
10198 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
10199 failure (opcode table has been fixed to match reality).
10200
10201 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
10202
10203 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
10204 "call inferior func with struct - returns char",
10205 "call inferior func with struct - returns short"
10206
10207 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
10208 "print 'scope0.c'::filelocal at main",
10209 "print 'scope0.c'::filelocal_bss in test_at_main",
10210 "print 'scope0.c'::filelocal at foo",
10211 "print 'scope0.c'::filelocal_bss in test_at_foo",
10212 "print 'scope0.c'::filelocal at bar",
10213 "print 'scope0.c'::filelocal_bss in test_at_bar"
10214
10215 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
10216 in source file 1". This bug seems to have been fixed with both
10217 gcc and native cc (was native assembler bug?).
10218
10219 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
10220
10221 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
10222 "backtrace through signal handler" to "i*86-*-sysv4*".
10223 * gdb.base/signals.exp: Add xfail for "'next' behaved as
10224 continue" case. Add "known SVR4 bug" to fail message.
10225 Add "i*86-*-bsdi2.0" xfail for "handle all print".
10226 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
10227 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
10228 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
10229 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
10230 "up to foo in langs.exp", "show language at foo in
10231 langs.exp", "up to cppsub_ in langs.exp", "show
10232 language at cppsub_ in langs.exp", "up to fsub in
10233 langs.exp", and "show language at fsub in langs.exp".
10234 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
10235 "bactrace in corefile.exp".
10236 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
10237 "call inferior function with struct - returns float" and
10238 "call inferior function with struct - returns double".
10239
10240 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
10241
10242 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
10243 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
10244 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
10245 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
10246
10247 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
10248
10249 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
10250 (or overriden) "CHILL" macro rather then bare "gcc".
10251 Also look for ../../gcc/xgcc since that is what we will
10252 actually need, not "Makefile". Remove following assignment
10253 of CHILL to CHILL_FOR_TARGET because that results in
10254 recursive definition.
10255
10256 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
10257
10258 * gdb.base/corefile.exp: Change xfail for backtrace in
10259 corefile.exp from linuxaout to all linux.
10260 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
10261 cases where we miss the breakpoint at the signal handler
10262 for some reason. Setup xfail for linuxoldld/linuxaout and
10263 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
10264 hitting SIGURG breakpoint.
10265 * gdb.base/signals.exp: Setup xfail for "next" acting like
10266 continue to add linuxoldld. Setup xfail for all linux for
10267 "next to handler in signals_tests_1", "backtrace in
10268 signals_tests_1", "continue to func1", "pass SIGUSR1",
10269 and continue to handler".
10270
10271 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10272
10273 * Update all FSF addresses except those in COPYING* files.
10274
10275 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
10276
10277 * gdb.base/a2-run.exp: Change messages to be more explicit about
10278 the status of args, and quote binfile in results.
10279
10280 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
10281
10282 * gdb.base/callfuncs.exp: Add tests for passing structs to
10283 inferior functions and return various types.
10284 * gdb.base/callfuncs.c: Add functions to receive a struct
10285 and return a member of the struct, in various types.
10286
10287 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10288
10289 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
10290
10291 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
10292
10293 * config/vxworks29k.exp: New file, sources vxworks.exp.
10294
10295 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10296
10297 * config/gdbremote.exp: New file. Testing framework using
10298 gdbserver.
10299
10300 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
10301
10302 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
10303 "call function when asleep" and "send end of file".
10304 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
10305 for "backtrace in corefile.exp".
10306 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
10307 for "backtrace through signal handler".
10308 * gdb.base/corefile.exp: Make sure we actually generate a core file
10309 before trying the core tests. Some systems allow the user to suppress
10310 generation of core files and default to that (linux for example).
10311 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
10312 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
10313
10314 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10315
10316 * gdb.threads: New directory with some crude multi-threaded
10317 gdb tests (step.exp and step2.exp).
10318 * config/mt-lynx (STEP_EXECUTABLE): Define.
10319 (THREADFLAGS): Define.
10320
10321 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
10322
10323 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
10324
10325 * gdb.base/signals.exp: Disable whole file for lynx until
10326 further notice.
10327
10328 * gdb.base/signals.exp: xfail test where "next" acts like
10329 "continue" for lynx.
10330
10331 * gdb.base/interrupt.exp: xfail test for calling function while
10332 inferior is asleep for lynx.
10333
10334 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
10335 than one cr-lf after each command.
10336
10337 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10338
10339 * configure.in: Reinstate setting of stabsdirs variable, fix
10340 typo in setting up configdirs for native builds.
10341
10342 * gdb.base/return.exp: Fix typo in return double test.
10343 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
10344 compiler from optimizing them away.
10345
10346 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
10347
10348 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
10349 sequences to be echo'd by gdb when using gdb_test.
10350 * gdb.chill/chexp.exp: Likewise.
10351 * gdb.fortran/exprs.exp: Likewise
10352
10353 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10354
10355 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
10356 after the inferior gdb has started.
10357
10358 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
10359 after each command.
10360 * gdb.base/funcargs.exp: Likewise.
10361 * gdb.base/gdbvars.exp: Likewise.
10362 * gdb.base/interrupt.exp: Likewise.
10363 * gdb.base/list.exp: Likewise.
10364 * gdb.base/watchpoint.exp: Likewise.
10365 * gdb.c++/demangle.exp: Likewise.
10366 * gdb.c++/inherit.exp: Likewise.
10367 * gdb.chill/chexp.exp: Likewise.
10368 * gdb.fortran/exprs.exp: Likewise.
10369
10370 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
10371 test if we can't handle IO to/from the inferior.
10372
10373 * gdb.c++/misc.exp: Always check for a program already being
10374 started after sending a "run" command to gdb.
10375
10376 * gdb.base/twice.exp: Start with a fresh gdb.
10377
10378 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
10379 only depend on gdb's expression code, not the chill runtime.
10380
10381 * gdb.base/return.c: Put return values into variables so we
10382 can have gdb print them rather than depending on the program
10383 to print them.
10384 * gdb.base/return.exp: Corresponding changes.
10385
10386 * lib/gdb.exp: Provide default value for noinferiorio.
10387 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
10388 the inferior.
10389
10390 * gdb.base/break.exp: Always check for a program already being
10391 started after sending a "run" command to gdb.
10392 (text_next_with_recursion): Don't check the output from the
10393 program's printf statement. Instead just make sure the program
10394 exited.
10395
10396 * gdb.base/commands.exp: Protect tests which need arguments with
10397 $noargs conditionals.
10398
10399 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10400
10401 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
10402 of structure member arrays to match gdb/valops.c:value_addr change.
10403
10404 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
10405
10406 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
10407 cases.
10408
10409 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
10410
10411 * configure.in (configdirs): Remove gdb.chill from default list
10412 of subdirs and then add it back in only if doing a native build.
10413 The current chill compiler does not yet work in any cross build.
10414 * Revert all signal changes from Jul 6.
10415 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
10416 for sh-hms targets, allowing these tests to link, with no other
10417 changes. Testing is suppressed by setting "nosignals" in site.exp.
10418
10419 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
10420
10421 * configure.in (signaldirs): Define and add to configdirs for all
10422 targets except some specific ones that are known to not support signals.
10423 Also clean up formatting.
10424 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
10425 (signals, sigall): Remove rules to build.
10426 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
10427 Moved to new gdb.signals directory.
10428 * gdb.signals: New test directory.
10429 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
10430 signals.c signals.exp}: New or moved files.
10431
10432 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
10433
10434 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
10435
10436 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
10437
10438 * gdb.base/return.exp: Xfail `return double' test failure
10439 on at least Solaris 2.3 and handle future/past versions on
10440 a case by case basis as appropriate. Also update message
10441 to include i*86 failures.
10442
10443 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10444
10445 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
10446
10447 * lib/gdb.exp: Fix comment which erroneously identified
10448 gdb_file_cmd as gdb_load (the 19 May change was in fact to
10449 gdb_file_cmd not gdb_load).
10450 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
10451
10452 * gdb.base/setvar.exp: Make test names consistent between pass and
10453 fail cases. Use gdb_test more.
10454
10455 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10456
10457 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
10458
10459 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10460
10461 * gdb.base/help.exp: Fix expected help string for `show commands'.
10462
10463 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
10464
10465 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
10466
10467 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
10468 of a text section.
10469
10470 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
10471
10472 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
10473 that loop eventually terminates. Fix Connection refused logic so
10474 that testsuite will expire nicely.
10475
10476 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
10477
10478 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
10479 config/rom68k.exp: New tcl glue for the appropriate monitors.
10480 These all just end up calling monitor.exp.
10481 * config/monitor.exp (gdb_target_monitor): Handle `Connection
10482 refused' by retrying. Cleanup some timeout issues.
10483 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
10484 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
10485 callers don't have to set/restore global timeout variable.
10486
10487 * The following set of changes centralizes management of the global
10488 timeout variable. This way, it can be set in one target dependent
10489 place instead of dozens of places scattered throughout the test suite.
10490 If you need to lengthen a timeout, then you should either set timeout
10491 in one of the config/{target}.exp files, or multiply it by a factor.
10492 Setting it to an absolute value is always going to lose for some
10493 targets.
10494 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
10495 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
10496 * gdb.base/funcargs.exp: Don't set timeout.
10497 * gdb.base/list.exp (test_forward_search): Only use local timeout.
10498 * gdb.base/printcmds.exp (test_print_string_constants
10499 test_print_array_constants): Don't set timeout.
10500 * gdb.base/ptype.exp: Don't set timeout.
10501 * gdb.base/recurse.exp: Don't set timeout.
10502 * gdb.base/return.exp: Don't set timeout.
10503 * gdb.base/watchpoint.exp: Don't set timeout.
10504 * gdb.c++/classes.exp (do_tests): Don't set timeout.
10505 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
10506
10507 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
10508
10509 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
10510
10511 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10512
10513 * lib/gdb.exp: Disable chill tests for irix5.
10514
10515 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10516
10517 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
10518 each test pass or fail.
10519
10520 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10521
10522 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
10523 xlc not gcc.
10524
10525 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
10526
10527 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
10528
10529 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
10530
10531 * config/est.exp: Fix copyright and comments. Remove dead code.
10532 Use targetname, serialport and baud variables instead of fixed
10533 constants.
10534 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
10535 * config/cpu32bug.exp: New file to support cpu32bug monitors.
10536
10537 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10538
10539 * gdb.base/watchpoint.exp: Don't run
10540 test_watchpoint_triggered_in_syscall for sunos.
10541
10542 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10543
10544 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
10545 they don't seem to exist. Do include stdio.h.
10546
10547 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10548
10549 * gdb.base/a1-selftest.exp: Add alpha xfail.
10550
10551 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10552
10553 * gdb.base/watchpoint.c (main): Prompt before calling read().
10554 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
10555 Revise accordingly. Remove cruft about sending "123" several
10556 times, until it gets noticed. Clean up the "print buf[0]" stuff
10557 so that it passes or fails, and waits for prompts in the usual way.
10558
10559 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10560
10561 * gdb.base/recurse.exp: Fix comment.
10562
10563 * TODO: Remove item about printing variables in nodebug.exp. Add
10564 item about enabling tests which are only run on some targets.
10565
10566 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
10567 fail, make test names unique, use new gdb_test convention
10568 regarding pattern, use gdb_test more, etc.).
10569
10570 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
10571 fail, make test names unique, etc.).
10572
10573 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10574
10575 * gdb.base/nodebug.c: Change return type of top and middle to
10576 short.
10577 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
10578 are fixed by the recent mdebugread.c changes. Allow `short ()'
10579 as type for top and middle.
10580
10581 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10582
10583 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
10584 nearly as I can tell, the whole thing was an accident in Stu's
10585 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
10586 to replace a send/expect pair with gdb_test, but ended up only
10587 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
10588 of 30 Mar 1995 took care of it, but left this vestigial comment
10589 which I am now nuking.
10590
10591 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10592
10593 * gdb.base/break.exp: Look for different line number for
10594 breakpoint at main depending on usestubs.
10595
10596 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10597
10598 * gdb.base/list.exp: Adjust some alternate expect patterns to
10599 match recent list0.c change. Add alternate expect pattern for
10600 output from `list default lines around main' for optimizing
10601 compilers.
10602
10603 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10604
10605 * lib/gdb.exp: If nosignals is not set, set it to 0.
10606
10607 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
10608
10609 * config/slite-gdb.exp: Responds to load symbol table prompt.
10610 * gdb.base/break.exp: Adjust line number, fix rerun.
10611 * gdb.base/langs0.c: Add #ifdef usestubs.
10612
10613 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
10614
10615 * gdb.base/list.exp: Adjust line contents after adding new lines in
10616 list0.c. Also fix a syntax error.
10617
10618 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
10619 * gdb.base/break.exp: ditto.
10620 * gdb.base/list.exp: ditto.
10621 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
10622 * gdb.base/run.c: ditto.
10623 * gdb.base/list0.c: ditto.
10624 * gdb.base/funcargs.c: ditto.
10625
10626 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
10627
10628 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
10629 $targetname, $serialport and $baud instead of hardwired variables.
10630 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
10631 target doesn't support signals.
10632
10633 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
10634
10635 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
10636
10637 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10638
10639 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
10640 Don't rely on the value of an auto variable before it has been
10641 initialized. Use gdb_test more.
10642
10643 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10644
10645 * lib/gdb.exp (default_gdb_version): A version number must start
10646 with a digit, but other than that contains all characters up to
10647 the first whitespace character.
10648
10649 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10650
10651 * gdb.base/commands.exp (breakpoint_command_test): New tests.
10652
10653 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10654
10655 * gdb.c++/*.exp: Warn if executable does not exist. The original
10656 reason for skipping the warning was that configure.in sometimes
10657 intentionally skipped building the executables but the tcl code
10658 had no way of knowing. That (a) was always bogus with respect to
10659 error handling, (b) is no longer true (right now there is no way
10660 to skip C++ tests).
10661
10662 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
10663
10664 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10665
10666 * gdb.base/list.exp: Add expect patterns for output from
10667 SunPRO compiled executables.
10668 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
10669 types.
10670
10671 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10672
10673 * gdb.base/break.exp (test_next_with_recursion): Accept any line
10674 number (we are already testing that the correct source line text
10675 gets printed).
10676
10677 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
10678 that is what is intended, but something needed to be done to get
10679 sunos4 native working again.
10680
10681 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
10682
10683 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
10684 apparently went with a (very) old xfail.
10685
10686 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
10687
10688 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
10689 runto_main is a proc in gdb.exp that will do 'step' for target use
10690 stubs.
10691 * gdb.base/exprs.exp: ditto.
10692 * gdb.base/interrupt.exp: ditto.
10693 * gdb.base/opaque.exp: ditto.
10694 * gdb.base/printcmds.exp: ditto.
10695 * gdb.base/ptype.exp: ditto.
10696 * gdb.base/scope.exp: ditto.
10697 * gdb.base/setvar.exp: ditto.
10698 * gdb.base/signals.exp: ditto.
10699 * gdb.base/twice.exp: ditto.
10700 * gdb.c++/classes.exp: ditto.
10701 * gdb.c++/inherit.exp: ditto.
10702 * gdb.c++/templates.exp: ditto.
10703 * gdb.base/break.exp: no run and hit main for stubs. Change line
10704 numbers for breakpoints and info breakpoint.
10705 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
10706 breakpoint().
10707 * gdb.base/callfuncs.c: ditto.
10708 * gdb.base/exprs: ditto.
10709 * gdb.base/interrupt.c: ditto.
10710 * gdb.base/opaque0.c: ditto.
10711 * gdb.base/printcmds.c: ditto.
10712 * gdb.base/ptype.c: ditto.
10713 * gdb.base/scope0.c: ditto.
10714 * gdb.base/setvar.c: ditto.
10715 * gdb.base/signals.c: ditto.
10716 * gdb.base/twice.c: ditto.
10717 * gdb.c++/misc.cc: ditto.
10718 * gdb.c++/templates.cc: ditto.
10719
10720 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10721
10722 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
10723
10724 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
10725 somewhere between `read' and `main.c'. I'm pretty sure the
10726 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
10727 and it isn't particularly useful.
10728
10729 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
10730
10731 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10732
10733 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
10734
10735 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
10736
10737 * config/mt-slite: add LIBS and -nostdlib.
10738 * config/slite-gdb.exp: add this new file to support sparclite target.
10739
10740 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
10741
10742 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
10743
10744 * gdb.base/a2-run.exp: Change argument to istarget from
10745 "*-*-vxworks" to "*-*-vxworks*".
10746 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
10747
10748 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
10749
10750 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
10751 will not runto main but do a 'step' to step out of breakpoint().
10752 * config/mt-slite: add -Dusestubs.
10753
10754 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10755
10756 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
10757 instead of just @.
10758
10759 * gdb.base/signals.exp: Add test for "handle all print".
10760 * TODO: Remove "handle all print". Also remove item about
10761 checking copyright date (I don't like the idea of a spurious FAIL
10762 based on when we run the tests).
10763
10764 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
10765 for SunOS4 (reason for failure not investigated). Remove
10766 redundant test for $binfile.
10767
10768 * gdb.base/nodebug.c (array_index): Call malloc.
10769
10770 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
10771
10772 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
10773
10774 * gdb.base/recurse.exp: Update gdb_test invocation to use new
10775 conventions and slightly simplify the matching regexp.
10776
10777 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10778
10779 * gdb.base/break.exp: Update gdb_test invocation to use new
10780 convention.
10781
10782 * lib/gdb.exp: If noargs is not set, set it to 0.
10783
10784 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
10785 tests unique.
10786
10787 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
10788
10789 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10790
10791 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
10792 one argument of type "<non-float parameter>".
10793
10794 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
10795
10796 * config/rom68k.exp: New file to support Motorola IDP board.
10797 * gdb.base/a2-run.exp: Skip this file if noargs is set.
10798 * gdb.base/break.c: Change things around so that this program
10799 doesn't depend upon args. This is necessary to make remote
10800 targets work (in general, they can't take args).
10801 * gdb.base/break.exp: Don't try to send args to program. Don't
10802 expect output. Also, replace lots of code with gdb_test.
10803
10804 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10805
10806 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
10807 printing of '\'' (which is what the comment says we are testing,
10808 even though we were not), not '''.
10809 (test_integer_literals_rejected): Test that printing ''' is an error.
10810
10811 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
10812 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
10813 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
10814 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
10815 Use gdb_test not test_print_accept.
10816 * lib/gdb.exp: Remove test_print_accept.
10817
10818 * gdb.base/signals.exp (signal_tests_1): Make pass message
10819 consistent with fail message.
10820
10821 * gdb.base/whatis.exp: Remove xfails for printing char vs.
10822 unsigned char; the bug (PR 1821) is fixed.
10823
10824 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
10825
10826 * gdb.base/scope.exp (test_at_localscopes): Call pass for
10827 successful tests--makes xfailing them work right.
10828
10829 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10830
10831 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
10832 only \r\n, not .*. The test can pass .* as the last thing in
10833 $pattern if that is what it wants. In addition to providing this
10834 flexibility, this change should speed up pattern matching in cases
10835 where the pattern already ended with .* (there were a number of
10836 them). This change also helps catch bad patterns--in the old
10837 scheme the typo "char \*" instead of "char \\*" would pass. Now
10838 it is caught.
10839 * Many .exp files: Update callers.
10840
10841 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
10842 clearer and does not spuriously match multiple ('s. Likewise for
10843 ) and *.
10844
10845 * gdb.base/nodebug.exp: Test ability to call a function and pass
10846 it a string (even with no debugging info).
10847
10848 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
10849 "p '\'", which is the same as "p ''" once tcl gets done with
10850 quoting, to "p '\\'", which I suspect is what is intended (one
10851 backslash gets sent to GDB).
10852
10853 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
10854
10855 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10856
10857 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
10858 1817) was fixed literally years ago.
10859
10860 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10861
10862 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
10863 test, it causes stepping out of call_after_alloca_subr with
10864 optimizing compilers.
10865 (localvars_in_indirect_call): Consume GDB prompt if `finish'
10866 fails.
10867
10868 * gdb.c++/templates.exp: Source templ-info.exp only if
10869 the templates executable exists.
10870
10871 * gdb.c++/misc.cc (class Contains_static_instance,
10872 class Contains_nested_static_instance),
10873 gdb.c++/classes.exp (test_static_members): Test printing of
10874 a class that contains a static instance of the class.
10875
10876 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10877
10878 * gdb.base/langs2.c (cppsub_): Don't prototype.
10879 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
10880 only, I believe).
10881
10882 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10883
10884 * lib/gdb.exp (skip_chill_tests): New procedure.
10885
10886 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
10887
10888 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
10889
10890 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
10891 each expect pattern. Cuts runtime from 12 to about 4 seconds.
10892
10893 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10894
10895 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
10896
10897 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
10898 disassemble 8, not 16, instructions for part 4.
10899
10900 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
10901 support the latter anymore.
10902
10903 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
10904 -DNO_PROTOTYPES.
10905 * gdb.base/callfuncs.c: Control use of prototypes based on
10906 NO_PROTOTYPES, not __STDC__.
10907 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
10908 t_float_values2 tests if prototypes in use.
10909
10910 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
10911 t_double_values): When checking differences against DELTA, check
10912 that difference is within the range (-DELTA,DELTA), not just
10913 (-infinity,DELTA).
10914
10915 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
10916
10917 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
10918 'file' command firts, then 'target', then 'load', this is due to gdb
10919 target set up.
10920 * config/mips-gdb.exp: Fix a couple regular exp bugs.
10921
10922 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
10923
10924 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
10925 FP load/store variants.
10926 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
10927
10928 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
10929
10930 * gdb.base/term.exp: Do not give a warning if not native, it is
10931 not an abnormal condition.
10932
10933 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
10934
10935 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
10936 t_char_array".
10937
10938 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
10939
10940 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
10941 are getting the version number.
10942
10943 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
10944 if not native, it is not an abnormal condition.
10945
10946 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10947
10948 * lib/gdb.exp: Just use "file exists", rather than undocumented
10949 dejagnu procedure "findfile".
10950
10951 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10952
10953 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
10954 (LDFLAGS): Set to -Xlinker -Ur.
10955
10956 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
10957 Removed, these values are set by lib/gdb.exp.
10958
10959 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
10960
10961 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10962
10963 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
10964 of replicating gdb startup code.
10965
10966 * config/mt-vxworks (LDFLAGS): Set to -r.
10967 (CFLAGS_FOR_TARGET): Removed.
10968
10969 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
10970 (gdb) and gdb for vxworks uses (vxgdb).
10971
10972 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
10973 executable is not in the tree and host != target, use sed and
10974 program_transform_name to determine the gdb name used by the
10975 target.
10976
10977 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
10978 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
10979
10980 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10981
10982 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
10983 floats, chars, and shorts where there are ANSI-style function
10984 definitions.
10985
10986 * gdb.base/langs.exp, gdb.base/langs*: New test.
10987 * gdb.base/Makefile.in: Build it.
10988 * TODO: Remove item about checking that C names don't get C++
10989 demangling applied; this test tests it.
10990
10991 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10992
10993 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
10994 went with the const70 xfail. The xfail went away a year ago.
10995
10996 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
10997
10998 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
10999 for hp300.
11000
11001 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
11002
11003 * gdb.base/a1-selftest.exp: Don't run on hp300.
11004
11005 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11006
11007 * Makefile.in (site.exp): Set host_alias and target_alias as well
11008 as host_triplet and target_triplet.
11009
11010 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11011
11012 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
11013
11014 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
11015 places as other ecoff systems).
11016
11017 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
11018 ultrix.
11019
11020 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11021
11022 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
11023 remove them.
11024 * gdb.base/nodebug.exp: Accept "function" in addition to "text
11025 variable and "variable" in addition to "data variable".
11026 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
11027
11028 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
11029 2.
11030 * gdb.base/list1.c (long_line): Add additional statement at start
11031 of function.
11032 * gdb.base/list.exp (test_forward_search): Update line number to
11033 reflect new statement.
11034
11035 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11036
11037 * gdb.base/signals.exp: Reinitialize searched source directories
11038 after gdb_start call.
11039
11040 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
11041
11042 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
11043 * gdb.stabs/Makefile.in: Likewise.
11044
11045 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
11046 change. Instead split the tests into smaller pieces.
11047 * gdb.disasm/hppa.s: Corresponding changes.
11048
11049 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11050
11051 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
11052 Quote ^C when passing it to stty. For some shells ^ is a pipe.
11053
11054 * gdb.base/funcargs.exp: Modify many tests so that every test
11055 either passes or fails. Make some test names unique.
11056
11057 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11058
11059 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
11060 Call stty to set interrupt character.
11061
11062 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
11063 for HP assembler versus GNU assembler based on actual behavior of
11064 $(CC), rather than assuming that $(AS) is always the GNU assembler.
11065
11066 * TODO: Suggest a few more stepping tests.
11067
11068 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
11069
11070 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
11071 restart GDB for h8300 after a continue.
11072 (return): Add pattern to match a29k-udi behavior.
11073 * gdb.base/nodebug.exp: Remove obsolete comment.
11074 * gdb.base/regs.exp: New file, testing of register displays.
11075 * gdb.base/return.exp: Fix typo in reference to $objdir.
11076 * gdb.base/whatis.exp: Always start with a fresh GDB.
11077
11078 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11079
11080 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
11081 higher, these tests generate a lot of output.
11082
11083 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11084
11085 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
11086 code following the catch silently ignored some errors; without the
11087 catch they should be thrown like any other tcl error. Also, the
11088 catch used "" instead of {} which meant all the callers who wanted
11089 to include one of the characters "[]$ had to quote it an extra time.
11090 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
11091 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
11092 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
11093 Remove extra quoting.
11094
11095 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
11096
11097 * gdb.base/commands.exp: Make test names unique; every test either
11098 passes or fails. Update some comments.
11099
11100 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
11101
11102 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11103
11104 The following fixes a FAIL caused by the fact that the alpha stabs
11105 configuration didn't use the ".if alpha" code in weird.def.
11106 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
11107 bit pointer, so the 32 bit version works even on the alpha.
11108 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
11109 Remove the stuff which allowed us to have separate versions for
11110 alpha and everything else.
11111
11112 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
11113 regexp which "info func operator\[\](" is supposed to match. Fix
11114 string to send to GDB. Note that GDB still doesn't work right. Add a
11115 new test for "info func .perator\[\](" which GDB does handle correctly.
11116
11117 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
11118
11119 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11120
11121 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
11122 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
11123 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
11124 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
11125 it makes the tests harder to understand and confuses test-o-matic.
11126 The preferred style is that each test provides a PASS or a FAIL,
11127 and has a unique message (e.g. "continue #54" not just "continue")
11128 which is the same for the pass and the fail.
11129 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
11130 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
11131 to lib/gdb.exp.
11132 * gdb.base/printcmds.exp: Use test_print_accept. Remove
11133 prt_accept which was basically the same thing. Likewise for
11134 test_print_reject and prt_reject.
11135 * lib/gdb.exp (test_print_reject): Add some more error message
11136 patterns to match from the former printcmds.exp (prt_reject).
11137 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
11138 One defect of the passcount stuff is that some of it failed to
11139 report XPASS where appropriate.
11140 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
11141 stuff before and after arg in expected pattern.
11142 (test_paddr_operator_functions): Re-do test without print_addr_of;
11143 this is the only test which seems to want extra stuff there.
11144
11145 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11146
11147 * gdb.base/nodebug.exp: Update new tests to reflect improved
11148 wording of gdb output.
11149
11150 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
11151 and "ptype" work on variables in files compiled without -g.
11152 Replaces commented out "maint print msymbol" tests.
11153
11154 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11155
11156 * gdb.base/setvar.c (dummy): Call malloc.
11157
11158 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
11159 losing with the irix4 sed.
11160
11161 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
11162 ALRM" on irix4.
11163
11164 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11165
11166 * TODO: Remove items about corefile.exp testing new exec-file and
11167 backtrace; both are now done. Add items about printing enums.
11168
11169 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11170
11171 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
11172 "get signal $thissig" test fails.
11173
11174 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
11175
11176 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11177
11178 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
11179 compiler warning with dec alpha compiler.
11180
11181 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
11182 extra \n from gdb_test call (this explains why the prompt test
11183 that I removed yesterday was there).
11184 (user_defined_command_test): Remove extra \n and prompt test.
11185
11186 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
11187 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
11188 doesn't exist.
11189 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
11190 Also remove alpha workaround, which turns out to be because
11191 SIGABRT == SIGLOST.
11192
11193 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
11194
11195 * gdb.base/help.exp: Don't test "help show".
11196
11197 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11198
11199 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
11200 "set print address" is on.
11201 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
11202 pass prompt to gdb_test; gdb_test already looks for the prompt.
11203
11204 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
11205
11206 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
11207 was a vestige of the manual TESTSTRATEGY, and the purpose of it
11208 was to make sure that gdb can read a core file. But (a) the "read
11209 the corefile" part didn't make it to a1-selftest.exp, we just
11210 delete the corefile after creating it, and (b) we test reading
11211 corefiles in corefile.exp anyway. Also, this test left around a
11212 xgdb process on Solaris.
11213
11214 * gdb.base/corefile.exp: Also test backtrace.
11215
11216 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
11217
11218 * gdb.base/commands.exp: Test a simple user defined command with
11219 arguments and if/while statements; verify the full user command is
11220 printed by "show user".
11221
11222 * gdb.base/commands.exp: Test if/while commands as part of a
11223 breakpoint command list; verify they appear in breakpoint
11224 information.
11225
11226 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11227
11228 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
11229 than by dividing by zero.
11230
11231 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
11232
11233 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
11234 performing an inferior call with watchpoints enabled.
11235 * gdb.base/watchpoint.c (main): Delete second unnecessary read
11236 call.
11237
11238 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11239
11240 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
11241 of "file" command.
11242
11243 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
11244 Add additional pattern for when "int operator int(void);" appears
11245 in a different order.
11246
11247 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11248
11249 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
11250
11251 * gdb.base/help.exp: Replace most of docstrings for "info signals"
11252 and "signal" with ".*".
11253
11254 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11255
11256 * TODO: Add note about "handle all nostop".
11257
11258 * gdb.base/{sigall.c, sigall.exp}: New test.
11259 * gdb.base/Makefile.in: Add it.
11260
11261 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11262
11263 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
11264 when invoking GDB, suppresses any windowing interface.
11265
11266 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
11267
11268 * config/sim-gdb: New file, simulator testing support.
11269
11270 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
11271
11272 * gdb.base/interrupt.exp: Test calling func1 twice.
11273
11274 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
11275
11276 * gdb.base/list.exp (test_forward_search): Set timeout higher
11277 when we'll be getting lots of output from gdb.
11278
11279 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
11280 "init_malloc" to after the expect statement. Run it if that
11281 regexp is taken, but also for two others which happen if source
11282 cannot be found.
11283
11284 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11285
11286 * gdb.base/printcmds.exp: New test, for printing register before
11287 program is running.
11288
11289 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11290
11291 * gdb.base/list.exp: Correct some alternate expect patterns
11292 to reflect changes in list1.c.
11293
11294 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11295
11296 * TODO: Add item regarding large frames.
11297
11298 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
11299
11300 * TODO: Remove item about enabling return.exp; it
11301 is enabled. Suggest a few more "return" tests.
11302
11303 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11304
11305 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
11306 anonymous unions.
11307
11308 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11309
11310 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
11311 and pr-5646.o, so "make" is the same as "make all", not "make
11312 pr-4975.o".
11313
11314 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
11315
11316 * gdb.base/list.exp: Adjust expectations to reflect changes in
11317 list1.c.
11318 (test_forward_search): New test proc.
11319 * gdb.base/list1.c (long_line): New function, has long source line.
11320
11321 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
11322
11323 * gdb.base/a1-selftest.exp: Change initial stepping to know about
11324 additional line of code that was added.
11325
11326 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
11327
11328 * gdb.disasm/hppa.s: Break the large branching tests into smaller
11329 tests so as not to overflow expect's input buffers.
11330 * gdb.disasm/hppa.exp: Corresponding changes.
11331
11332 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11333
11334 Beginnings of template debugging tests.
11335 * gdb.c++/templ-info.cc: New file to test for template
11336 debugging capability of the compiler.
11337 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
11338 templ-info.cc.
11339 * gdb.c++/templates.cc: Add explicit template instantiations
11340 to enable compiling with -fno-implicit-templates. Add destructor
11341 and 'value' method to T5 class for template tests.
11342 * gdb.c++/templates.exp: Add testcases for printing of template
11343 types, setting breakpoints on template methods and calling a
11344 template method.
11345
11346 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
11347
11348 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
11349 branch target since some assemblers (gas-2.5) may emit a
11350 relocation for the branch instead of resolving it in the
11351 assembler.
11352
11353 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11354
11355 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
11356 through signal handler.
11357
11358 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11359
11360 * configure.in (*-*-netware): Use config/mt-netware.
11361
11362 * config/mt-netware: New file.
11363 * config/mt-i386-netware: Removed, separate configs for different
11364 netware architectures are no longer needed now that we have
11365 --with-headers.
11366
11367 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11368
11369 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
11370 by the recent changes to use ANSI C arithmetic conversions.
11371
11372 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11373
11374 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
11375 bug involving using inferior_pid to figure out whether to select a
11376 frame.
11377
11378 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
11379
11380 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
11381 match the current disassembler output.
11382
11383 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
11384
11385 * gdb.fortran/exprs.exp: Expect VOID instead of void.
11386 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
11387 types, expect "int" as type of integer values (for now).
11388
11389 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
11390
11391 * gdb.base/commands.exp: New tests for if/while commands.
11392
11393 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
11394
11395 * lib/gdb.exp (runto): Replace sub-pattern for hex value
11396 by .*, since hex values have different syntax in Chill mode.
11397
11398 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11399
11400 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
11401 linefeed from expect pattern for repeated types with indices > 9.
11402
11403 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
11404
11405 First part of Fortran test suite.
11406 * gdb.fortran: New directory.
11407 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
11408
11409 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11410
11411 * gdb.base/default.exp: Update expect pattern for load command
11412 without arguments.
11413
11414 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11415
11416 * configure.in: Change i386 to i[345]86.
11417 * gdb.base/configure.in: Likewise.
11418 * gdb.c++/configure.in: Likewise.
11419 * gdb.chill/configure.in: Likewise.
11420
11421 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
11422
11423 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
11424 patterns, since that is not a valid context for comments.
11425
11426 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
11427
11428 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
11429 repeated types and repeated types with indices > 9.
11430
11431 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11432
11433 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
11434 2417; old bug has been fixed.
11435
11436 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
11437
11438 * gdb.base/interrupt.exp: When trying to wake up the inferior,
11439 send the newline ourselves instead of assuming gdb_test will do
11440 so when passed an empty input string.
11441
11442 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
11443 stabs testcode.
11444
11445 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11446
11447 * lib/gdb.exp (gdb_test): Don't send anything if the first
11448 argument is an empty string. This makes cases where we want to
11449 match output that is already in expect's buffers (for example,
11450 matching a breakpoint after gdb_run_cmd has been called) work
11451 reliably.
11452
11453 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11454
11455 * config/netware.exp: New file.
11456
11457 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11458
11459 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
11460 the -B and -L prefixes so we can find the debugging stub.
11461
11462 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
11463 there and we are using the gcc from the tree.
11464
11465 * gdb.base/types.c: Removed.
11466
11467 * gdb.base/configure.in: Look for makefile fragments in ../config.
11468 Recognize i386-*-netware.
11469 * gdb.c++/configure.in: Likewise.
11470
11471 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11472
11473 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
11474 the correct TCL syntax.
11475
11476 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11477
11478 * gdb.base/opaque.exp: use runto instead of messing around with
11479 breakpoints. Simplify by using gdb_test.
11480
11481 * gdb.base/bitfields.exp: restart between tests on netware targets
11482 because breakpoints aren't relocated after target death. Run
11483 processes to completion.
11484
11485 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
11486
11487 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
11488
11489 * Makefile.in: Remove extra tabs that confuse some versions
11490 of "make". Use the newly built gdb to test with by default,
11491 rather than the first one in the tester's search path.
11492
11493 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
11494
11495 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
11496
11497 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
11498 condition help.
11499
11500 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11501
11502 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
11503
11504 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
11505 running.
11506 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
11507 * gdb.base/funcargs.exp: Likewise.
11508
11509 * gdb.base/bitfields.exp: Simplify by using gdb_test.
11510 * gdb.base/funcargs.exp: Likewise.
11511
11512 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
11513 message is "".
11514
11515 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11516
11517 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
11518 return,signals,twice}.exp: Handle non-existant binaries
11519 consistantly.
11520
11521 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
11522 * gdb.base/Makefile.in: Don't try to generate a core dump, we
11523 might testing a cross development system.
11524
11525 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11526
11527 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
11528 runtest script is relative to ${srcdir}, not ${rootdir}.
11529
11530 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
11531
11532 * gdb.base/signals.exp: Allow for optionality of breakpoint
11533 address.
11534
11535 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11536
11537 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
11538
11539 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11540
11541 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
11542 for size_t definition.
11543 * gdb.c++/templates.cc: Likewise
11544
11545 * config/mt-i386-netware: New file.
11546
11547 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
11548 defined.
11549
11550 * gdb.base/Makefile.in: Added support for systems that name core
11551 files by appending "core" to the program name.
11552 * gdb.base/a1-selftest.exp: Likewise.
11553
11554 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11555
11556 * gdb.base/return.exp: Add comment and message for `return double'
11557 test failure on Sparc Solaris.
11558
11559 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
11560
11561 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
11562
11563 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11564
11565 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
11566 from optimizing them away.
11567 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
11568 patterns to include default constructors and assignment operators,
11569 to match gcc versions beyond 2.5.8. Accept any cplus demangling
11570 character in the output of the virtual base pointer.
11571
11572 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11573
11574 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
11575 expression match in print_addr_of to avoid unintented matches.
11576 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
11577 versions up to 2.5.8.
11578
11579 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11580
11581 * gdb.base/list.exp: Tweak alternate pattern for listing of an
11582 included file to run under newer versions of expect.
11583 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
11584 consecutive >'s in templates to accomodate recent cplus-dem.c change.
11585 Remove xfail for the virtual table of BDDHookV.
11586
11587 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
11588
11589 * lib/gdb.exp (string_to_regexp): Set a default result.
11590 (default_gdb_start): Fix misleading message.
11591
11592 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
11593
11594 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
11595 Remove all CC, etc definitions.
11596 * config/mt-hpux: New file.
11597 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
11598 (CFLAGS, LDFLAGS): Define.
11599 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
11600
11601 * Makefile.in (site.exp): Don't insert host_os, etc.
11602 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
11603 (distclean): Check existence of subdir.
11604 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
11605 * gdb.base/Makefile.in: General cleanup and simplification.
11606 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
11607 to build executables. Use default rule to build .o files.
11608 (EXPECT, RUNTEST, CC): Fix relative pathname.
11609 (site.exp): Don't insert host_os, etc.
11610 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
11611 and/or SIGUSR1 defined.
11612 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
11613 * gdb.c++/Makefile.in: General cleanup and simplification.
11614 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
11615 (CFLAGS): Remove.
11616 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
11617
11618 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
11619
11620 * gdb.base/recurse.exp: Misc changes to get tests running again
11621 after Kung's changes to the watchpoint code.
11622 * gdb.base/watchpoint.exp: Likewise.
11623
11624 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
11625
11626 * lib/gdb.exp (string_to_regexp): Convert {\} also.
11627
11628 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11629
11630 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
11631 * lib/gdb.exp (default_gdb_start): Define.
11632 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
11633 gdb.base/funcargs.exp, gdb.base/opaque.exp,
11634 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
11635 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
11636 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
11637 Don't call gdb_target_udi in between tests.
11638
11639 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11640
11641 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
11642 (which was basically just a local version of the same thing). In
11643 addition to avoiding duplication, gdb_test_exact is faster.
11644 * lib/gdb.exp (gdb_test_exact): Fix typo.
11645
11646 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
11647 don't give an error.
11648
11649 * gdb.base/term.exp: Call delete_breakpoints before starting.
11650
11651 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
11652 (t10): Add comment.
11653
11654 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
11655
11656 Reorganization of the GDB Test Suite.
11657
11658 * gdb.base: New directory, contains all the basic tests.
11659 * gdb.c++: New directory, tests specific to C++.
11660 * gdb.chill: New directory, tests specific to Chill.
11661 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
11662 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
11663 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
11664 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
11665 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
11666 t30-31 to chill).
11667 * */gdbme.*: Rename to match appropriate expect scripts.
11668 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
11669 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
11670 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
11671 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
11672 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
11673 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
11674 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
11675 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
11676 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
11677 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
11678 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
11679 gdb.c++/virtfunc.cc: New names of C++ files.
11680 * gdb.chill/chillvars.ch: New name of Chill file.
11681 * gdb.base/configure.in, gdb.c++/configure.in,
11682 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
11683 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
11684 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
11685 * configure.in (configdirs): Update to reflect directory changes.
11686 (target_abbrev): No longer define for any configuration.
11687 * Makefile.in: Cosmetic improvements to header comments.
11688
11689 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
11690
11691 Various changes to gdb.t31:
11692
11693 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
11694 * gdbme.ch: Make all key-words and predefineds be upper-case.
11695 * chillvars.exp: Expect key-words and predefinds in upper-case.
11696
11697 * chillvars.exp: Use gdb_test_exact many places.
11698 Change expected output for arrays (which now includes index labels).
11699
11700 * pr-5020.exp, gdme.ch (module PR_5020):
11701 New test, for PR-5020.
11702
11703 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
11704
11705 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
11706 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
11707
11708 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
11709
11710 * Makefile.in: Fix bit-rot in definitions of CHILL,
11711 CHILL_FOR_TARGET and Chill_LIB.
11712 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
11713 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
11714 CHILL, and CHILL_LIB.
11715
11716 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
11717
11718 * Revert the previous changes. Please see Rob's directory
11719 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
11720
11721 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
11722
11723 * Makefile.in, configure.in, config/mips-gdb.exp,
11724 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
11725 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
11726 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
11727 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
11728 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
11729 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
11730 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
11731 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
11732 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
11733 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
11734 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
11735 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
11736 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
11737 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
11738 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
11739 changes from 94Q1.
11740
11741 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
11742
11743 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
11744 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
11745 Rob's new testing fragments.
11746
11747 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
11748
11749 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
11750 lib/gdb.exp: Replace error proc calls with perror.
11751
11752 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
11753
11754 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
11755 version also, match on casted version strings, and match on
11756 gdb startup case where the line numbers might be messed up.
11757
11758 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
11759
11760 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
11761 (CFLAGS): Delete it from here.
11762
11763 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
11764
11765 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
11766
11767 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
11768
11769 * Makefile.in (RUNTEST): Default to just "runtest".
11770
11771 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11772
11773 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
11774 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
11775 the code has been restructured.
11776
11777 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11778
11779 * gdb.t00/default.exp (set write): Allow any number of \r and/or
11780 \n, not just one of each.
11781
11782 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
11783 /bin/cc gives a warning if you do.
11784
11785 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
11786
11787 * gdb.t24/demangle.exp: change expect pattern of
11788 __t10ListS_link1ZUiRCUiPT0
11789
11790 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11791
11792 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
11793 on local variables in recursive functions.
11794
11795 * gdb.t07/Makefile.in: Build the new test.
11796
11797 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11798
11799 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
11800 directly. Instead compare the return values from actual calls.
11801
11802 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
11803
11804 * Makefile.in (check): Set TCL_LIBRARY for runtest.
11805
11806 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11807
11808 * From Peter Schauer with minor modifications.
11809 * gdb.t15/return.exp (return_tests): Handle targets where "return"
11810 stops in mid-line in the caller. Add xfail for returning a float
11811 value on X86 targets.
11812
11813 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11814
11815 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
11816 to avoid expect lossage.
11817 (fmem_LRbug_tests): Likewise.
11818 * gdb.disasm/hppa.s: Corresponding changes.
11819
11820 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
11821 conditions to work with latest dejagnu/expect.
11822
11823 * gdb.t15/funcargs.exp (finish from indirect call): No longer
11824 expected to fail on the PA.
11825 (backtrace in call with trampolines): Explicitly require main
11826 to be frame #1 (no trampolines should show up in backtrace).
11827
11828 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
11829 "continue -expect".
11830 * gdb.t06/break.exp: Likewise.
11831 * gdb.t07/watchpoint.exp: Likewise.
11832 * gdb.t13/bitfields.exp: Likewise.
11833 * gdb.t15/{funcargs,return}.exp: Likewise.
11834 * gdb.stabs/weird.exp: Likewise.
11835 * config/{mips,udi}-gdb.exp: Likewise.
11836
11837 * hppa.sed: Enclose comments within a sed command to avoid
11838 losing with the old OSF1 sed.
11839
11840 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11841
11842 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
11843 sequent dynix.
11844 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
11845 * gdb.t15/funcargs.exp: Conditionally step again to really
11846 finish from marker_call_with_trampolines. Handle the case where
11847 the first step from within call_with_trampolines already steps
11848 us back to main.
11849 * gdb.t15/gdbme.c: Add comment to closing brace of
11850 call_with_trampolines for funcargs.exp.
11851
11852 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11853
11854 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
11855 Fix typo(s).
11856
11857 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11858
11859 * gdb.t07/gdbme.c: More code for watchpoint testing.
11860
11861 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
11862 "Hardware watchpoint" throughout file.
11863 (test_watchpoint_triggered_in_syscall): New test.
11864 (test_complex_watchpoint): New test.
11865
11866 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11867
11868 * gdbme.c (call_with_trampolines): New function to try and step
11869 into. Tests trampoline problems on the PA.
11870
11871 * funcargs.exp (localvars_in_indirect_call): No longer expect
11872 stepping into indirect call to fail on PAs.
11873 (test_stepping_over_trampolines): New test.
11874
11875 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11876
11877 * TODO: Add suggestions for static member function tests, and
11878 completion tests.
11879
11880 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11881
11882 * TODO: Add suggestions for "p/a" tests.
11883
11884 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
11885 (default_gdb_exit): Replace all the hair with sending "quit" to
11886 the process with a simple close.
11887
11888 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11889
11890 * TODO: Add suggestions for shared library tests.
11891
11892 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11893
11894 * TODO: Add suggestions for x/s tests.
11895
11896 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11897
11898 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
11899 "enable once", and "enable breakpoints once" with ".*".
11900
11901 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11902
11903 * TODO: Add suggestions about structure passing tests.
11904
11905 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11906
11907 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
11908 the primary1 test, use work around if __GNUC__ < 2.
11909 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
11910 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
11911 Test for bad output rather than waiting for timeout. Issue
11912 second continue only if first continue failed.
11913
11914 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11915
11916 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
11917 operator[] test with gdb_test because the old code didn't seem to
11918 be getting the quoting right with the new dejagnu.
11919
11920 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
11921
11922 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
11923 one from the path.
11924 * Makefile.in: Use a fresh expect if there is one, use runtest
11925 from the src tree if there is one.
11926
11927 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11928
11929 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
11930 next over recursive call. Revise the tests from that point on
11931 (which had been skipped) to match GDB's actual (correct) output.
11932
11933 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
11934 with next over a breakpoint whose condition is false.
11935
11936 * gdb.t00/help.exp: Comment out "help set print" tests just like
11937 (and for same reason as) "help set" test.
11938
11939 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11940
11941 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
11942 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
11943
11944 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11945
11946 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
11947 necessary gdb_target_udi.
11948
11949 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
11950
11951 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
11952 1838 and 2417; they are fixed.
11953
11954 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
11955 gdb.t03/ptype.exp (ptype structure, ptype union):
11956 Remove xfails; the test is looser than when the xfails were added.
11957
11958 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
11959 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
11960
11961 * gdb.t01/run.exp: Only run shell test if isnative.
11962
11963 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
11964 since "run" automatically loads if necessary. Call gdb_target_udi
11965 after the "file" since "file" kills any execution target.
11966
11967 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
11968 GDB. GDB doesn't work that way (not anymore at least) on UDI.
11969 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
11970 argument for UDI.
11971
11972 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11973
11974 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
11975
11976 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
11977
11978 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11979
11980 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
11981 properly quoting regexps. This makes the second argument to
11982 demangle a fixed string, which matches the callers, instead of a
11983 shell-style pattern which is what the previous implementation
11984 used. Update some of the callers.
11985
11986 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11987
11988 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
11989 (comib_nullified_tests): Fix typo.
11990 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
11991 strings. No longer expected to fail.
11992
11993 * gdb.disasm/hppa.s (addib_tests): Fix typo.
11994 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
11995 strings. No longer expected to fail.
11996
11997 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
11998 string. No longer expected to fail.
11999
12000 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12001
12002 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
12003 No longer expected to fail.
12004
12005 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
12006 string. No longer expected to fail.
12007
12008 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12009
12010 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
12011 only in the names (I probably got most of them). I was even
12012 generous with some which differed in underscores in names, and
12013 probably missed a few, and I *still* was able to remove almost a
12014 third of the file with almost no impact on testsuite coverage.
12015
12016 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12017
12018 * gdb.t00/default.exp: Match udi_attach error message as well as
12019 the one from child_attach.
12020
12021 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
12022
12023 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
12024
12025 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
12026 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
12027
12028 * Move test with enums and partial symbols back to
12029 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
12030 Reverts the change of 26 May 93. Per today's change to
12031 stabs.texinfo, the behavior that weird.exp was expecting was
12032 unreasonable; what is important is that the compiler+gdb get
12033 things right, which happens with a recent gcc. Also fix the test
12034 to deal with native compilers which put out the stab gdb can't
12035 deal with.
12036
12037 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12038
12039 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
12040 in the names. The main thing these accomplish is to slow things down.
12041 Many more such duplicates surely remain.
12042
12043 * gdb.t00/help.exp: Comment out "help support" test just like
12044 (and for same reason as) "help set" test.
12045
12046 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
12047
12048 * gdb.t06/break.exp: Remove setup_xfails for
12049 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
12050 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
12051 about known bug in gcc to include up through 2.5.8.
12052 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
12053 well as "_vb$".
12054 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
12055 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
12056 with latest gcc and gdb.
12057 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
12058 well as "_vb$".
12059
12060 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12061
12062 * configure.in (hppa*-*-*): Also configure and build stabs-only
12063 tests.
12064
12065 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12066
12067 * gdb.t10/hppa.mt: A makefile fragment for the PA.
12068 * gdb.t10/configure.in (hppa*-*-*): Use it.
12069
12070 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12071
12072 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
12073
12074 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12075
12076 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
12077 versions prior to 1.13.5.
12078
12079 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12080
12081 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
12082 the prompt is at the start of a line.
12083
12084 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12085
12086 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
12087 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
12088 in the copr tests now.
12089 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
12090 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
12091 expected to fail.
12092
12093 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
12094
12095 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
12096 gdb.t31/chillvars.exp, lib/gdb.exp:
12097 Tweak to run under either version of expect.
12098 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
12099 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
12100 * gdb.t11/list.exp: Remove extraneous whitespace.
12101
12102 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12103
12104 * gdb.t16/printcmds.exp (test_print_strings): Accept
12105 "(unsigned char *) " before the string.
12106
12107 * TODO: Add notes about printing of fancy types and GDB expressions.
12108
12109 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
12110
12111 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
12112 * gdb.t06/configure.in: Don't try to compile signals test program
12113 if doing mips-idt-ecoff.
12114
12115 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
12116
12117 * Most .exp files: Tweak to run under either version of expect.
12118
12119 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12120
12121 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
12122 xfails; I'm not sure why they are failing, but not because of PR 1806.
12123
12124 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
12125
12126 * config/unix-gdb.exp: Remove gdb_unload cause it's already
12127 defined in lib/gdb.exp.
12128
12129 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12130
12131 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
12132 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
12133 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
12134 have to be typeless.
12135
12136 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12137
12138 * TODO: Add suggestion for copyright year test.
12139
12140 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
12141
12142 * configure.in (*-*-lynxos*): Add stabs tests.
12143
12144 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12145
12146 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
12147 so insert a tab before any assembler directive in column zero.
12148
12149 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
12150 stores.
12151 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
12152 stores.
12153 (fpu_short_memory_tests): Likewise.
12154
12155 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12156
12157 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
12158 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
12159 .stabs directives in comments.
12160
12161 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12162
12163 * TODO: New file, describing tests we could write.
12164 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
12165
12166 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12167
12168 * gdb.t06/signals.exp: Add kludge to force re-sync.
12169
12170 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
12171 to xgdb instead of gdb, get out of gdb.
12172
12173 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
12174
12175 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
12176 for info.
12177
12178 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12179
12180 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
12181 * gdb.stabs/configure.in (hppa*-*-*): Use it.
12182 * gdb.stabs/hppa.sed: New sed script for the PA.
12183
12184 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12185
12186 * gdb.stabs: Re-write weird.def and configuration to use sed
12187 instead of cpp. sed is portable and POSIX; cpp is neither.
12188
12189 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12190
12191 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
12192
12193 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12194
12195 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
12196
12197 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12198
12199 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
12200 "_vb$".
12201 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
12202 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
12203
12204 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12205
12206 * lib/gdb.exp: Comment out code which depends on non-existent
12207 `transform' procedure.
12208
12209 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
12210
12211 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
12212 * lib/gdb.exp: Transform tool name.
12213 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
12214 1.1's new error handling system.
12215
12216 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12217
12218 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
12219
12220 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12221
12222 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
12223 They made pattern matching so slow that timeouts happened on
12224 heavily loaded systems. Now any output from "show print" which
12225 gets us back to the GDB prompt is a PASS.
12226
12227 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
12228
12229 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
12230
12231 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12232
12233 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
12234
12235 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
12236 It is not from PR 3220.
12237
12238 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12239
12240 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
12241 just started failing because they depended on the order the
12242 subcommands are presented, or exact docstring text. This kind of
12243 test is a pain and has minimal benefit.
12244
12245 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12246
12247 * gdb.t09/corefile.exp: At end of test, use "core" command with
12248 no arguments.
12249
12250 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
12251
12252 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
12253 17}/Makefile.in: Make it possible to run the testsuite with Sun
12254 make and CC = cross gcc by adding explicit build rules for .o
12255 files.
12256
12257 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12258
12259 * gdb.t15/funcargs.exp: Don't put comments on same line as
12260 setup_xfail (@#$*%& tcl braindamage!).
12261
12262 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12263
12264 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
12265
12266 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
12267
12268 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
12269 * gdb.t20/inherit.exp: remove three dumplicate entries.
12270
12271 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12272
12273 * gdb.t06/break.exp: For "next over recursive call", fail on any
12274 incorrect output, not just on "factorial (value=2)".
12275
12276 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12277
12278 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
12279 working now. Add an xfail if accesing a bss variable causes
12280 a memory error if the target is not yet run.
12281
12282 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12283
12284 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
12285 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
12286 name of __st* demangling (2 strings). Did Kung really get the
12287 more than 95 others right without testing them?
12288
12289 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
12290
12291 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
12292
12293 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
12294
12295 * configure.in (configdirs): Add gdb.disasm
12296 * gdb.disasm: New directory for GDB disassembler tests.
12297 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
12298
12299 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12300
12301 * gdb.t00/help.exp: Don't test "help set".
12302
12303 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
12304 from within expect statements. None of these happen anymore and
12305 they cause regressions to be silently unnoticed.
12306
12307 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
12308 messages) about known failures with gcc cygnus-2.4.5-930417.
12309
12310 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
12311 comp-info.exp so it gets built if it doesn't exist.
12312
12313 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
12314 it is no longer used.
12315 * gdb.t13/comp-info.c: Removed.
12316
12317 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12318
12319 * gdb.t06/signals.exp: Add xfail for sun3.
12320
12321 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12322
12323 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
12324 relevant because ^C doesn't get sent but failure can be reproduced
12325 interactively).
12326
12327 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12328
12329 * gdb.stabs/alpha.mt: New configuration file for alpha.
12330 * gdb.stabs/configure.in: Use it.
12331 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
12332 sharing with alpha.mt, redefine long to word via preprocessor.
12333 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
12334 for alpha.
12335 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
12336 native cc.
12337 * gdb.t00/teststrategy.exp: Change expect string so that we
12338 consume the `(xgdb)' from the command echo and from the gdb prompt.
12339 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
12340 gdb currently compares all values as long, so this failure probably
12341 applies to any configuration where LONGEST is bigger than a target int.
12342 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
12343 with gcc.
12344 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
12345 to handle opaque pointers, gcc is.
12346 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
12347 as first argument. Include <sys/types.h> and change all operator
12348 new definitions to use size_t.
12349 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
12350 now that we use size_t.
12351
12352 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12353
12354 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
12355 a long or float array cast all array members to the same type.
12356 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
12357 with 64 bit longs.
12358 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
12359 on alpha.
12360 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
12361
12362 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12363
12364 * gdb.t24 (demangle.exp): Constructors of templates have names like
12365 vector<int>::vector(int) not vector<int>::vector<int>(int). See
12366 section 14.6 of the ARM.
12367
12368 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
12369 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
12370 accomplish little and slow down the testsuite.
12371
12372 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
12373 Accept spaces various places.
12374
12375 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12376
12377 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
12378 with watchpoint enabled.
12379
12380 * Makefile.in: Remove definition of CC and remove the second
12381 definition of CXX (the "CXX = gcc" one remains). These definitions
12382 were causing backquotes to be expanded within backquotes, which
12383 doesn't work.
12384
12385 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12386
12387 * gdb.t17/callfuncs.exp: Add "return 0" to end.
12388
12389 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12390
12391 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
12392 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
12393 by mips cc and contains no stabs entries.
12394
12395 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
12396
12397 * config/vx-gdb.exp: Use fake device to load files rather than
12398 NFS.
12399 * lib/gdb.exp: New proc to do "file" command.
12400 * config/unix-gdb.exp: Use new "file" proc.
12401
12402 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12403
12404 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
12405 Rework board rebooting slightly.
12406 (gdb_exit): Don't exit from the remote shell; there isn't one.
12407 * gdb.stabs/weird.exp: If a program is being debugged already,
12408 kill it.
12409 * gdb.t04/setvar.exp: Stop and restart gdb.
12410 * gdb.t05/expr.exp: Likewise.
12411 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
12412 restart gdb and reload the program.
12413 * gdb.t08/opaque.exp: Likewise.
12414 * gdb.t12/scope.exp: Likewise.
12415 * gdb.t13/bitfields.exp: Likewise.
12416 * gdb.t15/funcargs.exp: Likewise.
12417 * gdb.t20/classes.exp: Likewise.
12418 * gdb.t03/ptype.exp: Increase timeout.
12419 * gdb.t16/printcmds.exp (test_print_string_constants,
12420 test_print_array_constants): Likewise.
12421 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
12422 * gdb.t20/classes.exp (do_tests): Likewise.
12423 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
12424
12425 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
12426
12427 * gdb.stabs: Renamed *wierd* to *weird*.
12428
12429 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12430
12431 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
12432 for timeout. Add "known gcc 2.4.5 bug" to failure message.
12433
12434 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12435
12436 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
12437 (do_tests): Remove xfail for whatis on one_var and two_var.
12438
12439 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
12440
12441 * Makefile.in: Made cross building work better by adding
12442 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
12443
12444 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12445
12446 * gdb.t15/{return.c,return.exp,Makefile.in}:
12447 New test, currently commented out.
12448
12449 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
12450
12451 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
12452 still running and removes the leftover named socket so GDb can do
12453 clean restarts.
12454
12455 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
12456
12457 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
12458 console, not GDB.
12459 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
12460 cross testing works better with "make check"
12461 * config/unix-gdb: Use default procedures for exit and version.
12462 * config/vx-gdb.exp: Cleaned up and massaged back to working order
12463 with the newest VxWorks.
12464
12465 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12466
12467 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
12468 old form.
12469
12470 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
12471 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
12472
12473 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
12474
12475 * config/unix-gdb.exp: Remove this version of gdb_exit
12476 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
12477 Rob says he'll look at it when he gets back to testing boards.
12478
12479 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
12480
12481 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
12482 an expected fail for certain ptype commands.
12483
12484 * gdb.t20/classes.exp: Update expected results of "ptype class
12485 Base1" to account for the constructor that now appears in the type.
12486
12487 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
12488
12489 * configure.in (configdirs): Restore gdb.t04, which mysteriously
12490 disappeared from list.
12491 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
12492 "alldone" proc with call to cleanup and exit.
12493 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
12494 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
12495 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
12496 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
12497 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
12498 "alldone" proc with simple returns that suppress remaining
12499 tests. The alldone proc went away many months ago.
12500
12501 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12502
12503 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
12504
12505 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
12506
12507 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12508
12509 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
12510 as vax gdb will display them.
12511
12512 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12513
12514 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
12515 optimizers.
12516
12517 * scope.exp: Change "bad value for localval" messages so each one
12518 is unique.
12519
12520 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
12521 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
12522
12523 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
12524
12525 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12526
12527 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
12528 doesn't exist (due to optimization).
12529
12530 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12531
12532 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
12533 contains \r because the filename is long.
12534
12535 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
12536 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
12537
12538 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12539
12540 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
12541 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
12542 Ultrix.
12543 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
12544 int tests.
12545 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
12546
12547 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
12548
12549 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
12550
12551 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
12552 to match does not match the passing case but still matches the
12553 failing case.
12554
12555 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12556
12557 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
12558
12559 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
12560
12561 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
12562 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
12563 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
12564 Remove various versions of gdb_exit.
12565 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
12566 gdb_exit.
12567 * config/unix-gdb.exp: gdb_exit remains here, and should override
12568 the generic version, since it's doing a lot of wierd stuff that
12569 the other versions aren't. FIXME, fold it in, or abandon this
12570 version.
12571
12572 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12573
12574 * gdb.t24/demangle.exp: Add tests for PR 3220.
12575
12576 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12577
12578 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
12579
12580 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
12581
12582 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
12583 "i386-*-*". Works for i486 as well.
12584
12585 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
12586 bug, and expand domain of xfail to all SVR4 systems, since the
12587 actual problem is likely to be in generic SVR4 /proc support.
12588
12589 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12590
12591 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
12592
12593 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
12594
12595 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
12596 xfails for other systems. Match a missing 'Continuing.' as an
12597 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
12598
12599 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
12600 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
12601 Only issue warning for missing executables if -all option is used.
12602
12603 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
12604 file if -all option is used. It's like an unpredictable XFAIL.
12605
12606 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12607
12608 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
12609 for dynamically linked binaries.
12610
12611 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
12612
12613 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12614
12615 * gdb.t20/inherit.exp: Change message for "print tagless struct"
12616 to state that this is a known bug in old versions of g++.
12617
12618 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12619
12620 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
12621 while waiting for `Continuing'.
12622
12623 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
12624
12625 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
12626 in text, data, and bss.
12627 * gdb.t10/nodebug.c: Add local and global test variables for
12628 initialized and uninitialized data.
12629
12630 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12631
12632 * config/unix-gdb.exp (gdb_exit): Add "wait".
12633
12634 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12635
12636 * gdb.t06/signals.exp: xfail the continue from the handler for all
12637 targets.
12638
12639 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
12640 function with watchpoints enabled, the i386 call dummy starts with
12641 a call.
12642
12643 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
12644 386 bsd names its corefiles.
12645
12646 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
12647
12648 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
12649 compilers don't grok it.
12650 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
12651 with small octal ints rather than character constants, which
12652 are signed and might not fit if first promoted to int.
12653
12654 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
12655
12656 * gdb.t09/Makefile.in (clean): Remove corefile.
12657
12658 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12659
12660 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
12661
12662 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12663 and Jim Kingdon (kingdon@cygnus.com)
12664
12665 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
12666 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
12667 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
12668
12669 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12670
12671 * gdb.t17/interrupt.exp: Add xfail for hppa.
12672
12673 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12674
12675 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
12676 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
12677 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
12678 to determine signed-ness of bitfields and use the result to setup
12679 the xfail.
12680 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
12681 * gdb.t15/funcargs.exp: Use them to step until the second indirect
12682 call line is reached if necessary.
12683
12684 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12685
12686 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
12687
12688 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12689
12690 * gdb.t06/break.exp: Also test `clear' command.
12691
12692 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12693
12694 * gdb.t00/teststrategy.exp: Remove extra quote.
12695
12696 * gdb.t07/watchpoint.exp: Change xfail for calling function with
12697 watchpoint enabled to be for all non-68k machines.
12698
12699 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
12700
12701 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12702
12703 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
12704 targets use aout.mt instead of ecoff.mt as gas understands
12705 standard aout format.
12706
12707 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12708
12709 * lib/gdb.exp (runto): Don't insist that function we are running to
12710 was compiled with -g.
12711
12712 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
12713
12714 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
12715 to get back into the read system call.
12716 Accept leading newline in case where we woke it up.
12717
12718 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12719
12720 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
12721 to make the stabs test work on ecoff systems using gcc and -with-stabs.
12722 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
12723 enable ecoff configuration.
12724
12725 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12726
12727 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
12728
12729 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12730
12731 * gdb.t16/printcmds.exp: Add another printf test.
12732
12733 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
12734
12735 * configure.in: If configured -with-stabs on any target, add
12736 stabsdirs to configdirs.
12737
12738 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12739
12740 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
12741 fun" so pattern does not match the command itself.
12742
12743 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12744
12745 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
12746
12747 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12748
12749 * gdb.t17/interrupt.exp: Test for more things.
12750
12751 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12752
12753 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
12754 compiler arranges the code and line numbers.
12755
12756 * gdb.t17/interrupt.exp: Don't send \n after ^C.
12757
12758 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12759
12760 * gdb.t00/help.exp: Increase expect input buffer size.
12761
12762 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12763
12764 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
12765
12766 * gdb.t07/watchpoint.exp: Add xfail for hppa.
12767
12768 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
12769
12770 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
12771 [0-9]*, not just [0-9].
12772
12773 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12774
12775 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
12776
12777 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
12778
12779 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12780
12781 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
12782
12783 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12784
12785 * gdb.t06/signals.c: Add xfails for sun3.
12786
12787 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
12788
12789 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
12790 test_stepping tests.
12791
12792 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12793
12794 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
12795
12796 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
12797
12798 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
12799 rather than actually putting it through cpp twice.
12800
12801 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
12802
12803 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
12804
12805 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
12806 no longer needed.
12807
12808 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12809
12810 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
12811
12812 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
12813 C++ features prints as "struct", make it a pass, not an xfail.
12814
12815 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12816
12817 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
12818 Don't require VA to print as "class" rather than "struct".
12819
12820 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
12821
12822 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
12823
12824 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12825
12826 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
12827
12828 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12829
12830 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
12831 order.
12832
12833 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12834
12835 * gdb.t16/printcmds.exp: Add printf tests.
12836
12837 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
12838
12839 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
12840
12841 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
12842
12843 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
12844 pass counts, to counteract any existing or future setup_xfails.
12845
12846 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12847
12848 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
12849 {BEGIN,END}_COMMON for common block instead of STAB.
12850 * gdb.stabs/wierd.exp: Add xfail for rs6000.
12851
12852 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
12853 intp_var should be N_GSYM not N_LSYM.
12854 wierd-aout.S: Use a label for the value of the N_SO.
12855 wierd.def: Remove all backslashes.
12856 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
12857
12858 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12859
12860 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
12861 get the expected next to inheritance3.
12862
12863 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12864
12865 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
12866 now that gcc-2.4 gets it right.
12867
12868 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12869
12870 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
12871
12872 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
12873 generating comp-info.exp which works for cross-compilation.
12874
12875 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
12876
12877 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
12878 "*-*-sysv4.*".
12879
12880 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
12881
12882 * gdb.t01/run.exp: Start with a fresh gdb.
12883 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
12884 SVR4.x.
12885
12886 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
12887
12888 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
12889 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
12890 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
12891 Makefile.in (distclean, realclean): Remove gdbme.c from list of
12892 things to remove.
12893
12894 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
12895
12896 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
12897 test cases from bug reports.
12898
12899 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
12900
12901 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
12902 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
12903 avoid spurious xfails.
12904 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
12905 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
12906 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
12907
12908 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
12909
12910 * gdb.t00/teststrategy.exp: Rework to provide more useful
12911 description of each test, fix problem with systems that define
12912 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
12913 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
12914 results for "next over recursive call" so timeouts aren't taken
12915 by error.
12916
12917 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
12918
12919 * gdb.t12/scope.exp: Test printing of variables before run.
12920
12921 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
12922 printed in wrong order due to sorting.
12923
12924 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
12925
12926 * gdb.t00/teststrategy.exp: Fix expected results for printing
12927 user entered string constant. Is array of char, prints with no
12928 address.
12929
12930 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
12931 commands.
12932 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
12933 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
12934 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
12935 of struct of char arrays.
12936 * gdb.t00/radix.exp: New tests for radix commands.
12937
12938 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
12939
12940 * gdb.t16/printcmd.exp: Print a variable before running program
12941 (with xfail for AIX).
12942
12943 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
12944
12945 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
12946
12947 * gdb.t16/printcmd.exp: Don't print variables before running program.
12948
12949 * gdb.t06/break.exp: Don't require envp argument to main.
12950
12951 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
12952
12953 * gdb.t02/whatis.exp, gdb.t11/list.exp:
12954 Add xfails for rs6000.
12955
12956 * gdb.t02/whatis.exp: Change other tests not to re-test something
12957 we already tested.
12958
12959 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
12960 each type used has a variable of that type.
12961
12962 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
12963
12964 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
12965
12966 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12967
12968 * configure.in: change srctrigger to be a file, not a directory
12969
12970 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
12971
12972 * configure.in (mips-idt-ecoff*): Added trailing '*'.
12973
12974 * gdb.t11/list.exp: Fixed a couple of typos.
12975
12976 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
12977
12978 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
12979 is fixed and PR is closed.
12980 * gdb.t16 (gdbme.c): Add simple test string variable.
12981 * gdb.t16 (printcmds.exp): Add tests with simple test string
12982 variable, primarily for boundaries on "set print elements".
12983
12984 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
12985
12986 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
12987 Make leading 0's optional and don't expect a tab in the middle
12988 of the number.
12989
12990 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
12991
12992 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
12993 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
12994 don't end command passed to gdb_test with newline.
12995
12996 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
12997 signed keyword away, don't expect signed bitfields to be signed.
12998
12999 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
13000 printing with only as many 1's as are in the field as well as printing
13001 with 32 1's (see comment).
13002
13003 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
13004
13005 * gdb.t00/default.exp: Start with a fresh gdb.
13006 * configure.in (configdirs): Remove gdb.t31 until the chill
13007 compiler works again. It no longer is able to find chillrt0
13008 since it isn't in libchill.a anymore.
13009 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
13010 wierd.o, make more modular.
13011 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
13012 spurious newlines that caused problems.
13013
13014 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13015
13016 * Move test with enums and partial symbols from gdb.t03/ptype.exp
13017 to gdb.stabs/wierd.exp since GCC has worked around the bug.
13018 gdb.stabs/wierd.{exp,def}: Many new tests.
13019
13020 * gdb.t00/default.exp: update info line for new message.
13021
13022 * gdb.t02/{whatis.exp,gdbme.c}:
13023 Test that "char *" doesn't print as "caddr_t".
13024
13025 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13026
13027 * gdb.t00/help.exp: Use .* in place of some help messages which
13028 just changed.
13029 gdb.t00/default.exp: Update "info frame" test for new message.
13030 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
13031 Remove some xfails
13032
13033 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13034
13035 * gdb.t03/{gdbme.c,ptype.exp}:
13036 Add tests for typedef'd struct and union without tags.
13037 Also check "whatis" on a variable of a typedef'd enum without a tag.
13038
13039 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
13040 PRMS 1823; the bug still exists but isn't reproduced by this test
13041 anymore), and remove rs6000 XFAIL (the bug is fixed).
13042
13043 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
13044 duplicated from whatis.exp. For those that are left, accept
13045 "long", "long int", or "int" for long variables (whatis.exp already
13046 has an XFAIL for "int", so no need to fail it here).
13047
13048 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
13049 Deal with GCC's names for types now that GDB uses the compiler's names.
13050
13051 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
13052 setup_xfail's for sunos4. If we #defined the signed keyword away,
13053 don't expect GDB to know that char it is signed.
13054
13055 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
13056
13057 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
13058
13059 * configure.in (configdirs): Add gdb.t24 for C++ tests that
13060 should work on any system, regardless of debugging format.
13061 * gdb.t21/demangle.exp: Move to gdb.t24.
13062 * gdb.t24/demangle.exp: Move from gdb.t21.
13063 * gdb.t24/{Makefile.in, configure.in}: New files.
13064
13065 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13066
13067 * configure.in: Do gdb.stabs and C++ tests only for stabs.
13068 * gdb.stabs: New directory.
13069
13070 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13071
13072 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
13073 not just "Quit anyway?".
13074
13075 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
13076
13077 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
13078 that all setup_xfails are immediately followed by clear_xfails.
13079
13080 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
13081
13082 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
13083 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
13084 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
13085 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
13086 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
13087 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
13088 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
13089 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
13090 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
13091 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
13092 gdb.t31/chillvars.exp, lib/gdb.exp:
13093 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
13094 bug-gdb@prep.ai.mit.edu.
13095
13096 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
13097
13098 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
13099 with 0.0, not integer 0.
13100
13101 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
13102
13103 * gdb.t06/break.exp: Update for "Kill the program" message change.
13104
13105 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
13106
13107 * Makefile.in (GDBFLAGS): Set to -nx.
13108 * Makefile.in (site.exp): Use GDBFLAGS.
13109
13110 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13111
13112 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
13113 Makefiles.
13114 (check): depend on just-check.
13115 (just-check): added so that tests can be run without a noop
13116 build pass.
13117
13118 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13119
13120 Switch to using configure's configdirs.
13121 * Makefile.in (Makefile): add configure.in dependency.
13122 (SUBDIRS): removed redundant assignment.
13123 * configure.in: switch subdirs assignment to configdirs.
13124 * gdb.t*/configure.in: new files.
13125
13126 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
13127
13128 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
13129 works.
13130
13131 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
13132
13133 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
13134 in explicit rules. Apparently this is not supported by some makes.
13135
13136 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
13137
13138 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
13139
13140 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13141
13142 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
13143 disappeared.
13144
13145 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13146
13147 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
13148
13149 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
13150
13151 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
13152 watchpoint problem that is now fixed.
13153 * gdb.t30/chexp.exp: Remove setup_xfail for printing
13154 uninitialized convenience variables.
13155 * gdb.t31/chillvars.exp: Fix expected patterns for printing
13156 structures.
13157
13158 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13159
13160 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
13161 which causes expect to get out of sync with gdb on long output
13162 from help set.
13163 * gdb.t09/corefile.exp: Make expected pattern for core file
13164 failing signal and frame output format less sun specific.
13165
13166 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
13167
13168 * gdb.t31/chillvars.exp: Add and remove initial dummy
13169 breakpoint, so that symbol table is forced in.
13170 (Needed at least on Sunos4, though it seems not SVR4.)
13171 * gdb.t31/chillvars.exp: Update for changed output format.
13172
13173 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
13174
13175 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
13176
13177 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
13178
13179 * Makefile.in: Added --srcdir when invoking runtest, removed the
13180 need for a local config file. (optional now)
13181
13182 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
13183
13184 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
13185 failure count used to force early termination. Add some more
13186 expected failures for gnu style demangling.
13187
13188 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13189
13190 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
13191 pmi variable from gdb.t20/gdbme to get optimized away.
13192 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
13193 Check for written corefile upon timeout _and_ eof.
13194
13195 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13196
13197 * config/unix-gdb.exp: Add missing return 0.
13198
13199 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13200
13201 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
13202 test termination.
13203
13204 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
13205
13206 * configure.in (subdirs): Put back gdb.t17 which mysteriously
13207 disappeared.
13208
13209 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
13210
13211 * gdb.t10/crossload.exp: Disable the i860-elf test until such
13212 time as i860 support works.
13213
13214 * gdb.t15/funcargs.exp: Fix expected outputs to include
13215 "backtrace 100\r" rather than just "backtrace\r", to match last
13216 change.
13217
13218 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
13219
13220 * config/udi-gdb.exp (gdb_exit): Remove close command.
13221 (gdb_target_udi): New procedure to set the UDI target.
13222 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
13223 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
13224 Added waits for prompts after several question responses. Added
13225 some more responses used by a29k-amd-udi-gdb.
13226 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
13227 pass different arguments, restart UDI connection after program
13228 completion.
13229 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
13230 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
13231 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
13232 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
13233 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
13234 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
13235 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
13236 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
13237 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
13238 after program completion.
13239 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
13240 compiled with a SELECT_VECS setting.
13241 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
13242 infinite recursion.
13243
13244 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
13245 Added checks for COFF results, and made them expected failures for
13246 all targets. It would be better to make them expected failures
13247 for COFF targets only.
13248
13249 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13250
13251 * Makefile.in: add null dvi target, don't bother to recurse
13252 through test directories for info and install-info; rename
13253 $(datadir) to be dejagnu instead of deja-gnu
13254
13255 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
13256
13257 * gdb.t31/gdbme.ch: Re-enable code that previously caused
13258 compiler to coredump.
13259 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
13260 code.
13261
13262 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
13263
13264 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
13265 coredump.
13266 * gdb.t31/chillvars.exp: Comment out tests that depend on that
13267 code.
13268
13269 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
13270
13271 * gdb.t03/ptype.exp: tests for return code from gdb_test.
13272 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
13273 which in a shell. Deletes xgdb when done.
13274 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
13275 Tests the return from the "set height" or "set width" commands.
13276 Added a few return codes where needed.
13277
13278 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
13279
13280 * Makefile.in (SUBDIRS): Add gdb.t17.
13281 * configure.in (subdirs): Add gdb.t17.
13282 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
13283 files to test gdb's calling of functions in the inferior with
13284 the correct arguments and gdb's ability to retrieve any
13285 result returned.
13286
13287 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
13288
13289 * config/unix-gdb.exp (gdb_exit): Remove close commands that
13290 may be called after gdb goes away. Previous versions of expect
13291 needed these to avoid file descriptor leaks, but they cause
13292 errors with the current revision of expect.
13293 * gdb.t00/gdbvars.exp: Use -re on expected output after
13294 setting sevenbit-strings.
13295 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
13296 to set sevenbit-strings consistent across tests.
13297 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
13298 set sevenbit-strings consistent across tests.
13299
13300 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
13301
13302 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
13303 expected output to match current "expect" expectations.
13304
13305 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
13306
13307 * gdb.t00/default.exp: Change expected output for default "source"
13308 command, to match new gdb behavior which requires a filename to
13309 source.
13310
13311 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
13312
13313 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
13314 expected fail for i486-*-* that misses the marker2 function.
13315 * gdb.t10/crossload.exp (bfddefault): Allow successful
13316 recognition of a format to pass even if no symbols are found.
13317 Explicitly catch failures where the format is not recognized
13318 or is ambiguous, and add the reason to the fail message.
13319 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
13320 the cause is and invalid target and add reason to failure message.
13321 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
13322 elf32-i386, elf32-sparc, and elf32-i860.
13323 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
13324 Set up expected failure for 'filename'::variable scope resolution,
13325 which is now apparently broken on all targets.
13326 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
13327 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
13328 gdb.t23/templates.exp: Change failure for missing binfile into
13329 just a warning.
13330 gdb.t21/demangle.exp: Change all cfront references to 'arm'
13331 references.
13332
13333 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
13334
13335 * gdb.t00/default.exp: Add expected output for default "source"
13336 command, to match new gdb behavior.
13337 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
13338
13339 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
13340
13341 * config/*-gdb.exp: returns an error, rather than exiting on
13342 internal errors.
13343
13344 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
13345
13346 * gdb.t03/gdbme.c: Add pointer to struct variable.
13347 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
13348 referencing struct members.
13349
13350 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
13351
13352 * configure.in (mips-idt-ecoff): New target.
13353 * config/mips-gdb.exp: New file for remote board using MIPS remote
13354 debugging protocol.
13355
13356 * Redid configuration scheme. Removed gdb.t*/configure.in.
13357 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
13358 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
13359 distclean targets. Built executables via .o files. Adjusted
13360 tests to account for source files in $(srcdir) rather than
13361 $(objdir).
13362 * lib/gdb.exp (runto): Don't expect () after the function name,
13363 because it may have arguments.
13364
13365 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
13366
13367 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
13368 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
13369 expected failures for mips-idt-* and mips-sgi-*.
13370 * gdb.t00/default.exp (attach): Kill process if requested.
13371 * gdb.t00/help.exp (help target core, help target): Accept a gdb
13372 that does not read core files.
13373 * gdb.t01/run.exp: Removed checks for exit status code.
13374 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
13375 it is linked in.
13376 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
13377 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
13378 appropriate, rather than doing it by hand.
13379 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
13380 execution.
13381 * gdb.t10/crossload.exp: Kill existing program if needed.
13382 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
13383 appropriate, rather than doing it by hand. Always increase
13384 timeout for this test, not just for VxWorks.
13385
13386 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
13387
13388 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
13389 of Chill STRUCT types and STRUCT values.
13390 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
13391 than "char".
13392 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
13393 struct2): New struct definitions and initializations to test
13394 simple Chill STRUCT types.
13395
13396 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
13397
13398 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
13399 the null byte at the end of strings.
13400 * gdb.t00/default.exp: Make show version insensitive to copyright
13401 date.
13402 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
13403 to avoid dependencies on target char signedness.
13404 * gdb.t16/printcmds.exp: Update expected results for explicitly
13405 unsigned char.
13406 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
13407 now work.
13408 * gdb.t21/demangle.exp: Add many more patterns for template
13409 demangling, most of them being expected failures.
13410 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
13411 string we are matching for, to match on the whole string.
13412 * gdb.t21/demangle.exp: Add many new test strings to demangle,
13413 and fix a whole bunch that had incorrect expected output but were
13414 passing anyway because of the bug in "proc demangle".
13415 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
13416 type.
13417 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
13418
13419 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
13420
13421 * gdb/testsuite: made modifications to testcases, etc., to allow
13422 them to work properly given the reorganization of deja-gnu and the
13423 relocation of the testcases from deja-gnu to a "tool" subdirectory.
13424
13425 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
13426
13427 * gdb/testsuite: Initial creation of gdb/testsuite.
13428 Migrated dejagnu testcases and support files for testing nm to
13429 gdb/testsuite from deja-gnu. These files were moved "as is"
13430 with no modifications. This migration is part of a major overhaul
13431 of dejagnu. The modifications to these testcases, etc., which
13432 will allow them to work with the new version of dejagnu will be
13433 made in a future update.
13434
13435 For additional changes see gdb.mi/ChangeLog-1999-2003.
13436 \f
13437 ;; Local Variables:
13438 ;; mode: change-log
13439 ;; left-margin: 8
13440 ;; fill-column: 74
13441 ;; version-control: never
13442 ;; End:
13443
13444 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
13445 2003, 2004, 2005 Free Software Foundation, Inc.
13446 Copying and distribution of this file, with or without modification,
13447 are permitted provided the copyright notice and this notice are preserved.
This page took 0.311273 seconds and 5 git commands to generate.