* gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
2 Wu Zhou <woodzltc@cn.ibm.com>
3
4 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
5 IBM's xlc compiler.
6 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
7 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
8
9 2005-05-13 Jim Blandy <jimb@redhat.com>
10
11 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
12 calling gdb_suppress_entire_file.
13 * gdb.base/charset.exp: Same.
14 * gdb.base/call-rt-st.exp: Same.
15
16 2005-05-05 Bob Rossi <bob_rossi@cox.net>
17
18 * lib/gdb.exp (fullname_syntax): Added global regex.
19 (fullname_syntax_POSIX): Ditto.
20 (fullname_syntax_UNC): Ditto.
21 (fullname_syntax_DOS_CASE): Ditto.
22 (fullname_syntax_DOS): Ditto.
23 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
24 fullname_syntax variable to scope and use it.
25 (test_file_list_exec_source_files): Ditto.
26 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
27
28 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
29
30 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
31
32 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
33
34 * lib/gdb.exp (skip_altivec_tests): New function, based on
35 check_vmx_hw_available from the GCC testsuite.
36 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
37 * lib/gdb.arch/altivec-regs.exp: Likewise.
38
39 2005-05-02 Jim Blandy <jimb@redhat.com>
40
41 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
42 calling gdb_suppress_entire_file.
43
44 2005-04-30 Randolph Chung <tausq@debian.org>
45
46 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
47 Slightly relax "sem_post" name checking.
48
49 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
50
51 * gdb.base/unload.exp: Use new shared library infrastructure.
52
53 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
54
55 * gdb.base/so-impl-ld.exp: Use new shared library
56 infrastructure.
57
58 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
59
60 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
61 * gdb.asm/h8300.inc: New file.
62
63 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
64
65 * gdb.base/shlib-call.exp: Change to use new shared library
66 infrastructure.
67
68 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
69
70 * gdb.base/pending.exp: Change to use new shared library
71 infrastructure.
72
73 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
74
75 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
76 use test_compiler_info instead of gcc_compiled, and update copyright.
77
78 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
79
80 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
81 shared objects being adjusted and update copyright years.
82
83 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
84
85 * ChangeLog: Correct some 2003-01-13 dates.
86 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
87 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
88 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
89 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
90 gdb.trace/tfind.exp: Update copyright years.
91
92 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
93 Daniel Jacobowitz <dan@codesourcery.com>
94
95 * lib/gdb.exp (gdb_compile): Handle shlib=.
96 (gdb_compile_shlib): New function.
97
98 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
99
100 * lib/gdb.exp (test_compiler_info): Give argument a default value.
101
102 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
103
104 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
105 gdb.server.
106 * configure.ac: Likewise.
107 * configure: Regenerated.
108 * gdb.gdbserver/Makefile.in: Moved to...
109 * gdb.server/Makefile.in: ... here.
110 * gdb.gdbserver/server.c: Moved to...
111 * gdb.server/server.c: ... here.
112 * gdb.gdbserver/server-run.exp: Moved to...
113 * gdb.server/server-run.exp: ... here.
114
115 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
116
117 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
118 * configure.ac: Create gdb.gdbserver/Makefile.
119 * configure: Regenerated.
120 * lib/gdbserver-support.exp: New file, derived from
121 config/gdbserver.exp.
122 * config/gdbserver.exp: Use gdbserver-support.exp.
123 * gdb.gdbserver/Makefile.in: New file.
124 * gdb.gdbserver/server.c: New file.
125 * gdb.gdbserver/server-run.exp: New file.
126
127 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
128
129 * lib/gdb.exp (test_compiler_info): Return compiler_info
130 if no arguments are given.
131
132 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
133
134 * gdb.arch/altivec-abi.exp: Check for compiler and set
135 use altivec' flag accordingly.
136 * gdb.arch/altivec-regs.exp: Likewise.
137
138 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
139
140 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
141
142 2005-03-27 Andreas Schwab <schwab@suse.de>
143
144 * gdb.base/bigcore.c (main): Add missing mode argument in open
145 call.
146
147 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
148
149 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
150 downloads.
151 * config/gdbserver.exp (gdb_load): Likewise.
152
153 2005-03-14 Paul Brook <paul@codesourcery.com>
154
155 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
156 targets.
157
158 2005-03-09 Joel Brobecker <brobecker@adacore.com>
159
160 * gdb.dwarf2/dup-psym.S: New file.
161 * gdb.dwarf2/dup-psym.exp: New testcase.
162
163 2005-03-09 Joel Brobecker <brobecker@adacore.com>
164
165 * gdb.ada/exec_changed/first.adb: New file.
166 * gdb.ada/exec_changed/second.adb: New file.
167 * gdb.ada/exec_changed.exp: New testcase.
168
169 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
170
171 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
172 (A2): New class.
173 (main): Test operator+.
174 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
175 breakpoint test.
176
177 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
178 * gdb.base/signull.exp: Disable if gdb,nosignals.
179 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
180 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
181 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
182 * gdb.mi/mi2-console.exp: Likewise.
183 * gdb.trace/collection.exp (run_trace_experiment): Consume the
184 continue output at start.
185 (gdb_collect_locals_test): Robustify regexp.
186 * gdb.trace/passc-dyn.exp: Fix comment typo.
187 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
188
189 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
190
191 * gdb.asm/asm-source.exp: Add iq2000 case.
192 * gdb.asm/iq2000.inc: New file.
193
194 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
195
196 * gdb.base/command.exp: Change hardcoded value to regular expression.
197 * gdb.base/float.exp: Add powerpc to the list of targets checked.
198
199 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
200
201 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
202 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
203 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
204 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
205 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
206
207 2005-03-05 Mark Kettenis <kettenis@gnu.org>
208
209 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
210 changes.
211
212 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
213
214 * lib/compiler.c: Add test for IBM's xlc compiler.
215 * lib/compiler.cc: Likewise.
216
217 2004-02-24 Joel Brobecker <brobecker@adacore.com>
218
219 * gdb.ada/fixed_points.exp: Create compilation object directory
220 before running the test.
221 * gdb.ada/null_record.exp: Likewise.
222 * gdb.ada/packed_array.exp: Likewise.
223 * gdb.ada/start.exp: Likewise.
224
225 2005-02-15 Joel Brobecker <brobecker@adacore.com>
226
227 * gdb.ada/packed_array/pa.adb: New file.
228 * gdb.ada/packed_array.exp: New testcase.
229
230 2005-02-10 Mark Kettenis <kettenis@gnu.org>
231
232 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
233 files.
234
235 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
236 on *-*-openbsd*. Correctly match whitespace in regukar
237 expressions.
238
239 2005-02-10 Daniel Jacobowitz <dan@debian.org>
240
241 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
242 PR exp/1821
243 * gdb.base/gdb1821.c: New test file.
244 * gdb.base/gdb1821.exp: New test file.
245
246 2005-02-09 Joel Brobecker <brobecker@adacore.com>
247
248 * gdb.base/start.c: New file.
249 * gdb.base/start.exp: New testcase.
250
251 2005-02-09 Joel Brobecker <brobecker@adacore.com>
252
253 * gdb.ada/start/dummy.adb: New file.
254 * gdb.ada/start.exp: New testcase.
255
256 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
257
258 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
259 for printing symbols and statistics.
260 Add test for using relative pathnames in "maint print msymbols" test.
261 Mark "maint info sections DATA" XFAIL on Cygwin.
262 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
263 tests.
264
265 2005-02-09 Andreas Schwab <schwab@suse.de>
266
267 Committed by Andrew Cagney <cagney@gnu.org>
268 * gdb.base/remotetimeout.exp: New file.
269
270 2005-02-07 Mark Kettenis <kettenis@gnu.org>
271
272 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
273
274 2005-02-03 Joel Brobecker <brobecker@adacore.com>
275
276 * gdb.ada/gnat_ada.gpr: New file.
277 * gdb.ada/gnat_ada.gin: Delete, no longer used.
278 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
279 * configure.ac: No longer generate gnat_ada.gpr.
280 * configure: Regenerate.
281 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
282 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
283 * gdb.ada/null_record/bar.ads: Likewise.
284 * gdb.ada/null_record/bar.adb: Likewise.
285 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
286 * gdb.ada/null_record.exp (testdir): New variable.
287 (testfile): executable is now in testdir subdirectory.
288 (srcfile): Use full path to the main compilation unit.
289 * gdb.ada/fixed_points.exp: Same changes as above.
290
291 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
292
293 * gdb.base/interp.exp: New test.
294
295 2005-01-24 Andrew Cagney <cagney@gnu.org>
296
297 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
298
299 2005-01-19 Andrew Cagney <cagney@gnu.org>
300
301 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
302 configure.ac not configure.in.
303
304 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
305 of powerpc*-*-*.
306 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
307 * gdb.base/list.exp (test_list_function)
308 (test_list_filename_and_function): Ditto.
309 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
310
311 2005-01-16 Andrew Cagney <cagney@gnu.org>
312
313 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
314
315 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
316
317 2005-01-14 Andrew Cagney <cagney@gnu.org>
318
319 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
320 * gdb.mi/mi2-var-cmd.exp: Ditto.
321
322 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
323
324 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
325
326 2005-01-07 Andrew Cagney <cagney@gnu.org>
327
328 * configure.ac: Rename configure.in, require autoconf 2.59.
329 * configure: Re-generate.
330 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
331 * gdb.stabs/configure: Re-generate.
332 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
333 * gdb.hp/configure: Re-generate.
334 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
335 autoconf 2.59.
336 * gdb.hp/gdb.objdbg/configure: Re-generate.
337 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
338 autoconf 2.59.
339 * gdb.hp/gdb.defects/configure: Re-generate.
340 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
341 autoconf 2.59.
342 * gdb.hp/gdb.compat/configure: Re-generate.
343 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
344 autoconf 2.59.
345 * gdb.hp/gdb.base-hp/configure: Re-generate.
346 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
347 autoconf 2.59.
348 * gdb.hp/gdb.aCC/configure: Re-generate.
349
350 2004-12-15 Jim Blandy <jimb@redhat.com>
351
352 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
353 under NPTL when there is debugging info available for libpthread.
354
355 2004-12-13 Jerome Guitton <guitton@gnat.com>
356
357 * gdb.ada/fixed_points.c: New file.
358 * gdb.ada/fixed_points.exp: New file.
359
360 2004-12-03 Randolph Chung <tausq@debian.org>
361
362 * gdb.arch/pa-nullify.exp: New file.
363 * gdb.arch/pa-nullify.s: New file.
364
365 2004-11-30 Randolph Chung <tausq@debian.org>
366
367 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
368 instead of "tbug". Fix regexp to work properly with gdb_test.
369
370 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
371
372 * gdb.base/bitfields2.exp: New test.
373 * gdb.base/bitfields2.c: New file.
374
375 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
376
377 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
378
379 2004-11-16 Randolph Chung <tausq@debian.org>
380
381 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
382
383 2004-11-14 Daniel Jacobowitz <dan@debian.org>
384
385 * gdb.threads/threadapply.exp: Correct "macro details" test.
386
387 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
388
389 * gdb.threads/threadapply.exp: New test.
390 * gdb.threads/threadapply.c: New file.
391
392 2004-11-07 Mark Kettenis <kettenis@gnu.org>
393
394 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
395 frames.
396
397 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
398
399 * gdb.base/cursal.exp: New file.
400 * gdb.base/cursal.c: New file.
401
402 2004-11-03 Andrew Cagney <cagney@gnu.org>
403
404 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
405
406 2004-10-30 Mark Kettenis <kettenis@gnu.org>
407
408 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
409 NetBSD/ELF targets.
410
411 2004-10-29 Joel Brobecker <brobecker@gnat.com>
412
413 * gdb.threads/bp_in_thread.c: New file, copied from
414 pthread_cond_wait.c.
415 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
416 file, rather than reusing the .c file from another testcase.
417
418 2004-10-20 Joel Brobecker <brobecker@gnat.com>
419
420 * gdb.ada/null_record.exp: Check where we stopped after
421 sending the start command, instead of where the associated
422 temporary breakpoint was inserted.
423
424 2004-10-14 Andrew Cagney <cagney@gnu.org>
425
426 * gdb.mi/gdb701.c (main): Return 0.
427
428 2004-10-13 Daniel Jacobowitz <dan@debian.org>
429
430 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
431
432 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
433
434 * gdb.threads/schedlock.c: Add comment markers to use to find
435 line numbers.
436 * gdb.threads/schedlock.exp: Adjust regex to handle the new
437 comments.
438 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
439 breakpoint lines.
440
441 2004-10-12 Daniel Jacobowitz <dan@debian.org>
442
443 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
444
445 2004-10-12 Daniel Jacobowitz <dan@debian.org>
446
447 * configure.in: Add gdb.dwarf2.
448 * configure: Regenerated.
449 * Makefile.in: Add gdb.dwarf2.
450 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
451 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
452 gdb.dwarf2/file1.txt: New files.
453
454 2004-10-11 Orjan Friberg <orjanf@axis.com>
455
456 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
457 of "run", since the latter doesn't work with remote targets. Adjust
458 the breakpoint numbering accordingly.
459 * gdb.threads/pthread_cond_wait.exp: Ditto.
460
461 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
462
463 * gdb.base/overlays.exp: Update copyright years.
464
465 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
466
467 * gdb.base/overlays.exp: Disable if target is Linux.
468
469 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
470
471 * config/gdbserver.exp (gdb_load): Use right filename on remote.
472
473 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
474
475 * gdb.asm/asm-source.exp: Add m32r-linux target.
476 * gdb.asm/m32r-linux.inc: New file.
477
478 2004-09-24 Andrew Cagney <cagney@redhat.com>
479 David Anderson <anderson@redhat.com>
480
481 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
482 command fails, assume things will work.
483 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
484 (_GNU_SOURCE): Define.
485 (print_unsigned, print_hex): Change parameter to "long long".
486 (print_byte_count): New function, use to print byte counts.
487 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
488 O_LARGEFILE.
489 (main): Compute an upper bound on a corefile in max_core_size.
490 Limit memory chunk size to max_core_size. Limit total memory
491 allocated to max_core_size.
492
493 2004-09-23 Andrew Cagney <cagney@gnu.org>
494
495 * gdb.base/bigcore.exp: Replace the code that creates a corefile
496 from a separate process with code that creates a corefile by
497 making the inferior dump core.
498
499 2004-09-23 Mark Kettenis <kettenis@gnu.org>
500
501 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
502 block.
503
504 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
505
506 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
507 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
508 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
509 Likewise.
510
511 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
512
513 * gdb.java/jprint.exp: New test case for java inferior call.
514 * gdb.java/jprint.java: Ditto.
515
516 2004-09-15 Joel Brobecker <brobecker@gnat.com>
517
518 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
519
520 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
521
522 * gdb.threads/killed.c: Include <stdlib.h>.
523 * gdb.threads/pthreads.c: Likewise.
524
525 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
526
527 * gdb.threads/killed.c: Add copyright notice.
528
529 2004-09-10 Jason Molenda (jmolenda@apple.com)
530
531 * gdb.base/define.exp: Two new tests to verify zero space chars
532 after 'if' and 'while' commands in a user-defined command is correctly
533 parsed.
534
535 2004-09-08 Andrew Cagney <cagney@gnu.org>
536
537 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
538 delivery test with duplicate at end of file.
539
540 2004-09-06 Mark Kettenis <kettenis@jive.nl>
541
542 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
543
544 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
545
546 * config/hppro.exp: Removed.
547
548 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
549
550 * config/sparclet.exp: Removed.
551
552 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
553
554 * config/udi.exp: Removed.
555
556 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
557
558 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
559 of "exp_continue".
560 (advancei): Likewise.
561
562 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
563
564 * gdb.base/unload.exp: Fix so messages aren't duplicated.
565
566 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
567
568 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
569 to check for nodebug in executable.
570 * gdb.gdb/observer.exp (setup_test): Likewise.
571 * gdb.gdb/selftest.exp (test_with_self): Likewise.
572 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
573
574 2004-09-01 Andrew Cagney <cagney@gnu.org>
575
576 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
577 files.
578
579 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
580
581 * gdb.base/unload.exp: Fix expected warning message to match
582 latest format.
583
584 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
585
586 * gdb.base/call-rt-st.exp: Fix typos.
587
588 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
589
590 * gdb.threads/thread_check.exp: New testcase.
591 * gdb.threads/thread_check.c: New testcase.
592
593 2004-08-31 Andrew Cagney <cagney@gnu.org>
594
595 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
596 (skip_to_handler_entry): New procedures. Test stepping into a
597 handler when the breakpoint is at the handler's entry point.
598
599 2004-08-30 Andrew Cagney <cagney@gnu.org>
600
601 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
602 gdb/1757.
603
604 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
605
606 With code from Manoj Iyer <manjo@austin.ibm.com>:
607 * lib/gdb.exp (gdb_file_cmd): Return more information in the
608 return value. Add an arm for "no debugging symbols found".
609 Change a stray "error" to "perror".
610 (gdb_run_cmd): Adapt to new return value.
611 * gdb.base/remote.exp: Adapt to new return value.
612 * gdb.gdb/complaints.exp: Likewise.
613 * gdb.gdb/observer.exp: Likewise.
614 * gdb.gdb/selftest.exp: Likewise.
615 * gdb.gdb/xfullpath.exp: Likewise.
616
617 2004-08-27 Joel Brobecker <brobecker@gnat.com>
618
619 * gdb.threads/bp_in_thread.exp: New testcase.
620
621 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
622
623 Fix PR testsuite/1735.
624 * gdb.threads/schedlock.c (thread_function): Add a cast
625 to suppress a gcc warning.
626 * gdb.threads/thread-specific.c (thread_function): Likewise.
627
628 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
629
630 * gdb.base/unload.c: Include <stdlib.h>.
631
632 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
633
634 From Paul Gilliam <pgilliam@us.ibm.com>:
635 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
636 synchronized after the "return".
637
638 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
639
640 * gdb.mi/basics.c: Include <stdio.h>.
641 * gdb.mi/pthreads.c: Include <stdlib.h>.
642 * gdb.mi/var-cmd.c: Include <stdlib.h>.
643
644 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
645
646 * gdb.threads/schedlock.c: Add copyright notice.
647
648 2004-08-25 Andrew Cagney <cagney@gnu.org>
649
650 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
651 (skip_over_handler, breakpoint_over_hander): New test procedures.
652 (advance, advancei): Add a proper prefix, do not use
653 rerun_to_main.
654 * gdb.base/sigstep.c (main): Change to use an infinite loop.
655
656 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
657
658 * gdb.mi/basics.c: Add copyright notice.
659 * gdb.mi/var-cmd.c: Add copyright notice.
660
661 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
662
663 * lib/gdb.exp: Remove signed_keyword_not_used.
664 * lib/compiler.c: Likewise.
665 * lib/compiler.cc: Likewise.
666
667 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
668
669 * gdb.base/whatis.c: Remove conditional disabling of "signed".
670 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
671
672 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
673
674 * gdb.base/whatis.c: Add copyright notice.
675
676 2004-08-20 Mark Kettenis <kettenis@gnu.org>
677
678 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
679 it to skip the breakpoints encoded in the inline assembly.
680
681 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
682
683 * Makefile.in: Add gdb.fortran.
684
685 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
686
687 * gdb.base/call-sc.exp (test_scalar_returns):
688 Fix cut-and-paste glitch in "Make fun return now".
689
690 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
691
692 * configure.in: Add gdb.fortran.
693 * configure: Regenerate.
694 * gdb.fortran/Makefile.in: New file.
695 * lib/gdb.exp (skip_fortran_tests): New procedure.
696
697 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
698
699 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
700 reference to bug-gnu@prep.ai.mit.edu.
701 * gdb.mi/mi-var-child.exp: Likewise.
702 * gdb.mi/mi-var-cmd.exp: Likewise.
703 * gdb.mi/mi-var-display.exp: Likewise.
704 * gdb.mi/mi2-var-block.exp: Likewise.
705 * gdb.mi/mi2-var-child.exp: Likewise.
706 * gdb.mi/mi2-var-cmd.exp: Likewise.
707 * gdb.mi/mi2-var-display.exp: Likewise.
708
709 2004-08-15 Mark Kettenis <kettenis@gnu.org>
710
711 * gdb.base/unload.c (main): Make local variable msg const.
712
713 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
714
715 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
716 to bug-gnu@prep.ai.mit.edu.
717 * gdb.mi/mi-disassemble.exp: Likewise.
718 * gdb.mi/mi-eval.exp: Likewise.
719 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
720 default line number.
721 * gdb.mi/mi-return.exp: Likewise.
722 * gdb.mi/mi-simplerun.exp: Likewise.
723 * gdb.mi/mi-stack.exp: Likewise.
724 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
725 number with explicit range test.
726 * gdb.mi/mi-watch.exp: Likewise.
727 * gdb.mi/mi2-break.exp: Likewise.
728 * gdb.mi/mi2-cli.exp: Likewise.
729 * gdb.mi/mi2-disassemble.exp: Likewise.
730 * gdb.mi/mi2-eval.exp: Likewise.
731 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
732 default line number.
733 * gdb.mi/mi2-return.exp: Likewise.
734 * gdb.mi/mi2-simplerun.exp: Likewise.
735 * gdb.mi/mi2-stack.exp: Likewise.
736 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
737 number with explicit range test.
738 * gdb.mi/mi2-watch.exp: Likewise.
739
740 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
741
742 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
743 * gdb.cp/m-static.exp: Likewise.
744 * gdb.cp/rtti.exp: Likewise.
745
746 2004-08-14 Mark Kettenis <kettenis@gnu.org>
747
748 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
749
750 2004-08-14 Eli Zaretskii <eliz@gnu.org>
751
752 * ChangeLog: Prefix Local Variables with semi-colons and indent
753 the reference to older ChangeLog files, to fix fontification in
754 Emacs.
755
756 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
757
758 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
759 * gdb.mi/mi2-break.exp: Likewise.
760
761 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
762
763 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
764
765 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
766
767 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
768
769 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
770
771 * gdb.cp/classes.exp: Remove unused declarations. Just let
772 test names default instead of providing special names. Remove
773 extraneous demangler test.
774
775 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
776
777 * gdb.base/unload.exp: New test for breakpoints in dynamically
778 loaded libraries.
779 * gdb.base/unload.c: Ditto.
780 * gdb.base/unloadshr.c: Ditto.
781
782 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
783
784 * gdb.cp/classes.exp (test_ptype_class_objects): Call
785 cp_test_ptype_class.
786 (test_enums): Likewise.
787
788 2004-08-10 Andrew Cagney <cagney@gnu.org>
789
790 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
791 files.
792
793 2004-08-10 Andrew Cagney <cagney@gnu.org>
794
795 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
796 init_malloc call.
797
798 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
799
800 * ChangeLog: Add copyright notice. The notice is copied
801 from emacs 21.3 top level ChangeLog.
802
803 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
804
805 * lib/cp-support.exp: New file.
806 * lib/cp-support.exp (cp_test_type_class): New function.
807 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
808 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
809 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
810 cp_test_ptype_class.
811
812 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
813
814 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
815 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
816 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
817 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
818 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
819 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
820 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
821 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
822 gdb.mi/mi2-watch.exp: Update copyright years.
823
824 2004-08-09 Mark Kettenis <kettenis@gnu.org>
825
826 * gdb.base/sigaltstack.exp: Provide proper anchoring.
827
828 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
829
830 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
831 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
832 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
833 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
834 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
835 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
836 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
837 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
838 gdb.mi/mi-watch.exp: Update copyright years.
839
840 2004-08-08 Daniel Jacobowitz <dan@debian.org>
841
842 PR gdb/1738
843 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
844 from a breakpoint with a pending signal.
845
846 2004-08-08 Daniel Jacobowitz <dan@debian.org>
847
848 PR gdb/1736
849 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
850 * gdb.base/sigaltstack.exp (finish_test): Consume output until
851 the prompt.
852 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
853
854 2004-08-08 Daniel Jacobowitz <dan@debian.org>
855
856 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
857
858 2004-08-08 Daniel Jacobowitz <dan@debian.org>
859
860 PR gdb/1736
861 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
862 for i?86-*-linux*.
863
864 2004-08-08 Daniel Jacobowitz <dan@debian.org>
865
866 * gdb.arch/i386-prologue.exp: Compile without debug information.
867
868 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
869
870 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
871 rather than asking gdb to search.
872
873 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
874
875 * gdb.base/gcore.c: Include <string.h>.
876
877 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
878
879 * gdb.base/gcore.c: Add copyright notice.
880
881 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
882
883 * gdb.base/freebpcmd.c: Include <stdio.h>.
884 * gdb.base/long_long.c: Include <string.h>.
885 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
886 * gdb.base/siginfo.c: Include <string.h>.
887 * gdb.base/sigstep.c: Include <string.h>.
888
889 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
890
891 * gdb.base/complex.c: Include <stdlib.h>.
892
893 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
894
895 * gdb.base/complex.c: Add copyright notice.
896
897 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
898
899 * gdb.base/charset.c: Include <stdlib.h>.
900
901 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
902
903 * gdb.base/auxv.c: Include <stdlib.h>.
904
905 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
906
907 * gdb.base/auxv.c: Add copyright notice.
908
909 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
910
911 * gdb.base/coremaker.c: Add copyright notice.
912 * gdb.base/coremaker2.c: Add copyright notice.
913
914 2004-08-04 Andrew Cagney <cagney@gnu.org>
915
916 * gdb.base/store.exp: Update copyright.
917 (check_set, up_set, check_struct, up_struct): Add a prefix to test
918 names, do not import gdb_prompt.
919
920 2004-08-01 Andrew Cagney <cagney@gnu.org>
921
922 Fix PR testsuite/1729.
923 * gdb.base/dump.exp: Add test name to callers of capture_value, do
924 not use capture_value with value 4.
925 (capture_value): Add optional test name parameter.
926 (test_reload_saved_value, test_restore_saved_value): Use $msg as
927 the prefix, pass to capture_value.
928
929 2004-08-01 Mark Kettenis <kettenis@gnu.org>
930
931 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
932 * gdb.arch/i386-prologue.c (standard): New prototype and function.
933 (main): Call new function.
934
935 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
936
937 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
938
939 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
940
941 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
942
943 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
944
945 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
946 Accept more values of vtbl pointer. Remove some messages
947 about "obsolete gcc or gdb".
948
949 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
950
951 * gdb.cp/classes.exp: Accept more varieties of ptype output.
952
953 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
954
955 * gdb.base/asm-source.exp: Properly convert target board
956 debug flags from gcc format to binutils format.
957
958 2004-07-28 Mark Kettenis <kettenis@gnu.org>
959
960 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
961 gdb1718". PR backtrace/1718 partially fixed.
962
963 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
964
965 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
966
967 2004-07-26 Nick Clifton <nickc@redhat.com>
968
969 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
970 good default value for a specific architecture is available then
971 set it to that value. Otherwise default to the -gstabs switch.
972 Remove the -g... switches from the asm-flags variable. Allow the
973 target board info to override the value if it wants to. Pass the
974 switch on the assembler command line.
975
976 2004-07-23 Mark Kettenis <kettenis@gnu.org>
977
978 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
979 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
980 (main): Call new function.
981
982 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
983
984 Test for PR exp/1715.
985 * gdb.base/radix.exp: Refactor common procedures. Make all
986 test names unique. Change XFAIL to KFAIL.
987
988 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
989
990 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
991 * gdb.ada/gnat_ada.gin: ... to here.
992 * configure.in: Use gnat_ada.gin.
993 * configure: Regenerate.
994
995 2004-07-20 Andrew Cagney <cagney@gnu.org>
996
997 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
998 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
999 XFAILs. Clean up test messages and comments. Check backtraces.
1000 Delete re-sync code.
1001
1002 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
1003
1004 Fix PR cli/740.
1005 * gdb.base/annota1.exp: Honor gdb,nosignals.
1006 * gdb.base/annota3.exp: Likewise.
1007
1008 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
1009
1010 * lib/java.exp: Update copyright notice.
1011
1012 2004-07-19 Andrew Cagney <cagney@gnu.org>
1013
1014 * gdb.base/selftest.exp: Copy file from here ...
1015 * gdb.gdb/selftest.exp: ... to here.
1016
1017 2004-07-16 Andrew Cagney <cagney@redhat.com>
1018
1019 * lib/insight-support.exp: Delete file.
1020 * lib/java.exp (java_init): Fix copyright.
1021
1022 2004-07-16 Andrew Cagney <cagney@gnu.org>
1023
1024 * gdb.base/restore.c: Append "prologue" to comments marking the a
1025 function's prologue.
1026 * gdb.base/restore.exp: Update copyright, re-indent.
1027 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
1028 callerN" prefix where needed. Update patterns that match a
1029 function's prologue.
1030
1031 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
1032
1033 * gdb.base/restore.c: Add copyright notice.
1034
1035 2004-07-16 Andrew Cagney <cagney@gnu.org>
1036
1037 * gdb.base/logical.exp: Update copyright.
1038 (evaluate): New procedure. Use to re-implement tests using
1039 several tables.
1040
1041 2004-07-14 Martin Hunt <hunt@redhat.com>
1042
1043 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
1044 which fixes some problems where init.tcl was not found.
1045
1046 2004-07-13 Andrew Cagney <cagney@gnu.org>
1047
1048 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
1049 (check_sizeof, check_valueof): Do not include the output in the
1050 test name. Use gdb_test.
1051 (get_valueof): Use gdb_test_multiple.
1052
1053 * gdb.base/step-test.exp: Update copyright. Use
1054 gdb_test_multiple. Ensure that test names do not include
1055 architecture dependent output.
1056
1057 * gdb.gdb/observer.exp: Update copyright.
1058 (setup_test): Use gdb_test_multiple.
1059 (attach_first_observer, attach_second_observer)
1060 (attach_third_observer, detach_first_observer)
1061 (detach_second_observer, detach_third_observer)
1062 (reset_counters, check_counters): Make $message a prefix.
1063 (test_normal_stop_notifications): Add "args" parameter - a list of
1064 init functions to be called. Make $message a prefix,
1065 (test_observer_normal_stop): Change the message prefixes so that
1066 they are unique, pass the attach / detach procedures to
1067 test_normal_stop_notifications.
1068
1069 * gdb.base/signull.exp (test_segv): Prefix all tests with
1070 "${name}". Clean up test messages.
1071
1072 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
1073
1074 * gdb.base/ena-dis-br.exp: Update copyright.
1075 (break_at): New function. Replace send_gdb with gdb_test,
1076 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
1077 ignore count, not stopped at bpt", with KFAIL.
1078
1079 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
1080
1081 * gdb.base/attach.exp: Remove cleanupfile handling.
1082
1083 2004-07-12 Andrew Cagney <cagney@gnu.org>
1084
1085 * gdb.base/annota1.exp: Cleanup corefile test name.
1086 * gdb.base/annota3.exp: Ditto.
1087
1088 2004-07-12 Andrew Cagney <cagney@gnu.org>
1089
1090 * gdb.base/signals.exp: Clean up copyright, re-indent.
1091
1092 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
1093 gdb_test and gdb_test_multiple.
1094
1095 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
1096
1097 * gdb.java/jmain.exp: Fix expected line number for main to
1098 break at. Set XFAIL for break at main test since gcj does not
1099 provide line number info for first statement in main.
1100
1101 2004-07-08 Andrew Cagney <cagney@gnu.org>
1102
1103 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
1104
1105 * gdb.base/sigbpt.exp: Make the common part of each test name a
1106 prefix instead of suffix.
1107
1108 2004-07-07 Bob Rossi <bob_rossi@cox.net>
1109
1110 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
1111 test from test_tbreak_creation_and_listing to
1112 test_file_list_exec_source_file
1113 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
1114 Changed name of test from test_tbreak_creation_and_listing to
1115 test_file_list_exec_source_file
1116
1117 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
1118
1119 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
1120 the jmisc() constructor instead of <init>.
1121 * gdb.java/jmisc1.exp: Ditto.
1122
1123 2004-07-07 Andrew Cagney <cagney@gnu.org>
1124
1125 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
1126 corrupting the PC.
1127
1128 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
1129
1130 * gdb.cp/templates.exp: Accept whitespace change in demangler
1131 output.
1132
1133 2004-07-06 Andrew Cagney <cagney@gnu.org>
1134
1135 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
1136
1137 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
1138
1139 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
1140 * lib/compiler.cc: Likewise.
1141
1142 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
1143
1144 * lib/compiler.cc: Work around string preprocessing problem
1145 with old hp c++ compiler.
1146 * lib/compiler.c: Likewise.
1147
1148 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
1149
1150 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
1151 directives to conditionalize symbol prefixing.
1152 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
1153 additional_flags handling. Add underscore prefix for Cygwin.
1154 * gdb.arch/i386-unwind.c: Use preprocessor directives to
1155 conditionalize symbol prefixing.
1156 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
1157 additional_flags handling. Add underscore prefix for Cygwin.
1158
1159 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
1160
1161 * gdb.base/bigcore.exp: Skip test on Cygwin.
1162
1163 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
1164
1165 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
1166 formats for "info register". Use gdb_test_multiple. Fix
1167 the "invalid register" test.
1168
1169 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
1170
1171 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
1172 PID for Cygwin. Add Cygwin specific strings to check for in some
1173 tests.
1174 (do_attach_tests): Add a test for user interaction when attaching
1175 to a process with no matching symbol table already loaded.
1176
1177 2004-06-26 Andrew Cagney <cagney@gnu.org>
1178
1179 Test PR java/1567 and PR java/1565.
1180 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
1181 * gdb.java/jmisc2.exp: Delete file.
1182
1183 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
1184
1185 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
1186
1187 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
1188
1189 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
1190 attach process.
1191
1192 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
1193
1194 * gdb.cp/pr-1553.exp: Remove.
1195
1196 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
1197
1198 * gdb.cp/pr-1553.cc: Remove.
1199 * gdb.cp/pr-1553.exp: Disable this test.
1200
1201 2004-06-20 Jim Blandy <jimb@redhat.com>
1202
1203 Fix PR testsuite/1680.
1204 * gdb.arch/i386-sse.exp: Properly quote curly braces in
1205 regular expressions.
1206
1207 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
1208
1209 Fix PR testsuite/1679.
1210 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
1211 Issue an UNSUPPORTED result instead.
1212
1213 2004-06-18 Jim Blandy <jimb@redhat.com>
1214
1215 * gdb.base/charset.exp: Only send a control-C if we see a new
1216 prompt and incomplete command.
1217
1218 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
1219
1220 * gdb.cp/pr-574.cc: Add copyright notice.
1221
1222 2004-06-17 Jim Blandy <jimb@redhat.com>
1223
1224 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
1225 cases where the regexp has no groups; this grabs random text from
1226 the previous test suite, whatever that was.
1227
1228 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
1229
1230 * gdb.cp/printmethod.cc: Add copyright notice.
1231
1232 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
1233
1234 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
1235
1236 2004-06-16 Andrew Cagney <cagney@gnu.org>
1237
1238 * gdb.base/signull.c: Update copyright. Include <string.h>.
1239 (bowler): Replace data_pointer with data_read
1240 and data_write cases. Add code_descriptor case.
1241 (zero, desc): New array and pointer.
1242 (data, code): Change to simple pointers.
1243 * gdb.base/signull.exp: Fix probe pattern matching a function
1244 descriptor SIGSEGV. Replace data_pointer with data_read and
1245 data_write tests.
1246
1247 2004-06-16 Andrew Cagney <cagney@gnu.org>
1248
1249 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
1250
1251 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
1252
1253 * gdb.base/long_long.c: Add copyright notice.
1254
1255 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
1256
1257 * gdb.base/long_long.exp: Remove reference to
1258 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
1259 to gdb_breakpoint and gdb_continue_to_breakpoint.
1260
1261 2004-06-14 Jim Blandy <jimb@redhat.com>
1262
1263 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
1264 endian case.
1265
1266 2004-06-14 Andrew Cagney <cagney@gnu.org>
1267
1268 * gdb.base/gcore.exp (capture_command_output): Delete the always
1269 passing tests containing inferior values.
1270 * gdb.base/ending-run.exp: Do not include the breakpoint address
1271 in the test message. Update copyright.
1272 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
1273 size in the test name, use gdb_test_multiple. Update copyright.
1274
1275 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
1276
1277 * gdb.cp/ref-types.cc: Add copyright notice.
1278
1279 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
1280
1281 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
1282 hp_aCC_compiler.
1283 * lib/compiler.cc: Likewise.
1284 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
1285 'set' commands. Log diagnostics for other lines. Set
1286 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
1287
1288 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
1289
1290 * gdb.cp/try_catch.cc: Add copyright notice.
1291
1292 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
1293
1294 * gdb.cp/userdef.cc: Add copyright notice.
1295
1296 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
1297
1298 * gdb.cp/virtfunc.cc: Add copyright notice.
1299
1300 2004-06-11 Randolph Chung <tausq@debian.org>
1301
1302 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
1303 problem.
1304
1305 2004-06-10 Andrew Cagney <cagney@gnu.org>
1306
1307 * lib/compiler.cc, lib/compiler.c: Append either
1308 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
1309 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
1310 instead of gcc-3-3.
1311
1312 2004-06-09 Andrew Cagney <cagney@gnu.org>
1313
1314 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
1315 gdb/1455, bug is specific to "long long" and "double".
1316
1317 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
1318 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
1319 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
1320 fixed.
1321
1322 2004-06-09 Andrew Cagney <cagney@gnu.org>
1323
1324 * gdb.base/structs.exp (test_struct_returns): Replace
1325 "return_value_unknown" and "finish_value_unknown" by
1326 "return_value_known" and "finish_value_known". Instead of
1327 "return_value_unknown" iff "finish_value_unknown", check
1328 "return_value_known" implies "finish_value_known".
1329
1330 2004-06-08 Martin Hunt <hunt@redhat.com>
1331
1332 * gdb.base/float.exp: Add pattern for mips targets.
1333
1334 2004-06-08 Randolph Chung <tausq@debian.org>
1335
1336 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
1337 message for unknown architectures more clear.
1338
1339 2004-06-08 Joel Brobecker <brobecker@gnat.com>
1340
1341 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
1342 start the execution of the program.
1343
1344 2004-06-07 Jim Blandy <jimb@redhat.com>
1345
1346 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
1347 * gdb.arch/i386-cpuid.h: New helper file.
1348
1349 2004-06-07 Randolph Chung <tausq@debian.org>
1350
1351 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
1352 has started.
1353
1354 2004-06-04 Roland McGrath <roland@redhat.com>
1355
1356 Fix PR gdb/1647.
1357 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
1358 differently to be robust to output buffering differences.
1359
1360 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
1361
1362 * gdb.threads/pthreads.exp: Update copyright years.
1363 (check_control_c): Change asynchronous 'after' to synchronous.
1364
1365 2004-06-04 Roland McGrath <roland@redhat.com>
1366
1367 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
1368 next gdb prompt.
1369
1370 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
1371
1372 Fix PR gdb/1636.
1373 * gdb.threads/manythreads.exp: Change asynchronous 'after'
1374 calls to synchronous.
1375
1376 2004-05-26 Jim Blandy <jimb@redhat.com>
1377
1378 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
1379
1380 2004-05-24 Randolph Chung <tausq@debian.org>
1381
1382 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
1383 * gdb.asm/pa.inc: New file.
1384
1385 2004-05-22 Mark Kettenis <kettenis@gnu.org>
1386
1387 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
1388
1389 2004-05-21 Joel Brobecker <brobecker@gnat.com>
1390 Daniel Jacobowitz <drow@mvista.com>
1391
1392 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
1393 GDB prompt.
1394
1395 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1396
1397 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
1398 setjmp/longjmp. Use sigaction instead of signal.
1399
1400 2004-05-19 J. Brobecker <brobecker@gnat.com>
1401 Michael Snyder <msnyder@redhat.com>
1402
1403 * gdb.threads/pthread_cond_wait.c: New file.
1404 * gdb.threads/pthread_cond_wait.exp: New testcase.
1405
1406 2004-05-13 Andrew Cagney <cagney@redhat.com>
1407
1408 * gdb.base/signull.exp, gdb.base/signull.c: New files.
1409 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
1410
1411 2004-05-11 Andrew Cagney <cagney@redhat.com>
1412
1413 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
1414 fixed but revealed gdb/1639.
1415
1416 2004-05-10 Andrew Cagney <cagney@redhat.com>
1417
1418 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
1419 func1" and "next to 2nd alarm", kernel bug avoided.
1420
1421 2004-05-10 Daniel Jacobowitz <dan@debian.org>
1422
1423 PR external/1568
1424 * gdb.base/bigcore.exp: Check the size of the dumped core file.
1425 XFAIL if it is smaller than bytes_allocated.
1426 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
1427 (main): Make chunks_allocated unsigned. Correct comment.
1428
1429 2004-05-07 Joel Brobecker <brobecker@gnat.com>
1430
1431 * gdb.arch/powerpc-aix-prologue.c: New file.
1432 * gdb.arch/powerpc-aix-prologue.exp: New file.
1433
1434 2004-05-07 Jim Blandy <jimb@redhat.com>
1435
1436 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
1437 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
1438
1439 2004-05-06 Joel Brobecker <brobecker@gnat.com>
1440
1441 * gdb.base/sep.exp: No longer setup_kfail when the program was
1442 built with dwarf2.
1443
1444 2004-05-05 Jim Ingham <jingham@apple.com>
1445
1446 * gdb.base/pending.exp: Make sure pending breakpoints
1447 preserve the ignore count.
1448
1449 2004-04-27 Jerome Guitton <guitton@gnat.com>
1450
1451 * i386-prologue.exp: Add testcase for jump instruction as first
1452 instruction of the real code.
1453 * i386-prologue.c (jump_at_beginning): New function.
1454
1455 2004-04-28 Mark Kettenis <kettenis@gnu.org>
1456
1457 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
1458 x86_64-*-*.
1459
1460 2004-04-28 Mark Kettenis <kettenis@gnu.org>
1461
1462 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
1463 i*86-*-*.
1464
1465 2004-04-25 Mark Kettenis <kettenis@gnu.org>
1466
1467 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
1468 expression that checks the return type.
1469
1470 2004-04-23 Andrew Cagney <cagney@redhat.com>
1471
1472 * gdb.base/call-sc.exp: New test of scalar call/return values.
1473 * gdb.base/call-sc.c: Ditto.
1474
1475 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1476
1477 * gdb.threads/manythreads.c: Reduce thread stack size.
1478
1479 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
1480
1481 * gdb.threads/manythreads.c: Add copyright notice.
1482
1483 2004-04-23 Andrew Cagney <cagney@redhat.com>
1484
1485 * gdb.base/siginfo.exp: Better handle step out of signal.
1486 * gdb.base/sigstep.exp: Ditto.
1487
1488 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
1489 Daniel Jacobowitz <drow@mvista.com>
1490
1491 * gdb.threads/manythreads.c: New testcase.
1492 * gdb.threads/manythreads.exp: Ditto.
1493
1494 2004-04-22 Jim Blandy <jimb@redhat.com>
1495
1496 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
1497 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
1498
1499 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
1500
1501 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
1502
1503 2004-04-21 Andrew Cagney <cagney@redhat.com>
1504
1505 * gdb.base/sigstep.c: New file.
1506 * gdb.base/sigstep.exp: New file.
1507
1508 2004-04-16 Joel Brobecker <brobecker@gnat.com>
1509
1510 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
1511 call to observer_notify_normal_stop.
1512
1513 2004-04-15 Andrew Cagney <cagney@redhat.com>
1514
1515 * gdb.base/siginfo.c: New file.
1516 * gdb.base/siginfo.exp: New file.
1517
1518 2004-04-12 J. Brobecker <brobecker@gnat.com>
1519
1520 * gdb.base/sep.exp: Fix typo in comment.
1521
1522 2004-04-12 J. Brobecker <brobecker@gnat.com>
1523
1524 * gdb.base/sep.c: New file.
1525 * gdb.base/sep-proc.c: New file.
1526 * gdb.base/sep.exp: New testcase.
1527
1528 2004-04-09 Mark Kettenis <kettenis@gnu.org>
1529
1530 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
1531 support.
1532
1533 2004-04-05 Andrew Cagney <cagney@redhat.com>
1534
1535 * gdb.base/sigaltstack.c: New file.
1536 * gdb.base/sigaltstack.exp: New file.
1537
1538 2004-04-04 Joel Brobecker <brobecker@gnat.com>
1539
1540 * gdb.base/foll-fork.exp: Update the expected output for
1541 "help set follow-fork-mode", to match a change that was made
1542 to the help of this variable on 2004-01-13.
1543
1544 2004-04-01 Joel Brobecker <brobecker@gnat.com>
1545
1546 * lib/ada.exp: Add copyright notice.
1547 * bar.ads: Likewise.
1548 * bar.adb: Likewise.
1549 * null_record.adb: Likewise.
1550 * null_record.exp: Likewise.
1551 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
1552
1553 2004-04-01 Joel Brobecker <brobecker@gnat.com>
1554
1555 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
1556 * configure: Regenerate.
1557
1558 2004-04-01 Joel Brobecker <brobecker@gnat.com>
1559
1560 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
1561 to build the application. Remove the message printed when in
1562 verbose mode, redundant with the UNSUPPORTED message above.
1563
1564 2004-03-31 Joel Brobecker <brobecker@gnat.com>
1565
1566 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
1567 * gdb.ada (null_record.exp): New testcase.
1568
1569 2004-03-31 Joel Brobecker <brobecker@gnat.com>
1570
1571 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
1572
1573 2004-03-31 Joel Brobecker <brobecker@gnat.com>
1574
1575 * gdb.ada: New subdirectory.
1576 * gdb.ada/Makefile.in: New file.
1577 * gdb.ada/gnat_ada.gpr.in: New file.
1578
1579 2004-03-31 Joel Brobecker <brobecker@gnat.com>
1580
1581 * lib/ada.exp: New file.
1582
1583 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
1584
1585 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
1586 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
1587
1588 2004-03-22 Andrew Cagney <cagney@redhat.com>
1589
1590 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
1591 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
1592 Problem identified by Ulrich Weigand.
1593
1594 2004-03-17 David Carlton <carlton@kealia.com>
1595
1596 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
1597 PR c++/826.
1598
1599 2004-03-16 Roland McGrath <roland@redhat.com>
1600
1601 * gdb.base/auxv.exp: New file.
1602 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
1603
1604 2004-03-12 David Carlton <carlton@kealia.com>
1605
1606 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
1607 * gdb.cp/pr-1553.cc: Ditto.
1608 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
1609 pass branch.
1610
1611 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
1612
1613 * gdb.cp/templates.exp: Accept more template types.
1614
1615 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
1616
1617 From Corinna Vinschen with modifications.
1618 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
1619 local variable obj_with_enum.
1620 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
1621 results with obj_with_enum.
1622
1623 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
1624
1625 * gdb.cp/classes.cc: New file, copied from misc.cc.
1626 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
1627
1628 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
1629
1630 * gdb.cp/misc.cc: Add copyright notice.
1631
1632 2004-03-05 David Carlton <carlton@kealia.com>
1633
1634 * gdb.cp/rtti.exp: Add 'print *obj3' test.
1635 * gdb.cp/rtti.h: Update copyright.
1636 (namespace n2::n3): New.
1637 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
1638 (n2::n3::func3): New.
1639 (main): Call n2::n3::func3.
1640 * gdb.cp/rtti2.cc: Update copyright.
1641 (n2::create3): New.
1642
1643 2004-03-04 Mark Kettenis <kettenis@gnu.org>
1644
1645 * gdb.asm/openbsd.inc: Fix typo.
1646
1647 2004-03-03 Fred Fish <fnf@redhat.com>
1648
1649 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
1650 "val" instead of unused "size". Update copyright year.
1651
1652 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
1653
1654 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
1655 to use unsigned char.
1656 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
1657 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
1658
1659 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
1660
1661 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
1662 line of output.
1663
1664 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
1665
1666 * gdb.base/relocate.c (dummy): Initialize.
1667
1668 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
1669
1670 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
1671 a breakpoint at exit.
1672
1673 2004-02-27 Fred Fish <fnf@redhat.com>
1674
1675 * gdb.base/chng-syms.exp: Add expect condition to match failing
1676 case that isn't a timeout.
1677
1678 2004-02-27 Andrew Cagney <cagney@redhat.com>
1679
1680 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
1681 support.
1682
1683 2004-02-26 Fred Fish <fnf@redhat.com>
1684
1685 * gdb.arch/gdb1431.c: Remove.
1686 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
1687 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
1688 of "until" incorrectly.
1689
1690 2004-02-26 J. Brobecker <brobecker@gnat.com>
1691
1692 * gdb.cp/class2.cc (empty): New class.
1693 (refer): New function.
1694 (main): Declare an object of type empty and use it.
1695 * gdb.cp/class2.exp: Print the value of an object of type empty.
1696
1697 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
1698
1699 * gdb.base/langs.exp: Update query string to match the
1700 new nquery format used for pending breakpoints.
1701
1702 2004-02-26 Andrew Cagney <cagney@redhat.com>
1703
1704 Fix PR i18n/1570.
1705 * gdb.base/charset.c: Update copyright notice.
1706 (main, init_string): Remove the escape character '\e' tests.
1707 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
1708 * gdb.base/charset.exp (valid_host_charset): Ditto.
1709 * gdb.base/setvar.exp: Ditto.
1710
1711 2004-02-24 Andrew Cagney <cagney@redhat.com>
1712
1713 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
1714 mmapped data in core file" PASS and FAIL messages consistent.
1715
1716 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
1717 setting a breakpoint. Work around PR java/1565.
1718
1719 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
1720
1721 * lib/gdb.exp (gdb_breakpoint): Update query string to match
1722 new nquery format.
1723 * gdb.base/pending.exp: Ditto.
1724
1725 2004-02-22 Mark Kettenis <kettenis@gnu.org>
1726
1727 * configure.in: Run stabs tests on *BSD.
1728 * configure: Regenerated.
1729
1730 2004-02-21 Mark Kettenis <kettenis@gnu.org>
1731
1732 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
1733
1734 2004-02-20 Fred Fish <fnf@redhat.com>
1735
1736 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
1737 blank in test for "returns short", for consistency with other
1738 "returns xxx" tests. Update copyright year.
1739
1740 2004-02-19 Fred Fish <fnf@redhat.com>
1741
1742 New testcase for PR breakpoint/1558.
1743 * gdb.arch/gdb1558.exp: New file.
1744 * gdb.arch/gdb1558.c: New file.
1745
1746 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
1747
1748 * gdb.base/nodebug.exp: Fix typo.
1749
1750 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1751
1752 Committed by Jim Blandy <jimb@redhat.com>.
1753
1754 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
1755
1756 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
1757
1758 * gdb.base/float.exp: Support s390*-*-* targets.
1759
1760 2004-02-17 Adam Fedor <fedor@gnu.org>
1761
1762 * gdb.base/gdb1555.exp: New file.
1763 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
1764
1765 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
1766
1767 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
1768
1769 2004-02-16 Fred Fish <fnf@redhat.com>
1770
1771 * gdb.arch/gdb1291.c: Remove
1772 * gdb.arch/gdb1291.s: New test input file.
1773 * gdb.arch/gdb1291.exp: Expand test to check case that should not
1774 fail. Test for correct result, known incorrect result, other
1775 failures and timeouts.
1776
1777 2004-02-16 Andrew Cagney <cagney@redhat.com>
1778
1779 * gdb.base/bigcore.exp: New file.
1780 * gdb.base/bigcore.c: New file.
1781
1782 2004-02-13 Andrew Cagney <cagney@redhat.com>
1783
1784 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
1785 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
1786 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
1787 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
1788 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
1789 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
1790 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
1791 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
1792 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
1793 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
1794
1795 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
1796
1797 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
1798 executed is an alloc instruction.
1799
1800 2004-02-11 David Carlton <carlton@kealia.com>
1801
1802 * gdb.cp/breakpoint.exp: New.
1803 * gdb.cp/breakpoint.cc: New.
1804
1805 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
1806
1807 Partial fix for PR gdb/1543.
1808 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
1809 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
1810 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
1811 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
1812 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
1813 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
1814 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
1815 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
1816 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
1817 to bug-gdb@prep.ai.mit.edu .
1818 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
1819 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
1820 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
1821 Likewise.
1822
1823 2004-02-10 Andrew Cagney <cagney@redhat.com>
1824
1825 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
1826 using gdb_internal_error_resync.
1827
1828 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
1829
1830 * gdb.threads/thread-specific.exp: Stop early if no threads are
1831 found.
1832
1833 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
1834
1835 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
1836
1837 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
1838
1839 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
1840 breakpoints.
1841
1842 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
1843
1844 * config/sim.exp (gdb_load): Handle $arg == "".
1845 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
1846 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
1847
1848 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
1849
1850 * gdb.base/maint.exp: Update test to reflect
1851 obstack changes.
1852
1853 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
1854
1855 * gdb.base/pendshr.c (pendfunc): New function that calls
1856 pendfunc1.
1857 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
1858
1859 2004-02-04 Fred Fish <fnf@redhat.com>
1860
1861 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
1862 function symbols and update copyright years.
1863 * gdb.arch/gdb1291.c: Ditto.
1864
1865 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1866
1867 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
1868
1869 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1870
1871 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
1872
1873 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1874
1875 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
1876
1877 2004-02-02 Fred Fish <fnf@redhat.com>
1878
1879 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
1880 remote targets. Update copyright years.
1881
1882 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
1883
1884 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
1885 support.
1886 * gdb.base/langs.exp: Fix test which attempts to create
1887 breakpoint on non-existent function to handle new pending
1888 support.
1889 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
1890 a breakpoint.
1891 * gdb.base/pending.exp: New test.
1892 * gdb.base/pending.c: New file.
1893 * gdb.base/pendshr.c: Ditto.
1894
1895 2004-02-02 David Carlton <carlton@kealia.com>
1896
1897 * gdb.cp/overload.exp: Add overloadNamespace tests.
1898 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
1899 (overloadNamespace, XXX): New.
1900 (main): Call XXX::marker2.
1901
1902 2004-02-01 Fred Fish <fnf@redhat.com>
1903
1904 * gdb.base/dump.exp: Use runto_main instead of "runto main".
1905 * gdb.base/finish.exp: Ditto.
1906 * gdb.base/gcore.exp: Ditto.
1907 * gdb.base/huge.exp: Ditto.
1908 * gdb.base/info-proc.exp: Ditto.
1909 * gdb.base/return2.exp: Ditto.
1910 * gdb.threads/gcore-thread.exp: Ditto.
1911
1912 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
1913
1914 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
1915
1916 2004-02-01 Mark Kettenis <kettenis@gnu.org>
1917
1918 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
1919 that opening the file succeeds on OpenBSD.
1920
1921 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
1922
1923 * gdb.threads/thread-specific.c: New file.
1924 * gdb.threads/threads-specific.exp: New test script.
1925 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
1926 to expect_out.
1927
1928 2004-02-01 Mark Kettenis <kettenis@gnu.org>
1929
1930 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
1931 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
1932 only on the "print_small_structs from print_long_arg_list" test.
1933
1934 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
1935
1936 * gdb.base/completion.exp: Kill a stray backslash.
1937
1938 From Jim Ingham <jingham@apple.com>:
1939 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
1940 agrees with the result from sending a tab.
1941
1942 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
1943
1944 * gdb.base/chng-syms.exp: Remove stray newline.
1945
1946 2004-01-31 Mark Kettenis <kettenis@gnu.org>
1947
1948 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
1949 *-*-openbsd*.
1950 * gdb.asm/openbsd.inc: New file.
1951
1952 2004-01-30 Mark Kettenis <kettenis@gnu.org>
1953
1954 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
1955 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
1956 *-*solaris2*. Remove commented out default settings for
1957 asm-flags. Replace gdb_compile with target_link.
1958
1959 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
1960
1961 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
1962 for all tests. Remove old hp-ux and cygnus xfail cases.
1963
1964 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
1965
1966 * gdb.base/chng-syms.exp: New file.
1967 * gdb.base/chng-syms.c: New file.
1968
1969 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
1970
1971 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
1972 Provide arms for current output in all my configurations.
1973
1974 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
1975
1976 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
1977 * lib/compiler.cc: Likewise.
1978 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
1979 get the right preprocessor. Eval the output directly. Remove
1980 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
1981 hp_f77_compiler and hp_f90_compiler completely.
1982 (gdb_preprocess): Delete.
1983 (get_compiler): Delete.
1984
1985 2004-01-24 Mark Kettenis <kettenis@gnu.org>
1986
1987 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
1988 <string.h>.
1989
1990 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
1991
1992 * gdb.mi/mi-stack.exp: Update copyright.
1993
1994 2004-01-23 David Carlton <carlton@kealia.com>
1995
1996 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
1997 test for cp_lookup_transparent_type.
1998 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
1999 call them.
2000
2001 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
2002
2003 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
2004 after -var-update.
2005
2006 2004-01-23 David Carlton <carlton@kealia.com>
2007
2008 * gdb.cp/namespace.cc (C::ensureRefs): New.
2009 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
2010
2011 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
2012
2013 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
2014 case "-stack-list-locals 2".
2015 * gdb.mi/mi-var-child.exp: Test for case
2016 "-var-list-children --all-values NAME".
2017
2018 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
2019
2020 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
2021
2022 2004-01-18 Mark Kettenis <kettenis@gnu.org>
2023
2024 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
2025 used with gdb_test_multiple.
2026
2027 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
2028 read at address 0. This fixes PR testsuite/1504.
2029
2030 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
2031
2032 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
2033 Remove downloading, guessing the host executable, the calls to
2034 gdb_file_cmd and gdb_target_cmd, and "load" support.
2035 (infer_host_exec): New function broken out from gdb_load.
2036 (gdb_load): New wrapper for gdbserver_gdb_load.
2037 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
2038 gdb_target_cmd. Use -target-select.
2039 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
2040 Download binaries to the host. Clear last_mi_remote_file when
2041 we load a new binary.
2042 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
2043 call gdbserver_gdb_load and mi_gdb_target_cmd.
2044
2045 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
2046
2047 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
2048 type patterns.
2049
2050 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
2051
2052 * gdb.cp/templates.exp: Fix typo in test name of
2053 "print Foo<volatile char*>::foo".
2054
2055 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
2056
2057 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
2058
2059 2004-01-16 Ben Elliston <bje@wasabisystems.com>
2060
2061 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
2062 (clean mostlyclean): Remove empty rm.
2063
2064 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
2065
2066 * gdb.base/setvar.exp: Add copyright years.
2067
2068 2004-01-14 David Carlton <carlton@bactrian.org>
2069
2070 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
2071 PR c++/1511 and update coment.
2072 * gdb.cp/templates.exp: Update patterns to match current output.
2073 If changes involve something other than whitespace, KFAIL
2074 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
2075
2076 2004-01-14 David Carlton <carlton@kealia.com>
2077
2078 * gdb.cp/namespace.exp: Add tests involving classes defined within
2079 namespaces.
2080 * gdb.cp/namespace.cc (C::CClass): New.
2081 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
2082
2083 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
2084
2085 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
2086 what debug info we have. Print a better message if something goes
2087 wrong while producing the separate debug info file.
2088
2089 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
2090
2091 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
2092
2093 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
2094
2095 * gdb.base/callfuncs.c: Add copyright notice.
2096
2097 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
2098
2099 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
2100 inheritance. PR gdb/1498, PR gcc/13539.
2101
2102 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
2103
2104 * gdb.threads/gcore-thread.exp: Prefix name of binary with
2105 test specific name.
2106 * gdb.mi/gdb669.exp: Ditto.
2107 * gdb.mi/mi-pthreads.exp: Ditto.
2108 * gdb.mi/mi1-pthreads.exp: Ditto.
2109 * gdb.mi/mi2-pthreads.exp: Ditto.
2110
2111 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
2112
2113 * gdb.cp/member-ptr.cc: Add copyright notice.
2114
2115 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
2116
2117 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
2118 some patterns for recent versions of gcc and hpacc. Delete
2119 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
2120 Delete tests that access a NULL pointer-to-member-data. This
2121 script is still disabled for gcc.
2122
2123 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
2124
2125 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
2126 escaped correctly.
2127
2128 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
2129
2130 * gdb.base/sepdebug.exp: New file.
2131 * gdb.base/sepdebug.c: New file.
2132 * lib/gdb.exp (separate_debug_filename): New procedure.
2133 (gdb_gnu_strip_debug): New procedure.
2134
2135 2004-01-12 Andrew Cagney <cagney@redhat.com>
2136
2137 * gdb.mi/ChangeLog: Delete file. Renamed to ...
2138 * gdb.mi/ChangeLog-1999-2003: New file.
2139
2140 2004-01-12 Andrew Cagney <cagney@redhat.com>
2141
2142 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
2143 "Renaming a directory to a non-empty directory returns ENOTEMPTY
2144 or EEXIST", treat EBUSY as an XFAIL.
2145
2146 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
2147
2148 * gdb.base/scope.exp: Remove obsolete setup_xfail for
2149 hp_cc_compiler.
2150
2151 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
2152
2153 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
2154 decorations.
2155
2156 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
2157
2158 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
2159 and "(aCC)" decorations. Remove obsolete doco about old
2160 test results.
2161
2162 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
2163
2164 * gdb.cp/exception.exp: Fix typo in doco.
2165
2166 2004-01-09 Mark Kettenis <kettenis@gnu.org>
2167
2168 * gdb.base/gdb1476.exp: Fix typo.
2169
2170 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
2171
2172 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
2173 file.
2174
2175 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
2176
2177 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
2178 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
2179 Use gdb_compile. Remove restriction on gcc. Add some patterns
2180 for recent version of gdb. Delete second half, which was a copy
2181 of the first half with different build flags. This test is
2182 still disabled because it is still not ready for production.
2183
2184 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2185
2186 * gdb.cp/exception.cc: Add copyright notice.
2187 * gdb.cp/exception.exp: Add a notice that this file is broken
2188 because of line number changes caused by addition of copyright
2189 notice.
2190
2191 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2192
2193 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
2194 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
2195
2196 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2197
2198 * gdb.cp/classes.exp: Accept gnu abi 2.
2199 * gdb.cp/derivation.exp: Likewise.
2200 * gdb.cp/overload.exp: Likewise.
2201 * gdb.cp/virtfunc.exp: Likewise.
2202
2203 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2204
2205 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
2206 semicolon after end of function.
2207
2208 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2209
2210 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
2211 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
2212 boilerplate code for compiling and running the program under
2213 test. Add some string method tests.
2214
2215 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2216
2217 * gdb.cp/bs15503.cc: Add copyright notice.
2218 * gdb.cp/bs15503.exp: Adjust line number.
2219
2220 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2221
2222 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
2223 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
2224
2225 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2226
2227 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
2228 hp_cc_compiler.
2229
2230 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2231
2232 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
2233 * gdb.cp/ctti.exp: Use the marker instead of "next".
2234 With gcc, run further before bailing.
2235
2236 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2237
2238 * gdb.cp/cttiadd.cc: Add copyright notice.
2239 * gdb.cp/cttiadd1.cc: Likewise.
2240 * gdb.cp/cttiadd2.cc: Likewise.
2241 * gdb.cp/cttiadd3.cc: Likewise.
2242
2243 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2244
2245 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
2246 Use gdb_test, gdb_test_multiple. Use floating-point values that
2247 have exact representations in IEEE-ish formats.
2248
2249 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2250
2251 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
2252 compilers. Delete duplicate call to get_compiler_info.
2253 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
2254 * gdb.base/volatile.exp: Likewise.
2255
2256 2004-01-07 Mark Kettenis <kettenis@gnu.org>
2257
2258 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
2259 memory at address 0.
2260
2261 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2262
2263 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
2264 to test for hp-ux assembler. Fix copyright years.
2265
2266 2004-01-07 Andrew Cagney <cagney@redhat.com>
2267
2268 * gdb.base/fileio.c (strerrno): Add "EBUSY".
2269
2270 2004-01-07 Andrew Cagney <cagney@redhat.com>
2271
2272 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
2273 when creating the read-only file. From analysis by Roland McGrath
2274 and Elena Zannoni.
2275
2276 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
2277
2278 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
2279
2280 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
2281
2282 * gdb.base/cvexpr.c: Be type-safe with function pointers and
2283 data pointers.
2284
2285 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
2286
2287 * gdb.cp/m-static.exp: Compile one source file at a time.
2288 Delete unused call to get_compiler_info.
2289
2290 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
2291
2292 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
2293 * gdb.base/call-rt-st.exp: Likewise.
2294 * gdb.base/nodebug.exp: Likewise.
2295 * gdb.base/volatile.exp: Likewise.
2296 * gdb.cp/ref-types.exp: Likewise.
2297 * gdb.cp/templates.exp: Likewise.
2298
2299 2004-01-05 Mark Kettenis <kettenis@gnu.org>
2300
2301 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
2302
2303 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
2304
2305 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
2306 hppa*-hp-hpux*.
2307
2308 2004-01-04 Mark Kettenis <kettenis@gnu.org>
2309
2310 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
2311 x86_64-*-*.
2312
2313 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
2314 sparc64-*-* and sparc*-solaris2*.
2315
2316 2004-01-04 Mark Kettenis <kettenis@gnu.org>
2317
2318 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
2319 return ${tests}" test. The ${tests} already mentions the
2320 filename.
2321
2322 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
2323
2324 * gdb.cp/local.exp: Accept gcc abi 2.
2325
2326 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
2327
2328 * gdb.cp/templates.exp: Accept gcc abi 2.
2329
2330 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
2331
2332 * lib/compiler.cc: Remove supports_template_debugging.
2333 * gdb.cp/templates.exp: Do not test supports_template_debugging.
2334
2335 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2336
2337 * gdb.cp/namespace.exp: Accept gcc abi 2.
2338
2339 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2340
2341 * gdb.cp/method.exp: Accept gcc abi 2.
2342
2343 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2344
2345 * gdb.cp/classes.exp: Generate identical results as old version.
2346 * gdb.cp/derivation.exp: Likewise.
2347 * gdb.cp/overload.exp: Likewise.
2348 * gdb.cp/virtfunc.exp: Likewise.
2349
2350 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2351
2352 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
2353 mysterious bug with sourceware version of expect.
2354
2355 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2356
2357 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
2358 current versions of gcc, including gcc abi 2. Remove gratuitous
2359 restart of test program. Use gdb_test_multiple and gdb_test for
2360 all tests. Add patterns to xfail missing "const" in "const char *"
2361 and kfail PR gdb/1155.
2362
2363 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2364
2365 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
2366 current versions of gcc, including gcc abi 2. Remove gratuitous
2367 restart of test program. Use gdb_test_multiple and gdb_test for
2368 all tests. Add patterns to kfail PR gdb/1498.
2369
2370 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
2371
2372 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
2373 current versions of gcc, including gcc abi 2. Use "breakpoint"
2374 and "continue" instead of restarting the target program. Use
2375 gdb_test_multiple and gdb_test for all tests.
2376
2377 2004-01-01 Mark Kettenis <kettenis@gnu.org>
2378
2379 * gdb.asm/asm-source.exp: Update copyright year. Link statically
2380 for *-*-solaris2*.
2381
2382 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
2383
2384 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
2385 current versions of gcc, including gcc abi 2. Use "breakpoint"
2386 and "continue" instead of restarting the target program several
2387 times. Use gdb_test_multiple and gdb_test for all tests.
2388
2389 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
2390
2391 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
2392 source files.
2393
2394 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
2395
2396 * gdb.base/environ.exp: Handle compiling test case from multiple
2397 source files.
2398
2399 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
2400
2401 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
2402
2403 2003-12-17 Jim Blandy <jimb@redhat.com>
2404
2405 * gdb.base/freebpcmd.c: Add copyright notice.
2406
2407 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
2408
2409 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
2410
2411 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
2412
2413 2003-12-13 Jim Blandy <jimb@redhat.com>
2414
2415 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
2416
2417 2003-12-12 Kevin Buettner <kevinb@redhat.com>
2418
2419 * gdb.asm/frv.inc: New file.
2420 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
2421
2422 2003-12-09 Fred Fish <fnf@redhat.com>
2423
2424 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
2425 functions to break1.c and leave prototypes behind. Add more
2426 "set breakpoint NN here" comments.
2427 * gdb.base/break1.c: New file.
2428
2429 * gdb.base/break.exp: Handle compiling test case from multiple
2430 source files and change source file references as needed.
2431 * gdb.base/completion.exp: Ditto.
2432 * gdb.base/condbreak.exp: Ditto.
2433 * gdb.base/define.exp: Ditto.
2434 * gdb.base/ena-dis-br.exp: Ditto.
2435 * gdb.base/info-proc.exp: Ditto.
2436 * gdb.base/maint.exp: Ditto.
2437 * gdb.base/until.exp: Ditto.
2438
2439 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
2440 hardcoded line numbers.
2441 * gdb.base/define.exp: Ditto.
2442 * gdb.base/ena-dis-br.exp: Ditto.
2443 * gdb.base/maint.exp: Ditto.
2444 * gdb.base/until.exp: Ditto.
2445
2446 * gdb.base/completion.exp: Use "break1" for completion tests since
2447 "break" is no longer a unique prefix.
2448
2449 2003-12-06 Andrew Cagney <cagney@redhat.com>
2450
2451 * gdb.base/structs.exp (test_struct_returns): When applicable, set
2452 "return_value_unimplemented". When an unimplemented struct return
2453 architecture, report incorrect values as a KFAIL
2454
2455 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
2456
2457 * gdb.cp/rtti.exp: Accept new wording of warning from
2458 cp_lookup_rtti_type.
2459
2460 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
2461
2462 Partial fix for PR testsuite/1456.
2463 * gdb.base/scope.exp (test_at_main): Replace references to
2464 gcc_compiled with calls to test_compiler_info.
2465 (test_at_foo): Likewise.
2466 (test_at_bar): Likewise.
2467
2468 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
2469
2470 Partial fix for PR testsuite/1456.
2471 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
2472 to test_compiler_info.
2473
2474 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
2475
2476 * gdb.base/so-impl-ld.exp: Update copyright notice.
2477
2478 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
2479
2480 Partial fix for PR testsuite/1456.
2481 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
2482 to test_compiler_info.
2483
2484 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
2485
2486 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
2487 from current versions of gdb. Clean up regular expressions.
2488 Delete redundant timeout case.
2489
2490 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
2491
2492 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
2493 from current versions of gdb. Clean up regular expressions.
2494 Delete redundant timeout case.
2495
2496 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
2497
2498 Partial fix for PR testsuite/1456.
2499 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
2500 gcc_compiled with call to test_compiler_info.
2501
2502 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
2503
2504 Partial fix for PR testsuite/1456.
2505 * gdb.base/list.exp (test_list_function): Delete unused declaration
2506 of gcc_compiled.
2507
2508 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
2509
2510 Partial fix for PR testsuite/1456.
2511 * gdb.base/complex.exp: Replace reference to gcc_compiled with
2512 call to test_compiler_info.
2513
2514 2003-11-29 Mark Kettenis <kettenis@gnu.org>
2515
2516 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
2517 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
2518 it to create the appropriate note.inc.
2519 * gdb.asm/asmsrc1.s: Include "note.inc".
2520 * gdb.asm/netbsd.inc: New file.
2521 * gdb.asm/empty.inc: New file.
2522
2523 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
2524
2525 Partial fix for PR testsuite/1456.
2526 * gdb.base/constvars.exp: Replace references to gcc_compiled with
2527 calls to test_compiler_info.
2528
2529 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
2530
2531 Partial fix for PR testsuite/1456.
2532 * gdb.base/volatile.exp: Replace references to gcc_compiled with
2533 calls to test_compiler_info.
2534
2535 2003-11-27 Mark Kettenis <kettenis@gnu.org>
2536
2537 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
2538 pattern for the KFAILs.
2539
2540 2003-11-25 Adam Fedor <fedor@gnu.org>
2541
2542 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
2543 * gdb.objc/objcdecode.m: New file.
2544
2545 2003-11-25 Adam Fedor <fedor@gnu.org>
2546
2547 * gdb.objc/nondebug.exp: Test for PR objc/1236.
2548 * gdb.objc/nondebug.m: New file.
2549
2550 2003-11-26 Ben Elliston <bje@wasabisystems.com>
2551
2552 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
2553 NetBSD as it does on FreeBSD. Modelled on a similar change by
2554 Mark Kettenis on 2003-05-30.
2555 (link-flags): Set to "--entry _start" regardless of target.
2556 Special linker flags are to be appended to $link-flags.
2557 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
2558
2559 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
2560
2561 * gdb.cp/method.exp: Accept output of new demangler.
2562
2563 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
2564
2565 * gdb/class2.exp: New file.
2566 * gdb/class2.cc: New file.
2567
2568 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
2569
2570 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
2571 of new demangler.
2572
2573 2003-11-23 Mark Kettenis <kettenis@gnu.org>
2574
2575 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
2576 of gdb_test "run".
2577
2578 2003-11-23 Mark Kettenis <kettenis@gnu.org>
2579
2580 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
2581 "continue" into "run".
2582
2583 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
2584
2585 Partial fix for PR testsuite/1456.
2586 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
2587 call to test_compiler_info.
2588 * gdb.cp/ctti.exp: Likewise.
2589 * gdb.cp/derivation.exp: Likewise.
2590 * gdb.cp/member-ptr.exp: Likewise.
2591 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
2592 reference to gcc_compiled.
2593
2594 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
2595
2596 Fix PR testsuite/1463.
2597 * gdb.base/structs.exp (start_structs_test): Call
2598 get_debug_format before using the debug format.
2599
2600 2003-11-22 Andrew Cagney <cagney@redhat.com>
2601
2602 * lib/gdb.exp (gdb_test_multiple): Add simple example.
2603 * gdb.base/structs.exp: Use gdb_test_multiple.
2604
2605 2003-11-20 Andrew Cagney <cagney@redhat.com>
2606
2607 * gdb.base/structs.exp: Handle and recover from internal errors.
2608 Replace "foo${n}" with "foo<n>" in test messages.
2609
2610 * gdb.base/structs.exp: Update copyright. Rewrite.
2611 * gdb.base/structs.c: Update copyright. Rewrite.
2612
2613 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
2614 resync count exceeded.
2615
2616 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
2617 from the internal error.
2618 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
2619 Original from Jim Blandy.
2620 (gdb_test_multiple): Use gdb_internal_error_resync.
2621
2622 2003-11-19 Andrew Cagney <cagney@redhat.com>
2623
2624 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
2625 KFAIL.
2626
2627 2003-11-17 Mark Kettenis <kettenis@gnu.org>
2628
2629 New testcase for PR backtrace/1435.
2630 * gdb.arch/i386-unwind.exp: New file.
2631 * gdb.arch/i386-unwind.c: New file.
2632
2633 2003-11-17 Andrew Cagney <cagney@redhat.com>
2634
2635 * lib/gdb.exp (compiler_info): New global.
2636 (test_compiler_info): New function.
2637 (get_compiler_info): Set compiler_info.
2638 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
2639 "compiler_info" to gcc-<major>-<minor>.
2640
2641 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
2642
2643 * gdb.trace/configure: Remove.
2644
2645 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
2646
2647 * gdb.base/break.c: Add comments to aid finding line numbers for
2648 breakpoints.
2649 * gdb.base/break.exp: Remove all references to explicit line
2650 numbers.
2651
2652 2003-11-11 Nick Clifton <nickc@redhat.com>
2653
2654 * gdb.base/shreloc.exp: Do not run for targets which do not
2655 support shared objects.
2656
2657 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
2658
2659 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
2660 Don't run tests if nofileio flag is given.
2661
2662 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
2663
2664 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
2665 as well as 'Watchpoint'.
2666
2667 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
2668
2669 Reported by Jim Ingham <jingham@apple.com>:
2670 * gdb.base/annota1.exp: Match at least one occurrence of the
2671 signal handler annotation.
2672
2673 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
2674
2675 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
2676 as well as 'Watchpoint'.
2677
2678 2003-11-05 Michael Chastain <mec@shout.net>
2679
2680 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
2681
2682 2003-11-03 Kris Warkentin <kewarken@qnx.com>
2683
2684 * gdb.arch/gdb1291.c: New test file.
2685 * gdb.arch/gdb1291.exp: New test script.
2686 * gdb.arch/gdb1431.c: New test file.
2687 * gdb.arch/gdb1431.exp: New test script.
2688
2689 2003-10-22 Michael Chastain <mec@shout.net>
2690
2691 * gdb.mi/pthreads.c: Add copyright notice.
2692
2693 2003-10-22 Michael Chastain <mec@shout.net>
2694
2695 * gdb.threads/pthreads.c: Add copyright notice.
2696
2697 2003-10-20 Michael Chastain <mec@shout.net>
2698
2699 * gdb.base/gdb1056.exp: New test script.
2700
2701 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
2702
2703 * gdb.threads/killed.exp: Use gdb_run_cmd.
2704
2705 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
2706
2707 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
2708 create a core file.
2709 * gdb.threads/gcore-thread.exp: Likewise.
2710
2711 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
2712
2713 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
2714 type, based on char type.
2715 (struct bit_flags_short_t): New bitfield type, based on short type.
2716 (init_bit_flags_char): New fuction.
2717 (init_bit_flags_short): Ditto.
2718 (print_bit_flags_char): Ditto.
2719 (print_bit_flags_short): Ditto.
2720 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
2721
2722 2003-10-11 Michael Chastain <mec@shout.net>
2723
2724 * gdb.base/call-rt-st.exp: Update copyright year.
2725
2726 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
2727
2728 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
2729 * gdb.disasm/sh3.s: Ditto.
2730
2731 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
2732
2733 * gdb.threads/switch-threads.exp: New test.
2734 * gdb.threads/switch-threads.c: New source file.
2735
2736 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
2737
2738 * gdb.base/ending-run.exp: Add sh specific case.
2739
2740 2003-10-06 Andrew Cagney <cagney@redhat.com>
2741
2742 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
2743 * gdb.disasm/mn10200.exp: Delete obsolete file.
2744
2745 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
2746
2747 * ChangeLog: Correct an entry command.exp -> commands.exp.
2748 * gdb.base/commands.exp (bp_deleted_in_command_test)
2749 (temporary_breakpoint_commands): Check noargs.
2750
2751 2003-09-25 David Carlton <carlton@kealia.com>
2752
2753 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
2754 of some print tests, where appropriate. Add tests for C::D::cd,
2755 E::ce, F::cXfX, G::XgX.
2756 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
2757
2758 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
2759
2760 * lib/java.exp (java_init): Import target_alias before using it.
2761
2762 2003-09-25 David Carlton <carlton@kealia.com>
2763
2764 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
2765
2766 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
2767
2768 * gdb.base/selftest.exp: Accomodate more instruction reordering
2769 weirdness.
2770
2771 2003-09-17 Michael Chastain <mec@shout.net>
2772
2773 * gdb.cp/gdb1355.exp: New file.
2774 * gdb.cp/gdb1355.c: New file.
2775
2776 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
2777
2778 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
2779 * gdb.asm/sh.inc: New file.
2780
2781 2003-09-11 David Carlton <carlton@kealia.com>
2782
2783 * gdb.cp/namespace.exp: Add tests for namespace types.
2784 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
2785 (test_namespace): New.
2786
2787 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
2788
2789 * gdb.base/relocate.exp: Handle new gdb output at startup.
2790 * gdb.stabs/weird.exp: Ditto.
2791
2792 2003-09-08 Michael Chastain <mec@shout.net>
2793
2794 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
2795
2796 2003-09-07 Michael Chastain <mec@shout.net>
2797
2798 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
2799 'parse error'.
2800
2801 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
2802
2803 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
2804
2805 2003-08-30 Michael Chastain <mec@shout.net>
2806
2807 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
2808 * gdb.gdb/observer.exp: Ditto.
2809 * gdb.gdb/xfullpath.exp: Ditto.
2810
2811 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2812
2813 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
2814 *-*-*bsd*.
2815
2816 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
2817
2818 * gdb.base/dump.exp: Skip for ia64.
2819
2820 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2821
2822 * gdb.asm/asm-source.exp: Add ia64 support.
2823 * gdb.asm/ia64.inc: New file.
2824
2825 2003-08-22 Michael Chastain <mec@shout.net>
2826
2827 * gdb.cp: New directory.
2828 * gdb.cp/*: Copy from gdb.c++/*.
2829 * gdb.c++/*: Remove.
2830 * Makefile.in: Change gdb.c++ to gdb.cp.
2831 * configure.in: Ditto.
2832 * configure: Regnerate.
2833
2834 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2835
2836 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
2837 * gdb.arch/i386-prologue.c (gdb1338): Add function.
2838
2839 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2840
2841 * mi-var-display.exp (-var-list-children weird): Accept function
2842 pointers with argument types.
2843 * mi1-var-display.exp (-var-list-children weird): Likewise.
2844 * mi2-var-display.exp (-var-list-children weird): Likewise.
2845
2846 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2847
2848 * gdb.base/annota3.exp: Add missing newline.
2849
2850 2003-08-06 Michael Chastain <mec@shout.net>
2851
2852 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
2853
2854 2003-08-12 Michael Snyder <msnyder@redhat.com>
2855
2856 * gdb.base/float.exp: Add test for SH.
2857
2858 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2859
2860 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
2861
2862 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
2863
2864 * gdb.base/completion.exp: Remove reduntant completion test
2865 on filename.
2866
2867 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
2868
2869 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
2870 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
2871 gdb.trace/save-trace.exp: Make sure that full pathnames are
2872 escaped correctly.
2873
2874 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
2875
2876 * configure.in: Don't generate config.h from config.hin.
2877 * configure: Regenerate.
2878 * config.hin: Remove file.
2879 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
2880 * gdb.threads/pthreads.c: Ditto.
2881
2882 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
2883
2884 From Kei Sakamoto <sakamoto.kei@renesas.com>:
2885 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
2886 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
2887 Replace ld24 with seth/add3.
2888
2889 2003-08-02 Andrew Cagney <cagney@redhat.com>
2890
2891 * gdb.base/annota3.exp: New file.
2892 * gdb.base/annota3.c: New file.
2893 * gdb.c++/annota3.exp: New file.
2894 * gdb.c++/annota3.cc: New file.
2895
2896 2003-07-29 Michael Chastain <mec@shout.net>
2897
2898 * gdb.threads/tls.c (spin): Check errno only if sem_wait
2899 actually failed.
2900 (do_pass): Likewise.
2901 * gdb.threads/tls.exp: Always initialize no_of_threads.
2902
2903 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
2904
2905 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
2906 pattern.
2907 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
2908 * gdb.threads/tls.exp: Recognize one case of the host library not
2909 supporting TLS.
2910
2911 2003-07-27 Andrew Cagney <cagney@redhat.com>
2912
2913 * gdb.base/fileio.exp: Use SH when running commands using
2914 remote_exec.
2915
2916 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
2917
2918 From Kei Sakamoto <sakamoto.kei@renesas.com>:
2919 * gdb.base/relocate.c (dummy): New padding array.
2920
2921 2003-07-22 Michael Snyder <msnyder@redhat.com>
2922
2923 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
2924
2925 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
2926 patterns to be more general, accepting old and new output.
2927 Some output chars (such as '+') also must be quoted.
2928 Some addresses are displayed numerically instead of
2929 symbolically.
2930
2931 2003-07-23 Michael Snyder <msnyder@redhat.com>
2932
2933 * gdb.base/return2.exp: Don't test long-long return.
2934
2935 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
2936 * gdb.disasm/t01_mov.exp: Ditto.
2937 * gdb.disasm/t02_mova.s: Ditto.
2938 * gdb.disasm/t02_mova.exp: Ditto.
2939 * gdb.disasm/t03_add.s: Ditto.
2940 * gdb.disasm/t03_add.exp: Ditto.
2941 * gdb.disasm/t04_sub.s: Ditto.
2942 * gdb.disasm/t04_sub.exp: Ditto.
2943 * gdb.disasm/t05_cmp.s: Ditto.
2944 * gdb.disasm/t05_cmp.exp: Ditto.
2945 * gdb.disasm/t06_ari2.s: Ditto.
2946 * gdb.disasm/t06_ari2.exp: Ditto.
2947 * gdb.disasm/t07_ari3.s: Ditto.
2948 * gdb.disasm/t07_ari3.exp: Ditto.
2949 * gdb.disasm/t08_or.s: Ditto.
2950 * gdb.disasm/t08_or.exp: Ditto.
2951 * gdb.disasm/t09_xor.s: Ditto.
2952 * gdb.disasm/t09_xor.exp: Ditto.
2953 * gdb.disasm/t10_and.s: Ditto.
2954 * gdb.disasm/t10_and.exp: Ditto.
2955 * gdb.disasm/t11_logs.s: Ditto.
2956 * gdb.disasm/t11_logs.exp: Ditto.
2957 * gdb.disasm/t12_bit.s: Ditto.
2958 * gdb.disasm/t12_bit.exp: Ditto.
2959 * gdb.disasm/t13_otr.s: Ditto.
2960 * gdb.disasm/t13_otr.exp: Ditto.
2961
2962 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
2963
2964 * gdb.threads/tls.exp :Add kfail for 'info address' case.
2965
2966 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
2967
2968 * gdb.threads/tls.c : New file.
2969 * gdb.threads/tls.exp : New file.
2970 * gdb.threads/tls-main.c : New file.
2971 * gdb.threads/tls-shared.c : New file.
2972 * gdb.threads/tls-shared.exp : New file.
2973
2974 2003-07-22 Andreas Schwab <schwab@suse.de>
2975
2976 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
2977
2978 2003-07-20 Andreas Schwab <schwab@suse.de>
2979
2980 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
2981 due to insn reordering.
2982
2983 2003-07-15 Andrew Cagney <cagney@redhat.com>
2984
2985 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
2986
2987 2003-07-15 Michael Chastain <mec@shout.net>
2988
2989 * gdb.base/gdb1250.exp: New file.
2990 * gdb.base/gdb1250.c: New file.
2991
2992 2003-07-09 Michal Ludvig <mludvig@suse.cz>
2993
2994 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
2995 expansion of size_t to 'unsigned long', not only to 'unsigned'.
2996
2997 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
2998
2999 * gdb.threads/tls.c: New file.
3000 * gdb.threads/tls.exp: New file.
3001 * gdb.threads/tls-main.c: New file.
3002 * gdb.threads/tls-shared.c: New file.
3003 * gdb.threads/tls-shared.exp: New file.
3004
3005 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
3006
3007 * gdb.base/annota1.exp: Make sure that we properly escape the
3008 full path of the source file. Xfail more permissive patterns,
3009 due to a compiler debug info problem.
3010
3011 2003-07-07 Andreas Schwab <schwab@suse.de>
3012
3013 * gdb.asm/m68k.inc: New file.
3014 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
3015
3016 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
3017 arguments"): Also match negative number.
3018
3019 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
3020
3021 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
3022
3023 * gdb.base/store.c (charest): New typedef.
3024 (add_char): Rename to add_charest, update.
3025 (wack_char): Rename to wack_charest, update types. Return l + r
3026 to keep r live across the call.
3027 (wack_short, wack_int, wack_long, wack_longest, wack_float)
3028 (wack_double, wack_doublest): Return l + r to keep r live across
3029 the call.
3030 * gdb.base/store.exp: Accomodate store.c changes.
3031
3032 2003-06-30 David Carlton <carlton@kealia.com>
3033
3034 * gdb.c++/maint.exp (test_invalid_name): New.
3035 (test_first_component): Add tests for invalid names.
3036
3037 2003-06-29 Michael Chastain <mec@shout.net>
3038
3039 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
3040 output of '<VTT for class>' for virtual base classes.
3041
3042 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
3043
3044 * gdb.base/completion.exp: Tab-complete "complet" instead of
3045 "compl".
3046 * gdb.base/complex.exp, gdb.base/complex.c: New files.
3047
3048 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
3049
3050 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
3051 * gdb.base/volatile.exp: Likewise.
3052
3053 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
3054
3055 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
3056 gdb/1265.
3057
3058 2003-06-28 Michael Chastain <mec@shout.net>
3059 Daniel Jacobowitz <drow@mvista.com>
3060
3061 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
3062 initial line count of 'captured_main' from 26 to 32.
3063 (test_with_self): Allow xmalloc call to be interleaved with the
3064 preceding two lines.
3065
3066 2003-06-24 Joel Brobecker <brobecker@gnat.com>
3067
3068 * gdb.base/bang.exp: New testcase.
3069
3070 2003-06-23 Joel Brobecker <brobecker@gnat.com>
3071
3072 * gdb.base/langs.exp: Add some tests for the "minimal" language
3073 support.
3074
3075 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
3076
3077 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
3078 the testcase.
3079
3080 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
3081
3082 * gdb.base/relocate.exp: Test add-symbol-file with a variable
3083 offset.
3084
3085 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
3086
3087 * gdb.c++/pr-1210.cc: New file.
3088 * gdb.c++/pr-1210.exp: New file.
3089
3090 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
3091
3092 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
3093 000-exec-continue.
3094
3095 2003-06-15 Mark Kettenis <kettenis@gnu.org>
3096
3097 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
3098 on *-*-*bsd* instead of *-*-freebsd*.
3099
3100 2003-06-14 Andrew Cagney <cagney@redhat.com>
3101
3102 * gdb.base/store.exp: Test longest and doublest. Test all
3103 parameters. Weaken return statement match.
3104 * gdb.base/store.c: Add longest and doublest - aka long long and
3105 long double functions. Put all parameters into local register
3106 variables. Use negative values.
3107
3108 2003-06-14 Andrew Cagney <cagney@redhat.com>
3109
3110 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
3111 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
3112 exit status.
3113 * gdb.base/fileio.exp: Disable target when nointerrupts and
3114 noinferiorio, instead of limiting it to remote. Use remote_exec
3115 instead of system.
3116
3117 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
3118
3119 * gdb.base/float.exp: Add ia64 support.
3120
3121 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
3122
3123 * gdb.base/fileio.exp: Run only on remote targets.
3124
3125 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
3126
3127 * gdb.base/fileio.c: New file, testing File-I/O.
3128 * gdb.base/fileio.exp: Ditto.
3129
3130 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
3131
3132 * gdb.base/shreloc.exp: New file, check symbol values obtained from
3133 shared objects after relocation at load time (gdb PR/1132).
3134 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
3135 as above, part of the shared object relocation test.
3136
3137 2003-06-08 Mark Kettenis <kettenis@gnu.org>
3138
3139 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
3140 fully filled history list.
3141 * gdb.base/gdb_history: New file.
3142
3143 * gdb.base/signals.exp: XFAIL "continue to func1" on
3144 i*86-*-freebsd*.
3145
3146 * gdb.base/attach.exp: When trying to attach to a nonexistent
3147 process, make it possible to specify the PID based on the target,
3148 and do so for *-*-freebsd*.
3149
3150 2003-06-02 Richard Henderson <rth@redhat.com>
3151
3152 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
3153
3154 2003-06-02 Richard Henderson <rth@redhat.com>
3155
3156 * gdb.base/selftest.exp: Next over lim_at_start initialization.
3157
3158 2003-06-02 Richard Henderson <rth@redhat.com>
3159
3160 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
3161
3162 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
3163
3164 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
3165 of globalvar.
3166
3167 2003-06-01 Mark Kettenis <kettenis@gnu.org>
3168
3169 * gdb.asm/asm-source.exp: Check for memory read errors in
3170 disassembler test on *BSD too.
3171
3172 2003-06-01 Richard Henderson <rth@redhat.com>
3173
3174 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
3175 for .frame.
3176 (gdbasm_call): Lose ldgp.
3177 (gdbasm_startup): Add frame information.
3178 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
3179
3180 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3181
3182 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
3183 i?86-*-*.
3184
3185 2003-05-30 Mark Kettenis <kettenis@gnu.org>
3186
3187 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
3188 FreeBSD.
3189
3190 2003-05-29 Richard Henderson <rth@redhat.com>
3191
3192 * gdb.asm/alpha.inc: New file.
3193 * gdb.asm/asm-source.exp: Use it.
3194
3195 2003-05-29 Jim Blandy <jimb@redhat.com>
3196
3197 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
3198 'core.PID'.
3199
3200 2003-05-22 Jim Blandy <jimb@redhat.com>
3201
3202 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
3203 backtrace.
3204
3205 2003-05-20 David Carlton <carlton@math.stanford.edu>
3206
3207 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
3208 this time.
3209
3210 2003-05-19 David Carlton <carlton@bactrian.org>
3211
3212 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
3213 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
3214
3215 2003-05-19 David Carlton <carlton@bactrian.org>
3216
3217 * gdb.c++/namespace.exp: Add namespace scope and anonymous
3218 namespace tests.
3219 Bump copyright date.
3220 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
3221 (main): Call C::D::marker2.
3222 * gdb.c++/namespace1.cc: New file.
3223
3224 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
3225
3226 Roland McGrath <roland@redhat.com>
3227 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
3228 there is no manager thread.
3229
3230 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
3231
3232 * gdb.threads/schedlock.exp: Remove assumption that all threads
3233 will run in a particular small time slice. Also ensure we break
3234 in one of the child threads rather than the main thread.
3235
3236 2003-05-07 Jim Blandy <jimb@redhat.com>
3237
3238 Add support for assembly source testing on the s390x.
3239 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
3240 architecture.
3241 * gdb.asm/s390x.inc: New file.
3242
3243 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
3244 succession of 'if' statements.
3245
3246 2003-05-05 Andrew Cagney <cagney@redhat.com>
3247
3248 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
3249
3250 2003-05-05 Andrew Cagney <cagney@redhat.com>
3251
3252 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
3253 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
3254
3255 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
3256
3257 * gdb.base/charset.exp: Update based on new behavior of set/show
3258 charset commands.
3259
3260 2003-05-01 Andrew Cagney <cagney@redhat.com>
3261
3262 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
3263 variable do not give memory errors.
3264
3265 2003-04-30 Adam Fedor <fedor@gnu.org>
3266
3267 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
3268 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
3269 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
3270 gdb.objc/basicclass.m: : New files
3271
3272 * lib/gdb.exp (gdb_compile_objc): New procedure.
3273
3274 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
3275
3276 * gdb.base/signals.exp: Make backtrace tests more specific.
3277
3278 2003-04-23 David Carlton <carlton@bactrian.org>
3279
3280 * gdb.c++/maint.exp (test_first_component): Add tests for
3281 'operator' in more locations.
3282
3283 2003-04-16 Kevin Buettner <kevinb@redhat.com>
3284
3285 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
3286
3287 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
3288
3289 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
3290 func marke' instead. Update test name.
3291
3292 2003-04-15 David Carlton <carlton@math.stanford.edu>
3293
3294 * gdb.c++/maint.exp: New file.
3295
3296 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
3297
3298 * gdb.threads/schedlock.c: Change type of thread function argument
3299 to long, to avoid warnings on 64-bit platforms.
3300
3301 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
3302
3303 * gdb.base/attach.exp: Add new message from ptrace in case of
3304 attaching to nonexistent process.
3305
3306 2003-04-11 Jim Blandy <jimb@redhat.com>
3307
3308 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
3309 gdb.c++/userdef.cc: Place comments on the lines to which the
3310 marker function might return.
3311 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
3312 gdb.c++/userdef.exp: Look for those comments to check that we've
3313 returned to the right place, instead of checking line numbers.
3314
3315 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
3316
3317 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
3318 match on sourcefile name, instead of directory name.
3319
3320 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
3321
3322 * gdb.base/completion.exp: Use string_to_regexp to match the
3323 working directory name.
3324
3325 2003-04-09 Jim Blandy <jimb@redhat.com>
3326
3327 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
3328 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
3329 after an inferior function call, report the failure, but allow the
3330 test to continue.
3331
3332 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
3333
3334 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
3335 with -DPROTOTYPES.
3336
3337 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
3338
3339 * gdb.base/break.exp: Revert last patch.
3340
3341 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
3342
3343 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
3344 with -DPROTOTYPES.
3345
3346 2003-04-02 Andrew Cagney <cagney@redhat.com>
3347
3348 * gdb.base/callfuncs.exp: Make "print add" messages unique.
3349 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
3350 matching directories by the name breakpoint.
3351 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
3352 Make "continue to marker1" consistent.
3353 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
3354 message consistent.
3355 * lib/gdb.exp: Put "the program is no longer running", and "the
3356 program exited" in parenthesis.
3357 * lib/mi-support.exp: Ditto.
3358
3359 2003-04-02 Bob Rossi <bob_rossi@cox.net>
3360
3361 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
3362
3363 2003-03-29 Andrew Cagney <cagney@redhat.com>
3364
3365 * gdb.base/sizeof.c (main): Print the value of '\377'.
3366 * gdb.base/sizeof.exp: Check the sign of '\377'.
3367
3368 2003-03-27 Michael Chastain <mec@shout.net>
3369
3370 * gdb.base/gdb1090.exp: New file.
3371 * gdb.base/gdb1090.cc: New file.
3372
3373 2003-03-27 J. Brobecker <brobecker@gnat.com>
3374
3375 * gdb.gdb/observer.exp: New regression test.
3376
3377 2003-03-27 Michael Chastain <mec@shout.net>
3378
3379 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
3380 * gdb.base/ptype.exp: Likewise.
3381
3382 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
3383
3384 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
3385
3386 2003-03-26 Michael Chastain <mec@shout.net>
3387
3388 * gdb.base/ptype.exp: Actually use some typedef'd types.
3389
3390 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
3391
3392 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
3393 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
3394
3395 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3396
3397 * gdb.base/default.exp: Fix regular expression.
3398
3399 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3400
3401 * gdb.base/args.exp: Fix regular expression.
3402
3403 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3404
3405 * gdb.base/help.exp: Allow Win32 child process.
3406
3407 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3408
3409 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
3410 when stepping out of main().
3411
3412 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3413
3414 * gdb.base/default.exp: Check for win32 specific message when calling
3415 "run" without executable.
3416
3417 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3418
3419 * gdb.base/args.exp: Expect .exe in output.
3420
3421 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3422
3423 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
3424 Cygwin native.
3425
3426 2003-03-17 Andrew Cagney <cagney@redhat.com>
3427
3428 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
3429 vector registes.
3430 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
3431 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
3432
3433 2003-03-17 David Carlton <carlton@math.stanford.edu>
3434
3435 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
3436 test, for PR breakpoints/38.
3437 Call test_watchpoint_and_breakpoint.
3438 * gdb.base/watchpoint.c (func3): New function.
3439 (main): Call func3.
3440
3441 2003-03-04 David Carlton <carlton@math.stanford.edu>
3442
3443 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
3444 Garply<Garply<char> >:: garply".
3445 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
3446 with respect to PR c++/1111; note also PR c++/1113.
3447 (test_template_breakpoints): KFAIL "constructor breakpoint" with
3448 respect to PR c++/1062.
3449 KFAIL "destructor breakpoint" with respect to PR c++/1112.
3450
3451 2003-03-03 David Carlton <carlton@math.stanford.edu>
3452
3453 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
3454 with respect to PR c++/57.
3455 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
3456 c++/826.
3457 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
3458 respect to PR c++/57.
3459
3460 2003-03-03 David Carlton <carlton@math.stanford.edu>
3461
3462 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
3463 respect to PR c++/33 into FAILs.
3464
3465 2003-03-03 Michael Chastain <mec@shout.net>
3466
3467 * configure.in: Update copyright years.
3468
3469 2003-03-03 Michael Chastain <mec@shout.net>
3470
3471 * Makefile.in: Update copyright years.
3472
3473 2003-02-28 David Carlton <carlton@math.stanford.edu>
3474
3475 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
3476 print class instead of struct and/or superfluous protection
3477 specifiers, as long as the resulting output is equivalent to the
3478 source code.
3479 Delete FIXME from end of messages on tests that don't need
3480 fixing.
3481
3482 2003-02-28 David Carlton <carlton@math.stanford.edu>
3483
3484 * gdb.c++/templates.exp (do_tests): Allow const in the two
3485 Foo<volatile char *>::foo tests.
3486
3487 2003-02-27 Michael Snyder <msnyder@redhat.com>
3488
3489 * gdb.base/restore.c (main): Return zero, so exit code
3490 will be consistant.
3491
3492 2003-02-26 David Carlton <carlton@math.stanford.edu>
3493
3494 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
3495 char *>::foo" test with respect to PR c++/33. Create a new test
3496 which is identical to that one except that it doesn't put the
3497 space between the "char" and the "*"; KFAIL it, too.
3498
3499 2003-02-26 David Carlton <carlton@math.stanford.edu>
3500
3501 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
3502 template types into either PASSes or KFAILs (corresponding to PR
3503 c++/57). Tweak indentation. Update copyright.
3504
3505 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
3506
3507 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
3508
3509 2003-02-13 Michael Chastain <mec@shout.net>
3510
3511 * gdb.base/exprs.exp: Remove i960 remnants.
3512 * gdb.base/funcargs.exp: Likewise.
3513 * gdb.base/list.exp: Likewise.
3514 * gdb.base/ptype.exp: Likewise.
3515
3516 2003-02-14 David Carlton <carlton@math.stanford.edu>
3517
3518 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
3519 pEe->D::vg()" from XFAIL to KFAIL.
3520
3521 2003-02-13 Jason Molenda (jmolenda@apple.com)
3522
3523 * gdb.base/maint.exp: Update maint print statistics regexp to include
3524 new entries.
3525
3526 2003-02-13 Michael Chastain <mec@shout.net>
3527
3528 * gdb.c++/inherit.exp: Remove call to get_debug_format.
3529
3530 2003-02-12 Michael Chastain <mec@shout.net>
3531
3532 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
3533 * gdb.c++/inherit.exp: Likewise.
3534 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
3535 * gdb.c++/templates.exp: Likewise.
3536 * gdb.c++/virtfunc.exp: Likewise.
3537
3538 2003-02-06 Jason Molenda (jason-cl@molenda.com)
3539
3540 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
3541 why the code is written that way.
3542
3543 2003-02-05 Michael Chastain <mec@shout.net>
3544
3545 * gdb.base/dump.exp: Add missing copyright line.
3546
3547 2003-02-05 Jason Molenda (jason-cl@molenda.com)
3548
3549 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
3550 at the beginning so the breakpoint doesn't get set on the loop.
3551
3552 2003-02-05 Michael Chastain <mec@shout.net>
3553
3554 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
3555 output for configurations with gcc 2.95.3.
3556
3557 2003-02-05 Keith Seitz <keiths@redhat.com>
3558 Andrew Cagney <ac131313@redhat.com>
3559
3560 * gdb.mi/mi-cli.exp: New file.
3561
3562 2003-02-04 Michael Chastain <mec@shout.net>
3563
3564 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
3565 Call perror and then continue.
3566
3567 2003-02-03 Michael Chastain <mec@shout.net>
3568
3569 * gdb.c++/pr-1023.cc: New file.
3570 * gdb.c++/pr-1023.exp: New file.
3571
3572 2003-02-05 Jim Blandy <jimb@redhat.com>
3573
3574 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
3575 it's local to foobar. Check for it there, and check that it's not
3576 present in main.
3577 * gdb.c++/local.cc (marker2): New function.
3578 (foobar): Call marker1.
3579 (main): Call marker2 instead of marker1.
3580
3581 2003-02-04 Andrew Cagney <ac131313@redhat.com>
3582
3583 * gdb.disasm/mn10200.exp: Obsolete file.
3584 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
3585 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
3586 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
3587
3588 2003-02-04 David Carlton <carlton@math.stanford.edu>
3589
3590 * gdb.c++/overload.exp: Test intToChar(1).
3591 * gdb.c++/overload.cc (intToChar): New.
3592 (main): Call intToChar.
3593
3594 2003-02-03 David Carlton <carlton@math.stanford.edu>
3595
3596 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
3597 'might_kfail' arg.
3598 KFAIL some of the continue_to_bp_overloaded calls, according to
3599 PR c++/1025.
3600
3601 2003-02-01 Michael Chastain <mec@shout.net>
3602
3603 * gdb.base/advance.c (marker1): New marker function.
3604 * gdb.base/advance.exp: When the 'advance' command lands on the
3605 return breakpoint, it can legitimately stop on either the
3606 current line or the next line. Accommodate both outcomes.
3607 * gdb.base/until.exp: Likewise.
3608
3609 2003-02-02 Andrew Cagney <ac131313@redhat.com>
3610
3611 2002-11-10 Jason Molenda (jason-cl@molenda.com):
3612 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
3613 now a list, not a tuple.
3614 * gdb.mi/mi-var-display.exp: Ditto.
3615 * gdb.mi/gdb792.exp: Ditto.
3616
3617 2003-02-01 Andrew Cagney <ac131313@redhat.com>
3618
3619 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
3620 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
3621 stack backtraces.
3622 * gdb.mi/mi-syn-frame.c: Part of same.
3623
3624 2003-02-01 Mark Kettenis <kettenis@gnu.org>
3625
3626 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
3627 gdb.mi/mi1-pthreads.exp: Return instead of calling
3628 gdb_suppress_entire_file.
3629
3630 2003-02-01 Mark Salter <msalter@redhat.com>
3631
3632 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
3633
3634 2003-01-31 Mark Salter <msalter@redhat.com>
3635
3636 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
3637 Support empty arg.
3638
3639 2003-01-30 Michael Chastain <mec@shout.net>
3640
3641 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
3642 This was a workaround for a UTF-8 bug in readline 4.3. The bug
3643 has been fixed in gdb/readline on 2003-01-09.
3644
3645 2003-01-29 Michael Snyder <msnyder@redhat.com>
3646
3647 * gdb.base/maint.exp: Allow for leading underscore in symbol.
3648 * gdb.base/display.exp: Allow for leading underscore in symbol.
3649 * gdb.base/args.exp: Skip if target does not support args passing.
3650
3651 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
3652
3653 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
3654 gdb_test. Accept a list of expect arguments as the third
3655 parameter.
3656 (gdb_test): Use it.
3657
3658 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
3659
3660 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
3661 allow for different test tree configurations. Update some
3662 tescases accordingly.
3663 * gdb.arch/altivec-regs.exp: Ditto.
3664 * gdb.asm/asm-source.exp: Ditto.
3665 * gdb.base/advance.exp: Ditto.
3666 * gdb.base/display.exp: Ditto.
3667 * gdb.base/long_long.exp: Ditto.
3668 * gdb.base/mips_pro.exp: Ditto.
3669 * gdb.base/overlays.exp: Ditto.
3670 * gdb.base/relocate.exp: Ditto.
3671 * gdb.base/setshow.exp: Ditto.
3672 * gdb.base/step-line.exp: Ditto.
3673 * gdb.base/step-test.exp: Ditto.
3674 * gdb.base/until.exp: Ditto.
3675 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
3676
3677 2003-01-17 David Carlton <carlton@math.stanford.edu>
3678
3679 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
3680 corresponding to PR c++/945.
3681 Update copyright.
3682
3683 2003-01-17 David Carlton <carlton@math.stanford.edu>
3684
3685 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
3686 corresponding to PR c++/68.
3687
3688 2003-01-17 David Carlton <carlton@math.stanford.edu>
3689
3690 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
3691 (test_paddr_hairy_functions): Call print_addr_2_kfail for
3692 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
3693
3694 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
3695
3696 * gdb.base/break.exp: Fix change of default location, because of
3697 removal of until tests.
3698 * gdb.base/help.exp: Update test for new 'until' help message.
3699 Add test for help on 'advance'.
3700 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
3701
3702 2003-01-15 Mark Kettenis <kettenis@gnu.org>
3703
3704 * gdb.base/default.exp: Adapt "info float" test for recent changes
3705 to that command. Add test for "info vector".
3706 * gdb.base/float.exp: New file. Add test for "info float" that
3707 resembles the old test in gdb.base/default.exp.
3708
3709 2003-01-15 David Carlton <carlton@math.stanford.edu>
3710
3711 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
3712
3713 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
3714
3715 * gdb.base/break.exp: Move the tests of until command from here...
3716 * gdb.base/until.exp: ... to here. New file. Add other tests.
3717 * gdb.base/advance.c: New file.
3718 * gdb.base/advance.exp: New file.
3719
3720 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
3721
3722 * gdb.base/args.c: New file.
3723 * gdb.base/args.exp: New file.
3724
3725 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
3726
3727 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
3728
3729 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
3730
3731 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
3732
3733 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
3734
3735 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
3736 dates.
3737
3738 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3739
3740 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
3741
3742 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3743
3744 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
3745 (ptype &*"foo").
3746 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
3747
3748 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3749
3750 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
3751 * gdb.mi/mi1-console.exp: Likewise.
3752
3753 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3754
3755 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
3756 * gdb.mi/mi1-console.exp: Likewise.
3757
3758 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3759
3760 * gdb.c++/overload.exp: Remove some fixed XFAILs.
3761
3762 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
3763
3764 * gdb.base/detach.exp: New test.
3765
3766 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
3767
3768 * Makefile.in (ALL_SUBDIRS): New variable.
3769 (subdirs, clean, distclean): Use it.
3770 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
3771 regenerating Makefile, since it is generated from the top level.
3772 * gdb.asm/Makefile.in: Likewise.
3773 * gdb.base/Makefile.in: Likewise.
3774 * gdb.c++/Makefile.in: Likewise.
3775 * gdb.disasm/Makefile.in: Likewise.
3776 * gdb.java/Makefile.in: Likewise.
3777 * gdb.mi/Makefile.in: Likewise.
3778 * gdb.threads/Makefile.in: Likewise.
3779 * gdb.trace/Makefile.in: Likewise.
3780
3781 2003-01-09 David Carlton <carlton@math.stanford.edu>
3782
3783 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
3784 Add copyright year 2003.
3785
3786 2003-01-06 Michael Chastain <mec@shout.net>
3787
3788 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
3789 When selecting a thread, 'line' and 'file' are optional.
3790 * gdb.mi/mi1-pthreads.exp: Likewise.
3791
3792 2003-01-06 Andreas Schwab <schwab@suse.de>
3793
3794 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
3795 failures.
3796
3797 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3798
3799 Fix PR gdb/844
3800 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
3801 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
3802
3803 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
3804 instead of calling gdb_suppress_entire_file.
3805 * gdb.threads/print-threads.exp: Likewise.
3806 * gdb.threads/schedlock.exp: Likewise.
3807
3808 * gdb.threads/killed.exp: Return instead of calling
3809 gdb_suppress_entire_file.
3810 * gdb.threads/linux-dp.exp: Likewise.
3811 * gdb.threads/pthreads.exp: Likewise.
3812
3813 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3814
3815 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
3816 stabs.
3817 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
3818 * gdb.base/whatis.exp: Always allow (void) after function names.
3819
3820 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3821
3822 * gdb.c++/casts.exp: Correct regexp.
3823
3824 2003-01-04 Mark Kettenis <kettenis@gnu.org>
3825
3826 * configure.in: Call AC_CONFIG_HEADER. Don't call
3827 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
3828 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
3829 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
3830 aforementioned directories in the AC_OUPUT call.
3831 * config.hin: New file.
3832 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
3833 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
3834 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
3835 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
3836 pass -I$objdir instead of -I$objdir/$subdir in compilation.
3837 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
3838 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
3839 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
3840 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
3841 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
3842 gdb.threads/configure.in, gdb.threads/configure,
3843 gdb.threads/config.in, gdb.trace/configure.in,
3844 gdb.trace/configure: Removed.
3845
3846 2003-01-03 Michael Chastain <mec@shout.net>
3847
3848 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
3849 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
3850
3851 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
3852
3853 * gdb.base/store.exp: Fix regular expressions.
3854
3855 2002-12-28 Mark Kettenis <kettenis@gnu.org>
3856
3857 * configure.in: Rewrite.
3858 * configure: Regenerated.
3859
3860 2003-01-03 David Carlton <carlton@math.stanford.edu>
3861
3862 * gdb.base/psymtab.exp: New file.
3863 * gdb.base/psymtab1.c: Ditto.
3864 * gdb.base/psymtab2.c: Ditto.
3865
3866 2002-12-23 Adam Fedor <fedor@gnu.org>
3867
3868 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
3869
3870 2002-12-23 David Carlton <carlton@math.stanford.edu>
3871
3872 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
3873 and current_directory initialization.
3874
3875 2002-12-22 Jim Blandy <jimb@redhat.com>
3876
3877 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
3878 rather than as part of the output file name.
3879
3880 * gdb.base/attach.exp: There's no need to copy the test program to
3881 /tmp; that was only ever necessary on HP/UX, and this test is
3882 entirely disabled there anyway.
3883
3884 2002-12-21 Jim Blandy <jimb@redhat.com>
3885
3886 * gdb.c++/psmang.exp: Doc fix.
3887
3888 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
3889 test.
3890
3891 2002-12-20 David Carlton <carlton@math.stanford.edu>
3892
3893 * gdb.c++/annota2.exp: KFAIL annotate-quit.
3894
3895 2002-12-18 Michael Chastain <mec@shout.net>
3896
3897 * gdb.c++/annota2.exp: Add copyright year 2002.
3898
3899 2002-12-17 David Carlton <carlton@math.stanford.edu>
3900
3901 * gdb.c++/try_catch.cc: Add marker comments.
3902 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
3903 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
3904 * gdb.c++/m-static.cc: Ditto.
3905 * gdb.c++/m-static1.cc: Ditto.
3906 * gdb.c++/try_catch.cc: Ditto.
3907
3908 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
3909
3910 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
3911 to see whether we are using the new -environment-directory
3912 command which resets via -r or the old version of the command
3913 which may prompt the user. Part of fix for gdb/741.
3914
3915 2002-12-13 Andrew Cagney <ac131313@redhat.com>
3916
3917 * gdb.fortran/types.exp: Update obsolete comment.
3918 * gdb.fortran/exprs.exp: Ditto.
3919 * lib/gdb.exp: Delete obsolete code.
3920 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
3921 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
3922 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
3923 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
3924 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
3925 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
3926 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
3927 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
3928 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
3929 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
3930 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
3931 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
3932 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
3933 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
3934 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
3935 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
3936 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
3937 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
3938 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
3939 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
3940 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
3941 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
3942 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
3943 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
3944 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
3945 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
3946 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
3947 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
3948 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
3949 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
3950 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
3951 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
3952 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
3953 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
3954 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
3955 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
3956 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
3957
3958 2002-12-11 David Carlton <carlton@math.stanford.edu>
3959
3960 * gdb.c++/m-data.exp: Add test for members that shadow global
3961 variables: see PR gdb/804.
3962 * gdb.c++/m-data.cc: Ditto.
3963
3964 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
3965
3966 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
3967
3968 2002-12-06 David Carlton <carlton@math.stanford.edu>
3969
3970 * gdb.base/store.c: Don't declare functions static.
3971
3972 2002-12-04 Andrew Cagney <ac131313@redhat.com>
3973
3974 * gdb.base/store.exp, gdb.base/store.c: New files.
3975
3976 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
3977
3978 * gdb.base/selftest.exp: Update for current gdb.
3979
3980 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
3981
3982 * gdb.base/maint.exp: Only dump symbols from one source file
3983 or objfile.
3984
3985 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
3986
3987 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
3988 function call.
3989
3990 2002-11-25 Jim Blandy <jimb@redhat.com>
3991
3992 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
3993 function appearing in error message.
3994
3995 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
3996
3997 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
3998
3999 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
4000
4001 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
4002 for mi1 and current mi is in correct format. New mi startup message
4003 should be in mi console format. This is part of fix for PR gdb/604.
4004
4005 2002-09-18 Fernando Nasser <fnasser@redhat.com>
4006
4007 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
4008 which explicitly prints the zero offset as "+0".
4009
4010 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
4011
4012 * gdb.threads/schedlock.c (args): Make unsigned.
4013
4014 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
4015
4016 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
4017 numbers. Allow "foo2|selected stack frame".
4018 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
4019 * gdb.asm/asmsrc2.s: Likewise.
4020 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
4021 comments.
4022 * gdb.asm/mips.inc: New file.
4023
4024 2002-10-18 Adam Fedor <fedor@gnu.org>
4025
4026 * gdb.base/default.exp: Update expected output to include 'ObjC'.
4027 * gdb.base/help.exp: Likewise.
4028
4029 2002-10-17 Kevin Buettner <kevinb@redhat.com>
4030
4031 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
4032 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
4033
4034 2002-10-02 Jim Blandy <jimb@redhat.com>
4035
4036 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
4037
4038 2002-10-01 Andrew Cagney <ac131313@redhat.com>
4039
4040 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
4041 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
4042 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
4043 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
4044 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
4045 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
4046 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
4047
4048 2002-09-29 Andrew Cagney <ac131313@redhat.com>
4049
4050 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
4051 * mi0-disassemble.exp, mi0-eval.exp: Delete.
4052 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
4053 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
4054 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
4055 * mi0-var-block.exp, mi0-var-child.exp: Delete.
4056 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
4057
4058 2002-09-27 Kevin Buettner <kevinb@redhat.com>
4059
4060 * gdb.base/annota1.exp (info break): Make directory components of
4061 path optional since not all compilers emit this debug information.
4062
4063 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
4064 step ends up stepping out of the function instead of stopping on
4065 the epilogue.
4066
4067 2002-09-26 Keith Seitz <keiths@redhat.com>
4068
4069 * lib/insight-support.exp (gdbtk_start): Figure out where
4070 the insight executable is based on where gdb is. Use this
4071 executable to start insight instead of gdb.
4072
4073 2002-09-25 Andrew Cagney <cagney@redhat.com>
4074
4075 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
4076
4077 2002-09-24 Andrew Cagney <ac131313@redhat.com>
4078
4079 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
4080 test_isolated_complaints.
4081 (test_empty_complaint): New function.
4082 (test_empty_complaints): New function. Check no output when no
4083 complaints.
4084
4085 2002-09-19 Jim Blandy <jimb@redhat.com>
4086
4087 * gdb.base/charset.exp, gdb.base/charset.c: New files.
4088
4089 2002-09-19 Andrew Cagney <ac131313@redhat.com>
4090
4091 * gdb.gdb/complaints.exp: New file.
4092
4093 2002-09-18 Andrew Cagney <ac131313@redhat.com>
4094
4095 * gdb.base/maint.exp: Check `help maint internal-warning'.
4096
4097 2002-09-18 David Carlton <carlton@math.stanford.edu>
4098
4099 * gdb.c++/m-static.exp: Remove breakpoints depending on line
4100 numbers, and replace them by a single breakpoint after the
4101 constructors are all finished.
4102 Add test 4.
4103 * gdb.c++/m-static.cc: Add test 4.
4104 * gdb.c++/m-static.h: New file.
4105 * gdb.c++/m-static1.cc: New file.
4106
4107 * gdb.c++/printmethod.exp: New file.
4108 * gdb.c++/printmethod.cc: New file.
4109
4110 * gdb.c++/pr-574.exp: New file.
4111 * gdb.c++/pr-574.cc: New file.
4112
4113 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
4114
4115 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
4116 embedded targets which never actually exit.
4117
4118 2002-09-18 Fernando Nasser <fnasser@redhat.com>
4119
4120 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
4121 "don't step after run" as unresolved or unsupported, instead of xfail.
4122
4123 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
4124
4125 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
4126 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
4127 Add newline to expected string in "step out of main (status wrapper)"
4128 case.
4129
4130 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
4131
4132 * lib/gdb.exp (rerun_to_main): Allow restarting application.
4133 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
4134
4135 2002-09-17 Tom Tromey <tromey@redhat.com>
4136
4137 * gdb.base/printcmds.exp (test_print_string_constants): Expect
4138 \000, not \0, in double-quoted string.
4139
4140 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
4141
4142 * gdb.base/commands.exp: Don't expect a "Program exited normally"
4143 string after running the commands execution on breakpoint tests.
4144
4145 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
4146
4147 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
4148
4149 2002-09-12 Joel Brobecker <brobecker@gnat.com>
4150
4151 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
4152
4153 2002-09-10 Keith Seitz <keiths@redhat.com>
4154
4155 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
4156 runto proc.
4157 (mi_run_to_main): Use mi_runto.
4158 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
4159
4160 2002-09-10 Keith Seitz <keiths@redhat.com>
4161
4162 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
4163 regexp for stopping at main. Could have multiple event notifications.
4164 Don't assume that main was declared with no parameters.
4165 (mi_next): Use mi_step_to.
4166 (mi_step): Use mi_next_to.
4167
4168 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
4169
4170 * gdb.base/default.exp: Fix expected string in `info float' test.
4171
4172 2002-09-09 Ben Elliston <bje@redhat.com>
4173
4174 * config/mips.exp: Update comments.
4175 * config/mips-idt.exp: Likewise.
4176 * config/nind.exp: Likewise.
4177 * config/slite.exp: Likewise.
4178 * config/sparclet.exp: Likewise.
4179 * config/udi.exp: Likewise.
4180 * config/vx.exp: Likewise.
4181 * config/vxworks29k.exp: Likewise.
4182
4183 2002-09-05 Jim Blandy <jimb@redhat.com>
4184
4185 * gdb.threads/killed.exp: Fix test failure message.
4186
4187 2002-09-04 Keith Seitz <keiths@redhat.com>
4188
4189 * lib/mi-support.exp: Update copyright.
4190 (mi_gdb_test): Increase the priority of the expected pattern
4191 so that it matches gdb_test.
4192
4193 2002-09-03 Keith Seitz <keiths@redhat.com>
4194
4195 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
4196 Use integer comparison instead of string comparison for testing
4197 whether binary was built.
4198
4199 2002-09-03 Jim Blandy <jimb@redhat.com>
4200
4201 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
4202
4203 2002-08-29 Jim Blandy <jimb@redhat.com>
4204
4205 * gdb.threads/pthreads.exp: Move the portable thread compilation
4206 code into a function in lib/gdb.exp, and call that from here.
4207 * lib/gdb.exp (gdb_compile_pthreads): New function.
4208
4209 2002-08-29 Keith Seitz <keiths@redhat.com>
4210
4211 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
4212 expect_out so that callers can get at it.
4213
4214 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
4215
4216 * gdb.threads/print-threads.c: New file.
4217 * gdb.threads/print-threads.exp: New file.
4218 * gdb.threads/schedlock.c: New file.
4219 * gdb.threads/schedlock.exp: New file.
4220
4221 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
4222
4223 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
4224 not altivec.c.
4225
4226 2002-08-17 Mark Kettenis <kettenis@gnu.org>
4227
4228 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
4229 targets. The problem should be fixed now.
4230
4231 2002-08-15 Mark Kettenis <kettenis@gnu.org>
4232
4233 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
4234 2002-07-24 change that removes final dots from error messages.
4235
4236 2002-08-13 Tom Tromey <tromey@redhat.com>
4237
4238 * gdb.base/readline.exp: New file.
4239
4240 2002-08-01 Andrew Cagney <ac131313@redhat.com>
4241
4242 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
4243 supress message.
4244
4245 2002-08-01 Andrew Cagney <cagney@redhat.com>
4246
4247 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
4248 CHILL_FOR_TARGET and CHILL_LIB.
4249 * configure.in (configdirs): Remove gdb.chill.
4250 * configure: Regenerate.
4251 * lib/gdb.exp: Obsolete references to chill.
4252 * gdb.fortran/types.exp: Ditto.
4253 * gdb.fortran/exprs.exp: Ditto.
4254
4255 2002-07-30 Kevin Buettner <kevinb@redhat.com>
4256
4257 * gdb.base/shlib-call.exp (additional_flags): Conditionally
4258 set Irix-specific compile and link flags.
4259
4260 2002-07-29 Kevin Buettner <kevinb@redhat.com>
4261
4262 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
4263 source files. The ``-o'' option doesn't work with the ``-E'' option
4264 when using the Irix compiler.
4265
4266 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
4267
4268 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
4269 Improve support for reusing an exec file. Copy exec file
4270 to target, and run gdbserver on the target instead of on the host.
4271
4272 2002-07-18 Jim Blandy <jimb@redhat.com>
4273
4274 * gdb.base/ending-run.exp: Don't expect to see the program end in
4275 some orderly fashion when we're running on a real stand-alone
4276 board.
4277
4278 * gdb.base/interrupt.exp: Correct logic for skipping tests on
4279 targets that don't support interrupts.
4280
4281 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
4282
4283 * gdb.base/attach.exp: Add patterns to match output from /proc-based
4284 systems.
4285 Move comments in expect statements to inside the actions, so that they
4286 don't get matched against.
4287
4288 2002-07-10 Mark Kettenis <kettenis@gnu.org>
4289
4290 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
4291 function when asleep" test.
4292
4293 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4294
4295 * gdb.base/page.exp: Rewrite to handle problems with very long
4296 `info set' output. Update copyright.
4297
4298 2002-06-26 Andrew Cagney <ac131313@redhat.com>
4299
4300 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
4301 gdb.threads-hp.
4302 * gdb.hp/configure: Regenerate.
4303 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
4304 * gdb.hp/gdb.threads-hp/configure: Delete file.
4305 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
4306
4307 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4308
4309 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
4310 setlocale, bindtextdomain and textdomain.
4311
4312 2002-06-11 Jim Blandy <jimb@redhat.com>
4313
4314 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
4315 preprocessor macro information is present.
4316
4317 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
4318 tests.
4319
4320 2002-06-06 Michael Snyder <msnyder@redhat.com>
4321
4322 * gdb.base/overlays.exp: Record addresses of overlay
4323 functions in TCL variables rather than in GDB variables,
4324 to avoid having GDB convert them to pointers (with loss
4325 of information).
4326
4327 * gdb.base/d10v.ld: Merge in several years worth of
4328 default linker script changes.
4329 * gdb.base/long_long.exp: Add check for sizeof (long double).
4330
4331 2002-06-06 Michal Ludvig <mludvig@suse.cz>
4332
4333 * gdb.asm/asm-source.exp: Add x86-64 target.
4334 * gdb.asm/x86_64.inc: New.
4335
4336 2002-05-30 Michael Chastain <mec@shout.net>
4337
4338 From Benjamin Kosnik <bkoz@redhat.com>:
4339 * gdb.c++/m-static.cc: New file.
4340 * gdb.c++/m-static.exp: New file.
4341
4342 2002-05-28 Michael Snyder <msnyder@redhat.com>
4343
4344 * gdb.base/call-ar-st.exp: Allow for reduced floating point
4345 precision.
4346
4347 2002-05-27 Michael Chastain <mec@shout.net>
4348
4349 From Benjamin Kosnik <bkoz@redhat.com>:
4350 * gdb.c++/m-data.cc: New file.
4351 * gdb.c++/m-data.exp: New file.
4352
4353 2002-05-27 Michael Chastain <mec@shout.net>
4354
4355 From Benjamin Kosnik <bkoz@redhat.com>:
4356 * gdb.c++/try_catch.cc: New file.
4357 * gdb.c++/try_catch.exp: New file.
4358
4359 2002-05-27 Michael Chastain <mec@shout.net>
4360
4361 * gdb.c++/local.exp: Accept more nested types in output.
4362
4363 2002-05-26 Michael Chastain <mec@shout.net>
4364
4365 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
4366
4367 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
4368
4369 * lib/gdb.exp (gdb_wrapper_init): Just because
4370 gdb_wrapper_file exists, this does not mean that the file
4371 should not be rebuilt. That is what gdb_wrapper_initialized
4372 is for.
4373 (default_gdb_init): Reset gdb_wrapper_initialized.
4374
4375 2002-05-23 Michael Snyder <msnyder@redhat.com>
4376
4377 * gdb.base/all-bin.exp: Revise previous patch by just reducing
4378 the precision of the floating point test results.
4379 * gdb.base/call-rt-st.exp: Ditto.
4380
4381 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
4382 * gdb.base/call-rt-st.exp: Ditto.
4383
4384 2002-05-19 Michael Chastain <mec@shout.net>
4385
4386 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
4387
4388 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
4389
4390 * configure.in (configdirs): Add gdb.arch.
4391 * configure: Regenerate.
4392
4393 2002-05-17 Jim Blandy <jimb@redhat.com>
4394
4395 * gdb.base/completion.exp: Recognize the more detailed error
4396 messages produced by the macro expander's lexical analyzer.
4397
4398 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
4399
4400 * gdb.arch/altivec-abi.c: New file.
4401 * gdb.arch/altivec-abi.exp: New file.
4402 * gdb.arch/altivec-regs.c: New file.
4403 * gdb.arch/altivec-regs.exp: New file.
4404
4405 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
4406
4407 * gdb.base/maint.exp (maint print type): Update for new type
4408 structure.
4409
4410 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
4411
4412 * gdb.arch: New directory.
4413 * gdb.arch/configure.in: New file.
4414 * gdb.arch/configure: New file.
4415 * gdb.arch/Makefile.in: New file.
4416
4417 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
4418
4419 * gdb.asm/asm-source.exp: Add v850 as supported target.
4420 * gdb.asm/v850.inc: New file.
4421
4422 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
4423
4424 * gdb.c++/annota2.exp (annotate-quit): Add comment.
4425
4426 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
4427
4428 * gdb.base/break.exp: Check 'break "marker2"'.
4429
4430 2002-05-10 Michael Snyder <msnyder@redhat.com>
4431
4432 * gdb.base/long_long.exp: Fix typo.
4433
4434 2002-05-10 Jim Blandy <jimb@redhat.com>
4435
4436 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
4437 a bug.
4438
4439 * gdb.base/printcmds.exp (test_integer_literals_rejected):
4440 Recognize more detailed error message produced by the macro
4441 expander's lexical analyzer.
4442 * lib/gdb.exp (test_print_reject): Same.
4443
4444 2002-05-09 Mark Kettenis <kettenis@gnu.org>
4445
4446 * gdb.c++/method.exp: Fix typo.
4447
4448 2002-05-08 Michael Snyder <msnyder@redhat.com>
4449
4450 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
4451 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
4452 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
4453 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
4454 Add iftarget clause for strongarm.
4455
4456 2002-05-06 Michael Snyder <msnyder@redhat.com>
4457
4458 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
4459 (gdb_continue_to_end): Accept output from status wrapper.
4460 * gdb.base/ending-run.exp: Add case for output from status wrapper.
4461 Clean up fail messages to match pass messages.
4462
4463 Enable the "needs_status_wrapper" testsuite feature.
4464 * lib/gdb.exp (gdb_wrapper_init): New procedure.
4465 (gdb_compile): Conditionally call gdb_wrapper_init.
4466 * gdb.base/a2-run.exp: Recognize output from status wrapper.
4467 * gdb.c++/method.exp: Recognize output from status wrapper.
4468
4469 2002-05-06 Ben Elliston <bje@redhat.com>
4470 From Graydon Hoare <graydon@redhat.com>
4471
4472 * config/sid.exp: Include support for "rawsid" protocol.
4473
4474 2002-05-03 Jim Blandy <jimb@redhat.com>
4475
4476 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
4477 * gdb.c++/hang3.C: New file.
4478
4479 2002-05-04 Andrew Cagney <ac131313@redhat.com>
4480
4481 * gdb.base/default.exp: Remove obsolete code.
4482 * gdb.c++/misc.exp: Ditto. Update copyright.
4483 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
4484 * gdb.base/whatis.exp: Ditto. Update copyright.
4485 * gdb.base/scope.exp: Ditto. Update copyright.
4486 * gdb.base/ptype.exp: Ditto. Update copyright.
4487 * gdb.base/printcmds.exp: Ditto. Update copyright.
4488 * gdb.base/opaque.exp: Ditto. Update copyright.
4489 * gdb.base/list.exp: Ditto.
4490 * gdb.base/funcargs.exp: Ditto. Update copyright.
4491 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
4492 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
4493 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
4494 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
4495 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
4496 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
4497
4498 2002-05-02 Michael Snyder <msnyder@redhat.com>
4499
4500 * gdb.base/watchpoint.exp: Add xscale target.
4501 * gdb.base/long_long.exp: Add xscale target.
4502 * gdb.base/default.exp: Add xscale target.
4503
4504 2002-05-01 Jim Blandy <jimb@redhat.com>
4505
4506 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
4507 gdb.c++/hang.exp: New test.
4508
4509 2002-05-01 Fred Fish <fnf@redhat.com>
4510
4511 * gdb.base/completion.exp: Handle completions of "./Make" for
4512 more than one completion possibility, as is the case when we
4513 build and test in the source tree.
4514
4515 2002-04-29 Anthony Green <green@redhat.com>
4516
4517 * gdb.java/jmisc1.exp: New file.
4518 * gdb.java/jmisc2.exp: New file.
4519
4520 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
4521
4522 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
4523
4524 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
4525
4526 * gdb.base/help.exp: Change 'help status' to allow for target
4527 dependent output differences.
4528
4529 2002-04-22 Michael Chastain <mec@shout.net>
4530
4531 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
4532
4533 2002-04-22 Michael Chastain <mec@shout.net>
4534
4535 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
4536
4537 2002-04-17 David S. Miller <davem@redhat.com>
4538
4539 * gdb.asm/sparc64.inc: New file.
4540 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
4541
4542 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
4543
4544 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
4545 instruction file directly into the build tree. Clean up at end of
4546 test.
4547
4548 2002-04-18 David S. Miller <davem@redhat.com>
4549
4550 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
4551 handle 64-bit platforms correctly.
4552 * gdb.base/maint.exp: Likewise.
4553
4554 2002-04-18 Kevin Buettner <kevinb@redhat.com>
4555
4556 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
4557 ``-fpic'' when compiling files comprising a shared library, but
4558 it does need additional linker flags in order to find shared
4559 libraries at run time.
4560
4561 2002-04-18 Kevin Buettner <kevinb@redhat.com>
4562
4563 * gdb.base/cvexpr.c (use): New function.
4564 (main): Invoke use() on all global variables to prevent
4565 some linkers from deleting these otherwise unused symbols.
4566
4567 2002-04-17 Michael Chastain <mec@shout.net>
4568 From David S. Miller <davem@redhat.com>
4569
4570 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
4571 handle 64-bit platforms correctly.
4572
4573 2002-04-12 Michael Snyder <msnyder@redhat.com>
4574 From Jim Blandy <jimb@redhat.com>
4575 * gdb.base/foo.c (foox): Remove section attribute; the linker
4576 script can handle this instead.
4577 * gdb.base/bar.c (barx): Same.
4578 * gdb.base/baz.c (bazx): Same.
4579 * gdb.base/grbx.c (grbxx): Same.
4580
4581 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
4582 manager doesn't automatically unmap overlays unnecessarily.
4583
4584 2002-04-10 Martin M. Hunt <hunt@redhat.com>
4585
4586 * gdb.base/ending-run.exp: Fix pattern for Mips targets
4587 stepping out of main.
4588
4589 2002-04-09 Michael Chastain <mec@shout.net>
4590
4591 * gdb.c++/local.cc (main): Move call to marker1() inside nested
4592 scope so that the nested scope tests will make sense.
4593 * gdb.c++/local.exp: Write patterns that actually work with gcc
4594 (the HP patterns "were never known to work with gcc").
4595 Keep the old aCC patterns too.
4596
4597 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
4598
4599 * gdb.base/attach.exp: Correct target board test.
4600
4601 2002-04-08 Michael Chastain <mec@shout.net>
4602
4603 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
4604 in a const method. Add some xfail and fail cases for configurations
4605 that do not emit the "const ...".
4606
4607 2002-04-07 Michael Chastain <mec@shout.net>
4608
4609 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
4610 Accept "A * const" and "const A * const" as type of "this".
4611 Fix spelling of getFunky throughout. Make messages uniform.
4612
4613 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
4614
4615 Work around for PR gdb/285:
4616 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
4617
4618 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
4619
4620 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
4621 instructions file at run time instead of configure time.
4622 Sometimes we run the test in a directory that is not the one we
4623 configured in.
4624 * gdb.asm/configure.in: Delete creation of symlink.
4625 * gdb.asm/configure: Regenerate.
4626
4627 2002-04-05 J. Brobecker <brobecker@gnat.com>
4628
4629 * gdb.gdb/xfullpath.exp: New test, to exercise the new
4630 xfullpath () function.
4631
4632 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
4633
4634 * gdb.asm/Makefile.in: Correct dependencies.
4635
4636 * gdb.asm/powerpc.inc: New file.
4637 * gdb.asm/asm-source.exp: Add PowerPC.
4638 * gdb.asm/configure.in: Likewise.
4639 * gdb.asm/configure: Regenerated.
4640
4641 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
4642
4643 * gdb.base/relocate.exp: New file.
4644 * gdb.base/relocate.c: New file.
4645
4646 2002-04-04 Fred Fish <fnf@redhat.com>
4647
4648 * gdb.base/step-test.exp: Update comment regarding stopping in
4649 memcpy/bcopy calls inserted as part of the compiler runtime.
4650
4651 2002-04-04 Michael Snyder <msnyder@redhat.com>
4652
4653 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
4654
4655 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
4656
4657 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
4658 (gdb_expect): Remove $notransfer hack.
4659
4660 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
4661
4662 * gdb.c++/classes.exp ("calling method for small class"): Match
4663 updated register output.
4664
4665 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
4666
4667 Fix PR gdb/452
4668 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
4669 when finished. Make gdb_file_cmd send "exec-file" when
4670 appropriate.
4671
4672 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
4673
4674 * gdb.base/attach.exp: Remove extra setup_xfail.
4675
4676 2002-03-26 Michael Snyder <msnyder@redhat.com>
4677
4678 * gdb.base/default.exp: Add tests for dump, append, and restore.
4679 * gdb.base/help.exp: Add tests for dump, append, and restore.
4680 * gdb.base/dump.exp: New file, test dump, append and restore.
4681 * gdb.base/dump.c: New file.
4682
4683 2002-03-27 Michael Snyder <msnyder@redhat.com>
4684
4685 * gdb.base/help.exp: Modify expect strings to reflect
4686 clean-ups in help messages.
4687
4688 2002-03-26 Fred Fish <fnf@redhat.com>
4689
4690 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
4691 have debugging info for those functions and the compiler uses them
4692 internally to copy structs around.
4693
4694 2002-03-26 Fred Fish <fnf@redhat.com>
4695
4696 * gdb.base/list.exp: Revert the change made yesterday and add note
4697 about why we don't list the default lines for remote targets.
4698
4699 2002-03-25 Michael Snyder <msnyder@redhat.com>
4700
4701 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
4702
4703 2002-03-25 Fred Fish <fnf@redhat.com>
4704
4705 * gdb.base/list.exp: This test works on remote targets so remove
4706 the short circuit for remote targets. Update copyright.
4707
4708 2002-03-25 Fred Fish <fnf@redhat.com>
4709
4710 * gdb.base/attach.exp: Fix logic error that was suppressing this
4711 test for all non hppa*-*-hpux* targets, instead of the hp target.
4712 Move comments closer to the suppression point. Also now need to
4713 check that we are running natively.
4714
4715 2002-03-22 Michael Snyder <msnyder@redhat.com>
4716
4717 * gdb.base/default.exp: Add test for gcore. Update copyright.
4718 * gdb.base/help.exp: Add test for gcore. Update copyright.
4719
4720 2002-03-06 Fred Fish <fnf@redhat.com>
4721
4722 * gdb.base/funcargs.c: Remove extraneous ';' character.
4723 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
4724
4725 2002-03-04 Michael Chastain <mec@shout.net>
4726
4727 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
4728 accommodate gcc v3 function signature.
4729 * gdb.mi/mi0-var-cmd-exp: Ditto.
4730
4731 2002-02-24 Andrew Cagney <ac131313@redhat.com>
4732
4733 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
4734 ``GNU/Linux'' or ``Linux kernel''
4735 * testsuite/gdb.threads/pthreads.c: Ditto.
4736
4737 2002-02-24 Michael Chastain <mec@shout.net>
4738
4739 * gdb.threads/pthreads.c (thread1): Add a return statement.
4740 (thread2): Likewise.
4741 (foo): Likewise.
4742
4743 2002-02-23 Michael Chastain <mec@shout.net>
4744
4745 * gdb.threads/linux-dp.c (philosopher): Add a return statement
4746 to placate gcc.
4747
4748 2002-02-23 Michael Chastain <mec@shout.net>
4749
4750 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
4751 test "ptype bint". The test passes on all my stabs configurations.
4752
4753 2002-02-21 Jim Blandy <jimb@redhat.com>
4754
4755 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
4756 filename at a time, and watch for the ones we want to see.
4757
4758 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
4759 types of pointers to prototyped functions.
4760
4761 2002-02-20 Andrew Cagney <ac131313@redhat.com>
4762
4763 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
4764 signed, unsigned and straight char.
4765 (padding_char, padding_short, padding_int, padding_long,
4766 padding_long_long, padding_float, padding_double,
4767 padding_long_double): New global variables.
4768 (fill, fill_structs): New functions.
4769
4770 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
4771 for correctly sized writes. Update copyright.
4772 (get_valueof): New procedure.
4773 (get_sizeof): Call get_valueof.
4774 (check_valueof): New procedure.
4775 (check_padding): New procedure.
4776
4777 2002-02-20 Michael Chastain <mec@shout.net>
4778
4779 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
4780 to setup_xfail. Document some of the remaining calls.
4781
4782 2002-02-18 Michael Chastain <mec@shout.net>
4783
4784 * gdb.c++/userdef.exp: Update copyright year.
4785
4786 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
4787
4788 * gdb.c++/userdef.exp: Test overloaded operators properly.
4789 Remove xfails.
4790
4791 2002-02-14 Michael Snyder <msnyder@redhat.com>
4792
4793 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
4794
4795 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
4796
4797 * gdb.base/a2-run.exp: Check for a remote target properly.
4798 * gdb.base/annota1.exp: Likewise.
4799 * gdb.base/list.exp: Likewise.
4800 * gdb.base/reread.exp: Likewise.
4801 * gdb.base/scope.exp: Likewise.
4802 * gdb.base/shlib-call.exp: Likewise.
4803 * gdb.base/term.exp: Likewise.
4804 * gdb.c++/annota2.exp: Likewise.
4805
4806 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
4807
4808 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
4809
4810 2002-02-10 Michael Chastain <mec@shout.net>
4811
4812 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
4813 (call_after_alloca): Ditto.
4814
4815 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
4816
4817 * gdb.base/ending-run.exp: Guard "cont" test with
4818 gdb_skip_stdio_test.
4819
4820 2002-02-06 Jim Blandy <jimb@redhat.com>
4821
4822 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
4823 from here...
4824 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
4825 To here. Disable this test on non-HP platforms. Add big comment.
4826
4827 2002-02-04 Michael Snyder <msnyder@redhat.com>
4828
4829 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
4830 other than d10v and m32r.
4831
4832 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
4833
4834 * gdb.base/default.exp: Rewrite test patterns to reduce time
4835 taken to match them.
4836
4837 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
4838
4839 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
4840 Allow a start function above main.
4841 * gdb.threads/linux-dp.exp: Fix copyright date.
4842
4843 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
4844
4845 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
4846 (check_philosopher_stack): Check for manager thread before checking
4847 for a just-starting thread.
4848
4849 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
4850
4851 From Neil Booth <neil@daikokuya.demon.co.uk>:
4852 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
4853 warnings.
4854
4855 2002-01-21 Fred Fish <fnf@redhat.com>
4856
4857 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
4858 not caller.
4859
4860 2002-01-21 Jim Blandy <jimb@redhat.com>
4861
4862 * gdb.base/reread.exp: Check that GDB properly re-reads the
4863 executable file when it changes while no inferior is running.
4864
4865 2002-01-21 Fred Fish <fnf@redhat.com>
4866
4867 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
4868 optionally accept the "shlib events" variation.
4869
4870 2002-01-21 Jim Blandy <jimb@redhat.com>
4871
4872 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
4873 call `fflush' after every `printf', so that the output is produced
4874 at predictable points, regardless of whatever buffering does (or
4875 doesn't) take place.
4876 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
4877 at different points.
4878
4879 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
4880
4881 * gdb.c++/inherit.exp: Update copyright years.
4882 * gdb.c++/method.exp: Likewise.
4883
4884 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
4885
4886 * gdb.c++/classes.exp: Update for improved v3 support and skipping
4887 artificial methods/arguments.
4888 * gdb.c++/derivation.exp: Likewise.
4889 * gdb.c++/inherit.exp: Likewise.
4890 * gdb.c++/method.exp: Likewise.
4891 * gdb.c++/virtfunc.exp: Likewise.
4892
4893 2002-01-18 Andrew Cagney <ac131313@redhat.com>
4894
4895 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
4896 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
4897 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
4898 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
4899 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
4900 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
4901
4902 2002-01-17 Jim Blandy <jimb@redhat.com>
4903
4904 * gdb.asm/asm-source.exp (info symbol): Take another shot at
4905 anchoring the pattern matching the entry point symbol's name.
4906
4907 2002-01-17 Andrew Cagney <ac131313@redhat.com>
4908
4909 * gdb.base/maint.exp: Update ``maint internal-error'' to match
4910 continue/quit query. Update copyright.
4911
4912 2002-01-14 Michael Snyder <msnyder@redhat.com>
4913
4914 * gdb.base/gcore.exp: Remove extra debugging output.
4915
4916 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
4917
4918 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
4919 for slightly dubious v2 mangled string.
4920
4921 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
4922
4923 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
4924
4925 2002-01-10 Jason Merrill <jason@redhat.com>
4926
4927 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
4928
4929 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
4930 constructors.
4931 * gdb.c++/derivation.exp: Likewise.
4932 * gdb.c++/templates.exp: Likewise.
4933 * gdb.c++/virtfunc.exp: Likewise.
4934
4935 2002-01-10 Michael Snyder <msnyder@redhat.com>
4936
4937 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
4938
4939 2002-01-08 Michael Snyder <msnyder@redhat.com>
4940
4941 * gdb.base/gcore.exp: New test for generate-core-file command.
4942 * gdb.base/gcore.c: Testcase for above.
4943 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
4944
4945 2002-01-08 Jason Merrill <jason@redhat.com>
4946
4947 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
4948
4949 2002-01-07 Fred Fish <fnf@redhat.com>
4950
4951 * gdb.c++/overload.exp: Remove unconditional xfails for:
4952 print foo_instance1.overloadargs(1)
4953 print foo_instance1.overloadargs(1, 2)
4954 print foo_instance1.overloadargs(1, 2, 3)
4955 print foo_instance1.overloadargs(1, 2, 3, 4)
4956 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
4957 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
4958 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
4959 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
4960 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
4961 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
4962 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
4963 print foo_instance1.overload1arg()
4964 print foo_instance1.overload1arg((char)arg2)
4965 print foo_instance1.overload1arg((signed char)arg3)
4966 print foo_instance1.overload1arg((unsigned char)arg4)
4967 print foo_instance1.overload1arg((int)arg7)
4968 print foo_instance1.overload1arg((unsigned int)arg8)
4969 print foo_instance1.overload1arg((float)arg11)
4970 print foo_instance1.overload1arg((double)arg12)
4971
4972 2002-01-07 Michael Snyder <msnyder@redhat.com>
4973
4974 * gdb.base/huge.exp: New test. Print a very large target data object.
4975 (skip_huge_test): New test variable. Define if you want to skip this
4976 test. The test reads an 8 megabyte data object from the target, so it
4977 might be very time consuming on remote targets with a slow connection.
4978 * gdb.base/huge.c: New file. Test case for above.
4979
4980 2002-01-07 Fred Fish <fnf@redhat.com>
4981
4982 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
4983 g_instance.bfoo, and g_instance.cfoo.
4984
4985 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
4986
4987 * gdb.base/break.c (multi_line_if_conditional): New function.
4988 (multi_ilne_while_conditional): Likewise.
4989 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
4990 IF or WHILE condition puts the breakpoint at the start of
4991 the condition.
4992
4993 * gdb.base/selftest.exp (backtrace through signal handler): Remove
4994 hppa*-*-hpux* expected failure.
4995 * gdb.base/structs.exp (do_function_calls): Similarly.
4996
4997 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
4998 watchpoints.
4999
5000 2002-01-06 Andrew Cagney <ac131313@redhat.com>
5001
5002 Fix PR gdb/66.
5003 * gdb.base/structs.exp: Replace skip for a29k with skip for
5004 gdb,cannot_call_functions.
5005 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
5006 * gdb.base/callfuncs.exp: Ditto.
5007 * gdb.base/call-rt-st.exp: Ditto.
5008 * gdb.base/call-strs.exp: Ditto.
5009 * gdb.base/callfwmall.exp: Ditto.
5010 * gdb.base/scope.exp: Obsolete xfail a29k.
5011 * gdb.c++/misc.exp: Ditto.
5012 * gdb.c++/cplusfuncs.exp: Ditto.
5013 * gdb.base/ptype.exp: Ditto.
5014 * gdb.base/printcmds.exp: Ditto.
5015 * gdb.base/opaque.exp: Ditto.
5016 * gdb.base/list.exp: Ditto.
5017 * gdb.base/funcargs.exp: Ditto.
5018 * gdb.base/default.exp: Ditto.
5019
5020 2002-01-04 Michael Snyder <msnyder@redhat.com>
5021
5022 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
5023 * gdb.base/maint.exp: Add tests for maint info sections options.
5024
5025 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
5026
5027 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
5028
5029 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
5030
5031 * gdb.asm/arm.inc: New file.
5032 * gdb.asm/asm-source.exp: Add arm targets.
5033 * gdb.asm/configure.in: Ditto.
5034 * gdb.asm/configure: Recreated from configure.in.
5035
5036 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
5037
5038 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
5039 with HP's compiler.
5040 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
5041 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
5042 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
5043 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
5044
5045 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
5046 either HP's compilers or GCC.
5047
5048 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
5049 a SIGBUS or SIGSEGV.
5050
5051 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
5052
5053 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
5054 can be compiled with either HP's compiler or GCC.
5055
5056 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
5057 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
5058 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
5059
5060 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
5061 to match current gdb output. Update due to using auto-solib-limit
5062 for limiting instead of overloading auto-solib-add.
5063 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
5064 test program.
5065
5066 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
5067 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
5068 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
5069 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
5070 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
5071 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
5072 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
5073 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
5074 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
5075 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
5076 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
5077 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
5078 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
5079
5080 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
5081 a SIGTRAP to the inferior.
5082
5083 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
5084
5085 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
5086 Substitute call to target_link by call to gdb_compile.
5087
5088 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
5089
5090 * gdb.base/break.exp: Fix HP specific search string when testing
5091 backtracing in a called function.
5092
5093 * gdb.base/constvars.exp: Only set lang to C++ if we're
5094 compiling the test with HP's compilers.
5095 * gdb.base/volatile.exp: Similarly.
5096
5097 2001-12-19 Jim Blandy <jimb@redhat.com>
5098
5099 * gdb.base/printcmds.exp: Expect the null character to be printed
5100 as '\0', and the '\013' to be printed as '\v'.
5101 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
5102 * gdb.base/setvar.exp: Same.
5103
5104 2001-12-17 Jim Blandy <jimb@redhat.com>
5105
5106 * gdb.base/completion.exp: Rather than completing very long
5107 filenames, which can make the readline library produce output we
5108 don't recognize, cd to the directory first, and then complete
5109 using nice, short relative paths.
5110
5111 * gdb.base/completion.exp: On some systems, there is, in fact, a
5112 variable named `b' in scope, since GDB treats all static
5113 variables as being in scope. So use `no_var_named_this'
5114 instead of `b'.
5115
5116 * gdb.base/corefile.exp: Recognize the message saying that GDB
5117 can't find the core file's registers as a failure.
5118
5119 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
5120
5121 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
5122 test expect string more specific.
5123
5124 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
5125
5126 * gdb.asm/asm-source.exp: Add support for xstormy16.
5127 * gdb.asm/configure.in: Ditto.
5128 * gdb.asm/configure: Rebuild.
5129 * gdb.asm/xstormy16.inc: New file.
5130
5131 2001-12-10 Fred Fish <fnf@redhat.com>
5132
5133 * gdb.base/maint.exp: Update to match changes in type dumping code.
5134
5135 2001-12-10 Jim Blandy <jimb@redhat.com>
5136
5137 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
5138 matching the entry point symbol's name at the beginning of the
5139 line.
5140
5141 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
5142
5143 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
5144 gdb.c++/inherit.exp, gdb.c++/method.exp,
5145 gdb.c++/namespace.exp, gdb.c++/templates.exp,
5146 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
5147 and class layout support.
5148
5149 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
5150
5151 * gdb.c++/classes.exp: Add test for static member function.
5152 * gdb.c++/misc.cc: Add class with static member function.
5153
5154 2001-12-07 Jim Blandy <jimb@redhat.com>
5155
5156 If GDB says it can't find the struct the function returned, report
5157 those tests as `unsupported'.
5158 * gdb.base/call-rt-st.exp (print_struct_call): New function.
5159 Rewrite subsequent tests to use it.
5160
5161 If GDB says it can't find the struct the function returned, report
5162 those tests as `unsupported'.
5163 * gdb.base/structs.exp (call_struct_func): New function.
5164 (do_function_calls): Use call_struct_func to call the functions
5165 returning structs.
5166
5167 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
5168 whether functions are prototyped or not, so we can't possibly pass
5169 arguments to t_float_values2 properly.
5170
5171 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
5172 value of `timeout' for targets other than the mips*tx39-*.
5173
5174 2001-12-06 Michael Snyder <msnyder@redhat.com>
5175
5176 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
5177 and detect whether the start symbol has a leading underscore.
5178
5179 2001-12-04 Jim Blandy <jimb@redhat.com>
5180
5181 * gdb.base/completion.exp: Clarify indentation.
5182
5183 2001-12-03 Jim Blandy <jimb@redhat.com>
5184
5185 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
5186 variables on the S/390, not `.word'.
5187
5188 2001-11-30 Jim Blandy <jimb@redhat.com>
5189
5190 Add assembly-source tests for s390-ibm-linux.
5191 * gdb.asm/s390.inc: New file.
5192 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
5193 the S/390 architecture.
5194 * gdb.asm/configure: Regenerated.
5195
5196 2001-11-30 Michael Snyder <msnyder@redhat.com>
5197
5198 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
5199 next, info source, info sources, info line, global and static
5200 variables, and static functions.
5201 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
5202 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
5203 * gdb.asm/asmsrc1.s: Add a static function and some variables.
5204 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
5205 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
5206 (gdbasm_leave): Restore frame pointer.
5207 (gdbasm_startup): Copy stack set-up from crt0.S.
5208
5209 2001-11-26 Fernando Nasser <fnasser@redhat.com>
5210
5211 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
5212 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
5213 to a local (non-static) variable. Copy tstruct.a to a static buffer
5214 and return a pointer to that buffer.
5215 * gdb.base/callfwmall.c (t_structs_a): Ditto.
5216
5217 2001-11-24 Mark Kettenis <kettenis@gnu.org>
5218
5219 * gdb.asm/configure.in: Fix recognition of ix86 target.
5220 * gdb.asm/configure: Regenerate.
5221
5222 2001-11-21 Michael Snyder <msnyder@redhat.com>
5223
5224 * gdb.asm/sparc.inc: New file.
5225 * gdb.asm/asm-source.exp: Recognize sparc target.
5226 * gdb.asm/configure.in: Recognize sparc target.
5227 * gdb.asm/configure: Regenerate.
5228
5229 2001-11-21 Michael Snyder <msnyder@redhat.com>
5230
5231 * gdb.asm/m32r.inc: New file.
5232 * gdb.asm/asm-source.exp: Recognize m32r target.
5233 * gdb.asm/configure.in: Recognize m32r target.
5234 * gdb.asm/configure: Regenerate.
5235
5236 2001-11-20 Michael Snyder <msnyder@redhat.com>
5237
5238 * gdb.asm/i386.inc: New file.
5239 * gdb.asm/asm-source.exp: Recognize ix86 target.
5240 * gdb.asm/configure.in: Recognize ix86 target.
5241 * gdb.asm/configure: Regenerate.
5242
5243 * gdb.c++/namespace.exp: Fix quotes in output messages.
5244
5245 2001-11-14 Michael Snyder <msnyder@redhat.com>
5246
5247 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
5248 qualifier in a type cast expression, to designate an address
5249 in the instruction space (Harvard architecture).
5250
5251 2001-11-13 Michael Snyder <msnyder@redhat.com>
5252
5253 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
5254 Tests for expressions using 'const' and 'volatile'.
5255
5256 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
5257
5258 * gdb.asm/asm-sources.exp: Allow defining linker flags.
5259
5260 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
5261
5262 * lib/mi-support.exp (mi_run_to_helper): Move comments
5263 outside of gdb_expect.
5264
5265 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
5266
5267 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
5268 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
5269 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
5270 mi0_run_to): New functions.
5271 * gdb.mi/mi-simplerun.exp: Use them.
5272 * gdb.mi/mi0-simplerun.exp: Likewise.
5273 * gdb.mi/mi-var-cmd.exp: Likewise.
5274 * gdb.mi/mi0-var-cmd.exp: Likewise.
5275
5276 2001-11-10 Andrew Cagney <ac131313@redhat.com>
5277
5278 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
5279 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
5280
5281 2001-11-09 Andrew Cagney <ac131313@redhat.com>
5282
5283 * gdb.base/restore.exp: Include $expected value in restored test
5284 message.
5285
5286 2001-11-09 Andrew Cagney <ac131313@redhat.com>
5287
5288 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
5289 implemented.
5290
5291 2001-11-08 Michael Snyder <msnyder@redhat.com>
5292
5293 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
5294 Add pass/fail message for stop at breakpoint in call dummy function.
5295
5296 2001-11-07 Michael Snyder <msnyder@redhat.com>
5297
5298 * gdb.c++/templates.exp (test_template_breakpoints):
5299 If we get an overload menu, but it does not match what
5300 we expect, we still need to issue the "cancel" command.
5301 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
5302 making the whitespace optional. Argument for "new" may be
5303 "unsigned" as well as "unsigned int/long".
5304 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
5305 making the whitespace optional. Also replace "(void) with
5306 "((void|)), making the keyword "void" optional.
5307 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
5308 making the whitespace optional. Also replace "(void) with
5309 "((void|)), making the keyword "void" optional.
5310 * gdb.base/callfuncs.c (t_float_values): This function must
5311 _not_ be prototyped, and the following function (t_float_values2)
5312 must be prototyped (if the compiler supports it), so that GDB
5313 can be tested against both cases. Usually one case involves
5314 promotion of float to double, while the other does not.
5315 * gdb.base/callfwmall.c: Ditto.
5316 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
5317 includes a stack frame for "start".
5318
5319 2001-11-05 Jim Blandy <jimb@redhat.com>
5320
5321 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
5322 pointers are 32 bits long, and that offsets of relocs are always
5323 stored in the data (REL-style), and not in the reloc entry itself
5324 (RELA-style).
5325 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
5326 stabs.
5327
5328 2001-11-01 Michael Snyder <msnyder@redhat.com>
5329
5330 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
5331 and regular expression operators by using quoting.
5332
5333 2001-10-31 Michael Snyder <msnyder@redhat.com>
5334
5335 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
5336 depending on what the symbol table contains.
5337 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
5338 the output of the ptype command. Similarly, accept both "const &"
5339 and "const&".
5340
5341 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
5342
5343 * gdb.base/miscexprs.c (main): Add usage of preprocessor
5344 symbol `STORAGE' to allow to choose the storage class of
5345 the local datastructures.
5346 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
5347 compiler directive.
5348
5349 2001-10-30 Michael Snyder <msnyder@redhat.com>
5350
5351 * gdb.base/jump.exp: Allow it to run for all targets.
5352
5353 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
5354
5355 * gdb.base/call-ar-st.c (print_double_array): Match for loop
5356 with new double_array size.
5357 (main): Change storage class of all local variables to static.
5358 Reduce size of double_array to 9.
5359 * gdb.base/call-ar-st.exp: Increase timeout value.
5360 Change expected output for double array to match new size in
5361 call-ar-st.c.
5362
5363 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
5364
5365 * gdb.base/ending-run.exp: Create identical output when passing
5366 `step to end of run' case. Add regular expression branch satisfying
5367 Stormy16 target.
5368
5369 2001-10-28 Mark Kettenis <kettenis@gnu.org>
5370
5371 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
5372 that we catch the expected failure under Linux/x86.
5373
5374 2001-10-29 Orjan Friberg <orjanf@axis.com>
5375
5376 * gdb.base/setvar.exp: Escape curly braces.
5377 * gdb.stabs/weird.exp: Ditto.
5378
5379 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
5380
5381 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
5382 * gdm.mi/mi0-hack-cli.exp: Likewise.
5383
5384 2001-10-25 Andrew Cagney <ac131313@redhat.com>
5385
5386 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
5387 messages.
5388
5389 2001-10-21 Andrew Cagney <ac131313@redhat.com>
5390
5391 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
5392 checking MI enabled.
5393
5394 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
5395
5396 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
5397
5398 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
5399
5400 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
5401 if gdb child process crashes, just signal an error.
5402
5403 2001-10-02 Jim Blandy <jimb@redhat.com>
5404
5405 * lib/gdb.exp (test_xfail_format): Simplify.
5406
5407 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
5408 front of the variable name `format'. Simplify `if'.
5409
5410 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
5411
5412 * gdb.threads/pthreads.exp: Wait for output and delay
5413 before sending ^C.
5414
5415 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
5416
5417 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
5418 some incorrect output instead of timing out.
5419 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
5420
5421 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
5422
5423 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
5424 check to allow additional `int'.
5425
5426 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
5427
5428 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
5429 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
5430
5431 2001-09-27 Michael Snyder <msnyder@redhat.com>
5432
5433 * lib/gdb.exp (test_debug_format): New proc.
5434 (setup_xfail_format): Use new proc test_debug_format.
5435 * gdb.base/constvars.exp (local_compiler_xfail_check): New
5436 proc; use new service proc test_debug_format.
5437 Replace all other "gcc_compiled" tests with this test.
5438 * gdb.base/volatile.exp (local_compiler_xfail_check): New
5439 proc; use new service proc test_debug_format.
5440 Replace all other "gcc_compiled" tests with this test.
5441
5442 2001-09-27 Michael Snyder <msnyder@redhat.com>
5443
5444 * gdb.base/cvexpr.exp: New file.
5445 * gdb.base/cvexpr.c: New file
5446 Test for expressions using const and volatile keywords.
5447
5448 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
5449
5450 * gdb.base/constvars.exp: Check for different orders of keywords
5451 and additional "int" strings in output.
5452
5453 2001-09-22 Andrew Cagney <ac131313@redhat.com>
5454
5455 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
5456 responses from "help maint".
5457
5458 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
5459
5460 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
5461 to localhost:NNN instead of :NNN, in case Xvfb is listening
5462 only on TCP.
5463
5464 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
5465
5466 * gdb.base/recurse.exp: When checking leaving the watchpoint
5467 scope, recognize when gdb is in function's epilogue and pass.
5468
5469 2001-09-18 Keith Seitz <keiths@redhat.com>
5470
5471 * lib/insight-support.exp (_gdbtk_export_target_info): Add
5472 support for running tests against sid targets.
5473 (gdbtk_done): Ditto.
5474
5475 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
5476
5477 * gdb.base/ending-run.c (main): Set stdout buffersize
5478 to the same reasonable value for any target.
5479 * gdb.base/ending-run.exp: Add a regular expression
5480 to make testsuite happy on Sanyo Stormy16 target.
5481
5482 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
5483
5484 * gdb.base/display.c (do_loops): Add float variable `f'.
5485 Increment f in loop.
5486 * gdb.base/display.exp: Increment timeout by 60 seconds.
5487 Change float display test to use variable `f'.
5488
5489 2001-09-17 Jim Blandy <jimb@redhat.com>
5490
5491 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
5492 overflowing the limited breakpoint tables on some ROM monitors
5493 (like the ROM68K).
5494
5495 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
5496
5497 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
5498 the "-ac" (disable access control) flag.
5499
5500 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
5501
5502 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
5503 ints.
5504
5505 2001-08-30 Keith Seitz <keiths@redhat.com>
5506
5507 * lib/gdb.exp: Move all insight-related functionality into
5508 separate file.
5509 * lib/insight-support.exp: New file.
5510
5511 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
5512
5513 * config/sid.exp (sid_start): Never set sid verbosity; disable
5514 expect_background {} that consumed its stdout; tolerate </dev/null.
5515 Attempt to set endianness override in "sid" protocol mode. Cleanup.
5516
5517 2001-08-18 Andrew Cagney <ac131313@redhat.com>
5518
5519 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
5520 CLI jump command to start it.
5521 (mi_run_to_main): Fail immediatly when unexpected output.
5522
5523 2001-08-18 Andrew Cagney <ac131313@redhat.com>
5524
5525 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
5526 beginning of function. Fix PR gdb/191.
5527
5528 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
5529
5530 * config/sid.exp (sid_start): Don't warn if we cannot figure out
5531 what to force sid endianness to.
5532
5533 2001-08-15 Keith Seitz <keiths@redhat.com>
5534
5535 * lib/gdb.exp (gdbtk_start): Don't set environment
5536 variables for TCL_LIBRARY and friends. Insight will
5537 now figure these out for itself.
5538
5539 2001-08-02 Michael Snyder <msnyder@redhat.com>
5540
5541 * gdb.base/completion.exp: Remove the symbol "a64l" from
5542 the expect string; this is target-specific, and not related
5543 to what is being tested.
5544
5545 2001-08-02 Dave Brolley <brolley@redhat.com>
5546
5547 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
5548
5549 2001-07-25 Michael Snyder <msnyder@redhat.com>
5550
5551 * gdb.base/consecutive.exp: New file. Test stepping over
5552 breakpoints on consecutive instructions.
5553 * gdb.base/consecutive.c: New file.
5554
5555 * gdb.base/call-rt-st.exp: Use double-backslash to quote
5556 curly braces in regular expressions.
5557
5558 2001-07-25 Michael Snyder <msnyder@redhat.com>
5559
5560 * gdb.base/ending-run.exp: Accept "Program exited normally" as
5561 legitimate output from stepping out of main.
5562
5563 2001-07-22 Keith Seitz <keiths@redhat.com>
5564
5565 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
5566 the empty string, do not run the tests.
5567
5568 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5569
5570 * gdb.base/long_long.exp: Detect size of pointer. Take into
5571 account 2-byte pointers when testing for p/a results.
5572
5573 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5574
5575 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
5576 and defined to 1K for m68hc11.
5577 (random_data): Reduce table to 1K for embedded platforms (68hc11).
5578 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
5579 (sizeof_random_data): New variable to tell the size of the data table;
5580 don't test past this size; always run to main.
5581
5582 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5583
5584 * gdb.base/return2.exp: return of long long and double fails for
5585 68HC11; don't execute these tests on that platform.
5586 * gdb.base/return.exp: Return of a double fails for 68hc11.
5587
5588 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5589
5590 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
5591 tests that print a float.
5592 * call-rt-st.exp: Likewise.
5593
5594 2001-07-12 Mark Kettenis <kettenis@gnu.org>
5595
5596 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
5597 running this test on Linux.
5598
5599 2001-06-24 Michael Chastain <chastain@redhat.com>
5600
5601 * gdb.base/arithmet.exp: Remove some tests to make all test names
5602 unique.
5603
5604 2001-07-03 Michael Snyder <msnyder@redhat.com>
5605
5606 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
5607 the output of the ptype command.
5608
5609 2001-07-02 Michael Snyder <msnyder@redhat.com>
5610
5611 * gdb.base/completion.exp: Don't assume that break.c is the only
5612 source file that may contain functions named "marker".
5613 * gdb.base/corefile.exp: Quote the curly braces in regexp.
5614
5615 2001-06-28 Andrew Cagney <ac131313@redhat.com>
5616
5617 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
5618 of files to delete.
5619
5620 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
5621 * gdb.disasm/h8300s.exp: New file.
5622 gdb.disasm/h8300s.s: Likewise.
5623
5624 2001-06-27 Andrew Cagney <ac131313@redhat.com>
5625
5626 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
5627 empty breakpoint tables.
5628
5629 2001-06-25 Andrew Cagney <ac131313@redhat.com>
5630
5631 * lib/mi-support.exp: Update args=... part of stop-reason
5632 patterns. Accept either a list or a tuple.
5633
5634 2001-06-23 Andrew Cagney <ac131313@redhat.com>
5635
5636 * lib/mi-support.exp: Remove local emacs variable defining
5637 change-log-default-name.
5638
5639 2001-06-22 Michael Chastain <chastain@redhat.com>
5640
5641 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
5642 This is operationally compatible with the previous version.
5643
5644 2001-06-13 Jim Blandy <jimb@redhat.com>
5645
5646 * lib/gdb.exp (gdb_test): Doc fix.
5647
5648 2001-06-10 Michael Chastain <chastain@redhat.com>
5649
5650 * gdb.base/exprs.exp: Remove a duplicate test.
5651
5652 2001-06-06 Jim Blandy <jimb@redhat.com>
5653
5654 * gdb.base/return2.exp (main): Use values to test float and double
5655 returns that are not NaN's, to avoid being confused by IEEE
5656 comparison rules.
5657
5658 2001-06-04 Michael Snyder <msnyder@redhat.com>
5659
5660 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
5661 non-zero if control_c fails. Terminate the test on failure,
5662 rather than wait for 12 more tests to time out.
5663
5664 2001-06-06 Jim Blandy <jimb@redhat.com>
5665
5666 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
5667 Don't forget to match the GDB prompt.
5668
5669 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
5670
5671 2001-06-04 Jim Blandy <jimb@redhat.com>
5672
5673 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
5674 command.
5675
5676 2001-05-31 Kevin Buettner <kevinb@redhat.com>
5677
5678 * gdb.base/annota1.exp (info break): Match four or more spaces
5679 after "Address".
5680
5681 2001-05-31 Michael Chastain <chastain@redhat.com>
5682
5683 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
5684 (dm_type_int_star): Likewise.
5685 (dm_type_long_star): Likewise.
5686 (dm_type_void_star): Likewise.
5687
5688 2001-05-29 Kevin Buettner <kevinb@redhat.com>
5689
5690 * gdb.base/completion.exp (INPUTRC): Set this environment variable
5691 to a known value in order to get consistent results regardless
5692 of the setting of INPUTRC or the presence or contents of .inputrc.
5693
5694 2001-05-24 Michael Snyder <msnyder@redhat.com>
5695
5696 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
5697 Don't require that the main thread and the manager thread are the
5698 first in the list.
5699
5700 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
5701 debugging. If test fails, issue an "unsupported" not a "fail".
5702
5703 2001-05-24 Jim Blandy <jimb@redhat.com>
5704
5705 Don't assume that short is shorter than int.
5706 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
5707 assume that shorts are smaller than ints. On a 16-bit machine,
5708 this isn't true.
5709 ("print unsigned char == (~0)"): Add test that verifies that ~0,
5710 an int, is not equal to ~0 stored in an unsigned char. This tests
5711 the same thing that the previous test meant to, but works on
5712 16-bit machines, too.
5713 ("print unsigned char != (~0)"): Same test, complemented.
5714
5715 2001-05-24 Michael Snyder <msnyder@redhat.com>
5716
5717 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
5718 test for (full_coverage == 0). This makes the test run faster,
5719 and prevents dejagnu getting out of step.
5720
5721 2001-05-23 Kevin Buettner <kevinb@redhat.com>
5722
5723 * gdb.base/finish.exp (finish_void): Revise pattern for
5724 stopping on the call statement to not permit stopping at
5725 the start of the instructions comprising the call sequence.
5726
5727 2001-05-19 Michael Chastain <chastain@redhat.com>
5728
5729 * gdb.base/callfuncs.exp: Make all test names unique.
5730 * gdb.base/commands.exp: Make all test names unique.
5731 * gdb.base/condbreak.exp: Make all test names unique.
5732 * gdb.base/dbx.exp: Make all test names unique.
5733 * gdb.base/default.exp: Make all test names unique.
5734 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
5735 and TIMEOUT messages to their corresponding PASS message.
5736 * gdb.base/ending-run.exp: Make all test names unique.
5737 * gdb.base/long_long.exp: Remove duplicate test.
5738
5739 2001-05-21 Kevin Buettner <kevinb@redhat.com>
5740
5741 * gdb.base/finish.exp (finish_void): Allow "finish" command to
5742 stop on the call statement as well as the statement after the
5743 call.
5744
5745 2001-05-21 Michael Snyder <msnyder@redhat.com>
5746
5747 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
5748
5749 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
5750
5751 * gdb.base/completion.exp: Revamp test. Make it execute on all
5752 platforms.
5753
5754 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
5755
5756 * config/gdbserver.exp (gdb_load): Handle the case
5757 in which the arguments to gdbserver are given in the
5758 baseboard configuration file.
5759 Also handle the case in which the server needs to do a
5760 load.
5761
5762 2001-05-07 Keith Seitz <keiths@cygnus.com>
5763
5764 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
5765 set up the display for testing.
5766 (gdbtk_start): Convert all paths to paths that tcl will like.
5767 Export target information to environment.
5768 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
5769 necessary.
5770 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
5771 (to_tcl_path): New proc to convert a given pathname into
5772 a path acceptible as an argument to a tcl command.
5773 (_gdbtk_export_target_info): New proc to export target info
5774 into the environment for gdbtk testing.
5775 (gdbtk_done): New proc to signal end-of-test.
5776
5777 2001-05-06 Jim Blandy <jimb@redhat.com>
5778
5779 * restore.c: Make the code of caller0 correspond to its comment.
5780
5781 2001-05-03 Michael Snyder <msnyder@redhat.com>
5782
5783 * config/sid.exp (gdb_target_sid): Check for error messages.
5784 On error or timeout, don't make expect exit (which will terminate
5785 all subsequent tests); instead just make gdb exit.
5786 (gdb_load): Check for error messages. On error or timeout,
5787 return a negative value.
5788
5789 2001-04-24 Jim Blandy <jimb@redhat.com>
5790
5791 * gdb.c++/templates.exp: If we see the prompt for the overload
5792 list, but we haven't recognized any of the longer patterns,
5793 arrange for this test to fail, not hang.
5794
5795 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
5796 variations.
5797
5798 2001-04-22 Michael Chastain <chastain@redhat.com>
5799
5800 * gdb.c++/local.exp: Use the 'runto' library function.
5801 * gdb.c++/namespace.exp: Likewise.
5802 * gdb.c++/overload.exp: Likewise.
5803
5804 2001-03-26 Kevin Buettner <kevinb@redhat.com>
5805
5806 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
5807 * gdb.base/step-line.exp: New file. Test step/next in presence of
5808 #line directives.
5809 * gdb.base/step-line.c: New file. Test program for the above.
5810 * gdb.base/step-line.inp: New file. We pretend that this file has
5811 been transformed by some other tool into step-line.c.
5812
5813 2001-03-21 Jim Blandy <jimb@redhat.com>
5814
5815 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
5816 unmangled operator names.
5817
5818 2001-03-20 Jim Blandy <jimb@redhat.com>
5819
5820 * gdb.threads/linux-dp.exp: Recognize an additional message
5821 generated by GDB when it doesn't understand how to debug threads
5822 on the target system.
5823
5824 2001-03-19 Andrew Cagney <ac131313@redhat.com>
5825
5826 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
5827
5828 2001-03-12 Michael Chastain <chastain@redhat.com>
5829
5830 * gdb.c++/derivation.exp: Use the 'runto' library function.
5831
5832 2001-03-12 Michael Chastain <chastain@redhat.com>
5833
5834 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
5835
5836 2001-02-24 Michael Chastain <chastain@redhat.com>
5837
5838 * gdb.c++/ref-types.exp: Change handwritten code to library
5839 function 'runto'.
5840
5841 2001-03-16 Orjan Friberg <orjanf@axis.com>
5842
5843 * gdb.base/signals.exp: Set count to 0 explicitly.
5844
5845 2001-03-15 Mark Salter <msalter@redhat.com>
5846
5847 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
5848 (gdb_target_monitor): Add check of gdb_target_cmd return value.
5849 (gdb_load): Add support for additional target_info: gdb_download_size
5850 and gdb_load_timeout.
5851
5852 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
5853
5854 * gdb.base/annota1.exp: Move test of isnative to earlier in the
5855 file -- to prevent failing when the compile fails but we have no
5856 intention of running the tests anyway.
5857
5858 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
5859 tests if set.
5860
5861 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
5862 integers.
5863
5864 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
5865 * gdb.c++/namespace.exp: Ditto.
5866
5867 2001-03-07 Orjan Friberg <orjanf@axis.com>
5868
5869 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
5870 * gdb.base/pointers.exp: Relax pattern match of decimals.
5871
5872 2001-03-06 Kevin Buettner <kevinb@redhat.com>
5873
5874 * Makefile.in, config/abug.exp, config/cfdbug.exp,
5875 config/cpu32bug.exp, config/dve.exp, config/est.exp,
5876 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
5877 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
5878 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
5879 config/sh.exp, config/sid.exp, config/slite.exp,
5880 config/sparclet.exp, config/udi.exp, config/unknown.exp,
5881 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
5882 config/vxworks.exp, config/vxworks29k.exp,
5883 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
5884 gdb.base/all-bin.exp, gdb.base/annota1.exp,
5885 gdb.base/arithmet.exp, gdb.base/assign.exp,
5886 gdb.base/async.exp, gdb.base/attach.exp,
5887 gdb.base/bitfields.exp, gdb.base/bitops.exp,
5888 gdb.base/break.exp, gdb.base/call-ar-st.exp,
5889 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
5890 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
5891 gdb.base/commands.exp, gdb.base/completion.exp,
5892 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
5893 gdb.base/constvars.exp, gdb.base/corefile.exp,
5894 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
5895 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
5896 gdb.base/ending-run.exp, gdb.base/environ.exp,
5897 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
5898 gdb.base/finish.exp, gdb.base/foll-exec.exp,
5899 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
5900 gdb.base/funcargs.exp, gdb.base/help.exp,
5901 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
5902 gdb.base/logical.exp, gdb.base/long_long.exp,
5903 gdb.base/maint.exp, gdb.base/mips_pro.exp,
5904 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
5905 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
5906 gdb.base/pointers.exp, gdb.base/printcmds.exp,
5907 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
5908 gdb.base/regs.exp, gdb.base/relational.exp,
5909 gdb.base/remote.exp, gdb.base/reread.exp,
5910 gdb.base/restore.exp, gdb.base/return2.exp,
5911 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
5912 gdb.base/selftest.exp, gdb.base/setshow.exp,
5913 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
5914 gdb.base/sigall.exp, gdb.base/signals.exp,
5915 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
5916 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
5917 gdb.base/step-test.exp, gdb.base/structs.c,
5918 gdb.base/structs.exp, gdb.base/structs2.exp,
5919 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
5920 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
5921 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
5922 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
5923 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
5924 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
5925 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
5926 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
5927 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
5928 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
5929 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
5930 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
5931 gdb.fortran/types.exp, gdb.java/jmisc.exp,
5932 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
5933 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
5934 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
5935 gdb.trace/circ.exp, gdb.trace/collection.exp,
5936 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
5937 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
5938 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
5939 gdb.trace/report.exp, gdb.trace/save-trace.exp,
5940 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
5941 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
5942 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
5943 notices.
5944
5945 2001-02-27 Michael Snyder <msnyder@cygnus.com>
5946
5947 * gdb.base/varargs.c (find_max_double): Fix printf format string:
5948 first arg is int not float.
5949
5950 2001-02-22 Michael Snyder <msnyder@cygnus.com>
5951
5952 * gdb.base/reread.exp: Unsupported for non-native targets;
5953 doesn't work for remote debugging.
5954
5955 2001-02-19 Fernando Nasser <fnasser@redhat.com>
5956
5957 From Drew Moseley <dmoseley@redhat.com>
5958 * gdb.base/ending-run.exp: Properly handle the BSP state when
5959 stepping past the end of main.
5960
5961 2001-02-19 John Moore <jmoore@redhat.com>
5962
5963 * gdb.base/commands.exp (infrun_breakpoint_command_test):
5964 Converted HPUX fix for non-expected items following multiple
5965 step commands into general solution for all platforms.
5966
5967 2001-02-18 Michael Chastain <chastain@redhat.com>
5968
5969 * gdb.c++/classes.exp (do_tests): Change runto statements
5970 from "runto 'foo(void)'" to "runto 'foo'". This makes the
5971 statements demangler agnostic.
5972 * gdb.c++/virtfunc.exp (do_tests): Likewise.
5973 (gdb_virtfunc_restart): Likewise.
5974
5975 2001-02-14 Michael Chastain <chastain@redhat.com>
5976
5977 * gdb.c++/inherit.exp (do_tests): Change runto statements
5978 from "runto 'foo(void)'" to "runto 'foo'". This makes the
5979 statements demangler agnostic.
5980
5981 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
5982
5983 * gdb.threads/pthreads.exp: Unify pass/fail messages for
5984 ``continue to bkpt at common_routine in thread 2'' and ``stopped
5985 before calling common_routine 15 times'' tests.
5986
5987 2001-02-11 Michael Chastain <chastain@redhat.com>
5988
5989 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
5990 Helps the test script figure out which demangler is in use.
5991 (dm_type_foo_ref): Ditto.
5992 (dm_type_int_star): Ditto.
5993 (dm_type_long_star): Ditto.
5994 (dm_type_unsigned_int): Ditto.
5995 (dm_type_void): Ditto.
5996 (dm_type_void_star): Ditto.
5997 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
5998 Probe the gdb demangler and set variables to accommodate
5999 formatting differences.
6000 (info_func_regexp): New function. Same as info_func, but
6001 matches against a regexp.
6002 (info_func): Match against a literal string.
6003 (print_addr_2): New function. Match against a literal string,
6004 which can be different from the input to gdb.
6005 (print_addr): Simply call print_addr_2 with the same argument twice.
6006 (test_lookup_operator_functions): Use demangler formatting variables.
6007 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
6008 the tests in the same order as the C++ class declaration.
6009 (test_paddr_operator_functions): Ditto.
6010 (test_paddr_overloaded_functions): Ditto.
6011 (test_paddr_hairy_functions): Use demangler formatting variables.
6012 Add reference to gdb/19 for related tests.
6013 (do_tests): Call probe_demangler.
6014
6015 2001-01-30 Kevin Buettner <kevinb@redhat.com>
6016
6017 * gdb.c++/templates.cc (printf): Remove unused function definition.
6018
6019 2001-01-26 Felix Lee <flee@redhat.com>
6020
6021 * sid.exp (sid_exit): Pass host, not target, to remote_close.
6022
6023 2001-01-25 matthew green <mrg@redhat.com>
6024
6025 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
6026 up sid.
6027 (sid_exit): Call `remote_pop_conn' after GDB is gone.
6028
6029 2001-01-25 matthew green <mrg@redhat.com>
6030
6031 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
6032 Deprecate $sid_spawn_id.
6033 (sid_exit): Remove code necessary only for `spawn.'
6034
6035 2001-01-25 matthew green <mrg@redhat.com>
6036
6037 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
6038
6039 2001-01-28 Michael Chastain <chastain@redhat.com>
6040
6041 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
6042 to call when tests fail. It takes gdb out of the overloaded
6043 function choice menu back to the main prompt, so that the test
6044 program stays synchronized.
6045 (set_bp_overloaded): New proc to collect all the common
6046 code for setting a breakpoint on an overloaded name. Calls
6047 take_gdb_out_of_choice_menu when needed.
6048 (menu_overload1arg): New variable to collect the repeated
6049 instances of the expected menu for an overloaded name. Change
6050 the regular expression to handle changes in g++ type encoding:
6051 "void" can be either "void" or "", and "unsigned int" can be
6052 either "unsigned int" or "unsigned".
6053 (continue_to_bp_overloaded): Change regular expressions to handle
6054 changes in g++ type encoding.
6055 (no proc): Call take_gdb_out_of_choice_menu when needed.
6056 Remove redundant calls to "info break". Accept either "canceled"
6057 or "cancelled". Change regular expressions in "info break"
6058 calls to handle changes in g++ type encoding. Give all tests
6059 unique strings.
6060
6061 2001-01-17 Ben Elliston <bje@redhat.com>
6062
6063 * config/sid.exp: New file.
6064
6065 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
6066
6067 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
6068
6069 2000-12-21 Michael Snyder <msnyder@cygnus.com>
6070
6071 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
6072 Add a RE to accept a non-ascii char if one is ever presented.
6073
6074 2000-12-20 Fernando Nasser <fnasser@redhat.com>
6075
6076 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
6077
6078 2000-12-18 Michael Snyder <msnyder@cygnus.com>
6079
6080 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
6081 in regexp. One '\' does not suffice on Linux.
6082
6083 2000-12-09 Michael Chastain <chastain@redhat.com>
6084
6085 * gdb.base/break.exp (test_clear_command): Use a marker function
6086 rather than 'main' for the test function. Also move this
6087 test to an execution point where the marker function names are
6088 guaranteed to be bound to functions. (Executing tests after a
6089 'finish' from main runs into name conflicts with local names
6090 in __libc_start_main).
6091
6092 2000-12-07 Michael Snyder <msnyder@cygnus.com>
6093
6094 * gdb.base/finish.exp: New test for gdb's "finish" command.
6095 * gdb.base/return2.exp: New test for gdb's "return" command.
6096 * gdb.base/return2.c: New source file for above.
6097
6098 2000-12-05 Michael Snyder <msnyder@cygnus.com>
6099
6100 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
6101 * gdb.base/miscexprs.exp: Ditto.
6102 * gdb.base/pointers.exp: Ditto.
6103 * gdb.c++/derivation.exp: Ditto.
6104 * gdb.c++/local.exp: Ditto.
6105 * gdb.c++/namespace.exp: Ditto.
6106 * gdb.c++/overload.exp: Ditto.
6107 * gdb.c++/ref-types.exp: Ditto.
6108
6109 2000-12-05 Michael Snyder <msnyder@cygnus.com>
6110
6111 * gdb.base/constvars.exp: Test result of "up" command.
6112 * gdb.base/miscexprs.exp: Ditto.
6113 * gdb.base/pointers.exp: Ditto.
6114 * gdb.base/scope.exp: Ditto.
6115 * gdb.c++/derivation.exp: Ditto.
6116 * gdb.c++/local.exp: Ditto.
6117 * gdb.c++/namespace.exp: Ditto.
6118 * gdb.c++/overload.exp: Ditto.
6119 * gdb.c++/ref-types.exp: Ditto.
6120
6121 2000-11-22 Michael Chastain <chastain@redhat.com>
6122
6123 * mips_pro.exp: Accept either "middle -> top -> main" or
6124 "middle -> main" in the backtrace, because gcc can optimize
6125 tail calls to jumps. Remove setup_xfail for the hppa case.
6126 Add a comment with the original warning messages from PR 3016,
6127 which was filed in 1993, to preserve them for posterity.
6128
6129 2000-11-17 Nick Duffek <nsd@redhat.com>
6130
6131 * lib/gdb.exp (gdb_test): Override timeout with board info.
6132
6133 2000-11-17 Nick Duffek <nsd@redhat.com>
6134
6135 * gdb.base/display.exp: Don't kill running stub. Add "again" to
6136 the second kill and detach messages.
6137
6138 2000-11-17 Nick Duffek <nsd@redhat.com>
6139
6140 * configure.in: Add AC_EXEEXT.
6141 * configure: Regenerate.
6142 * Makefile.in (just-check): Export EXEEXT.
6143 * lib/gdb.exp ($EXEEXT): Import from environment.
6144 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
6145 expect "maint dump-me" on Cygwin.
6146 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
6147 $EXEEXT.
6148
6149 2000-11-17 Nick Duffek <nsd@redhat.com>
6150
6151 * gdb.base/break.exp: Test backtrace and finish from called
6152 function on all platforms, not just HP-UX.
6153
6154 2000-11-03 Michael Snyder <msnyder@cygnus.com>
6155
6156 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
6157 code from gdb_target_monitor, so it can be used independantly
6158 for gdbserver. Also comment out an unnecessary PUTS.
6159
6160 2000-11-03 Michael Snyder <msnyder@cygnus.com>
6161
6162 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
6163 * gdb.base/corefile.exp: Expect the message "Program is being
6164 debugged already" when we send the "corefile" command, since
6165 the preceeding gdb_load may have connected gdb to a remote target.
6166 * gdb.base/display.exp: Disable hardware watchpoints if new
6167 board info variable "no_hardware_watchpoints" is true.
6168 Replace single-letter commands with more readable ones.
6169 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
6170 if new board info variable "no_hardware_watchpoints" is true.
6171 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
6172 to see if stdio (printf) testing is possible.
6173 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
6174 board info variable "no_hardware_watchpoints" is true. Use new
6175 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
6176
6177 2000-11-13 Fernando Nasser <fnasser@redhat.com>
6178
6179 From Orjan Friberg <orjanf@axis.com>:
6180 * gdb.base/printcmds.exp: Escape curly braces followed by a number
6181 in array print pattern match.
6182
6183 2000-11-09 Fernando Nasser <fnasser@redhat.com>
6184
6185 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
6186 spelling "cancelled" to U.S. spelling "canceled" to match changes
6187 made to gdb.
6188 * gdb.c++/ovldbreak.exp: Ditto.
6189
6190 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6191
6192 * gdb.base/callfuncs.c (main): Moved to end of file, call
6193 t_double_values to initialize the FPU before inferior calls are made.
6194 * gdb.base/callfuncs.exp: Test for register preservation after calling
6195 inferior functions. Add tests for continuining, finishing and
6196 returning from a stop in a call dummy.
6197
6198 2000-10-24 Michael Snyder <msnyder@cygnus.com>
6199
6200 * gdb.base/commands.exp: Break up long lines, and re-indent.
6201
6202 2000-10-19 Michael Snyder <msnyder@cygnus.com>
6203
6204 * config/gdbserver.exp: Rewritten from the ground up, to make it
6205 compatible with the current dejagnu tree, and to make it work with
6206 the new "gdbserver" in libremote.
6207
6208 2000-10-16 Michael Snyder <msnyder@cygnus.com>
6209
6210 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
6211 * gdb.base/varargs.exp: Skip entire test if no printf support.
6212 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
6213 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
6214
6215 2000-10-13 Michael Snyder <msnyder@cygnus.com>
6216
6217 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
6218 no floating point support.
6219 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
6220 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
6221 * gdb.base/call-rt-st.exp: Ditto.
6222 * gdb.base/call-strs.exp: Ditto.
6223
6224 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
6225
6226 * gdb.base/sizeof.c: include <stdio.h>.
6227
6228 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
6229 'finish', otherwise uncaptured gdb_prompt would potentially
6230 throw remaining test points out of sync.
6231
6232 2000-07-26 Scott Bambrough <scottb@netwinder.org>
6233
6234 * gdb.base/recurse.exp: Run tests for all targets.
6235 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
6236 gnu-oldld case on ARM.
6237 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
6238 for ARM targets.
6239
6240 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
6241
6242 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
6243 * gdb.java/configure: Rebuild.
6244
6245 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
6246
6247 * gdb.java/jv-exp.exp: New file.
6248
6249 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
6250
6251 * configure: Rebuilt.
6252 * configure.in (configdirs): Add gdb.java.
6253 * gdb.java/jmisc.java: New file.
6254 * gdb.java/jmisc.exp: New file.
6255 * gdb.java/Makefile.in: New file.
6256 * gdb.java/configure: Rebuilt.
6257 * gdb.java/configure.in: New file.
6258 * lib/java.exp: New file.
6259
6260 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
6261
6262 * gdb.base/exprs.exp: Test casts to a pointer including over and
6263 underflow.
6264
6265 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
6266
6267 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
6268 and the compilers sizes.
6269
6270 2000-07-09 Nick Duffek <nsd@redhat.com>
6271
6272 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
6273 (use_methods): New function.
6274 (main): Call use_methods().
6275 * gdb.c++/classes.exp (test_method_param_class): New procedure.
6276 (do_tests): Call test_method_param_class.
6277
6278 2000-07-09 Nick Duffek <nsd@redhat.com>
6279
6280 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
6281 spelling.
6282 (test_enums): New procedure. Move enum tests from end of script
6283 to here. Set breakpoint on function name instead of line number.
6284 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
6285 (enums2): New marker function.
6286 (enums1): New function.
6287 (main): Call enums1(). Move enum tests to enums1().
6288
6289 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
6290
6291 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
6292 compile/link program. Update line numbers.
6293 * gdb.asm/d10v.inc: Define ``startup''.
6294 * gdb.asm/asmsrc1.s: Add definition of _start.
6295
6296 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
6297
6298 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
6299
6300 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6301
6302 * gdb.base/maint.exp: Add 'maint print architecture' item to output
6303 of 'help maint print' command.
6304
6305 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
6306
6307 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
6308 they use gdb_expect_list.
6309
6310 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
6311
6312 * gdb.base/commands.exp: Use ``set remote
6313 memory-read-packet-size'' instead of ``set endian big'' to test
6314 long commands.
6315
6316 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
6317
6318 * gdb.c++/templates.exp (do_tests): Make all of these work under
6319 g++, and stop skipping them.
6320
6321 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
6322 work under g++.
6323
6324 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
6325 initialization.
6326
6327 2000-06-02 Michael Snyder <msnyder@cygnus.com>
6328
6329 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
6330 the regular expression: accept an (almost) arbitrary sequence of
6331 "frames-invalid" and "breakpoints-invalid" messages both before
6332 and after the "starting" message.
6333
6334 2000-06-02 Michael Snyder <msnyder@cygnus.com>
6335
6336 * gdb.c++/local.exp: This test has never been known to work with g++.
6337
6338 2000-05-18 Michael Snyder <msnyder@cygnus.com>
6339
6340 * gdb.base/annota1.exp (annotate-signal-handler-caller):
6341 Relax the regular expression a little, make it pass on Solaris 8.
6342
6343 2000-05-12 Kevin Buettner <kevinb@redhat.com>
6344
6345 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
6346 a call, do not require that gdb stop on the line after the call.
6347 Instead, it is permissible for gdb to stop on the line of the
6348 call itself.
6349
6350 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
6351
6352 * gdb.base/break.exp (bp on small function, optimized file):
6353 Add a second pass pattern. The behavior differs here between stabs
6354 and dwarf for one-line functions. Stabs preserves two line symbols
6355 (one before the prologue and one after) with the same line number,
6356 but dwarf regards these as duplicates and discards one of them.
6357 Therefore the address after the prologue (where the breakpoint is)
6358 has no exactly matching line symbol, and GDB reports the breakpoint
6359 as if it were in the middle of a line rather than at the beginning.
6360
6361 2000-05-08 Michael Snyder <msnyder@cygnus.com>
6362
6363 * gdb.base/interrupt.exp: Make "pass" message say "send"
6364 rather than "send_gdb" (for consistancy).
6365
6366 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6367
6368 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
6369 * gdb.c++/templates.cc: Properly check for GCC version number.
6370 * lib/compiler.cc: Likewise
6371
6372 2000-04-28 Michael Snyder <msnyder@cygnus.com>
6373
6374 * gdb.base/break.exp: When compiled with -O2 optimization,
6375 gdb may not stop at the first line of main, due to code motion.
6376
6377 2000-04-26 Michael Snyder <msnyder@cygnus.com>
6378
6379 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
6380 This test depends on parsing the printf output from the target.
6381 Since the sparclet stub doesn't do stdio, this will never work.
6382 * gdb.base/call-rt-st.exp: ditto.
6383 * gdb.base/call-strs: ditto.
6384
6385 2000-04-24 Michael Snyder <msnyder@cygnus.com>
6386
6387 * gdb.base/miscexprs.exp: make sizeof long array test portable.
6388
6389 * gdb.base/ending-run.exp: After connecting to a remote target,
6390 but before running, the target will appear to be in a random
6391 location. Specify both a file and a line for breakpoints.
6392 Also, the function that calls main may be called 'init'
6393 rather than 'start'.
6394
6395 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6396
6397 * gdb.base/help.exp: Update output for add-symbol-file command.
6398
6399 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
6400
6401 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6402 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
6403
6404 2000-04-07 J.T. Conklin <jtc@redback.com>
6405
6406 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
6407
6408 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
6409
6410 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
6411
6412 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
6413 values that can be represented exactly.
6414 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
6415 above change, and to not check against the directory part of the source
6416 file name.
6417 (step into print_long_arg_list): Likewise.
6418 (print print_small_structs from print_long_arg_list): Likewise.
6419 (print print_long_arg_list): Likewise.
6420
6421 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6422
6423 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
6424
6425 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
6426
6427 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
6428
6429 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
6430
6431 * gdb.base/commands.exp (deprecated_command_test): Add test for
6432 deprecate with no arguments.
6433
6434 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
6435
6436 * gdb.base/break.exp: Add new test for setting breakpoints on
6437 optimized code so we can test breakpoints work even when function
6438 prologues may be optimized away
6439
6440 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6441
6442 From David Whedon <dwhedon@gordian.com>
6443 * gdb.base/commands.exp : Added command deprecator tests.
6444
6445 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
6446
6447 * gdb.base/help.exp: Added test for new apropos command.
6448
6449 2000-03-21 Kevin Buettner <kevinb@redhat.com>
6450
6451 * gdb.base/pointers.c (usevar): New function.
6452 (main): Make sure that global variables v_int_pointer2, rptr,
6453 and y are all referenced someplace in the program by calling
6454 usevar() on them. [Some linkers delete symbols which are
6455 never referenced. The space remains, but there's no way to
6456 get a (symbolic) handle on the variable from the debugger.]
6457
6458 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6459
6460 * gdb.base/printcmds.c: Add typedeffed arrays.
6461
6462 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
6463 procedure to test arrays that are typedef'd.
6464
6465 2000-03-13 James Ingham <jingham@leda.cygnus.com>
6466
6467 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
6468 the library directories.
6469
6470 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
6471
6472 * configure.in (configdirs): Add sub directory gdb.mi.
6473 * configure: Re-generate.
6474
6475 * gdb.mi: New directory.
6476
6477 2000-02-25 Scott Bambrough <scottb@netwinder.org>
6478
6479 * gdb.base/long_long.exp: Correct test suite failure when printing
6480 a long long value as a double on ARM platforms.
6481
6482 2000-02-16 Jim Blandy <jimb@redhat.com>
6483
6484 * gdb.base/break.exp ("breakpoint line number"): Make sure the
6485 default source file is set properly before running this test.
6486
6487 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6488
6489 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
6490 gdbtk/library directory, not in gdbtcl2.
6491
6492 2000-02-04 Jim Blandy <jimb@redhat.com>
6493
6494 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
6495 backslash from regexp pattern.
6496
6497 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
6498 procedure. Use it to run all the "continue to bp overloaded"
6499 tests. Note that this changes the names of the tests slightly.
6500 If the breakpoint hit message includes a hex PC value, because
6501 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
6502 from the real source code, still consider that a pass.
6503
6504 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
6505 XFAIL here if the breakpoint message contains a hex address. Note
6506 similar change on 1999-11-02.
6507
6508 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
6509
6510 * gdb.base/ptype.exp: Establish a default source file before
6511 calling get_debug_format.
6512
6513 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
6514
6515 * gdb.base/watchpoint.exp: Remove duplication of test messages.
6516
6517 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
6518
6519 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
6520 of successive stepi commands -- while in the prologue we should see
6521 the function entry bracket.
6522
6523 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
6524
6525 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
6526 reach __change_mode() when stepping through the end of main().
6527
6528 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
6529
6530 * gdb.base/default.exp: Fix expected pattern.
6531 * gdb.base/help.exp: Same.
6532
6533 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6534
6535 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
6536 Don't use xfail's because that affects only the following test.
6537
6538 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
6539 solaris or linux.
6540
6541 * gdb.base/selftest.exp: Update to reflect changes to main.c.
6542
6543 2000-01-07 Michael Snyder <msnyder@cygnus.com>
6544
6545 * gdb.base/display.exp: Some yacc parsers like to say
6546 "A syntax error" rather than "A parse error". Accept both.
6547
6548 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
6549
6550 * gdb.base/default.exp: Remove OS dependent string from "target
6551 remote" test.
6552 * gdb.base/help.exp: Same for "help target remote" test.
6553
6554 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6555
6556 From Jim Kingdon <kingdon@redhat.com>:
6557
6558 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
6559 prompt (cleanup rather than necessity, but still might keep output
6560 from spilling to next test).
6561
6562 2000-01-02 Fred Fish <fnf@cygnus.com>
6563
6564 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
6565 AIX, which defines them in <sys/types.h>.
6566
6567 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
6568
6569 * gdb.base/default.exp: Match arm* etc instead of arm in "info
6570 float" test.
6571
6572 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
6573
6574 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
6575
6576 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
6577 outermost frame disallowed".
6578
6579 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
6580
6581 * gdb.base/setvar.exp: New tests for setting the value of a struct
6582 with a constant list.
6583
6584 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
6585
6586 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
6587 require the user to type a cast before setting the value of a struct.
6588
6589 1999-12-06 Jim Blandy <jimb@cygnus.com>
6590
6591 * gdb.base/default.exp: Expect the new 'info float' command on
6592 all i386 platforms.
6593
6594 * gdb.threads/linux-dp.exp: Expand our ability to recognize
6595 LinuxThreads libraries that don't support debugging.
6596
6597 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
6598
6599 * gdb.base/remote.c: Fill the buffer with truely random data.
6600 Change the buffer type to ``unsigned char'' to simplify size
6601 arithmetic.
6602
6603 * gdb.base/remote.exp: Reduce download numbers by one. Typical
6604 stub only handles 400-1 byte packets. Verify that the download
6605 worked.
6606
6607 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
6608
6609 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
6610 tests, using UNRESOLVED for the untested cases. Also, does not wait
6611 for a timeout if the prompt was received before a recognizable pattern.
6612
6613 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
6614
6615 * lib/gdb.exp (gdb_expect_list): Fix spelling.
6616
6617 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6618
6619 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
6620 watchpoints.
6621
6622 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
6623
6624 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
6625
6626 * gdb.c++/local.exp: Be more flexible in recognizing local class
6627 name mangling. Don't allow horribly truncated method names.
6628 * gdb.c++/derivation.exp: Expect protected inheritance.
6629 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
6630 * gdb.c++/virtfunc.exp: Likewise.
6631 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
6632 when printing a nested enum.
6633
6634 1999-11-22 Jim Blandy <jimb@cygnus.com>
6635
6636 * gdb.base/step-test.exp: Properly await GDB's response to setting
6637 a breakpoint on the call to large_struct_by_value.
6638
6639 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
6640 just because we have debug info for the `start' function.
6641
6642 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
6643
6644 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
6645 "Unknown signal" messages, which indicate (on LinuxThreads) that
6646 GDB doesn't know how to debug threads on this system. This is
6647 better than hanging while philosopher 0 dumps chatter into gdb.log.
6648
6649 1999-11-18 Tom Tromey <tromey@cygnus.com>
6650
6651 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
6652
6653 1999-11-18 Fred Fish <fnf@cygnus.com>
6654
6655 * gdb.base/coremaker2.c: Add sample program for generating
6656 cores that is more self contained than coremaker.c. Eventually
6657 I'll add more code to this and tie it into the testsuite.
6658
6659 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
6660
6661 * gdb.base/dollar.exp: Remove, now in gdb.hp.
6662
6663 1999-11-10 Jimmy Guo <guo@cup.hp.com>
6664
6665 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
6666 from $srcdir/lib/.
6667 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
6668 and gdb.c++/.
6669
6670 * gdb.c++/derivation.exp: remove redundant get compiler info code.
6671
6672 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
6673 'continue with watch' test point.
6674
6675 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
6676
6677 Merged from p2linux-990323-branch:
6678
6679 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
6680
6681 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
6682
6683 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
6684 {limit,fixed}''. Test ``set download-write-size''.
6685
6686 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
6687
6688 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
6689 gdb_expect_list.
6690
6691 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
6692
6693 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
6694
6695 1999-11-03 Mark Salter <msalter@cygnus.com>
6696
6697 * gdb.base/break.exp: Fix "stub continue" pattern.
6698
6699 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
6700
6701 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
6702
6703 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
6704
6705 * gdb.base/display.exp ("finish"): Add timeout clause.
6706
6707 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
6708 plain prompt clause, so this doesn't have to time out in order to
6709 fail.
6710
6711 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
6712 breakpoint hit messages include an address.
6713
6714 * gdb.base/display.exp: Don't forget to escape parens in regular
6715 expressions. Unix regexp notatation sucks.
6716
6717 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6718
6719 * gdb.base/annota1.exp: Test for annotate-signalled: change output
6720 order for 'signalled' message.
6721
6722 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
6723
6724 From Jimmy Guo <guo@cup.hp.com>:
6725 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
6726 * gdb.base/annota1.c: Add code for tests to work with.
6727
6728 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
6729
6730 * gdb.base/remote.exp: New test for remote downloading settings.
6731 * gdb.base/remote.c: New file with large .data.
6732
6733 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
6734
6735 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
6736 for LinuxThreads support, merged from the Code Fusion branch.
6737
6738 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
6739
6740 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
6741 containing exp_continue into a while within an expect. Don't
6742 attempt a start more than three times. Check return value from
6743 gdb_load.
6744
6745 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
6746
6747 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
6748 a pass case.
6749
6750 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
6751
6752 * gdb.base/break.c (main): Added a statement that we can step
6753 off of.
6754 * gdb.base/break.exp: Added tests for setting a breakpoint
6755 at an offset and stepping onto a breakpoint.
6756
6757 1999-10-01 Fred Fish <fnf@cygnus.com>
6758
6759 * gdb.base/help.exp (help add-symbol-file): Update to match current
6760 gdb output.
6761
6762 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
6763
6764 * gdb.base/break.exp: Code locations are in hex, don't forget!
6765 (For HP-UX.)
6766
6767 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
6768
6769 * condbreak.exp: Use break.c as test program.
6770 * condbreak.c: Remove, redundant with break.c.
6771
6772 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
6773
6774 * config/monitor.exp (gdb_target_monitor): Disable X- and
6775 Z-packets if the target needs it.
6776
6777 1999-09-13 James Ingham <jingham@leda.cygnus.com>
6778
6779 * gdb.c++/overload.exp: Added tests for listing overloaded
6780 functions with function pointers in the arg, explicitly calling
6781 out the version you want.
6782
6783 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
6784
6785 * long_long.exp: Add variations of test cases that work for
6786 targets with 16-bit ints and 32-bit doubles.
6787
6788 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
6789
6790 * break.c (main): Compare a possibly-uninitialized argc with an
6791 unlikely value that fits in 16 bits.
6792
6793 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
6794
6795 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
6796 0xfeeb, don't want negative numbers if ints are 16 bits.
6797
6798 * lib/gdb.exp (skip_cplus_tests): New proc.
6799 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
6800 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
6801 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
6802 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
6803 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
6804 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
6805 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
6806 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
6807
6808 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
6809
6810 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
6811
6812 * gdb.base/corefile.exp (up): Allow a parameter to appear
6813 in the frame that we're going up to.
6814
6815 From Jim Blandy <jimb@cygnus.com>:
6816
6817 * gdb.base/default.exp (info float): Expect some output now.
6818
6819 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
6820 returning floating-point values to fail on the x86.
6821 * gdb.base/callfwmall.exp (do_function_calls): Same.
6822
6823 * gdb.base/list.exp (test_listsize): Correct expectations for
6824 listing line 1 with listsize 2. Also, listing a single line
6825 works now, as does listing three lines. [Kevin's note: There
6826 were a number of other cases fixed too where the expectations
6827 differed...]
6828
6829 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
6830
6831 * gdb.base/selftest.exp: Add case for when version prints as
6832 constant string instead of char pointer.
6833
6834 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
6835
6836 * gdb.base/ending-run.exp: Add Solaris case for what happens when
6837 stepping out of main.
6838
6839 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
6840 G++ used.
6841
6842 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
6843 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
6844
6845 * gdb.c++/ovldbreak.exp: Update match string in test that
6846 includes a warning of multiple breakpoints.
6847
6848 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
6849
6850 * gdb.base/display.exp: Improve precision of step-after-finish
6851 added yesterday.
6852
6853 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
6854 test.
6855
6856 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
6857 configs when using G++, not just hppa*.
6858
6859 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6860
6861 * gdb.base/async.c: New file.
6862 * gdb.base/async.exp: New file.
6863
6864 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
6865
6866 * gdb.base/break.exp: Tweak PA specific tests to properly handle
6867 PA64.
6868
6869 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
6870
6871 * gdb.base/display.exp: "finish" can leave us mid-line on many
6872 targets, deal with it. Add a small constant to main, instead of
6873 1000 since main+1000 may not be a valid address in the target.
6874
6875 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
6876 on hpux11.
6877
6878 * gdb.base/attach.exp: Handle another hpux11 error message variant
6879 when attaching to a process that does not exist.
6880
6881 1999-08-19 J.T. Conklin <jtc@redback.com>
6882
6883 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
6884 characters in 'continue to 1241' test.
6885
6886 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
6887
6888 * gdb.base/call-ar-st.exp: Add a shorter match case for the
6889 stop in print_long_arg_list, define and use a whitespace
6890 variable in print_small_structs test, add an XFAIL for Solaris.
6891 * gdb.base/dbx.exp: XFAIL func commands until somebody is
6892 interested enough to fix.
6893
6894 1999-08-13 Keith Seitz <keiths@cygnus.com>
6895
6896 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
6897 (dbx_gdb_load): Remove. Use gdb_load instead, since that
6898 proc knows about targets other than the natives.
6899 (test_assign): Use "gdb_run_cmd" to "run" the target.
6900 Check that we've actually hit the breakpoint at main.
6901 When we attempt to assign a value to a local variable, check
6902 that the variable is in the current scope, i.e., don't use
6903 a test with an empty result.
6904
6905 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
6906
6907 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
6908 command.
6909
6910 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
6911
6912 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6913 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
6914 gdb.compat, gdb.threads-hp.
6915 gdb.hp/configure, gdb.hp/configure.in: New files.
6916 gdb.hp/Makefile.in: Recurse into new subdirs.
6917 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
6918 gdb.hp/gdb.objdbg: New directory, tests for debugging info
6919 in object files.
6920 gdb.hp/tools: New directory, aux tools for HP-specific tests.
6921
6922 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
6923
6924 * gdb.base/display.exp: Help expect by putting a newline in the
6925 funky printf, remove a bogus p/a test.
6926
6927 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6928
6929 * gdb.base/display.exp: Make sure that when we say 'run', we are
6930 connected to the target. This is necessary when running not
6931 natively.
6932
6933 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
6934
6935 * gdb.base/step-test.exp: Removed some extraneous messages.
6936
6937 * gdb.base/long_long.exp: Don't run memory examination tests
6938 on little-endian targets (they will need a different set of
6939 results to match).
6940
6941 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
6942
6943 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
6944 until somebody decides to fix GDB.
6945
6946 * gdb.base/long_long.c: Stop compiler complaint by specifying long
6947 constant as "ULL".
6948 * gdb.base/long_long.exp: Loosen x/c test, add partial result
6949 matches for a couple x/2 commands.
6950
6951 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
6952
6953 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
6954 by merging in ref-types2 tests.
6955 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
6956
6957 From Jimmy Guo <guo@cup.hp.com> and others at HP:
6958 * gdb.c++/Makefile.in: Add standard actions.
6959 (EXECUTABLES): Rename from PROGS, update list.
6960 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
6961 from gdb.hp.
6962 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
6963 foo and bar locals.
6964 * gdb.c++/anon-union.exp: Fix tests to match.
6965 * gdb.c++/classes.exp: Run if HP compiler used, add extra
6966 expect matches to handle output variations.
6967 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
6968 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
6969 output, add HP alternatives for new and delete prints.
6970 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
6971 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
6972 * gdb.c++/demangle.exp: Use $style when reporting failure.
6973 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
6974 * gdb.c++/inherit.exp: Run if HP compiler used, add some
6975 match alternatives.
6976 * gdb.c++/local.exp: Add match alternatives or xfails for HP
6977 compilers.
6978 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
6979 * gdb.c++/method.exp: Add match alternatives.
6980 * gdb.c++/misc.cc: Add bool types.
6981 * gdb.c++/misc.exp: Add tests for bool types.
6982 * gdb.c++/overload.exp: Add xfails.
6983 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
6984 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
6985 add some more template parameter tests (only for HP currently).
6986 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
6987 * gdb.c++/virtfunc.cc: Add return type and value for main.
6988 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
6989 match alternatives.
6990
6991 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6992
6993 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
6994
6995 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
6996
6997 * gdb.base/signals.exp: Don't expect getting a backtrace from
6998 within a signal handler to fail on Linux.
6999
7000 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
7001
7002 From Jimmy Guo <guo@cup.hp.com> and others at HP:
7003 * lib/gdb.exp: Remove some gratuitious semicolons.
7004 (delete_breakpoints): Increase timeout.
7005 (gdb_expect): Add -notransfer option.
7006 (gdb_test): Use -notransfer option.
7007 (get_compiler_info): Add f77 case.
7008 (get_compiler): New proc, split out from gdb_preprocess, add f77
7009 case.
7010 (gdb_preprocess): Call get_compiler.
7011
7012 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
7013 * gdb.base/attach.exp, gdb.base/display.exp,
7014 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
7015 gdb.base/long_long.exp, gdb.base/printcmds.exp,
7016 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
7017 third arg to gdb_test.
7018 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
7019 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
7020 HP-UX xfails, add others.
7021 * gdb.base/completion.exp: Reflect name change of self-test.
7022 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
7023 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
7024 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
7025 HP failure number.
7026 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
7027 useless HP-UX 10.30 references.
7028 * gdb.base/maint.exp: Loosen matches.
7029 * gdb.base/pointers.c (main): Declare more_code.
7030 * gdb.base/pointers.exp: Match on output of a `next'.
7031 * gdb.base/structs.c: Add prototypes.
7032 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
7033 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
7034
7035 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7036
7037 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
7038 command.
7039
7040 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7041
7042 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
7043 Fix run to main failures. Watchpoint can be hardware watchpoint.
7044
7045 * gdb.base/annota1.exp: Clean up some more, in case printf has
7046 debug info. Deal with lack of signal hanlder info in stack.
7047
7048 From Jim Kingdon <kingdon@redhat.com>:
7049 * gdb.base/annota1.exp: If printf has debug info, deal with it.
7050
7051 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
7052
7053 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
7054 gdb.base/foll-vfork.exp: Don't run for crosses.
7055
7056 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
7057
7058 * gdb.base/configure.in: Check for gdbvars.exp instead of
7059 a1-selftest.exp.
7060 * gdb.base/configure: Re-generate.
7061
7062 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
7063
7064 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
7065 in trying to run first and name is too long.
7066
7067 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
7068 pointers2.c and pointers2.exp, respectively.
7069 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
7070 doschk happier.
7071
7072 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
7073
7074 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
7075 callfuncs2.c and callfuncs2.exp.
7076
7077 * gdb.base/list.exp: Remove mistaken xfails.
7078 * gdb.base/list0.h: Add optional prototypes.
7079
7080 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
7081
7082 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
7083 calling malloc.
7084 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
7085 * ptype.exp: Move test for get_debug_format to before its first
7086 use.
7087
7088 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7089
7090 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
7091 * gdb.base/annota2.cc, annota2.exp: Move from here.
7092 * gdb.c++/annota2.cc, annota2.exp: To here.
7093 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
7094
7095 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7096
7097 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
7098 a consistent format.
7099
7100 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
7101
7102 From Jimmy Guo <guo@cup.hp.com> and others at HP:
7103 * lib/gdb.exp (get_compiler_info): Add detection for assorted
7104 HP compilers, also set the globals $true and $false.
7105
7106 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
7107 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
7108 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
7109 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
7110 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
7111 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
7112 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
7113 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
7114 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
7115 whatis.c} Add C++ compatible function definitions and return
7116 types, add includes for library functions.
7117 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
7118 * gdb.base/step-test.c (myglob): Rename from glob.
7119 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
7120 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
7121 files, move here from gdb.hp.
7122 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
7123 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
7124 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
7125 Adjust line numbers in regexps.
7126
7127 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
7128 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
7129 instead of 0/1.
7130
7131 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
7132 foll-vfork.exp: New files, move here from gdb.hp.
7133 * gdb.base/page.exp: New file, test of pagination command.
7134
7135 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
7136 recursion test.
7137 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
7138
7139 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
7140 gdb.base/solib.exp: Fix compiler invocation process.
7141
7142 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
7143 HP-UX 11, turn off overload resolution explicitly.
7144 * gdb.base/commands.exp: Set argument list explicitly, add
7145 watchpoint test.
7146 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
7147 them work.
7148 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
7149 expressions properly.
7150 * gdb.base/corefile.exp: Loosen the match slightly.
7151 * gdb.base/default.exp: Allow "Error accessing memory" message
7152 also.
7153 * gdb.base/display.exp: Skip over x/0 j if PA64.
7154 * gdb.base/funcargs.exp: Add xfails for HP-UX.
7155 * gdb.base/interrupt.exp: Ditto.
7156 * gdb.base/langs.exp: Add symbolic matches governed by compiler
7157 in use.
7158 * gdb.base/list.exp: Add xfails for HP-UX.
7159 * gdb.base/long_long.exp: Refine some of the numeric matches.
7160 * gdb.base/mips_pro.exp: Xfail on HP-UX.
7161 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
7162 * gdb.base/nodebug.exp: Succeed on more varieties of output.
7163 * gdb.base/opaque.exp: Remove some HP-UX xfails.
7164 * gdb.base/ptype.exp: Succeed on more varieties of output.
7165 * gdb.base/scope.exp: Add xfails for HP-UX.
7166 * gdb.base/sect-cmd.exp: Add more cases.
7167 * gdb.base/setvar.exp: Add xfails for HP-UX.
7168 * gdb.base/shlib-call.exp: Loosen some matches slightly.
7169 * gdb.base/signals.exp: Match on void symbolically.
7170 * gdb.base/step-test.exp: Add case for PA64.
7171 * gdb.base/term.exp: Add exit and restart.
7172 * gdb.base/twice.exp: Clean up after self.
7173 * gdb.base/varargs.exp: Disable overload resolution explicitly.
7174 * gdb.base/whatis.exp: Allow more ways to pass tests.
7175
7176 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
7177 no longer useful.
7178
7179 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
7180
7181 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
7182 list of patterns.
7183 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
7184 print_double_array(double_array)", "continuing to breakpoint
7185 1018", "print print_double_array(array_d)" and "continuing to
7186 1034" tests.
7187
7188 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7189
7190 * Makefile.in: Add empty html and install-html targets.
7191
7192 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
7193
7194 * config/mt-*: Remove, these haven't been used since 1996.
7195
7196 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
7197
7198 * gdb.base/call-strs.c, gdb.base/ending-run.c,
7199 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
7200 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
7201
7202 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
7203
7204 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
7205 simpler match case for the ptype of the big class.
7206
7207 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
7208
7209 * gdb.exp: Fix test for gdb_prompt existence.
7210
7211 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
7212
7213 * gdb.exp (gdb_test): Add fail after calls to perror.
7214
7215 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
7216
7217 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
7218
7219 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
7220
7221 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
7222
7223 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
7224
7225 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
7226 malloc() is linked in.
7227
7228 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
7229
7230 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
7231 step at end.
7232
7233 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
7234
7235 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
7236
7237 * gdb.java/jv-print.exp: New file. (Our first Java test!)
7238
7239 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
7240
7241 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
7242 * gdb.base/mips_pro.exp: Likewise.
7243
7244 1999-06-02 Keith Seitz <keiths@cygnus.com>
7245
7246 * gdb.c++/templates.cc: Change all "new" operators to throw
7247 an exception.
7248 * gdb.c++/cplusfuncs.cc: Likewise.
7249
7250 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
7251
7252 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
7253
7254 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
7255 * gdb.base/ending-run.exp: When stepping out of main, accept a
7256 step into an arbitrary assembler file.
7257
7258 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7259
7260 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
7261 "breakpoint-invalid" to be printed.
7262 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
7263 number of "frames-invalid" and "breakpoint-invalid" to be printed.
7264 * gdb.base/annota2.cc: Initialize a.x to 0.
7265
7266 1999-05-17 Keith Seitz <keiths@cygnus.com>
7267
7268 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
7269 when "skip_float_tests" set.
7270 Ditto for "print print_double_array(array_d)", "print print_small_structs",
7271 "print print_ten_doubles", and "step into print_long_arg_list".
7272 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
7273 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
7274 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
7275 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
7276 "skip_float_tests" is set.
7277 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
7278 when "skip_float_tests" set.
7279
7280 1999-05-06 Keith Seitz <keiths@cygnus.com>
7281
7282 * gdb.base/annota2.cc: Include stdio.h.
7283
7284 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
7285
7286 * gdb.base/crossload.exp: Remove, this has been disabled ever
7287 since BFD stopped including all targets, and cross-GDB gets
7288 plenty of testing anyway.
7289 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
7290 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
7291 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
7292 * gdb.base/README: Remove, was doc for this.
7293 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
7294 needed.
7295
7296 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7297
7298 * gdb.base/call-ar-st.exp: Fix one regular expression in test
7299 output.
7300
7301 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
7302 * gdb.base/annota2.exp: New file. More annotation tests.
7303 * gdb.base/annota1.c: New file. Source file for annota1.exp.
7304 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
7305
7306 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
7307
7308 * config/cfdbug.exp: New file.
7309
7310 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
7311
7312 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
7313 Marcus Daniel's and Dale Hawkins's demangler crashes.
7314
7315 * gdb.c++/demangle.exp (test_gnu_style_demangling,
7316 test_lucid_style_demangling, test_arm_style_demangling,
7317 test_hp_style_demangling): Try Tom Tromey's core-dumping
7318 identifier under each demangling style.
7319
7320 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
7321
7322 * gdb.c++/demangle.exp: Include the current demangling style
7323 in all test names.
7324 (current_demangling_style): New global variable.
7325 (set_demangling_style, test_demangling_core, test_demangling,
7326 test_demangling_exact): New functions.
7327 (test_gnu_style_demangling, test_lucid_style_demangling,
7328 test_arm_style_demangling, test_hp_style_demangling): Use those,
7329 instead of calling gdb_test and gdb_test_exact directly.
7330 (catch_demangling_errors): New function, which reports errors
7331 signalled by the demangling test functions in an orderly way.
7332 (do_tests): Use catch_demangling_errors.
7333
7334 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
7335
7336 * gdb.base/signals.exp (test_handle_all_print): Use () for
7337 grouping in expressions, not {}.
7338
7339 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
7340 initialized yet.
7341
7342 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
7343
7344 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
7345 are listed.
7346
7347 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
7348
7349 * gdb.stabs/weird.exp: Test for CC being defined before
7350 looking at its value.
7351
7352 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
7353
7354 * gdb.base/call-ar-st.exp: Remove stray '#'.
7355 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
7356 "short int" and "long int".
7357 * gdb.c++/overload.cc: Cast the string added in the previous
7358 change, to mollify finicky HP compiler.
7359 * gdb.hp/reg-test.exp (testfile): Fix file name.
7360 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
7361
7362 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
7363 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
7364 alternate form of enum ptype.
7365
7366 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
7367
7368 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
7369 * gdb.hp/*.exp: Change all to run compiler probe only after
7370 passing skip_hp_tests, so as not to waste time on guaranteed
7371 failure.
7372
7373 * gdb.c++/overload.cc: Pass string instead of char addr, always
7374 init ccpfoo.
7375 * gdb.c++/templates.cc: Fix syntax error.
7376
7377 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7378
7379 * gdb.base/commands.exp: Add test for correct position of '>'
7380 when issuing the 'commands' command after a 'while' or 'if'
7381 command.
7382
7383 1999-03-18 James Ingham <jingham@cygnus.com>
7384
7385 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
7386
7387 * gdb.c++/method.exp: It was testing an uninitialized int on the
7388 stack and assuming it was positive.
7389
7390 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
7391
7392 * gdb.base/step-test.exp: Catch a case where finish is broken and
7393 keep it from killing the rest of the tests.
7394 Use gdb_continue_to_end.
7395
7396 * gdb.base/sigall.exp: use gdb_continue_to_end.
7397
7398 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
7399
7400 * gdb.base/display.exp: use runto_main, not run.
7401
7402 * gdb.base/default.exp: Check for the current error message in the
7403 r abbreviation test.
7404 Add strongarm to the targets that know info float.
7405
7406 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7407 run which doesn't work with monitors.
7408
7409 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
7410
7411 * gdb.base/break.exp: use the gdb_continue_to_end proc.
7412
7413 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
7414 program. Traps the case (in Cygmon) when the program never really
7415 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7416 more places, so I used my name. Sorry Mark...
7417
7418 * config/monitor.exp (gdb_target_monitor): added another
7419 target_info parameter: remotebinarydownload. This will set the
7420 remotebinarydownload flag if this is causing some boards trouble.
7421
7422 1999-03-18 Mark Salter <msalter@cygnus.com>
7423
7424 * lib/gdb.exp (continue_to_exit): New function.
7425
7426 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
7427 * gdb.base/ending-run.exp: Ditto.
7428 * gdb.base/step-test.exp: Ditto.
7429
7430 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
7431
7432 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
7433 (suggested by Art Haas <ahaas@neosoft.com>).
7434
7435 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
7436
7437 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7438
7439 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
7440
7441 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
7442 descriptions of types (short unsigned int vs unsigned short, etc).
7443
7444 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
7445
7446 * gdb.base/call-strs.exp: Don't assume that `step' will step over
7447 a call to strlen; sometimes we do have sources.
7448
7449 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
7450
7451 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
7452 character, so GDB won't print garbage after its end.
7453
7454 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
7455 breakpoint there instead. Sometimes GCC emits memcpy to handle
7456 the large structures being passed by value, so we step into that
7457 instead of sum_array_print, which obscures what we're really testing.
7458 * gdb.base/step-test.exp: However, we do want a test that notices
7459 the bizarre steps into memcpy, so do that here. Add check for
7460 stepping into function calls that pass large structures by value.
7461 ("Is that a noun clause, or are you just happy to see me?")
7462 Remove all references to specific line numbers.
7463 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
7464 New type and function.
7465 (main): Call large_struct_by_value, passing it a large struct by value.
7466 * lib/gdb.exp (gdb_get_line_number): New function.
7467
7468 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
7469 more portable.
7470
7471 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
7472
7473 * lib/gdb.exp: Doc fixes.
7474
7475 1999-03-05 Nick Clifton <nickc@cygnus.com>
7476
7477 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7478
7479 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
7480
7481 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
7482 commands. They're not germane to this test, and they don't work
7483 that way on remote targets.
7484
7485 1999-03-01 James Ingham <jingham@cygnus.com>
7486
7487 * Changelog entries merged over from gdb development branch.
7488
7489 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
7490
7491 * lib/gdb.exp (gdbtk_analyze_results): Generic function
7492 for outputting results of test run.
7493
7494 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
7495
7496 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
7497
7498 1999-02-25 Felix Lee <flee@cygnus.com>
7499
7500 * lib/gdb.exp (debug_format): initialize
7501
7502 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
7503
7504 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
7505 * gdb.base/call-rt-st.c: Ditto.
7506
7507 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
7508
7509 * gdb.threads/pthreads.exp (horiz): New variable.
7510 (test_startup): Fix regexps that capture thread numbers.
7511
7512 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
7513
7514 * gdb.base/smoke.exp: Disambiguate two test case names (both
7515 called ``print'').
7516
7517 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
7518
7519 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
7520 compilation.
7521
7522 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
7523
7524 * gdb.base/miscexprs.exp: Change patterns to match GDB's
7525 actual output formatting.
7526 * gdb.base/smoke.exp: GDB removes leading 0's.
7527 * gdb.base/volatile.exp: Don't check type of remuneration;
7528 that variable is no longer defined in constvars.c.
7529 * gdb.base/step-test.c (main): Exit with explicit exit code.
7530 * gdb.base/step-test.exp: Remove two nexti checks--they are
7531 not portable.
7532
7533 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
7534
7535 * gdb.base/help.exp ("help delete display"): Fix test to match
7536 gdb's output.
7537
7538 * gdb.base/long_long.c (known_types): Initialize values to zero.
7539 * gdb.base/long_long.exp: Step one more line
7540 so 'dec' is initialized in "get to known place". GDB removes
7541 leading zeros. Explicitly ask for hex formatting. Use
7542 unique test case names.
7543
7544 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7545
7546 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
7547
7548 * gdb.c++/method.exp: Add missing close brace.
7549
7550 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
7551
7552 * gdb.base/maint.exp: Use 'set height 0' to disable page
7553 prompting, not 'set height 400'.
7554
7555 Fix a bunch of timeouts.
7556 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
7557 four separate tests, so expect doesn't take forever to match a ton
7558 of text against a regexp with lots of .* forms.
7559 ("maint print psymbols", "maint print symbols"): Make some of
7560 these greps more selective, so that expect doesn't try to wade
7561 through huge piles of output and time out.
7562
7563 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
7564
7565 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
7566 tests: one which doesn't expect shlib events to be reported, and
7567 another which does, but is XFAIL for all platforms other than
7568 HP/UX.
7569
7570 * gdb.base/break.exp: Teach the test suite that the `catch
7571 fork', `catch vfork', and `catch exec' commands produce error
7572 messages on platforms that don't provide these features.
7573
7574 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
7575
7576 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
7577 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
7578 (shortening names from solib_threshold.exp etc), won't run on
7579 anything but HP-UX for the foreseeable future.
7580 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
7581 reflect move.
7582
7583 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
7584
7585 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
7586 gdb.trace/Makefile.in (clean): Remove all test executables.
7587
7588 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
7589
7590 * gdb.base/shlib-call.exp: add test cases to verify that gdb
7591 successfully re-sets breakpoints in shared libraries.
7592 * gdb.base/shmain.c (main): return 0, don't fall off the end.
7593
7594 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7595
7596 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
7597 and compiled w/o GCC.
7598
7599 * gdb.hp/watch-cmd.exp: ditto.
7600
7601 * gdb.hp/watch-hp.exp: ditto.
7602
7603 * gdb.hp/xdb1.exp: ditto.
7604
7605 * gdb.hp/xdb2.exp: ditto.
7606
7607 * gdb.hp/dbx.exp: ditto.
7608
7609 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
7610
7611 * constvars.c: Remove C++-isms.
7612 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
7613 with GCC.
7614
7615 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
7616
7617 The following changes are part of the HP merge.
7618
7619 * gdb.base/break.exp: new tests to verify that catchpoints for
7620 fork, vfork, and exec don't trigger inappropriately.
7621
7622 * gdb.base/opaque.exp: compile one file at a time, then link.
7623
7624 * gdb.base/signals.exp: be more restrictive about which hppa
7625 systems receive a setup_xfail. new tests.
7626
7627 * gdb.base/solib_threshold.build: new file.
7628 * gdb.base/solib_threshold.exp: new file.
7629 * gdb.base/solib_threshold.link_opts: new file.
7630 * gdb.base/solib_threshold.mk: new file.
7631 * gdb.base/gen_solib_threshold.c: new file.
7632
7633 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
7634 tests. New tests for enums inside classes.
7635
7636 * gdb.c++/compiler.cc: indicate support of template debugging.
7637
7638 * gdb.c++/demangle.exp: run hp style demangling tests.
7639
7640 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
7641 tests.
7642
7643 * gdb.c++/misc.cc: changes to support new tests.
7644
7645 * gdb.c++/templates.cc: changes to support HP's compiler; changes
7646 to support new tests.
7647
7648 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
7649 gcc, then skip these tests.
7650
7651 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
7652
7653 The following files are part of the HP merge; some had longer
7654 names at HP, but have been renamed to be no more than 14
7655 characters in length.
7656
7657 * gdb.hp/ambiguous.cc: new file.
7658 * gdb.hp/ambiguous.exp: new file.
7659 * gdb.hp/attach.exp: new file.
7660 * gdb.hp/attach2.exp: new file.
7661 * gdb.hp/classes-hp.exp: new file.
7662 * gdb.hp/ctti.exp: new file.
7663 * gdb.hp/ctti-add.cc: new file.
7664 * gdb.hp/ctti-add1.cc: new file.
7665 * gdb.hp/ctti-add2.cc: new file.
7666 * gdb.hp/ctti-add3.cc: new file.
7667 * gdb.hp/dbx.exp: new file.
7668 * gdb.hp/exception.cc: new file.
7669 * gdb.hp/exception.exp: new file.
7670 * gdb.hp/foll-exec.c: new file.
7671 * gdb.hp/foll-exec.exp: new file.
7672 * gdb.hp/foll-fork.c: new file.
7673 * gdb.hp/foll-fork.exp: new file.
7674 * gdb.hp/foll-vfork.c: new file.
7675 * gdb.hp/foll-vfork.exp: new file.
7676 * gdb.hp/inherit-hp.exp: new file.
7677 * gdb.hp/more-steps.exp: new file.
7678 * gdb.hp/namespace.cc: new file.
7679 * gdb.hp/namespace.exp: new file.
7680 * gdb.hp/optimize.exp: new file.
7681 * gdb.hp/pxdb.c: new file.
7682 * gdb.hp/pxdb.exp: new file.
7683 * gdb.hp/quicksort.exp: new file.
7684 * gdb.hp/reg-test.exp: new file.
7685 * gdb.hp/reg-test.s: new file.
7686 * gdb.hp/sized-enum.c: new file.
7687 * gdb.hp/sized-enum.exp: new file.
7688 * gdb.hp/start-stop.exp: new file.
7689 * gdb.hp/templ-hp.cc: new file.
7690 * gdb.hp/templ-hp.exp: new file.
7691 * gdb.hp/thr-lib.c: new file.
7692 * gdb.hp/thr-lib.exp: new file.
7693 * gdb.hp/thr-lib.h: new file.
7694 * gdb.hp/thr-liblib.c: new file.
7695 * gdb.hp/virtfun-hp.c: new file.
7696 * gdb.hp/virtfun-hp.exp: new file.
7697 * gdb.hp/watch-cmd.exp: new file.
7698 * gdb.hp/watch-hp.exp: new file.
7699 * gdb.hp/xdb1.exp: new file.
7700 * gdb.hp/xdb2.exp: new file.
7701 * gdb.hp/xdb3.exp: new file.
7702
7703 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
7704
7705 The following files are part of the HP merge; some had longer
7706 names at HP, but have been renamed to be no more than 14
7707 characters in length.
7708
7709 * gdb.base/ss.h: new file.
7710 * gdb.base/call-ar-st.c: new file.
7711 * gdb.base/call-ar-st.exp: new file.
7712 * gdb.base/call-rt-st.c: new file.
7713 * gdb.base/call-rt-st-exp: new file.
7714 * gdb.base/call-strs.exp: new file.
7715 * gdb.base/ena-dis-br.exp: new file.
7716 * gdb.base/environ.exp: new file.
7717 * gdb.base/long_long.exp: new file.
7718 * gdb.base/sect-cmd.exp: new file.
7719 * gdb.base/shlib-cl2.exp: new file.
7720 * gdb.base/smoke.exp: new file.
7721 * gdb.base/so-impl-ld.c: new file.
7722 * gdb.base/so-impl-ld.exp: new file.
7723 * gdb.base/so-indr-cl.c: new file.
7724 * gdb.base/so-indr-cl.exp: new file.
7725 * gdb.base/varargs.exp: new file.
7726 * gdb.base/volatile.exp: new file.
7727 * gdb.base/whatis-exp.exp: new file.
7728 * gdb.base/display.exp: new file.
7729 * gdb.c++/derivation.exp: new file.
7730 * gdb.c++/local.exp: new file.
7731 * gdb.c++/member-ptr.exp: new file.
7732 * gdb.c++/overload.exp: new file.
7733 * gdb.c++/ovldbreak.exp: new file.
7734 * gdb.c++/ref-types.exp: new file.
7735 * gdb.c++/ref-types2.exp: new file.
7736 * gdb.c++/userdef.exp: new file.
7737
7738 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7739
7740 * gdb.base/default.exp: Reflect wording change in remote.c.
7741
7742 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
7743
7744 * gdb.base/help.exp: Update to reflect current text.
7745
7746 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
7747
7748 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
7749 they're stack variables and contain garbage.
7750 * gdb.c++/anon-union.exp: new file.
7751
7752 The following changes were made by David Taylor
7753 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
7754 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
7755 in changes by HP.
7756
7757 * gdb.base/bitops.exp: new file.
7758 * gdb.base/default.exp: change expected messages for catch and
7759 info catch tests to reflect HP merge changes.
7760 * gdb.base/enable-disable-break.exp
7761 * gdb.base/ending-run.c: new file.
7762 * gdb.base/long_long.c: new file.
7763 * gdb.base/maint.exp: new file.
7764 * gdb.base/pointers2.exp: new file.
7765 * gdb.base/shlib-call2.exp: new file.
7766 * gdb.base/solib.exp: new file.
7767 * gdb.base/step-test.c: new file.
7768 * gdb.c++/anon-union.cc: new file.
7769 * gdb.c++/local.cc: new file.
7770 * gdb.c++/member-pointer.cc: new file.
7771 * gdb.c++/method.cc: new file.
7772 * gdb.c++/ref-types.cc: new file.
7773 * gdb.c++/ref-types2.cc: new file.
7774 * gdb.c++/userdef.cc: new file.
7775
7776 * gdb.base/scope.exp: compile one file at a time, then link.
7777 * gdb.base/langs.exp: ditto.
7778 * gdb.base/list.exp: ditto.
7779
7780 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
7781
7782 The following changes were made by David Taylor
7783 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
7784 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
7785 in changes by HP.
7786
7787 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
7788 skip tests. When compiling pass c++ flag to gdb_compile.
7789 * gdb.c++/
7790
7791 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
7792 test for on hppa*-*-hpux*; use args to see if c++ was specified.
7793 (skip_hp_tests): new function.
7794 (gdb_preprocess): new function.
7795
7796 * configure.in (hpdir): decide whether to configure gdb.hp.
7797 * configure: regenerated.
7798
7799 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
7800 to delete on clean.
7801 (EXECUTABLES): update to reflect new additions.
7802 * gdb.base/commands.exp: update message expected.
7803 * gdb.base/default.exp: add copyright notice.
7804 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
7805 * gdb.base/help.exp: update messages to reflect current text.
7806 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
7807 targets for recurse tests.
7808 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
7809 skip this file.
7810
7811 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
7812 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
7813 compilation.
7814 * gdb.c++/misc.exp: ditto.
7815 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
7816 run the tests. tell gdb_compile that it's a c++ compilation.
7817
7818 * gdb.threads/pthreads.exp: fix typo in message.
7819
7820 * gdb.base/all-bin.exp: new file.
7821 * gdb.base/arithmet.exp: new file.
7822 * gdb.base/assign.exp: new file.
7823 * gdb.base/completion.exp: new file.
7824 * gdb.base/cond-expr.exp: new file.
7825 * gdb.base/condbreak.exp: new file.
7826 * gdb.base/define.exp: new file.
7827 * gdb.base/dollar.exp: new file.
7828 * gdb.base/environment.exp: new file.
7829 * gdb.base/eval-skip.exp: new file.
7830 * gdb.base/jump.exp: new file.
7831 * gdb.base/logical.exp: new file.
7832 * gdb.base/pointers.exp: new file.
7833 * gdb.base/relational.exp: new file.
7834 * gdb.base/section_command.exp: new file.
7835 * gdb.base/whatis-expr.exp: new file.
7836
7837 * gdb.base/all-types.c: new file.
7838 * gdb.base/call-array-struct.c: new file.
7839 * gdb.base/call-return-struct.c: new file.
7840 * gdb.base/call-strings.c: new file.
7841 * gdb.base/callfuncs2.c: new file.
7842 * gdb.base/condbreak.c: new file.
7843 * gdb.base/constvars.c: new file.
7844 * gdb.base/display.c: new file.
7845 * gdb.base/int-type.c: new file.
7846 * gdb.base/jump.c: new file.
7847 * gdb.base/miscexprs.c: new file.
7848 * gdb.base/pointers.c: new file.
7849 * gdb.base/pointers2.c: new file.
7850 * gdb.base/shmain.c: new file.
7851 * gdb.base/shr1.c: new file.
7852 * gdb.base/shr2.c: new file.
7853 * gdb.base/solib.c: new file.
7854 * gdb.base/solib1.c: new file.
7855 * gdb.base/solib2.c: new file.
7856 * gdb.base/varargs.c: new file.
7857 * gdb.c++/derivation.cc: new file.
7858 * gdb.c++/overload.cc: new file.
7859 * gdb.c++/ovldbreak.cc: new file.
7860 * gdb.hp/attach.c: new file.
7861 * gdb.hp/attach2.c: new file.
7862 * gdb.hp/average.c: new file.
7863 * gdb.hp/compiler.c: new file.
7864 * gdb.hp/compiler.cc: new file.
7865 * gdb.hp/execd-program.c: new file.
7866 * gdb.hp/follow-exec.c: new file.
7867 * gdb.hp/follow-fork.c: new file.
7868 * gdb.hp/follow-vfork-and-exec.c: new file.
7869 * gdb.hp/misc-hp.cc: new file.
7870 * gdb.hp/more-steps.c: new file.
7871 * gdb.hp/optimize.c: new file.
7872 * gdb.hp/quicksort.c: new file.
7873 * gdb.hp/run-hp.c: new file.
7874 * gdb.hp/start-stop.c: new file.
7875 * gdb.hp/sum.c: new file.
7876 * gdb.hp/templates-hp.cc: new file.
7877 * gdb.hp/thread-local-in-lib.c: new file.
7878 * gdb.hp/thread-local-in-lib.h: new file.
7879 * gdb.hp/thread-local-in-lib.lib.c: new file.
7880 * gdb.hp/vforked-program.c: new file.
7881 * gdb.hp/virtfunc-hp.cc: new file.
7882 * gdb.hp/watchpoint-hp.c: new file.
7883 * gdb.hp/xdb.c: new file.
7884 * gdb.hp/xdb0.c: new file.
7885 * gdb.hp/xdb0.h: new file.
7886 * gdb.hp/xdb1.c: new file.
7887
7888 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
7889
7890 The following change was made by Edith Epstein
7891 <eepstein@cygnus.com> as part of a project to merge in changes
7892 originally made by HP; HP did not create ChangeLog entries.
7893
7894 * gdb.c++/demangle.exp: changed the expected output for some
7895 ARM-style mangling -- removed second reference to datatype.
7896 For example, maint demangle __dt__11T1__pt__2_cFv
7897 T1<char>::~T1<char>(void)
7898 becomes,
7899 maint demangle __dt__11T1__pt__2_cFv
7900 T1<char>::~T1(void)
7901
7902 (test_hp_style_demangling): new hp specific demangling test cases.
7903
7904 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
7905
7906 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
7907 * gdb.trace/backtrace.exp: Likewise.
7908 * gdb.trace/circ.exp: Likewise.
7909 * gdb.trace/collection.exp: Likewise.
7910 * gdb.trace/deltrace.exp: Likewise.
7911 * gdb.trace/infotrace.exp: Likewise.
7912 * gdb.trace/limits.exp: Likewise.
7913 * gdb.trace/packetlen.exp: Likewise.
7914 * gdb.trace/passc-dyn.exp: Likewise.
7915 * gdb.trace/passcount.exp: Likewise.
7916 * gdb.trace/report.exp: Likewise.
7917 * gdb.trace/save-trace.exp: Likewise.
7918 * gdb.trace/tfind.exp: Likewise.
7919 * gdb.trace/tracecmd.exp: Likewise.
7920 * gdb.trace/while-dyn.exp: Likewise.
7921 * gdb.trace/while-stepping.exp: Likewise.
7922
7923 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
7924
7925 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
7926
7927 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
7928
7929 From Brendan Kehoe:
7930 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
7931 int return types.
7932
7933 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
7934
7935 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
7936 remote dos host testing right.
7937
7938 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
7939
7940 * gdb.base/corefile.exp: remove some xfails.
7941
7942 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
7943
7944 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
7945 have different timestamps.
7946
7947 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
7948
7949 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
7950 gdb.base/default.exp: Replace "exec" with "executable".
7951
7952 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
7953
7954 * gdb.base/default.exp: Change else if to elseif from previous
7955 delta.
7956
7957 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
7958
7959 * gdb.base/default.exp: Add brace missing from previous delta.
7960
7961 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
7962
7963 * gdb.base/default.exp: Support test for info float for all
7964 varieties of arm toolchain.
7965
7966 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
7967
7968 * gdb.trace/*.exp: remove "remote_download" command.
7969
7970 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
7971
7972 * gdb.trace/*.exp: remove -gdwarf from compile.
7973
7974 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
7975
7976 * gdb.trace/configure.in(AC_INIT): typo
7977 * gdb.trace/configure: regenerated
7978
7979 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
7980
7981 * config/m68k-emc.exp: New file.
7982 * lib/<emc-support.exp trace-support.exp}: New files.
7983 * configure.in: add new test directory gdb.trace.
7984 * gdb.trace/{configure configure.in Makefile.in}: New files.
7985 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
7986 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
7987 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
7988 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
7989 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
7990 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
7991 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
7992
7993 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
7994
7995 * gdb.c++/classes.exp: Change all regular expressions to match
7996 arbitrary combinations of newline/carriage-return, so that they
7997 will work equally well on Unix and Windows.
7998 * gdb.c++/inherit.exp: ditto.
7999 * gdb.c++/virtfunc.exp: ditto.
8000
8001 1998-08-11 Dawn Perchik <dawn@cygnus.com>
8002
8003 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
8004
8005 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
8006
8007 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
8008 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
8009 to use a0-a3/d0-d3 as needed.
8010
8011 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
8012
8013 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
8014 * gdb.disasm/am33.exp: Corresponding changes.
8015
8016 1998-07-11 Felix Lee <flee@cygnus.com>
8017
8018 * gdb.base/callfuncs.exp: add cmp10 test.
8019 * gdb.base/callfuncs.c (cmp10): new function.
8020
8021 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
8022
8023 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
8024 into two parts to get around a synchronization problem in expect.
8025
8026 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
8027
8028 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
8029
8030 * configure.in: Add options for gdbtk testsuite.
8031
8032 * configure: Regenerate.
8033
8034 * gdb.gdbtk: New directory to hold gdbtk tests.
8035
8036 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8037
8038 * gdb.fortran/types.exp: Escape brackets in expect patterns
8039 for test_float_literal_types_accepted tests.
8040 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
8041 before run test.
8042
8043 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
8044
8045 * am33.exp: Just compile, do not link the testcase.
8046 * am33.s: Add ".am33" pseudoop to force am33 mode.
8047
8048 1998-06-25 Felix Lee <flee@cygnus.com>
8049
8050 * gdb.base/setshow.exp: make sure $pc is sane.
8051
8052 * gdb.stabs/weird.exp: split expect patterns properly.
8053
8054 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
8055
8056 * gdb.disasm/am33.s: New disassembler testfile for the am33.
8057 * gdb.disasm/am33.exp: Run it.
8058
8059 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
8060
8061 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
8062 match processing (and eliminate spurious timeouts when running).
8063
8064 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
8065
8066 * gdb.base/signals.exp (test_handle_all_print): put back Mach
8067 exception test, but conditionalize it on target [mach | gnu].
8068
8069 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
8070
8071 * gdb.base/overlays.exp: fixup compile line for linker script.
8072
8073 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
8074
8075 * gdb.fortran/types.exp: don't guess at float size.
8076
8077 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
8078
8079 * gdb.base/exprs.exp: delete test that depends on int size.
8080
8081 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
8082
8083 * config/sim.exp: Removed checks for target triplets.
8084 (gdb_target_sim): Use gdb,target_sim_options.
8085
8086 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
8087
8088 * gdb.base/reread.exp: New file.
8089 * gdb.base/reread1.c: New file.
8090 * gdb.base/reread2.c: New file.
8091
8092 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
8093
8094 * config/sim.exp: Use 'target sim -sparclite' when running
8095 SPARClite programs.
8096
8097 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
8098
8099 * gdb.base/structs2.exp: New file.
8100 * gdb.base/structs2.c: New file.
8101
8102 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
8103
8104 * gdb.asm/common.inc: New file.
8105 * gdb.asm/d10v.inc: New file.
8106 * asm-source.exp: Pass -I's to gas to find .inc files.
8107 Update line numbers in expected output.
8108 * asmsrc1.s: Rewrite.
8109 * asmsrc2.s: Rewrite.
8110 * configure.in: Create arch.inc symlink.
8111 * configure: Regenerate.
8112 * Makefile.in (distclean): Delete arch.inc.
8113
8114 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
8115
8116 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
8117 (t_enum_value2): ditto
8118 (t_enum_value3): ditto
8119 (main): ditto
8120 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8121
8122 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
8123 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
8124 change.
8125 Use gdb_test instead of send_gdb/gdb_expect sequences.
8126
8127 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
8128
8129 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
8130 not void.
8131
8132 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
8133
8134 * gdb.base/branches.c: Code with lots of loops and
8135 subroutines. Used to test gdbs ability to single step through PC
8136 changes, especially to test mips-tdep.c:mips_next_pc
8137
8138 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
8139
8140 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
8141 more rigorous EGCS C++ error checking.
8142
8143 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8144
8145 * gdb.base/help.exp: Clean up `help set args' and `help show args'
8146 tests.
8147 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
8148 function when asleep.
8149 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
8150 for i*86 Linux and SVR4 signal handling problems.
8151 Remove linux xfail for `next to handler in signals_tests_1', fixed
8152 by recent infrun.c change.
8153 Limit backtrace to 10 frames to avoid timeout problems with infinite
8154 stack backtraces.
8155 Adjust expect pattern in `handle all print' test to match Apr 28 1997
8156 target.[ch] change.
8157
8158 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
8159
8160 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
8161 for a newline from gdb before continuing.
8162 (default_gdb_exit): Just look for y or n.
8163 (gdb_test): Detect abnormal exit from GDB running on DOS; if
8164 it does, fail the rests of the tests in the file.
8165
8166 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
8167
8168 * config/cygmon.exp: New file.
8169
8170 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
8171
8172 * gdb.base/list.exp: Fix problem with "list default lines around
8173 main" test on remote targets.
8174
8175 * gdb.base/scope.exp: Fix problem with filelocal_bss before
8176 run test on remote targets.
8177
8178 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
8179
8180 * gdb.asm: New directory.
8181 * configure.in: Configure it.
8182 * configure: Regenerate.
8183 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
8184 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
8185
8186 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
8187
8188 * config/mn10300-eval.exp: New file to support MN10300 eval board.
8189
8190 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
8191
8192 * gdb.base/overlays (several files): Merge the two overlay
8193 managers into one. Change variables (foox, barx, bazx, grbxx)
8194 back into ints but force them to load in their proper sections.
8195
8196 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
8197
8198 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
8199 on-chip insn memory and IMAP1 to upper 128k.
8200 (D10VCopy): Handle memory regions crossing 16k boundaries.
8201 (D10VCopy): Transfer data in 32 bit chunks.
8202
8203 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
8204
8205 * gdb.base/overlays.c (main): Exit normally when result is
8206 correct.
8207
8208 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
8209 map. Include space for printf in .text segment.
8210
8211 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
8212 updated d10v memory VMA/LMA map.
8213 (D10VCopy): Call D10VTranslate.
8214
8215 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
8216
8217 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
8218
8219 * gdb.base/bar.c (barx, bar): Change variable to small array so
8220 that it won't be put into the .sdata - small data -
8221 section. Update reference.
8222 * gdb.base/baz.c (bazx, baz): Ditto.
8223 * gdb.base/foo.c (foox, foo): Ditto.
8224 * gdb.base/grbx.c (grbxx, grbx): Ditto.
8225
8226 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
8227 to be arrays.
8228
8229 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
8230
8231 * gdb.base/overlays.exp: fix up and get working again.
8232 Add tests for backtraces from an overlay function.
8233
8234 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
8235
8236 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
8237 "calling function with watchpoint enabled".
8238
8239 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
8240
8241 * gdb.base/break.exp (test_next_with_recursion): Remove
8242 gdb_suppress_tests for d10v-*-*.
8243 * lib/gdb.exp (gdb_suppress_tests): Disable this function
8244 pending review of whether it is useful or not.
8245
8246 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
8247
8248 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
8249
8250 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
8251
8252 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
8253 * config/dve.exp: New file to support Densan boards.
8254
8255 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
8256
8257 * gdb.base/interrupt.exp: Document problem of simulators, signals,
8258 reads and BSD.
8259
8260 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
8261
8262 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
8263 response.
8264
8265 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
8266
8267 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
8268
8269 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
8270 test.
8271
8272 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
8273 target_sizeof_long and target_bigendian_p.
8274 (structs_by_value, structs_by_reference): Check values according
8275 to targets word size and endianess.
8276
8277 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
8278
8279 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
8280 output.
8281
8282 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
8283
8284 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
8285 Update test of set args help to match source change.
8286
8287 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
8288
8289 * gdb.base/default.exp: Expect help system output to be in
8290 alphabetical order.
8291 * gdb.base/help.exp: Ditto.
8292
8293 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
8294
8295 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
8296 "i*86-pc-linux-gnu*".
8297 * gdb.base/interrupt.exp: Ditto.
8298 * gdb.base/corefile.exp: Ditto.
8299
8300 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
8301 define vxworks when building the testcase.
8302
8303 * gdb.base/ptype.exp: Fix testnames to be unique.
8304 * gdb.base/radix.exp: Ditto.
8305 * gdb.base/term.exp: Ditto.
8306 * gdb.base/whatis.exp: Ditto.
8307 * gdb.c++/classes.exp: Ditto.
8308
8309 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
8310
8311 * gdb.base/callfuncs.exp: Fix indentation.
8312
8313 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
8314 suppress_flag has been set.
8315 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
8316 target feature.
8317
8318 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
8319
8320 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
8321 the testcase.
8322
8323 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
8324 set_debug_traps() and breakpoint().
8325 * gdb.c++/misc.cc (main): Ditto.
8326 * gdb.c++/templates.cc (main): Ditto.
8327 * gdb.c++/virtfunc.cc (main): Ditto.
8328
8329 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
8330
8331 * lib/gdb.exp(gdb_step_for_stub): New function.
8332 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
8333 exists, reload the executable and do a "continue" instead of
8334 doing a jump.
8335 (runto_main): Use gdb_step_for_stub.
8336
8337 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
8338 tests to have unique names.
8339 * gdb.base/callfuncs.exp: Ditto.
8340 * gdb.base/commands.exp: Ditto.
8341 * gdb.base/default.exp: Ditto.
8342 * gdb.base/help.exp: Ditto.
8343 * gdb.base/list.exp: Ditto.
8344 * gdb.base/opaque.exp: Ditto.
8345 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
8346 similar tests.
8347
8348 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
8349 * gdb.c++/cplusfuncs.cc: Ditto.
8350 * gdb.c++/virtfunc.cc: Ditto.
8351
8352 * config/monitor.exp: Keep track of the last file we saw, rather
8353 than trying to get the info from gdb.
8354
8355 * gdb.fortran/types.exp: Move comment to previous line.
8356
8357 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
8358
8359 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
8360 target mode.
8361
8362 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
8363
8364 From Bob Manson:
8365 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
8366 string from GDB when it connects.
8367
8368 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
8369
8370 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
8371
8372 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
8373 if we can't get a debug format from GDB (we may be testing an
8374 older GDB). Use a 10 second timeout when checking for the format.
8375
8376 * gdb.stabs/weird.exp: Fix quoting.
8377
8378 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
8379
8380 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
8381
8382 * config/arm-ice.exp: New file.
8383
8384 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
8385
8386 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
8387 until it has been modified to work with the new testsuite.
8388
8389 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
8390 testcase won't compile, cause all of the testcases in the file to
8391 fail instead.
8392
8393 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
8394 (gdb_clear_suppressed): New procedure.
8395 (gdb_stop_suppressing_tests): Only clear suppress_flag if
8396 it contains a positive value.
8397
8398 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
8399
8400 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
8401
8402 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
8403
8404 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
8405
8406 * lib/gdb.exp (setup_xfail_format): New function.
8407 (get_debug_format): New function to get debug format.
8408 (debug_format): New global variable to hold last value set
8409 by get_debug_format.
8410 * gdb.base/list.exp: Call get_debug_format and expect some
8411 tests to fail for DWARF 1 and COFF formats.
8412 * gdb.c++/ptype.exp: Ditto.
8413 * gdb.c++/classes.exp: Ditto.
8414 * gdb.c++/cplusfuncs.exp: Ditto.
8415 * gdb.c++/inherit.exp: Ditto.
8416 * gdb.c++/templates.exp: Ditto.
8417 * gdb.c++/virtfunc.exp: Ditto.
8418
8419 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
8420
8421 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
8422 host doesn't have a currently-open connection.
8423
8424 * config/sparclet.exp: Cleanups and fixes to make it generic for
8425 any gdb stub target. Handle cases where gdb doesn't respond when
8426 interrupted in a sane fashion.
8427
8428 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
8429 same thing in a totally different way.
8430
8431 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
8432 setting "timeout".
8433 (gdb_start): We set the global gdb_prompt variable in
8434 default_gdb_init now.
8435
8436 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
8437
8438 * gdb.base/printcmds.exp: Fix "check for floating addition"
8439 regexp to accept results within approx +/- .01 of exact value.
8440 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
8441
8442 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
8443
8444 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
8445 properly.
8446 (gdb_expect): Add optional timeout parameter, and add timeout
8447 value to various calls.
8448 (gdb_suppress_tests): Only give one warning message per group.
8449
8450 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
8451
8452 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
8453 global variables. Handle getting a value for $timeout more
8454 gracefully.
8455
8456 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
8457
8458 * lib/gdb.exp: Close connection to remote host if gdb doesn't
8459 initialize.
8460 (default_gdb_init): New procedure; allow gdb_init to be overridden
8461 by a target configuration file.
8462 (gdb_expect): Pass the timeout to remote_expect.
8463
8464 * config/monitor.exp(gdb_load): Fix typo in regexp.
8465
8466 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
8467
8468 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
8469
8470 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
8471
8472 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
8473 here. Call gdb_target_exec before rebooting the target, to make
8474 sure the connection to the target is closed.
8475 (gdb_load): Pass the name of the executable to gdb_target_monitor.
8476 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
8477 Also detect "Timeout reading from remote" error.
8478
8479 * config/gdbserver.exp: Pass the executable being loaded to
8480 gdb_target_monitor. Don't call gdb_file_cmd here; let
8481 gdb_target_monitor do it.
8482
8483 * gdb.disasm/hppa.exp: Don't use exec_output.
8484
8485 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
8486
8487 * gdb.base/list.exp: If we're debugging a non-native target,
8488 try to set the pc register to point to the start of the
8489 program before doing the first list command.
8490
8491 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
8492 test_calls after restarting.
8493
8494 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
8495 reloading.
8496
8497 * gdb.base/watchpoint.exp: Fix typo.
8498
8499 * gdb.base/setshow.exp: Check for use_gdb_stub.
8500
8501 * gdb.base/break.exp: Fix continue until exit test for the gdb
8502 stub case.
8503 * gdb.base/langs.exp: Ditto.
8504
8505 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
8506 gdb_load_offset. If we weren't given a file to load, figure out
8507 what the current file is and use it.
8508
8509 * config/i386-bozo.exp: New file.
8510
8511 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
8512
8513 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
8514 feature.
8515
8516 * config/proelf.exp: New entry.
8517
8518 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
8519
8520 * lib/gdb.exp: Remove spurious .* patterns at the beginning
8521 of regexps.
8522
8523 * gdb.base/watchpoint.exp: Don't run the test_stepping
8524 tests if gdb can't call functions on the target.
8525
8526 * gdb.base/setshow.exp: Don't run the set prompt tests if
8527 the board has gdb_prompt set.
8528
8529 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
8530
8531 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
8532 * gdb.base/commands.exp: Likewise.
8533 * gdb.base/setshow.exp: Likewise.
8534
8535 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
8536
8537 * config/monitor.exp(gdb_start): Look for gdb_prompt target
8538 feature.
8539
8540 * config/i960.exp: New file.
8541
8542 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
8543
8544 * gdb.base/funcargs.exp: Check for gdb,short_int target
8545 feature instead of looking for explicit target triplets.
8546
8547 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
8548
8549 * gdb.base/printcmds.exp: add a couple more tests a la
8550 "p 123DEADBEEF", to check parse_number.
8551 * top.c: change "to enable to enable" to "to enable" in a couple
8552 of help strings.
8553
8554 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
8555
8556 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
8557 on the mn10300.
8558
8559 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
8560
8561 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
8562 where the test executable is run with explicit args.
8563 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
8564
8565 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
8566
8567 * gdb.base/run.c: Use FAKEARGV to build test executable that
8568 does not require a command line arg, since most simulators
8569 don't currently support passing such an arg into the simulated
8570 program.
8571 * gdb.base/commands.exp: Change tests to insert the proper
8572 value as the arg to the first recursive factorial call. Change
8573 compilation line to define FAKEARGV at compile time.
8574
8575 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
8576
8577 * gdb.base/recurse.exp: Enable these tests for the mn10300.
8578 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
8579 function with watchpoint enabled" test.
8580
8581 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
8582
8583 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
8584 Don't call gdb_test when the command doesn't return to a gdb prompt.
8585
8586 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
8587 "Tests restarted" messages.
8588
8589 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
8590
8591 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
8592
8593 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
8594
8595 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
8596 for INFO SYMBOL; add help tests for OVERLAY commands.
8597 * gdb.base/default.exp: add tests for INFO SYMBOL command;
8598 add tests for OVERLAY commands
8599 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
8600 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
8601 * gdb.base/sigall.c: add usestubs code frag
8602 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
8603
8604 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
8605
8606 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
8607 failures.
8608 (gdb_stop_suppressing_tests): Note that tests have restarted.
8609
8610 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
8611
8612 * config/h8300.exp: New file.
8613
8614 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
8615
8616 * gdb.base/setshow.exp: Check for the existence of a
8617 feature, not its value.
8618
8619 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
8620
8621 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
8622
8623 * gdb.base/scope.exp: It's now init0(), not init().
8624
8625 * gdb.base/scope0.c: For now, change init() to be init0().
8626
8627 * config/monitor.exp: Use gdb_serial in preference to serial
8628 or netport.
8629
8630 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
8631 and it's not already set.
8632
8633 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
8634
8635 * gdb.base/setshow.exp: Only test the run command if the target
8636 isn't using a stub and if it supports argument passing.
8637
8638 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
8639
8640 * config/udi.exp(gdb_start): Make sure UDICONF is set
8641 properly before starting gdb.
8642
8643 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
8644
8645 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
8646 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
8647 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
8648
8649 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
8650
8651 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
8652 specialized code to reboot the board, use remote_reboot instead.
8653
8654 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
8655
8656 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
8657
8658 * config/monitor.exp: Make sure we disconnect from the target.
8659 Also, try a reboot/reload cycle instead of failing if the
8660 load fails.
8661
8662 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
8663
8664 * gdb.base/default.exp: Don't set match_max.
8665 * gdb.base/help.exp: Ditto.
8666 * gdb.base/list.exp: Ditto.
8667 * gdb.base/signals.exp: Ditto.
8668
8669 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
8670 set, use remote_ld to download the testcase instead of
8671 the GDB loader.
8672
8673 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
8674
8675 * config/vr5000.exp: New file.
8676
8677 * config/monitor.exp(gdb_target_monitor): Add pattern for
8678 "Ending remote" to detect errors in connecting.
8679
8680 * gdb.base/setshow.exp: Add .* within auto language test.
8681
8682 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
8683 target feature.
8684
8685 * config/monitor.exp(gdb_load): Check for a failure when loading,
8686 and reboot the board if necessary.
8687
8688 * gdb.base/setvar.exp(test_set): Handle multiple prints within
8689 a set of tests. Remove print.* from the patterns being checked.
8690
8691 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
8692
8693 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
8694 refer to gdb_spawn_id.
8695
8696 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
8697 longer used.
8698 * config/sparclet.exp: Ditto.
8699 * config/sparclet-old.exp: Ditto.
8700 * config/slite.exp: Ditto.
8701 * config/sim.exp: Ditto.
8702 * gdb.base/funcargs.exp: Ditto.
8703
8704 * lib/gdb.exp:Remove references to gdb_spawn_id.
8705 (gdb_expect): Move to remote.exp.
8706
8707 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
8708
8709 * config/monitor.exp: Detect the "Couldn't establish connection"
8710 message from GDB.
8711
8712 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
8713
8714 * gdb.base/bitfields.exp: Use runto instead of explicit
8715 gdb_run_cmd/gdb_expect sequences.
8716
8717 * gdb.base/break.exp(text_next_with_recursion): Add match for
8718 gdb_expect call.
8719
8720 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
8721 We also need to handle the "A program is being debugged already"
8722 prompt from gdb. Use gdb_test to set the baud rate.
8723
8724 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
8725 to 20000. Really. I mean it.
8726
8727 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
8728
8729 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
8730 fails. If suppress_flag is set, skip perror message about not
8731 being able to send to GDB.
8732 (send_gdb): If suppress_flag is set, don't try to send commands to
8733 GDB.
8734 (gdb_expect): If suppress_flag is set, always fail immediately.
8735 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
8736 (gdb_init): Call gdb_stop_suppressing_tests.
8737 (default_gdb_exit): Ditto.
8738 (default_gdb_start): Ditto.
8739
8740 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
8741 gdb_stop_suppressing_tests as appropriate.
8742 * gdb.base/break.exp: Ditto.
8743 * gdb.base/callfuncs.exp: Ditto.
8744 * gdb.base/commands.exp: Ditto.
8745 * gdb.base/exprs.exp: Ditto.
8746 * gdb.base/funcargs.exp: Ditto.
8747 * gdb.base/list.exp: Ditto.
8748 * gdb.base/recurse.exp: Ditto.
8749 * gdb.base/scope.exp: Ditto.
8750 * gdb.base/structs.exp: Ditto.
8751 * gdb.c++/inherit.exp: Ditto.
8752
8753 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
8754
8755 * config/vr4300.exp: New file.
8756
8757 * gdb.*/*.exp: Call gdb_expect instead of expect.
8758
8759 * lib/gdb.exp(gdb_expect): New function.
8760
8761 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
8762
8763 * lib/gdb.exp(gdb_init): New function.
8764
8765 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
8766 for each individual variable set.
8767
8768 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
8769 name.
8770
8771 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
8772
8773 * gdb.base/scope.exp: Use gdb_test.
8774
8775 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
8776 aborting; the testsuite driver will do that for us (see
8777 gdb_finish). Also, use gdb_test in a few more places.
8778
8779 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
8780
8781 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
8782
8783 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
8784
8785 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
8786 and "add_tests" are not at the same address.
8787
8788 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
8789
8790 * gdb.base/ptype.exp: Use gdb_test.
8791
8792 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
8793
8794 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
8795 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
8796 left in. No longer expect them to fail.
8797
8798 * gdb.stabs/*.mt; Deleted, no longer used.
8799 * gdb.stabs/configure.in: Remove references to target makefile
8800 frags.
8801 * gdb.stabs/configure: Rebuilt.
8802
8803 * gdb.disasm/*.mt: Deleted, no longer used.
8804 * gdb.disasm/configure.in: Remove references to target makefile
8805 frags. Use "sh3.s" as the unique filename for this directory.
8806 * gdb.disasm/configure: Rebuilt.
8807
8808 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
8809 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
8810 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
8811
8812 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
8813
8814 * config/udi.exp: Use mondfe,name instead of remote_host.
8815
8816 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
8817
8818 * gdb.base/watchpoint.exp: Don't expect a failure when calling
8819 a function with a watchpoint enabled on the mn10200.
8820
8821 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
8822 before trying to create it!
8823
8824 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
8825
8826 * config/vx.exp: Use hostname instead of netport.
8827
8828 * config/vxworks.exp: New file.
8829
8830 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
8831
8832 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
8833 gdb before assuming everything worked. Send a ^C if a timeout
8834 occurs.
8835
8836 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
8837 $gdb_spawn_id directly.
8838 (gdb_run_cmd): Try _start as well as start. Use the target feature
8839 gdb,start_symbol as the symbol to start from when jumping.
8840
8841 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
8842
8843 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
8844 redundant) test.
8845
8846 * gdb.base/recurse.exp: Relax final value test for 'b' so that
8847 it doesn't lose for 16bit integer systems.
8848
8849 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
8850
8851 * gdb.fortran/types.exp: If the target doesn't support "double"
8852 data types, then expect "real" types to only be 4 bytes.
8853
8854 * gdb.c++/virtfunc.exp: Expect failure for virtual function
8855 call tests if the target doesn't support inferior function calls.
8856
8857 * gdb.base/printcmds.exp: Allow minor deviation in FP values
8858 in printf tests.
8859
8860 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
8861
8862 * gdb.base/help.exp: Disable "help set", "help show", and
8863 "help support". Simplify regexp for "help stack".
8864
8865 * gdb.base/default.exp: Set match_max to 5000 and the timeout
8866 to 60 seconds. Temporarily set match_max to 15000 around the
8867 "info copying" test.
8868
8869 * gdb.base/nodebug.exp: Don't try to do an inferior function
8870 call if the target doesn't support them.
8871 * gdb.base/printcmds.exp: Likewise.
8872 * gdb.base/setvar.exp: Likewise.
8873 * gdb.base/structs.exp: Likewise.
8874 * gdb.c++/templates.exp: Likewise.
8875 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
8876
8877 * gdb.base/recurse.exp: Enable for the mn10200.
8878
8879 * configure.in: Do configure gdb.stabs directory for *-*-elf
8880 targets.
8881 * configure: Rebuilt.
8882
8883 * gdb.base/break.exp: Check for gdb,noresults before testing
8884 exit status and/or results from the target.
8885 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
8886 * lib/gdb.exp: Remove old (now bogus) initialization of
8887 noinferior, noargs, noresults and nosignals.
8888
8889 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
8890
8891 * config/sh.exp: New file.
8892
8893 * config/slite.exp: Try to connect multiple times to the board
8894 before rebooting. Only send a "monitor run" if need_monitor_run
8895 is set.
8896
8897 * gdb.base/break.exp: Don't do the "stub continue" test if
8898 the target has gdb_stub set.
8899
8900 * gdb.base/callfuncs.exp: Increase the timeout.
8901
8902 * gdb.base/interrupt.exp: Don't even try to compile the testcase
8903 if the target has gdb,noinferiorio set.
8904
8905 * gdb.base/list.exp: Increase match_max to 10000 characters.
8906
8907 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
8908
8909 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
8910 target.
8911
8912 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
8913
8914 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
8915
8916 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
8917 trying to delete the copy of gdb. Catch the file delete so we
8918 don't die if the delete fails; also, the file should be copied to
8919 the host, not to the build.
8920
8921 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
8922
8923 * lib/gdb.exp(gdb_test): Surround the result pattern with
8924 parenthesis in case it contains multiple regexps separated
8925 with |.
8926
8927 * gdb.base/watchpoint.exp: Use gdb_test.
8928 * gdb.base/default.exp: Ditto.
8929
8930 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
8931
8932 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
8933
8934 * gdb.base/scope.exp: Use gdb_test.
8935 * gdb.c++/classes.exp: Ditto.
8936 * gdb.c++/inherit.exp: Ditto.
8937
8938 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
8939
8940 * gdb.base/crossload.exp: Don't use execute_anywhere, use
8941 remote_exec instead.
8942 * gdb.base/corefile.exp: Don't be ridiculous.
8943 * gdb.base/*.c: Add missing stub invocations.
8944
8945 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
8946
8947 * config/slite.exp: Miscellaneous fixes.
8948
8949 * lib/gdb.exp: Fix runto.
8950
8951 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
8952 the target.
8953
8954 * gdb.base/watchpoint.exp: Fix regexp.
8955
8956 * lib/gdb.exp(default_gdb_exit): Add a catch to the
8957 close and wait commands, as the descriptor may now be
8958 invalid. Always call "remote_close host".
8959
8960 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
8961
8962 Major rewrite for testsuite revision.
8963
8964 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
8965 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
8966 instead of relying on spawn_id to always contain a valid
8967 spawn id.
8968 (get_compiler_info): New procedure to build the ${binfile}.ci
8969 file, instead of replicating this in N different places.
8970 (gdb_compile): New procedure.
8971
8972 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
8973 appropriate arguments) instead of compile. Use gdb_test in a lot
8974 more places. Use send_gdb instead of send. Always run gdb_start
8975 at the start of a testcase, as this is no longer done magically.
8976
8977 config/*-gdb.exp: Rename without the -gdb suffix.
8978
8979 config/mips.exp: Use remote_close instead of exit_remote_shell.
8980 config/monitor.exp: Use target_info instead of looking at
8981 baud, timeout, etc.
8982 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
8983
8984 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8985
8986 * gdb.c++/templates.exp (test_ptype_of_templates),
8987 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
8988 Update expect patterns for destructors and assignment operators
8989 to match corresponding c-typeprint.c changes.
8990 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
8991 to destructor breakpoint test, GDB should be able to set the
8992 destructor breakpoint without specifying arguments.
8993
8994 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
8995
8996 * gdb.threads/pthreads.exp: Change result for failure to compile due
8997 to lack of pthreads runtime support from an error to simply an
8998 unsupported test, per dejagnu standards.
8999
9000 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9001
9002 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
9003 where GDB exits to reduce pattern match time.
9004 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
9005
9006 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
9007
9008 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
9009
9010 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
9011 * gdb.base/default.exp: ditto.
9012 * gdb.base/nodebug.exp: ditto.
9013 * gdb.base/printcmds.exp: ditto.
9014 * gdb.base/ptype.exp: ditto.
9015 * gdb.base/setvar.exp: ditto.
9016 * gdb.base/structs.exp: ditto.
9017 * gdb.base/setshow.c: Guard against uninitialized values of argc.
9018
9019 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
9020
9021 * configure, */configure: Rebuild with autoconf 2.12.
9022
9023 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
9024
9025 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
9026 use new i*86-pc-linux*-gnu quads.
9027 * gdb.base/corefile.exp: Ditto.
9028 * gdb.base/signals.exp: Ditto.
9029 * gdb.base/sigall.exp: Ditto.
9030 * gdb.base/interrupt.exp: Ditto.
9031
9032 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
9033 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
9034 RedHat 4.0.
9035
9036 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
9037 linux. This allows the test case to at least compile on latest
9038 linux, but still not run due to missing the threads runtime library.
9039
9040 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9041
9042 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
9043 directory to search gdb directory. Accept and step over conditional
9044 stack alignment code. Consume $prompt in failure cases.
9045 Reset timeout to $oldtimeout instead of some arbitrary value.
9046 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
9047 timeout problems with infinite stack backtraces.
9048 * gdb.base/ptype.exp (ptype struct link, union tu_link):
9049 Accept function parameters for linkfunc member.
9050
9051 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
9052
9053 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
9054 (CXXFLAGS): Remove, unreferenced.
9055 (B_OPTIONS): Add for -B options and add code to initialize with
9056 previous -B options and also add -B option to pick up cross compiled
9057 runtime.
9058 (TARGET_INCLUDES): Add for -I options and add code to initialize when
9059 doing cross compiles.
9060 (target_alias): Declare global.
9061 (xgcc): Set variable to full path of gcc in build tree. Use findfile
9062 to verify that gcc exists in build tree, and if so set CC to that
9063 gcc and to use B_OPTIONS and TARGET_INCLUDES.
9064
9065 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
9066
9067 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
9068 ptype test for anonymous union. Fixup testcase to match
9069 current gcc debug output.
9070
9071 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
9072
9073 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
9074 force argument to an unsigned long type.
9075
9076 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
9077
9078 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
9079 tests and anonymous union print/ptype tests.
9080 * gdb.base/list.exp (test_forward-search): Increase timeout by
9081 5 minutes for the "search extremely long line" case.
9082 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
9083 completely optional and that the pass/fail messages use the command as
9084 the message if that third arg is a null string.
9085 (gdb_test_exact): Arrange that a null string pattern means match a
9086 null string output rather than any output, which might include random
9087 errors.
9088 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
9089 backtrace test.
9090 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
9091 always failing and failure is now exposed by gdb.exp changes.
9092
9093 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
9094
9095 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
9096 weren't being noted.
9097
9098 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9099
9100 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
9101 * gdb.stabs/weird.exp: Remove v_comb xfails.
9102
9103 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
9104
9105 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
9106 list.exp scope.exp watchpoint.exp]
9107 Make all timeout error msgs explicitly say "(timeout)".
9108
9109 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
9110
9111 * config/monitor.exp: Increase download timeout to 1000 seconds.
9112
9113 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
9114
9115 * config/m32r.exp: Increase timeout to 120 seconds.
9116
9117 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
9118
9119 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
9120 and accept older ordering as obsolescent gcc or gdb.
9121 * gdb.c++/templates.exp: Ditto.
9122 * gdb.c++/virtfunc.exp: Ditto.
9123
9124 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
9125
9126 * gdb.base/coremaker.c: Add code to mmap some data so we
9127 can check that it ends up in the core file.
9128 * gdb.base/corefile.exp: Add test to read mmapped data
9129 from core file.
9130
9131 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
9132
9133 * config/m32r.exp: New file.
9134
9135 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
9136
9137 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
9138 that cflags can contains -gstabs, and work correctly for other tests.
9139
9140 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
9141
9142 * gdb.base/setshow.exp: New file, tests show and set.
9143 * gdb.base/setshow.c: New file, tests show and set.
9144 * gdb.base/help.exp: Add test for help set|show annotate.
9145 * gdb.base/default.exp: Add test for set|show annotate.
9146
9147 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
9148
9149 * testsuite/gdb.base/break.exp: Make backtrace from factorial
9150 errors unique.
9151 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
9152 explicitly.
9153
9154 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
9155
9156 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
9157 and width commands. This is done elsewhere.
9158 * (gdb_start): Don't call gdb_start_sim here. That's already
9159 done in gdb_load. This fixes lots of failures in default.exp.
9160
9161 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
9162
9163 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9164 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
9165 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
9166 in the same we we treat other failures (since it may be an expected
9167 condition), rather than as an error.
9168 * gdb.base/signals.exp (test_handle_all_print): Revert back to
9169 old test format.
9170
9171 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
9172
9173 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
9174 (distclean maintainer-clean realclean): No need to remove files
9175 twice. Nuke the duplicates.
9176 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
9177 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
9178 Remove config.h along with other config files.
9179
9180 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
9181
9182 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
9183 "p func1 ()" and note that rests of tests are skipped.
9184 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
9185 setup_xfails for "print func2::coremaker_local".
9186 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
9187 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
9188 affected by the previous run test.
9189 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
9190 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
9191 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
9192 "pass int powerset tuple" and "pass modeless int powerset tuple".
9193 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
9194 "real write 4" and "real write 8".
9195 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
9196 setup_xfails for "print vs1 after tuple assign 2",
9197 "print \$i after tuple assign 2", and
9198 "print vs2 after tuple assign 2".
9199 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
9200 meaningful error message and return -1 so the caller can
9201 suppress further tests and avoid a cascade of errors.
9202
9203 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
9204
9205 * gdb.base/a1-selftest.exp: Tweak tests to account for new
9206 format for printing version.
9207 * gdb.base/default.exp: Ditto.
9208 * gdb.base/interrupt.exp: Fix problem with cascade of
9209 errors if child process dies while calling a function.
9210
9211 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
9212
9213 * Makefile.in (VPATH): Add
9214 * Makefile.in (Makefile, config.status): Fix rules so things get
9215 remade when necessary.
9216
9217 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
9218
9219 * Makefile.in (just-check): Add path to sibling expect dir
9220 to environment variable specified by RPATH_ENVVAR.
9221
9222 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
9223
9224 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
9225 (just-check): Add shared library paths for libstdc++, tk,
9226 tcl, bfd, and opcodes to the environment variable specified
9227 in RPATH_ENVVAR.
9228 * configure.in: Add support to recognize --enable-shared flag
9229 and generate correct value for RPATH_ENVVAR.
9230 * configure: Regenerated with autoconf.
9231
9232 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
9233
9234 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
9235 include all osf versions.
9236 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
9237 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
9238 when target is linux. When failing to build pthreads test
9239 executable, give more meaningful message.
9240 * gdb.threads/pthreads.c: Hpux also uses old definition of second
9241 arg for pthread_create.
9242
9243 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
9244
9245 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
9246 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
9247 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
9248 and -lpthreads (everybody else).
9249 (test_startup): Fail gracefully if threads are not supported.
9250 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
9251 "p/c array_index("abcdef",2)" when not gcc compiled.
9252 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
9253 "print func2::coremaker_local" when not gcc compiled.
9254 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
9255 "ptype on opaque struct tagname (statically)",
9256 "ptype on opaque struct tagname (dynamically) 1", and
9257 "ptype on opaque struct tagname (dynamically) 2"
9258 for not compiled with gcc.
9259 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
9260 backtrace when compiled with gcc.
9261 * lib/gdb.exp (runto_main): Return result of "runto main" rather
9262 than always return success.
9263
9264 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
9265
9266 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
9267
9268 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
9269
9270 * gdb.base/structs.exp: Undo last change.
9271
9272 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
9273
9274 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
9275 encapsulate all the steps/nexts done during self test, starting
9276 at main, and makes them less sensitive to optimization issues.
9277 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
9278 signal handler" test.
9279 * gdb.threads/pthreads.exp: Only run this for native configs.
9280 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
9281 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
9282 tests.
9283 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
9284 for "runto test_calls(void)" test.
9285
9286 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
9287
9288 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
9289 and don't expect address info in breakpoint confirmations.
9290
9291 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
9292
9293 * gdb.base/list.exp (test_forward_search): Increase timeout
9294 temporarily by 60 seconds for searching extremely long line,
9295 and then reset to old value when done. Increase expect input
9296 buffer to 10000.
9297
9298 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
9299
9300 * gdb.base/list.exp (test_forward_search): Fix to handle very
9301 long source line without overflowing expect's input buffer.
9302
9303 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
9304
9305 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
9306 "buffer_full".
9307
9308 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
9309 "buffer_full".
9310
9311 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
9312 "buffer_full".
9313
9314 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
9315 "buffer_full".
9316
9317 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
9318
9319 * configure.in (configdirs): Add gdb.threads.
9320 * configure: Regenerated with autoconf.
9321 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
9322 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
9323 * gdb.threads/configure: New, generated with autoconf.
9324
9325 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
9326
9327 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
9328
9329 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
9330
9331 * gdb.base/signals.exp (test_handle_all_print): Test separately for
9332 each signal's status in the output of "handle all print".
9333 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
9334 the \r\n sequence that immediately precedes the gdb prompt.
9335 * gdb.base/a1-selftest.exp: Save original timeout and restore
9336 after test.
9337
9338 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
9339
9340 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
9341 symbol.
9342
9343 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
9344
9345 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
9346
9347 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
9348
9349 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
9350 timeout by 60 seconds.
9351
9352 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
9353
9354 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
9355 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
9356 error return.
9357
9358 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
9359
9360 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
9361 gdb initialization, also report how long dejagnu waited. Restore
9362 old timeout before doing error return. Temporarily increase timeout
9363 by 3 minutes to allow for slow startups over heavy NFS use.
9364
9365 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
9366
9367 * lib/gdb.exp: Report timeout value for verbosity level 2.
9368 * config/gdbserver.exp: Ditto.
9369 * config/hppro.exp: Ditto.
9370 * config/mips-gdb.exp: Ditto.
9371 * config/monitor.exp: Ditto.
9372 * config/netware.exp: Ditto.
9373 * config/sim-gdb.exp: Ditto.
9374 * config/slite-gdb.exp: Ditto.
9375 * config/udi-gdb.exp: Ditto.
9376 * config/unix-gdb.exp: Ditto.
9377 * config/vx-gdb.exp: Ditto.
9378 * gdb.base/a1-selftest.exp: Ditto.
9379 * gdb.base/a2-run.exp: Ditto.
9380 * gdb.base/break.exp: Ditto.
9381 * gdb.base/corefile.exp: Ditto.
9382 * gdb.base/list.exp: Ditto.
9383 * gdb.base/recurse.exp: Ditto.
9384 * gdb.base/scope.exp: Ditto.
9385 * gdb.base/signals.exp: Ditto.
9386
9387 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9388
9389 * gdb.threads/Makefile.in (docdir): Removed.
9390
9391 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9392
9393 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
9394 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
9395 @srcdir@.
9396 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
9397 autoconf 2.5 or higher.
9398 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
9399
9400 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
9401
9402 * configure: Regenerated.
9403 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
9404 avoid name clashes with SunOS headers.
9405
9406 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
9407
9408 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
9409
9410 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
9411
9412 * gdb.base/callfuncs.exp: Finish last change -- make sure the
9413 prototype information ends up in the compiler info file.
9414
9415 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
9416
9417 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
9418 attempting to regenerate it. Eliminate use of a temporary file
9419 and just generate the info file directly. Source it immediately,
9420 for consistency of use.
9421 * gdb.base/corefile.exp: Ditto
9422 * gdb.base/exprs.exp: Ditto.
9423 * gdb.base/funcargs.exp: Ditto.
9424 * gdb.base/langs.exp: Ditto.
9425 * gdb.base/list.exp: Ditto.
9426 * gdb.base/mips_pro.exp: Ditto.
9427 * gdb.base/nodebug.exp: Ditto.
9428 * gdb.base/opaque.exp: Ditto.
9429 * gdb.base/ptype.exp: Ditto.
9430 * gdb.base/scope.exp: Ditto.
9431 * gdb.base/setvar.exp: Ditto.
9432 * gdb.base/signals.exp: Ditto.
9433 * gdb.base/whatis.exp: Ditto.
9434 * gdb.c++/templates.exp: Ditto.
9435 * gdb.c++/virtfunc.exp: Ditto.
9436 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
9437 whether or not to add -lstdc++ to the compile command line args.
9438
9439 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9440
9441 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
9442 it got fixed by the recent lookup_minimal_symbol_by_pc change.
9443 Increase timeout, a lot of single stepping might be needed if the
9444 target has no hardware watchpoints.
9445
9446 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
9447
9448 * gdb.base/break.exp: Ignore compiler warnings when compiling
9449 break.c.
9450 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
9451 * gdb.base/default.exp: Add h8300 xfails. Handle messages
9452 from remote-sim.
9453 * gdb.base/exprs.exp: Add h8300 xfails.
9454 * gdb.base/funcargs.exp: Likewise.
9455 * gdb.base/nodebug.exp: Likewise.
9456 * gdb.base/printcmds.exp: Likewise.
9457 * gdb.base/ptype.exp: Likewise.
9458 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
9459 h8300 xfails.
9460 * gdb.base/return.exp: Handle float/double precision problems
9461 on the h8300.
9462 * gdb.base/funcargs.c: Explicitly make last constant argument to
9463 call_after_alloca_subr an unsigned long type.
9464 * gdb.base/return.c: Include stdio.h.
9465
9466 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
9467
9468 * config/abug.exp: New file for the older Motorola Bug monitor
9469 that runs on the mvme13x series VME boards.
9470 * config/monitor.exp: Use the new config array for target settings
9471 if they exist.
9472
9473 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
9474
9475 * sim-gdb.exp: Make the SH simulator allocate less space when
9476 it is targeted.
9477
9478 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
9479
9480 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
9481 test.
9482
9483 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
9484
9485 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
9486 "rs6000-*-*" for "list function in include file" when gcc compiled.
9487 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
9488 for "p ctable1[120]".
9489 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
9490 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
9491 Remove setup_xfail for "rs6000-*-*" for
9492 "print 'scope0.c'::filelocal before run".
9493 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
9494 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
9495 since some compilers don't allow both options to be given
9496 on the same command line. Create object file and move it.
9497
9498 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
9499
9500 * gdb.base/corefile.exp: Always regenerate the core file, since
9501 we always regenerate the coremaker program. Detect special case
9502 where registers cannot be read from core file.
9503
9504 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
9505
9506 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
9507 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
9508 * gdb.c++/templates.exp: Only match on basename of file since
9509 some formats like xcoff don't encode directory information.
9510 * gdb.stabs/weird.exp: Use the right sed script for powerpc
9511 and rs6000 AIX xcoff targets.
9512 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
9513 * configure: Regenerate.
9514 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
9515 here, rather than in distclean.
9516
9517 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
9518
9519 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
9520 defined, and use it to compile the test case with -O2. The
9521 native compilation still uses no optimization.
9522 * gdb.base/mips_pro.c: Remove inline assembly code since
9523 it is compiled PIC by default, which results in assembler
9524 warnings that make the testsuite think the compilation
9525 was unsuccessful.
9526
9527 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
9528
9529 * gdb.c++/misc.exp: Add note to message for
9530 "print s.a for foo struct" that this is a known gcc 2.7.2
9531 and earlier bug.
9532
9533 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
9534
9535 * gdb.base/break.exp: Fix pattern for matching "Delete all
9536 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
9537 setup_xfail for deleting all breakpoints test. Fix various
9538 timeout messages to include "(timeout)".
9539 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
9540 for "p t_float_values2(3.14159,float_val2)".
9541 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
9542 for "continue to call2g" when gcc compiled.
9543 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
9544 "up to foo in langs.exp", "show language at foo in langs.exp",
9545 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
9546 and "show language at fsub in langs.exp".
9547 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
9548 "list line 1 in include file", "list message for lines past EOF",
9549 "list function in include file", "list list0.h:foo", and
9550 "list filename:function; nonexistant function".
9551 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
9552 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
9553 and "ptype t_char_array" to be for native cc only.
9554
9555 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
9556
9557 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
9558 setup_xfail for "print coremaker_bss", "print coremaker_ro",
9559 "print func2::coremaker_local", and "backtrace in corefile.exp".
9560
9561 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
9562
9563 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
9564 "bt in signals.exp". This problem only appears when running
9565 the testsuite, and then only intermittently.
9566
9567 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
9568
9569 * gdb.base/return.exp (return_tests): Differentiate between
9570 two tests of continuing.
9571
9572 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
9573
9574 * */Makefile.in (maintainer-clean): Remove config.log.
9575 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
9576 * gdb.c++/Makefile.in (PROGS): Add inherit.
9577 (clean): Remove *.ci.
9578
9579 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
9580
9581 * gdb.c++/misc.cc: Add test code from Mike Stump.
9582 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
9583
9584 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
9585
9586 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
9587 to "alpha-*-osf2*" and add comment.
9588 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
9589 setup_xfail for "step over execarg initialization" and
9590 "step over corearg initialization".
9591 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
9592 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
9593 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
9594 gcc compiled for "print coremaker_bss", "print coremaker_ro",
9595 "print func2::coremaker_local", and "backtrace in corefile.exp".
9596 * gdb.base/signals.exp: Build and source signals.ci.
9597 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
9598 to be for gcc only.
9599 * lib/gdb.exp: Move verbose statements outside conditionals.
9600
9601 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9602
9603 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
9604 Feb 3 procfs.c change.
9605
9606 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
9607
9608 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
9609
9610 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
9611
9612 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
9613 from dejagnu's apparent default of 10 seconds, which gives random
9614 results when running the tests over NFS on moderately loaded systems.
9615 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
9616
9617 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
9618
9619 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
9620 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
9621 result reports.
9622
9623 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
9624
9625 * configure.in (CY_AC_PATH_TCLH): Remove.
9626 * configure: Regenerate.
9627
9628 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
9629
9630 * gdb.c++/Makefile.in (clean): Add missing '{'.
9631
9632 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
9633
9634 * lib/gdb.exp: Provide a default value for noinferior.
9635
9636 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
9637 Load libgloss.exp.
9638
9639 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
9640
9641 * gdb.disasm/hppa.exp: Compile directly into an executable, use
9642 the executable, not the .o to run the tests from.
9643
9644 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
9645
9646 * gdb.base/break.exp: Don't test for program exit or exit status
9647 if $noresults if nonzero.
9648 * gdb.base/langs.exp: Likewise.
9649 * gdb.base/watchpoint.exp: Likewise.
9650
9651 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
9652 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
9653 trying to compile the testcase.
9654
9655 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
9656
9657 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
9658 * gdb.base/signals.exp (continue to handler): Likewise.
9659
9660 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
9661
9662 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
9663
9664 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
9665
9666 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
9667
9668 * gdb.base/corefile.exp: Recognize "not found" as failure
9669 when trying to determine if a core file was generated.
9670 If no core file was generate the first time, try again without
9671 the ulimit -c to work around braindamaged shells.
9672
9673 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
9674
9675 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
9676 [] tests with "test" and enclose string in quotes.
9677 * gdb.stabs/configure: Rebuild
9678
9679 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
9680
9681 Changes in sync with expect:
9682 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
9683 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
9684 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
9685 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
9686 argument to AC_REQUIRE.
9687 * configure: Regenerated.
9688
9689 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
9690
9691 * gdb.base/corefile.exp: When generating a core, discard any
9692 error messages about ulimit not found and the "core dumped"
9693 message from the shell that runs the coredumper.
9694
9695 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
9696
9697 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
9698
9699 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
9700 which sed script to run. Expect failure for v_comb test
9701 on PA targets too.
9702
9703 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
9704
9705 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
9706 "print func2::coremaker_local" and for "backtrace in corefile.exp"
9707
9708 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
9709
9710 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
9711 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
9712 "sparc-sun-solaris*" xfails for "p v_comb".
9713 * lib/gdb.exp (default_gdb_start): Fix typo.
9714 * gdb.base/corefile.exp: Allow "Core was generated by ..."
9715 messages to not include the full program name that caused
9716 the core dump since some systems (such as solaris) apparently
9717 truncate this path to about 80 characters.
9718 When generating a core file first try increasing the core file
9719 size limit to unlimited since some systems may default it to
9720 zero, and it is harmless to try it. Move the test for failing
9721 to generate a core file to where it will actually get executed.
9722 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
9723 new gdb result from g++ debug info improvements and make old
9724 pattern obsolescent. Also account for size_t differences
9725 (may be int or long).
9726 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
9727 initialization before function call is placed in the delay slot
9728 and thus appears to be skipped over by commands such as "next".
9729
9730 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
9731
9732 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
9733
9734 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
9735
9736 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
9737 input source file; fix code to compile test to deal with this
9738 convention.
9739 * gdb.c++/*.exp: Likewise.
9740
9741 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
9742
9743 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
9744 "bt in signals.exp".
9745
9746 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
9747
9748 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
9749 "step over execarg initialization" and
9750 "step over corearg initialization".
9751
9752 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
9753
9754 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
9755 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
9756
9757 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
9758
9759 From Rob Savoye (rob@poseidon.cygnus.com)
9760 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
9761 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
9762 configure.in}, gdb.disasm/{Makefile.in, configure.in},
9763 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
9764 configure.in}: Major reworking for autoconfig.
9765 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
9766 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
9767 New files.
9768 * config/unix-gdb.exp: Make GDB global.
9769 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
9770 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
9771 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
9772 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
9773 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
9774 term.exp, twice.exp, watchpoint.exp, whatis.exp},
9775 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
9776 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
9777 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
9778 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
9779 pr-8136.exp, result.exp, string.exp, tuples.exp},
9780 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
9781 to returns as necessary, arrange for test to compile own testcase
9782 executable.
9783 * lib/gdb.exp: Changes for testsuite to compile own test cases.
9784
9785 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
9786
9787 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
9788 clear_xfail at end of test which might not call either pass or fail.
9789 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
9790 "backtrace through signal handler".
9791
9792 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9793
9794 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
9795 continuing from a job control stop signal.
9796 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
9797
9798 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
9799
9800 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
9801 * gdb.base/corefile.exp: Likewise.
9802 * gdb.base/funcargs.exp: Likewise.
9803
9804 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
9805
9806 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
9807 * config/monitor.exp: Add support for setting baud rate.
9808
9809 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
9810
9811 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
9812 i*86-*-linux* xfails for "backtrace through signal handler".
9813 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
9814 "print func2::coremaker_local".
9815 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
9816 alpha-dec-osf2* xfail for
9817 "delete all breakpoints when none".
9818
9819 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
9820
9821 * gdb.base/break.exp: Change test that deletes all breakpoints
9822 when no user breakpoints are installed. A post 4.15 change
9823 causes gdb to no longer prompt in this case.
9824
9825 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
9826
9827 * gdb.base/return.exp (return_tests): Change xfail for test
9828 "correct value returned double test" to stop xfailing at
9829 Solaris 2.5. Apparently the bug has been fixed.
9830
9831 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
9832
9833 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
9834 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
9835
9836 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
9837
9838 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
9839 * gdb.disasm/hppa.s: Corresponding changes.
9840
9841 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
9842
9843 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
9844 makefile fragment.
9845 * config/mt-hpux: Deleted.
9846
9847 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
9848
9849 * Many files: When warning about suppressed tests due to a
9850 nonexistant test binary, avoid incrementing the warning count.
9851
9852 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
9853
9854 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
9855
9856 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9857
9858 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
9859 "sparc-*-solaris2*".
9860
9861 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9862
9863 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
9864 Add global and local variables and initialize them.
9865 * gdb.base/corefile.exp: Test correct mapping of corefile sections
9866 by printing variables. Remove rs6000 and powerpc xfails, BFD now
9867 extracts the file name and terminating signal from the core file.
9868 * TODO: Remove note about tests for correct mapping of corefile.
9869 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
9870 from optimizing it away.
9871 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
9872 handles common blocks.
9873
9874 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
9875
9876 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
9877 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
9878
9879 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
9880
9881 * Makefile.in (maintainer-clean): New target, synonym for
9882 realclean.
9883 * gdb.base/Makefile.in (maintainer-clean): Likewise.
9884 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
9885 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
9886 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
9887 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
9888 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
9889
9890 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
9891
9892 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
9893 xfails when not gcc compiled for "print foo::funclocal".
9894 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
9895 "print foo::funclocal at foo",
9896 "print 'scope1.c'::foo::funclocal at foo",
9897 "print foo::funclocal_bss at foo",
9898 "print 'scope1.c'::foo::funclocal_bss at foo",
9899 "print foo::funclocal_ro at foo",
9900 "print 'scope1.c'::foo::funclocal_ro at foo",
9901 "print bar::funclocal at foo" and
9902 "print 'scope1.c'::bar::funclocal at foo".
9903 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
9904 gcc compiled for "print foo::funclocal at bar".
9905 Expand all messages to ensure that they identify that
9906 the test is at bar().
9907 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
9908 gcc compiled for:
9909 "ptype on opaque struct pointer (statically)",
9910 "ptype on opaque struct tagname (statically)",
9911 "ptype on opaque struct pointer (dynamically) 1",
9912 "ptype on opaque struct tagname (dynamically) 1",
9913 "ptype on opaque struct pointer (dynamically) 2" and
9914 "ptype on opaque struct tagname (dynamically) 2
9915 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
9916 gcc compiled for:
9917 "p datalocal"
9918 "whatis datalocal",
9919 "ptype datalocal",
9920 "p bsslocal",
9921 "whatis bsslocal", and
9922 "ptype bsslocal".
9923 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
9924 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
9925 when not gcc compiled.
9926 * gdb.base/funcargs.exp (float_and_integral_args): Add
9927 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
9928 compiled.
9929 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
9930 "backtrace from call6a" when not gcc compiled.
9931 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
9932 "backtrace from call7a" when not gcc compiled.
9933 * gdb.base/callfuncs.exp (do_function_calls):
9934 Add "hppa*-*-hpux*" xfail when not gcc compiled for
9935 "p t_char_array_values(char_array_val2,char_array_val1)",
9936 "p t_char_array_values(char_array_val1,char_array_val2)",
9937 "p t_char_array_values("carray 1","carray 2")",
9938 "p t_char_array_values("carray 1",char_array_val2)",
9939 "p t_char_array_values(char_array_val1,"carray 2")",
9940 "p sum_args(1,{2})",
9941 "p sum_args(2,{2,3})",
9942 "p sum_args(3,{2,3,4})",
9943 "p sum_args(4,{2,3,4,5})"
9944 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
9945 "backtrace in corefile.exp" when not gcc compiled.
9946
9947 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9948
9949 * gdb.base/signals.exp: Rewrite `handle all print' test as
9950 a procedure. Accept blanks or TABs as whitespace, increase
9951 timeout and expect input buffer size for the large output
9952 from the command. Remove "i*86-*-bsdi2.0" xfail.
9953
9954 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9955
9956 * gdb.base/setvar.exp: Add new testcases for truncation when
9957 assigning invalid values to bitfields.
9958
9959 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
9960
9961 * gdb.base/callfuncs.exp (do_function_calls): Remove
9962 mips-sgi-irix* xfail for
9963 "call inferior func with struct - returns char *"
9964 and fix test so that an optional (unsigned char *) cast is
9965 accepted in the result.
9966
9967 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
9968
9969 * gdb.base/funcargs.exp (float_and_integral_args): Remove
9970 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
9971 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
9972 * gdb.base/signals.exp: Remove duplicate "handle all print" test
9973 that accidentally got checked in.
9974
9975 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
9976
9977 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
9978 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
9979 compiled test.
9980 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
9981 Add mips-sgi-irix5* xfail for not gcc compiled.
9982 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
9983 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
9984 "p top", "whatis top", "p middle", and "whatis middle".
9985 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
9986 "whatis signed char" for not gcc compiled.
9987 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
9988 "set variable signed char=-1 (-1)" and
9989 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
9990 * gdb.base/funcargs.exp (float_and_integral_args):
9991 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
9992 Add mips-sgi-irix* xfail when not gcc compiled for
9993 "continue to call2b".
9994 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
9995 "continue to call2g".
9996 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
9997 "backtrace from call6a"
9998 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
9999 "backtrace from call7k".
10000 Add mips-sgi-irix5* xfail when not gcc compiled for
10001 "backtrace from call7a".
10002 (localvars_after_alloca): Fix gdb_test cmds for
10003 "print * after runto ...".
10004 Remove rs6000-*-* xfails for
10005 "print i after runto localvars_after_alloca" and
10006 "print l after runto localvars_after_alloca"
10007 for all compilers.
10008 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
10009 when not compiled with gcc, for:
10010 "print signed char == (minus)",
10011 "print signed char != (minus)",
10012 "print signed char < (minus)",
10013 "print signed char > (minus)".
10014 * gdb.base/callfuncs.exp (do_function_calls):
10015 Add mips-sgi-irix* xfail, when compiled with native compiler, for
10016 "call inferior func with struct - returns char *".
10017 * gdb.base/return.exp (return_tests): Change xfail for
10018 "correct value returned double test" to include Solaris 2.4.
10019 * gdb.base/funcargs.exp (float_and_integral_args):
10020 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
10021
10022 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10023
10024 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
10025 enumeration bitfields if compiling with GNU C.
10026 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
10027 to empty' prompt.
10028
10029 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
10030
10031 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
10032 test for PRO targets.
10033
10034 * gdb.base/funcargs.exp: Avoid ever setting more than 8
10035 breakpoints in the inferior at any given time by making
10036 two groups of breakpoints for call2*, call6* and call7*
10037 tests.
10038
10039 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10040
10041 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
10042 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
10043 from optimizing it away.
10044 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
10045 "call inferior func with struct".
10046
10047 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
10048
10049 * configure.in: Only configure gdb.chill for particular targets.
10050
10051 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
10052
10053 * gdb.base/Makefile.in: Add action to .c.o transformation
10054 rule that generates a .ci file for each .o file and remove
10055 explicit .c.o rules except for callfuncs.o.
10056 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
10057 generates a .ci file for each .o file and remove explicit
10058 .cc.o rules.
10059 (clean): Remove *.tmp *.ci files.
10060 (EXECUTABLES): Remove templ-info.exp.
10061 * gdb.base/compiler.c: New file.
10062 * gdb.c++/compiler.cc: New file
10063 * gdb.base/scope.exp: Source gdb.base/scope.ci.
10064 Change rs6000-*-* xfail for
10065 "print 'scope0.c'::filelocal_ro" and
10066 "print 'scope1.c'::filelocal" and
10067 "print 'scope1.c'::filelocal_bss" and
10068 "print 'scope1.c'::filelocal_ro" and
10069 "print 'scope1.c'::foo::funclocal" and
10070 "print 'scope1.c'::foo::funclocal_ro" and
10071 "print 'scope1.c'::bar::funclocal" and
10072 "print 'scope0.c'::filelocal_ro" and
10073 "print 'scope1.c'::filelocal at foo" and
10074 "print 'scope1.c'::filelocal_bss at foo" and
10075 "print 'scope1.c'::filelocal_ro at foo" and
10076 "print 'scope1.c'::foo::funclocal at foo" and
10077 "print 'scope1.c'::foo::funclocal_bss at foo" and
10078 "print 'scope1.c'::foo::funclocal_ro at foo" and
10079 "print 'scope1.c'::bar::funclocal at foo" and
10080 "print 'scope0.c'::filelocal_ro" and
10081 "print 'scope1.c'::filelocal" and
10082 "print 'scope1.c'::filelocal_bss" and
10083 "print 'scope1.c'::filelocal_ro" and
10084 "print 'scope1.c'::foo::funclocal" and
10085 "print 'scope1.c'::foo::funclocal_bss" and
10086 "print 'scope1.c'::foo::funclocal_ro" and
10087 "print 'scope1.c'::bar::funclocal" and
10088 "print 'scope1.c'::bar::funclocal_bss"
10089 to only be xfail'd when not compiled with gcc.
10090 Add rs6000-*-* xfail for
10091 "print 'scope0.c'::filelocal_bss before run"
10092 when compiled with gcc.
10093 (test_at_main): Add rs6000-*-* xfail for
10094 "print filelocal_ro in test_at_main"
10095 when compiled with gcc.
10096 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
10097 Add rs6000-*-aix* xfail for
10098 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
10099 "ptype t_char_array", not compiled with gcc.
10100 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
10101 xfail for "list foo (in include file)" when gcc compiled.
10102 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
10103 (integral_args): Add rs6000-*-* xfail for
10104 "run to call0a" if not compiled with gcc.
10105 (unsigned_integral_args): Add rs6000-*-* xfail for
10106 "run to call1a" if not compiled with gcc.
10107 (float_and_integral_args): Add rs6000-*-* xfail for
10108 "run to call2a" if not compiled with gcc and for
10109 "continue to call2b" for any compiler.
10110 Add rs6000-*-* xfail to
10111 "print f1 after run to call2a" for gcc compiled.
10112 (discard_and_shuffle): Add rs6000-*-* xfail for
10113 "run to call6a".
10114 (shuffle_round_robin): Add rs6000-*-* xfail for
10115 "backtrace from call7a" if not compiled with gcc.
10116 Add rs6000-*-* xfail for
10117 "backtrace from call7b" if compiled with gcc.
10118 (call_after_alloca): Add rs6000-*-* xfail for
10119 "print c in call_after_alloca" and
10120 "print s in call_after_alloca" and
10121 "backtrace from call_after_alloca_subr"
10122 if not compiled with gcc.
10123 (localvars_in_indirect_call): Add rs6000-*-* xfail for
10124 "print c in localvars_in_indirect_call" and
10125 "print c in localvars_in_indirect_call" and
10126 "backtrace in indirectly called function" and
10127 "stepping into indirectly called function"
10128 if not compiled with gcc.
10129 (localvars_after_alloca): Add rs6000-*-* xfail for
10130 "print c after runto localvars_after_alloca" and
10131 "print s after runto localvars_after_alloca" and
10132 "print i after runto localvars_after_alloca" and
10133 "print l after runto localvars_after_alloca"
10134 for all compilers.
10135 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
10136 than whatis-info.exp.
10137 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
10138 than opaque-info.exp.
10139 Setup rs6000-*-* xfail for
10140 "ptype on opaque struct pointer (statically)" and
10141 "ptype on opaque struct pointer (dynamically)" when
10142 not compiled with gcc.
10143 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
10144 rather than callf-info.exp.
10145 (do_function_calls): Add clear_xfail for rs6000-*-* for
10146 "p t_float_values2(3.14159,float_val2)". Seems to work
10147 fine there, both with xlc and gcc. Need to find out what
10148 it is doing right and fix other platforms.
10149 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
10150 "call inferior func with struct - returns int",
10151 "call inferior func with struct - returns long",
10152 "call inferior func with struct - returns float",
10153 "call inferior func with struct - returns double",
10154 "call inferior func with struct - returns char *",
10155 but only if not gcc compiled (presumes xlc compiled).
10156 Change rs6000-*-* xfails for
10157 "call inferior func with struct - returns char" and
10158 " call inferior func with struct - returns short" to only
10159 xfail if not using gcc.
10160 (clean mostlyclean): Remove *.ci and *.tmp files.
10161 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
10162 than templ-info.exp.
10163 * gdb.base/langs.exp: Source gdb.base/langs.ci.
10164 Add rs6000-*-* xfail for "up to foo in langs.exp"
10165 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
10166 when not gcc compiled.
10167
10168 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10169
10170 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
10171 * gdb.base/corefile.exp: Likewise.
10172 * gdb.base/list.exp: Likewise.
10173 * gdb.base/scope.exp: Likewise.
10174 * gdb.base/siganls.exp: Likewise.
10175
10176 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
10177 compiler output.
10178 * gdb.base/whatis.exp: Likewise.
10179
10180 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
10181
10182 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
10183 failure (opcode table has been fixed to match reality).
10184
10185 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
10186
10187 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
10188 "call inferior func with struct - returns char",
10189 "call inferior func with struct - returns short"
10190
10191 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
10192 "print 'scope0.c'::filelocal at main",
10193 "print 'scope0.c'::filelocal_bss in test_at_main",
10194 "print 'scope0.c'::filelocal at foo",
10195 "print 'scope0.c'::filelocal_bss in test_at_foo",
10196 "print 'scope0.c'::filelocal at bar",
10197 "print 'scope0.c'::filelocal_bss in test_at_bar"
10198
10199 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
10200 in source file 1". This bug seems to have been fixed with both
10201 gcc and native cc (was native assembler bug?).
10202
10203 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
10204
10205 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
10206 "backtrace through signal handler" to "i*86-*-sysv4*".
10207 * gdb.base/signals.exp: Add xfail for "'next' behaved as
10208 continue" case. Add "known SVR4 bug" to fail message.
10209 Add "i*86-*-bsdi2.0" xfail for "handle all print".
10210 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
10211 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
10212 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
10213 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
10214 "up to foo in langs.exp", "show language at foo in
10215 langs.exp", "up to cppsub_ in langs.exp", "show
10216 language at cppsub_ in langs.exp", "up to fsub in
10217 langs.exp", and "show language at fsub in langs.exp".
10218 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
10219 "bactrace in corefile.exp".
10220 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
10221 "call inferior function with struct - returns float" and
10222 "call inferior function with struct - returns double".
10223
10224 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
10225
10226 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
10227 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
10228 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
10229 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
10230
10231 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
10232
10233 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
10234 (or overriden) "CHILL" macro rather then bare "gcc".
10235 Also look for ../../gcc/xgcc since that is what we will
10236 actually need, not "Makefile". Remove following assignment
10237 of CHILL to CHILL_FOR_TARGET because that results in
10238 recursive definition.
10239
10240 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
10241
10242 * gdb.base/corefile.exp: Change xfail for backtrace in
10243 corefile.exp from linuxaout to all linux.
10244 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
10245 cases where we miss the breakpoint at the signal handler
10246 for some reason. Setup xfail for linuxoldld/linuxaout and
10247 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
10248 hitting SIGURG breakpoint.
10249 * gdb.base/signals.exp: Setup xfail for "next" acting like
10250 continue to add linuxoldld. Setup xfail for all linux for
10251 "next to handler in signals_tests_1", "backtrace in
10252 signals_tests_1", "continue to func1", "pass SIGUSR1",
10253 and continue to handler".
10254
10255 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10256
10257 * Update all FSF addresses except those in COPYING* files.
10258
10259 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
10260
10261 * gdb.base/a2-run.exp: Change messages to be more explicit about
10262 the status of args, and quote binfile in results.
10263
10264 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
10265
10266 * gdb.base/callfuncs.exp: Add tests for passing structs to
10267 inferior functions and return various types.
10268 * gdb.base/callfuncs.c: Add functions to receive a struct
10269 and return a member of the struct, in various types.
10270
10271 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10272
10273 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
10274
10275 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
10276
10277 * config/vxworks29k.exp: New file, sources vxworks.exp.
10278
10279 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10280
10281 * config/gdbremote.exp: New file. Testing framework using
10282 gdbserver.
10283
10284 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
10285
10286 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
10287 "call function when asleep" and "send end of file".
10288 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
10289 for "backtrace in corefile.exp".
10290 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
10291 for "backtrace through signal handler".
10292 * gdb.base/corefile.exp: Make sure we actually generate a core file
10293 before trying the core tests. Some systems allow the user to suppress
10294 generation of core files and default to that (linux for example).
10295 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
10296 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
10297
10298 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10299
10300 * gdb.threads: New directory with some crude multi-threaded
10301 gdb tests (step.exp and step2.exp).
10302 * config/mt-lynx (STEP_EXECUTABLE): Define.
10303 (THREADFLAGS): Define.
10304
10305 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
10306
10307 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
10308
10309 * gdb.base/signals.exp: Disable whole file for lynx until
10310 further notice.
10311
10312 * gdb.base/signals.exp: xfail test where "next" acts like
10313 "continue" for lynx.
10314
10315 * gdb.base/interrupt.exp: xfail test for calling function while
10316 inferior is asleep for lynx.
10317
10318 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
10319 than one cr-lf after each command.
10320
10321 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10322
10323 * configure.in: Reinstate setting of stabsdirs variable, fix
10324 typo in setting up configdirs for native builds.
10325
10326 * gdb.base/return.exp: Fix typo in return double test.
10327 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
10328 compiler from optimizing them away.
10329
10330 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
10331
10332 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
10333 sequences to be echo'd by gdb when using gdb_test.
10334 * gdb.chill/chexp.exp: Likewise.
10335 * gdb.fortran/exprs.exp: Likewise
10336
10337 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10338
10339 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
10340 after the inferior gdb has started.
10341
10342 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
10343 after each command.
10344 * gdb.base/funcargs.exp: Likewise.
10345 * gdb.base/gdbvars.exp: Likewise.
10346 * gdb.base/interrupt.exp: Likewise.
10347 * gdb.base/list.exp: Likewise.
10348 * gdb.base/watchpoint.exp: Likewise.
10349 * gdb.c++/demangle.exp: Likewise.
10350 * gdb.c++/inherit.exp: Likewise.
10351 * gdb.chill/chexp.exp: Likewise.
10352 * gdb.fortran/exprs.exp: Likewise.
10353
10354 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
10355 test if we can't handle IO to/from the inferior.
10356
10357 * gdb.c++/misc.exp: Always check for a program already being
10358 started after sending a "run" command to gdb.
10359
10360 * gdb.base/twice.exp: Start with a fresh gdb.
10361
10362 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
10363 only depend on gdb's expression code, not the chill runtime.
10364
10365 * gdb.base/return.c: Put return values into variables so we
10366 can have gdb print them rather than depending on the program
10367 to print them.
10368 * gdb.base/return.exp: Corresponding changes.
10369
10370 * lib/gdb.exp: Provide default value for noinferiorio.
10371 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
10372 the inferior.
10373
10374 * gdb.base/break.exp: Always check for a program already being
10375 started after sending a "run" command to gdb.
10376 (text_next_with_recursion): Don't check the output from the
10377 program's printf statement. Instead just make sure the program
10378 exited.
10379
10380 * gdb.base/commands.exp: Protect tests which need arguments with
10381 $noargs conditionals.
10382
10383 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10384
10385 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
10386 of structure member arrays to match gdb/valops.c:value_addr change.
10387
10388 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
10389
10390 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
10391 cases.
10392
10393 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
10394
10395 * configure.in (configdirs): Remove gdb.chill from default list
10396 of subdirs and then add it back in only if doing a native build.
10397 The current chill compiler does not yet work in any cross build.
10398 * Revert all signal changes from Jul 6.
10399 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
10400 for sh-hms targets, allowing these tests to link, with no other
10401 changes. Testing is suppressed by setting "nosignals" in site.exp.
10402
10403 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
10404
10405 * configure.in (signaldirs): Define and add to configdirs for all
10406 targets except some specific ones that are known to not support signals.
10407 Also clean up formatting.
10408 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
10409 (signals, sigall): Remove rules to build.
10410 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
10411 Moved to new gdb.signals directory.
10412 * gdb.signals: New test directory.
10413 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
10414 signals.c signals.exp}: New or moved files.
10415
10416 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
10417
10418 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
10419
10420 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
10421
10422 * gdb.base/return.exp: Xfail `return double' test failure
10423 on at least Solaris 2.3 and handle future/past versions on
10424 a case by case basis as appropriate. Also update message
10425 to include i*86 failures.
10426
10427 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10428
10429 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
10430
10431 * lib/gdb.exp: Fix comment which erroneously identified
10432 gdb_file_cmd as gdb_load (the 19 May change was in fact to
10433 gdb_file_cmd not gdb_load).
10434 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
10435
10436 * gdb.base/setvar.exp: Make test names consistent between pass and
10437 fail cases. Use gdb_test more.
10438
10439 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10440
10441 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
10442
10443 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10444
10445 * gdb.base/help.exp: Fix expected help string for `show commands'.
10446
10447 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
10448
10449 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
10450
10451 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
10452 of a text section.
10453
10454 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
10455
10456 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
10457 that loop eventually terminates. Fix Connection refused logic so
10458 that testsuite will expire nicely.
10459
10460 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
10461
10462 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
10463 config/rom68k.exp: New tcl glue for the appropriate monitors.
10464 These all just end up calling monitor.exp.
10465 * config/monitor.exp (gdb_target_monitor): Handle `Connection
10466 refused' by retrying. Cleanup some timeout issues.
10467 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
10468 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
10469 callers don't have to set/restore global timeout variable.
10470
10471 * The following set of changes centralizes management of the global
10472 timeout variable. This way, it can be set in one target dependent
10473 place instead of dozens of places scattered throughout the test suite.
10474 If you need to lengthen a timeout, then you should either set timeout
10475 in one of the config/{target}.exp files, or multiply it by a factor.
10476 Setting it to an absolute value is always going to lose for some
10477 targets.
10478 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
10479 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
10480 * gdb.base/funcargs.exp: Don't set timeout.
10481 * gdb.base/list.exp (test_forward_search): Only use local timeout.
10482 * gdb.base/printcmds.exp (test_print_string_constants
10483 test_print_array_constants): Don't set timeout.
10484 * gdb.base/ptype.exp: Don't set timeout.
10485 * gdb.base/recurse.exp: Don't set timeout.
10486 * gdb.base/return.exp: Don't set timeout.
10487 * gdb.base/watchpoint.exp: Don't set timeout.
10488 * gdb.c++/classes.exp (do_tests): Don't set timeout.
10489 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
10490
10491 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
10492
10493 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
10494
10495 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10496
10497 * lib/gdb.exp: Disable chill tests for irix5.
10498
10499 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10500
10501 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
10502 each test pass or fail.
10503
10504 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10505
10506 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
10507 xlc not gcc.
10508
10509 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
10510
10511 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
10512
10513 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
10514
10515 * config/est.exp: Fix copyright and comments. Remove dead code.
10516 Use targetname, serialport and baud variables instead of fixed
10517 constants.
10518 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
10519 * config/cpu32bug.exp: New file to support cpu32bug monitors.
10520
10521 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10522
10523 * gdb.base/watchpoint.exp: Don't run
10524 test_watchpoint_triggered_in_syscall for sunos.
10525
10526 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10527
10528 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
10529 they don't seem to exist. Do include stdio.h.
10530
10531 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10532
10533 * gdb.base/a1-selftest.exp: Add alpha xfail.
10534
10535 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10536
10537 * gdb.base/watchpoint.c (main): Prompt before calling read().
10538 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
10539 Revise accordingly. Remove cruft about sending "123" several
10540 times, until it gets noticed. Clean up the "print buf[0]" stuff
10541 so that it passes or fails, and waits for prompts in the usual way.
10542
10543 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10544
10545 * gdb.base/recurse.exp: Fix comment.
10546
10547 * TODO: Remove item about printing variables in nodebug.exp. Add
10548 item about enabling tests which are only run on some targets.
10549
10550 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
10551 fail, make test names unique, use new gdb_test convention
10552 regarding pattern, use gdb_test more, etc.).
10553
10554 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
10555 fail, make test names unique, etc.).
10556
10557 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10558
10559 * gdb.base/nodebug.c: Change return type of top and middle to
10560 short.
10561 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
10562 are fixed by the recent mdebugread.c changes. Allow `short ()'
10563 as type for top and middle.
10564
10565 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10566
10567 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
10568 nearly as I can tell, the whole thing was an accident in Stu's
10569 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
10570 to replace a send/expect pair with gdb_test, but ended up only
10571 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
10572 of 30 Mar 1995 took care of it, but left this vestigial comment
10573 which I am now nuking.
10574
10575 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10576
10577 * gdb.base/break.exp: Look for different line number for
10578 breakpoint at main depending on usestubs.
10579
10580 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10581
10582 * gdb.base/list.exp: Adjust some alternate expect patterns to
10583 match recent list0.c change. Add alternate expect pattern for
10584 output from `list default lines around main' for optimizing
10585 compilers.
10586
10587 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10588
10589 * lib/gdb.exp: If nosignals is not set, set it to 0.
10590
10591 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
10592
10593 * config/slite-gdb.exp: Responds to load symbol table prompt.
10594 * gdb.base/break.exp: Adjust line number, fix rerun.
10595 * gdb.base/langs0.c: Add #ifdef usestubs.
10596
10597 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
10598
10599 * gdb.base/list.exp: Adjust line contents after adding new lines in
10600 list0.c. Also fix a syntax error.
10601
10602 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
10603 * gdb.base/break.exp: ditto.
10604 * gdb.base/list.exp: ditto.
10605 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
10606 * gdb.base/run.c: ditto.
10607 * gdb.base/list0.c: ditto.
10608 * gdb.base/funcargs.c: ditto.
10609
10610 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
10611
10612 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
10613 $targetname, $serialport and $baud instead of hardwired variables.
10614 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
10615 target doesn't support signals.
10616
10617 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
10618
10619 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
10620
10621 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10622
10623 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
10624 Don't rely on the value of an auto variable before it has been
10625 initialized. Use gdb_test more.
10626
10627 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10628
10629 * lib/gdb.exp (default_gdb_version): A version number must start
10630 with a digit, but other than that contains all characters up to
10631 the first whitespace character.
10632
10633 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10634
10635 * gdb.base/commands.exp (breakpoint_command_test): New tests.
10636
10637 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10638
10639 * gdb.c++/*.exp: Warn if executable does not exist. The original
10640 reason for skipping the warning was that configure.in sometimes
10641 intentionally skipped building the executables but the tcl code
10642 had no way of knowing. That (a) was always bogus with respect to
10643 error handling, (b) is no longer true (right now there is no way
10644 to skip C++ tests).
10645
10646 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
10647
10648 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10649
10650 * gdb.base/list.exp: Add expect patterns for output from
10651 SunPRO compiled executables.
10652 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
10653 types.
10654
10655 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10656
10657 * gdb.base/break.exp (test_next_with_recursion): Accept any line
10658 number (we are already testing that the correct source line text
10659 gets printed).
10660
10661 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
10662 that is what is intended, but something needed to be done to get
10663 sunos4 native working again.
10664
10665 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
10666
10667 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
10668 apparently went with a (very) old xfail.
10669
10670 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
10671
10672 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
10673 runto_main is a proc in gdb.exp that will do 'step' for target use
10674 stubs.
10675 * gdb.base/exprs.exp: ditto.
10676 * gdb.base/interrupt.exp: ditto.
10677 * gdb.base/opaque.exp: ditto.
10678 * gdb.base/printcmds.exp: ditto.
10679 * gdb.base/ptype.exp: ditto.
10680 * gdb.base/scope.exp: ditto.
10681 * gdb.base/setvar.exp: ditto.
10682 * gdb.base/signals.exp: ditto.
10683 * gdb.base/twice.exp: ditto.
10684 * gdb.c++/classes.exp: ditto.
10685 * gdb.c++/inherit.exp: ditto.
10686 * gdb.c++/templates.exp: ditto.
10687 * gdb.base/break.exp: no run and hit main for stubs. Change line
10688 numbers for breakpoints and info breakpoint.
10689 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
10690 breakpoint().
10691 * gdb.base/callfuncs.c: ditto.
10692 * gdb.base/exprs: ditto.
10693 * gdb.base/interrupt.c: ditto.
10694 * gdb.base/opaque0.c: ditto.
10695 * gdb.base/printcmds.c: ditto.
10696 * gdb.base/ptype.c: ditto.
10697 * gdb.base/scope0.c: ditto.
10698 * gdb.base/setvar.c: ditto.
10699 * gdb.base/signals.c: ditto.
10700 * gdb.base/twice.c: ditto.
10701 * gdb.c++/misc.cc: ditto.
10702 * gdb.c++/templates.cc: ditto.
10703
10704 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10705
10706 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
10707
10708 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
10709 somewhere between `read' and `main.c'. I'm pretty sure the
10710 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
10711 and it isn't particularly useful.
10712
10713 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
10714
10715 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10716
10717 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
10718
10719 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
10720
10721 * config/mt-slite: add LIBS and -nostdlib.
10722 * config/slite-gdb.exp: add this new file to support sparclite target.
10723
10724 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
10725
10726 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
10727
10728 * gdb.base/a2-run.exp: Change argument to istarget from
10729 "*-*-vxworks" to "*-*-vxworks*".
10730 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
10731
10732 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
10733
10734 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
10735 will not runto main but do a 'step' to step out of breakpoint().
10736 * config/mt-slite: add -Dusestubs.
10737
10738 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10739
10740 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
10741 instead of just @.
10742
10743 * gdb.base/signals.exp: Add test for "handle all print".
10744 * TODO: Remove "handle all print". Also remove item about
10745 checking copyright date (I don't like the idea of a spurious FAIL
10746 based on when we run the tests).
10747
10748 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
10749 for SunOS4 (reason for failure not investigated). Remove
10750 redundant test for $binfile.
10751
10752 * gdb.base/nodebug.c (array_index): Call malloc.
10753
10754 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
10755
10756 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
10757
10758 * gdb.base/recurse.exp: Update gdb_test invocation to use new
10759 conventions and slightly simplify the matching regexp.
10760
10761 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10762
10763 * gdb.base/break.exp: Update gdb_test invocation to use new
10764 convention.
10765
10766 * lib/gdb.exp: If noargs is not set, set it to 0.
10767
10768 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
10769 tests unique.
10770
10771 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
10772
10773 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10774
10775 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
10776 one argument of type "<non-float parameter>".
10777
10778 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
10779
10780 * config/rom68k.exp: New file to support Motorola IDP board.
10781 * gdb.base/a2-run.exp: Skip this file if noargs is set.
10782 * gdb.base/break.c: Change things around so that this program
10783 doesn't depend upon args. This is necessary to make remote
10784 targets work (in general, they can't take args).
10785 * gdb.base/break.exp: Don't try to send args to program. Don't
10786 expect output. Also, replace lots of code with gdb_test.
10787
10788 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10789
10790 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
10791 printing of '\'' (which is what the comment says we are testing,
10792 even though we were not), not '''.
10793 (test_integer_literals_rejected): Test that printing ''' is an error.
10794
10795 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
10796 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
10797 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
10798 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
10799 Use gdb_test not test_print_accept.
10800 * lib/gdb.exp: Remove test_print_accept.
10801
10802 * gdb.base/signals.exp (signal_tests_1): Make pass message
10803 consistent with fail message.
10804
10805 * gdb.base/whatis.exp: Remove xfails for printing char vs.
10806 unsigned char; the bug (PR 1821) is fixed.
10807
10808 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
10809
10810 * gdb.base/scope.exp (test_at_localscopes): Call pass for
10811 successful tests--makes xfailing them work right.
10812
10813 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10814
10815 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
10816 only \r\n, not .*. The test can pass .* as the last thing in
10817 $pattern if that is what it wants. In addition to providing this
10818 flexibility, this change should speed up pattern matching in cases
10819 where the pattern already ended with .* (there were a number of
10820 them). This change also helps catch bad patterns--in the old
10821 scheme the typo "char \*" instead of "char \\*" would pass. Now
10822 it is caught.
10823 * Many .exp files: Update callers.
10824
10825 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
10826 clearer and does not spuriously match multiple ('s. Likewise for
10827 ) and *.
10828
10829 * gdb.base/nodebug.exp: Test ability to call a function and pass
10830 it a string (even with no debugging info).
10831
10832 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
10833 "p '\'", which is the same as "p ''" once tcl gets done with
10834 quoting, to "p '\\'", which I suspect is what is intended (one
10835 backslash gets sent to GDB).
10836
10837 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
10838
10839 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10840
10841 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
10842 1817) was fixed literally years ago.
10843
10844 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10845
10846 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
10847 test, it causes stepping out of call_after_alloca_subr with
10848 optimizing compilers.
10849 (localvars_in_indirect_call): Consume GDB prompt if `finish'
10850 fails.
10851
10852 * gdb.c++/templates.exp: Source templ-info.exp only if
10853 the templates executable exists.
10854
10855 * gdb.c++/misc.cc (class Contains_static_instance,
10856 class Contains_nested_static_instance),
10857 gdb.c++/classes.exp (test_static_members): Test printing of
10858 a class that contains a static instance of the class.
10859
10860 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10861
10862 * gdb.base/langs2.c (cppsub_): Don't prototype.
10863 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
10864 only, I believe).
10865
10866 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10867
10868 * lib/gdb.exp (skip_chill_tests): New procedure.
10869
10870 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
10871
10872 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
10873
10874 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
10875 each expect pattern. Cuts runtime from 12 to about 4 seconds.
10876
10877 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10878
10879 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
10880
10881 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
10882 disassemble 8, not 16, instructions for part 4.
10883
10884 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
10885 support the latter anymore.
10886
10887 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
10888 -DNO_PROTOTYPES.
10889 * gdb.base/callfuncs.c: Control use of prototypes based on
10890 NO_PROTOTYPES, not __STDC__.
10891 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
10892 t_float_values2 tests if prototypes in use.
10893
10894 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
10895 t_double_values): When checking differences against DELTA, check
10896 that difference is within the range (-DELTA,DELTA), not just
10897 (-infinity,DELTA).
10898
10899 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
10900
10901 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
10902 'file' command firts, then 'target', then 'load', this is due to gdb
10903 target set up.
10904 * config/mips-gdb.exp: Fix a couple regular exp bugs.
10905
10906 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
10907
10908 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
10909 FP load/store variants.
10910 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
10911
10912 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
10913
10914 * gdb.base/term.exp: Do not give a warning if not native, it is
10915 not an abnormal condition.
10916
10917 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
10918
10919 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
10920 t_char_array".
10921
10922 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
10923
10924 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
10925 are getting the version number.
10926
10927 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
10928 if not native, it is not an abnormal condition.
10929
10930 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10931
10932 * lib/gdb.exp: Just use "file exists", rather than undocumented
10933 dejagnu procedure "findfile".
10934
10935 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10936
10937 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
10938 (LDFLAGS): Set to -Xlinker -Ur.
10939
10940 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
10941 Removed, these values are set by lib/gdb.exp.
10942
10943 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
10944
10945 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10946
10947 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
10948 of replicating gdb startup code.
10949
10950 * config/mt-vxworks (LDFLAGS): Set to -r.
10951 (CFLAGS_FOR_TARGET): Removed.
10952
10953 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
10954 (gdb) and gdb for vxworks uses (vxgdb).
10955
10956 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
10957 executable is not in the tree and host != target, use sed and
10958 program_transform_name to determine the gdb name used by the
10959 target.
10960
10961 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
10962 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
10963
10964 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10965
10966 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
10967 floats, chars, and shorts where there are ANSI-style function
10968 definitions.
10969
10970 * gdb.base/langs.exp, gdb.base/langs*: New test.
10971 * gdb.base/Makefile.in: Build it.
10972 * TODO: Remove item about checking that C names don't get C++
10973 demangling applied; this test tests it.
10974
10975 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10976
10977 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
10978 went with the const70 xfail. The xfail went away a year ago.
10979
10980 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
10981
10982 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
10983 for hp300.
10984
10985 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
10986
10987 * gdb.base/a1-selftest.exp: Don't run on hp300.
10988
10989 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10990
10991 * Makefile.in (site.exp): Set host_alias and target_alias as well
10992 as host_triplet and target_triplet.
10993
10994 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10995
10996 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
10997
10998 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
10999 places as other ecoff systems).
11000
11001 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
11002 ultrix.
11003
11004 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11005
11006 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
11007 remove them.
11008 * gdb.base/nodebug.exp: Accept "function" in addition to "text
11009 variable and "variable" in addition to "data variable".
11010 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
11011
11012 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
11013 2.
11014 * gdb.base/list1.c (long_line): Add additional statement at start
11015 of function.
11016 * gdb.base/list.exp (test_forward_search): Update line number to
11017 reflect new statement.
11018
11019 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11020
11021 * gdb.base/signals.exp: Reinitialize searched source directories
11022 after gdb_start call.
11023
11024 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
11025
11026 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
11027 * gdb.stabs/Makefile.in: Likewise.
11028
11029 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
11030 change. Instead split the tests into smaller pieces.
11031 * gdb.disasm/hppa.s: Corresponding changes.
11032
11033 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11034
11035 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
11036 Quote ^C when passing it to stty. For some shells ^ is a pipe.
11037
11038 * gdb.base/funcargs.exp: Modify many tests so that every test
11039 either passes or fails. Make some test names unique.
11040
11041 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11042
11043 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
11044 Call stty to set interrupt character.
11045
11046 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
11047 for HP assembler versus GNU assembler based on actual behavior of
11048 $(CC), rather than assuming that $(AS) is always the GNU assembler.
11049
11050 * TODO: Suggest a few more stepping tests.
11051
11052 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
11053
11054 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
11055 restart GDB for h8300 after a continue.
11056 (return): Add pattern to match a29k-udi behavior.
11057 * gdb.base/nodebug.exp: Remove obsolete comment.
11058 * gdb.base/regs.exp: New file, testing of register displays.
11059 * gdb.base/return.exp: Fix typo in reference to $objdir.
11060 * gdb.base/whatis.exp: Always start with a fresh GDB.
11061
11062 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11063
11064 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
11065 higher, these tests generate a lot of output.
11066
11067 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11068
11069 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
11070 code following the catch silently ignored some errors; without the
11071 catch they should be thrown like any other tcl error. Also, the
11072 catch used "" instead of {} which meant all the callers who wanted
11073 to include one of the characters "[]$ had to quote it an extra time.
11074 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
11075 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
11076 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
11077 Remove extra quoting.
11078
11079 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
11080
11081 * gdb.base/commands.exp: Make test names unique; every test either
11082 passes or fails. Update some comments.
11083
11084 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
11085
11086 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11087
11088 The following fixes a FAIL caused by the fact that the alpha stabs
11089 configuration didn't use the ".if alpha" code in weird.def.
11090 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
11091 bit pointer, so the 32 bit version works even on the alpha.
11092 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
11093 Remove the stuff which allowed us to have separate versions for
11094 alpha and everything else.
11095
11096 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
11097 regexp which "info func operator\[\](" is supposed to match. Fix
11098 string to send to GDB. Note that GDB still doesn't work right. Add a
11099 new test for "info func .perator\[\](" which GDB does handle correctly.
11100
11101 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
11102
11103 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11104
11105 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
11106 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
11107 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
11108 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
11109 it makes the tests harder to understand and confuses test-o-matic.
11110 The preferred style is that each test provides a PASS or a FAIL,
11111 and has a unique message (e.g. "continue #54" not just "continue")
11112 which is the same for the pass and the fail.
11113 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
11114 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
11115 to lib/gdb.exp.
11116 * gdb.base/printcmds.exp: Use test_print_accept. Remove
11117 prt_accept which was basically the same thing. Likewise for
11118 test_print_reject and prt_reject.
11119 * lib/gdb.exp (test_print_reject): Add some more error message
11120 patterns to match from the former printcmds.exp (prt_reject).
11121 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
11122 One defect of the passcount stuff is that some of it failed to
11123 report XPASS where appropriate.
11124 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
11125 stuff before and after arg in expected pattern.
11126 (test_paddr_operator_functions): Re-do test without print_addr_of;
11127 this is the only test which seems to want extra stuff there.
11128
11129 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11130
11131 * gdb.base/nodebug.exp: Update new tests to reflect improved
11132 wording of gdb output.
11133
11134 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
11135 and "ptype" work on variables in files compiled without -g.
11136 Replaces commented out "maint print msymbol" tests.
11137
11138 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11139
11140 * gdb.base/setvar.c (dummy): Call malloc.
11141
11142 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
11143 losing with the irix4 sed.
11144
11145 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
11146 ALRM" on irix4.
11147
11148 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11149
11150 * TODO: Remove items about corefile.exp testing new exec-file and
11151 backtrace; both are now done. Add items about printing enums.
11152
11153 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11154
11155 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
11156 "get signal $thissig" test fails.
11157
11158 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
11159
11160 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11161
11162 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
11163 compiler warning with dec alpha compiler.
11164
11165 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
11166 extra \n from gdb_test call (this explains why the prompt test
11167 that I removed yesterday was there).
11168 (user_defined_command_test): Remove extra \n and prompt test.
11169
11170 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
11171 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
11172 doesn't exist.
11173 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
11174 Also remove alpha workaround, which turns out to be because
11175 SIGABRT == SIGLOST.
11176
11177 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
11178
11179 * gdb.base/help.exp: Don't test "help show".
11180
11181 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11182
11183 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
11184 "set print address" is on.
11185 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
11186 pass prompt to gdb_test; gdb_test already looks for the prompt.
11187
11188 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
11189
11190 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
11191 was a vestige of the manual TESTSTRATEGY, and the purpose of it
11192 was to make sure that gdb can read a core file. But (a) the "read
11193 the corefile" part didn't make it to a1-selftest.exp, we just
11194 delete the corefile after creating it, and (b) we test reading
11195 corefiles in corefile.exp anyway. Also, this test left around a
11196 xgdb process on Solaris.
11197
11198 * gdb.base/corefile.exp: Also test backtrace.
11199
11200 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
11201
11202 * gdb.base/commands.exp: Test a simple user defined command with
11203 arguments and if/while statements; verify the full user command is
11204 printed by "show user".
11205
11206 * gdb.base/commands.exp: Test if/while commands as part of a
11207 breakpoint command list; verify they appear in breakpoint
11208 information.
11209
11210 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11211
11212 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
11213 than by dividing by zero.
11214
11215 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
11216
11217 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
11218 performing an inferior call with watchpoints enabled.
11219 * gdb.base/watchpoint.c (main): Delete second unnecessary read
11220 call.
11221
11222 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11223
11224 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
11225 of "file" command.
11226
11227 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
11228 Add additional pattern for when "int operator int(void);" appears
11229 in a different order.
11230
11231 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11232
11233 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
11234
11235 * gdb.base/help.exp: Replace most of docstrings for "info signals"
11236 and "signal" with ".*".
11237
11238 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11239
11240 * TODO: Add note about "handle all nostop".
11241
11242 * gdb.base/{sigall.c, sigall.exp}: New test.
11243 * gdb.base/Makefile.in: Add it.
11244
11245 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11246
11247 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
11248 when invoking GDB, suppresses any windowing interface.
11249
11250 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
11251
11252 * config/sim-gdb: New file, simulator testing support.
11253
11254 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
11255
11256 * gdb.base/interrupt.exp: Test calling func1 twice.
11257
11258 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
11259
11260 * gdb.base/list.exp (test_forward_search): Set timeout higher
11261 when we'll be getting lots of output from gdb.
11262
11263 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
11264 "init_malloc" to after the expect statement. Run it if that
11265 regexp is taken, but also for two others which happen if source
11266 cannot be found.
11267
11268 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11269
11270 * gdb.base/printcmds.exp: New test, for printing register before
11271 program is running.
11272
11273 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11274
11275 * gdb.base/list.exp: Correct some alternate expect patterns
11276 to reflect changes in list1.c.
11277
11278 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11279
11280 * TODO: Add item regarding large frames.
11281
11282 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
11283
11284 * TODO: Remove item about enabling return.exp; it
11285 is enabled. Suggest a few more "return" tests.
11286
11287 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11288
11289 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
11290 anonymous unions.
11291
11292 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11293
11294 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
11295 and pr-5646.o, so "make" is the same as "make all", not "make
11296 pr-4975.o".
11297
11298 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
11299
11300 * gdb.base/list.exp: Adjust expectations to reflect changes in
11301 list1.c.
11302 (test_forward_search): New test proc.
11303 * gdb.base/list1.c (long_line): New function, has long source line.
11304
11305 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
11306
11307 * gdb.base/a1-selftest.exp: Change initial stepping to know about
11308 additional line of code that was added.
11309
11310 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
11311
11312 * gdb.disasm/hppa.s: Break the large branching tests into smaller
11313 tests so as not to overflow expect's input buffers.
11314 * gdb.disasm/hppa.exp: Corresponding changes.
11315
11316 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11317
11318 Beginnings of template debugging tests.
11319 * gdb.c++/templ-info.cc: New file to test for template
11320 debugging capability of the compiler.
11321 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
11322 templ-info.cc.
11323 * gdb.c++/templates.cc: Add explicit template instantiations
11324 to enable compiling with -fno-implicit-templates. Add destructor
11325 and 'value' method to T5 class for template tests.
11326 * gdb.c++/templates.exp: Add testcases for printing of template
11327 types, setting breakpoints on template methods and calling a
11328 template method.
11329
11330 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
11331
11332 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
11333 branch target since some assemblers (gas-2.5) may emit a
11334 relocation for the branch instead of resolving it in the
11335 assembler.
11336
11337 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11338
11339 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
11340 through signal handler.
11341
11342 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11343
11344 * configure.in (*-*-netware): Use config/mt-netware.
11345
11346 * config/mt-netware: New file.
11347 * config/mt-i386-netware: Removed, separate configs for different
11348 netware architectures are no longer needed now that we have
11349 --with-headers.
11350
11351 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11352
11353 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
11354 by the recent changes to use ANSI C arithmetic conversions.
11355
11356 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11357
11358 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
11359 bug involving using inferior_pid to figure out whether to select a
11360 frame.
11361
11362 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
11363
11364 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
11365 match the current disassembler output.
11366
11367 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
11368
11369 * gdb.fortran/exprs.exp: Expect VOID instead of void.
11370 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
11371 types, expect "int" as type of integer values (for now).
11372
11373 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
11374
11375 * gdb.base/commands.exp: New tests for if/while commands.
11376
11377 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
11378
11379 * lib/gdb.exp (runto): Replace sub-pattern for hex value
11380 by .*, since hex values have different syntax in Chill mode.
11381
11382 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11383
11384 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
11385 linefeed from expect pattern for repeated types with indices > 9.
11386
11387 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
11388
11389 First part of Fortran test suite.
11390 * gdb.fortran: New directory.
11391 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
11392
11393 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11394
11395 * gdb.base/default.exp: Update expect pattern for load command
11396 without arguments.
11397
11398 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11399
11400 * configure.in: Change i386 to i[345]86.
11401 * gdb.base/configure.in: Likewise.
11402 * gdb.c++/configure.in: Likewise.
11403 * gdb.chill/configure.in: Likewise.
11404
11405 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
11406
11407 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
11408 patterns, since that is not a valid context for comments.
11409
11410 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
11411
11412 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
11413 repeated types and repeated types with indices > 9.
11414
11415 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11416
11417 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
11418 2417; old bug has been fixed.
11419
11420 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
11421
11422 * gdb.base/interrupt.exp: When trying to wake up the inferior,
11423 send the newline ourselves instead of assuming gdb_test will do
11424 so when passed an empty input string.
11425
11426 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
11427 stabs testcode.
11428
11429 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11430
11431 * lib/gdb.exp (gdb_test): Don't send anything if the first
11432 argument is an empty string. This makes cases where we want to
11433 match output that is already in expect's buffers (for example,
11434 matching a breakpoint after gdb_run_cmd has been called) work
11435 reliably.
11436
11437 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11438
11439 * config/netware.exp: New file.
11440
11441 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11442
11443 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
11444 the -B and -L prefixes so we can find the debugging stub.
11445
11446 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
11447 there and we are using the gcc from the tree.
11448
11449 * gdb.base/types.c: Removed.
11450
11451 * gdb.base/configure.in: Look for makefile fragments in ../config.
11452 Recognize i386-*-netware.
11453 * gdb.c++/configure.in: Likewise.
11454
11455 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11456
11457 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
11458 the correct TCL syntax.
11459
11460 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11461
11462 * gdb.base/opaque.exp: use runto instead of messing around with
11463 breakpoints. Simplify by using gdb_test.
11464
11465 * gdb.base/bitfields.exp: restart between tests on netware targets
11466 because breakpoints aren't relocated after target death. Run
11467 processes to completion.
11468
11469 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
11470
11471 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
11472
11473 * Makefile.in: Remove extra tabs that confuse some versions
11474 of "make". Use the newly built gdb to test with by default,
11475 rather than the first one in the tester's search path.
11476
11477 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
11478
11479 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
11480
11481 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
11482 condition help.
11483
11484 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11485
11486 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
11487
11488 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
11489 running.
11490 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
11491 * gdb.base/funcargs.exp: Likewise.
11492
11493 * gdb.base/bitfields.exp: Simplify by using gdb_test.
11494 * gdb.base/funcargs.exp: Likewise.
11495
11496 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
11497 message is "".
11498
11499 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11500
11501 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
11502 return,signals,twice}.exp: Handle non-existant binaries
11503 consistantly.
11504
11505 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
11506 * gdb.base/Makefile.in: Don't try to generate a core dump, we
11507 might testing a cross development system.
11508
11509 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11510
11511 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
11512 runtest script is relative to ${srcdir}, not ${rootdir}.
11513
11514 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
11515
11516 * gdb.base/signals.exp: Allow for optionality of breakpoint
11517 address.
11518
11519 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11520
11521 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
11522
11523 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11524
11525 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
11526 for size_t definition.
11527 * gdb.c++/templates.cc: Likewise
11528
11529 * config/mt-i386-netware: New file.
11530
11531 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
11532 defined.
11533
11534 * gdb.base/Makefile.in: Added support for systems that name core
11535 files by appending "core" to the program name.
11536 * gdb.base/a1-selftest.exp: Likewise.
11537
11538 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11539
11540 * gdb.base/return.exp: Add comment and message for `return double'
11541 test failure on Sparc Solaris.
11542
11543 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
11544
11545 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
11546
11547 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11548
11549 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
11550 from optimizing them away.
11551 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
11552 patterns to include default constructors and assignment operators,
11553 to match gcc versions beyond 2.5.8. Accept any cplus demangling
11554 character in the output of the virtual base pointer.
11555
11556 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11557
11558 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
11559 expression match in print_addr_of to avoid unintented matches.
11560 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
11561 versions up to 2.5.8.
11562
11563 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11564
11565 * gdb.base/list.exp: Tweak alternate pattern for listing of an
11566 included file to run under newer versions of expect.
11567 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
11568 consecutive >'s in templates to accomodate recent cplus-dem.c change.
11569 Remove xfail for the virtual table of BDDHookV.
11570
11571 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
11572
11573 * lib/gdb.exp (string_to_regexp): Set a default result.
11574 (default_gdb_start): Fix misleading message.
11575
11576 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
11577
11578 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
11579 Remove all CC, etc definitions.
11580 * config/mt-hpux: New file.
11581 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
11582 (CFLAGS, LDFLAGS): Define.
11583 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
11584
11585 * Makefile.in (site.exp): Don't insert host_os, etc.
11586 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
11587 (distclean): Check existence of subdir.
11588 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
11589 * gdb.base/Makefile.in: General cleanup and simplification.
11590 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
11591 to build executables. Use default rule to build .o files.
11592 (EXPECT, RUNTEST, CC): Fix relative pathname.
11593 (site.exp): Don't insert host_os, etc.
11594 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
11595 and/or SIGUSR1 defined.
11596 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
11597 * gdb.c++/Makefile.in: General cleanup and simplification.
11598 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
11599 (CFLAGS): Remove.
11600 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
11601
11602 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
11603
11604 * gdb.base/recurse.exp: Misc changes to get tests running again
11605 after Kung's changes to the watchpoint code.
11606 * gdb.base/watchpoint.exp: Likewise.
11607
11608 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
11609
11610 * lib/gdb.exp (string_to_regexp): Convert {\} also.
11611
11612 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11613
11614 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
11615 * lib/gdb.exp (default_gdb_start): Define.
11616 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
11617 gdb.base/funcargs.exp, gdb.base/opaque.exp,
11618 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
11619 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
11620 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
11621 Don't call gdb_target_udi in between tests.
11622
11623 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11624
11625 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
11626 (which was basically just a local version of the same thing). In
11627 addition to avoiding duplication, gdb_test_exact is faster.
11628 * lib/gdb.exp (gdb_test_exact): Fix typo.
11629
11630 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
11631 don't give an error.
11632
11633 * gdb.base/term.exp: Call delete_breakpoints before starting.
11634
11635 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
11636 (t10): Add comment.
11637
11638 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
11639
11640 Reorganization of the GDB Test Suite.
11641
11642 * gdb.base: New directory, contains all the basic tests.
11643 * gdb.c++: New directory, tests specific to C++.
11644 * gdb.chill: New directory, tests specific to Chill.
11645 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
11646 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
11647 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
11648 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
11649 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
11650 t30-31 to chill).
11651 * */gdbme.*: Rename to match appropriate expect scripts.
11652 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
11653 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
11654 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
11655 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
11656 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
11657 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
11658 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
11659 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
11660 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
11661 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
11662 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
11663 gdb.c++/virtfunc.cc: New names of C++ files.
11664 * gdb.chill/chillvars.ch: New name of Chill file.
11665 * gdb.base/configure.in, gdb.c++/configure.in,
11666 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
11667 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
11668 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
11669 * configure.in (configdirs): Update to reflect directory changes.
11670 (target_abbrev): No longer define for any configuration.
11671 * Makefile.in: Cosmetic improvements to header comments.
11672
11673 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
11674
11675 Various changes to gdb.t31:
11676
11677 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
11678 * gdbme.ch: Make all key-words and predefineds be upper-case.
11679 * chillvars.exp: Expect key-words and predefinds in upper-case.
11680
11681 * chillvars.exp: Use gdb_test_exact many places.
11682 Change expected output for arrays (which now includes index labels).
11683
11684 * pr-5020.exp, gdme.ch (module PR_5020):
11685 New test, for PR-5020.
11686
11687 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
11688
11689 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
11690 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
11691
11692 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
11693
11694 * Makefile.in: Fix bit-rot in definitions of CHILL,
11695 CHILL_FOR_TARGET and Chill_LIB.
11696 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
11697 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
11698 CHILL, and CHILL_LIB.
11699
11700 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
11701
11702 * Revert the previous changes. Please see Rob's directory
11703 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
11704
11705 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
11706
11707 * Makefile.in, configure.in, config/mips-gdb.exp,
11708 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
11709 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
11710 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
11711 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
11712 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
11713 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
11714 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
11715 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
11716 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
11717 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
11718 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
11719 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
11720 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
11721 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
11722 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
11723 changes from 94Q1.
11724
11725 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
11726
11727 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
11728 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
11729 Rob's new testing fragments.
11730
11731 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
11732
11733 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
11734 lib/gdb.exp: Replace error proc calls with perror.
11735
11736 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
11737
11738 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
11739 version also, match on casted version strings, and match on
11740 gdb startup case where the line numbers might be messed up.
11741
11742 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
11743
11744 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
11745 (CFLAGS): Delete it from here.
11746
11747 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
11748
11749 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
11750
11751 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
11752
11753 * Makefile.in (RUNTEST): Default to just "runtest".
11754
11755 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11756
11757 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
11758 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
11759 the code has been restructured.
11760
11761 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11762
11763 * gdb.t00/default.exp (set write): Allow any number of \r and/or
11764 \n, not just one of each.
11765
11766 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
11767 /bin/cc gives a warning if you do.
11768
11769 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
11770
11771 * gdb.t24/demangle.exp: change expect pattern of
11772 __t10ListS_link1ZUiRCUiPT0
11773
11774 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11775
11776 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
11777 on local variables in recursive functions.
11778
11779 * gdb.t07/Makefile.in: Build the new test.
11780
11781 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11782
11783 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
11784 directly. Instead compare the return values from actual calls.
11785
11786 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
11787
11788 * Makefile.in (check): Set TCL_LIBRARY for runtest.
11789
11790 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11791
11792 * From Peter Schauer with minor modifications.
11793 * gdb.t15/return.exp (return_tests): Handle targets where "return"
11794 stops in mid-line in the caller. Add xfail for returning a float
11795 value on X86 targets.
11796
11797 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11798
11799 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
11800 to avoid expect lossage.
11801 (fmem_LRbug_tests): Likewise.
11802 * gdb.disasm/hppa.s: Corresponding changes.
11803
11804 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
11805 conditions to work with latest dejagnu/expect.
11806
11807 * gdb.t15/funcargs.exp (finish from indirect call): No longer
11808 expected to fail on the PA.
11809 (backtrace in call with trampolines): Explicitly require main
11810 to be frame #1 (no trampolines should show up in backtrace).
11811
11812 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
11813 "continue -expect".
11814 * gdb.t06/break.exp: Likewise.
11815 * gdb.t07/watchpoint.exp: Likewise.
11816 * gdb.t13/bitfields.exp: Likewise.
11817 * gdb.t15/{funcargs,return}.exp: Likewise.
11818 * gdb.stabs/weird.exp: Likewise.
11819 * config/{mips,udi}-gdb.exp: Likewise.
11820
11821 * hppa.sed: Enclose comments within a sed command to avoid
11822 losing with the old OSF1 sed.
11823
11824 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11825
11826 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
11827 sequent dynix.
11828 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
11829 * gdb.t15/funcargs.exp: Conditionally step again to really
11830 finish from marker_call_with_trampolines. Handle the case where
11831 the first step from within call_with_trampolines already steps
11832 us back to main.
11833 * gdb.t15/gdbme.c: Add comment to closing brace of
11834 call_with_trampolines for funcargs.exp.
11835
11836 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11837
11838 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
11839 Fix typo(s).
11840
11841 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11842
11843 * gdb.t07/gdbme.c: More code for watchpoint testing.
11844
11845 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
11846 "Hardware watchpoint" throughout file.
11847 (test_watchpoint_triggered_in_syscall): New test.
11848 (test_complex_watchpoint): New test.
11849
11850 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11851
11852 * gdbme.c (call_with_trampolines): New function to try and step
11853 into. Tests trampoline problems on the PA.
11854
11855 * funcargs.exp (localvars_in_indirect_call): No longer expect
11856 stepping into indirect call to fail on PAs.
11857 (test_stepping_over_trampolines): New test.
11858
11859 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11860
11861 * TODO: Add suggestions for static member function tests, and
11862 completion tests.
11863
11864 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11865
11866 * TODO: Add suggestions for "p/a" tests.
11867
11868 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
11869 (default_gdb_exit): Replace all the hair with sending "quit" to
11870 the process with a simple close.
11871
11872 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11873
11874 * TODO: Add suggestions for shared library tests.
11875
11876 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11877
11878 * TODO: Add suggestions for x/s tests.
11879
11880 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11881
11882 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
11883 "enable once", and "enable breakpoints once" with ".*".
11884
11885 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11886
11887 * TODO: Add suggestions about structure passing tests.
11888
11889 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11890
11891 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
11892 the primary1 test, use work around if __GNUC__ < 2.
11893 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
11894 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
11895 Test for bad output rather than waiting for timeout. Issue
11896 second continue only if first continue failed.
11897
11898 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11899
11900 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
11901 operator[] test with gdb_test because the old code didn't seem to
11902 be getting the quoting right with the new dejagnu.
11903
11904 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
11905
11906 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
11907 one from the path.
11908 * Makefile.in: Use a fresh expect if there is one, use runtest
11909 from the src tree if there is one.
11910
11911 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11912
11913 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
11914 next over recursive call. Revise the tests from that point on
11915 (which had been skipped) to match GDB's actual (correct) output.
11916
11917 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
11918 with next over a breakpoint whose condition is false.
11919
11920 * gdb.t00/help.exp: Comment out "help set print" tests just like
11921 (and for same reason as) "help set" test.
11922
11923 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11924
11925 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
11926 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
11927
11928 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11929
11930 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
11931 necessary gdb_target_udi.
11932
11933 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
11934
11935 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
11936 1838 and 2417; they are fixed.
11937
11938 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
11939 gdb.t03/ptype.exp (ptype structure, ptype union):
11940 Remove xfails; the test is looser than when the xfails were added.
11941
11942 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
11943 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
11944
11945 * gdb.t01/run.exp: Only run shell test if isnative.
11946
11947 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
11948 since "run" automatically loads if necessary. Call gdb_target_udi
11949 after the "file" since "file" kills any execution target.
11950
11951 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
11952 GDB. GDB doesn't work that way (not anymore at least) on UDI.
11953 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
11954 argument for UDI.
11955
11956 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11957
11958 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
11959
11960 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
11961
11962 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11963
11964 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
11965 properly quoting regexps. This makes the second argument to
11966 demangle a fixed string, which matches the callers, instead of a
11967 shell-style pattern which is what the previous implementation
11968 used. Update some of the callers.
11969
11970 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11971
11972 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
11973 (comib_nullified_tests): Fix typo.
11974 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
11975 strings. No longer expected to fail.
11976
11977 * gdb.disasm/hppa.s (addib_tests): Fix typo.
11978 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
11979 strings. No longer expected to fail.
11980
11981 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
11982 string. No longer expected to fail.
11983
11984 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11985
11986 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
11987 No longer expected to fail.
11988
11989 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
11990 string. No longer expected to fail.
11991
11992 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11993
11994 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
11995 only in the names (I probably got most of them). I was even
11996 generous with some which differed in underscores in names, and
11997 probably missed a few, and I *still* was able to remove almost a
11998 third of the file with almost no impact on testsuite coverage.
11999
12000 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12001
12002 * gdb.t00/default.exp: Match udi_attach error message as well as
12003 the one from child_attach.
12004
12005 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
12006
12007 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
12008
12009 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
12010 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
12011
12012 * Move test with enums and partial symbols back to
12013 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
12014 Reverts the change of 26 May 93. Per today's change to
12015 stabs.texinfo, the behavior that weird.exp was expecting was
12016 unreasonable; what is important is that the compiler+gdb get
12017 things right, which happens with a recent gcc. Also fix the test
12018 to deal with native compilers which put out the stab gdb can't
12019 deal with.
12020
12021 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12022
12023 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
12024 in the names. The main thing these accomplish is to slow things down.
12025 Many more such duplicates surely remain.
12026
12027 * gdb.t00/help.exp: Comment out "help support" test just like
12028 (and for same reason as) "help set" test.
12029
12030 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
12031
12032 * gdb.t06/break.exp: Remove setup_xfails for
12033 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
12034 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
12035 about known bug in gcc to include up through 2.5.8.
12036 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
12037 well as "_vb$".
12038 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
12039 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
12040 with latest gcc and gdb.
12041 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
12042 well as "_vb$".
12043
12044 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12045
12046 * configure.in (hppa*-*-*): Also configure and build stabs-only
12047 tests.
12048
12049 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12050
12051 * gdb.t10/hppa.mt: A makefile fragment for the PA.
12052 * gdb.t10/configure.in (hppa*-*-*): Use it.
12053
12054 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12055
12056 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
12057
12058 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12059
12060 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
12061 versions prior to 1.13.5.
12062
12063 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12064
12065 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
12066 the prompt is at the start of a line.
12067
12068 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12069
12070 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
12071 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
12072 in the copr tests now.
12073 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
12074 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
12075 expected to fail.
12076
12077 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
12078
12079 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
12080 gdb.t31/chillvars.exp, lib/gdb.exp:
12081 Tweak to run under either version of expect.
12082 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
12083 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
12084 * gdb.t11/list.exp: Remove extraneous whitespace.
12085
12086 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12087
12088 * gdb.t16/printcmds.exp (test_print_strings): Accept
12089 "(unsigned char *) " before the string.
12090
12091 * TODO: Add notes about printing of fancy types and GDB expressions.
12092
12093 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
12094
12095 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
12096 * gdb.t06/configure.in: Don't try to compile signals test program
12097 if doing mips-idt-ecoff.
12098
12099 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
12100
12101 * Most .exp files: Tweak to run under either version of expect.
12102
12103 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12104
12105 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
12106 xfails; I'm not sure why they are failing, but not because of PR 1806.
12107
12108 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
12109
12110 * config/unix-gdb.exp: Remove gdb_unload cause it's already
12111 defined in lib/gdb.exp.
12112
12113 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12114
12115 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
12116 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
12117 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
12118 have to be typeless.
12119
12120 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12121
12122 * TODO: Add suggestion for copyright year test.
12123
12124 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
12125
12126 * configure.in (*-*-lynxos*): Add stabs tests.
12127
12128 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12129
12130 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
12131 so insert a tab before any assembler directive in column zero.
12132
12133 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
12134 stores.
12135 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
12136 stores.
12137 (fpu_short_memory_tests): Likewise.
12138
12139 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12140
12141 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
12142 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
12143 .stabs directives in comments.
12144
12145 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12146
12147 * TODO: New file, describing tests we could write.
12148 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
12149
12150 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12151
12152 * gdb.t06/signals.exp: Add kludge to force re-sync.
12153
12154 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
12155 to xgdb instead of gdb, get out of gdb.
12156
12157 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
12158
12159 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
12160 for info.
12161
12162 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12163
12164 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
12165 * gdb.stabs/configure.in (hppa*-*-*): Use it.
12166 * gdb.stabs/hppa.sed: New sed script for the PA.
12167
12168 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12169
12170 * gdb.stabs: Re-write weird.def and configuration to use sed
12171 instead of cpp. sed is portable and POSIX; cpp is neither.
12172
12173 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12174
12175 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
12176
12177 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12178
12179 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
12180
12181 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12182
12183 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
12184 "_vb$".
12185 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
12186 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
12187
12188 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12189
12190 * lib/gdb.exp: Comment out code which depends on non-existent
12191 `transform' procedure.
12192
12193 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
12194
12195 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
12196 * lib/gdb.exp: Transform tool name.
12197 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
12198 1.1's new error handling system.
12199
12200 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12201
12202 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
12203
12204 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12205
12206 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
12207 They made pattern matching so slow that timeouts happened on
12208 heavily loaded systems. Now any output from "show print" which
12209 gets us back to the GDB prompt is a PASS.
12210
12211 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
12212
12213 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
12214
12215 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12216
12217 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
12218
12219 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
12220 It is not from PR 3220.
12221
12222 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12223
12224 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
12225 just started failing because they depended on the order the
12226 subcommands are presented, or exact docstring text. This kind of
12227 test is a pain and has minimal benefit.
12228
12229 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12230
12231 * gdb.t09/corefile.exp: At end of test, use "core" command with
12232 no arguments.
12233
12234 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
12235
12236 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
12237 17}/Makefile.in: Make it possible to run the testsuite with Sun
12238 make and CC = cross gcc by adding explicit build rules for .o
12239 files.
12240
12241 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12242
12243 * gdb.t15/funcargs.exp: Don't put comments on same line as
12244 setup_xfail (@#$*%& tcl braindamage!).
12245
12246 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12247
12248 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
12249
12250 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
12251
12252 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
12253 * gdb.t20/inherit.exp: remove three dumplicate entries.
12254
12255 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12256
12257 * gdb.t06/break.exp: For "next over recursive call", fail on any
12258 incorrect output, not just on "factorial (value=2)".
12259
12260 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12261
12262 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
12263 working now. Add an xfail if accesing a bss variable causes
12264 a memory error if the target is not yet run.
12265
12266 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12267
12268 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
12269 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
12270 name of __st* demangling (2 strings). Did Kung really get the
12271 more than 95 others right without testing them?
12272
12273 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
12274
12275 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
12276
12277 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
12278
12279 * configure.in (configdirs): Add gdb.disasm
12280 * gdb.disasm: New directory for GDB disassembler tests.
12281 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
12282
12283 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12284
12285 * gdb.t00/help.exp: Don't test "help set".
12286
12287 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
12288 from within expect statements. None of these happen anymore and
12289 they cause regressions to be silently unnoticed.
12290
12291 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
12292 messages) about known failures with gcc cygnus-2.4.5-930417.
12293
12294 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
12295 comp-info.exp so it gets built if it doesn't exist.
12296
12297 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
12298 it is no longer used.
12299 * gdb.t13/comp-info.c: Removed.
12300
12301 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12302
12303 * gdb.t06/signals.exp: Add xfail for sun3.
12304
12305 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12306
12307 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
12308 relevant because ^C doesn't get sent but failure can be reproduced
12309 interactively).
12310
12311 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12312
12313 * gdb.stabs/alpha.mt: New configuration file for alpha.
12314 * gdb.stabs/configure.in: Use it.
12315 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
12316 sharing with alpha.mt, redefine long to word via preprocessor.
12317 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
12318 for alpha.
12319 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
12320 native cc.
12321 * gdb.t00/teststrategy.exp: Change expect string so that we
12322 consume the `(xgdb)' from the command echo and from the gdb prompt.
12323 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
12324 gdb currently compares all values as long, so this failure probably
12325 applies to any configuration where LONGEST is bigger than a target int.
12326 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
12327 with gcc.
12328 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
12329 to handle opaque pointers, gcc is.
12330 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
12331 as first argument. Include <sys/types.h> and change all operator
12332 new definitions to use size_t.
12333 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
12334 now that we use size_t.
12335
12336 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12337
12338 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
12339 a long or float array cast all array members to the same type.
12340 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
12341 with 64 bit longs.
12342 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
12343 on alpha.
12344 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
12345
12346 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12347
12348 * gdb.t24 (demangle.exp): Constructors of templates have names like
12349 vector<int>::vector(int) not vector<int>::vector<int>(int). See
12350 section 14.6 of the ARM.
12351
12352 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
12353 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
12354 accomplish little and slow down the testsuite.
12355
12356 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
12357 Accept spaces various places.
12358
12359 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12360
12361 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
12362 with watchpoint enabled.
12363
12364 * Makefile.in: Remove definition of CC and remove the second
12365 definition of CXX (the "CXX = gcc" one remains). These definitions
12366 were causing backquotes to be expanded within backquotes, which
12367 doesn't work.
12368
12369 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12370
12371 * gdb.t17/callfuncs.exp: Add "return 0" to end.
12372
12373 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12374
12375 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
12376 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
12377 by mips cc and contains no stabs entries.
12378
12379 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
12380
12381 * config/vx-gdb.exp: Use fake device to load files rather than
12382 NFS.
12383 * lib/gdb.exp: New proc to do "file" command.
12384 * config/unix-gdb.exp: Use new "file" proc.
12385
12386 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12387
12388 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
12389 Rework board rebooting slightly.
12390 (gdb_exit): Don't exit from the remote shell; there isn't one.
12391 * gdb.stabs/weird.exp: If a program is being debugged already,
12392 kill it.
12393 * gdb.t04/setvar.exp: Stop and restart gdb.
12394 * gdb.t05/expr.exp: Likewise.
12395 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
12396 restart gdb and reload the program.
12397 * gdb.t08/opaque.exp: Likewise.
12398 * gdb.t12/scope.exp: Likewise.
12399 * gdb.t13/bitfields.exp: Likewise.
12400 * gdb.t15/funcargs.exp: Likewise.
12401 * gdb.t20/classes.exp: Likewise.
12402 * gdb.t03/ptype.exp: Increase timeout.
12403 * gdb.t16/printcmds.exp (test_print_string_constants,
12404 test_print_array_constants): Likewise.
12405 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
12406 * gdb.t20/classes.exp (do_tests): Likewise.
12407 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
12408
12409 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
12410
12411 * gdb.stabs: Renamed *wierd* to *weird*.
12412
12413 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12414
12415 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
12416 for timeout. Add "known gcc 2.4.5 bug" to failure message.
12417
12418 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12419
12420 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
12421 (do_tests): Remove xfail for whatis on one_var and two_var.
12422
12423 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
12424
12425 * Makefile.in: Made cross building work better by adding
12426 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
12427
12428 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12429
12430 * gdb.t15/{return.c,return.exp,Makefile.in}:
12431 New test, currently commented out.
12432
12433 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
12434
12435 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
12436 still running and removes the leftover named socket so GDb can do
12437 clean restarts.
12438
12439 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
12440
12441 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
12442 console, not GDB.
12443 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
12444 cross testing works better with "make check"
12445 * config/unix-gdb: Use default procedures for exit and version.
12446 * config/vx-gdb.exp: Cleaned up and massaged back to working order
12447 with the newest VxWorks.
12448
12449 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12450
12451 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
12452 old form.
12453
12454 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
12455 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
12456
12457 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
12458
12459 * config/unix-gdb.exp: Remove this version of gdb_exit
12460 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
12461 Rob says he'll look at it when he gets back to testing boards.
12462
12463 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
12464
12465 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
12466 an expected fail for certain ptype commands.
12467
12468 * gdb.t20/classes.exp: Update expected results of "ptype class
12469 Base1" to account for the constructor that now appears in the type.
12470
12471 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
12472
12473 * configure.in (configdirs): Restore gdb.t04, which mysteriously
12474 disappeared from list.
12475 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
12476 "alldone" proc with call to cleanup and exit.
12477 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
12478 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
12479 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
12480 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
12481 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
12482 "alldone" proc with simple returns that suppress remaining
12483 tests. The alldone proc went away many months ago.
12484
12485 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12486
12487 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
12488
12489 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
12490
12491 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12492
12493 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
12494 as vax gdb will display them.
12495
12496 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12497
12498 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
12499 optimizers.
12500
12501 * scope.exp: Change "bad value for localval" messages so each one
12502 is unique.
12503
12504 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
12505 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
12506
12507 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
12508
12509 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12510
12511 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
12512 doesn't exist (due to optimization).
12513
12514 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12515
12516 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
12517 contains \r because the filename is long.
12518
12519 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
12520 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
12521
12522 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12523
12524 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
12525 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
12526 Ultrix.
12527 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
12528 int tests.
12529 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
12530
12531 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
12532
12533 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
12534
12535 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
12536 to match does not match the passing case but still matches the
12537 failing case.
12538
12539 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12540
12541 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
12542
12543 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
12544
12545 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
12546 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
12547 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
12548 Remove various versions of gdb_exit.
12549 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
12550 gdb_exit.
12551 * config/unix-gdb.exp: gdb_exit remains here, and should override
12552 the generic version, since it's doing a lot of wierd stuff that
12553 the other versions aren't. FIXME, fold it in, or abandon this
12554 version.
12555
12556 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12557
12558 * gdb.t24/demangle.exp: Add tests for PR 3220.
12559
12560 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12561
12562 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
12563
12564 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
12565
12566 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
12567 "i386-*-*". Works for i486 as well.
12568
12569 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
12570 bug, and expand domain of xfail to all SVR4 systems, since the
12571 actual problem is likely to be in generic SVR4 /proc support.
12572
12573 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12574
12575 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
12576
12577 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
12578
12579 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
12580 xfails for other systems. Match a missing 'Continuing.' as an
12581 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
12582
12583 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
12584 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
12585 Only issue warning for missing executables if -all option is used.
12586
12587 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
12588 file if -all option is used. It's like an unpredictable XFAIL.
12589
12590 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12591
12592 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
12593 for dynamically linked binaries.
12594
12595 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
12596
12597 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12598
12599 * gdb.t20/inherit.exp: Change message for "print tagless struct"
12600 to state that this is a known bug in old versions of g++.
12601
12602 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12603
12604 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
12605 while waiting for `Continuing'.
12606
12607 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
12608
12609 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
12610 in text, data, and bss.
12611 * gdb.t10/nodebug.c: Add local and global test variables for
12612 initialized and uninitialized data.
12613
12614 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12615
12616 * config/unix-gdb.exp (gdb_exit): Add "wait".
12617
12618 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12619
12620 * gdb.t06/signals.exp: xfail the continue from the handler for all
12621 targets.
12622
12623 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
12624 function with watchpoints enabled, the i386 call dummy starts with
12625 a call.
12626
12627 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
12628 386 bsd names its corefiles.
12629
12630 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
12631
12632 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
12633 compilers don't grok it.
12634 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
12635 with small octal ints rather than character constants, which
12636 are signed and might not fit if first promoted to int.
12637
12638 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
12639
12640 * gdb.t09/Makefile.in (clean): Remove corefile.
12641
12642 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12643
12644 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
12645
12646 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12647 and Jim Kingdon (kingdon@cygnus.com)
12648
12649 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
12650 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
12651 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
12652
12653 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12654
12655 * gdb.t17/interrupt.exp: Add xfail for hppa.
12656
12657 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12658
12659 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
12660 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
12661 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
12662 to determine signed-ness of bitfields and use the result to setup
12663 the xfail.
12664 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
12665 * gdb.t15/funcargs.exp: Use them to step until the second indirect
12666 call line is reached if necessary.
12667
12668 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12669
12670 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
12671
12672 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12673
12674 * gdb.t06/break.exp: Also test `clear' command.
12675
12676 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12677
12678 * gdb.t00/teststrategy.exp: Remove extra quote.
12679
12680 * gdb.t07/watchpoint.exp: Change xfail for calling function with
12681 watchpoint enabled to be for all non-68k machines.
12682
12683 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
12684
12685 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12686
12687 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
12688 targets use aout.mt instead of ecoff.mt as gas understands
12689 standard aout format.
12690
12691 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12692
12693 * lib/gdb.exp (runto): Don't insist that function we are running to
12694 was compiled with -g.
12695
12696 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
12697
12698 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
12699 to get back into the read system call.
12700 Accept leading newline in case where we woke it up.
12701
12702 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12703
12704 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
12705 to make the stabs test work on ecoff systems using gcc and -with-stabs.
12706 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
12707 enable ecoff configuration.
12708
12709 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12710
12711 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
12712
12713 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12714
12715 * gdb.t16/printcmds.exp: Add another printf test.
12716
12717 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
12718
12719 * configure.in: If configured -with-stabs on any target, add
12720 stabsdirs to configdirs.
12721
12722 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12723
12724 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
12725 fun" so pattern does not match the command itself.
12726
12727 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12728
12729 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
12730
12731 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12732
12733 * gdb.t17/interrupt.exp: Test for more things.
12734
12735 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12736
12737 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
12738 compiler arranges the code and line numbers.
12739
12740 * gdb.t17/interrupt.exp: Don't send \n after ^C.
12741
12742 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12743
12744 * gdb.t00/help.exp: Increase expect input buffer size.
12745
12746 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12747
12748 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
12749
12750 * gdb.t07/watchpoint.exp: Add xfail for hppa.
12751
12752 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
12753
12754 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
12755 [0-9]*, not just [0-9].
12756
12757 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12758
12759 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
12760
12761 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
12762
12763 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12764
12765 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
12766
12767 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12768
12769 * gdb.t06/signals.c: Add xfails for sun3.
12770
12771 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
12772
12773 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
12774 test_stepping tests.
12775
12776 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12777
12778 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
12779
12780 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
12781
12782 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
12783 rather than actually putting it through cpp twice.
12784
12785 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
12786
12787 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
12788
12789 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
12790 no longer needed.
12791
12792 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12793
12794 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
12795
12796 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
12797 C++ features prints as "struct", make it a pass, not an xfail.
12798
12799 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12800
12801 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
12802 Don't require VA to print as "class" rather than "struct".
12803
12804 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
12805
12806 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
12807
12808 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12809
12810 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
12811
12812 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12813
12814 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
12815 order.
12816
12817 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12818
12819 * gdb.t16/printcmds.exp: Add printf tests.
12820
12821 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
12822
12823 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
12824
12825 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
12826
12827 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
12828 pass counts, to counteract any existing or future setup_xfails.
12829
12830 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12831
12832 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
12833 {BEGIN,END}_COMMON for common block instead of STAB.
12834 * gdb.stabs/wierd.exp: Add xfail for rs6000.
12835
12836 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
12837 intp_var should be N_GSYM not N_LSYM.
12838 wierd-aout.S: Use a label for the value of the N_SO.
12839 wierd.def: Remove all backslashes.
12840 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
12841
12842 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12843
12844 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
12845 get the expected next to inheritance3.
12846
12847 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12848
12849 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
12850 now that gcc-2.4 gets it right.
12851
12852 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12853
12854 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
12855
12856 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
12857 generating comp-info.exp which works for cross-compilation.
12858
12859 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
12860
12861 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
12862 "*-*-sysv4.*".
12863
12864 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
12865
12866 * gdb.t01/run.exp: Start with a fresh gdb.
12867 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
12868 SVR4.x.
12869
12870 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
12871
12872 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
12873 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
12874 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
12875 Makefile.in (distclean, realclean): Remove gdbme.c from list of
12876 things to remove.
12877
12878 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
12879
12880 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
12881 test cases from bug reports.
12882
12883 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
12884
12885 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
12886 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
12887 avoid spurious xfails.
12888 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
12889 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
12890 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
12891
12892 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
12893
12894 * gdb.t00/teststrategy.exp: Rework to provide more useful
12895 description of each test, fix problem with systems that define
12896 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
12897 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
12898 results for "next over recursive call" so timeouts aren't taken
12899 by error.
12900
12901 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
12902
12903 * gdb.t12/scope.exp: Test printing of variables before run.
12904
12905 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
12906 printed in wrong order due to sorting.
12907
12908 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
12909
12910 * gdb.t00/teststrategy.exp: Fix expected results for printing
12911 user entered string constant. Is array of char, prints with no
12912 address.
12913
12914 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
12915 commands.
12916 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
12917 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
12918 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
12919 of struct of char arrays.
12920 * gdb.t00/radix.exp: New tests for radix commands.
12921
12922 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
12923
12924 * gdb.t16/printcmd.exp: Print a variable before running program
12925 (with xfail for AIX).
12926
12927 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
12928
12929 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
12930
12931 * gdb.t16/printcmd.exp: Don't print variables before running program.
12932
12933 * gdb.t06/break.exp: Don't require envp argument to main.
12934
12935 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
12936
12937 * gdb.t02/whatis.exp, gdb.t11/list.exp:
12938 Add xfails for rs6000.
12939
12940 * gdb.t02/whatis.exp: Change other tests not to re-test something
12941 we already tested.
12942
12943 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
12944 each type used has a variable of that type.
12945
12946 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
12947
12948 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
12949
12950 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12951
12952 * configure.in: change srctrigger to be a file, not a directory
12953
12954 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
12955
12956 * configure.in (mips-idt-ecoff*): Added trailing '*'.
12957
12958 * gdb.t11/list.exp: Fixed a couple of typos.
12959
12960 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
12961
12962 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
12963 is fixed and PR is closed.
12964 * gdb.t16 (gdbme.c): Add simple test string variable.
12965 * gdb.t16 (printcmds.exp): Add tests with simple test string
12966 variable, primarily for boundaries on "set print elements".
12967
12968 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
12969
12970 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
12971 Make leading 0's optional and don't expect a tab in the middle
12972 of the number.
12973
12974 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
12975
12976 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
12977 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
12978 don't end command passed to gdb_test with newline.
12979
12980 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
12981 signed keyword away, don't expect signed bitfields to be signed.
12982
12983 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
12984 printing with only as many 1's as are in the field as well as printing
12985 with 32 1's (see comment).
12986
12987 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
12988
12989 * gdb.t00/default.exp: Start with a fresh gdb.
12990 * configure.in (configdirs): Remove gdb.t31 until the chill
12991 compiler works again. It no longer is able to find chillrt0
12992 since it isn't in libchill.a anymore.
12993 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
12994 wierd.o, make more modular.
12995 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
12996 spurious newlines that caused problems.
12997
12998 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12999
13000 * Move test with enums and partial symbols from gdb.t03/ptype.exp
13001 to gdb.stabs/wierd.exp since GCC has worked around the bug.
13002 gdb.stabs/wierd.{exp,def}: Many new tests.
13003
13004 * gdb.t00/default.exp: update info line for new message.
13005
13006 * gdb.t02/{whatis.exp,gdbme.c}:
13007 Test that "char *" doesn't print as "caddr_t".
13008
13009 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13010
13011 * gdb.t00/help.exp: Use .* in place of some help messages which
13012 just changed.
13013 gdb.t00/default.exp: Update "info frame" test for new message.
13014 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
13015 Remove some xfails
13016
13017 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13018
13019 * gdb.t03/{gdbme.c,ptype.exp}:
13020 Add tests for typedef'd struct and union without tags.
13021 Also check "whatis" on a variable of a typedef'd enum without a tag.
13022
13023 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
13024 PRMS 1823; the bug still exists but isn't reproduced by this test
13025 anymore), and remove rs6000 XFAIL (the bug is fixed).
13026
13027 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
13028 duplicated from whatis.exp. For those that are left, accept
13029 "long", "long int", or "int" for long variables (whatis.exp already
13030 has an XFAIL for "int", so no need to fail it here).
13031
13032 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
13033 Deal with GCC's names for types now that GDB uses the compiler's names.
13034
13035 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
13036 setup_xfail's for sunos4. If we #defined the signed keyword away,
13037 don't expect GDB to know that char it is signed.
13038
13039 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
13040
13041 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
13042
13043 * configure.in (configdirs): Add gdb.t24 for C++ tests that
13044 should work on any system, regardless of debugging format.
13045 * gdb.t21/demangle.exp: Move to gdb.t24.
13046 * gdb.t24/demangle.exp: Move from gdb.t21.
13047 * gdb.t24/{Makefile.in, configure.in}: New files.
13048
13049 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13050
13051 * configure.in: Do gdb.stabs and C++ tests only for stabs.
13052 * gdb.stabs: New directory.
13053
13054 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13055
13056 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
13057 not just "Quit anyway?".
13058
13059 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
13060
13061 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
13062 that all setup_xfails are immediately followed by clear_xfails.
13063
13064 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
13065
13066 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
13067 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
13068 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
13069 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
13070 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
13071 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
13072 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
13073 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
13074 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
13075 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
13076 gdb.t31/chillvars.exp, lib/gdb.exp:
13077 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
13078 bug-gdb@prep.ai.mit.edu.
13079
13080 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
13081
13082 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
13083 with 0.0, not integer 0.
13084
13085 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
13086
13087 * gdb.t06/break.exp: Update for "Kill the program" message change.
13088
13089 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
13090
13091 * Makefile.in (GDBFLAGS): Set to -nx.
13092 * Makefile.in (site.exp): Use GDBFLAGS.
13093
13094 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13095
13096 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
13097 Makefiles.
13098 (check): depend on just-check.
13099 (just-check): added so that tests can be run without a noop
13100 build pass.
13101
13102 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13103
13104 Switch to using configure's configdirs.
13105 * Makefile.in (Makefile): add configure.in dependency.
13106 (SUBDIRS): removed redundant assignment.
13107 * configure.in: switch subdirs assignment to configdirs.
13108 * gdb.t*/configure.in: new files.
13109
13110 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
13111
13112 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
13113 works.
13114
13115 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
13116
13117 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
13118 in explicit rules. Apparently this is not supported by some makes.
13119
13120 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
13121
13122 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
13123
13124 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13125
13126 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
13127 disappeared.
13128
13129 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13130
13131 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
13132
13133 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
13134
13135 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
13136 watchpoint problem that is now fixed.
13137 * gdb.t30/chexp.exp: Remove setup_xfail for printing
13138 uninitialized convenience variables.
13139 * gdb.t31/chillvars.exp: Fix expected patterns for printing
13140 structures.
13141
13142 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13143
13144 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
13145 which causes expect to get out of sync with gdb on long output
13146 from help set.
13147 * gdb.t09/corefile.exp: Make expected pattern for core file
13148 failing signal and frame output format less sun specific.
13149
13150 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
13151
13152 * gdb.t31/chillvars.exp: Add and remove initial dummy
13153 breakpoint, so that symbol table is forced in.
13154 (Needed at least on Sunos4, though it seems not SVR4.)
13155 * gdb.t31/chillvars.exp: Update for changed output format.
13156
13157 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
13158
13159 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
13160
13161 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
13162
13163 * Makefile.in: Added --srcdir when invoking runtest, removed the
13164 need for a local config file. (optional now)
13165
13166 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
13167
13168 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
13169 failure count used to force early termination. Add some more
13170 expected failures for gnu style demangling.
13171
13172 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13173
13174 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
13175 pmi variable from gdb.t20/gdbme to get optimized away.
13176 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
13177 Check for written corefile upon timeout _and_ eof.
13178
13179 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13180
13181 * config/unix-gdb.exp: Add missing return 0.
13182
13183 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13184
13185 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
13186 test termination.
13187
13188 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
13189
13190 * configure.in (subdirs): Put back gdb.t17 which mysteriously
13191 disappeared.
13192
13193 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
13194
13195 * gdb.t10/crossload.exp: Disable the i860-elf test until such
13196 time as i860 support works.
13197
13198 * gdb.t15/funcargs.exp: Fix expected outputs to include
13199 "backtrace 100\r" rather than just "backtrace\r", to match last
13200 change.
13201
13202 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
13203
13204 * config/udi-gdb.exp (gdb_exit): Remove close command.
13205 (gdb_target_udi): New procedure to set the UDI target.
13206 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
13207 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
13208 Added waits for prompts after several question responses. Added
13209 some more responses used by a29k-amd-udi-gdb.
13210 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
13211 pass different arguments, restart UDI connection after program
13212 completion.
13213 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
13214 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
13215 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
13216 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
13217 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
13218 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
13219 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
13220 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
13221 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
13222 after program completion.
13223 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
13224 compiled with a SELECT_VECS setting.
13225 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
13226 infinite recursion.
13227
13228 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
13229 Added checks for COFF results, and made them expected failures for
13230 all targets. It would be better to make them expected failures
13231 for COFF targets only.
13232
13233 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13234
13235 * Makefile.in: add null dvi target, don't bother to recurse
13236 through test directories for info and install-info; rename
13237 $(datadir) to be dejagnu instead of deja-gnu
13238
13239 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
13240
13241 * gdb.t31/gdbme.ch: Re-enable code that previously caused
13242 compiler to coredump.
13243 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
13244 code.
13245
13246 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
13247
13248 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
13249 coredump.
13250 * gdb.t31/chillvars.exp: Comment out tests that depend on that
13251 code.
13252
13253 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
13254
13255 * gdb.t03/ptype.exp: tests for return code from gdb_test.
13256 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
13257 which in a shell. Deletes xgdb when done.
13258 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
13259 Tests the return from the "set height" or "set width" commands.
13260 Added a few return codes where needed.
13261
13262 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
13263
13264 * Makefile.in (SUBDIRS): Add gdb.t17.
13265 * configure.in (subdirs): Add gdb.t17.
13266 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
13267 files to test gdb's calling of functions in the inferior with
13268 the correct arguments and gdb's ability to retrieve any
13269 result returned.
13270
13271 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
13272
13273 * config/unix-gdb.exp (gdb_exit): Remove close commands that
13274 may be called after gdb goes away. Previous versions of expect
13275 needed these to avoid file descriptor leaks, but they cause
13276 errors with the current revision of expect.
13277 * gdb.t00/gdbvars.exp: Use -re on expected output after
13278 setting sevenbit-strings.
13279 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
13280 to set sevenbit-strings consistent across tests.
13281 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
13282 set sevenbit-strings consistent across tests.
13283
13284 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
13285
13286 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
13287 expected output to match current "expect" expectations.
13288
13289 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
13290
13291 * gdb.t00/default.exp: Change expected output for default "source"
13292 command, to match new gdb behavior which requires a filename to
13293 source.
13294
13295 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
13296
13297 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
13298 expected fail for i486-*-* that misses the marker2 function.
13299 * gdb.t10/crossload.exp (bfddefault): Allow successful
13300 recognition of a format to pass even if no symbols are found.
13301 Explicitly catch failures where the format is not recognized
13302 or is ambiguous, and add the reason to the fail message.
13303 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
13304 the cause is and invalid target and add reason to failure message.
13305 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
13306 elf32-i386, elf32-sparc, and elf32-i860.
13307 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
13308 Set up expected failure for 'filename'::variable scope resolution,
13309 which is now apparently broken on all targets.
13310 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
13311 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
13312 gdb.t23/templates.exp: Change failure for missing binfile into
13313 just a warning.
13314 gdb.t21/demangle.exp: Change all cfront references to 'arm'
13315 references.
13316
13317 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
13318
13319 * gdb.t00/default.exp: Add expected output for default "source"
13320 command, to match new gdb behavior.
13321 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
13322
13323 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
13324
13325 * config/*-gdb.exp: returns an error, rather than exiting on
13326 internal errors.
13327
13328 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
13329
13330 * gdb.t03/gdbme.c: Add pointer to struct variable.
13331 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
13332 referencing struct members.
13333
13334 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
13335
13336 * configure.in (mips-idt-ecoff): New target.
13337 * config/mips-gdb.exp: New file for remote board using MIPS remote
13338 debugging protocol.
13339
13340 * Redid configuration scheme. Removed gdb.t*/configure.in.
13341 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
13342 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
13343 distclean targets. Built executables via .o files. Adjusted
13344 tests to account for source files in $(srcdir) rather than
13345 $(objdir).
13346 * lib/gdb.exp (runto): Don't expect () after the function name,
13347 because it may have arguments.
13348
13349 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
13350
13351 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
13352 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
13353 expected failures for mips-idt-* and mips-sgi-*.
13354 * gdb.t00/default.exp (attach): Kill process if requested.
13355 * gdb.t00/help.exp (help target core, help target): Accept a gdb
13356 that does not read core files.
13357 * gdb.t01/run.exp: Removed checks for exit status code.
13358 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
13359 it is linked in.
13360 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
13361 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
13362 appropriate, rather than doing it by hand.
13363 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
13364 execution.
13365 * gdb.t10/crossload.exp: Kill existing program if needed.
13366 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
13367 appropriate, rather than doing it by hand. Always increase
13368 timeout for this test, not just for VxWorks.
13369
13370 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
13371
13372 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
13373 of Chill STRUCT types and STRUCT values.
13374 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
13375 than "char".
13376 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
13377 struct2): New struct definitions and initializations to test
13378 simple Chill STRUCT types.
13379
13380 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
13381
13382 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
13383 the null byte at the end of strings.
13384 * gdb.t00/default.exp: Make show version insensitive to copyright
13385 date.
13386 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
13387 to avoid dependencies on target char signedness.
13388 * gdb.t16/printcmds.exp: Update expected results for explicitly
13389 unsigned char.
13390 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
13391 now work.
13392 * gdb.t21/demangle.exp: Add many more patterns for template
13393 demangling, most of them being expected failures.
13394 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
13395 string we are matching for, to match on the whole string.
13396 * gdb.t21/demangle.exp: Add many new test strings to demangle,
13397 and fix a whole bunch that had incorrect expected output but were
13398 passing anyway because of the bug in "proc demangle".
13399 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
13400 type.
13401 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
13402
13403 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
13404
13405 * gdb/testsuite: made modifications to testcases, etc., to allow
13406 them to work properly given the reorganization of deja-gnu and the
13407 relocation of the testcases from deja-gnu to a "tool" subdirectory.
13408
13409 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
13410
13411 * gdb/testsuite: Initial creation of gdb/testsuite.
13412 Migrated dejagnu testcases and support files for testing nm to
13413 gdb/testsuite from deja-gnu. These files were moved "as is"
13414 with no modifications. This migration is part of a major overhaul
13415 of dejagnu. The modifications to these testcases, etc., which
13416 will allow them to work with the new version of dejagnu will be
13417 made in a future update.
13418
13419 For additional changes see gdb.mi/ChangeLog-1999-2003.
13420 \f
13421 ;; Local Variables:
13422 ;; mode: change-log
13423 ;; left-margin: 8
13424 ;; fill-column: 74
13425 ;; version-control: never
13426 ;; End:
13427
13428 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
13429 2003, 2004, 2005 Free Software Foundation, Inc.
13430 Copying and distribution of this file, with or without modification,
13431 are permitted provided the copyright notice and this notice are preserved.
This page took 0.293158 seconds and 5 git commands to generate.