*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
2
3 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
4 (do_children_tests): Assign values to the extra elements.
5
6 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
7 them for tests for "-var-update --no-values" and
8 "-var-update --all-values".
9 Add test for "-var-list-children --simple-values".
10
11 * gdb.mi/basics.c (callee4): Add integer array D[3]...
12
13 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
14 "-stack-list-locals --simple-values" Improve doc strings and
15 comments.
16
17 2005-07-18 Mark Kettenis <kettenis@gnu.org>
18
19 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
20 *-*-openbsd*.
21 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
22
23 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
24 sigaltsatck'.
25
26 2005-07-14 Bob Rossi <bob@brasko.net>
27
28 * gdb.base/default.exp (tty): Changed output of command.
29 * gdb.base/help.exp (help tty): Ditto.
30
31 2005-07-12 Mark Kettenis <kettenis@gnu.org>
32
33 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
34
35 2005-07-10 Mark Kettenis <kettenis@gnu.org>
36
37 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
38 -stack-select-frame without arguments.
39 (test_stack_frame_listing): Add test for newly implemented command
40 -stack-info-frame.
41
42 2005-07-06 Bob Rossi <bob@brasko.net>
43
44 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
45 command.
46 (Copyright): Update copyright.
47
48 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
49
50 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
51 tests to evaluate exponentiation expression.
52
53 2005-06-29 Andreas Schwab <schwab@suse.de>
54
55 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
56 main to avoid warnings.
57
58 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
59
60 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
61
62 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
63 -stack-select-frame without arguments.
64 (test_stack_frame_listing): Add test for newly implemented command
65 -stack-info-frame.
66
67 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
68
69 * gdb.fortran/array-element.f: New file.
70 * gdb.fortran/array-element.exp: New testcase.
71
72 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
73
74 * gdb.base/bigcore.exp: Correct checks for systems which can
75 not dump a large core file.
76
77 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
78
79 * gdb.base/relocate.c: Add a copyright notice.
80 (dummy): Remove.
81 * gdb.base/relocate.exp: Test printing the values of variables
82 from a relocatable file.
83
84 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
85
86 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
87 excess MI output after an error.
88
89 2005-05-29 Joel Brobecker <brobecker@adacore.com>
90
91 * gdb.arch/alpha-step.c: New file.
92 * gdb.arch/alpha-step.exp: New testcase.
93
94 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
95 Dennis Brueni <dennis@slickedit.com>
96
97 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
98 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
99 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
100 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
101 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
102 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
103 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
104
105 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
106 Wu Zhou <woodzltc@cn.ibm.com>
107
108 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
109 IBM's xlc compiler.
110 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
111 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
112
113 2005-05-13 Jim Blandy <jimb@redhat.com>
114
115 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
116 calling gdb_suppress_entire_file.
117 * gdb.base/charset.exp: Same.
118 * gdb.base/call-rt-st.exp: Same.
119
120 2005-05-05 Bob Rossi <bob_rossi@cox.net>
121
122 * lib/gdb.exp (fullname_syntax): Added global regex.
123 (fullname_syntax_POSIX): Ditto.
124 (fullname_syntax_UNC): Ditto.
125 (fullname_syntax_DOS_CASE): Ditto.
126 (fullname_syntax_DOS): Ditto.
127 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
128 fullname_syntax variable to scope and use it.
129 (test_file_list_exec_source_files): Ditto.
130 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
131
132 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
133
134 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
135
136 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
137
138 * lib/gdb.exp (skip_altivec_tests): New function, based on
139 check_vmx_hw_available from the GCC testsuite.
140 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
141 * lib/gdb.arch/altivec-regs.exp: Likewise.
142
143 2005-05-02 Jim Blandy <jimb@redhat.com>
144
145 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
146 calling gdb_suppress_entire_file.
147
148 2005-04-30 Randolph Chung <tausq@debian.org>
149
150 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
151 Slightly relax "sem_post" name checking.
152
153 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
154
155 * gdb.base/unload.exp: Use new shared library infrastructure.
156
157 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
158
159 * gdb.base/so-impl-ld.exp: Use new shared library
160 infrastructure.
161
162 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
163
164 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
165 * gdb.asm/h8300.inc: New file.
166
167 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
168
169 * gdb.base/shlib-call.exp: Change to use new shared library
170 infrastructure.
171
172 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
173
174 * gdb.base/pending.exp: Change to use new shared library
175 infrastructure.
176
177 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
178
179 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
180 use test_compiler_info instead of gcc_compiled, and update copyright.
181
182 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
183
184 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
185 shared objects being adjusted and update copyright years.
186
187 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
188
189 * ChangeLog: Correct some 2003-01-13 dates.
190 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
191 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
192 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
193 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
194 gdb.trace/tfind.exp: Update copyright years.
195
196 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
197 Daniel Jacobowitz <dan@codesourcery.com>
198
199 * lib/gdb.exp (gdb_compile): Handle shlib=.
200 (gdb_compile_shlib): New function.
201
202 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
203
204 * lib/gdb.exp (test_compiler_info): Give argument a default value.
205
206 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
207
208 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
209 gdb.server.
210 * configure.ac: Likewise.
211 * configure: Regenerated.
212 * gdb.gdbserver/Makefile.in: Moved to...
213 * gdb.server/Makefile.in: ... here.
214 * gdb.gdbserver/server.c: Moved to...
215 * gdb.server/server.c: ... here.
216 * gdb.gdbserver/server-run.exp: Moved to...
217 * gdb.server/server-run.exp: ... here.
218
219 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
220
221 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
222 * configure.ac: Create gdb.gdbserver/Makefile.
223 * configure: Regenerated.
224 * lib/gdbserver-support.exp: New file, derived from
225 config/gdbserver.exp.
226 * config/gdbserver.exp: Use gdbserver-support.exp.
227 * gdb.gdbserver/Makefile.in: New file.
228 * gdb.gdbserver/server.c: New file.
229 * gdb.gdbserver/server-run.exp: New file.
230
231 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
232
233 * lib/gdb.exp (test_compiler_info): Return compiler_info
234 if no arguments are given.
235
236 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
237
238 * gdb.arch/altivec-abi.exp: Check for compiler and set
239 use altivec' flag accordingly.
240 * gdb.arch/altivec-regs.exp: Likewise.
241
242 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
243
244 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
245
246 2005-03-27 Andreas Schwab <schwab@suse.de>
247
248 * gdb.base/bigcore.c (main): Add missing mode argument in open
249 call.
250
251 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
252
253 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
254 downloads.
255 * config/gdbserver.exp (gdb_load): Likewise.
256
257 2005-03-14 Paul Brook <paul@codesourcery.com>
258
259 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
260 targets.
261
262 2005-03-09 Joel Brobecker <brobecker@adacore.com>
263
264 * gdb.dwarf2/dup-psym.S: New file.
265 * gdb.dwarf2/dup-psym.exp: New testcase.
266
267 2005-03-09 Joel Brobecker <brobecker@adacore.com>
268
269 * gdb.ada/exec_changed/first.adb: New file.
270 * gdb.ada/exec_changed/second.adb: New file.
271 * gdb.ada/exec_changed.exp: New testcase.
272
273 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
274
275 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
276 (A2): New class.
277 (main): Test operator+.
278 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
279 breakpoint test.
280
281 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
282 * gdb.base/signull.exp: Disable if gdb,nosignals.
283 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
284 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
285 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
286 * gdb.mi/mi2-console.exp: Likewise.
287 * gdb.trace/collection.exp (run_trace_experiment): Consume the
288 continue output at start.
289 (gdb_collect_locals_test): Robustify regexp.
290 * gdb.trace/passc-dyn.exp: Fix comment typo.
291 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
292
293 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
294
295 * gdb.asm/asm-source.exp: Add iq2000 case.
296 * gdb.asm/iq2000.inc: New file.
297
298 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
299
300 * gdb.base/command.exp: Change hardcoded value to regular expression.
301 * gdb.base/float.exp: Add powerpc to the list of targets checked.
302
303 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
304
305 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
306 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
307 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
308 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
309 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
310
311 2005-03-05 Mark Kettenis <kettenis@gnu.org>
312
313 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
314 changes.
315
316 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
317
318 * lib/compiler.c: Add test for IBM's xlc compiler.
319 * lib/compiler.cc: Likewise.
320
321 2004-02-24 Joel Brobecker <brobecker@adacore.com>
322
323 * gdb.ada/fixed_points.exp: Create compilation object directory
324 before running the test.
325 * gdb.ada/null_record.exp: Likewise.
326 * gdb.ada/packed_array.exp: Likewise.
327 * gdb.ada/start.exp: Likewise.
328
329 2005-02-15 Joel Brobecker <brobecker@adacore.com>
330
331 * gdb.ada/packed_array/pa.adb: New file.
332 * gdb.ada/packed_array.exp: New testcase.
333
334 2005-02-10 Mark Kettenis <kettenis@gnu.org>
335
336 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
337 files.
338
339 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
340 on *-*-openbsd*. Correctly match whitespace in regukar
341 expressions.
342
343 2005-02-10 Daniel Jacobowitz <dan@debian.org>
344
345 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
346 PR exp/1821
347 * gdb.base/gdb1821.c: New test file.
348 * gdb.base/gdb1821.exp: New test file.
349
350 2005-02-09 Joel Brobecker <brobecker@adacore.com>
351
352 * gdb.base/start.c: New file.
353 * gdb.base/start.exp: New testcase.
354
355 2005-02-09 Joel Brobecker <brobecker@adacore.com>
356
357 * gdb.ada/start/dummy.adb: New file.
358 * gdb.ada/start.exp: New testcase.
359
360 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
361
362 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
363 for printing symbols and statistics.
364 Add test for using relative pathnames in "maint print msymbols" test.
365 Mark "maint info sections DATA" XFAIL on Cygwin.
366 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
367 tests.
368
369 2005-02-09 Andreas Schwab <schwab@suse.de>
370
371 Committed by Andrew Cagney <cagney@gnu.org>
372 * gdb.base/remotetimeout.exp: New file.
373
374 2005-02-07 Mark Kettenis <kettenis@gnu.org>
375
376 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
377
378 2005-02-03 Joel Brobecker <brobecker@adacore.com>
379
380 * gdb.ada/gnat_ada.gpr: New file.
381 * gdb.ada/gnat_ada.gin: Delete, no longer used.
382 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
383 * configure.ac: No longer generate gnat_ada.gpr.
384 * configure: Regenerate.
385 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
386 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
387 * gdb.ada/null_record/bar.ads: Likewise.
388 * gdb.ada/null_record/bar.adb: Likewise.
389 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
390 * gdb.ada/null_record.exp (testdir): New variable.
391 (testfile): executable is now in testdir subdirectory.
392 (srcfile): Use full path to the main compilation unit.
393 * gdb.ada/fixed_points.exp: Same changes as above.
394
395 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
396
397 * gdb.base/interp.exp: New test.
398
399 2005-01-24 Andrew Cagney <cagney@gnu.org>
400
401 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
402
403 2005-01-19 Andrew Cagney <cagney@gnu.org>
404
405 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
406 configure.ac not configure.in.
407
408 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
409 of powerpc*-*-*.
410 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
411 * gdb.base/list.exp (test_list_function)
412 (test_list_filename_and_function): Ditto.
413 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
414
415 2005-01-16 Andrew Cagney <cagney@gnu.org>
416
417 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
418
419 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
420
421 2005-01-14 Andrew Cagney <cagney@gnu.org>
422
423 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
424 * gdb.mi/mi2-var-cmd.exp: Ditto.
425
426 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
427
428 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
429
430 2005-01-07 Andrew Cagney <cagney@gnu.org>
431
432 * configure.ac: Rename configure.in, require autoconf 2.59.
433 * configure: Re-generate.
434 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
435 * gdb.stabs/configure: Re-generate.
436 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
437 * gdb.hp/configure: Re-generate.
438 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
439 autoconf 2.59.
440 * gdb.hp/gdb.objdbg/configure: Re-generate.
441 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
442 autoconf 2.59.
443 * gdb.hp/gdb.defects/configure: Re-generate.
444 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
445 autoconf 2.59.
446 * gdb.hp/gdb.compat/configure: Re-generate.
447 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
448 autoconf 2.59.
449 * gdb.hp/gdb.base-hp/configure: Re-generate.
450 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
451 autoconf 2.59.
452 * gdb.hp/gdb.aCC/configure: Re-generate.
453
454 2004-12-15 Jim Blandy <jimb@redhat.com>
455
456 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
457 under NPTL when there is debugging info available for libpthread.
458
459 2004-12-13 Jerome Guitton <guitton@gnat.com>
460
461 * gdb.ada/fixed_points.c: New file.
462 * gdb.ada/fixed_points.exp: New file.
463
464 2004-12-03 Randolph Chung <tausq@debian.org>
465
466 * gdb.arch/pa-nullify.exp: New file.
467 * gdb.arch/pa-nullify.s: New file.
468
469 2004-11-30 Randolph Chung <tausq@debian.org>
470
471 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
472 instead of "tbug". Fix regexp to work properly with gdb_test.
473
474 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
475
476 * gdb.base/bitfields2.exp: New test.
477 * gdb.base/bitfields2.c: New file.
478
479 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
480
481 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
482
483 2004-11-16 Randolph Chung <tausq@debian.org>
484
485 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
486
487 2004-11-14 Daniel Jacobowitz <dan@debian.org>
488
489 * gdb.threads/threadapply.exp: Correct "macro details" test.
490
491 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
492
493 * gdb.threads/threadapply.exp: New test.
494 * gdb.threads/threadapply.c: New file.
495
496 2004-11-07 Mark Kettenis <kettenis@gnu.org>
497
498 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
499 frames.
500
501 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
502
503 * gdb.base/cursal.exp: New file.
504 * gdb.base/cursal.c: New file.
505
506 2004-11-03 Andrew Cagney <cagney@gnu.org>
507
508 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
509
510 2004-10-30 Mark Kettenis <kettenis@gnu.org>
511
512 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
513 NetBSD/ELF targets.
514
515 2004-10-29 Joel Brobecker <brobecker@gnat.com>
516
517 * gdb.threads/bp_in_thread.c: New file, copied from
518 pthread_cond_wait.c.
519 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
520 file, rather than reusing the .c file from another testcase.
521
522 2004-10-20 Joel Brobecker <brobecker@gnat.com>
523
524 * gdb.ada/null_record.exp: Check where we stopped after
525 sending the start command, instead of where the associated
526 temporary breakpoint was inserted.
527
528 2004-10-14 Andrew Cagney <cagney@gnu.org>
529
530 * gdb.mi/gdb701.c (main): Return 0.
531
532 2004-10-13 Daniel Jacobowitz <dan@debian.org>
533
534 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
535
536 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
537
538 * gdb.threads/schedlock.c: Add comment markers to use to find
539 line numbers.
540 * gdb.threads/schedlock.exp: Adjust regex to handle the new
541 comments.
542 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
543 breakpoint lines.
544
545 2004-10-12 Daniel Jacobowitz <dan@debian.org>
546
547 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
548
549 2004-10-12 Daniel Jacobowitz <dan@debian.org>
550
551 * configure.in: Add gdb.dwarf2.
552 * configure: Regenerated.
553 * Makefile.in: Add gdb.dwarf2.
554 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
555 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
556 gdb.dwarf2/file1.txt: New files.
557
558 2004-10-11 Orjan Friberg <orjanf@axis.com>
559
560 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
561 of "run", since the latter doesn't work with remote targets. Adjust
562 the breakpoint numbering accordingly.
563 * gdb.threads/pthread_cond_wait.exp: Ditto.
564
565 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
566
567 * gdb.base/overlays.exp: Update copyright years.
568
569 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
570
571 * gdb.base/overlays.exp: Disable if target is Linux.
572
573 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
574
575 * config/gdbserver.exp (gdb_load): Use right filename on remote.
576
577 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
578
579 * gdb.asm/asm-source.exp: Add m32r-linux target.
580 * gdb.asm/m32r-linux.inc: New file.
581
582 2004-09-24 Andrew Cagney <cagney@redhat.com>
583 David Anderson <anderson@redhat.com>
584
585 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
586 command fails, assume things will work.
587 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
588 (_GNU_SOURCE): Define.
589 (print_unsigned, print_hex): Change parameter to "long long".
590 (print_byte_count): New function, use to print byte counts.
591 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
592 O_LARGEFILE.
593 (main): Compute an upper bound on a corefile in max_core_size.
594 Limit memory chunk size to max_core_size. Limit total memory
595 allocated to max_core_size.
596
597 2004-09-23 Andrew Cagney <cagney@gnu.org>
598
599 * gdb.base/bigcore.exp: Replace the code that creates a corefile
600 from a separate process with code that creates a corefile by
601 making the inferior dump core.
602
603 2004-09-23 Mark Kettenis <kettenis@gnu.org>
604
605 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
606 block.
607
608 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
609
610 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
611 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
612 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
613 Likewise.
614
615 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
616
617 * gdb.java/jprint.exp: New test case for java inferior call.
618 * gdb.java/jprint.java: Ditto.
619
620 2004-09-15 Joel Brobecker <brobecker@gnat.com>
621
622 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
623
624 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
625
626 * gdb.threads/killed.c: Include <stdlib.h>.
627 * gdb.threads/pthreads.c: Likewise.
628
629 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
630
631 * gdb.threads/killed.c: Add copyright notice.
632
633 2004-09-10 Jason Molenda (jmolenda@apple.com)
634
635 * gdb.base/define.exp: Two new tests to verify zero space chars
636 after 'if' and 'while' commands in a user-defined command is correctly
637 parsed.
638
639 2004-09-08 Andrew Cagney <cagney@gnu.org>
640
641 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
642 delivery test with duplicate at end of file.
643
644 2004-09-06 Mark Kettenis <kettenis@jive.nl>
645
646 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
647
648 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
649
650 * config/hppro.exp: Removed.
651
652 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
653
654 * config/sparclet.exp: Removed.
655
656 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
657
658 * config/udi.exp: Removed.
659
660 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
661
662 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
663 of "exp_continue".
664 (advancei): Likewise.
665
666 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
667
668 * gdb.base/unload.exp: Fix so messages aren't duplicated.
669
670 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
671
672 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
673 to check for nodebug in executable.
674 * gdb.gdb/observer.exp (setup_test): Likewise.
675 * gdb.gdb/selftest.exp (test_with_self): Likewise.
676 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
677
678 2004-09-01 Andrew Cagney <cagney@gnu.org>
679
680 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
681 files.
682
683 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
684
685 * gdb.base/unload.exp: Fix expected warning message to match
686 latest format.
687
688 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
689
690 * gdb.base/call-rt-st.exp: Fix typos.
691
692 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
693
694 * gdb.threads/thread_check.exp: New testcase.
695 * gdb.threads/thread_check.c: New testcase.
696
697 2004-08-31 Andrew Cagney <cagney@gnu.org>
698
699 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
700 (skip_to_handler_entry): New procedures. Test stepping into a
701 handler when the breakpoint is at the handler's entry point.
702
703 2004-08-30 Andrew Cagney <cagney@gnu.org>
704
705 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
706 gdb/1757.
707
708 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
709
710 With code from Manoj Iyer <manjo@austin.ibm.com>:
711 * lib/gdb.exp (gdb_file_cmd): Return more information in the
712 return value. Add an arm for "no debugging symbols found".
713 Change a stray "error" to "perror".
714 (gdb_run_cmd): Adapt to new return value.
715 * gdb.base/remote.exp: Adapt to new return value.
716 * gdb.gdb/complaints.exp: Likewise.
717 * gdb.gdb/observer.exp: Likewise.
718 * gdb.gdb/selftest.exp: Likewise.
719 * gdb.gdb/xfullpath.exp: Likewise.
720
721 2004-08-27 Joel Brobecker <brobecker@gnat.com>
722
723 * gdb.threads/bp_in_thread.exp: New testcase.
724
725 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
726
727 Fix PR testsuite/1735.
728 * gdb.threads/schedlock.c (thread_function): Add a cast
729 to suppress a gcc warning.
730 * gdb.threads/thread-specific.c (thread_function): Likewise.
731
732 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
733
734 * gdb.base/unload.c: Include <stdlib.h>.
735
736 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
737
738 From Paul Gilliam <pgilliam@us.ibm.com>:
739 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
740 synchronized after the "return".
741
742 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
743
744 * gdb.mi/basics.c: Include <stdio.h>.
745 * gdb.mi/pthreads.c: Include <stdlib.h>.
746 * gdb.mi/var-cmd.c: Include <stdlib.h>.
747
748 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
749
750 * gdb.threads/schedlock.c: Add copyright notice.
751
752 2004-08-25 Andrew Cagney <cagney@gnu.org>
753
754 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
755 (skip_over_handler, breakpoint_over_hander): New test procedures.
756 (advance, advancei): Add a proper prefix, do not use
757 rerun_to_main.
758 * gdb.base/sigstep.c (main): Change to use an infinite loop.
759
760 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
761
762 * gdb.mi/basics.c: Add copyright notice.
763 * gdb.mi/var-cmd.c: Add copyright notice.
764
765 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
766
767 * lib/gdb.exp: Remove signed_keyword_not_used.
768 * lib/compiler.c: Likewise.
769 * lib/compiler.cc: Likewise.
770
771 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
772
773 * gdb.base/whatis.c: Remove conditional disabling of "signed".
774 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
775
776 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
777
778 * gdb.base/whatis.c: Add copyright notice.
779
780 2004-08-20 Mark Kettenis <kettenis@gnu.org>
781
782 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
783 it to skip the breakpoints encoded in the inline assembly.
784
785 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
786
787 * Makefile.in: Add gdb.fortran.
788
789 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
790
791 * gdb.base/call-sc.exp (test_scalar_returns):
792 Fix cut-and-paste glitch in "Make fun return now".
793
794 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
795
796 * configure.in: Add gdb.fortran.
797 * configure: Regenerate.
798 * gdb.fortran/Makefile.in: New file.
799 * lib/gdb.exp (skip_fortran_tests): New procedure.
800
801 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
802
803 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
804 reference to bug-gnu@prep.ai.mit.edu.
805 * gdb.mi/mi-var-child.exp: Likewise.
806 * gdb.mi/mi-var-cmd.exp: Likewise.
807 * gdb.mi/mi-var-display.exp: Likewise.
808 * gdb.mi/mi2-var-block.exp: Likewise.
809 * gdb.mi/mi2-var-child.exp: Likewise.
810 * gdb.mi/mi2-var-cmd.exp: Likewise.
811 * gdb.mi/mi2-var-display.exp: Likewise.
812
813 2004-08-15 Mark Kettenis <kettenis@gnu.org>
814
815 * gdb.base/unload.c (main): Make local variable msg const.
816
817 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
818
819 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
820 to bug-gnu@prep.ai.mit.edu.
821 * gdb.mi/mi-disassemble.exp: Likewise.
822 * gdb.mi/mi-eval.exp: Likewise.
823 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
824 default line number.
825 * gdb.mi/mi-return.exp: Likewise.
826 * gdb.mi/mi-simplerun.exp: Likewise.
827 * gdb.mi/mi-stack.exp: Likewise.
828 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
829 number with explicit range test.
830 * gdb.mi/mi-watch.exp: Likewise.
831 * gdb.mi/mi2-break.exp: Likewise.
832 * gdb.mi/mi2-cli.exp: Likewise.
833 * gdb.mi/mi2-disassemble.exp: Likewise.
834 * gdb.mi/mi2-eval.exp: Likewise.
835 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
836 default line number.
837 * gdb.mi/mi2-return.exp: Likewise.
838 * gdb.mi/mi2-simplerun.exp: Likewise.
839 * gdb.mi/mi2-stack.exp: Likewise.
840 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
841 number with explicit range test.
842 * gdb.mi/mi2-watch.exp: Likewise.
843
844 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
845
846 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
847 * gdb.cp/m-static.exp: Likewise.
848 * gdb.cp/rtti.exp: Likewise.
849
850 2004-08-14 Mark Kettenis <kettenis@gnu.org>
851
852 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
853
854 2004-08-14 Eli Zaretskii <eliz@gnu.org>
855
856 * ChangeLog: Prefix Local Variables with semi-colons and indent
857 the reference to older ChangeLog files, to fix fontification in
858 Emacs.
859
860 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
861
862 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
863 * gdb.mi/mi2-break.exp: Likewise.
864
865 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
866
867 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
868
869 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
870
871 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
872
873 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
874
875 * gdb.cp/classes.exp: Remove unused declarations. Just let
876 test names default instead of providing special names. Remove
877 extraneous demangler test.
878
879 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
880
881 * gdb.base/unload.exp: New test for breakpoints in dynamically
882 loaded libraries.
883 * gdb.base/unload.c: Ditto.
884 * gdb.base/unloadshr.c: Ditto.
885
886 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
887
888 * gdb.cp/classes.exp (test_ptype_class_objects): Call
889 cp_test_ptype_class.
890 (test_enums): Likewise.
891
892 2004-08-10 Andrew Cagney <cagney@gnu.org>
893
894 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
895 files.
896
897 2004-08-10 Andrew Cagney <cagney@gnu.org>
898
899 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
900 init_malloc call.
901
902 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
903
904 * ChangeLog: Add copyright notice. The notice is copied
905 from emacs 21.3 top level ChangeLog.
906
907 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
908
909 * lib/cp-support.exp: New file.
910 * lib/cp-support.exp (cp_test_type_class): New function.
911 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
912 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
913 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
914 cp_test_ptype_class.
915
916 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
917
918 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
919 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
920 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
921 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
922 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
923 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
924 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
925 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
926 gdb.mi/mi2-watch.exp: Update copyright years.
927
928 2004-08-09 Mark Kettenis <kettenis@gnu.org>
929
930 * gdb.base/sigaltstack.exp: Provide proper anchoring.
931
932 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
933
934 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
935 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
936 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
937 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
938 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
939 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
940 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
941 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
942 gdb.mi/mi-watch.exp: Update copyright years.
943
944 2004-08-08 Daniel Jacobowitz <dan@debian.org>
945
946 PR gdb/1738
947 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
948 from a breakpoint with a pending signal.
949
950 2004-08-08 Daniel Jacobowitz <dan@debian.org>
951
952 PR gdb/1736
953 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
954 * gdb.base/sigaltstack.exp (finish_test): Consume output until
955 the prompt.
956 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
957
958 2004-08-08 Daniel Jacobowitz <dan@debian.org>
959
960 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
961
962 2004-08-08 Daniel Jacobowitz <dan@debian.org>
963
964 PR gdb/1736
965 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
966 for i?86-*-linux*.
967
968 2004-08-08 Daniel Jacobowitz <dan@debian.org>
969
970 * gdb.arch/i386-prologue.exp: Compile without debug information.
971
972 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
973
974 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
975 rather than asking gdb to search.
976
977 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
978
979 * gdb.base/gcore.c: Include <string.h>.
980
981 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
982
983 * gdb.base/gcore.c: Add copyright notice.
984
985 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
986
987 * gdb.base/freebpcmd.c: Include <stdio.h>.
988 * gdb.base/long_long.c: Include <string.h>.
989 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
990 * gdb.base/siginfo.c: Include <string.h>.
991 * gdb.base/sigstep.c: Include <string.h>.
992
993 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
994
995 * gdb.base/complex.c: Include <stdlib.h>.
996
997 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
998
999 * gdb.base/complex.c: Add copyright notice.
1000
1001 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
1002
1003 * gdb.base/charset.c: Include <stdlib.h>.
1004
1005 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
1006
1007 * gdb.base/auxv.c: Include <stdlib.h>.
1008
1009 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
1010
1011 * gdb.base/auxv.c: Add copyright notice.
1012
1013 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
1014
1015 * gdb.base/coremaker.c: Add copyright notice.
1016 * gdb.base/coremaker2.c: Add copyright notice.
1017
1018 2004-08-04 Andrew Cagney <cagney@gnu.org>
1019
1020 * gdb.base/store.exp: Update copyright.
1021 (check_set, up_set, check_struct, up_struct): Add a prefix to test
1022 names, do not import gdb_prompt.
1023
1024 2004-08-01 Andrew Cagney <cagney@gnu.org>
1025
1026 Fix PR testsuite/1729.
1027 * gdb.base/dump.exp: Add test name to callers of capture_value, do
1028 not use capture_value with value 4.
1029 (capture_value): Add optional test name parameter.
1030 (test_reload_saved_value, test_restore_saved_value): Use $msg as
1031 the prefix, pass to capture_value.
1032
1033 2004-08-01 Mark Kettenis <kettenis@gnu.org>
1034
1035 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
1036 * gdb.arch/i386-prologue.c (standard): New prototype and function.
1037 (main): Call new function.
1038
1039 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
1040
1041 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
1042
1043 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
1044
1045 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
1046
1047 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
1048
1049 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
1050 Accept more values of vtbl pointer. Remove some messages
1051 about "obsolete gcc or gdb".
1052
1053 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
1054
1055 * gdb.cp/classes.exp: Accept more varieties of ptype output.
1056
1057 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
1058
1059 * gdb.base/asm-source.exp: Properly convert target board
1060 debug flags from gcc format to binutils format.
1061
1062 2004-07-28 Mark Kettenis <kettenis@gnu.org>
1063
1064 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
1065 gdb1718". PR backtrace/1718 partially fixed.
1066
1067 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
1068
1069 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
1070
1071 2004-07-26 Nick Clifton <nickc@redhat.com>
1072
1073 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
1074 good default value for a specific architecture is available then
1075 set it to that value. Otherwise default to the -gstabs switch.
1076 Remove the -g... switches from the asm-flags variable. Allow the
1077 target board info to override the value if it wants to. Pass the
1078 switch on the assembler command line.
1079
1080 2004-07-23 Mark Kettenis <kettenis@gnu.org>
1081
1082 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
1083 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
1084 (main): Call new function.
1085
1086 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
1087
1088 Test for PR exp/1715.
1089 * gdb.base/radix.exp: Refactor common procedures. Make all
1090 test names unique. Change XFAIL to KFAIL.
1091
1092 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
1093
1094 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
1095 * gdb.ada/gnat_ada.gin: ... to here.
1096 * configure.in: Use gnat_ada.gin.
1097 * configure: Regenerate.
1098
1099 2004-07-20 Andrew Cagney <cagney@gnu.org>
1100
1101 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
1102 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
1103 XFAILs. Clean up test messages and comments. Check backtraces.
1104 Delete re-sync code.
1105
1106 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
1107
1108 Fix PR cli/740.
1109 * gdb.base/annota1.exp: Honor gdb,nosignals.
1110 * gdb.base/annota3.exp: Likewise.
1111
1112 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
1113
1114 * lib/java.exp: Update copyright notice.
1115
1116 2004-07-19 Andrew Cagney <cagney@gnu.org>
1117
1118 * gdb.base/selftest.exp: Copy file from here ...
1119 * gdb.gdb/selftest.exp: ... to here.
1120
1121 2004-07-16 Andrew Cagney <cagney@redhat.com>
1122
1123 * lib/insight-support.exp: Delete file.
1124 * lib/java.exp (java_init): Fix copyright.
1125
1126 2004-07-16 Andrew Cagney <cagney@gnu.org>
1127
1128 * gdb.base/restore.c: Append "prologue" to comments marking the a
1129 function's prologue.
1130 * gdb.base/restore.exp: Update copyright, re-indent.
1131 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
1132 callerN" prefix where needed. Update patterns that match a
1133 function's prologue.
1134
1135 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
1136
1137 * gdb.base/restore.c: Add copyright notice.
1138
1139 2004-07-16 Andrew Cagney <cagney@gnu.org>
1140
1141 * gdb.base/logical.exp: Update copyright.
1142 (evaluate): New procedure. Use to re-implement tests using
1143 several tables.
1144
1145 2004-07-14 Martin Hunt <hunt@redhat.com>
1146
1147 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
1148 which fixes some problems where init.tcl was not found.
1149
1150 2004-07-13 Andrew Cagney <cagney@gnu.org>
1151
1152 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
1153 (check_sizeof, check_valueof): Do not include the output in the
1154 test name. Use gdb_test.
1155 (get_valueof): Use gdb_test_multiple.
1156
1157 * gdb.base/step-test.exp: Update copyright. Use
1158 gdb_test_multiple. Ensure that test names do not include
1159 architecture dependent output.
1160
1161 * gdb.gdb/observer.exp: Update copyright.
1162 (setup_test): Use gdb_test_multiple.
1163 (attach_first_observer, attach_second_observer)
1164 (attach_third_observer, detach_first_observer)
1165 (detach_second_observer, detach_third_observer)
1166 (reset_counters, check_counters): Make $message a prefix.
1167 (test_normal_stop_notifications): Add "args" parameter - a list of
1168 init functions to be called. Make $message a prefix,
1169 (test_observer_normal_stop): Change the message prefixes so that
1170 they are unique, pass the attach / detach procedures to
1171 test_normal_stop_notifications.
1172
1173 * gdb.base/signull.exp (test_segv): Prefix all tests with
1174 "${name}". Clean up test messages.
1175
1176 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
1177
1178 * gdb.base/ena-dis-br.exp: Update copyright.
1179 (break_at): New function. Replace send_gdb with gdb_test,
1180 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
1181 ignore count, not stopped at bpt", with KFAIL.
1182
1183 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
1184
1185 * gdb.base/attach.exp: Remove cleanupfile handling.
1186
1187 2004-07-12 Andrew Cagney <cagney@gnu.org>
1188
1189 * gdb.base/annota1.exp: Cleanup corefile test name.
1190 * gdb.base/annota3.exp: Ditto.
1191
1192 2004-07-12 Andrew Cagney <cagney@gnu.org>
1193
1194 * gdb.base/signals.exp: Clean up copyright, re-indent.
1195
1196 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
1197 gdb_test and gdb_test_multiple.
1198
1199 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
1200
1201 * gdb.java/jmain.exp: Fix expected line number for main to
1202 break at. Set XFAIL for break at main test since gcj does not
1203 provide line number info for first statement in main.
1204
1205 2004-07-08 Andrew Cagney <cagney@gnu.org>
1206
1207 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
1208
1209 * gdb.base/sigbpt.exp: Make the common part of each test name a
1210 prefix instead of suffix.
1211
1212 2004-07-07 Bob Rossi <bob_rossi@cox.net>
1213
1214 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
1215 test from test_tbreak_creation_and_listing to
1216 test_file_list_exec_source_file
1217 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
1218 Changed name of test from test_tbreak_creation_and_listing to
1219 test_file_list_exec_source_file
1220
1221 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
1222
1223 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
1224 the jmisc() constructor instead of <init>.
1225 * gdb.java/jmisc1.exp: Ditto.
1226
1227 2004-07-07 Andrew Cagney <cagney@gnu.org>
1228
1229 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
1230 corrupting the PC.
1231
1232 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
1233
1234 * gdb.cp/templates.exp: Accept whitespace change in demangler
1235 output.
1236
1237 2004-07-06 Andrew Cagney <cagney@gnu.org>
1238
1239 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
1240
1241 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
1242
1243 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
1244 * lib/compiler.cc: Likewise.
1245
1246 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
1247
1248 * lib/compiler.cc: Work around string preprocessing problem
1249 with old hp c++ compiler.
1250 * lib/compiler.c: Likewise.
1251
1252 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
1253
1254 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
1255 directives to conditionalize symbol prefixing.
1256 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
1257 additional_flags handling. Add underscore prefix for Cygwin.
1258 * gdb.arch/i386-unwind.c: Use preprocessor directives to
1259 conditionalize symbol prefixing.
1260 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
1261 additional_flags handling. Add underscore prefix for Cygwin.
1262
1263 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
1264
1265 * gdb.base/bigcore.exp: Skip test on Cygwin.
1266
1267 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
1268
1269 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
1270 formats for "info register". Use gdb_test_multiple. Fix
1271 the "invalid register" test.
1272
1273 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
1274
1275 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
1276 PID for Cygwin. Add Cygwin specific strings to check for in some
1277 tests.
1278 (do_attach_tests): Add a test for user interaction when attaching
1279 to a process with no matching symbol table already loaded.
1280
1281 2004-06-26 Andrew Cagney <cagney@gnu.org>
1282
1283 Test PR java/1567 and PR java/1565.
1284 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
1285 * gdb.java/jmisc2.exp: Delete file.
1286
1287 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
1288
1289 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
1290
1291 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
1292
1293 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
1294 attach process.
1295
1296 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
1297
1298 * gdb.cp/pr-1553.exp: Remove.
1299
1300 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
1301
1302 * gdb.cp/pr-1553.cc: Remove.
1303 * gdb.cp/pr-1553.exp: Disable this test.
1304
1305 2004-06-20 Jim Blandy <jimb@redhat.com>
1306
1307 Fix PR testsuite/1680.
1308 * gdb.arch/i386-sse.exp: Properly quote curly braces in
1309 regular expressions.
1310
1311 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
1312
1313 Fix PR testsuite/1679.
1314 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
1315 Issue an UNSUPPORTED result instead.
1316
1317 2004-06-18 Jim Blandy <jimb@redhat.com>
1318
1319 * gdb.base/charset.exp: Only send a control-C if we see a new
1320 prompt and incomplete command.
1321
1322 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
1323
1324 * gdb.cp/pr-574.cc: Add copyright notice.
1325
1326 2004-06-17 Jim Blandy <jimb@redhat.com>
1327
1328 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
1329 cases where the regexp has no groups; this grabs random text from
1330 the previous test suite, whatever that was.
1331
1332 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
1333
1334 * gdb.cp/printmethod.cc: Add copyright notice.
1335
1336 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
1337
1338 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
1339
1340 2004-06-16 Andrew Cagney <cagney@gnu.org>
1341
1342 * gdb.base/signull.c: Update copyright. Include <string.h>.
1343 (bowler): Replace data_pointer with data_read
1344 and data_write cases. Add code_descriptor case.
1345 (zero, desc): New array and pointer.
1346 (data, code): Change to simple pointers.
1347 * gdb.base/signull.exp: Fix probe pattern matching a function
1348 descriptor SIGSEGV. Replace data_pointer with data_read and
1349 data_write tests.
1350
1351 2004-06-16 Andrew Cagney <cagney@gnu.org>
1352
1353 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
1354
1355 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
1356
1357 * gdb.base/long_long.c: Add copyright notice.
1358
1359 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
1360
1361 * gdb.base/long_long.exp: Remove reference to
1362 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
1363 to gdb_breakpoint and gdb_continue_to_breakpoint.
1364
1365 2004-06-14 Jim Blandy <jimb@redhat.com>
1366
1367 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
1368 endian case.
1369
1370 2004-06-14 Andrew Cagney <cagney@gnu.org>
1371
1372 * gdb.base/gcore.exp (capture_command_output): Delete the always
1373 passing tests containing inferior values.
1374 * gdb.base/ending-run.exp: Do not include the breakpoint address
1375 in the test message. Update copyright.
1376 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
1377 size in the test name, use gdb_test_multiple. Update copyright.
1378
1379 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
1380
1381 * gdb.cp/ref-types.cc: Add copyright notice.
1382
1383 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
1384
1385 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
1386 hp_aCC_compiler.
1387 * lib/compiler.cc: Likewise.
1388 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
1389 'set' commands. Log diagnostics for other lines. Set
1390 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
1391
1392 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
1393
1394 * gdb.cp/try_catch.cc: Add copyright notice.
1395
1396 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
1397
1398 * gdb.cp/userdef.cc: Add copyright notice.
1399
1400 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
1401
1402 * gdb.cp/virtfunc.cc: Add copyright notice.
1403
1404 2004-06-11 Randolph Chung <tausq@debian.org>
1405
1406 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
1407 problem.
1408
1409 2004-06-10 Andrew Cagney <cagney@gnu.org>
1410
1411 * lib/compiler.cc, lib/compiler.c: Append either
1412 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
1413 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
1414 instead of gcc-3-3.
1415
1416 2004-06-09 Andrew Cagney <cagney@gnu.org>
1417
1418 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
1419 gdb/1455, bug is specific to "long long" and "double".
1420
1421 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
1422 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
1423 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
1424 fixed.
1425
1426 2004-06-09 Andrew Cagney <cagney@gnu.org>
1427
1428 * gdb.base/structs.exp (test_struct_returns): Replace
1429 "return_value_unknown" and "finish_value_unknown" by
1430 "return_value_known" and "finish_value_known". Instead of
1431 "return_value_unknown" iff "finish_value_unknown", check
1432 "return_value_known" implies "finish_value_known".
1433
1434 2004-06-08 Martin Hunt <hunt@redhat.com>
1435
1436 * gdb.base/float.exp: Add pattern for mips targets.
1437
1438 2004-06-08 Randolph Chung <tausq@debian.org>
1439
1440 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
1441 message for unknown architectures more clear.
1442
1443 2004-06-08 Joel Brobecker <brobecker@gnat.com>
1444
1445 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
1446 start the execution of the program.
1447
1448 2004-06-07 Jim Blandy <jimb@redhat.com>
1449
1450 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
1451 * gdb.arch/i386-cpuid.h: New helper file.
1452
1453 2004-06-07 Randolph Chung <tausq@debian.org>
1454
1455 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
1456 has started.
1457
1458 2004-06-04 Roland McGrath <roland@redhat.com>
1459
1460 Fix PR gdb/1647.
1461 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
1462 differently to be robust to output buffering differences.
1463
1464 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
1465
1466 * gdb.threads/pthreads.exp: Update copyright years.
1467 (check_control_c): Change asynchronous 'after' to synchronous.
1468
1469 2004-06-04 Roland McGrath <roland@redhat.com>
1470
1471 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
1472 next gdb prompt.
1473
1474 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
1475
1476 Fix PR gdb/1636.
1477 * gdb.threads/manythreads.exp: Change asynchronous 'after'
1478 calls to synchronous.
1479
1480 2004-05-26 Jim Blandy <jimb@redhat.com>
1481
1482 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
1483
1484 2004-05-24 Randolph Chung <tausq@debian.org>
1485
1486 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
1487 * gdb.asm/pa.inc: New file.
1488
1489 2004-05-22 Mark Kettenis <kettenis@gnu.org>
1490
1491 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
1492
1493 2004-05-21 Joel Brobecker <brobecker@gnat.com>
1494 Daniel Jacobowitz <drow@mvista.com>
1495
1496 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
1497 GDB prompt.
1498
1499 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1500
1501 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
1502 setjmp/longjmp. Use sigaction instead of signal.
1503
1504 2004-05-19 J. Brobecker <brobecker@gnat.com>
1505 Michael Snyder <msnyder@redhat.com>
1506
1507 * gdb.threads/pthread_cond_wait.c: New file.
1508 * gdb.threads/pthread_cond_wait.exp: New testcase.
1509
1510 2004-05-13 Andrew Cagney <cagney@redhat.com>
1511
1512 * gdb.base/signull.exp, gdb.base/signull.c: New files.
1513 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
1514
1515 2004-05-11 Andrew Cagney <cagney@redhat.com>
1516
1517 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
1518 fixed but revealed gdb/1639.
1519
1520 2004-05-10 Andrew Cagney <cagney@redhat.com>
1521
1522 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
1523 func1" and "next to 2nd alarm", kernel bug avoided.
1524
1525 2004-05-10 Daniel Jacobowitz <dan@debian.org>
1526
1527 PR external/1568
1528 * gdb.base/bigcore.exp: Check the size of the dumped core file.
1529 XFAIL if it is smaller than bytes_allocated.
1530 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
1531 (main): Make chunks_allocated unsigned. Correct comment.
1532
1533 2004-05-07 Joel Brobecker <brobecker@gnat.com>
1534
1535 * gdb.arch/powerpc-aix-prologue.c: New file.
1536 * gdb.arch/powerpc-aix-prologue.exp: New file.
1537
1538 2004-05-07 Jim Blandy <jimb@redhat.com>
1539
1540 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
1541 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
1542
1543 2004-05-06 Joel Brobecker <brobecker@gnat.com>
1544
1545 * gdb.base/sep.exp: No longer setup_kfail when the program was
1546 built with dwarf2.
1547
1548 2004-05-05 Jim Ingham <jingham@apple.com>
1549
1550 * gdb.base/pending.exp: Make sure pending breakpoints
1551 preserve the ignore count.
1552
1553 2004-04-27 Jerome Guitton <guitton@gnat.com>
1554
1555 * i386-prologue.exp: Add testcase for jump instruction as first
1556 instruction of the real code.
1557 * i386-prologue.c (jump_at_beginning): New function.
1558
1559 2004-04-28 Mark Kettenis <kettenis@gnu.org>
1560
1561 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
1562 x86_64-*-*.
1563
1564 2004-04-28 Mark Kettenis <kettenis@gnu.org>
1565
1566 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
1567 i*86-*-*.
1568
1569 2004-04-25 Mark Kettenis <kettenis@gnu.org>
1570
1571 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
1572 expression that checks the return type.
1573
1574 2004-04-23 Andrew Cagney <cagney@redhat.com>
1575
1576 * gdb.base/call-sc.exp: New test of scalar call/return values.
1577 * gdb.base/call-sc.c: Ditto.
1578
1579 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1580
1581 * gdb.threads/manythreads.c: Reduce thread stack size.
1582
1583 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
1584
1585 * gdb.threads/manythreads.c: Add copyright notice.
1586
1587 2004-04-23 Andrew Cagney <cagney@redhat.com>
1588
1589 * gdb.base/siginfo.exp: Better handle step out of signal.
1590 * gdb.base/sigstep.exp: Ditto.
1591
1592 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
1593 Daniel Jacobowitz <drow@mvista.com>
1594
1595 * gdb.threads/manythreads.c: New testcase.
1596 * gdb.threads/manythreads.exp: Ditto.
1597
1598 2004-04-22 Jim Blandy <jimb@redhat.com>
1599
1600 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
1601 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
1602
1603 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
1604
1605 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
1606
1607 2004-04-21 Andrew Cagney <cagney@redhat.com>
1608
1609 * gdb.base/sigstep.c: New file.
1610 * gdb.base/sigstep.exp: New file.
1611
1612 2004-04-16 Joel Brobecker <brobecker@gnat.com>
1613
1614 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
1615 call to observer_notify_normal_stop.
1616
1617 2004-04-15 Andrew Cagney <cagney@redhat.com>
1618
1619 * gdb.base/siginfo.c: New file.
1620 * gdb.base/siginfo.exp: New file.
1621
1622 2004-04-12 J. Brobecker <brobecker@gnat.com>
1623
1624 * gdb.base/sep.exp: Fix typo in comment.
1625
1626 2004-04-12 J. Brobecker <brobecker@gnat.com>
1627
1628 * gdb.base/sep.c: New file.
1629 * gdb.base/sep-proc.c: New file.
1630 * gdb.base/sep.exp: New testcase.
1631
1632 2004-04-09 Mark Kettenis <kettenis@gnu.org>
1633
1634 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
1635 support.
1636
1637 2004-04-05 Andrew Cagney <cagney@redhat.com>
1638
1639 * gdb.base/sigaltstack.c: New file.
1640 * gdb.base/sigaltstack.exp: New file.
1641
1642 2004-04-04 Joel Brobecker <brobecker@gnat.com>
1643
1644 * gdb.base/foll-fork.exp: Update the expected output for
1645 "help set follow-fork-mode", to match a change that was made
1646 to the help of this variable on 2004-01-13.
1647
1648 2004-04-01 Joel Brobecker <brobecker@gnat.com>
1649
1650 * lib/ada.exp: Add copyright notice.
1651 * bar.ads: Likewise.
1652 * bar.adb: Likewise.
1653 * null_record.adb: Likewise.
1654 * null_record.exp: Likewise.
1655 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
1656
1657 2004-04-01 Joel Brobecker <brobecker@gnat.com>
1658
1659 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
1660 * configure: Regenerate.
1661
1662 2004-04-01 Joel Brobecker <brobecker@gnat.com>
1663
1664 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
1665 to build the application. Remove the message printed when in
1666 verbose mode, redundant with the UNSUPPORTED message above.
1667
1668 2004-03-31 Joel Brobecker <brobecker@gnat.com>
1669
1670 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
1671 * gdb.ada (null_record.exp): New testcase.
1672
1673 2004-03-31 Joel Brobecker <brobecker@gnat.com>
1674
1675 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
1676
1677 2004-03-31 Joel Brobecker <brobecker@gnat.com>
1678
1679 * gdb.ada: New subdirectory.
1680 * gdb.ada/Makefile.in: New file.
1681 * gdb.ada/gnat_ada.gpr.in: New file.
1682
1683 2004-03-31 Joel Brobecker <brobecker@gnat.com>
1684
1685 * lib/ada.exp: New file.
1686
1687 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
1688
1689 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
1690 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
1691
1692 2004-03-22 Andrew Cagney <cagney@redhat.com>
1693
1694 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
1695 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
1696 Problem identified by Ulrich Weigand.
1697
1698 2004-03-17 David Carlton <carlton@kealia.com>
1699
1700 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
1701 PR c++/826.
1702
1703 2004-03-16 Roland McGrath <roland@redhat.com>
1704
1705 * gdb.base/auxv.exp: New file.
1706 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
1707
1708 2004-03-12 David Carlton <carlton@kealia.com>
1709
1710 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
1711 * gdb.cp/pr-1553.cc: Ditto.
1712 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
1713 pass branch.
1714
1715 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
1716
1717 * gdb.cp/templates.exp: Accept more template types.
1718
1719 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
1720
1721 From Corinna Vinschen with modifications.
1722 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
1723 local variable obj_with_enum.
1724 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
1725 results with obj_with_enum.
1726
1727 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
1728
1729 * gdb.cp/classes.cc: New file, copied from misc.cc.
1730 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
1731
1732 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
1733
1734 * gdb.cp/misc.cc: Add copyright notice.
1735
1736 2004-03-05 David Carlton <carlton@kealia.com>
1737
1738 * gdb.cp/rtti.exp: Add 'print *obj3' test.
1739 * gdb.cp/rtti.h: Update copyright.
1740 (namespace n2::n3): New.
1741 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
1742 (n2::n3::func3): New.
1743 (main): Call n2::n3::func3.
1744 * gdb.cp/rtti2.cc: Update copyright.
1745 (n2::create3): New.
1746
1747 2004-03-04 Mark Kettenis <kettenis@gnu.org>
1748
1749 * gdb.asm/openbsd.inc: Fix typo.
1750
1751 2004-03-03 Fred Fish <fnf@redhat.com>
1752
1753 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
1754 "val" instead of unused "size". Update copyright year.
1755
1756 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
1757
1758 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
1759 to use unsigned char.
1760 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
1761 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
1762
1763 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
1764
1765 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
1766 line of output.
1767
1768 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
1769
1770 * gdb.base/relocate.c (dummy): Initialize.
1771
1772 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
1773
1774 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
1775 a breakpoint at exit.
1776
1777 2004-02-27 Fred Fish <fnf@redhat.com>
1778
1779 * gdb.base/chng-syms.exp: Add expect condition to match failing
1780 case that isn't a timeout.
1781
1782 2004-02-27 Andrew Cagney <cagney@redhat.com>
1783
1784 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
1785 support.
1786
1787 2004-02-26 Fred Fish <fnf@redhat.com>
1788
1789 * gdb.arch/gdb1431.c: Remove.
1790 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
1791 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
1792 of "until" incorrectly.
1793
1794 2004-02-26 J. Brobecker <brobecker@gnat.com>
1795
1796 * gdb.cp/class2.cc (empty): New class.
1797 (refer): New function.
1798 (main): Declare an object of type empty and use it.
1799 * gdb.cp/class2.exp: Print the value of an object of type empty.
1800
1801 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
1802
1803 * gdb.base/langs.exp: Update query string to match the
1804 new nquery format used for pending breakpoints.
1805
1806 2004-02-26 Andrew Cagney <cagney@redhat.com>
1807
1808 Fix PR i18n/1570.
1809 * gdb.base/charset.c: Update copyright notice.
1810 (main, init_string): Remove the escape character '\e' tests.
1811 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
1812 * gdb.base/charset.exp (valid_host_charset): Ditto.
1813 * gdb.base/setvar.exp: Ditto.
1814
1815 2004-02-24 Andrew Cagney <cagney@redhat.com>
1816
1817 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
1818 mmapped data in core file" PASS and FAIL messages consistent.
1819
1820 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
1821 setting a breakpoint. Work around PR java/1565.
1822
1823 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
1824
1825 * lib/gdb.exp (gdb_breakpoint): Update query string to match
1826 new nquery format.
1827 * gdb.base/pending.exp: Ditto.
1828
1829 2004-02-22 Mark Kettenis <kettenis@gnu.org>
1830
1831 * configure.in: Run stabs tests on *BSD.
1832 * configure: Regenerated.
1833
1834 2004-02-21 Mark Kettenis <kettenis@gnu.org>
1835
1836 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
1837
1838 2004-02-20 Fred Fish <fnf@redhat.com>
1839
1840 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
1841 blank in test for "returns short", for consistency with other
1842 "returns xxx" tests. Update copyright year.
1843
1844 2004-02-19 Fred Fish <fnf@redhat.com>
1845
1846 New testcase for PR breakpoint/1558.
1847 * gdb.arch/gdb1558.exp: New file.
1848 * gdb.arch/gdb1558.c: New file.
1849
1850 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
1851
1852 * gdb.base/nodebug.exp: Fix typo.
1853
1854 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1855
1856 Committed by Jim Blandy <jimb@redhat.com>.
1857
1858 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
1859
1860 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
1861
1862 * gdb.base/float.exp: Support s390*-*-* targets.
1863
1864 2004-02-17 Adam Fedor <fedor@gnu.org>
1865
1866 * gdb.base/gdb1555.exp: New file.
1867 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
1868
1869 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
1870
1871 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
1872
1873 2004-02-16 Fred Fish <fnf@redhat.com>
1874
1875 * gdb.arch/gdb1291.c: Remove
1876 * gdb.arch/gdb1291.s: New test input file.
1877 * gdb.arch/gdb1291.exp: Expand test to check case that should not
1878 fail. Test for correct result, known incorrect result, other
1879 failures and timeouts.
1880
1881 2004-02-16 Andrew Cagney <cagney@redhat.com>
1882
1883 * gdb.base/bigcore.exp: New file.
1884 * gdb.base/bigcore.c: New file.
1885
1886 2004-02-13 Andrew Cagney <cagney@redhat.com>
1887
1888 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
1889 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
1890 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
1891 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
1892 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
1893 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
1894 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
1895 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
1896 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
1897 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
1898
1899 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
1900
1901 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
1902 executed is an alloc instruction.
1903
1904 2004-02-11 David Carlton <carlton@kealia.com>
1905
1906 * gdb.cp/breakpoint.exp: New.
1907 * gdb.cp/breakpoint.cc: New.
1908
1909 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
1910
1911 Partial fix for PR gdb/1543.
1912 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
1913 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
1914 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
1915 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
1916 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
1917 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
1918 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
1919 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
1920 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
1921 to bug-gdb@prep.ai.mit.edu .
1922 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
1923 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
1924 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
1925 Likewise.
1926
1927 2004-02-10 Andrew Cagney <cagney@redhat.com>
1928
1929 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
1930 using gdb_internal_error_resync.
1931
1932 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
1933
1934 * gdb.threads/thread-specific.exp: Stop early if no threads are
1935 found.
1936
1937 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
1938
1939 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
1940
1941 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
1942
1943 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
1944 breakpoints.
1945
1946 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
1947
1948 * config/sim.exp (gdb_load): Handle $arg == "".
1949 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
1950 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
1951
1952 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
1953
1954 * gdb.base/maint.exp: Update test to reflect
1955 obstack changes.
1956
1957 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
1958
1959 * gdb.base/pendshr.c (pendfunc): New function that calls
1960 pendfunc1.
1961 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
1962
1963 2004-02-04 Fred Fish <fnf@redhat.com>
1964
1965 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
1966 function symbols and update copyright years.
1967 * gdb.arch/gdb1291.c: Ditto.
1968
1969 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1970
1971 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
1972
1973 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1974
1975 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
1976
1977 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
1978
1979 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
1980
1981 2004-02-02 Fred Fish <fnf@redhat.com>
1982
1983 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
1984 remote targets. Update copyright years.
1985
1986 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
1987
1988 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
1989 support.
1990 * gdb.base/langs.exp: Fix test which attempts to create
1991 breakpoint on non-existent function to handle new pending
1992 support.
1993 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
1994 a breakpoint.
1995 * gdb.base/pending.exp: New test.
1996 * gdb.base/pending.c: New file.
1997 * gdb.base/pendshr.c: Ditto.
1998
1999 2004-02-02 David Carlton <carlton@kealia.com>
2000
2001 * gdb.cp/overload.exp: Add overloadNamespace tests.
2002 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
2003 (overloadNamespace, XXX): New.
2004 (main): Call XXX::marker2.
2005
2006 2004-02-01 Fred Fish <fnf@redhat.com>
2007
2008 * gdb.base/dump.exp: Use runto_main instead of "runto main".
2009 * gdb.base/finish.exp: Ditto.
2010 * gdb.base/gcore.exp: Ditto.
2011 * gdb.base/huge.exp: Ditto.
2012 * gdb.base/info-proc.exp: Ditto.
2013 * gdb.base/return2.exp: Ditto.
2014 * gdb.threads/gcore-thread.exp: Ditto.
2015
2016 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
2017
2018 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
2019
2020 2004-02-01 Mark Kettenis <kettenis@gnu.org>
2021
2022 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
2023 that opening the file succeeds on OpenBSD.
2024
2025 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
2026
2027 * gdb.threads/thread-specific.c: New file.
2028 * gdb.threads/threads-specific.exp: New test script.
2029 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
2030 to expect_out.
2031
2032 2004-02-01 Mark Kettenis <kettenis@gnu.org>
2033
2034 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
2035 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
2036 only on the "print_small_structs from print_long_arg_list" test.
2037
2038 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
2039
2040 * gdb.base/completion.exp: Kill a stray backslash.
2041
2042 From Jim Ingham <jingham@apple.com>:
2043 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
2044 agrees with the result from sending a tab.
2045
2046 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
2047
2048 * gdb.base/chng-syms.exp: Remove stray newline.
2049
2050 2004-01-31 Mark Kettenis <kettenis@gnu.org>
2051
2052 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
2053 *-*-openbsd*.
2054 * gdb.asm/openbsd.inc: New file.
2055
2056 2004-01-30 Mark Kettenis <kettenis@gnu.org>
2057
2058 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
2059 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
2060 *-*solaris2*. Remove commented out default settings for
2061 asm-flags. Replace gdb_compile with target_link.
2062
2063 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
2064
2065 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
2066 for all tests. Remove old hp-ux and cygnus xfail cases.
2067
2068 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
2069
2070 * gdb.base/chng-syms.exp: New file.
2071 * gdb.base/chng-syms.c: New file.
2072
2073 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
2074
2075 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
2076 Provide arms for current output in all my configurations.
2077
2078 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
2079
2080 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
2081 * lib/compiler.cc: Likewise.
2082 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
2083 get the right preprocessor. Eval the output directly. Remove
2084 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
2085 hp_f77_compiler and hp_f90_compiler completely.
2086 (gdb_preprocess): Delete.
2087 (get_compiler): Delete.
2088
2089 2004-01-24 Mark Kettenis <kettenis@gnu.org>
2090
2091 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
2092 <string.h>.
2093
2094 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
2095
2096 * gdb.mi/mi-stack.exp: Update copyright.
2097
2098 2004-01-23 David Carlton <carlton@kealia.com>
2099
2100 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
2101 test for cp_lookup_transparent_type.
2102 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
2103 call them.
2104
2105 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
2106
2107 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
2108 after -var-update.
2109
2110 2004-01-23 David Carlton <carlton@kealia.com>
2111
2112 * gdb.cp/namespace.cc (C::ensureRefs): New.
2113 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
2114
2115 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
2116
2117 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
2118 case "-stack-list-locals 2".
2119 * gdb.mi/mi-var-child.exp: Test for case
2120 "-var-list-children --all-values NAME".
2121
2122 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
2123
2124 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
2125
2126 2004-01-18 Mark Kettenis <kettenis@gnu.org>
2127
2128 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
2129 used with gdb_test_multiple.
2130
2131 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
2132 read at address 0. This fixes PR testsuite/1504.
2133
2134 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
2135
2136 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
2137 Remove downloading, guessing the host executable, the calls to
2138 gdb_file_cmd and gdb_target_cmd, and "load" support.
2139 (infer_host_exec): New function broken out from gdb_load.
2140 (gdb_load): New wrapper for gdbserver_gdb_load.
2141 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
2142 gdb_target_cmd. Use -target-select.
2143 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
2144 Download binaries to the host. Clear last_mi_remote_file when
2145 we load a new binary.
2146 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
2147 call gdbserver_gdb_load and mi_gdb_target_cmd.
2148
2149 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
2150
2151 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
2152 type patterns.
2153
2154 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
2155
2156 * gdb.cp/templates.exp: Fix typo in test name of
2157 "print Foo<volatile char*>::foo".
2158
2159 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
2160
2161 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
2162
2163 2004-01-16 Ben Elliston <bje@wasabisystems.com>
2164
2165 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
2166 (clean mostlyclean): Remove empty rm.
2167
2168 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
2169
2170 * gdb.base/setvar.exp: Add copyright years.
2171
2172 2004-01-14 David Carlton <carlton@bactrian.org>
2173
2174 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
2175 PR c++/1511 and update coment.
2176 * gdb.cp/templates.exp: Update patterns to match current output.
2177 If changes involve something other than whitespace, KFAIL
2178 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
2179
2180 2004-01-14 David Carlton <carlton@kealia.com>
2181
2182 * gdb.cp/namespace.exp: Add tests involving classes defined within
2183 namespaces.
2184 * gdb.cp/namespace.cc (C::CClass): New.
2185 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
2186
2187 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
2188
2189 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
2190 what debug info we have. Print a better message if something goes
2191 wrong while producing the separate debug info file.
2192
2193 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
2194
2195 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
2196
2197 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
2198
2199 * gdb.base/callfuncs.c: Add copyright notice.
2200
2201 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
2202
2203 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
2204 inheritance. PR gdb/1498, PR gcc/13539.
2205
2206 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
2207
2208 * gdb.threads/gcore-thread.exp: Prefix name of binary with
2209 test specific name.
2210 * gdb.mi/gdb669.exp: Ditto.
2211 * gdb.mi/mi-pthreads.exp: Ditto.
2212 * gdb.mi/mi1-pthreads.exp: Ditto.
2213 * gdb.mi/mi2-pthreads.exp: Ditto.
2214
2215 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
2216
2217 * gdb.cp/member-ptr.cc: Add copyright notice.
2218
2219 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
2220
2221 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
2222 some patterns for recent versions of gcc and hpacc. Delete
2223 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
2224 Delete tests that access a NULL pointer-to-member-data. This
2225 script is still disabled for gcc.
2226
2227 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
2228
2229 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
2230 escaped correctly.
2231
2232 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
2233
2234 * gdb.base/sepdebug.exp: New file.
2235 * gdb.base/sepdebug.c: New file.
2236 * lib/gdb.exp (separate_debug_filename): New procedure.
2237 (gdb_gnu_strip_debug): New procedure.
2238
2239 2004-01-12 Andrew Cagney <cagney@redhat.com>
2240
2241 * gdb.mi/ChangeLog: Delete file. Renamed to ...
2242 * gdb.mi/ChangeLog-1999-2003: New file.
2243
2244 2004-01-12 Andrew Cagney <cagney@redhat.com>
2245
2246 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
2247 "Renaming a directory to a non-empty directory returns ENOTEMPTY
2248 or EEXIST", treat EBUSY as an XFAIL.
2249
2250 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
2251
2252 * gdb.base/scope.exp: Remove obsolete setup_xfail for
2253 hp_cc_compiler.
2254
2255 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
2256
2257 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
2258 decorations.
2259
2260 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
2261
2262 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
2263 and "(aCC)" decorations. Remove obsolete doco about old
2264 test results.
2265
2266 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
2267
2268 * gdb.cp/exception.exp: Fix typo in doco.
2269
2270 2004-01-09 Mark Kettenis <kettenis@gnu.org>
2271
2272 * gdb.base/gdb1476.exp: Fix typo.
2273
2274 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
2275
2276 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
2277 file.
2278
2279 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
2280
2281 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
2282 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
2283 Use gdb_compile. Remove restriction on gcc. Add some patterns
2284 for recent version of gdb. Delete second half, which was a copy
2285 of the first half with different build flags. This test is
2286 still disabled because it is still not ready for production.
2287
2288 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2289
2290 * gdb.cp/exception.cc: Add copyright notice.
2291 * gdb.cp/exception.exp: Add a notice that this file is broken
2292 because of line number changes caused by addition of copyright
2293 notice.
2294
2295 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2296
2297 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
2298 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
2299
2300 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2301
2302 * gdb.cp/classes.exp: Accept gnu abi 2.
2303 * gdb.cp/derivation.exp: Likewise.
2304 * gdb.cp/overload.exp: Likewise.
2305 * gdb.cp/virtfunc.exp: Likewise.
2306
2307 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2308
2309 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
2310 semicolon after end of function.
2311
2312 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2313
2314 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
2315 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
2316 boilerplate code for compiling and running the program under
2317 test. Add some string method tests.
2318
2319 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2320
2321 * gdb.cp/bs15503.cc: Add copyright notice.
2322 * gdb.cp/bs15503.exp: Adjust line number.
2323
2324 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2325
2326 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
2327 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
2328
2329 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2330
2331 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
2332 hp_cc_compiler.
2333
2334 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2335
2336 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
2337 * gdb.cp/ctti.exp: Use the marker instead of "next".
2338 With gcc, run further before bailing.
2339
2340 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2341
2342 * gdb.cp/cttiadd.cc: Add copyright notice.
2343 * gdb.cp/cttiadd1.cc: Likewise.
2344 * gdb.cp/cttiadd2.cc: Likewise.
2345 * gdb.cp/cttiadd3.cc: Likewise.
2346
2347 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2348
2349 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
2350 Use gdb_test, gdb_test_multiple. Use floating-point values that
2351 have exact representations in IEEE-ish formats.
2352
2353 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2354
2355 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
2356 compilers. Delete duplicate call to get_compiler_info.
2357 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
2358 * gdb.base/volatile.exp: Likewise.
2359
2360 2004-01-07 Mark Kettenis <kettenis@gnu.org>
2361
2362 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
2363 memory at address 0.
2364
2365 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2366
2367 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
2368 to test for hp-ux assembler. Fix copyright years.
2369
2370 2004-01-07 Andrew Cagney <cagney@redhat.com>
2371
2372 * gdb.base/fileio.c (strerrno): Add "EBUSY".
2373
2374 2004-01-07 Andrew Cagney <cagney@redhat.com>
2375
2376 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
2377 when creating the read-only file. From analysis by Roland McGrath
2378 and Elena Zannoni.
2379
2380 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
2381
2382 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
2383
2384 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
2385
2386 * gdb.base/cvexpr.c: Be type-safe with function pointers and
2387 data pointers.
2388
2389 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
2390
2391 * gdb.cp/m-static.exp: Compile one source file at a time.
2392 Delete unused call to get_compiler_info.
2393
2394 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
2395
2396 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
2397 * gdb.base/call-rt-st.exp: Likewise.
2398 * gdb.base/nodebug.exp: Likewise.
2399 * gdb.base/volatile.exp: Likewise.
2400 * gdb.cp/ref-types.exp: Likewise.
2401 * gdb.cp/templates.exp: Likewise.
2402
2403 2004-01-05 Mark Kettenis <kettenis@gnu.org>
2404
2405 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
2406
2407 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
2408
2409 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
2410 hppa*-hp-hpux*.
2411
2412 2004-01-04 Mark Kettenis <kettenis@gnu.org>
2413
2414 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
2415 x86_64-*-*.
2416
2417 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
2418 sparc64-*-* and sparc*-solaris2*.
2419
2420 2004-01-04 Mark Kettenis <kettenis@gnu.org>
2421
2422 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
2423 return ${tests}" test. The ${tests} already mentions the
2424 filename.
2425
2426 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
2427
2428 * gdb.cp/local.exp: Accept gcc abi 2.
2429
2430 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
2431
2432 * gdb.cp/templates.exp: Accept gcc abi 2.
2433
2434 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
2435
2436 * lib/compiler.cc: Remove supports_template_debugging.
2437 * gdb.cp/templates.exp: Do not test supports_template_debugging.
2438
2439 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2440
2441 * gdb.cp/namespace.exp: Accept gcc abi 2.
2442
2443 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2444
2445 * gdb.cp/method.exp: Accept gcc abi 2.
2446
2447 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2448
2449 * gdb.cp/classes.exp: Generate identical results as old version.
2450 * gdb.cp/derivation.exp: Likewise.
2451 * gdb.cp/overload.exp: Likewise.
2452 * gdb.cp/virtfunc.exp: Likewise.
2453
2454 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2455
2456 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
2457 mysterious bug with sourceware version of expect.
2458
2459 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2460
2461 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
2462 current versions of gcc, including gcc abi 2. Remove gratuitous
2463 restart of test program. Use gdb_test_multiple and gdb_test for
2464 all tests. Add patterns to xfail missing "const" in "const char *"
2465 and kfail PR gdb/1155.
2466
2467 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2468
2469 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
2470 current versions of gcc, including gcc abi 2. Remove gratuitous
2471 restart of test program. Use gdb_test_multiple and gdb_test for
2472 all tests. Add patterns to kfail PR gdb/1498.
2473
2474 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
2475
2476 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
2477 current versions of gcc, including gcc abi 2. Use "breakpoint"
2478 and "continue" instead of restarting the target program. Use
2479 gdb_test_multiple and gdb_test for all tests.
2480
2481 2004-01-01 Mark Kettenis <kettenis@gnu.org>
2482
2483 * gdb.asm/asm-source.exp: Update copyright year. Link statically
2484 for *-*-solaris2*.
2485
2486 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
2487
2488 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
2489 current versions of gcc, including gcc abi 2. Use "breakpoint"
2490 and "continue" instead of restarting the target program several
2491 times. Use gdb_test_multiple and gdb_test for all tests.
2492
2493 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
2494
2495 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
2496 source files.
2497
2498 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
2499
2500 * gdb.base/environ.exp: Handle compiling test case from multiple
2501 source files.
2502
2503 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
2504
2505 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
2506
2507 2003-12-17 Jim Blandy <jimb@redhat.com>
2508
2509 * gdb.base/freebpcmd.c: Add copyright notice.
2510
2511 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
2512
2513 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
2514
2515 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
2516
2517 2003-12-13 Jim Blandy <jimb@redhat.com>
2518
2519 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
2520
2521 2003-12-12 Kevin Buettner <kevinb@redhat.com>
2522
2523 * gdb.asm/frv.inc: New file.
2524 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
2525
2526 2003-12-09 Fred Fish <fnf@redhat.com>
2527
2528 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
2529 functions to break1.c and leave prototypes behind. Add more
2530 "set breakpoint NN here" comments.
2531 * gdb.base/break1.c: New file.
2532
2533 * gdb.base/break.exp: Handle compiling test case from multiple
2534 source files and change source file references as needed.
2535 * gdb.base/completion.exp: Ditto.
2536 * gdb.base/condbreak.exp: Ditto.
2537 * gdb.base/define.exp: Ditto.
2538 * gdb.base/ena-dis-br.exp: Ditto.
2539 * gdb.base/info-proc.exp: Ditto.
2540 * gdb.base/maint.exp: Ditto.
2541 * gdb.base/until.exp: Ditto.
2542
2543 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
2544 hardcoded line numbers.
2545 * gdb.base/define.exp: Ditto.
2546 * gdb.base/ena-dis-br.exp: Ditto.
2547 * gdb.base/maint.exp: Ditto.
2548 * gdb.base/until.exp: Ditto.
2549
2550 * gdb.base/completion.exp: Use "break1" for completion tests since
2551 "break" is no longer a unique prefix.
2552
2553 2003-12-06 Andrew Cagney <cagney@redhat.com>
2554
2555 * gdb.base/structs.exp (test_struct_returns): When applicable, set
2556 "return_value_unimplemented". When an unimplemented struct return
2557 architecture, report incorrect values as a KFAIL
2558
2559 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
2560
2561 * gdb.cp/rtti.exp: Accept new wording of warning from
2562 cp_lookup_rtti_type.
2563
2564 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
2565
2566 Partial fix for PR testsuite/1456.
2567 * gdb.base/scope.exp (test_at_main): Replace references to
2568 gcc_compiled with calls to test_compiler_info.
2569 (test_at_foo): Likewise.
2570 (test_at_bar): Likewise.
2571
2572 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
2573
2574 Partial fix for PR testsuite/1456.
2575 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
2576 to test_compiler_info.
2577
2578 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
2579
2580 * gdb.base/so-impl-ld.exp: Update copyright notice.
2581
2582 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
2583
2584 Partial fix for PR testsuite/1456.
2585 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
2586 to test_compiler_info.
2587
2588 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
2589
2590 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
2591 from current versions of gdb. Clean up regular expressions.
2592 Delete redundant timeout case.
2593
2594 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
2595
2596 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
2597 from current versions of gdb. Clean up regular expressions.
2598 Delete redundant timeout case.
2599
2600 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
2601
2602 Partial fix for PR testsuite/1456.
2603 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
2604 gcc_compiled with call to test_compiler_info.
2605
2606 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
2607
2608 Partial fix for PR testsuite/1456.
2609 * gdb.base/list.exp (test_list_function): Delete unused declaration
2610 of gcc_compiled.
2611
2612 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
2613
2614 Partial fix for PR testsuite/1456.
2615 * gdb.base/complex.exp: Replace reference to gcc_compiled with
2616 call to test_compiler_info.
2617
2618 2003-11-29 Mark Kettenis <kettenis@gnu.org>
2619
2620 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
2621 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
2622 it to create the appropriate note.inc.
2623 * gdb.asm/asmsrc1.s: Include "note.inc".
2624 * gdb.asm/netbsd.inc: New file.
2625 * gdb.asm/empty.inc: New file.
2626
2627 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
2628
2629 Partial fix for PR testsuite/1456.
2630 * gdb.base/constvars.exp: Replace references to gcc_compiled with
2631 calls to test_compiler_info.
2632
2633 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
2634
2635 Partial fix for PR testsuite/1456.
2636 * gdb.base/volatile.exp: Replace references to gcc_compiled with
2637 calls to test_compiler_info.
2638
2639 2003-11-27 Mark Kettenis <kettenis@gnu.org>
2640
2641 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
2642 pattern for the KFAILs.
2643
2644 2003-11-25 Adam Fedor <fedor@gnu.org>
2645
2646 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
2647 * gdb.objc/objcdecode.m: New file.
2648
2649 2003-11-25 Adam Fedor <fedor@gnu.org>
2650
2651 * gdb.objc/nondebug.exp: Test for PR objc/1236.
2652 * gdb.objc/nondebug.m: New file.
2653
2654 2003-11-26 Ben Elliston <bje@wasabisystems.com>
2655
2656 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
2657 NetBSD as it does on FreeBSD. Modelled on a similar change by
2658 Mark Kettenis on 2003-05-30.
2659 (link-flags): Set to "--entry _start" regardless of target.
2660 Special linker flags are to be appended to $link-flags.
2661 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
2662
2663 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
2664
2665 * gdb.cp/method.exp: Accept output of new demangler.
2666
2667 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
2668
2669 * gdb/class2.exp: New file.
2670 * gdb/class2.cc: New file.
2671
2672 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
2673
2674 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
2675 of new demangler.
2676
2677 2003-11-23 Mark Kettenis <kettenis@gnu.org>
2678
2679 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
2680 of gdb_test "run".
2681
2682 2003-11-23 Mark Kettenis <kettenis@gnu.org>
2683
2684 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
2685 "continue" into "run".
2686
2687 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
2688
2689 Partial fix for PR testsuite/1456.
2690 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
2691 call to test_compiler_info.
2692 * gdb.cp/ctti.exp: Likewise.
2693 * gdb.cp/derivation.exp: Likewise.
2694 * gdb.cp/member-ptr.exp: Likewise.
2695 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
2696 reference to gcc_compiled.
2697
2698 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
2699
2700 Fix PR testsuite/1463.
2701 * gdb.base/structs.exp (start_structs_test): Call
2702 get_debug_format before using the debug format.
2703
2704 2003-11-22 Andrew Cagney <cagney@redhat.com>
2705
2706 * lib/gdb.exp (gdb_test_multiple): Add simple example.
2707 * gdb.base/structs.exp: Use gdb_test_multiple.
2708
2709 2003-11-20 Andrew Cagney <cagney@redhat.com>
2710
2711 * gdb.base/structs.exp: Handle and recover from internal errors.
2712 Replace "foo${n}" with "foo<n>" in test messages.
2713
2714 * gdb.base/structs.exp: Update copyright. Rewrite.
2715 * gdb.base/structs.c: Update copyright. Rewrite.
2716
2717 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
2718 resync count exceeded.
2719
2720 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
2721 from the internal error.
2722 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
2723 Original from Jim Blandy.
2724 (gdb_test_multiple): Use gdb_internal_error_resync.
2725
2726 2003-11-19 Andrew Cagney <cagney@redhat.com>
2727
2728 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
2729 KFAIL.
2730
2731 2003-11-17 Mark Kettenis <kettenis@gnu.org>
2732
2733 New testcase for PR backtrace/1435.
2734 * gdb.arch/i386-unwind.exp: New file.
2735 * gdb.arch/i386-unwind.c: New file.
2736
2737 2003-11-17 Andrew Cagney <cagney@redhat.com>
2738
2739 * lib/gdb.exp (compiler_info): New global.
2740 (test_compiler_info): New function.
2741 (get_compiler_info): Set compiler_info.
2742 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
2743 "compiler_info" to gcc-<major>-<minor>.
2744
2745 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
2746
2747 * gdb.trace/configure: Remove.
2748
2749 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
2750
2751 * gdb.base/break.c: Add comments to aid finding line numbers for
2752 breakpoints.
2753 * gdb.base/break.exp: Remove all references to explicit line
2754 numbers.
2755
2756 2003-11-11 Nick Clifton <nickc@redhat.com>
2757
2758 * gdb.base/shreloc.exp: Do not run for targets which do not
2759 support shared objects.
2760
2761 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
2762
2763 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
2764 Don't run tests if nofileio flag is given.
2765
2766 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
2767
2768 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
2769 as well as 'Watchpoint'.
2770
2771 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
2772
2773 Reported by Jim Ingham <jingham@apple.com>:
2774 * gdb.base/annota1.exp: Match at least one occurrence of the
2775 signal handler annotation.
2776
2777 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
2778
2779 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
2780 as well as 'Watchpoint'.
2781
2782 2003-11-05 Michael Chastain <mec@shout.net>
2783
2784 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
2785
2786 2003-11-03 Kris Warkentin <kewarken@qnx.com>
2787
2788 * gdb.arch/gdb1291.c: New test file.
2789 * gdb.arch/gdb1291.exp: New test script.
2790 * gdb.arch/gdb1431.c: New test file.
2791 * gdb.arch/gdb1431.exp: New test script.
2792
2793 2003-10-22 Michael Chastain <mec@shout.net>
2794
2795 * gdb.mi/pthreads.c: Add copyright notice.
2796
2797 2003-10-22 Michael Chastain <mec@shout.net>
2798
2799 * gdb.threads/pthreads.c: Add copyright notice.
2800
2801 2003-10-20 Michael Chastain <mec@shout.net>
2802
2803 * gdb.base/gdb1056.exp: New test script.
2804
2805 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
2806
2807 * gdb.threads/killed.exp: Use gdb_run_cmd.
2808
2809 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
2810
2811 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
2812 create a core file.
2813 * gdb.threads/gcore-thread.exp: Likewise.
2814
2815 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
2816
2817 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
2818 type, based on char type.
2819 (struct bit_flags_short_t): New bitfield type, based on short type.
2820 (init_bit_flags_char): New fuction.
2821 (init_bit_flags_short): Ditto.
2822 (print_bit_flags_char): Ditto.
2823 (print_bit_flags_short): Ditto.
2824 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
2825
2826 2003-10-11 Michael Chastain <mec@shout.net>
2827
2828 * gdb.base/call-rt-st.exp: Update copyright year.
2829
2830 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
2831
2832 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
2833 * gdb.disasm/sh3.s: Ditto.
2834
2835 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
2836
2837 * gdb.threads/switch-threads.exp: New test.
2838 * gdb.threads/switch-threads.c: New source file.
2839
2840 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
2841
2842 * gdb.base/ending-run.exp: Add sh specific case.
2843
2844 2003-10-06 Andrew Cagney <cagney@redhat.com>
2845
2846 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
2847 * gdb.disasm/mn10200.exp: Delete obsolete file.
2848
2849 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
2850
2851 * ChangeLog: Correct an entry command.exp -> commands.exp.
2852 * gdb.base/commands.exp (bp_deleted_in_command_test)
2853 (temporary_breakpoint_commands): Check noargs.
2854
2855 2003-09-25 David Carlton <carlton@kealia.com>
2856
2857 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
2858 of some print tests, where appropriate. Add tests for C::D::cd,
2859 E::ce, F::cXfX, G::XgX.
2860 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
2861
2862 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
2863
2864 * lib/java.exp (java_init): Import target_alias before using it.
2865
2866 2003-09-25 David Carlton <carlton@kealia.com>
2867
2868 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
2869
2870 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
2871
2872 * gdb.base/selftest.exp: Accomodate more instruction reordering
2873 weirdness.
2874
2875 2003-09-17 Michael Chastain <mec@shout.net>
2876
2877 * gdb.cp/gdb1355.exp: New file.
2878 * gdb.cp/gdb1355.c: New file.
2879
2880 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
2881
2882 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
2883 * gdb.asm/sh.inc: New file.
2884
2885 2003-09-11 David Carlton <carlton@kealia.com>
2886
2887 * gdb.cp/namespace.exp: Add tests for namespace types.
2888 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
2889 (test_namespace): New.
2890
2891 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
2892
2893 * gdb.base/relocate.exp: Handle new gdb output at startup.
2894 * gdb.stabs/weird.exp: Ditto.
2895
2896 2003-09-08 Michael Chastain <mec@shout.net>
2897
2898 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
2899
2900 2003-09-07 Michael Chastain <mec@shout.net>
2901
2902 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
2903 'parse error'.
2904
2905 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
2906
2907 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
2908
2909 2003-08-30 Michael Chastain <mec@shout.net>
2910
2911 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
2912 * gdb.gdb/observer.exp: Ditto.
2913 * gdb.gdb/xfullpath.exp: Ditto.
2914
2915 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2916
2917 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
2918 *-*-*bsd*.
2919
2920 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
2921
2922 * gdb.base/dump.exp: Skip for ia64.
2923
2924 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2925
2926 * gdb.asm/asm-source.exp: Add ia64 support.
2927 * gdb.asm/ia64.inc: New file.
2928
2929 2003-08-22 Michael Chastain <mec@shout.net>
2930
2931 * gdb.cp: New directory.
2932 * gdb.cp/*: Copy from gdb.c++/*.
2933 * gdb.c++/*: Remove.
2934 * Makefile.in: Change gdb.c++ to gdb.cp.
2935 * configure.in: Ditto.
2936 * configure: Regnerate.
2937
2938 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2939
2940 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
2941 * gdb.arch/i386-prologue.c (gdb1338): Add function.
2942
2943 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2944
2945 * mi-var-display.exp (-var-list-children weird): Accept function
2946 pointers with argument types.
2947 * mi1-var-display.exp (-var-list-children weird): Likewise.
2948 * mi2-var-display.exp (-var-list-children weird): Likewise.
2949
2950 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2951
2952 * gdb.base/annota3.exp: Add missing newline.
2953
2954 2003-08-06 Michael Chastain <mec@shout.net>
2955
2956 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
2957
2958 2003-08-12 Michael Snyder <msnyder@redhat.com>
2959
2960 * gdb.base/float.exp: Add test for SH.
2961
2962 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2963
2964 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
2965
2966 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
2967
2968 * gdb.base/completion.exp: Remove reduntant completion test
2969 on filename.
2970
2971 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
2972
2973 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
2974 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
2975 gdb.trace/save-trace.exp: Make sure that full pathnames are
2976 escaped correctly.
2977
2978 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
2979
2980 * configure.in: Don't generate config.h from config.hin.
2981 * configure: Regenerate.
2982 * config.hin: Remove file.
2983 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
2984 * gdb.threads/pthreads.c: Ditto.
2985
2986 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
2987
2988 From Kei Sakamoto <sakamoto.kei@renesas.com>:
2989 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
2990 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
2991 Replace ld24 with seth/add3.
2992
2993 2003-08-02 Andrew Cagney <cagney@redhat.com>
2994
2995 * gdb.base/annota3.exp: New file.
2996 * gdb.base/annota3.c: New file.
2997 * gdb.c++/annota3.exp: New file.
2998 * gdb.c++/annota3.cc: New file.
2999
3000 2003-07-29 Michael Chastain <mec@shout.net>
3001
3002 * gdb.threads/tls.c (spin): Check errno only if sem_wait
3003 actually failed.
3004 (do_pass): Likewise.
3005 * gdb.threads/tls.exp: Always initialize no_of_threads.
3006
3007 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
3008
3009 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
3010 pattern.
3011 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
3012 * gdb.threads/tls.exp: Recognize one case of the host library not
3013 supporting TLS.
3014
3015 2003-07-27 Andrew Cagney <cagney@redhat.com>
3016
3017 * gdb.base/fileio.exp: Use SH when running commands using
3018 remote_exec.
3019
3020 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
3021
3022 From Kei Sakamoto <sakamoto.kei@renesas.com>:
3023 * gdb.base/relocate.c (dummy): New padding array.
3024
3025 2003-07-22 Michael Snyder <msnyder@redhat.com>
3026
3027 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3028
3029 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
3030 patterns to be more general, accepting old and new output.
3031 Some output chars (such as '+') also must be quoted.
3032 Some addresses are displayed numerically instead of
3033 symbolically.
3034
3035 2003-07-23 Michael Snyder <msnyder@redhat.com>
3036
3037 * gdb.base/return2.exp: Don't test long-long return.
3038
3039 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
3040 * gdb.disasm/t01_mov.exp: Ditto.
3041 * gdb.disasm/t02_mova.s: Ditto.
3042 * gdb.disasm/t02_mova.exp: Ditto.
3043 * gdb.disasm/t03_add.s: Ditto.
3044 * gdb.disasm/t03_add.exp: Ditto.
3045 * gdb.disasm/t04_sub.s: Ditto.
3046 * gdb.disasm/t04_sub.exp: Ditto.
3047 * gdb.disasm/t05_cmp.s: Ditto.
3048 * gdb.disasm/t05_cmp.exp: Ditto.
3049 * gdb.disasm/t06_ari2.s: Ditto.
3050 * gdb.disasm/t06_ari2.exp: Ditto.
3051 * gdb.disasm/t07_ari3.s: Ditto.
3052 * gdb.disasm/t07_ari3.exp: Ditto.
3053 * gdb.disasm/t08_or.s: Ditto.
3054 * gdb.disasm/t08_or.exp: Ditto.
3055 * gdb.disasm/t09_xor.s: Ditto.
3056 * gdb.disasm/t09_xor.exp: Ditto.
3057 * gdb.disasm/t10_and.s: Ditto.
3058 * gdb.disasm/t10_and.exp: Ditto.
3059 * gdb.disasm/t11_logs.s: Ditto.
3060 * gdb.disasm/t11_logs.exp: Ditto.
3061 * gdb.disasm/t12_bit.s: Ditto.
3062 * gdb.disasm/t12_bit.exp: Ditto.
3063 * gdb.disasm/t13_otr.s: Ditto.
3064 * gdb.disasm/t13_otr.exp: Ditto.
3065
3066 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3067
3068 * gdb.threads/tls.exp :Add kfail for 'info address' case.
3069
3070 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3071
3072 * gdb.threads/tls.c : New file.
3073 * gdb.threads/tls.exp : New file.
3074 * gdb.threads/tls-main.c : New file.
3075 * gdb.threads/tls-shared.c : New file.
3076 * gdb.threads/tls-shared.exp : New file.
3077
3078 2003-07-22 Andreas Schwab <schwab@suse.de>
3079
3080 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
3081
3082 2003-07-20 Andreas Schwab <schwab@suse.de>
3083
3084 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
3085 due to insn reordering.
3086
3087 2003-07-15 Andrew Cagney <cagney@redhat.com>
3088
3089 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
3090
3091 2003-07-15 Michael Chastain <mec@shout.net>
3092
3093 * gdb.base/gdb1250.exp: New file.
3094 * gdb.base/gdb1250.c: New file.
3095
3096 2003-07-09 Michal Ludvig <mludvig@suse.cz>
3097
3098 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
3099 expansion of size_t to 'unsigned long', not only to 'unsigned'.
3100
3101 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
3102
3103 * gdb.threads/tls.c: New file.
3104 * gdb.threads/tls.exp: New file.
3105 * gdb.threads/tls-main.c: New file.
3106 * gdb.threads/tls-shared.c: New file.
3107 * gdb.threads/tls-shared.exp: New file.
3108
3109 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
3110
3111 * gdb.base/annota1.exp: Make sure that we properly escape the
3112 full path of the source file. Xfail more permissive patterns,
3113 due to a compiler debug info problem.
3114
3115 2003-07-07 Andreas Schwab <schwab@suse.de>
3116
3117 * gdb.asm/m68k.inc: New file.
3118 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
3119
3120 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
3121 arguments"): Also match negative number.
3122
3123 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
3124
3125 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
3126
3127 * gdb.base/store.c (charest): New typedef.
3128 (add_char): Rename to add_charest, update.
3129 (wack_char): Rename to wack_charest, update types. Return l + r
3130 to keep r live across the call.
3131 (wack_short, wack_int, wack_long, wack_longest, wack_float)
3132 (wack_double, wack_doublest): Return l + r to keep r live across
3133 the call.
3134 * gdb.base/store.exp: Accomodate store.c changes.
3135
3136 2003-06-30 David Carlton <carlton@kealia.com>
3137
3138 * gdb.c++/maint.exp (test_invalid_name): New.
3139 (test_first_component): Add tests for invalid names.
3140
3141 2003-06-29 Michael Chastain <mec@shout.net>
3142
3143 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
3144 output of '<VTT for class>' for virtual base classes.
3145
3146 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
3147
3148 * gdb.base/completion.exp: Tab-complete "complet" instead of
3149 "compl".
3150 * gdb.base/complex.exp, gdb.base/complex.c: New files.
3151
3152 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
3153
3154 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
3155 * gdb.base/volatile.exp: Likewise.
3156
3157 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
3158
3159 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
3160 gdb/1265.
3161
3162 2003-06-28 Michael Chastain <mec@shout.net>
3163 Daniel Jacobowitz <drow@mvista.com>
3164
3165 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
3166 initial line count of 'captured_main' from 26 to 32.
3167 (test_with_self): Allow xmalloc call to be interleaved with the
3168 preceding two lines.
3169
3170 2003-06-24 Joel Brobecker <brobecker@gnat.com>
3171
3172 * gdb.base/bang.exp: New testcase.
3173
3174 2003-06-23 Joel Brobecker <brobecker@gnat.com>
3175
3176 * gdb.base/langs.exp: Add some tests for the "minimal" language
3177 support.
3178
3179 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
3180
3181 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
3182 the testcase.
3183
3184 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
3185
3186 * gdb.base/relocate.exp: Test add-symbol-file with a variable
3187 offset.
3188
3189 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
3190
3191 * gdb.c++/pr-1210.cc: New file.
3192 * gdb.c++/pr-1210.exp: New file.
3193
3194 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
3195
3196 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
3197 000-exec-continue.
3198
3199 2003-06-15 Mark Kettenis <kettenis@gnu.org>
3200
3201 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
3202 on *-*-*bsd* instead of *-*-freebsd*.
3203
3204 2003-06-14 Andrew Cagney <cagney@redhat.com>
3205
3206 * gdb.base/store.exp: Test longest and doublest. Test all
3207 parameters. Weaken return statement match.
3208 * gdb.base/store.c: Add longest and doublest - aka long long and
3209 long double functions. Put all parameters into local register
3210 variables. Use negative values.
3211
3212 2003-06-14 Andrew Cagney <cagney@redhat.com>
3213
3214 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
3215 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
3216 exit status.
3217 * gdb.base/fileio.exp: Disable target when nointerrupts and
3218 noinferiorio, instead of limiting it to remote. Use remote_exec
3219 instead of system.
3220
3221 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
3222
3223 * gdb.base/float.exp: Add ia64 support.
3224
3225 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
3226
3227 * gdb.base/fileio.exp: Run only on remote targets.
3228
3229 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
3230
3231 * gdb.base/fileio.c: New file, testing File-I/O.
3232 * gdb.base/fileio.exp: Ditto.
3233
3234 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
3235
3236 * gdb.base/shreloc.exp: New file, check symbol values obtained from
3237 shared objects after relocation at load time (gdb PR/1132).
3238 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
3239 as above, part of the shared object relocation test.
3240
3241 2003-06-08 Mark Kettenis <kettenis@gnu.org>
3242
3243 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
3244 fully filled history list.
3245 * gdb.base/gdb_history: New file.
3246
3247 * gdb.base/signals.exp: XFAIL "continue to func1" on
3248 i*86-*-freebsd*.
3249
3250 * gdb.base/attach.exp: When trying to attach to a nonexistent
3251 process, make it possible to specify the PID based on the target,
3252 and do so for *-*-freebsd*.
3253
3254 2003-06-02 Richard Henderson <rth@redhat.com>
3255
3256 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
3257
3258 2003-06-02 Richard Henderson <rth@redhat.com>
3259
3260 * gdb.base/selftest.exp: Next over lim_at_start initialization.
3261
3262 2003-06-02 Richard Henderson <rth@redhat.com>
3263
3264 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
3265
3266 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
3267
3268 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
3269 of globalvar.
3270
3271 2003-06-01 Mark Kettenis <kettenis@gnu.org>
3272
3273 * gdb.asm/asm-source.exp: Check for memory read errors in
3274 disassembler test on *BSD too.
3275
3276 2003-06-01 Richard Henderson <rth@redhat.com>
3277
3278 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
3279 for .frame.
3280 (gdbasm_call): Lose ldgp.
3281 (gdbasm_startup): Add frame information.
3282 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
3283
3284 2003-05-31 Mark Kettenis <kettenis@gnu.org>
3285
3286 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
3287 i?86-*-*.
3288
3289 2003-05-30 Mark Kettenis <kettenis@gnu.org>
3290
3291 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
3292 FreeBSD.
3293
3294 2003-05-29 Richard Henderson <rth@redhat.com>
3295
3296 * gdb.asm/alpha.inc: New file.
3297 * gdb.asm/asm-source.exp: Use it.
3298
3299 2003-05-29 Jim Blandy <jimb@redhat.com>
3300
3301 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
3302 'core.PID'.
3303
3304 2003-05-22 Jim Blandy <jimb@redhat.com>
3305
3306 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
3307 backtrace.
3308
3309 2003-05-20 David Carlton <carlton@math.stanford.edu>
3310
3311 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
3312 this time.
3313
3314 2003-05-19 David Carlton <carlton@bactrian.org>
3315
3316 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
3317 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
3318
3319 2003-05-19 David Carlton <carlton@bactrian.org>
3320
3321 * gdb.c++/namespace.exp: Add namespace scope and anonymous
3322 namespace tests.
3323 Bump copyright date.
3324 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
3325 (main): Call C::D::marker2.
3326 * gdb.c++/namespace1.cc: New file.
3327
3328 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
3329
3330 Roland McGrath <roland@redhat.com>
3331 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
3332 there is no manager thread.
3333
3334 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
3335
3336 * gdb.threads/schedlock.exp: Remove assumption that all threads
3337 will run in a particular small time slice. Also ensure we break
3338 in one of the child threads rather than the main thread.
3339
3340 2003-05-07 Jim Blandy <jimb@redhat.com>
3341
3342 Add support for assembly source testing on the s390x.
3343 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
3344 architecture.
3345 * gdb.asm/s390x.inc: New file.
3346
3347 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
3348 succession of 'if' statements.
3349
3350 2003-05-05 Andrew Cagney <cagney@redhat.com>
3351
3352 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
3353
3354 2003-05-05 Andrew Cagney <cagney@redhat.com>
3355
3356 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
3357 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
3358
3359 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
3360
3361 * gdb.base/charset.exp: Update based on new behavior of set/show
3362 charset commands.
3363
3364 2003-05-01 Andrew Cagney <cagney@redhat.com>
3365
3366 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
3367 variable do not give memory errors.
3368
3369 2003-04-30 Adam Fedor <fedor@gnu.org>
3370
3371 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
3372 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
3373 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
3374 gdb.objc/basicclass.m: : New files
3375
3376 * lib/gdb.exp (gdb_compile_objc): New procedure.
3377
3378 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
3379
3380 * gdb.base/signals.exp: Make backtrace tests more specific.
3381
3382 2003-04-23 David Carlton <carlton@bactrian.org>
3383
3384 * gdb.c++/maint.exp (test_first_component): Add tests for
3385 'operator' in more locations.
3386
3387 2003-04-16 Kevin Buettner <kevinb@redhat.com>
3388
3389 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
3390
3391 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
3392
3393 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
3394 func marke' instead. Update test name.
3395
3396 2003-04-15 David Carlton <carlton@math.stanford.edu>
3397
3398 * gdb.c++/maint.exp: New file.
3399
3400 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
3401
3402 * gdb.threads/schedlock.c: Change type of thread function argument
3403 to long, to avoid warnings on 64-bit platforms.
3404
3405 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
3406
3407 * gdb.base/attach.exp: Add new message from ptrace in case of
3408 attaching to nonexistent process.
3409
3410 2003-04-11 Jim Blandy <jimb@redhat.com>
3411
3412 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
3413 gdb.c++/userdef.cc: Place comments on the lines to which the
3414 marker function might return.
3415 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
3416 gdb.c++/userdef.exp: Look for those comments to check that we've
3417 returned to the right place, instead of checking line numbers.
3418
3419 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
3420
3421 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
3422 match on sourcefile name, instead of directory name.
3423
3424 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
3425
3426 * gdb.base/completion.exp: Use string_to_regexp to match the
3427 working directory name.
3428
3429 2003-04-09 Jim Blandy <jimb@redhat.com>
3430
3431 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
3432 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
3433 after an inferior function call, report the failure, but allow the
3434 test to continue.
3435
3436 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
3437
3438 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
3439 with -DPROTOTYPES.
3440
3441 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
3442
3443 * gdb.base/break.exp: Revert last patch.
3444
3445 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
3446
3447 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
3448 with -DPROTOTYPES.
3449
3450 2003-04-02 Andrew Cagney <cagney@redhat.com>
3451
3452 * gdb.base/callfuncs.exp: Make "print add" messages unique.
3453 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
3454 matching directories by the name breakpoint.
3455 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
3456 Make "continue to marker1" consistent.
3457 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
3458 message consistent.
3459 * lib/gdb.exp: Put "the program is no longer running", and "the
3460 program exited" in parenthesis.
3461 * lib/mi-support.exp: Ditto.
3462
3463 2003-04-02 Bob Rossi <bob_rossi@cox.net>
3464
3465 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
3466
3467 2003-03-29 Andrew Cagney <cagney@redhat.com>
3468
3469 * gdb.base/sizeof.c (main): Print the value of '\377'.
3470 * gdb.base/sizeof.exp: Check the sign of '\377'.
3471
3472 2003-03-27 Michael Chastain <mec@shout.net>
3473
3474 * gdb.base/gdb1090.exp: New file.
3475 * gdb.base/gdb1090.cc: New file.
3476
3477 2003-03-27 J. Brobecker <brobecker@gnat.com>
3478
3479 * gdb.gdb/observer.exp: New regression test.
3480
3481 2003-03-27 Michael Chastain <mec@shout.net>
3482
3483 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
3484 * gdb.base/ptype.exp: Likewise.
3485
3486 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
3487
3488 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
3489
3490 2003-03-26 Michael Chastain <mec@shout.net>
3491
3492 * gdb.base/ptype.exp: Actually use some typedef'd types.
3493
3494 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
3495
3496 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
3497 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
3498
3499 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3500
3501 * gdb.base/default.exp: Fix regular expression.
3502
3503 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3504
3505 * gdb.base/args.exp: Fix regular expression.
3506
3507 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3508
3509 * gdb.base/help.exp: Allow Win32 child process.
3510
3511 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3512
3513 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
3514 when stepping out of main().
3515
3516 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3517
3518 * gdb.base/default.exp: Check for win32 specific message when calling
3519 "run" without executable.
3520
3521 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3522
3523 * gdb.base/args.exp: Expect .exe in output.
3524
3525 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
3526
3527 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
3528 Cygwin native.
3529
3530 2003-03-17 Andrew Cagney <cagney@redhat.com>
3531
3532 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
3533 vector registes.
3534 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
3535 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
3536
3537 2003-03-17 David Carlton <carlton@math.stanford.edu>
3538
3539 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
3540 test, for PR breakpoints/38.
3541 Call test_watchpoint_and_breakpoint.
3542 * gdb.base/watchpoint.c (func3): New function.
3543 (main): Call func3.
3544
3545 2003-03-04 David Carlton <carlton@math.stanford.edu>
3546
3547 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
3548 Garply<Garply<char> >:: garply".
3549 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
3550 with respect to PR c++/1111; note also PR c++/1113.
3551 (test_template_breakpoints): KFAIL "constructor breakpoint" with
3552 respect to PR c++/1062.
3553 KFAIL "destructor breakpoint" with respect to PR c++/1112.
3554
3555 2003-03-03 David Carlton <carlton@math.stanford.edu>
3556
3557 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
3558 with respect to PR c++/57.
3559 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
3560 c++/826.
3561 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
3562 respect to PR c++/57.
3563
3564 2003-03-03 David Carlton <carlton@math.stanford.edu>
3565
3566 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
3567 respect to PR c++/33 into FAILs.
3568
3569 2003-03-03 Michael Chastain <mec@shout.net>
3570
3571 * configure.in: Update copyright years.
3572
3573 2003-03-03 Michael Chastain <mec@shout.net>
3574
3575 * Makefile.in: Update copyright years.
3576
3577 2003-02-28 David Carlton <carlton@math.stanford.edu>
3578
3579 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
3580 print class instead of struct and/or superfluous protection
3581 specifiers, as long as the resulting output is equivalent to the
3582 source code.
3583 Delete FIXME from end of messages on tests that don't need
3584 fixing.
3585
3586 2003-02-28 David Carlton <carlton@math.stanford.edu>
3587
3588 * gdb.c++/templates.exp (do_tests): Allow const in the two
3589 Foo<volatile char *>::foo tests.
3590
3591 2003-02-27 Michael Snyder <msnyder@redhat.com>
3592
3593 * gdb.base/restore.c (main): Return zero, so exit code
3594 will be consistant.
3595
3596 2003-02-26 David Carlton <carlton@math.stanford.edu>
3597
3598 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
3599 char *>::foo" test with respect to PR c++/33. Create a new test
3600 which is identical to that one except that it doesn't put the
3601 space between the "char" and the "*"; KFAIL it, too.
3602
3603 2003-02-26 David Carlton <carlton@math.stanford.edu>
3604
3605 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
3606 template types into either PASSes or KFAILs (corresponding to PR
3607 c++/57). Tweak indentation. Update copyright.
3608
3609 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
3610
3611 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
3612
3613 2003-02-13 Michael Chastain <mec@shout.net>
3614
3615 * gdb.base/exprs.exp: Remove i960 remnants.
3616 * gdb.base/funcargs.exp: Likewise.
3617 * gdb.base/list.exp: Likewise.
3618 * gdb.base/ptype.exp: Likewise.
3619
3620 2003-02-14 David Carlton <carlton@math.stanford.edu>
3621
3622 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
3623 pEe->D::vg()" from XFAIL to KFAIL.
3624
3625 2003-02-13 Jason Molenda (jmolenda@apple.com)
3626
3627 * gdb.base/maint.exp: Update maint print statistics regexp to include
3628 new entries.
3629
3630 2003-02-13 Michael Chastain <mec@shout.net>
3631
3632 * gdb.c++/inherit.exp: Remove call to get_debug_format.
3633
3634 2003-02-12 Michael Chastain <mec@shout.net>
3635
3636 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
3637 * gdb.c++/inherit.exp: Likewise.
3638 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
3639 * gdb.c++/templates.exp: Likewise.
3640 * gdb.c++/virtfunc.exp: Likewise.
3641
3642 2003-02-06 Jason Molenda (jason-cl@molenda.com)
3643
3644 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
3645 why the code is written that way.
3646
3647 2003-02-05 Michael Chastain <mec@shout.net>
3648
3649 * gdb.base/dump.exp: Add missing copyright line.
3650
3651 2003-02-05 Jason Molenda (jason-cl@molenda.com)
3652
3653 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
3654 at the beginning so the breakpoint doesn't get set on the loop.
3655
3656 2003-02-05 Michael Chastain <mec@shout.net>
3657
3658 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
3659 output for configurations with gcc 2.95.3.
3660
3661 2003-02-05 Keith Seitz <keiths@redhat.com>
3662 Andrew Cagney <ac131313@redhat.com>
3663
3664 * gdb.mi/mi-cli.exp: New file.
3665
3666 2003-02-04 Michael Chastain <mec@shout.net>
3667
3668 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
3669 Call perror and then continue.
3670
3671 2003-02-03 Michael Chastain <mec@shout.net>
3672
3673 * gdb.c++/pr-1023.cc: New file.
3674 * gdb.c++/pr-1023.exp: New file.
3675
3676 2003-02-05 Jim Blandy <jimb@redhat.com>
3677
3678 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
3679 it's local to foobar. Check for it there, and check that it's not
3680 present in main.
3681 * gdb.c++/local.cc (marker2): New function.
3682 (foobar): Call marker1.
3683 (main): Call marker2 instead of marker1.
3684
3685 2003-02-04 Andrew Cagney <ac131313@redhat.com>
3686
3687 * gdb.disasm/mn10200.exp: Obsolete file.
3688 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
3689 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
3690 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
3691
3692 2003-02-04 David Carlton <carlton@math.stanford.edu>
3693
3694 * gdb.c++/overload.exp: Test intToChar(1).
3695 * gdb.c++/overload.cc (intToChar): New.
3696 (main): Call intToChar.
3697
3698 2003-02-03 David Carlton <carlton@math.stanford.edu>
3699
3700 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
3701 'might_kfail' arg.
3702 KFAIL some of the continue_to_bp_overloaded calls, according to
3703 PR c++/1025.
3704
3705 2003-02-01 Michael Chastain <mec@shout.net>
3706
3707 * gdb.base/advance.c (marker1): New marker function.
3708 * gdb.base/advance.exp: When the 'advance' command lands on the
3709 return breakpoint, it can legitimately stop on either the
3710 current line or the next line. Accommodate both outcomes.
3711 * gdb.base/until.exp: Likewise.
3712
3713 2003-02-02 Andrew Cagney <ac131313@redhat.com>
3714
3715 2002-11-10 Jason Molenda (jason-cl@molenda.com):
3716 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
3717 now a list, not a tuple.
3718 * gdb.mi/mi-var-display.exp: Ditto.
3719 * gdb.mi/gdb792.exp: Ditto.
3720
3721 2003-02-01 Andrew Cagney <ac131313@redhat.com>
3722
3723 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
3724 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
3725 stack backtraces.
3726 * gdb.mi/mi-syn-frame.c: Part of same.
3727
3728 2003-02-01 Mark Kettenis <kettenis@gnu.org>
3729
3730 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
3731 gdb.mi/mi1-pthreads.exp: Return instead of calling
3732 gdb_suppress_entire_file.
3733
3734 2003-02-01 Mark Salter <msalter@redhat.com>
3735
3736 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
3737
3738 2003-01-31 Mark Salter <msalter@redhat.com>
3739
3740 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
3741 Support empty arg.
3742
3743 2003-01-30 Michael Chastain <mec@shout.net>
3744
3745 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
3746 This was a workaround for a UTF-8 bug in readline 4.3. The bug
3747 has been fixed in gdb/readline on 2003-01-09.
3748
3749 2003-01-29 Michael Snyder <msnyder@redhat.com>
3750
3751 * gdb.base/maint.exp: Allow for leading underscore in symbol.
3752 * gdb.base/display.exp: Allow for leading underscore in symbol.
3753 * gdb.base/args.exp: Skip if target does not support args passing.
3754
3755 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
3756
3757 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
3758 gdb_test. Accept a list of expect arguments as the third
3759 parameter.
3760 (gdb_test): Use it.
3761
3762 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
3763
3764 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
3765 allow for different test tree configurations. Update some
3766 tescases accordingly.
3767 * gdb.arch/altivec-regs.exp: Ditto.
3768 * gdb.asm/asm-source.exp: Ditto.
3769 * gdb.base/advance.exp: Ditto.
3770 * gdb.base/display.exp: Ditto.
3771 * gdb.base/long_long.exp: Ditto.
3772 * gdb.base/mips_pro.exp: Ditto.
3773 * gdb.base/overlays.exp: Ditto.
3774 * gdb.base/relocate.exp: Ditto.
3775 * gdb.base/setshow.exp: Ditto.
3776 * gdb.base/step-line.exp: Ditto.
3777 * gdb.base/step-test.exp: Ditto.
3778 * gdb.base/until.exp: Ditto.
3779 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
3780
3781 2003-01-17 David Carlton <carlton@math.stanford.edu>
3782
3783 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
3784 corresponding to PR c++/945.
3785 Update copyright.
3786
3787 2003-01-17 David Carlton <carlton@math.stanford.edu>
3788
3789 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
3790 corresponding to PR c++/68.
3791
3792 2003-01-17 David Carlton <carlton@math.stanford.edu>
3793
3794 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
3795 (test_paddr_hairy_functions): Call print_addr_2_kfail for
3796 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
3797
3798 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
3799
3800 * gdb.base/break.exp: Fix change of default location, because of
3801 removal of until tests.
3802 * gdb.base/help.exp: Update test for new 'until' help message.
3803 Add test for help on 'advance'.
3804 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
3805
3806 2003-01-15 Mark Kettenis <kettenis@gnu.org>
3807
3808 * gdb.base/default.exp: Adapt "info float" test for recent changes
3809 to that command. Add test for "info vector".
3810 * gdb.base/float.exp: New file. Add test for "info float" that
3811 resembles the old test in gdb.base/default.exp.
3812
3813 2003-01-15 David Carlton <carlton@math.stanford.edu>
3814
3815 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
3816
3817 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
3818
3819 * gdb.base/break.exp: Move the tests of until command from here...
3820 * gdb.base/until.exp: ... to here. New file. Add other tests.
3821 * gdb.base/advance.c: New file.
3822 * gdb.base/advance.exp: New file.
3823
3824 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
3825
3826 * gdb.base/args.c: New file.
3827 * gdb.base/args.exp: New file.
3828
3829 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
3830
3831 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
3832
3833 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
3834
3835 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
3836
3837 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
3838
3839 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
3840 dates.
3841
3842 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3843
3844 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
3845
3846 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3847
3848 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
3849 (ptype &*"foo").
3850 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
3851
3852 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3853
3854 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
3855 * gdb.mi/mi1-console.exp: Likewise.
3856
3857 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3858
3859 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
3860 * gdb.mi/mi1-console.exp: Likewise.
3861
3862 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3863
3864 * gdb.c++/overload.exp: Remove some fixed XFAILs.
3865
3866 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
3867
3868 * gdb.base/detach.exp: New test.
3869
3870 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
3871
3872 * Makefile.in (ALL_SUBDIRS): New variable.
3873 (subdirs, clean, distclean): Use it.
3874 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
3875 regenerating Makefile, since it is generated from the top level.
3876 * gdb.asm/Makefile.in: Likewise.
3877 * gdb.base/Makefile.in: Likewise.
3878 * gdb.c++/Makefile.in: Likewise.
3879 * gdb.disasm/Makefile.in: Likewise.
3880 * gdb.java/Makefile.in: Likewise.
3881 * gdb.mi/Makefile.in: Likewise.
3882 * gdb.threads/Makefile.in: Likewise.
3883 * gdb.trace/Makefile.in: Likewise.
3884
3885 2003-01-09 David Carlton <carlton@math.stanford.edu>
3886
3887 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
3888 Add copyright year 2003.
3889
3890 2003-01-06 Michael Chastain <mec@shout.net>
3891
3892 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
3893 When selecting a thread, 'line' and 'file' are optional.
3894 * gdb.mi/mi1-pthreads.exp: Likewise.
3895
3896 2003-01-06 Andreas Schwab <schwab@suse.de>
3897
3898 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
3899 failures.
3900
3901 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3902
3903 Fix PR gdb/844
3904 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
3905 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
3906
3907 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
3908 instead of calling gdb_suppress_entire_file.
3909 * gdb.threads/print-threads.exp: Likewise.
3910 * gdb.threads/schedlock.exp: Likewise.
3911
3912 * gdb.threads/killed.exp: Return instead of calling
3913 gdb_suppress_entire_file.
3914 * gdb.threads/linux-dp.exp: Likewise.
3915 * gdb.threads/pthreads.exp: Likewise.
3916
3917 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3918
3919 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
3920 stabs.
3921 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
3922 * gdb.base/whatis.exp: Always allow (void) after function names.
3923
3924 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3925
3926 * gdb.c++/casts.exp: Correct regexp.
3927
3928 2003-01-04 Mark Kettenis <kettenis@gnu.org>
3929
3930 * configure.in: Call AC_CONFIG_HEADER. Don't call
3931 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
3932 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
3933 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
3934 aforementioned directories in the AC_OUPUT call.
3935 * config.hin: New file.
3936 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
3937 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
3938 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
3939 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
3940 pass -I$objdir instead of -I$objdir/$subdir in compilation.
3941 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
3942 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
3943 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
3944 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
3945 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
3946 gdb.threads/configure.in, gdb.threads/configure,
3947 gdb.threads/config.in, gdb.trace/configure.in,
3948 gdb.trace/configure: Removed.
3949
3950 2003-01-03 Michael Chastain <mec@shout.net>
3951
3952 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
3953 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
3954
3955 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
3956
3957 * gdb.base/store.exp: Fix regular expressions.
3958
3959 2002-12-28 Mark Kettenis <kettenis@gnu.org>
3960
3961 * configure.in: Rewrite.
3962 * configure: Regenerated.
3963
3964 2003-01-03 David Carlton <carlton@math.stanford.edu>
3965
3966 * gdb.base/psymtab.exp: New file.
3967 * gdb.base/psymtab1.c: Ditto.
3968 * gdb.base/psymtab2.c: Ditto.
3969
3970 2002-12-23 Adam Fedor <fedor@gnu.org>
3971
3972 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
3973
3974 2002-12-23 David Carlton <carlton@math.stanford.edu>
3975
3976 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
3977 and current_directory initialization.
3978
3979 2002-12-22 Jim Blandy <jimb@redhat.com>
3980
3981 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
3982 rather than as part of the output file name.
3983
3984 * gdb.base/attach.exp: There's no need to copy the test program to
3985 /tmp; that was only ever necessary on HP/UX, and this test is
3986 entirely disabled there anyway.
3987
3988 2002-12-21 Jim Blandy <jimb@redhat.com>
3989
3990 * gdb.c++/psmang.exp: Doc fix.
3991
3992 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
3993 test.
3994
3995 2002-12-20 David Carlton <carlton@math.stanford.edu>
3996
3997 * gdb.c++/annota2.exp: KFAIL annotate-quit.
3998
3999 2002-12-18 Michael Chastain <mec@shout.net>
4000
4001 * gdb.c++/annota2.exp: Add copyright year 2002.
4002
4003 2002-12-17 David Carlton <carlton@math.stanford.edu>
4004
4005 * gdb.c++/try_catch.cc: Add marker comments.
4006 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
4007 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
4008 * gdb.c++/m-static.cc: Ditto.
4009 * gdb.c++/m-static1.cc: Ditto.
4010 * gdb.c++/try_catch.cc: Ditto.
4011
4012 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
4013
4014 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
4015 to see whether we are using the new -environment-directory
4016 command which resets via -r or the old version of the command
4017 which may prompt the user. Part of fix for gdb/741.
4018
4019 2002-12-13 Andrew Cagney <ac131313@redhat.com>
4020
4021 * gdb.fortran/types.exp: Update obsolete comment.
4022 * gdb.fortran/exprs.exp: Ditto.
4023 * lib/gdb.exp: Delete obsolete code.
4024 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
4025 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
4026 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
4027 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
4028 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
4029 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
4030 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
4031 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
4032 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
4033 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
4034 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
4035 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
4036 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
4037 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
4038 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
4039 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
4040 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
4041 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
4042 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
4043 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
4044 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
4045 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
4046 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
4047 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
4048 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
4049 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
4050 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
4051 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
4052 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
4053 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
4054 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
4055 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
4056 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
4057 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
4058 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
4059 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
4060 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
4061
4062 2002-12-11 David Carlton <carlton@math.stanford.edu>
4063
4064 * gdb.c++/m-data.exp: Add test for members that shadow global
4065 variables: see PR gdb/804.
4066 * gdb.c++/m-data.cc: Ditto.
4067
4068 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
4069
4070 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
4071
4072 2002-12-06 David Carlton <carlton@math.stanford.edu>
4073
4074 * gdb.base/store.c: Don't declare functions static.
4075
4076 2002-12-04 Andrew Cagney <ac131313@redhat.com>
4077
4078 * gdb.base/store.exp, gdb.base/store.c: New files.
4079
4080 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
4081
4082 * gdb.base/selftest.exp: Update for current gdb.
4083
4084 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
4085
4086 * gdb.base/maint.exp: Only dump symbols from one source file
4087 or objfile.
4088
4089 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
4090
4091 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
4092 function call.
4093
4094 2002-11-25 Jim Blandy <jimb@redhat.com>
4095
4096 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
4097 function appearing in error message.
4098
4099 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
4100
4101 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
4102
4103 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
4104
4105 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
4106 for mi1 and current mi is in correct format. New mi startup message
4107 should be in mi console format. This is part of fix for PR gdb/604.
4108
4109 2002-09-18 Fernando Nasser <fnasser@redhat.com>
4110
4111 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
4112 which explicitly prints the zero offset as "+0".
4113
4114 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
4115
4116 * gdb.threads/schedlock.c (args): Make unsigned.
4117
4118 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
4119
4120 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
4121 numbers. Allow "foo2|selected stack frame".
4122 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
4123 * gdb.asm/asmsrc2.s: Likewise.
4124 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
4125 comments.
4126 * gdb.asm/mips.inc: New file.
4127
4128 2002-10-18 Adam Fedor <fedor@gnu.org>
4129
4130 * gdb.base/default.exp: Update expected output to include 'ObjC'.
4131 * gdb.base/help.exp: Likewise.
4132
4133 2002-10-17 Kevin Buettner <kevinb@redhat.com>
4134
4135 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
4136 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
4137
4138 2002-10-02 Jim Blandy <jimb@redhat.com>
4139
4140 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
4141
4142 2002-10-01 Andrew Cagney <ac131313@redhat.com>
4143
4144 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
4145 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
4146 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
4147 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
4148 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
4149 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
4150 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
4151
4152 2002-09-29 Andrew Cagney <ac131313@redhat.com>
4153
4154 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
4155 * mi0-disassemble.exp, mi0-eval.exp: Delete.
4156 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
4157 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
4158 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
4159 * mi0-var-block.exp, mi0-var-child.exp: Delete.
4160 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
4161
4162 2002-09-27 Kevin Buettner <kevinb@redhat.com>
4163
4164 * gdb.base/annota1.exp (info break): Make directory components of
4165 path optional since not all compilers emit this debug information.
4166
4167 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
4168 step ends up stepping out of the function instead of stopping on
4169 the epilogue.
4170
4171 2002-09-26 Keith Seitz <keiths@redhat.com>
4172
4173 * lib/insight-support.exp (gdbtk_start): Figure out where
4174 the insight executable is based on where gdb is. Use this
4175 executable to start insight instead of gdb.
4176
4177 2002-09-25 Andrew Cagney <cagney@redhat.com>
4178
4179 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
4180
4181 2002-09-24 Andrew Cagney <ac131313@redhat.com>
4182
4183 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
4184 test_isolated_complaints.
4185 (test_empty_complaint): New function.
4186 (test_empty_complaints): New function. Check no output when no
4187 complaints.
4188
4189 2002-09-19 Jim Blandy <jimb@redhat.com>
4190
4191 * gdb.base/charset.exp, gdb.base/charset.c: New files.
4192
4193 2002-09-19 Andrew Cagney <ac131313@redhat.com>
4194
4195 * gdb.gdb/complaints.exp: New file.
4196
4197 2002-09-18 Andrew Cagney <ac131313@redhat.com>
4198
4199 * gdb.base/maint.exp: Check `help maint internal-warning'.
4200
4201 2002-09-18 David Carlton <carlton@math.stanford.edu>
4202
4203 * gdb.c++/m-static.exp: Remove breakpoints depending on line
4204 numbers, and replace them by a single breakpoint after the
4205 constructors are all finished.
4206 Add test 4.
4207 * gdb.c++/m-static.cc: Add test 4.
4208 * gdb.c++/m-static.h: New file.
4209 * gdb.c++/m-static1.cc: New file.
4210
4211 * gdb.c++/printmethod.exp: New file.
4212 * gdb.c++/printmethod.cc: New file.
4213
4214 * gdb.c++/pr-574.exp: New file.
4215 * gdb.c++/pr-574.cc: New file.
4216
4217 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
4218
4219 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
4220 embedded targets which never actually exit.
4221
4222 2002-09-18 Fernando Nasser <fnasser@redhat.com>
4223
4224 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
4225 "don't step after run" as unresolved or unsupported, instead of xfail.
4226
4227 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
4228
4229 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
4230 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
4231 Add newline to expected string in "step out of main (status wrapper)"
4232 case.
4233
4234 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
4235
4236 * lib/gdb.exp (rerun_to_main): Allow restarting application.
4237 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
4238
4239 2002-09-17 Tom Tromey <tromey@redhat.com>
4240
4241 * gdb.base/printcmds.exp (test_print_string_constants): Expect
4242 \000, not \0, in double-quoted string.
4243
4244 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
4245
4246 * gdb.base/commands.exp: Don't expect a "Program exited normally"
4247 string after running the commands execution on breakpoint tests.
4248
4249 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
4250
4251 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
4252
4253 2002-09-12 Joel Brobecker <brobecker@gnat.com>
4254
4255 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
4256
4257 2002-09-10 Keith Seitz <keiths@redhat.com>
4258
4259 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
4260 runto proc.
4261 (mi_run_to_main): Use mi_runto.
4262 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
4263
4264 2002-09-10 Keith Seitz <keiths@redhat.com>
4265
4266 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
4267 regexp for stopping at main. Could have multiple event notifications.
4268 Don't assume that main was declared with no parameters.
4269 (mi_next): Use mi_step_to.
4270 (mi_step): Use mi_next_to.
4271
4272 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
4273
4274 * gdb.base/default.exp: Fix expected string in `info float' test.
4275
4276 2002-09-09 Ben Elliston <bje@redhat.com>
4277
4278 * config/mips.exp: Update comments.
4279 * config/mips-idt.exp: Likewise.
4280 * config/nind.exp: Likewise.
4281 * config/slite.exp: Likewise.
4282 * config/sparclet.exp: Likewise.
4283 * config/udi.exp: Likewise.
4284 * config/vx.exp: Likewise.
4285 * config/vxworks29k.exp: Likewise.
4286
4287 2002-09-05 Jim Blandy <jimb@redhat.com>
4288
4289 * gdb.threads/killed.exp: Fix test failure message.
4290
4291 2002-09-04 Keith Seitz <keiths@redhat.com>
4292
4293 * lib/mi-support.exp: Update copyright.
4294 (mi_gdb_test): Increase the priority of the expected pattern
4295 so that it matches gdb_test.
4296
4297 2002-09-03 Keith Seitz <keiths@redhat.com>
4298
4299 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
4300 Use integer comparison instead of string comparison for testing
4301 whether binary was built.
4302
4303 2002-09-03 Jim Blandy <jimb@redhat.com>
4304
4305 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
4306
4307 2002-08-29 Jim Blandy <jimb@redhat.com>
4308
4309 * gdb.threads/pthreads.exp: Move the portable thread compilation
4310 code into a function in lib/gdb.exp, and call that from here.
4311 * lib/gdb.exp (gdb_compile_pthreads): New function.
4312
4313 2002-08-29 Keith Seitz <keiths@redhat.com>
4314
4315 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
4316 expect_out so that callers can get at it.
4317
4318 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
4319
4320 * gdb.threads/print-threads.c: New file.
4321 * gdb.threads/print-threads.exp: New file.
4322 * gdb.threads/schedlock.c: New file.
4323 * gdb.threads/schedlock.exp: New file.
4324
4325 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
4326
4327 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
4328 not altivec.c.
4329
4330 2002-08-17 Mark Kettenis <kettenis@gnu.org>
4331
4332 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
4333 targets. The problem should be fixed now.
4334
4335 2002-08-15 Mark Kettenis <kettenis@gnu.org>
4336
4337 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
4338 2002-07-24 change that removes final dots from error messages.
4339
4340 2002-08-13 Tom Tromey <tromey@redhat.com>
4341
4342 * gdb.base/readline.exp: New file.
4343
4344 2002-08-01 Andrew Cagney <ac131313@redhat.com>
4345
4346 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
4347 supress message.
4348
4349 2002-08-01 Andrew Cagney <cagney@redhat.com>
4350
4351 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
4352 CHILL_FOR_TARGET and CHILL_LIB.
4353 * configure.in (configdirs): Remove gdb.chill.
4354 * configure: Regenerate.
4355 * lib/gdb.exp: Obsolete references to chill.
4356 * gdb.fortran/types.exp: Ditto.
4357 * gdb.fortran/exprs.exp: Ditto.
4358
4359 2002-07-30 Kevin Buettner <kevinb@redhat.com>
4360
4361 * gdb.base/shlib-call.exp (additional_flags): Conditionally
4362 set Irix-specific compile and link flags.
4363
4364 2002-07-29 Kevin Buettner <kevinb@redhat.com>
4365
4366 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
4367 source files. The ``-o'' option doesn't work with the ``-E'' option
4368 when using the Irix compiler.
4369
4370 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
4371
4372 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
4373 Improve support for reusing an exec file. Copy exec file
4374 to target, and run gdbserver on the target instead of on the host.
4375
4376 2002-07-18 Jim Blandy <jimb@redhat.com>
4377
4378 * gdb.base/ending-run.exp: Don't expect to see the program end in
4379 some orderly fashion when we're running on a real stand-alone
4380 board.
4381
4382 * gdb.base/interrupt.exp: Correct logic for skipping tests on
4383 targets that don't support interrupts.
4384
4385 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
4386
4387 * gdb.base/attach.exp: Add patterns to match output from /proc-based
4388 systems.
4389 Move comments in expect statements to inside the actions, so that they
4390 don't get matched against.
4391
4392 2002-07-10 Mark Kettenis <kettenis@gnu.org>
4393
4394 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
4395 function when asleep" test.
4396
4397 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4398
4399 * gdb.base/page.exp: Rewrite to handle problems with very long
4400 `info set' output. Update copyright.
4401
4402 2002-06-26 Andrew Cagney <ac131313@redhat.com>
4403
4404 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
4405 gdb.threads-hp.
4406 * gdb.hp/configure: Regenerate.
4407 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
4408 * gdb.hp/gdb.threads-hp/configure: Delete file.
4409 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
4410
4411 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4412
4413 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
4414 setlocale, bindtextdomain and textdomain.
4415
4416 2002-06-11 Jim Blandy <jimb@redhat.com>
4417
4418 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
4419 preprocessor macro information is present.
4420
4421 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
4422 tests.
4423
4424 2002-06-06 Michael Snyder <msnyder@redhat.com>
4425
4426 * gdb.base/overlays.exp: Record addresses of overlay
4427 functions in TCL variables rather than in GDB variables,
4428 to avoid having GDB convert them to pointers (with loss
4429 of information).
4430
4431 * gdb.base/d10v.ld: Merge in several years worth of
4432 default linker script changes.
4433 * gdb.base/long_long.exp: Add check for sizeof (long double).
4434
4435 2002-06-06 Michal Ludvig <mludvig@suse.cz>
4436
4437 * gdb.asm/asm-source.exp: Add x86-64 target.
4438 * gdb.asm/x86_64.inc: New.
4439
4440 2002-05-30 Michael Chastain <mec@shout.net>
4441
4442 From Benjamin Kosnik <bkoz@redhat.com>:
4443 * gdb.c++/m-static.cc: New file.
4444 * gdb.c++/m-static.exp: New file.
4445
4446 2002-05-28 Michael Snyder <msnyder@redhat.com>
4447
4448 * gdb.base/call-ar-st.exp: Allow for reduced floating point
4449 precision.
4450
4451 2002-05-27 Michael Chastain <mec@shout.net>
4452
4453 From Benjamin Kosnik <bkoz@redhat.com>:
4454 * gdb.c++/m-data.cc: New file.
4455 * gdb.c++/m-data.exp: New file.
4456
4457 2002-05-27 Michael Chastain <mec@shout.net>
4458
4459 From Benjamin Kosnik <bkoz@redhat.com>:
4460 * gdb.c++/try_catch.cc: New file.
4461 * gdb.c++/try_catch.exp: New file.
4462
4463 2002-05-27 Michael Chastain <mec@shout.net>
4464
4465 * gdb.c++/local.exp: Accept more nested types in output.
4466
4467 2002-05-26 Michael Chastain <mec@shout.net>
4468
4469 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
4470
4471 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
4472
4473 * lib/gdb.exp (gdb_wrapper_init): Just because
4474 gdb_wrapper_file exists, this does not mean that the file
4475 should not be rebuilt. That is what gdb_wrapper_initialized
4476 is for.
4477 (default_gdb_init): Reset gdb_wrapper_initialized.
4478
4479 2002-05-23 Michael Snyder <msnyder@redhat.com>
4480
4481 * gdb.base/all-bin.exp: Revise previous patch by just reducing
4482 the precision of the floating point test results.
4483 * gdb.base/call-rt-st.exp: Ditto.
4484
4485 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
4486 * gdb.base/call-rt-st.exp: Ditto.
4487
4488 2002-05-19 Michael Chastain <mec@shout.net>
4489
4490 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
4491
4492 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
4493
4494 * configure.in (configdirs): Add gdb.arch.
4495 * configure: Regenerate.
4496
4497 2002-05-17 Jim Blandy <jimb@redhat.com>
4498
4499 * gdb.base/completion.exp: Recognize the more detailed error
4500 messages produced by the macro expander's lexical analyzer.
4501
4502 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
4503
4504 * gdb.arch/altivec-abi.c: New file.
4505 * gdb.arch/altivec-abi.exp: New file.
4506 * gdb.arch/altivec-regs.c: New file.
4507 * gdb.arch/altivec-regs.exp: New file.
4508
4509 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
4510
4511 * gdb.base/maint.exp (maint print type): Update for new type
4512 structure.
4513
4514 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
4515
4516 * gdb.arch: New directory.
4517 * gdb.arch/configure.in: New file.
4518 * gdb.arch/configure: New file.
4519 * gdb.arch/Makefile.in: New file.
4520
4521 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
4522
4523 * gdb.asm/asm-source.exp: Add v850 as supported target.
4524 * gdb.asm/v850.inc: New file.
4525
4526 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
4527
4528 * gdb.c++/annota2.exp (annotate-quit): Add comment.
4529
4530 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
4531
4532 * gdb.base/break.exp: Check 'break "marker2"'.
4533
4534 2002-05-10 Michael Snyder <msnyder@redhat.com>
4535
4536 * gdb.base/long_long.exp: Fix typo.
4537
4538 2002-05-10 Jim Blandy <jimb@redhat.com>
4539
4540 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
4541 a bug.
4542
4543 * gdb.base/printcmds.exp (test_integer_literals_rejected):
4544 Recognize more detailed error message produced by the macro
4545 expander's lexical analyzer.
4546 * lib/gdb.exp (test_print_reject): Same.
4547
4548 2002-05-09 Mark Kettenis <kettenis@gnu.org>
4549
4550 * gdb.c++/method.exp: Fix typo.
4551
4552 2002-05-08 Michael Snyder <msnyder@redhat.com>
4553
4554 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
4555 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
4556 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
4557 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
4558 Add iftarget clause for strongarm.
4559
4560 2002-05-06 Michael Snyder <msnyder@redhat.com>
4561
4562 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
4563 (gdb_continue_to_end): Accept output from status wrapper.
4564 * gdb.base/ending-run.exp: Add case for output from status wrapper.
4565 Clean up fail messages to match pass messages.
4566
4567 Enable the "needs_status_wrapper" testsuite feature.
4568 * lib/gdb.exp (gdb_wrapper_init): New procedure.
4569 (gdb_compile): Conditionally call gdb_wrapper_init.
4570 * gdb.base/a2-run.exp: Recognize output from status wrapper.
4571 * gdb.c++/method.exp: Recognize output from status wrapper.
4572
4573 2002-05-06 Ben Elliston <bje@redhat.com>
4574 From Graydon Hoare <graydon@redhat.com>
4575
4576 * config/sid.exp: Include support for "rawsid" protocol.
4577
4578 2002-05-03 Jim Blandy <jimb@redhat.com>
4579
4580 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
4581 * gdb.c++/hang3.C: New file.
4582
4583 2002-05-04 Andrew Cagney <ac131313@redhat.com>
4584
4585 * gdb.base/default.exp: Remove obsolete code.
4586 * gdb.c++/misc.exp: Ditto. Update copyright.
4587 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
4588 * gdb.base/whatis.exp: Ditto. Update copyright.
4589 * gdb.base/scope.exp: Ditto. Update copyright.
4590 * gdb.base/ptype.exp: Ditto. Update copyright.
4591 * gdb.base/printcmds.exp: Ditto. Update copyright.
4592 * gdb.base/opaque.exp: Ditto. Update copyright.
4593 * gdb.base/list.exp: Ditto.
4594 * gdb.base/funcargs.exp: Ditto. Update copyright.
4595 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
4596 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
4597 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
4598 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
4599 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
4600 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
4601
4602 2002-05-02 Michael Snyder <msnyder@redhat.com>
4603
4604 * gdb.base/watchpoint.exp: Add xscale target.
4605 * gdb.base/long_long.exp: Add xscale target.
4606 * gdb.base/default.exp: Add xscale target.
4607
4608 2002-05-01 Jim Blandy <jimb@redhat.com>
4609
4610 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
4611 gdb.c++/hang.exp: New test.
4612
4613 2002-05-01 Fred Fish <fnf@redhat.com>
4614
4615 * gdb.base/completion.exp: Handle completions of "./Make" for
4616 more than one completion possibility, as is the case when we
4617 build and test in the source tree.
4618
4619 2002-04-29 Anthony Green <green@redhat.com>
4620
4621 * gdb.java/jmisc1.exp: New file.
4622 * gdb.java/jmisc2.exp: New file.
4623
4624 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
4625
4626 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
4627
4628 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
4629
4630 * gdb.base/help.exp: Change 'help status' to allow for target
4631 dependent output differences.
4632
4633 2002-04-22 Michael Chastain <mec@shout.net>
4634
4635 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
4636
4637 2002-04-22 Michael Chastain <mec@shout.net>
4638
4639 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
4640
4641 2002-04-17 David S. Miller <davem@redhat.com>
4642
4643 * gdb.asm/sparc64.inc: New file.
4644 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
4645
4646 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
4647
4648 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
4649 instruction file directly into the build tree. Clean up at end of
4650 test.
4651
4652 2002-04-18 David S. Miller <davem@redhat.com>
4653
4654 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
4655 handle 64-bit platforms correctly.
4656 * gdb.base/maint.exp: Likewise.
4657
4658 2002-04-18 Kevin Buettner <kevinb@redhat.com>
4659
4660 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
4661 ``-fpic'' when compiling files comprising a shared library, but
4662 it does need additional linker flags in order to find shared
4663 libraries at run time.
4664
4665 2002-04-18 Kevin Buettner <kevinb@redhat.com>
4666
4667 * gdb.base/cvexpr.c (use): New function.
4668 (main): Invoke use() on all global variables to prevent
4669 some linkers from deleting these otherwise unused symbols.
4670
4671 2002-04-17 Michael Chastain <mec@shout.net>
4672 From David S. Miller <davem@redhat.com>
4673
4674 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
4675 handle 64-bit platforms correctly.
4676
4677 2002-04-12 Michael Snyder <msnyder@redhat.com>
4678 From Jim Blandy <jimb@redhat.com>
4679 * gdb.base/foo.c (foox): Remove section attribute; the linker
4680 script can handle this instead.
4681 * gdb.base/bar.c (barx): Same.
4682 * gdb.base/baz.c (bazx): Same.
4683 * gdb.base/grbx.c (grbxx): Same.
4684
4685 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
4686 manager doesn't automatically unmap overlays unnecessarily.
4687
4688 2002-04-10 Martin M. Hunt <hunt@redhat.com>
4689
4690 * gdb.base/ending-run.exp: Fix pattern for Mips targets
4691 stepping out of main.
4692
4693 2002-04-09 Michael Chastain <mec@shout.net>
4694
4695 * gdb.c++/local.cc (main): Move call to marker1() inside nested
4696 scope so that the nested scope tests will make sense.
4697 * gdb.c++/local.exp: Write patterns that actually work with gcc
4698 (the HP patterns "were never known to work with gcc").
4699 Keep the old aCC patterns too.
4700
4701 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
4702
4703 * gdb.base/attach.exp: Correct target board test.
4704
4705 2002-04-08 Michael Chastain <mec@shout.net>
4706
4707 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
4708 in a const method. Add some xfail and fail cases for configurations
4709 that do not emit the "const ...".
4710
4711 2002-04-07 Michael Chastain <mec@shout.net>
4712
4713 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
4714 Accept "A * const" and "const A * const" as type of "this".
4715 Fix spelling of getFunky throughout. Make messages uniform.
4716
4717 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
4718
4719 Work around for PR gdb/285:
4720 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
4721
4722 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
4723
4724 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
4725 instructions file at run time instead of configure time.
4726 Sometimes we run the test in a directory that is not the one we
4727 configured in.
4728 * gdb.asm/configure.in: Delete creation of symlink.
4729 * gdb.asm/configure: Regenerate.
4730
4731 2002-04-05 J. Brobecker <brobecker@gnat.com>
4732
4733 * gdb.gdb/xfullpath.exp: New test, to exercise the new
4734 xfullpath () function.
4735
4736 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
4737
4738 * gdb.asm/Makefile.in: Correct dependencies.
4739
4740 * gdb.asm/powerpc.inc: New file.
4741 * gdb.asm/asm-source.exp: Add PowerPC.
4742 * gdb.asm/configure.in: Likewise.
4743 * gdb.asm/configure: Regenerated.
4744
4745 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
4746
4747 * gdb.base/relocate.exp: New file.
4748 * gdb.base/relocate.c: New file.
4749
4750 2002-04-04 Fred Fish <fnf@redhat.com>
4751
4752 * gdb.base/step-test.exp: Update comment regarding stopping in
4753 memcpy/bcopy calls inserted as part of the compiler runtime.
4754
4755 2002-04-04 Michael Snyder <msnyder@redhat.com>
4756
4757 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
4758
4759 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
4760
4761 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
4762 (gdb_expect): Remove $notransfer hack.
4763
4764 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
4765
4766 * gdb.c++/classes.exp ("calling method for small class"): Match
4767 updated register output.
4768
4769 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
4770
4771 Fix PR gdb/452
4772 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
4773 when finished. Make gdb_file_cmd send "exec-file" when
4774 appropriate.
4775
4776 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
4777
4778 * gdb.base/attach.exp: Remove extra setup_xfail.
4779
4780 2002-03-26 Michael Snyder <msnyder@redhat.com>
4781
4782 * gdb.base/default.exp: Add tests for dump, append, and restore.
4783 * gdb.base/help.exp: Add tests for dump, append, and restore.
4784 * gdb.base/dump.exp: New file, test dump, append and restore.
4785 * gdb.base/dump.c: New file.
4786
4787 2002-03-27 Michael Snyder <msnyder@redhat.com>
4788
4789 * gdb.base/help.exp: Modify expect strings to reflect
4790 clean-ups in help messages.
4791
4792 2002-03-26 Fred Fish <fnf@redhat.com>
4793
4794 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
4795 have debugging info for those functions and the compiler uses them
4796 internally to copy structs around.
4797
4798 2002-03-26 Fred Fish <fnf@redhat.com>
4799
4800 * gdb.base/list.exp: Revert the change made yesterday and add note
4801 about why we don't list the default lines for remote targets.
4802
4803 2002-03-25 Michael Snyder <msnyder@redhat.com>
4804
4805 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
4806
4807 2002-03-25 Fred Fish <fnf@redhat.com>
4808
4809 * gdb.base/list.exp: This test works on remote targets so remove
4810 the short circuit for remote targets. Update copyright.
4811
4812 2002-03-25 Fred Fish <fnf@redhat.com>
4813
4814 * gdb.base/attach.exp: Fix logic error that was suppressing this
4815 test for all non hppa*-*-hpux* targets, instead of the hp target.
4816 Move comments closer to the suppression point. Also now need to
4817 check that we are running natively.
4818
4819 2002-03-22 Michael Snyder <msnyder@redhat.com>
4820
4821 * gdb.base/default.exp: Add test for gcore. Update copyright.
4822 * gdb.base/help.exp: Add test for gcore. Update copyright.
4823
4824 2002-03-06 Fred Fish <fnf@redhat.com>
4825
4826 * gdb.base/funcargs.c: Remove extraneous ';' character.
4827 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
4828
4829 2002-03-04 Michael Chastain <mec@shout.net>
4830
4831 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
4832 accommodate gcc v3 function signature.
4833 * gdb.mi/mi0-var-cmd-exp: Ditto.
4834
4835 2002-02-24 Andrew Cagney <ac131313@redhat.com>
4836
4837 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
4838 ``GNU/Linux'' or ``Linux kernel''
4839 * testsuite/gdb.threads/pthreads.c: Ditto.
4840
4841 2002-02-24 Michael Chastain <mec@shout.net>
4842
4843 * gdb.threads/pthreads.c (thread1): Add a return statement.
4844 (thread2): Likewise.
4845 (foo): Likewise.
4846
4847 2002-02-23 Michael Chastain <mec@shout.net>
4848
4849 * gdb.threads/linux-dp.c (philosopher): Add a return statement
4850 to placate gcc.
4851
4852 2002-02-23 Michael Chastain <mec@shout.net>
4853
4854 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
4855 test "ptype bint". The test passes on all my stabs configurations.
4856
4857 2002-02-21 Jim Blandy <jimb@redhat.com>
4858
4859 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
4860 filename at a time, and watch for the ones we want to see.
4861
4862 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
4863 types of pointers to prototyped functions.
4864
4865 2002-02-20 Andrew Cagney <ac131313@redhat.com>
4866
4867 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
4868 signed, unsigned and straight char.
4869 (padding_char, padding_short, padding_int, padding_long,
4870 padding_long_long, padding_float, padding_double,
4871 padding_long_double): New global variables.
4872 (fill, fill_structs): New functions.
4873
4874 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
4875 for correctly sized writes. Update copyright.
4876 (get_valueof): New procedure.
4877 (get_sizeof): Call get_valueof.
4878 (check_valueof): New procedure.
4879 (check_padding): New procedure.
4880
4881 2002-02-20 Michael Chastain <mec@shout.net>
4882
4883 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
4884 to setup_xfail. Document some of the remaining calls.
4885
4886 2002-02-18 Michael Chastain <mec@shout.net>
4887
4888 * gdb.c++/userdef.exp: Update copyright year.
4889
4890 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
4891
4892 * gdb.c++/userdef.exp: Test overloaded operators properly.
4893 Remove xfails.
4894
4895 2002-02-14 Michael Snyder <msnyder@redhat.com>
4896
4897 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
4898
4899 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
4900
4901 * gdb.base/a2-run.exp: Check for a remote target properly.
4902 * gdb.base/annota1.exp: Likewise.
4903 * gdb.base/list.exp: Likewise.
4904 * gdb.base/reread.exp: Likewise.
4905 * gdb.base/scope.exp: Likewise.
4906 * gdb.base/shlib-call.exp: Likewise.
4907 * gdb.base/term.exp: Likewise.
4908 * gdb.c++/annota2.exp: Likewise.
4909
4910 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
4911
4912 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
4913
4914 2002-02-10 Michael Chastain <mec@shout.net>
4915
4916 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
4917 (call_after_alloca): Ditto.
4918
4919 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
4920
4921 * gdb.base/ending-run.exp: Guard "cont" test with
4922 gdb_skip_stdio_test.
4923
4924 2002-02-06 Jim Blandy <jimb@redhat.com>
4925
4926 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
4927 from here...
4928 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
4929 To here. Disable this test on non-HP platforms. Add big comment.
4930
4931 2002-02-04 Michael Snyder <msnyder@redhat.com>
4932
4933 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
4934 other than d10v and m32r.
4935
4936 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
4937
4938 * gdb.base/default.exp: Rewrite test patterns to reduce time
4939 taken to match them.
4940
4941 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
4942
4943 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
4944 Allow a start function above main.
4945 * gdb.threads/linux-dp.exp: Fix copyright date.
4946
4947 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
4948
4949 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
4950 (check_philosopher_stack): Check for manager thread before checking
4951 for a just-starting thread.
4952
4953 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
4954
4955 From Neil Booth <neil@daikokuya.demon.co.uk>:
4956 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
4957 warnings.
4958
4959 2002-01-21 Fred Fish <fnf@redhat.com>
4960
4961 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
4962 not caller.
4963
4964 2002-01-21 Jim Blandy <jimb@redhat.com>
4965
4966 * gdb.base/reread.exp: Check that GDB properly re-reads the
4967 executable file when it changes while no inferior is running.
4968
4969 2002-01-21 Fred Fish <fnf@redhat.com>
4970
4971 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
4972 optionally accept the "shlib events" variation.
4973
4974 2002-01-21 Jim Blandy <jimb@redhat.com>
4975
4976 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
4977 call `fflush' after every `printf', so that the output is produced
4978 at predictable points, regardless of whatever buffering does (or
4979 doesn't) take place.
4980 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
4981 at different points.
4982
4983 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
4984
4985 * gdb.c++/inherit.exp: Update copyright years.
4986 * gdb.c++/method.exp: Likewise.
4987
4988 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
4989
4990 * gdb.c++/classes.exp: Update for improved v3 support and skipping
4991 artificial methods/arguments.
4992 * gdb.c++/derivation.exp: Likewise.
4993 * gdb.c++/inherit.exp: Likewise.
4994 * gdb.c++/method.exp: Likewise.
4995 * gdb.c++/virtfunc.exp: Likewise.
4996
4997 2002-01-18 Andrew Cagney <ac131313@redhat.com>
4998
4999 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
5000 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
5001 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
5002 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
5003 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
5004 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
5005
5006 2002-01-17 Jim Blandy <jimb@redhat.com>
5007
5008 * gdb.asm/asm-source.exp (info symbol): Take another shot at
5009 anchoring the pattern matching the entry point symbol's name.
5010
5011 2002-01-17 Andrew Cagney <ac131313@redhat.com>
5012
5013 * gdb.base/maint.exp: Update ``maint internal-error'' to match
5014 continue/quit query. Update copyright.
5015
5016 2002-01-14 Michael Snyder <msnyder@redhat.com>
5017
5018 * gdb.base/gcore.exp: Remove extra debugging output.
5019
5020 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
5021
5022 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
5023 for slightly dubious v2 mangled string.
5024
5025 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
5026
5027 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
5028
5029 2002-01-10 Jason Merrill <jason@redhat.com>
5030
5031 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
5032
5033 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
5034 constructors.
5035 * gdb.c++/derivation.exp: Likewise.
5036 * gdb.c++/templates.exp: Likewise.
5037 * gdb.c++/virtfunc.exp: Likewise.
5038
5039 2002-01-10 Michael Snyder <msnyder@redhat.com>
5040
5041 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
5042
5043 2002-01-08 Michael Snyder <msnyder@redhat.com>
5044
5045 * gdb.base/gcore.exp: New test for generate-core-file command.
5046 * gdb.base/gcore.c: Testcase for above.
5047 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
5048
5049 2002-01-08 Jason Merrill <jason@redhat.com>
5050
5051 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
5052
5053 2002-01-07 Fred Fish <fnf@redhat.com>
5054
5055 * gdb.c++/overload.exp: Remove unconditional xfails for:
5056 print foo_instance1.overloadargs(1)
5057 print foo_instance1.overloadargs(1, 2)
5058 print foo_instance1.overloadargs(1, 2, 3)
5059 print foo_instance1.overloadargs(1, 2, 3, 4)
5060 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
5061 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
5062 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
5063 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
5064 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
5065 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
5066 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
5067 print foo_instance1.overload1arg()
5068 print foo_instance1.overload1arg((char)arg2)
5069 print foo_instance1.overload1arg((signed char)arg3)
5070 print foo_instance1.overload1arg((unsigned char)arg4)
5071 print foo_instance1.overload1arg((int)arg7)
5072 print foo_instance1.overload1arg((unsigned int)arg8)
5073 print foo_instance1.overload1arg((float)arg11)
5074 print foo_instance1.overload1arg((double)arg12)
5075
5076 2002-01-07 Michael Snyder <msnyder@redhat.com>
5077
5078 * gdb.base/huge.exp: New test. Print a very large target data object.
5079 (skip_huge_test): New test variable. Define if you want to skip this
5080 test. The test reads an 8 megabyte data object from the target, so it
5081 might be very time consuming on remote targets with a slow connection.
5082 * gdb.base/huge.c: New file. Test case for above.
5083
5084 2002-01-07 Fred Fish <fnf@redhat.com>
5085
5086 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
5087 g_instance.bfoo, and g_instance.cfoo.
5088
5089 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
5090
5091 * gdb.base/break.c (multi_line_if_conditional): New function.
5092 (multi_ilne_while_conditional): Likewise.
5093 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
5094 IF or WHILE condition puts the breakpoint at the start of
5095 the condition.
5096
5097 * gdb.base/selftest.exp (backtrace through signal handler): Remove
5098 hppa*-*-hpux* expected failure.
5099 * gdb.base/structs.exp (do_function_calls): Similarly.
5100
5101 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
5102 watchpoints.
5103
5104 2002-01-06 Andrew Cagney <ac131313@redhat.com>
5105
5106 Fix PR gdb/66.
5107 * gdb.base/structs.exp: Replace skip for a29k with skip for
5108 gdb,cannot_call_functions.
5109 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
5110 * gdb.base/callfuncs.exp: Ditto.
5111 * gdb.base/call-rt-st.exp: Ditto.
5112 * gdb.base/call-strs.exp: Ditto.
5113 * gdb.base/callfwmall.exp: Ditto.
5114 * gdb.base/scope.exp: Obsolete xfail a29k.
5115 * gdb.c++/misc.exp: Ditto.
5116 * gdb.c++/cplusfuncs.exp: Ditto.
5117 * gdb.base/ptype.exp: Ditto.
5118 * gdb.base/printcmds.exp: Ditto.
5119 * gdb.base/opaque.exp: Ditto.
5120 * gdb.base/list.exp: Ditto.
5121 * gdb.base/funcargs.exp: Ditto.
5122 * gdb.base/default.exp: Ditto.
5123
5124 2002-01-04 Michael Snyder <msnyder@redhat.com>
5125
5126 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
5127 * gdb.base/maint.exp: Add tests for maint info sections options.
5128
5129 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
5130
5131 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
5132
5133 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
5134
5135 * gdb.asm/arm.inc: New file.
5136 * gdb.asm/asm-source.exp: Add arm targets.
5137 * gdb.asm/configure.in: Ditto.
5138 * gdb.asm/configure: Recreated from configure.in.
5139
5140 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
5141
5142 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
5143 with HP's compiler.
5144 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
5145 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
5146 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
5147 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
5148
5149 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
5150 either HP's compilers or GCC.
5151
5152 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
5153 a SIGBUS or SIGSEGV.
5154
5155 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
5156
5157 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
5158 can be compiled with either HP's compiler or GCC.
5159
5160 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
5161 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
5162 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
5163
5164 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
5165 to match current gdb output. Update due to using auto-solib-limit
5166 for limiting instead of overloading auto-solib-add.
5167 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
5168 test program.
5169
5170 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
5171 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
5172 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
5173 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
5174 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
5175 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
5176 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
5177 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
5178 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
5179 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
5180 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
5181 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
5182 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
5183
5184 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
5185 a SIGTRAP to the inferior.
5186
5187 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
5188
5189 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
5190 Substitute call to target_link by call to gdb_compile.
5191
5192 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
5193
5194 * gdb.base/break.exp: Fix HP specific search string when testing
5195 backtracing in a called function.
5196
5197 * gdb.base/constvars.exp: Only set lang to C++ if we're
5198 compiling the test with HP's compilers.
5199 * gdb.base/volatile.exp: Similarly.
5200
5201 2001-12-19 Jim Blandy <jimb@redhat.com>
5202
5203 * gdb.base/printcmds.exp: Expect the null character to be printed
5204 as '\0', and the '\013' to be printed as '\v'.
5205 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
5206 * gdb.base/setvar.exp: Same.
5207
5208 2001-12-17 Jim Blandy <jimb@redhat.com>
5209
5210 * gdb.base/completion.exp: Rather than completing very long
5211 filenames, which can make the readline library produce output we
5212 don't recognize, cd to the directory first, and then complete
5213 using nice, short relative paths.
5214
5215 * gdb.base/completion.exp: On some systems, there is, in fact, a
5216 variable named `b' in scope, since GDB treats all static
5217 variables as being in scope. So use `no_var_named_this'
5218 instead of `b'.
5219
5220 * gdb.base/corefile.exp: Recognize the message saying that GDB
5221 can't find the core file's registers as a failure.
5222
5223 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
5224
5225 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
5226 test expect string more specific.
5227
5228 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
5229
5230 * gdb.asm/asm-source.exp: Add support for xstormy16.
5231 * gdb.asm/configure.in: Ditto.
5232 * gdb.asm/configure: Rebuild.
5233 * gdb.asm/xstormy16.inc: New file.
5234
5235 2001-12-10 Fred Fish <fnf@redhat.com>
5236
5237 * gdb.base/maint.exp: Update to match changes in type dumping code.
5238
5239 2001-12-10 Jim Blandy <jimb@redhat.com>
5240
5241 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
5242 matching the entry point symbol's name at the beginning of the
5243 line.
5244
5245 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
5246
5247 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
5248 gdb.c++/inherit.exp, gdb.c++/method.exp,
5249 gdb.c++/namespace.exp, gdb.c++/templates.exp,
5250 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
5251 and class layout support.
5252
5253 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
5254
5255 * gdb.c++/classes.exp: Add test for static member function.
5256 * gdb.c++/misc.cc: Add class with static member function.
5257
5258 2001-12-07 Jim Blandy <jimb@redhat.com>
5259
5260 If GDB says it can't find the struct the function returned, report
5261 those tests as `unsupported'.
5262 * gdb.base/call-rt-st.exp (print_struct_call): New function.
5263 Rewrite subsequent tests to use it.
5264
5265 If GDB says it can't find the struct the function returned, report
5266 those tests as `unsupported'.
5267 * gdb.base/structs.exp (call_struct_func): New function.
5268 (do_function_calls): Use call_struct_func to call the functions
5269 returning structs.
5270
5271 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
5272 whether functions are prototyped or not, so we can't possibly pass
5273 arguments to t_float_values2 properly.
5274
5275 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
5276 value of `timeout' for targets other than the mips*tx39-*.
5277
5278 2001-12-06 Michael Snyder <msnyder@redhat.com>
5279
5280 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
5281 and detect whether the start symbol has a leading underscore.
5282
5283 2001-12-04 Jim Blandy <jimb@redhat.com>
5284
5285 * gdb.base/completion.exp: Clarify indentation.
5286
5287 2001-12-03 Jim Blandy <jimb@redhat.com>
5288
5289 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
5290 variables on the S/390, not `.word'.
5291
5292 2001-11-30 Jim Blandy <jimb@redhat.com>
5293
5294 Add assembly-source tests for s390-ibm-linux.
5295 * gdb.asm/s390.inc: New file.
5296 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
5297 the S/390 architecture.
5298 * gdb.asm/configure: Regenerated.
5299
5300 2001-11-30 Michael Snyder <msnyder@redhat.com>
5301
5302 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
5303 next, info source, info sources, info line, global and static
5304 variables, and static functions.
5305 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
5306 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
5307 * gdb.asm/asmsrc1.s: Add a static function and some variables.
5308 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
5309 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
5310 (gdbasm_leave): Restore frame pointer.
5311 (gdbasm_startup): Copy stack set-up from crt0.S.
5312
5313 2001-11-26 Fernando Nasser <fnasser@redhat.com>
5314
5315 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
5316 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
5317 to a local (non-static) variable. Copy tstruct.a to a static buffer
5318 and return a pointer to that buffer.
5319 * gdb.base/callfwmall.c (t_structs_a): Ditto.
5320
5321 2001-11-24 Mark Kettenis <kettenis@gnu.org>
5322
5323 * gdb.asm/configure.in: Fix recognition of ix86 target.
5324 * gdb.asm/configure: Regenerate.
5325
5326 2001-11-21 Michael Snyder <msnyder@redhat.com>
5327
5328 * gdb.asm/sparc.inc: New file.
5329 * gdb.asm/asm-source.exp: Recognize sparc target.
5330 * gdb.asm/configure.in: Recognize sparc target.
5331 * gdb.asm/configure: Regenerate.
5332
5333 2001-11-21 Michael Snyder <msnyder@redhat.com>
5334
5335 * gdb.asm/m32r.inc: New file.
5336 * gdb.asm/asm-source.exp: Recognize m32r target.
5337 * gdb.asm/configure.in: Recognize m32r target.
5338 * gdb.asm/configure: Regenerate.
5339
5340 2001-11-20 Michael Snyder <msnyder@redhat.com>
5341
5342 * gdb.asm/i386.inc: New file.
5343 * gdb.asm/asm-source.exp: Recognize ix86 target.
5344 * gdb.asm/configure.in: Recognize ix86 target.
5345 * gdb.asm/configure: Regenerate.
5346
5347 * gdb.c++/namespace.exp: Fix quotes in output messages.
5348
5349 2001-11-14 Michael Snyder <msnyder@redhat.com>
5350
5351 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
5352 qualifier in a type cast expression, to designate an address
5353 in the instruction space (Harvard architecture).
5354
5355 2001-11-13 Michael Snyder <msnyder@redhat.com>
5356
5357 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
5358 Tests for expressions using 'const' and 'volatile'.
5359
5360 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
5361
5362 * gdb.asm/asm-sources.exp: Allow defining linker flags.
5363
5364 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
5365
5366 * lib/mi-support.exp (mi_run_to_helper): Move comments
5367 outside of gdb_expect.
5368
5369 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
5370
5371 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
5372 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
5373 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
5374 mi0_run_to): New functions.
5375 * gdb.mi/mi-simplerun.exp: Use them.
5376 * gdb.mi/mi0-simplerun.exp: Likewise.
5377 * gdb.mi/mi-var-cmd.exp: Likewise.
5378 * gdb.mi/mi0-var-cmd.exp: Likewise.
5379
5380 2001-11-10 Andrew Cagney <ac131313@redhat.com>
5381
5382 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
5383 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
5384
5385 2001-11-09 Andrew Cagney <ac131313@redhat.com>
5386
5387 * gdb.base/restore.exp: Include $expected value in restored test
5388 message.
5389
5390 2001-11-09 Andrew Cagney <ac131313@redhat.com>
5391
5392 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
5393 implemented.
5394
5395 2001-11-08 Michael Snyder <msnyder@redhat.com>
5396
5397 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
5398 Add pass/fail message for stop at breakpoint in call dummy function.
5399
5400 2001-11-07 Michael Snyder <msnyder@redhat.com>
5401
5402 * gdb.c++/templates.exp (test_template_breakpoints):
5403 If we get an overload menu, but it does not match what
5404 we expect, we still need to issue the "cancel" command.
5405 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
5406 making the whitespace optional. Argument for "new" may be
5407 "unsigned" as well as "unsigned int/long".
5408 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
5409 making the whitespace optional. Also replace "(void) with
5410 "((void|)), making the keyword "void" optional.
5411 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
5412 making the whitespace optional. Also replace "(void) with
5413 "((void|)), making the keyword "void" optional.
5414 * gdb.base/callfuncs.c (t_float_values): This function must
5415 _not_ be prototyped, and the following function (t_float_values2)
5416 must be prototyped (if the compiler supports it), so that GDB
5417 can be tested against both cases. Usually one case involves
5418 promotion of float to double, while the other does not.
5419 * gdb.base/callfwmall.c: Ditto.
5420 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
5421 includes a stack frame for "start".
5422
5423 2001-11-05 Jim Blandy <jimb@redhat.com>
5424
5425 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
5426 pointers are 32 bits long, and that offsets of relocs are always
5427 stored in the data (REL-style), and not in the reloc entry itself
5428 (RELA-style).
5429 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
5430 stabs.
5431
5432 2001-11-01 Michael Snyder <msnyder@redhat.com>
5433
5434 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
5435 and regular expression operators by using quoting.
5436
5437 2001-10-31 Michael Snyder <msnyder@redhat.com>
5438
5439 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
5440 depending on what the symbol table contains.
5441 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
5442 the output of the ptype command. Similarly, accept both "const &"
5443 and "const&".
5444
5445 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
5446
5447 * gdb.base/miscexprs.c (main): Add usage of preprocessor
5448 symbol `STORAGE' to allow to choose the storage class of
5449 the local datastructures.
5450 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
5451 compiler directive.
5452
5453 2001-10-30 Michael Snyder <msnyder@redhat.com>
5454
5455 * gdb.base/jump.exp: Allow it to run for all targets.
5456
5457 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
5458
5459 * gdb.base/call-ar-st.c (print_double_array): Match for loop
5460 with new double_array size.
5461 (main): Change storage class of all local variables to static.
5462 Reduce size of double_array to 9.
5463 * gdb.base/call-ar-st.exp: Increase timeout value.
5464 Change expected output for double array to match new size in
5465 call-ar-st.c.
5466
5467 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
5468
5469 * gdb.base/ending-run.exp: Create identical output when passing
5470 `step to end of run' case. Add regular expression branch satisfying
5471 Stormy16 target.
5472
5473 2001-10-28 Mark Kettenis <kettenis@gnu.org>
5474
5475 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
5476 that we catch the expected failure under Linux/x86.
5477
5478 2001-10-29 Orjan Friberg <orjanf@axis.com>
5479
5480 * gdb.base/setvar.exp: Escape curly braces.
5481 * gdb.stabs/weird.exp: Ditto.
5482
5483 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
5484
5485 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
5486 * gdm.mi/mi0-hack-cli.exp: Likewise.
5487
5488 2001-10-25 Andrew Cagney <ac131313@redhat.com>
5489
5490 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
5491 messages.
5492
5493 2001-10-21 Andrew Cagney <ac131313@redhat.com>
5494
5495 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
5496 checking MI enabled.
5497
5498 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
5499
5500 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
5501
5502 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
5503
5504 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
5505 if gdb child process crashes, just signal an error.
5506
5507 2001-10-02 Jim Blandy <jimb@redhat.com>
5508
5509 * lib/gdb.exp (test_xfail_format): Simplify.
5510
5511 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
5512 front of the variable name `format'. Simplify `if'.
5513
5514 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
5515
5516 * gdb.threads/pthreads.exp: Wait for output and delay
5517 before sending ^C.
5518
5519 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
5520
5521 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
5522 some incorrect output instead of timing out.
5523 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
5524
5525 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
5526
5527 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
5528 check to allow additional `int'.
5529
5530 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
5531
5532 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
5533 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
5534
5535 2001-09-27 Michael Snyder <msnyder@redhat.com>
5536
5537 * lib/gdb.exp (test_debug_format): New proc.
5538 (setup_xfail_format): Use new proc test_debug_format.
5539 * gdb.base/constvars.exp (local_compiler_xfail_check): New
5540 proc; use new service proc test_debug_format.
5541 Replace all other "gcc_compiled" tests with this test.
5542 * gdb.base/volatile.exp (local_compiler_xfail_check): New
5543 proc; use new service proc test_debug_format.
5544 Replace all other "gcc_compiled" tests with this test.
5545
5546 2001-09-27 Michael Snyder <msnyder@redhat.com>
5547
5548 * gdb.base/cvexpr.exp: New file.
5549 * gdb.base/cvexpr.c: New file
5550 Test for expressions using const and volatile keywords.
5551
5552 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
5553
5554 * gdb.base/constvars.exp: Check for different orders of keywords
5555 and additional "int" strings in output.
5556
5557 2001-09-22 Andrew Cagney <ac131313@redhat.com>
5558
5559 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
5560 responses from "help maint".
5561
5562 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
5563
5564 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
5565 to localhost:NNN instead of :NNN, in case Xvfb is listening
5566 only on TCP.
5567
5568 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
5569
5570 * gdb.base/recurse.exp: When checking leaving the watchpoint
5571 scope, recognize when gdb is in function's epilogue and pass.
5572
5573 2001-09-18 Keith Seitz <keiths@redhat.com>
5574
5575 * lib/insight-support.exp (_gdbtk_export_target_info): Add
5576 support for running tests against sid targets.
5577 (gdbtk_done): Ditto.
5578
5579 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
5580
5581 * gdb.base/ending-run.c (main): Set stdout buffersize
5582 to the same reasonable value for any target.
5583 * gdb.base/ending-run.exp: Add a regular expression
5584 to make testsuite happy on Sanyo Stormy16 target.
5585
5586 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
5587
5588 * gdb.base/display.c (do_loops): Add float variable `f'.
5589 Increment f in loop.
5590 * gdb.base/display.exp: Increment timeout by 60 seconds.
5591 Change float display test to use variable `f'.
5592
5593 2001-09-17 Jim Blandy <jimb@redhat.com>
5594
5595 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
5596 overflowing the limited breakpoint tables on some ROM monitors
5597 (like the ROM68K).
5598
5599 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
5600
5601 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
5602 the "-ac" (disable access control) flag.
5603
5604 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
5605
5606 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
5607 ints.
5608
5609 2001-08-30 Keith Seitz <keiths@redhat.com>
5610
5611 * lib/gdb.exp: Move all insight-related functionality into
5612 separate file.
5613 * lib/insight-support.exp: New file.
5614
5615 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
5616
5617 * config/sid.exp (sid_start): Never set sid verbosity; disable
5618 expect_background {} that consumed its stdout; tolerate </dev/null.
5619 Attempt to set endianness override in "sid" protocol mode. Cleanup.
5620
5621 2001-08-18 Andrew Cagney <ac131313@redhat.com>
5622
5623 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
5624 CLI jump command to start it.
5625 (mi_run_to_main): Fail immediatly when unexpected output.
5626
5627 2001-08-18 Andrew Cagney <ac131313@redhat.com>
5628
5629 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
5630 beginning of function. Fix PR gdb/191.
5631
5632 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
5633
5634 * config/sid.exp (sid_start): Don't warn if we cannot figure out
5635 what to force sid endianness to.
5636
5637 2001-08-15 Keith Seitz <keiths@redhat.com>
5638
5639 * lib/gdb.exp (gdbtk_start): Don't set environment
5640 variables for TCL_LIBRARY and friends. Insight will
5641 now figure these out for itself.
5642
5643 2001-08-02 Michael Snyder <msnyder@redhat.com>
5644
5645 * gdb.base/completion.exp: Remove the symbol "a64l" from
5646 the expect string; this is target-specific, and not related
5647 to what is being tested.
5648
5649 2001-08-02 Dave Brolley <brolley@redhat.com>
5650
5651 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
5652
5653 2001-07-25 Michael Snyder <msnyder@redhat.com>
5654
5655 * gdb.base/consecutive.exp: New file. Test stepping over
5656 breakpoints on consecutive instructions.
5657 * gdb.base/consecutive.c: New file.
5658
5659 * gdb.base/call-rt-st.exp: Use double-backslash to quote
5660 curly braces in regular expressions.
5661
5662 2001-07-25 Michael Snyder <msnyder@redhat.com>
5663
5664 * gdb.base/ending-run.exp: Accept "Program exited normally" as
5665 legitimate output from stepping out of main.
5666
5667 2001-07-22 Keith Seitz <keiths@redhat.com>
5668
5669 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
5670 the empty string, do not run the tests.
5671
5672 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5673
5674 * gdb.base/long_long.exp: Detect size of pointer. Take into
5675 account 2-byte pointers when testing for p/a results.
5676
5677 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5678
5679 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
5680 and defined to 1K for m68hc11.
5681 (random_data): Reduce table to 1K for embedded platforms (68hc11).
5682 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
5683 (sizeof_random_data): New variable to tell the size of the data table;
5684 don't test past this size; always run to main.
5685
5686 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5687
5688 * gdb.base/return2.exp: return of long long and double fails for
5689 68HC11; don't execute these tests on that platform.
5690 * gdb.base/return.exp: Return of a double fails for 68hc11.
5691
5692 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5693
5694 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
5695 tests that print a float.
5696 * call-rt-st.exp: Likewise.
5697
5698 2001-07-12 Mark Kettenis <kettenis@gnu.org>
5699
5700 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
5701 running this test on Linux.
5702
5703 2001-06-24 Michael Chastain <chastain@redhat.com>
5704
5705 * gdb.base/arithmet.exp: Remove some tests to make all test names
5706 unique.
5707
5708 2001-07-03 Michael Snyder <msnyder@redhat.com>
5709
5710 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
5711 the output of the ptype command.
5712
5713 2001-07-02 Michael Snyder <msnyder@redhat.com>
5714
5715 * gdb.base/completion.exp: Don't assume that break.c is the only
5716 source file that may contain functions named "marker".
5717 * gdb.base/corefile.exp: Quote the curly braces in regexp.
5718
5719 2001-06-28 Andrew Cagney <ac131313@redhat.com>
5720
5721 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
5722 of files to delete.
5723
5724 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
5725 * gdb.disasm/h8300s.exp: New file.
5726 gdb.disasm/h8300s.s: Likewise.
5727
5728 2001-06-27 Andrew Cagney <ac131313@redhat.com>
5729
5730 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
5731 empty breakpoint tables.
5732
5733 2001-06-25 Andrew Cagney <ac131313@redhat.com>
5734
5735 * lib/mi-support.exp: Update args=... part of stop-reason
5736 patterns. Accept either a list or a tuple.
5737
5738 2001-06-23 Andrew Cagney <ac131313@redhat.com>
5739
5740 * lib/mi-support.exp: Remove local emacs variable defining
5741 change-log-default-name.
5742
5743 2001-06-22 Michael Chastain <chastain@redhat.com>
5744
5745 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
5746 This is operationally compatible with the previous version.
5747
5748 2001-06-13 Jim Blandy <jimb@redhat.com>
5749
5750 * lib/gdb.exp (gdb_test): Doc fix.
5751
5752 2001-06-10 Michael Chastain <chastain@redhat.com>
5753
5754 * gdb.base/exprs.exp: Remove a duplicate test.
5755
5756 2001-06-06 Jim Blandy <jimb@redhat.com>
5757
5758 * gdb.base/return2.exp (main): Use values to test float and double
5759 returns that are not NaN's, to avoid being confused by IEEE
5760 comparison rules.
5761
5762 2001-06-04 Michael Snyder <msnyder@redhat.com>
5763
5764 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
5765 non-zero if control_c fails. Terminate the test on failure,
5766 rather than wait for 12 more tests to time out.
5767
5768 2001-06-06 Jim Blandy <jimb@redhat.com>
5769
5770 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
5771 Don't forget to match the GDB prompt.
5772
5773 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
5774
5775 2001-06-04 Jim Blandy <jimb@redhat.com>
5776
5777 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
5778 command.
5779
5780 2001-05-31 Kevin Buettner <kevinb@redhat.com>
5781
5782 * gdb.base/annota1.exp (info break): Match four or more spaces
5783 after "Address".
5784
5785 2001-05-31 Michael Chastain <chastain@redhat.com>
5786
5787 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
5788 (dm_type_int_star): Likewise.
5789 (dm_type_long_star): Likewise.
5790 (dm_type_void_star): Likewise.
5791
5792 2001-05-29 Kevin Buettner <kevinb@redhat.com>
5793
5794 * gdb.base/completion.exp (INPUTRC): Set this environment variable
5795 to a known value in order to get consistent results regardless
5796 of the setting of INPUTRC or the presence or contents of .inputrc.
5797
5798 2001-05-24 Michael Snyder <msnyder@redhat.com>
5799
5800 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
5801 Don't require that the main thread and the manager thread are the
5802 first in the list.
5803
5804 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
5805 debugging. If test fails, issue an "unsupported" not a "fail".
5806
5807 2001-05-24 Jim Blandy <jimb@redhat.com>
5808
5809 Don't assume that short is shorter than int.
5810 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
5811 assume that shorts are smaller than ints. On a 16-bit machine,
5812 this isn't true.
5813 ("print unsigned char == (~0)"): Add test that verifies that ~0,
5814 an int, is not equal to ~0 stored in an unsigned char. This tests
5815 the same thing that the previous test meant to, but works on
5816 16-bit machines, too.
5817 ("print unsigned char != (~0)"): Same test, complemented.
5818
5819 2001-05-24 Michael Snyder <msnyder@redhat.com>
5820
5821 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
5822 test for (full_coverage == 0). This makes the test run faster,
5823 and prevents dejagnu getting out of step.
5824
5825 2001-05-23 Kevin Buettner <kevinb@redhat.com>
5826
5827 * gdb.base/finish.exp (finish_void): Revise pattern for
5828 stopping on the call statement to not permit stopping at
5829 the start of the instructions comprising the call sequence.
5830
5831 2001-05-19 Michael Chastain <chastain@redhat.com>
5832
5833 * gdb.base/callfuncs.exp: Make all test names unique.
5834 * gdb.base/commands.exp: Make all test names unique.
5835 * gdb.base/condbreak.exp: Make all test names unique.
5836 * gdb.base/dbx.exp: Make all test names unique.
5837 * gdb.base/default.exp: Make all test names unique.
5838 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
5839 and TIMEOUT messages to their corresponding PASS message.
5840 * gdb.base/ending-run.exp: Make all test names unique.
5841 * gdb.base/long_long.exp: Remove duplicate test.
5842
5843 2001-05-21 Kevin Buettner <kevinb@redhat.com>
5844
5845 * gdb.base/finish.exp (finish_void): Allow "finish" command to
5846 stop on the call statement as well as the statement after the
5847 call.
5848
5849 2001-05-21 Michael Snyder <msnyder@redhat.com>
5850
5851 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
5852
5853 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
5854
5855 * gdb.base/completion.exp: Revamp test. Make it execute on all
5856 platforms.
5857
5858 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
5859
5860 * config/gdbserver.exp (gdb_load): Handle the case
5861 in which the arguments to gdbserver are given in the
5862 baseboard configuration file.
5863 Also handle the case in which the server needs to do a
5864 load.
5865
5866 2001-05-07 Keith Seitz <keiths@cygnus.com>
5867
5868 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
5869 set up the display for testing.
5870 (gdbtk_start): Convert all paths to paths that tcl will like.
5871 Export target information to environment.
5872 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
5873 necessary.
5874 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
5875 (to_tcl_path): New proc to convert a given pathname into
5876 a path acceptible as an argument to a tcl command.
5877 (_gdbtk_export_target_info): New proc to export target info
5878 into the environment for gdbtk testing.
5879 (gdbtk_done): New proc to signal end-of-test.
5880
5881 2001-05-06 Jim Blandy <jimb@redhat.com>
5882
5883 * restore.c: Make the code of caller0 correspond to its comment.
5884
5885 2001-05-03 Michael Snyder <msnyder@redhat.com>
5886
5887 * config/sid.exp (gdb_target_sid): Check for error messages.
5888 On error or timeout, don't make expect exit (which will terminate
5889 all subsequent tests); instead just make gdb exit.
5890 (gdb_load): Check for error messages. On error or timeout,
5891 return a negative value.
5892
5893 2001-04-24 Jim Blandy <jimb@redhat.com>
5894
5895 * gdb.c++/templates.exp: If we see the prompt for the overload
5896 list, but we haven't recognized any of the longer patterns,
5897 arrange for this test to fail, not hang.
5898
5899 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
5900 variations.
5901
5902 2001-04-22 Michael Chastain <chastain@redhat.com>
5903
5904 * gdb.c++/local.exp: Use the 'runto' library function.
5905 * gdb.c++/namespace.exp: Likewise.
5906 * gdb.c++/overload.exp: Likewise.
5907
5908 2001-03-26 Kevin Buettner <kevinb@redhat.com>
5909
5910 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
5911 * gdb.base/step-line.exp: New file. Test step/next in presence of
5912 #line directives.
5913 * gdb.base/step-line.c: New file. Test program for the above.
5914 * gdb.base/step-line.inp: New file. We pretend that this file has
5915 been transformed by some other tool into step-line.c.
5916
5917 2001-03-21 Jim Blandy <jimb@redhat.com>
5918
5919 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
5920 unmangled operator names.
5921
5922 2001-03-20 Jim Blandy <jimb@redhat.com>
5923
5924 * gdb.threads/linux-dp.exp: Recognize an additional message
5925 generated by GDB when it doesn't understand how to debug threads
5926 on the target system.
5927
5928 2001-03-19 Andrew Cagney <ac131313@redhat.com>
5929
5930 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
5931
5932 2001-03-12 Michael Chastain <chastain@redhat.com>
5933
5934 * gdb.c++/derivation.exp: Use the 'runto' library function.
5935
5936 2001-03-12 Michael Chastain <chastain@redhat.com>
5937
5938 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
5939
5940 2001-02-24 Michael Chastain <chastain@redhat.com>
5941
5942 * gdb.c++/ref-types.exp: Change handwritten code to library
5943 function 'runto'.
5944
5945 2001-03-16 Orjan Friberg <orjanf@axis.com>
5946
5947 * gdb.base/signals.exp: Set count to 0 explicitly.
5948
5949 2001-03-15 Mark Salter <msalter@redhat.com>
5950
5951 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
5952 (gdb_target_monitor): Add check of gdb_target_cmd return value.
5953 (gdb_load): Add support for additional target_info: gdb_download_size
5954 and gdb_load_timeout.
5955
5956 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
5957
5958 * gdb.base/annota1.exp: Move test of isnative to earlier in the
5959 file -- to prevent failing when the compile fails but we have no
5960 intention of running the tests anyway.
5961
5962 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
5963 tests if set.
5964
5965 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
5966 integers.
5967
5968 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
5969 * gdb.c++/namespace.exp: Ditto.
5970
5971 2001-03-07 Orjan Friberg <orjanf@axis.com>
5972
5973 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
5974 * gdb.base/pointers.exp: Relax pattern match of decimals.
5975
5976 2001-03-06 Kevin Buettner <kevinb@redhat.com>
5977
5978 * Makefile.in, config/abug.exp, config/cfdbug.exp,
5979 config/cpu32bug.exp, config/dve.exp, config/est.exp,
5980 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
5981 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
5982 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
5983 config/sh.exp, config/sid.exp, config/slite.exp,
5984 config/sparclet.exp, config/udi.exp, config/unknown.exp,
5985 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
5986 config/vxworks.exp, config/vxworks29k.exp,
5987 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
5988 gdb.base/all-bin.exp, gdb.base/annota1.exp,
5989 gdb.base/arithmet.exp, gdb.base/assign.exp,
5990 gdb.base/async.exp, gdb.base/attach.exp,
5991 gdb.base/bitfields.exp, gdb.base/bitops.exp,
5992 gdb.base/break.exp, gdb.base/call-ar-st.exp,
5993 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
5994 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
5995 gdb.base/commands.exp, gdb.base/completion.exp,
5996 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
5997 gdb.base/constvars.exp, gdb.base/corefile.exp,
5998 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
5999 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
6000 gdb.base/ending-run.exp, gdb.base/environ.exp,
6001 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
6002 gdb.base/finish.exp, gdb.base/foll-exec.exp,
6003 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
6004 gdb.base/funcargs.exp, gdb.base/help.exp,
6005 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
6006 gdb.base/logical.exp, gdb.base/long_long.exp,
6007 gdb.base/maint.exp, gdb.base/mips_pro.exp,
6008 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
6009 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
6010 gdb.base/pointers.exp, gdb.base/printcmds.exp,
6011 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
6012 gdb.base/regs.exp, gdb.base/relational.exp,
6013 gdb.base/remote.exp, gdb.base/reread.exp,
6014 gdb.base/restore.exp, gdb.base/return2.exp,
6015 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
6016 gdb.base/selftest.exp, gdb.base/setshow.exp,
6017 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
6018 gdb.base/sigall.exp, gdb.base/signals.exp,
6019 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
6020 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
6021 gdb.base/step-test.exp, gdb.base/structs.c,
6022 gdb.base/structs.exp, gdb.base/structs2.exp,
6023 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
6024 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
6025 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
6026 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
6027 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
6028 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
6029 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
6030 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
6031 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
6032 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
6033 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
6034 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
6035 gdb.fortran/types.exp, gdb.java/jmisc.exp,
6036 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
6037 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
6038 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
6039 gdb.trace/circ.exp, gdb.trace/collection.exp,
6040 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
6041 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
6042 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
6043 gdb.trace/report.exp, gdb.trace/save-trace.exp,
6044 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
6045 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
6046 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
6047 notices.
6048
6049 2001-02-27 Michael Snyder <msnyder@cygnus.com>
6050
6051 * gdb.base/varargs.c (find_max_double): Fix printf format string:
6052 first arg is int not float.
6053
6054 2001-02-22 Michael Snyder <msnyder@cygnus.com>
6055
6056 * gdb.base/reread.exp: Unsupported for non-native targets;
6057 doesn't work for remote debugging.
6058
6059 2001-02-19 Fernando Nasser <fnasser@redhat.com>
6060
6061 From Drew Moseley <dmoseley@redhat.com>
6062 * gdb.base/ending-run.exp: Properly handle the BSP state when
6063 stepping past the end of main.
6064
6065 2001-02-19 John Moore <jmoore@redhat.com>
6066
6067 * gdb.base/commands.exp (infrun_breakpoint_command_test):
6068 Converted HPUX fix for non-expected items following multiple
6069 step commands into general solution for all platforms.
6070
6071 2001-02-18 Michael Chastain <chastain@redhat.com>
6072
6073 * gdb.c++/classes.exp (do_tests): Change runto statements
6074 from "runto 'foo(void)'" to "runto 'foo'". This makes the
6075 statements demangler agnostic.
6076 * gdb.c++/virtfunc.exp (do_tests): Likewise.
6077 (gdb_virtfunc_restart): Likewise.
6078
6079 2001-02-14 Michael Chastain <chastain@redhat.com>
6080
6081 * gdb.c++/inherit.exp (do_tests): Change runto statements
6082 from "runto 'foo(void)'" to "runto 'foo'". This makes the
6083 statements demangler agnostic.
6084
6085 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
6086
6087 * gdb.threads/pthreads.exp: Unify pass/fail messages for
6088 ``continue to bkpt at common_routine in thread 2'' and ``stopped
6089 before calling common_routine 15 times'' tests.
6090
6091 2001-02-11 Michael Chastain <chastain@redhat.com>
6092
6093 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
6094 Helps the test script figure out which demangler is in use.
6095 (dm_type_foo_ref): Ditto.
6096 (dm_type_int_star): Ditto.
6097 (dm_type_long_star): Ditto.
6098 (dm_type_unsigned_int): Ditto.
6099 (dm_type_void): Ditto.
6100 (dm_type_void_star): Ditto.
6101 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
6102 Probe the gdb demangler and set variables to accommodate
6103 formatting differences.
6104 (info_func_regexp): New function. Same as info_func, but
6105 matches against a regexp.
6106 (info_func): Match against a literal string.
6107 (print_addr_2): New function. Match against a literal string,
6108 which can be different from the input to gdb.
6109 (print_addr): Simply call print_addr_2 with the same argument twice.
6110 (test_lookup_operator_functions): Use demangler formatting variables.
6111 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
6112 the tests in the same order as the C++ class declaration.
6113 (test_paddr_operator_functions): Ditto.
6114 (test_paddr_overloaded_functions): Ditto.
6115 (test_paddr_hairy_functions): Use demangler formatting variables.
6116 Add reference to gdb/19 for related tests.
6117 (do_tests): Call probe_demangler.
6118
6119 2001-01-30 Kevin Buettner <kevinb@redhat.com>
6120
6121 * gdb.c++/templates.cc (printf): Remove unused function definition.
6122
6123 2001-01-26 Felix Lee <flee@redhat.com>
6124
6125 * sid.exp (sid_exit): Pass host, not target, to remote_close.
6126
6127 2001-01-25 matthew green <mrg@redhat.com>
6128
6129 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
6130 up sid.
6131 (sid_exit): Call `remote_pop_conn' after GDB is gone.
6132
6133 2001-01-25 matthew green <mrg@redhat.com>
6134
6135 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
6136 Deprecate $sid_spawn_id.
6137 (sid_exit): Remove code necessary only for `spawn.'
6138
6139 2001-01-25 matthew green <mrg@redhat.com>
6140
6141 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
6142
6143 2001-01-28 Michael Chastain <chastain@redhat.com>
6144
6145 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
6146 to call when tests fail. It takes gdb out of the overloaded
6147 function choice menu back to the main prompt, so that the test
6148 program stays synchronized.
6149 (set_bp_overloaded): New proc to collect all the common
6150 code for setting a breakpoint on an overloaded name. Calls
6151 take_gdb_out_of_choice_menu when needed.
6152 (menu_overload1arg): New variable to collect the repeated
6153 instances of the expected menu for an overloaded name. Change
6154 the regular expression to handle changes in g++ type encoding:
6155 "void" can be either "void" or "", and "unsigned int" can be
6156 either "unsigned int" or "unsigned".
6157 (continue_to_bp_overloaded): Change regular expressions to handle
6158 changes in g++ type encoding.
6159 (no proc): Call take_gdb_out_of_choice_menu when needed.
6160 Remove redundant calls to "info break". Accept either "canceled"
6161 or "cancelled". Change regular expressions in "info break"
6162 calls to handle changes in g++ type encoding. Give all tests
6163 unique strings.
6164
6165 2001-01-17 Ben Elliston <bje@redhat.com>
6166
6167 * config/sid.exp: New file.
6168
6169 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
6170
6171 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
6172
6173 2000-12-21 Michael Snyder <msnyder@cygnus.com>
6174
6175 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
6176 Add a RE to accept a non-ascii char if one is ever presented.
6177
6178 2000-12-20 Fernando Nasser <fnasser@redhat.com>
6179
6180 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
6181
6182 2000-12-18 Michael Snyder <msnyder@cygnus.com>
6183
6184 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
6185 in regexp. One '\' does not suffice on Linux.
6186
6187 2000-12-09 Michael Chastain <chastain@redhat.com>
6188
6189 * gdb.base/break.exp (test_clear_command): Use a marker function
6190 rather than 'main' for the test function. Also move this
6191 test to an execution point where the marker function names are
6192 guaranteed to be bound to functions. (Executing tests after a
6193 'finish' from main runs into name conflicts with local names
6194 in __libc_start_main).
6195
6196 2000-12-07 Michael Snyder <msnyder@cygnus.com>
6197
6198 * gdb.base/finish.exp: New test for gdb's "finish" command.
6199 * gdb.base/return2.exp: New test for gdb's "return" command.
6200 * gdb.base/return2.c: New source file for above.
6201
6202 2000-12-05 Michael Snyder <msnyder@cygnus.com>
6203
6204 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
6205 * gdb.base/miscexprs.exp: Ditto.
6206 * gdb.base/pointers.exp: Ditto.
6207 * gdb.c++/derivation.exp: Ditto.
6208 * gdb.c++/local.exp: Ditto.
6209 * gdb.c++/namespace.exp: Ditto.
6210 * gdb.c++/overload.exp: Ditto.
6211 * gdb.c++/ref-types.exp: Ditto.
6212
6213 2000-12-05 Michael Snyder <msnyder@cygnus.com>
6214
6215 * gdb.base/constvars.exp: Test result of "up" command.
6216 * gdb.base/miscexprs.exp: Ditto.
6217 * gdb.base/pointers.exp: Ditto.
6218 * gdb.base/scope.exp: Ditto.
6219 * gdb.c++/derivation.exp: Ditto.
6220 * gdb.c++/local.exp: Ditto.
6221 * gdb.c++/namespace.exp: Ditto.
6222 * gdb.c++/overload.exp: Ditto.
6223 * gdb.c++/ref-types.exp: Ditto.
6224
6225 2000-11-22 Michael Chastain <chastain@redhat.com>
6226
6227 * mips_pro.exp: Accept either "middle -> top -> main" or
6228 "middle -> main" in the backtrace, because gcc can optimize
6229 tail calls to jumps. Remove setup_xfail for the hppa case.
6230 Add a comment with the original warning messages from PR 3016,
6231 which was filed in 1993, to preserve them for posterity.
6232
6233 2000-11-17 Nick Duffek <nsd@redhat.com>
6234
6235 * lib/gdb.exp (gdb_test): Override timeout with board info.
6236
6237 2000-11-17 Nick Duffek <nsd@redhat.com>
6238
6239 * gdb.base/display.exp: Don't kill running stub. Add "again" to
6240 the second kill and detach messages.
6241
6242 2000-11-17 Nick Duffek <nsd@redhat.com>
6243
6244 * configure.in: Add AC_EXEEXT.
6245 * configure: Regenerate.
6246 * Makefile.in (just-check): Export EXEEXT.
6247 * lib/gdb.exp ($EXEEXT): Import from environment.
6248 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
6249 expect "maint dump-me" on Cygwin.
6250 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
6251 $EXEEXT.
6252
6253 2000-11-17 Nick Duffek <nsd@redhat.com>
6254
6255 * gdb.base/break.exp: Test backtrace and finish from called
6256 function on all platforms, not just HP-UX.
6257
6258 2000-11-03 Michael Snyder <msnyder@cygnus.com>
6259
6260 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
6261 code from gdb_target_monitor, so it can be used independantly
6262 for gdbserver. Also comment out an unnecessary PUTS.
6263
6264 2000-11-03 Michael Snyder <msnyder@cygnus.com>
6265
6266 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
6267 * gdb.base/corefile.exp: Expect the message "Program is being
6268 debugged already" when we send the "corefile" command, since
6269 the preceeding gdb_load may have connected gdb to a remote target.
6270 * gdb.base/display.exp: Disable hardware watchpoints if new
6271 board info variable "no_hardware_watchpoints" is true.
6272 Replace single-letter commands with more readable ones.
6273 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
6274 if new board info variable "no_hardware_watchpoints" is true.
6275 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
6276 to see if stdio (printf) testing is possible.
6277 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
6278 board info variable "no_hardware_watchpoints" is true. Use new
6279 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
6280
6281 2000-11-13 Fernando Nasser <fnasser@redhat.com>
6282
6283 From Orjan Friberg <orjanf@axis.com>:
6284 * gdb.base/printcmds.exp: Escape curly braces followed by a number
6285 in array print pattern match.
6286
6287 2000-11-09 Fernando Nasser <fnasser@redhat.com>
6288
6289 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
6290 spelling "cancelled" to U.S. spelling "canceled" to match changes
6291 made to gdb.
6292 * gdb.c++/ovldbreak.exp: Ditto.
6293
6294 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6295
6296 * gdb.base/callfuncs.c (main): Moved to end of file, call
6297 t_double_values to initialize the FPU before inferior calls are made.
6298 * gdb.base/callfuncs.exp: Test for register preservation after calling
6299 inferior functions. Add tests for continuining, finishing and
6300 returning from a stop in a call dummy.
6301
6302 2000-10-24 Michael Snyder <msnyder@cygnus.com>
6303
6304 * gdb.base/commands.exp: Break up long lines, and re-indent.
6305
6306 2000-10-19 Michael Snyder <msnyder@cygnus.com>
6307
6308 * config/gdbserver.exp: Rewritten from the ground up, to make it
6309 compatible with the current dejagnu tree, and to make it work with
6310 the new "gdbserver" in libremote.
6311
6312 2000-10-16 Michael Snyder <msnyder@cygnus.com>
6313
6314 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
6315 * gdb.base/varargs.exp: Skip entire test if no printf support.
6316 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
6317 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
6318
6319 2000-10-13 Michael Snyder <msnyder@cygnus.com>
6320
6321 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
6322 no floating point support.
6323 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
6324 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
6325 * gdb.base/call-rt-st.exp: Ditto.
6326 * gdb.base/call-strs.exp: Ditto.
6327
6328 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
6329
6330 * gdb.base/sizeof.c: include <stdio.h>.
6331
6332 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
6333 'finish', otherwise uncaptured gdb_prompt would potentially
6334 throw remaining test points out of sync.
6335
6336 2000-07-26 Scott Bambrough <scottb@netwinder.org>
6337
6338 * gdb.base/recurse.exp: Run tests for all targets.
6339 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
6340 gnu-oldld case on ARM.
6341 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
6342 for ARM targets.
6343
6344 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
6345
6346 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
6347 * gdb.java/configure: Rebuild.
6348
6349 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
6350
6351 * gdb.java/jv-exp.exp: New file.
6352
6353 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
6354
6355 * configure: Rebuilt.
6356 * configure.in (configdirs): Add gdb.java.
6357 * gdb.java/jmisc.java: New file.
6358 * gdb.java/jmisc.exp: New file.
6359 * gdb.java/Makefile.in: New file.
6360 * gdb.java/configure: Rebuilt.
6361 * gdb.java/configure.in: New file.
6362 * lib/java.exp: New file.
6363
6364 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
6365
6366 * gdb.base/exprs.exp: Test casts to a pointer including over and
6367 underflow.
6368
6369 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
6370
6371 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
6372 and the compilers sizes.
6373
6374 2000-07-09 Nick Duffek <nsd@redhat.com>
6375
6376 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
6377 (use_methods): New function.
6378 (main): Call use_methods().
6379 * gdb.c++/classes.exp (test_method_param_class): New procedure.
6380 (do_tests): Call test_method_param_class.
6381
6382 2000-07-09 Nick Duffek <nsd@redhat.com>
6383
6384 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
6385 spelling.
6386 (test_enums): New procedure. Move enum tests from end of script
6387 to here. Set breakpoint on function name instead of line number.
6388 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
6389 (enums2): New marker function.
6390 (enums1): New function.
6391 (main): Call enums1(). Move enum tests to enums1().
6392
6393 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
6394
6395 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
6396 compile/link program. Update line numbers.
6397 * gdb.asm/d10v.inc: Define ``startup''.
6398 * gdb.asm/asmsrc1.s: Add definition of _start.
6399
6400 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
6401
6402 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
6403
6404 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6405
6406 * gdb.base/maint.exp: Add 'maint print architecture' item to output
6407 of 'help maint print' command.
6408
6409 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
6410
6411 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
6412 they use gdb_expect_list.
6413
6414 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
6415
6416 * gdb.base/commands.exp: Use ``set remote
6417 memory-read-packet-size'' instead of ``set endian big'' to test
6418 long commands.
6419
6420 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
6421
6422 * gdb.c++/templates.exp (do_tests): Make all of these work under
6423 g++, and stop skipping them.
6424
6425 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
6426 work under g++.
6427
6428 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
6429 initialization.
6430
6431 2000-06-02 Michael Snyder <msnyder@cygnus.com>
6432
6433 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
6434 the regular expression: accept an (almost) arbitrary sequence of
6435 "frames-invalid" and "breakpoints-invalid" messages both before
6436 and after the "starting" message.
6437
6438 2000-06-02 Michael Snyder <msnyder@cygnus.com>
6439
6440 * gdb.c++/local.exp: This test has never been known to work with g++.
6441
6442 2000-05-18 Michael Snyder <msnyder@cygnus.com>
6443
6444 * gdb.base/annota1.exp (annotate-signal-handler-caller):
6445 Relax the regular expression a little, make it pass on Solaris 8.
6446
6447 2000-05-12 Kevin Buettner <kevinb@redhat.com>
6448
6449 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
6450 a call, do not require that gdb stop on the line after the call.
6451 Instead, it is permissible for gdb to stop on the line of the
6452 call itself.
6453
6454 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
6455
6456 * gdb.base/break.exp (bp on small function, optimized file):
6457 Add a second pass pattern. The behavior differs here between stabs
6458 and dwarf for one-line functions. Stabs preserves two line symbols
6459 (one before the prologue and one after) with the same line number,
6460 but dwarf regards these as duplicates and discards one of them.
6461 Therefore the address after the prologue (where the breakpoint is)
6462 has no exactly matching line symbol, and GDB reports the breakpoint
6463 as if it were in the middle of a line rather than at the beginning.
6464
6465 2000-05-08 Michael Snyder <msnyder@cygnus.com>
6466
6467 * gdb.base/interrupt.exp: Make "pass" message say "send"
6468 rather than "send_gdb" (for consistancy).
6469
6470 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6471
6472 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
6473 * gdb.c++/templates.cc: Properly check for GCC version number.
6474 * lib/compiler.cc: Likewise
6475
6476 2000-04-28 Michael Snyder <msnyder@cygnus.com>
6477
6478 * gdb.base/break.exp: When compiled with -O2 optimization,
6479 gdb may not stop at the first line of main, due to code motion.
6480
6481 2000-04-26 Michael Snyder <msnyder@cygnus.com>
6482
6483 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
6484 This test depends on parsing the printf output from the target.
6485 Since the sparclet stub doesn't do stdio, this will never work.
6486 * gdb.base/call-rt-st.exp: ditto.
6487 * gdb.base/call-strs: ditto.
6488
6489 2000-04-24 Michael Snyder <msnyder@cygnus.com>
6490
6491 * gdb.base/miscexprs.exp: make sizeof long array test portable.
6492
6493 * gdb.base/ending-run.exp: After connecting to a remote target,
6494 but before running, the target will appear to be in a random
6495 location. Specify both a file and a line for breakpoints.
6496 Also, the function that calls main may be called 'init'
6497 rather than 'start'.
6498
6499 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6500
6501 * gdb.base/help.exp: Update output for add-symbol-file command.
6502
6503 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
6504
6505 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6506 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
6507
6508 2000-04-07 J.T. Conklin <jtc@redback.com>
6509
6510 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
6511
6512 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
6513
6514 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
6515
6516 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
6517 values that can be represented exactly.
6518 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
6519 above change, and to not check against the directory part of the source
6520 file name.
6521 (step into print_long_arg_list): Likewise.
6522 (print print_small_structs from print_long_arg_list): Likewise.
6523 (print print_long_arg_list): Likewise.
6524
6525 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6526
6527 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
6528
6529 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
6530
6531 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
6532
6533 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
6534
6535 * gdb.base/commands.exp (deprecated_command_test): Add test for
6536 deprecate with no arguments.
6537
6538 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
6539
6540 * gdb.base/break.exp: Add new test for setting breakpoints on
6541 optimized code so we can test breakpoints work even when function
6542 prologues may be optimized away
6543
6544 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6545
6546 From David Whedon <dwhedon@gordian.com>
6547 * gdb.base/commands.exp : Added command deprecator tests.
6548
6549 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
6550
6551 * gdb.base/help.exp: Added test for new apropos command.
6552
6553 2000-03-21 Kevin Buettner <kevinb@redhat.com>
6554
6555 * gdb.base/pointers.c (usevar): New function.
6556 (main): Make sure that global variables v_int_pointer2, rptr,
6557 and y are all referenced someplace in the program by calling
6558 usevar() on them. [Some linkers delete symbols which are
6559 never referenced. The space remains, but there's no way to
6560 get a (symbolic) handle on the variable from the debugger.]
6561
6562 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6563
6564 * gdb.base/printcmds.c: Add typedeffed arrays.
6565
6566 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
6567 procedure to test arrays that are typedef'd.
6568
6569 2000-03-13 James Ingham <jingham@leda.cygnus.com>
6570
6571 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
6572 the library directories.
6573
6574 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
6575
6576 * configure.in (configdirs): Add sub directory gdb.mi.
6577 * configure: Re-generate.
6578
6579 * gdb.mi: New directory.
6580
6581 2000-02-25 Scott Bambrough <scottb@netwinder.org>
6582
6583 * gdb.base/long_long.exp: Correct test suite failure when printing
6584 a long long value as a double on ARM platforms.
6585
6586 2000-02-16 Jim Blandy <jimb@redhat.com>
6587
6588 * gdb.base/break.exp ("breakpoint line number"): Make sure the
6589 default source file is set properly before running this test.
6590
6591 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6592
6593 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
6594 gdbtk/library directory, not in gdbtcl2.
6595
6596 2000-02-04 Jim Blandy <jimb@redhat.com>
6597
6598 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
6599 backslash from regexp pattern.
6600
6601 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
6602 procedure. Use it to run all the "continue to bp overloaded"
6603 tests. Note that this changes the names of the tests slightly.
6604 If the breakpoint hit message includes a hex PC value, because
6605 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
6606 from the real source code, still consider that a pass.
6607
6608 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
6609 XFAIL here if the breakpoint message contains a hex address. Note
6610 similar change on 1999-11-02.
6611
6612 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
6613
6614 * gdb.base/ptype.exp: Establish a default source file before
6615 calling get_debug_format.
6616
6617 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
6618
6619 * gdb.base/watchpoint.exp: Remove duplication of test messages.
6620
6621 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
6622
6623 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
6624 of successive stepi commands -- while in the prologue we should see
6625 the function entry bracket.
6626
6627 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
6628
6629 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
6630 reach __change_mode() when stepping through the end of main().
6631
6632 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
6633
6634 * gdb.base/default.exp: Fix expected pattern.
6635 * gdb.base/help.exp: Same.
6636
6637 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6638
6639 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
6640 Don't use xfail's because that affects only the following test.
6641
6642 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
6643 solaris or linux.
6644
6645 * gdb.base/selftest.exp: Update to reflect changes to main.c.
6646
6647 2000-01-07 Michael Snyder <msnyder@cygnus.com>
6648
6649 * gdb.base/display.exp: Some yacc parsers like to say
6650 "A syntax error" rather than "A parse error". Accept both.
6651
6652 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
6653
6654 * gdb.base/default.exp: Remove OS dependent string from "target
6655 remote" test.
6656 * gdb.base/help.exp: Same for "help target remote" test.
6657
6658 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6659
6660 From Jim Kingdon <kingdon@redhat.com>:
6661
6662 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
6663 prompt (cleanup rather than necessity, but still might keep output
6664 from spilling to next test).
6665
6666 2000-01-02 Fred Fish <fnf@cygnus.com>
6667
6668 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
6669 AIX, which defines them in <sys/types.h>.
6670
6671 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
6672
6673 * gdb.base/default.exp: Match arm* etc instead of arm in "info
6674 float" test.
6675
6676 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
6677
6678 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
6679
6680 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
6681 outermost frame disallowed".
6682
6683 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
6684
6685 * gdb.base/setvar.exp: New tests for setting the value of a struct
6686 with a constant list.
6687
6688 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
6689
6690 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
6691 require the user to type a cast before setting the value of a struct.
6692
6693 1999-12-06 Jim Blandy <jimb@cygnus.com>
6694
6695 * gdb.base/default.exp: Expect the new 'info float' command on
6696 all i386 platforms.
6697
6698 * gdb.threads/linux-dp.exp: Expand our ability to recognize
6699 LinuxThreads libraries that don't support debugging.
6700
6701 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
6702
6703 * gdb.base/remote.c: Fill the buffer with truely random data.
6704 Change the buffer type to ``unsigned char'' to simplify size
6705 arithmetic.
6706
6707 * gdb.base/remote.exp: Reduce download numbers by one. Typical
6708 stub only handles 400-1 byte packets. Verify that the download
6709 worked.
6710
6711 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
6712
6713 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
6714 tests, using UNRESOLVED for the untested cases. Also, does not wait
6715 for a timeout if the prompt was received before a recognizable pattern.
6716
6717 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
6718
6719 * lib/gdb.exp (gdb_expect_list): Fix spelling.
6720
6721 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6722
6723 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
6724 watchpoints.
6725
6726 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
6727
6728 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
6729
6730 * gdb.c++/local.exp: Be more flexible in recognizing local class
6731 name mangling. Don't allow horribly truncated method names.
6732 * gdb.c++/derivation.exp: Expect protected inheritance.
6733 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
6734 * gdb.c++/virtfunc.exp: Likewise.
6735 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
6736 when printing a nested enum.
6737
6738 1999-11-22 Jim Blandy <jimb@cygnus.com>
6739
6740 * gdb.base/step-test.exp: Properly await GDB's response to setting
6741 a breakpoint on the call to large_struct_by_value.
6742
6743 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
6744 just because we have debug info for the `start' function.
6745
6746 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
6747
6748 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
6749 "Unknown signal" messages, which indicate (on LinuxThreads) that
6750 GDB doesn't know how to debug threads on this system. This is
6751 better than hanging while philosopher 0 dumps chatter into gdb.log.
6752
6753 1999-11-18 Tom Tromey <tromey@cygnus.com>
6754
6755 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
6756
6757 1999-11-18 Fred Fish <fnf@cygnus.com>
6758
6759 * gdb.base/coremaker2.c: Add sample program for generating
6760 cores that is more self contained than coremaker.c. Eventually
6761 I'll add more code to this and tie it into the testsuite.
6762
6763 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
6764
6765 * gdb.base/dollar.exp: Remove, now in gdb.hp.
6766
6767 1999-11-10 Jimmy Guo <guo@cup.hp.com>
6768
6769 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
6770 from $srcdir/lib/.
6771 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
6772 and gdb.c++/.
6773
6774 * gdb.c++/derivation.exp: remove redundant get compiler info code.
6775
6776 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
6777 'continue with watch' test point.
6778
6779 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
6780
6781 Merged from p2linux-990323-branch:
6782
6783 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
6784
6785 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
6786
6787 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
6788 {limit,fixed}''. Test ``set download-write-size''.
6789
6790 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
6791
6792 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
6793 gdb_expect_list.
6794
6795 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
6796
6797 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
6798
6799 1999-11-03 Mark Salter <msalter@cygnus.com>
6800
6801 * gdb.base/break.exp: Fix "stub continue" pattern.
6802
6803 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
6804
6805 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
6806
6807 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
6808
6809 * gdb.base/display.exp ("finish"): Add timeout clause.
6810
6811 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
6812 plain prompt clause, so this doesn't have to time out in order to
6813 fail.
6814
6815 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
6816 breakpoint hit messages include an address.
6817
6818 * gdb.base/display.exp: Don't forget to escape parens in regular
6819 expressions. Unix regexp notatation sucks.
6820
6821 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6822
6823 * gdb.base/annota1.exp: Test for annotate-signalled: change output
6824 order for 'signalled' message.
6825
6826 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
6827
6828 From Jimmy Guo <guo@cup.hp.com>:
6829 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
6830 * gdb.base/annota1.c: Add code for tests to work with.
6831
6832 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
6833
6834 * gdb.base/remote.exp: New test for remote downloading settings.
6835 * gdb.base/remote.c: New file with large .data.
6836
6837 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
6838
6839 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
6840 for LinuxThreads support, merged from the Code Fusion branch.
6841
6842 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
6843
6844 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
6845 containing exp_continue into a while within an expect. Don't
6846 attempt a start more than three times. Check return value from
6847 gdb_load.
6848
6849 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
6850
6851 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
6852 a pass case.
6853
6854 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
6855
6856 * gdb.base/break.c (main): Added a statement that we can step
6857 off of.
6858 * gdb.base/break.exp: Added tests for setting a breakpoint
6859 at an offset and stepping onto a breakpoint.
6860
6861 1999-10-01 Fred Fish <fnf@cygnus.com>
6862
6863 * gdb.base/help.exp (help add-symbol-file): Update to match current
6864 gdb output.
6865
6866 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
6867
6868 * gdb.base/break.exp: Code locations are in hex, don't forget!
6869 (For HP-UX.)
6870
6871 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
6872
6873 * condbreak.exp: Use break.c as test program.
6874 * condbreak.c: Remove, redundant with break.c.
6875
6876 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
6877
6878 * config/monitor.exp (gdb_target_monitor): Disable X- and
6879 Z-packets if the target needs it.
6880
6881 1999-09-13 James Ingham <jingham@leda.cygnus.com>
6882
6883 * gdb.c++/overload.exp: Added tests for listing overloaded
6884 functions with function pointers in the arg, explicitly calling
6885 out the version you want.
6886
6887 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
6888
6889 * long_long.exp: Add variations of test cases that work for
6890 targets with 16-bit ints and 32-bit doubles.
6891
6892 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
6893
6894 * break.c (main): Compare a possibly-uninitialized argc with an
6895 unlikely value that fits in 16 bits.
6896
6897 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
6898
6899 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
6900 0xfeeb, don't want negative numbers if ints are 16 bits.
6901
6902 * lib/gdb.exp (skip_cplus_tests): New proc.
6903 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
6904 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
6905 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
6906 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
6907 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
6908 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
6909 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
6910 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
6911
6912 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
6913
6914 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
6915
6916 * gdb.base/corefile.exp (up): Allow a parameter to appear
6917 in the frame that we're going up to.
6918
6919 From Jim Blandy <jimb@cygnus.com>:
6920
6921 * gdb.base/default.exp (info float): Expect some output now.
6922
6923 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
6924 returning floating-point values to fail on the x86.
6925 * gdb.base/callfwmall.exp (do_function_calls): Same.
6926
6927 * gdb.base/list.exp (test_listsize): Correct expectations for
6928 listing line 1 with listsize 2. Also, listing a single line
6929 works now, as does listing three lines. [Kevin's note: There
6930 were a number of other cases fixed too where the expectations
6931 differed...]
6932
6933 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
6934
6935 * gdb.base/selftest.exp: Add case for when version prints as
6936 constant string instead of char pointer.
6937
6938 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
6939
6940 * gdb.base/ending-run.exp: Add Solaris case for what happens when
6941 stepping out of main.
6942
6943 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
6944 G++ used.
6945
6946 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
6947 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
6948
6949 * gdb.c++/ovldbreak.exp: Update match string in test that
6950 includes a warning of multiple breakpoints.
6951
6952 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
6953
6954 * gdb.base/display.exp: Improve precision of step-after-finish
6955 added yesterday.
6956
6957 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
6958 test.
6959
6960 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
6961 configs when using G++, not just hppa*.
6962
6963 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6964
6965 * gdb.base/async.c: New file.
6966 * gdb.base/async.exp: New file.
6967
6968 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
6969
6970 * gdb.base/break.exp: Tweak PA specific tests to properly handle
6971 PA64.
6972
6973 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
6974
6975 * gdb.base/display.exp: "finish" can leave us mid-line on many
6976 targets, deal with it. Add a small constant to main, instead of
6977 1000 since main+1000 may not be a valid address in the target.
6978
6979 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
6980 on hpux11.
6981
6982 * gdb.base/attach.exp: Handle another hpux11 error message variant
6983 when attaching to a process that does not exist.
6984
6985 1999-08-19 J.T. Conklin <jtc@redback.com>
6986
6987 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
6988 characters in 'continue to 1241' test.
6989
6990 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
6991
6992 * gdb.base/call-ar-st.exp: Add a shorter match case for the
6993 stop in print_long_arg_list, define and use a whitespace
6994 variable in print_small_structs test, add an XFAIL for Solaris.
6995 * gdb.base/dbx.exp: XFAIL func commands until somebody is
6996 interested enough to fix.
6997
6998 1999-08-13 Keith Seitz <keiths@cygnus.com>
6999
7000 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
7001 (dbx_gdb_load): Remove. Use gdb_load instead, since that
7002 proc knows about targets other than the natives.
7003 (test_assign): Use "gdb_run_cmd" to "run" the target.
7004 Check that we've actually hit the breakpoint at main.
7005 When we attempt to assign a value to a local variable, check
7006 that the variable is in the current scope, i.e., don't use
7007 a test with an empty result.
7008
7009 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
7010
7011 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
7012 command.
7013
7014 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
7015
7016 From Jimmy Guo <guo@cup.hp.com> and others at HP:
7017 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
7018 gdb.compat, gdb.threads-hp.
7019 gdb.hp/configure, gdb.hp/configure.in: New files.
7020 gdb.hp/Makefile.in: Recurse into new subdirs.
7021 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
7022 gdb.hp/gdb.objdbg: New directory, tests for debugging info
7023 in object files.
7024 gdb.hp/tools: New directory, aux tools for HP-specific tests.
7025
7026 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
7027
7028 * gdb.base/display.exp: Help expect by putting a newline in the
7029 funky printf, remove a bogus p/a test.
7030
7031 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7032
7033 * gdb.base/display.exp: Make sure that when we say 'run', we are
7034 connected to the target. This is necessary when running not
7035 natively.
7036
7037 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
7038
7039 * gdb.base/step-test.exp: Removed some extraneous messages.
7040
7041 * gdb.base/long_long.exp: Don't run memory examination tests
7042 on little-endian targets (they will need a different set of
7043 results to match).
7044
7045 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
7046
7047 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
7048 until somebody decides to fix GDB.
7049
7050 * gdb.base/long_long.c: Stop compiler complaint by specifying long
7051 constant as "ULL".
7052 * gdb.base/long_long.exp: Loosen x/c test, add partial result
7053 matches for a couple x/2 commands.
7054
7055 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
7056
7057 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
7058 by merging in ref-types2 tests.
7059 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
7060
7061 From Jimmy Guo <guo@cup.hp.com> and others at HP:
7062 * gdb.c++/Makefile.in: Add standard actions.
7063 (EXECUTABLES): Rename from PROGS, update list.
7064 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
7065 from gdb.hp.
7066 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
7067 foo and bar locals.
7068 * gdb.c++/anon-union.exp: Fix tests to match.
7069 * gdb.c++/classes.exp: Run if HP compiler used, add extra
7070 expect matches to handle output variations.
7071 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
7072 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
7073 output, add HP alternatives for new and delete prints.
7074 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
7075 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
7076 * gdb.c++/demangle.exp: Use $style when reporting failure.
7077 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
7078 * gdb.c++/inherit.exp: Run if HP compiler used, add some
7079 match alternatives.
7080 * gdb.c++/local.exp: Add match alternatives or xfails for HP
7081 compilers.
7082 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
7083 * gdb.c++/method.exp: Add match alternatives.
7084 * gdb.c++/misc.cc: Add bool types.
7085 * gdb.c++/misc.exp: Add tests for bool types.
7086 * gdb.c++/overload.exp: Add xfails.
7087 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
7088 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
7089 add some more template parameter tests (only for HP currently).
7090 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
7091 * gdb.c++/virtfunc.cc: Add return type and value for main.
7092 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
7093 match alternatives.
7094
7095 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7096
7097 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
7098
7099 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
7100
7101 * gdb.base/signals.exp: Don't expect getting a backtrace from
7102 within a signal handler to fail on Linux.
7103
7104 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
7105
7106 From Jimmy Guo <guo@cup.hp.com> and others at HP:
7107 * lib/gdb.exp: Remove some gratuitious semicolons.
7108 (delete_breakpoints): Increase timeout.
7109 (gdb_expect): Add -notransfer option.
7110 (gdb_test): Use -notransfer option.
7111 (get_compiler_info): Add f77 case.
7112 (get_compiler): New proc, split out from gdb_preprocess, add f77
7113 case.
7114 (gdb_preprocess): Call get_compiler.
7115
7116 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
7117 * gdb.base/attach.exp, gdb.base/display.exp,
7118 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
7119 gdb.base/long_long.exp, gdb.base/printcmds.exp,
7120 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
7121 third arg to gdb_test.
7122 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
7123 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
7124 HP-UX xfails, add others.
7125 * gdb.base/completion.exp: Reflect name change of self-test.
7126 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
7127 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
7128 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
7129 HP failure number.
7130 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
7131 useless HP-UX 10.30 references.
7132 * gdb.base/maint.exp: Loosen matches.
7133 * gdb.base/pointers.c (main): Declare more_code.
7134 * gdb.base/pointers.exp: Match on output of a `next'.
7135 * gdb.base/structs.c: Add prototypes.
7136 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
7137 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
7138
7139 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7140
7141 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
7142 command.
7143
7144 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7145
7146 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
7147 Fix run to main failures. Watchpoint can be hardware watchpoint.
7148
7149 * gdb.base/annota1.exp: Clean up some more, in case printf has
7150 debug info. Deal with lack of signal hanlder info in stack.
7151
7152 From Jim Kingdon <kingdon@redhat.com>:
7153 * gdb.base/annota1.exp: If printf has debug info, deal with it.
7154
7155 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
7156
7157 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
7158 gdb.base/foll-vfork.exp: Don't run for crosses.
7159
7160 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
7161
7162 * gdb.base/configure.in: Check for gdbvars.exp instead of
7163 a1-selftest.exp.
7164 * gdb.base/configure: Re-generate.
7165
7166 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
7167
7168 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
7169 in trying to run first and name is too long.
7170
7171 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
7172 pointers2.c and pointers2.exp, respectively.
7173 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
7174 doschk happier.
7175
7176 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
7177
7178 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
7179 callfuncs2.c and callfuncs2.exp.
7180
7181 * gdb.base/list.exp: Remove mistaken xfails.
7182 * gdb.base/list0.h: Add optional prototypes.
7183
7184 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
7185
7186 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
7187 calling malloc.
7188 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
7189 * ptype.exp: Move test for get_debug_format to before its first
7190 use.
7191
7192 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7193
7194 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
7195 * gdb.base/annota2.cc, annota2.exp: Move from here.
7196 * gdb.c++/annota2.cc, annota2.exp: To here.
7197 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
7198
7199 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7200
7201 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
7202 a consistent format.
7203
7204 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
7205
7206 From Jimmy Guo <guo@cup.hp.com> and others at HP:
7207 * lib/gdb.exp (get_compiler_info): Add detection for assorted
7208 HP compilers, also set the globals $true and $false.
7209
7210 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
7211 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
7212 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
7213 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
7214 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
7215 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
7216 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
7217 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
7218 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
7219 whatis.c} Add C++ compatible function definitions and return
7220 types, add includes for library functions.
7221 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
7222 * gdb.base/step-test.c (myglob): Rename from glob.
7223 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
7224 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
7225 files, move here from gdb.hp.
7226 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
7227 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
7228 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
7229 Adjust line numbers in regexps.
7230
7231 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
7232 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
7233 instead of 0/1.
7234
7235 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
7236 foll-vfork.exp: New files, move here from gdb.hp.
7237 * gdb.base/page.exp: New file, test of pagination command.
7238
7239 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
7240 recursion test.
7241 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
7242
7243 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
7244 gdb.base/solib.exp: Fix compiler invocation process.
7245
7246 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
7247 HP-UX 11, turn off overload resolution explicitly.
7248 * gdb.base/commands.exp: Set argument list explicitly, add
7249 watchpoint test.
7250 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
7251 them work.
7252 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
7253 expressions properly.
7254 * gdb.base/corefile.exp: Loosen the match slightly.
7255 * gdb.base/default.exp: Allow "Error accessing memory" message
7256 also.
7257 * gdb.base/display.exp: Skip over x/0 j if PA64.
7258 * gdb.base/funcargs.exp: Add xfails for HP-UX.
7259 * gdb.base/interrupt.exp: Ditto.
7260 * gdb.base/langs.exp: Add symbolic matches governed by compiler
7261 in use.
7262 * gdb.base/list.exp: Add xfails for HP-UX.
7263 * gdb.base/long_long.exp: Refine some of the numeric matches.
7264 * gdb.base/mips_pro.exp: Xfail on HP-UX.
7265 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
7266 * gdb.base/nodebug.exp: Succeed on more varieties of output.
7267 * gdb.base/opaque.exp: Remove some HP-UX xfails.
7268 * gdb.base/ptype.exp: Succeed on more varieties of output.
7269 * gdb.base/scope.exp: Add xfails for HP-UX.
7270 * gdb.base/sect-cmd.exp: Add more cases.
7271 * gdb.base/setvar.exp: Add xfails for HP-UX.
7272 * gdb.base/shlib-call.exp: Loosen some matches slightly.
7273 * gdb.base/signals.exp: Match on void symbolically.
7274 * gdb.base/step-test.exp: Add case for PA64.
7275 * gdb.base/term.exp: Add exit and restart.
7276 * gdb.base/twice.exp: Clean up after self.
7277 * gdb.base/varargs.exp: Disable overload resolution explicitly.
7278 * gdb.base/whatis.exp: Allow more ways to pass tests.
7279
7280 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
7281 no longer useful.
7282
7283 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
7284
7285 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
7286 list of patterns.
7287 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
7288 print_double_array(double_array)", "continuing to breakpoint
7289 1018", "print print_double_array(array_d)" and "continuing to
7290 1034" tests.
7291
7292 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7293
7294 * Makefile.in: Add empty html and install-html targets.
7295
7296 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
7297
7298 * config/mt-*: Remove, these haven't been used since 1996.
7299
7300 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
7301
7302 * gdb.base/call-strs.c, gdb.base/ending-run.c,
7303 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
7304 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
7305
7306 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
7307
7308 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
7309 simpler match case for the ptype of the big class.
7310
7311 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
7312
7313 * gdb.exp: Fix test for gdb_prompt existence.
7314
7315 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
7316
7317 * gdb.exp (gdb_test): Add fail after calls to perror.
7318
7319 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
7320
7321 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
7322
7323 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
7324
7325 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
7326
7327 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
7328
7329 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
7330 malloc() is linked in.
7331
7332 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
7333
7334 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
7335 step at end.
7336
7337 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
7338
7339 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
7340
7341 * gdb.java/jv-print.exp: New file. (Our first Java test!)
7342
7343 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
7344
7345 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
7346 * gdb.base/mips_pro.exp: Likewise.
7347
7348 1999-06-02 Keith Seitz <keiths@cygnus.com>
7349
7350 * gdb.c++/templates.cc: Change all "new" operators to throw
7351 an exception.
7352 * gdb.c++/cplusfuncs.cc: Likewise.
7353
7354 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
7355
7356 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
7357
7358 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
7359 * gdb.base/ending-run.exp: When stepping out of main, accept a
7360 step into an arbitrary assembler file.
7361
7362 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7363
7364 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
7365 "breakpoint-invalid" to be printed.
7366 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
7367 number of "frames-invalid" and "breakpoint-invalid" to be printed.
7368 * gdb.base/annota2.cc: Initialize a.x to 0.
7369
7370 1999-05-17 Keith Seitz <keiths@cygnus.com>
7371
7372 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
7373 when "skip_float_tests" set.
7374 Ditto for "print print_double_array(array_d)", "print print_small_structs",
7375 "print print_ten_doubles", and "step into print_long_arg_list".
7376 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
7377 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
7378 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
7379 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
7380 "skip_float_tests" is set.
7381 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
7382 when "skip_float_tests" set.
7383
7384 1999-05-06 Keith Seitz <keiths@cygnus.com>
7385
7386 * gdb.base/annota2.cc: Include stdio.h.
7387
7388 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
7389
7390 * gdb.base/crossload.exp: Remove, this has been disabled ever
7391 since BFD stopped including all targets, and cross-GDB gets
7392 plenty of testing anyway.
7393 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
7394 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
7395 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
7396 * gdb.base/README: Remove, was doc for this.
7397 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
7398 needed.
7399
7400 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7401
7402 * gdb.base/call-ar-st.exp: Fix one regular expression in test
7403 output.
7404
7405 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
7406 * gdb.base/annota2.exp: New file. More annotation tests.
7407 * gdb.base/annota1.c: New file. Source file for annota1.exp.
7408 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
7409
7410 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
7411
7412 * config/cfdbug.exp: New file.
7413
7414 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
7415
7416 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
7417 Marcus Daniel's and Dale Hawkins's demangler crashes.
7418
7419 * gdb.c++/demangle.exp (test_gnu_style_demangling,
7420 test_lucid_style_demangling, test_arm_style_demangling,
7421 test_hp_style_demangling): Try Tom Tromey's core-dumping
7422 identifier under each demangling style.
7423
7424 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
7425
7426 * gdb.c++/demangle.exp: Include the current demangling style
7427 in all test names.
7428 (current_demangling_style): New global variable.
7429 (set_demangling_style, test_demangling_core, test_demangling,
7430 test_demangling_exact): New functions.
7431 (test_gnu_style_demangling, test_lucid_style_demangling,
7432 test_arm_style_demangling, test_hp_style_demangling): Use those,
7433 instead of calling gdb_test and gdb_test_exact directly.
7434 (catch_demangling_errors): New function, which reports errors
7435 signalled by the demangling test functions in an orderly way.
7436 (do_tests): Use catch_demangling_errors.
7437
7438 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
7439
7440 * gdb.base/signals.exp (test_handle_all_print): Use () for
7441 grouping in expressions, not {}.
7442
7443 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
7444 initialized yet.
7445
7446 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
7447
7448 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
7449 are listed.
7450
7451 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
7452
7453 * gdb.stabs/weird.exp: Test for CC being defined before
7454 looking at its value.
7455
7456 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
7457
7458 * gdb.base/call-ar-st.exp: Remove stray '#'.
7459 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
7460 "short int" and "long int".
7461 * gdb.c++/overload.cc: Cast the string added in the previous
7462 change, to mollify finicky HP compiler.
7463 * gdb.hp/reg-test.exp (testfile): Fix file name.
7464 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
7465
7466 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
7467 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
7468 alternate form of enum ptype.
7469
7470 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
7471
7472 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
7473 * gdb.hp/*.exp: Change all to run compiler probe only after
7474 passing skip_hp_tests, so as not to waste time on guaranteed
7475 failure.
7476
7477 * gdb.c++/overload.cc: Pass string instead of char addr, always
7478 init ccpfoo.
7479 * gdb.c++/templates.cc: Fix syntax error.
7480
7481 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7482
7483 * gdb.base/commands.exp: Add test for correct position of '>'
7484 when issuing the 'commands' command after a 'while' or 'if'
7485 command.
7486
7487 1999-03-18 James Ingham <jingham@cygnus.com>
7488
7489 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
7490
7491 * gdb.c++/method.exp: It was testing an uninitialized int on the
7492 stack and assuming it was positive.
7493
7494 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
7495
7496 * gdb.base/step-test.exp: Catch a case where finish is broken and
7497 keep it from killing the rest of the tests.
7498 Use gdb_continue_to_end.
7499
7500 * gdb.base/sigall.exp: use gdb_continue_to_end.
7501
7502 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
7503
7504 * gdb.base/display.exp: use runto_main, not run.
7505
7506 * gdb.base/default.exp: Check for the current error message in the
7507 r abbreviation test.
7508 Add strongarm to the targets that know info float.
7509
7510 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7511 run which doesn't work with monitors.
7512
7513 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
7514
7515 * gdb.base/break.exp: use the gdb_continue_to_end proc.
7516
7517 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
7518 program. Traps the case (in Cygmon) when the program never really
7519 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7520 more places, so I used my name. Sorry Mark...
7521
7522 * config/monitor.exp (gdb_target_monitor): added another
7523 target_info parameter: remotebinarydownload. This will set the
7524 remotebinarydownload flag if this is causing some boards trouble.
7525
7526 1999-03-18 Mark Salter <msalter@cygnus.com>
7527
7528 * lib/gdb.exp (continue_to_exit): New function.
7529
7530 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
7531 * gdb.base/ending-run.exp: Ditto.
7532 * gdb.base/step-test.exp: Ditto.
7533
7534 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
7535
7536 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
7537 (suggested by Art Haas <ahaas@neosoft.com>).
7538
7539 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
7540
7541 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7542
7543 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
7544
7545 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
7546 descriptions of types (short unsigned int vs unsigned short, etc).
7547
7548 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
7549
7550 * gdb.base/call-strs.exp: Don't assume that `step' will step over
7551 a call to strlen; sometimes we do have sources.
7552
7553 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
7554
7555 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
7556 character, so GDB won't print garbage after its end.
7557
7558 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
7559 breakpoint there instead. Sometimes GCC emits memcpy to handle
7560 the large structures being passed by value, so we step into that
7561 instead of sum_array_print, which obscures what we're really testing.
7562 * gdb.base/step-test.exp: However, we do want a test that notices
7563 the bizarre steps into memcpy, so do that here. Add check for
7564 stepping into function calls that pass large structures by value.
7565 ("Is that a noun clause, or are you just happy to see me?")
7566 Remove all references to specific line numbers.
7567 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
7568 New type and function.
7569 (main): Call large_struct_by_value, passing it a large struct by value.
7570 * lib/gdb.exp (gdb_get_line_number): New function.
7571
7572 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
7573 more portable.
7574
7575 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
7576
7577 * lib/gdb.exp: Doc fixes.
7578
7579 1999-03-05 Nick Clifton <nickc@cygnus.com>
7580
7581 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7582
7583 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
7584
7585 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
7586 commands. They're not germane to this test, and they don't work
7587 that way on remote targets.
7588
7589 1999-03-01 James Ingham <jingham@cygnus.com>
7590
7591 * Changelog entries merged over from gdb development branch.
7592
7593 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
7594
7595 * lib/gdb.exp (gdbtk_analyze_results): Generic function
7596 for outputting results of test run.
7597
7598 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
7599
7600 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
7601
7602 1999-02-25 Felix Lee <flee@cygnus.com>
7603
7604 * lib/gdb.exp (debug_format): initialize
7605
7606 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
7607
7608 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
7609 * gdb.base/call-rt-st.c: Ditto.
7610
7611 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
7612
7613 * gdb.threads/pthreads.exp (horiz): New variable.
7614 (test_startup): Fix regexps that capture thread numbers.
7615
7616 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
7617
7618 * gdb.base/smoke.exp: Disambiguate two test case names (both
7619 called ``print'').
7620
7621 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
7622
7623 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
7624 compilation.
7625
7626 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
7627
7628 * gdb.base/miscexprs.exp: Change patterns to match GDB's
7629 actual output formatting.
7630 * gdb.base/smoke.exp: GDB removes leading 0's.
7631 * gdb.base/volatile.exp: Don't check type of remuneration;
7632 that variable is no longer defined in constvars.c.
7633 * gdb.base/step-test.c (main): Exit with explicit exit code.
7634 * gdb.base/step-test.exp: Remove two nexti checks--they are
7635 not portable.
7636
7637 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
7638
7639 * gdb.base/help.exp ("help delete display"): Fix test to match
7640 gdb's output.
7641
7642 * gdb.base/long_long.c (known_types): Initialize values to zero.
7643 * gdb.base/long_long.exp: Step one more line
7644 so 'dec' is initialized in "get to known place". GDB removes
7645 leading zeros. Explicitly ask for hex formatting. Use
7646 unique test case names.
7647
7648 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7649
7650 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
7651
7652 * gdb.c++/method.exp: Add missing close brace.
7653
7654 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
7655
7656 * gdb.base/maint.exp: Use 'set height 0' to disable page
7657 prompting, not 'set height 400'.
7658
7659 Fix a bunch of timeouts.
7660 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
7661 four separate tests, so expect doesn't take forever to match a ton
7662 of text against a regexp with lots of .* forms.
7663 ("maint print psymbols", "maint print symbols"): Make some of
7664 these greps more selective, so that expect doesn't try to wade
7665 through huge piles of output and time out.
7666
7667 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
7668
7669 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
7670 tests: one which doesn't expect shlib events to be reported, and
7671 another which does, but is XFAIL for all platforms other than
7672 HP/UX.
7673
7674 * gdb.base/break.exp: Teach the test suite that the `catch
7675 fork', `catch vfork', and `catch exec' commands produce error
7676 messages on platforms that don't provide these features.
7677
7678 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
7679
7680 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
7681 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
7682 (shortening names from solib_threshold.exp etc), won't run on
7683 anything but HP-UX for the foreseeable future.
7684 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
7685 reflect move.
7686
7687 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
7688
7689 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
7690 gdb.trace/Makefile.in (clean): Remove all test executables.
7691
7692 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
7693
7694 * gdb.base/shlib-call.exp: add test cases to verify that gdb
7695 successfully re-sets breakpoints in shared libraries.
7696 * gdb.base/shmain.c (main): return 0, don't fall off the end.
7697
7698 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7699
7700 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
7701 and compiled w/o GCC.
7702
7703 * gdb.hp/watch-cmd.exp: ditto.
7704
7705 * gdb.hp/watch-hp.exp: ditto.
7706
7707 * gdb.hp/xdb1.exp: ditto.
7708
7709 * gdb.hp/xdb2.exp: ditto.
7710
7711 * gdb.hp/dbx.exp: ditto.
7712
7713 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
7714
7715 * constvars.c: Remove C++-isms.
7716 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
7717 with GCC.
7718
7719 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
7720
7721 The following changes are part of the HP merge.
7722
7723 * gdb.base/break.exp: new tests to verify that catchpoints for
7724 fork, vfork, and exec don't trigger inappropriately.
7725
7726 * gdb.base/opaque.exp: compile one file at a time, then link.
7727
7728 * gdb.base/signals.exp: be more restrictive about which hppa
7729 systems receive a setup_xfail. new tests.
7730
7731 * gdb.base/solib_threshold.build: new file.
7732 * gdb.base/solib_threshold.exp: new file.
7733 * gdb.base/solib_threshold.link_opts: new file.
7734 * gdb.base/solib_threshold.mk: new file.
7735 * gdb.base/gen_solib_threshold.c: new file.
7736
7737 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
7738 tests. New tests for enums inside classes.
7739
7740 * gdb.c++/compiler.cc: indicate support of template debugging.
7741
7742 * gdb.c++/demangle.exp: run hp style demangling tests.
7743
7744 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
7745 tests.
7746
7747 * gdb.c++/misc.cc: changes to support new tests.
7748
7749 * gdb.c++/templates.cc: changes to support HP's compiler; changes
7750 to support new tests.
7751
7752 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
7753 gcc, then skip these tests.
7754
7755 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
7756
7757 The following files are part of the HP merge; some had longer
7758 names at HP, but have been renamed to be no more than 14
7759 characters in length.
7760
7761 * gdb.hp/ambiguous.cc: new file.
7762 * gdb.hp/ambiguous.exp: new file.
7763 * gdb.hp/attach.exp: new file.
7764 * gdb.hp/attach2.exp: new file.
7765 * gdb.hp/classes-hp.exp: new file.
7766 * gdb.hp/ctti.exp: new file.
7767 * gdb.hp/ctti-add.cc: new file.
7768 * gdb.hp/ctti-add1.cc: new file.
7769 * gdb.hp/ctti-add2.cc: new file.
7770 * gdb.hp/ctti-add3.cc: new file.
7771 * gdb.hp/dbx.exp: new file.
7772 * gdb.hp/exception.cc: new file.
7773 * gdb.hp/exception.exp: new file.
7774 * gdb.hp/foll-exec.c: new file.
7775 * gdb.hp/foll-exec.exp: new file.
7776 * gdb.hp/foll-fork.c: new file.
7777 * gdb.hp/foll-fork.exp: new file.
7778 * gdb.hp/foll-vfork.c: new file.
7779 * gdb.hp/foll-vfork.exp: new file.
7780 * gdb.hp/inherit-hp.exp: new file.
7781 * gdb.hp/more-steps.exp: new file.
7782 * gdb.hp/namespace.cc: new file.
7783 * gdb.hp/namespace.exp: new file.
7784 * gdb.hp/optimize.exp: new file.
7785 * gdb.hp/pxdb.c: new file.
7786 * gdb.hp/pxdb.exp: new file.
7787 * gdb.hp/quicksort.exp: new file.
7788 * gdb.hp/reg-test.exp: new file.
7789 * gdb.hp/reg-test.s: new file.
7790 * gdb.hp/sized-enum.c: new file.
7791 * gdb.hp/sized-enum.exp: new file.
7792 * gdb.hp/start-stop.exp: new file.
7793 * gdb.hp/templ-hp.cc: new file.
7794 * gdb.hp/templ-hp.exp: new file.
7795 * gdb.hp/thr-lib.c: new file.
7796 * gdb.hp/thr-lib.exp: new file.
7797 * gdb.hp/thr-lib.h: new file.
7798 * gdb.hp/thr-liblib.c: new file.
7799 * gdb.hp/virtfun-hp.c: new file.
7800 * gdb.hp/virtfun-hp.exp: new file.
7801 * gdb.hp/watch-cmd.exp: new file.
7802 * gdb.hp/watch-hp.exp: new file.
7803 * gdb.hp/xdb1.exp: new file.
7804 * gdb.hp/xdb2.exp: new file.
7805 * gdb.hp/xdb3.exp: new file.
7806
7807 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
7808
7809 The following files are part of the HP merge; some had longer
7810 names at HP, but have been renamed to be no more than 14
7811 characters in length.
7812
7813 * gdb.base/ss.h: new file.
7814 * gdb.base/call-ar-st.c: new file.
7815 * gdb.base/call-ar-st.exp: new file.
7816 * gdb.base/call-rt-st.c: new file.
7817 * gdb.base/call-rt-st-exp: new file.
7818 * gdb.base/call-strs.exp: new file.
7819 * gdb.base/ena-dis-br.exp: new file.
7820 * gdb.base/environ.exp: new file.
7821 * gdb.base/long_long.exp: new file.
7822 * gdb.base/sect-cmd.exp: new file.
7823 * gdb.base/shlib-cl2.exp: new file.
7824 * gdb.base/smoke.exp: new file.
7825 * gdb.base/so-impl-ld.c: new file.
7826 * gdb.base/so-impl-ld.exp: new file.
7827 * gdb.base/so-indr-cl.c: new file.
7828 * gdb.base/so-indr-cl.exp: new file.
7829 * gdb.base/varargs.exp: new file.
7830 * gdb.base/volatile.exp: new file.
7831 * gdb.base/whatis-exp.exp: new file.
7832 * gdb.base/display.exp: new file.
7833 * gdb.c++/derivation.exp: new file.
7834 * gdb.c++/local.exp: new file.
7835 * gdb.c++/member-ptr.exp: new file.
7836 * gdb.c++/overload.exp: new file.
7837 * gdb.c++/ovldbreak.exp: new file.
7838 * gdb.c++/ref-types.exp: new file.
7839 * gdb.c++/ref-types2.exp: new file.
7840 * gdb.c++/userdef.exp: new file.
7841
7842 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7843
7844 * gdb.base/default.exp: Reflect wording change in remote.c.
7845
7846 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
7847
7848 * gdb.base/help.exp: Update to reflect current text.
7849
7850 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
7851
7852 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
7853 they're stack variables and contain garbage.
7854 * gdb.c++/anon-union.exp: new file.
7855
7856 The following changes were made by David Taylor
7857 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
7858 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
7859 in changes by HP.
7860
7861 * gdb.base/bitops.exp: new file.
7862 * gdb.base/default.exp: change expected messages for catch and
7863 info catch tests to reflect HP merge changes.
7864 * gdb.base/enable-disable-break.exp
7865 * gdb.base/ending-run.c: new file.
7866 * gdb.base/long_long.c: new file.
7867 * gdb.base/maint.exp: new file.
7868 * gdb.base/pointers2.exp: new file.
7869 * gdb.base/shlib-call2.exp: new file.
7870 * gdb.base/solib.exp: new file.
7871 * gdb.base/step-test.c: new file.
7872 * gdb.c++/anon-union.cc: new file.
7873 * gdb.c++/local.cc: new file.
7874 * gdb.c++/member-pointer.cc: new file.
7875 * gdb.c++/method.cc: new file.
7876 * gdb.c++/ref-types.cc: new file.
7877 * gdb.c++/ref-types2.cc: new file.
7878 * gdb.c++/userdef.cc: new file.
7879
7880 * gdb.base/scope.exp: compile one file at a time, then link.
7881 * gdb.base/langs.exp: ditto.
7882 * gdb.base/list.exp: ditto.
7883
7884 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
7885
7886 The following changes were made by David Taylor
7887 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
7888 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
7889 in changes by HP.
7890
7891 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
7892 skip tests. When compiling pass c++ flag to gdb_compile.
7893 * gdb.c++/
7894
7895 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
7896 test for on hppa*-*-hpux*; use args to see if c++ was specified.
7897 (skip_hp_tests): new function.
7898 (gdb_preprocess): new function.
7899
7900 * configure.in (hpdir): decide whether to configure gdb.hp.
7901 * configure: regenerated.
7902
7903 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
7904 to delete on clean.
7905 (EXECUTABLES): update to reflect new additions.
7906 * gdb.base/commands.exp: update message expected.
7907 * gdb.base/default.exp: add copyright notice.
7908 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
7909 * gdb.base/help.exp: update messages to reflect current text.
7910 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
7911 targets for recurse tests.
7912 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
7913 skip this file.
7914
7915 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
7916 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
7917 compilation.
7918 * gdb.c++/misc.exp: ditto.
7919 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
7920 run the tests. tell gdb_compile that it's a c++ compilation.
7921
7922 * gdb.threads/pthreads.exp: fix typo in message.
7923
7924 * gdb.base/all-bin.exp: new file.
7925 * gdb.base/arithmet.exp: new file.
7926 * gdb.base/assign.exp: new file.
7927 * gdb.base/completion.exp: new file.
7928 * gdb.base/cond-expr.exp: new file.
7929 * gdb.base/condbreak.exp: new file.
7930 * gdb.base/define.exp: new file.
7931 * gdb.base/dollar.exp: new file.
7932 * gdb.base/environment.exp: new file.
7933 * gdb.base/eval-skip.exp: new file.
7934 * gdb.base/jump.exp: new file.
7935 * gdb.base/logical.exp: new file.
7936 * gdb.base/pointers.exp: new file.
7937 * gdb.base/relational.exp: new file.
7938 * gdb.base/section_command.exp: new file.
7939 * gdb.base/whatis-expr.exp: new file.
7940
7941 * gdb.base/all-types.c: new file.
7942 * gdb.base/call-array-struct.c: new file.
7943 * gdb.base/call-return-struct.c: new file.
7944 * gdb.base/call-strings.c: new file.
7945 * gdb.base/callfuncs2.c: new file.
7946 * gdb.base/condbreak.c: new file.
7947 * gdb.base/constvars.c: new file.
7948 * gdb.base/display.c: new file.
7949 * gdb.base/int-type.c: new file.
7950 * gdb.base/jump.c: new file.
7951 * gdb.base/miscexprs.c: new file.
7952 * gdb.base/pointers.c: new file.
7953 * gdb.base/pointers2.c: new file.
7954 * gdb.base/shmain.c: new file.
7955 * gdb.base/shr1.c: new file.
7956 * gdb.base/shr2.c: new file.
7957 * gdb.base/solib.c: new file.
7958 * gdb.base/solib1.c: new file.
7959 * gdb.base/solib2.c: new file.
7960 * gdb.base/varargs.c: new file.
7961 * gdb.c++/derivation.cc: new file.
7962 * gdb.c++/overload.cc: new file.
7963 * gdb.c++/ovldbreak.cc: new file.
7964 * gdb.hp/attach.c: new file.
7965 * gdb.hp/attach2.c: new file.
7966 * gdb.hp/average.c: new file.
7967 * gdb.hp/compiler.c: new file.
7968 * gdb.hp/compiler.cc: new file.
7969 * gdb.hp/execd-program.c: new file.
7970 * gdb.hp/follow-exec.c: new file.
7971 * gdb.hp/follow-fork.c: new file.
7972 * gdb.hp/follow-vfork-and-exec.c: new file.
7973 * gdb.hp/misc-hp.cc: new file.
7974 * gdb.hp/more-steps.c: new file.
7975 * gdb.hp/optimize.c: new file.
7976 * gdb.hp/quicksort.c: new file.
7977 * gdb.hp/run-hp.c: new file.
7978 * gdb.hp/start-stop.c: new file.
7979 * gdb.hp/sum.c: new file.
7980 * gdb.hp/templates-hp.cc: new file.
7981 * gdb.hp/thread-local-in-lib.c: new file.
7982 * gdb.hp/thread-local-in-lib.h: new file.
7983 * gdb.hp/thread-local-in-lib.lib.c: new file.
7984 * gdb.hp/vforked-program.c: new file.
7985 * gdb.hp/virtfunc-hp.cc: new file.
7986 * gdb.hp/watchpoint-hp.c: new file.
7987 * gdb.hp/xdb.c: new file.
7988 * gdb.hp/xdb0.c: new file.
7989 * gdb.hp/xdb0.h: new file.
7990 * gdb.hp/xdb1.c: new file.
7991
7992 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
7993
7994 The following change was made by Edith Epstein
7995 <eepstein@cygnus.com> as part of a project to merge in changes
7996 originally made by HP; HP did not create ChangeLog entries.
7997
7998 * gdb.c++/demangle.exp: changed the expected output for some
7999 ARM-style mangling -- removed second reference to datatype.
8000 For example, maint demangle __dt__11T1__pt__2_cFv
8001 T1<char>::~T1<char>(void)
8002 becomes,
8003 maint demangle __dt__11T1__pt__2_cFv
8004 T1<char>::~T1(void)
8005
8006 (test_hp_style_demangling): new hp specific demangling test cases.
8007
8008 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
8009
8010 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
8011 * gdb.trace/backtrace.exp: Likewise.
8012 * gdb.trace/circ.exp: Likewise.
8013 * gdb.trace/collection.exp: Likewise.
8014 * gdb.trace/deltrace.exp: Likewise.
8015 * gdb.trace/infotrace.exp: Likewise.
8016 * gdb.trace/limits.exp: Likewise.
8017 * gdb.trace/packetlen.exp: Likewise.
8018 * gdb.trace/passc-dyn.exp: Likewise.
8019 * gdb.trace/passcount.exp: Likewise.
8020 * gdb.trace/report.exp: Likewise.
8021 * gdb.trace/save-trace.exp: Likewise.
8022 * gdb.trace/tfind.exp: Likewise.
8023 * gdb.trace/tracecmd.exp: Likewise.
8024 * gdb.trace/while-dyn.exp: Likewise.
8025 * gdb.trace/while-stepping.exp: Likewise.
8026
8027 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
8028
8029 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
8030
8031 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
8032
8033 From Brendan Kehoe:
8034 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
8035 int return types.
8036
8037 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
8038
8039 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
8040 remote dos host testing right.
8041
8042 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
8043
8044 * gdb.base/corefile.exp: remove some xfails.
8045
8046 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
8047
8048 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
8049 have different timestamps.
8050
8051 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
8052
8053 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
8054 gdb.base/default.exp: Replace "exec" with "executable".
8055
8056 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
8057
8058 * gdb.base/default.exp: Change else if to elseif from previous
8059 delta.
8060
8061 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
8062
8063 * gdb.base/default.exp: Add brace missing from previous delta.
8064
8065 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
8066
8067 * gdb.base/default.exp: Support test for info float for all
8068 varieties of arm toolchain.
8069
8070 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
8071
8072 * gdb.trace/*.exp: remove "remote_download" command.
8073
8074 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
8075
8076 * gdb.trace/*.exp: remove -gdwarf from compile.
8077
8078 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
8079
8080 * gdb.trace/configure.in(AC_INIT): typo
8081 * gdb.trace/configure: regenerated
8082
8083 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
8084
8085 * config/m68k-emc.exp: New file.
8086 * lib/<emc-support.exp trace-support.exp}: New files.
8087 * configure.in: add new test directory gdb.trace.
8088 * gdb.trace/{configure configure.in Makefile.in}: New files.
8089 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
8090 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
8091 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
8092 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
8093 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
8094 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
8095 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
8096
8097 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
8098
8099 * gdb.c++/classes.exp: Change all regular expressions to match
8100 arbitrary combinations of newline/carriage-return, so that they
8101 will work equally well on Unix and Windows.
8102 * gdb.c++/inherit.exp: ditto.
8103 * gdb.c++/virtfunc.exp: ditto.
8104
8105 1998-08-11 Dawn Perchik <dawn@cygnus.com>
8106
8107 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
8108
8109 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
8110
8111 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
8112 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
8113 to use a0-a3/d0-d3 as needed.
8114
8115 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
8116
8117 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
8118 * gdb.disasm/am33.exp: Corresponding changes.
8119
8120 1998-07-11 Felix Lee <flee@cygnus.com>
8121
8122 * gdb.base/callfuncs.exp: add cmp10 test.
8123 * gdb.base/callfuncs.c (cmp10): new function.
8124
8125 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
8126
8127 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
8128 into two parts to get around a synchronization problem in expect.
8129
8130 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
8131
8132 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
8133
8134 * configure.in: Add options for gdbtk testsuite.
8135
8136 * configure: Regenerate.
8137
8138 * gdb.gdbtk: New directory to hold gdbtk tests.
8139
8140 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8141
8142 * gdb.fortran/types.exp: Escape brackets in expect patterns
8143 for test_float_literal_types_accepted tests.
8144 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
8145 before run test.
8146
8147 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
8148
8149 * am33.exp: Just compile, do not link the testcase.
8150 * am33.s: Add ".am33" pseudoop to force am33 mode.
8151
8152 1998-06-25 Felix Lee <flee@cygnus.com>
8153
8154 * gdb.base/setshow.exp: make sure $pc is sane.
8155
8156 * gdb.stabs/weird.exp: split expect patterns properly.
8157
8158 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
8159
8160 * gdb.disasm/am33.s: New disassembler testfile for the am33.
8161 * gdb.disasm/am33.exp: Run it.
8162
8163 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
8164
8165 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
8166 match processing (and eliminate spurious timeouts when running).
8167
8168 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
8169
8170 * gdb.base/signals.exp (test_handle_all_print): put back Mach
8171 exception test, but conditionalize it on target [mach | gnu].
8172
8173 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
8174
8175 * gdb.base/overlays.exp: fixup compile line for linker script.
8176
8177 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
8178
8179 * gdb.fortran/types.exp: don't guess at float size.
8180
8181 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
8182
8183 * gdb.base/exprs.exp: delete test that depends on int size.
8184
8185 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
8186
8187 * config/sim.exp: Removed checks for target triplets.
8188 (gdb_target_sim): Use gdb,target_sim_options.
8189
8190 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
8191
8192 * gdb.base/reread.exp: New file.
8193 * gdb.base/reread1.c: New file.
8194 * gdb.base/reread2.c: New file.
8195
8196 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
8197
8198 * config/sim.exp: Use 'target sim -sparclite' when running
8199 SPARClite programs.
8200
8201 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
8202
8203 * gdb.base/structs2.exp: New file.
8204 * gdb.base/structs2.c: New file.
8205
8206 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
8207
8208 * gdb.asm/common.inc: New file.
8209 * gdb.asm/d10v.inc: New file.
8210 * asm-source.exp: Pass -I's to gas to find .inc files.
8211 Update line numbers in expected output.
8212 * asmsrc1.s: Rewrite.
8213 * asmsrc2.s: Rewrite.
8214 * configure.in: Create arch.inc symlink.
8215 * configure: Regenerate.
8216 * Makefile.in (distclean): Delete arch.inc.
8217
8218 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
8219
8220 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
8221 (t_enum_value2): ditto
8222 (t_enum_value3): ditto
8223 (main): ditto
8224 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8225
8226 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
8227 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
8228 change.
8229 Use gdb_test instead of send_gdb/gdb_expect sequences.
8230
8231 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
8232
8233 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
8234 not void.
8235
8236 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
8237
8238 * gdb.base/branches.c: Code with lots of loops and
8239 subroutines. Used to test gdbs ability to single step through PC
8240 changes, especially to test mips-tdep.c:mips_next_pc
8241
8242 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
8243
8244 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
8245 more rigorous EGCS C++ error checking.
8246
8247 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8248
8249 * gdb.base/help.exp: Clean up `help set args' and `help show args'
8250 tests.
8251 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
8252 function when asleep.
8253 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
8254 for i*86 Linux and SVR4 signal handling problems.
8255 Remove linux xfail for `next to handler in signals_tests_1', fixed
8256 by recent infrun.c change.
8257 Limit backtrace to 10 frames to avoid timeout problems with infinite
8258 stack backtraces.
8259 Adjust expect pattern in `handle all print' test to match Apr 28 1997
8260 target.[ch] change.
8261
8262 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
8263
8264 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
8265 for a newline from gdb before continuing.
8266 (default_gdb_exit): Just look for y or n.
8267 (gdb_test): Detect abnormal exit from GDB running on DOS; if
8268 it does, fail the rests of the tests in the file.
8269
8270 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
8271
8272 * config/cygmon.exp: New file.
8273
8274 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
8275
8276 * gdb.base/list.exp: Fix problem with "list default lines around
8277 main" test on remote targets.
8278
8279 * gdb.base/scope.exp: Fix problem with filelocal_bss before
8280 run test on remote targets.
8281
8282 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
8283
8284 * gdb.asm: New directory.
8285 * configure.in: Configure it.
8286 * configure: Regenerate.
8287 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
8288 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
8289
8290 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
8291
8292 * config/mn10300-eval.exp: New file to support MN10300 eval board.
8293
8294 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
8295
8296 * gdb.base/overlays (several files): Merge the two overlay
8297 managers into one. Change variables (foox, barx, bazx, grbxx)
8298 back into ints but force them to load in their proper sections.
8299
8300 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
8301
8302 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
8303 on-chip insn memory and IMAP1 to upper 128k.
8304 (D10VCopy): Handle memory regions crossing 16k boundaries.
8305 (D10VCopy): Transfer data in 32 bit chunks.
8306
8307 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
8308
8309 * gdb.base/overlays.c (main): Exit normally when result is
8310 correct.
8311
8312 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
8313 map. Include space for printf in .text segment.
8314
8315 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
8316 updated d10v memory VMA/LMA map.
8317 (D10VCopy): Call D10VTranslate.
8318
8319 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
8320
8321 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
8322
8323 * gdb.base/bar.c (barx, bar): Change variable to small array so
8324 that it won't be put into the .sdata - small data -
8325 section. Update reference.
8326 * gdb.base/baz.c (bazx, baz): Ditto.
8327 * gdb.base/foo.c (foox, foo): Ditto.
8328 * gdb.base/grbx.c (grbxx, grbx): Ditto.
8329
8330 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
8331 to be arrays.
8332
8333 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
8334
8335 * gdb.base/overlays.exp: fix up and get working again.
8336 Add tests for backtraces from an overlay function.
8337
8338 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
8339
8340 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
8341 "calling function with watchpoint enabled".
8342
8343 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
8344
8345 * gdb.base/break.exp (test_next_with_recursion): Remove
8346 gdb_suppress_tests for d10v-*-*.
8347 * lib/gdb.exp (gdb_suppress_tests): Disable this function
8348 pending review of whether it is useful or not.
8349
8350 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
8351
8352 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
8353
8354 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
8355
8356 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
8357 * config/dve.exp: New file to support Densan boards.
8358
8359 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
8360
8361 * gdb.base/interrupt.exp: Document problem of simulators, signals,
8362 reads and BSD.
8363
8364 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
8365
8366 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
8367 response.
8368
8369 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
8370
8371 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
8372
8373 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
8374 test.
8375
8376 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
8377 target_sizeof_long and target_bigendian_p.
8378 (structs_by_value, structs_by_reference): Check values according
8379 to targets word size and endianess.
8380
8381 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
8382
8383 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
8384 output.
8385
8386 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
8387
8388 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
8389 Update test of set args help to match source change.
8390
8391 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
8392
8393 * gdb.base/default.exp: Expect help system output to be in
8394 alphabetical order.
8395 * gdb.base/help.exp: Ditto.
8396
8397 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
8398
8399 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
8400 "i*86-pc-linux-gnu*".
8401 * gdb.base/interrupt.exp: Ditto.
8402 * gdb.base/corefile.exp: Ditto.
8403
8404 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
8405 define vxworks when building the testcase.
8406
8407 * gdb.base/ptype.exp: Fix testnames to be unique.
8408 * gdb.base/radix.exp: Ditto.
8409 * gdb.base/term.exp: Ditto.
8410 * gdb.base/whatis.exp: Ditto.
8411 * gdb.c++/classes.exp: Ditto.
8412
8413 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
8414
8415 * gdb.base/callfuncs.exp: Fix indentation.
8416
8417 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
8418 suppress_flag has been set.
8419 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
8420 target feature.
8421
8422 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
8423
8424 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
8425 the testcase.
8426
8427 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
8428 set_debug_traps() and breakpoint().
8429 * gdb.c++/misc.cc (main): Ditto.
8430 * gdb.c++/templates.cc (main): Ditto.
8431 * gdb.c++/virtfunc.cc (main): Ditto.
8432
8433 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
8434
8435 * lib/gdb.exp(gdb_step_for_stub): New function.
8436 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
8437 exists, reload the executable and do a "continue" instead of
8438 doing a jump.
8439 (runto_main): Use gdb_step_for_stub.
8440
8441 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
8442 tests to have unique names.
8443 * gdb.base/callfuncs.exp: Ditto.
8444 * gdb.base/commands.exp: Ditto.
8445 * gdb.base/default.exp: Ditto.
8446 * gdb.base/help.exp: Ditto.
8447 * gdb.base/list.exp: Ditto.
8448 * gdb.base/opaque.exp: Ditto.
8449 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
8450 similar tests.
8451
8452 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
8453 * gdb.c++/cplusfuncs.cc: Ditto.
8454 * gdb.c++/virtfunc.cc: Ditto.
8455
8456 * config/monitor.exp: Keep track of the last file we saw, rather
8457 than trying to get the info from gdb.
8458
8459 * gdb.fortran/types.exp: Move comment to previous line.
8460
8461 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
8462
8463 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
8464 target mode.
8465
8466 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
8467
8468 From Bob Manson:
8469 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
8470 string from GDB when it connects.
8471
8472 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
8473
8474 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
8475
8476 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
8477 if we can't get a debug format from GDB (we may be testing an
8478 older GDB). Use a 10 second timeout when checking for the format.
8479
8480 * gdb.stabs/weird.exp: Fix quoting.
8481
8482 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
8483
8484 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
8485
8486 * config/arm-ice.exp: New file.
8487
8488 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
8489
8490 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
8491 until it has been modified to work with the new testsuite.
8492
8493 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
8494 testcase won't compile, cause all of the testcases in the file to
8495 fail instead.
8496
8497 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
8498 (gdb_clear_suppressed): New procedure.
8499 (gdb_stop_suppressing_tests): Only clear suppress_flag if
8500 it contains a positive value.
8501
8502 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
8503
8504 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
8505
8506 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
8507
8508 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
8509
8510 * lib/gdb.exp (setup_xfail_format): New function.
8511 (get_debug_format): New function to get debug format.
8512 (debug_format): New global variable to hold last value set
8513 by get_debug_format.
8514 * gdb.base/list.exp: Call get_debug_format and expect some
8515 tests to fail for DWARF 1 and COFF formats.
8516 * gdb.c++/ptype.exp: Ditto.
8517 * gdb.c++/classes.exp: Ditto.
8518 * gdb.c++/cplusfuncs.exp: Ditto.
8519 * gdb.c++/inherit.exp: Ditto.
8520 * gdb.c++/templates.exp: Ditto.
8521 * gdb.c++/virtfunc.exp: Ditto.
8522
8523 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
8524
8525 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
8526 host doesn't have a currently-open connection.
8527
8528 * config/sparclet.exp: Cleanups and fixes to make it generic for
8529 any gdb stub target. Handle cases where gdb doesn't respond when
8530 interrupted in a sane fashion.
8531
8532 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
8533 same thing in a totally different way.
8534
8535 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
8536 setting "timeout".
8537 (gdb_start): We set the global gdb_prompt variable in
8538 default_gdb_init now.
8539
8540 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
8541
8542 * gdb.base/printcmds.exp: Fix "check for floating addition"
8543 regexp to accept results within approx +/- .01 of exact value.
8544 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
8545
8546 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
8547
8548 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
8549 properly.
8550 (gdb_expect): Add optional timeout parameter, and add timeout
8551 value to various calls.
8552 (gdb_suppress_tests): Only give one warning message per group.
8553
8554 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
8555
8556 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
8557 global variables. Handle getting a value for $timeout more
8558 gracefully.
8559
8560 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
8561
8562 * lib/gdb.exp: Close connection to remote host if gdb doesn't
8563 initialize.
8564 (default_gdb_init): New procedure; allow gdb_init to be overridden
8565 by a target configuration file.
8566 (gdb_expect): Pass the timeout to remote_expect.
8567
8568 * config/monitor.exp(gdb_load): Fix typo in regexp.
8569
8570 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
8571
8572 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
8573
8574 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
8575
8576 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
8577 here. Call gdb_target_exec before rebooting the target, to make
8578 sure the connection to the target is closed.
8579 (gdb_load): Pass the name of the executable to gdb_target_monitor.
8580 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
8581 Also detect "Timeout reading from remote" error.
8582
8583 * config/gdbserver.exp: Pass the executable being loaded to
8584 gdb_target_monitor. Don't call gdb_file_cmd here; let
8585 gdb_target_monitor do it.
8586
8587 * gdb.disasm/hppa.exp: Don't use exec_output.
8588
8589 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
8590
8591 * gdb.base/list.exp: If we're debugging a non-native target,
8592 try to set the pc register to point to the start of the
8593 program before doing the first list command.
8594
8595 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
8596 test_calls after restarting.
8597
8598 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
8599 reloading.
8600
8601 * gdb.base/watchpoint.exp: Fix typo.
8602
8603 * gdb.base/setshow.exp: Check for use_gdb_stub.
8604
8605 * gdb.base/break.exp: Fix continue until exit test for the gdb
8606 stub case.
8607 * gdb.base/langs.exp: Ditto.
8608
8609 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
8610 gdb_load_offset. If we weren't given a file to load, figure out
8611 what the current file is and use it.
8612
8613 * config/i386-bozo.exp: New file.
8614
8615 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
8616
8617 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
8618 feature.
8619
8620 * config/proelf.exp: New entry.
8621
8622 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
8623
8624 * lib/gdb.exp: Remove spurious .* patterns at the beginning
8625 of regexps.
8626
8627 * gdb.base/watchpoint.exp: Don't run the test_stepping
8628 tests if gdb can't call functions on the target.
8629
8630 * gdb.base/setshow.exp: Don't run the set prompt tests if
8631 the board has gdb_prompt set.
8632
8633 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
8634
8635 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
8636 * gdb.base/commands.exp: Likewise.
8637 * gdb.base/setshow.exp: Likewise.
8638
8639 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
8640
8641 * config/monitor.exp(gdb_start): Look for gdb_prompt target
8642 feature.
8643
8644 * config/i960.exp: New file.
8645
8646 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
8647
8648 * gdb.base/funcargs.exp: Check for gdb,short_int target
8649 feature instead of looking for explicit target triplets.
8650
8651 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
8652
8653 * gdb.base/printcmds.exp: add a couple more tests a la
8654 "p 123DEADBEEF", to check parse_number.
8655 * top.c: change "to enable to enable" to "to enable" in a couple
8656 of help strings.
8657
8658 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
8659
8660 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
8661 on the mn10300.
8662
8663 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
8664
8665 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
8666 where the test executable is run with explicit args.
8667 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
8668
8669 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
8670
8671 * gdb.base/run.c: Use FAKEARGV to build test executable that
8672 does not require a command line arg, since most simulators
8673 don't currently support passing such an arg into the simulated
8674 program.
8675 * gdb.base/commands.exp: Change tests to insert the proper
8676 value as the arg to the first recursive factorial call. Change
8677 compilation line to define FAKEARGV at compile time.
8678
8679 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
8680
8681 * gdb.base/recurse.exp: Enable these tests for the mn10300.
8682 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
8683 function with watchpoint enabled" test.
8684
8685 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
8686
8687 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
8688 Don't call gdb_test when the command doesn't return to a gdb prompt.
8689
8690 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
8691 "Tests restarted" messages.
8692
8693 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
8694
8695 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
8696
8697 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
8698
8699 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
8700 for INFO SYMBOL; add help tests for OVERLAY commands.
8701 * gdb.base/default.exp: add tests for INFO SYMBOL command;
8702 add tests for OVERLAY commands
8703 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
8704 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
8705 * gdb.base/sigall.c: add usestubs code frag
8706 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
8707
8708 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
8709
8710 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
8711 failures.
8712 (gdb_stop_suppressing_tests): Note that tests have restarted.
8713
8714 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
8715
8716 * config/h8300.exp: New file.
8717
8718 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
8719
8720 * gdb.base/setshow.exp: Check for the existence of a
8721 feature, not its value.
8722
8723 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
8724
8725 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
8726
8727 * gdb.base/scope.exp: It's now init0(), not init().
8728
8729 * gdb.base/scope0.c: For now, change init() to be init0().
8730
8731 * config/monitor.exp: Use gdb_serial in preference to serial
8732 or netport.
8733
8734 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
8735 and it's not already set.
8736
8737 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
8738
8739 * gdb.base/setshow.exp: Only test the run command if the target
8740 isn't using a stub and if it supports argument passing.
8741
8742 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
8743
8744 * config/udi.exp(gdb_start): Make sure UDICONF is set
8745 properly before starting gdb.
8746
8747 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
8748
8749 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
8750 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
8751 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
8752
8753 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
8754
8755 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
8756 specialized code to reboot the board, use remote_reboot instead.
8757
8758 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
8759
8760 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
8761
8762 * config/monitor.exp: Make sure we disconnect from the target.
8763 Also, try a reboot/reload cycle instead of failing if the
8764 load fails.
8765
8766 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
8767
8768 * gdb.base/default.exp: Don't set match_max.
8769 * gdb.base/help.exp: Ditto.
8770 * gdb.base/list.exp: Ditto.
8771 * gdb.base/signals.exp: Ditto.
8772
8773 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
8774 set, use remote_ld to download the testcase instead of
8775 the GDB loader.
8776
8777 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
8778
8779 * config/vr5000.exp: New file.
8780
8781 * config/monitor.exp(gdb_target_monitor): Add pattern for
8782 "Ending remote" to detect errors in connecting.
8783
8784 * gdb.base/setshow.exp: Add .* within auto language test.
8785
8786 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
8787 target feature.
8788
8789 * config/monitor.exp(gdb_load): Check for a failure when loading,
8790 and reboot the board if necessary.
8791
8792 * gdb.base/setvar.exp(test_set): Handle multiple prints within
8793 a set of tests. Remove print.* from the patterns being checked.
8794
8795 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
8796
8797 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
8798 refer to gdb_spawn_id.
8799
8800 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
8801 longer used.
8802 * config/sparclet.exp: Ditto.
8803 * config/sparclet-old.exp: Ditto.
8804 * config/slite.exp: Ditto.
8805 * config/sim.exp: Ditto.
8806 * gdb.base/funcargs.exp: Ditto.
8807
8808 * lib/gdb.exp:Remove references to gdb_spawn_id.
8809 (gdb_expect): Move to remote.exp.
8810
8811 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
8812
8813 * config/monitor.exp: Detect the "Couldn't establish connection"
8814 message from GDB.
8815
8816 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
8817
8818 * gdb.base/bitfields.exp: Use runto instead of explicit
8819 gdb_run_cmd/gdb_expect sequences.
8820
8821 * gdb.base/break.exp(text_next_with_recursion): Add match for
8822 gdb_expect call.
8823
8824 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
8825 We also need to handle the "A program is being debugged already"
8826 prompt from gdb. Use gdb_test to set the baud rate.
8827
8828 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
8829 to 20000. Really. I mean it.
8830
8831 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
8832
8833 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
8834 fails. If suppress_flag is set, skip perror message about not
8835 being able to send to GDB.
8836 (send_gdb): If suppress_flag is set, don't try to send commands to
8837 GDB.
8838 (gdb_expect): If suppress_flag is set, always fail immediately.
8839 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
8840 (gdb_init): Call gdb_stop_suppressing_tests.
8841 (default_gdb_exit): Ditto.
8842 (default_gdb_start): Ditto.
8843
8844 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
8845 gdb_stop_suppressing_tests as appropriate.
8846 * gdb.base/break.exp: Ditto.
8847 * gdb.base/callfuncs.exp: Ditto.
8848 * gdb.base/commands.exp: Ditto.
8849 * gdb.base/exprs.exp: Ditto.
8850 * gdb.base/funcargs.exp: Ditto.
8851 * gdb.base/list.exp: Ditto.
8852 * gdb.base/recurse.exp: Ditto.
8853 * gdb.base/scope.exp: Ditto.
8854 * gdb.base/structs.exp: Ditto.
8855 * gdb.c++/inherit.exp: Ditto.
8856
8857 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
8858
8859 * config/vr4300.exp: New file.
8860
8861 * gdb.*/*.exp: Call gdb_expect instead of expect.
8862
8863 * lib/gdb.exp(gdb_expect): New function.
8864
8865 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
8866
8867 * lib/gdb.exp(gdb_init): New function.
8868
8869 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
8870 for each individual variable set.
8871
8872 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
8873 name.
8874
8875 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
8876
8877 * gdb.base/scope.exp: Use gdb_test.
8878
8879 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
8880 aborting; the testsuite driver will do that for us (see
8881 gdb_finish). Also, use gdb_test in a few more places.
8882
8883 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
8884
8885 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
8886
8887 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
8888
8889 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
8890 and "add_tests" are not at the same address.
8891
8892 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
8893
8894 * gdb.base/ptype.exp: Use gdb_test.
8895
8896 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
8897
8898 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
8899 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
8900 left in. No longer expect them to fail.
8901
8902 * gdb.stabs/*.mt; Deleted, no longer used.
8903 * gdb.stabs/configure.in: Remove references to target makefile
8904 frags.
8905 * gdb.stabs/configure: Rebuilt.
8906
8907 * gdb.disasm/*.mt: Deleted, no longer used.
8908 * gdb.disasm/configure.in: Remove references to target makefile
8909 frags. Use "sh3.s" as the unique filename for this directory.
8910 * gdb.disasm/configure: Rebuilt.
8911
8912 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
8913 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
8914 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
8915
8916 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
8917
8918 * config/udi.exp: Use mondfe,name instead of remote_host.
8919
8920 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
8921
8922 * gdb.base/watchpoint.exp: Don't expect a failure when calling
8923 a function with a watchpoint enabled on the mn10200.
8924
8925 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
8926 before trying to create it!
8927
8928 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
8929
8930 * config/vx.exp: Use hostname instead of netport.
8931
8932 * config/vxworks.exp: New file.
8933
8934 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
8935
8936 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
8937 gdb before assuming everything worked. Send a ^C if a timeout
8938 occurs.
8939
8940 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
8941 $gdb_spawn_id directly.
8942 (gdb_run_cmd): Try _start as well as start. Use the target feature
8943 gdb,start_symbol as the symbol to start from when jumping.
8944
8945 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
8946
8947 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
8948 redundant) test.
8949
8950 * gdb.base/recurse.exp: Relax final value test for 'b' so that
8951 it doesn't lose for 16bit integer systems.
8952
8953 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
8954
8955 * gdb.fortran/types.exp: If the target doesn't support "double"
8956 data types, then expect "real" types to only be 4 bytes.
8957
8958 * gdb.c++/virtfunc.exp: Expect failure for virtual function
8959 call tests if the target doesn't support inferior function calls.
8960
8961 * gdb.base/printcmds.exp: Allow minor deviation in FP values
8962 in printf tests.
8963
8964 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
8965
8966 * gdb.base/help.exp: Disable "help set", "help show", and
8967 "help support". Simplify regexp for "help stack".
8968
8969 * gdb.base/default.exp: Set match_max to 5000 and the timeout
8970 to 60 seconds. Temporarily set match_max to 15000 around the
8971 "info copying" test.
8972
8973 * gdb.base/nodebug.exp: Don't try to do an inferior function
8974 call if the target doesn't support them.
8975 * gdb.base/printcmds.exp: Likewise.
8976 * gdb.base/setvar.exp: Likewise.
8977 * gdb.base/structs.exp: Likewise.
8978 * gdb.c++/templates.exp: Likewise.
8979 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
8980
8981 * gdb.base/recurse.exp: Enable for the mn10200.
8982
8983 * configure.in: Do configure gdb.stabs directory for *-*-elf
8984 targets.
8985 * configure: Rebuilt.
8986
8987 * gdb.base/break.exp: Check for gdb,noresults before testing
8988 exit status and/or results from the target.
8989 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
8990 * lib/gdb.exp: Remove old (now bogus) initialization of
8991 noinferior, noargs, noresults and nosignals.
8992
8993 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
8994
8995 * config/sh.exp: New file.
8996
8997 * config/slite.exp: Try to connect multiple times to the board
8998 before rebooting. Only send a "monitor run" if need_monitor_run
8999 is set.
9000
9001 * gdb.base/break.exp: Don't do the "stub continue" test if
9002 the target has gdb_stub set.
9003
9004 * gdb.base/callfuncs.exp: Increase the timeout.
9005
9006 * gdb.base/interrupt.exp: Don't even try to compile the testcase
9007 if the target has gdb,noinferiorio set.
9008
9009 * gdb.base/list.exp: Increase match_max to 10000 characters.
9010
9011 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
9012
9013 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
9014 target.
9015
9016 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
9017
9018 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
9019
9020 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
9021 trying to delete the copy of gdb. Catch the file delete so we
9022 don't die if the delete fails; also, the file should be copied to
9023 the host, not to the build.
9024
9025 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
9026
9027 * lib/gdb.exp(gdb_test): Surround the result pattern with
9028 parenthesis in case it contains multiple regexps separated
9029 with |.
9030
9031 * gdb.base/watchpoint.exp: Use gdb_test.
9032 * gdb.base/default.exp: Ditto.
9033
9034 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
9035
9036 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
9037
9038 * gdb.base/scope.exp: Use gdb_test.
9039 * gdb.c++/classes.exp: Ditto.
9040 * gdb.c++/inherit.exp: Ditto.
9041
9042 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
9043
9044 * gdb.base/crossload.exp: Don't use execute_anywhere, use
9045 remote_exec instead.
9046 * gdb.base/corefile.exp: Don't be ridiculous.
9047 * gdb.base/*.c: Add missing stub invocations.
9048
9049 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
9050
9051 * config/slite.exp: Miscellaneous fixes.
9052
9053 * lib/gdb.exp: Fix runto.
9054
9055 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
9056 the target.
9057
9058 * gdb.base/watchpoint.exp: Fix regexp.
9059
9060 * lib/gdb.exp(default_gdb_exit): Add a catch to the
9061 close and wait commands, as the descriptor may now be
9062 invalid. Always call "remote_close host".
9063
9064 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
9065
9066 Major rewrite for testsuite revision.
9067
9068 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
9069 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
9070 instead of relying on spawn_id to always contain a valid
9071 spawn id.
9072 (get_compiler_info): New procedure to build the ${binfile}.ci
9073 file, instead of replicating this in N different places.
9074 (gdb_compile): New procedure.
9075
9076 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
9077 appropriate arguments) instead of compile. Use gdb_test in a lot
9078 more places. Use send_gdb instead of send. Always run gdb_start
9079 at the start of a testcase, as this is no longer done magically.
9080
9081 config/*-gdb.exp: Rename without the -gdb suffix.
9082
9083 config/mips.exp: Use remote_close instead of exit_remote_shell.
9084 config/monitor.exp: Use target_info instead of looking at
9085 baud, timeout, etc.
9086 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
9087
9088 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9089
9090 * gdb.c++/templates.exp (test_ptype_of_templates),
9091 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
9092 Update expect patterns for destructors and assignment operators
9093 to match corresponding c-typeprint.c changes.
9094 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
9095 to destructor breakpoint test, GDB should be able to set the
9096 destructor breakpoint without specifying arguments.
9097
9098 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
9099
9100 * gdb.threads/pthreads.exp: Change result for failure to compile due
9101 to lack of pthreads runtime support from an error to simply an
9102 unsupported test, per dejagnu standards.
9103
9104 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9105
9106 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
9107 where GDB exits to reduce pattern match time.
9108 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
9109
9110 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
9111
9112 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
9113
9114 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
9115 * gdb.base/default.exp: ditto.
9116 * gdb.base/nodebug.exp: ditto.
9117 * gdb.base/printcmds.exp: ditto.
9118 * gdb.base/ptype.exp: ditto.
9119 * gdb.base/setvar.exp: ditto.
9120 * gdb.base/structs.exp: ditto.
9121 * gdb.base/setshow.c: Guard against uninitialized values of argc.
9122
9123 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
9124
9125 * configure, */configure: Rebuild with autoconf 2.12.
9126
9127 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
9128
9129 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
9130 use new i*86-pc-linux*-gnu quads.
9131 * gdb.base/corefile.exp: Ditto.
9132 * gdb.base/signals.exp: Ditto.
9133 * gdb.base/sigall.exp: Ditto.
9134 * gdb.base/interrupt.exp: Ditto.
9135
9136 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
9137 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
9138 RedHat 4.0.
9139
9140 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
9141 linux. This allows the test case to at least compile on latest
9142 linux, but still not run due to missing the threads runtime library.
9143
9144 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9145
9146 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
9147 directory to search gdb directory. Accept and step over conditional
9148 stack alignment code. Consume $prompt in failure cases.
9149 Reset timeout to $oldtimeout instead of some arbitrary value.
9150 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
9151 timeout problems with infinite stack backtraces.
9152 * gdb.base/ptype.exp (ptype struct link, union tu_link):
9153 Accept function parameters for linkfunc member.
9154
9155 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
9156
9157 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
9158 (CXXFLAGS): Remove, unreferenced.
9159 (B_OPTIONS): Add for -B options and add code to initialize with
9160 previous -B options and also add -B option to pick up cross compiled
9161 runtime.
9162 (TARGET_INCLUDES): Add for -I options and add code to initialize when
9163 doing cross compiles.
9164 (target_alias): Declare global.
9165 (xgcc): Set variable to full path of gcc in build tree. Use findfile
9166 to verify that gcc exists in build tree, and if so set CC to that
9167 gcc and to use B_OPTIONS and TARGET_INCLUDES.
9168
9169 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
9170
9171 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
9172 ptype test for anonymous union. Fixup testcase to match
9173 current gcc debug output.
9174
9175 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
9176
9177 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
9178 force argument to an unsigned long type.
9179
9180 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
9181
9182 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
9183 tests and anonymous union print/ptype tests.
9184 * gdb.base/list.exp (test_forward-search): Increase timeout by
9185 5 minutes for the "search extremely long line" case.
9186 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
9187 completely optional and that the pass/fail messages use the command as
9188 the message if that third arg is a null string.
9189 (gdb_test_exact): Arrange that a null string pattern means match a
9190 null string output rather than any output, which might include random
9191 errors.
9192 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
9193 backtrace test.
9194 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
9195 always failing and failure is now exposed by gdb.exp changes.
9196
9197 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
9198
9199 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
9200 weren't being noted.
9201
9202 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9203
9204 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
9205 * gdb.stabs/weird.exp: Remove v_comb xfails.
9206
9207 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
9208
9209 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
9210 list.exp scope.exp watchpoint.exp]
9211 Make all timeout error msgs explicitly say "(timeout)".
9212
9213 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
9214
9215 * config/monitor.exp: Increase download timeout to 1000 seconds.
9216
9217 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
9218
9219 * config/m32r.exp: Increase timeout to 120 seconds.
9220
9221 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
9222
9223 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
9224 and accept older ordering as obsolescent gcc or gdb.
9225 * gdb.c++/templates.exp: Ditto.
9226 * gdb.c++/virtfunc.exp: Ditto.
9227
9228 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
9229
9230 * gdb.base/coremaker.c: Add code to mmap some data so we
9231 can check that it ends up in the core file.
9232 * gdb.base/corefile.exp: Add test to read mmapped data
9233 from core file.
9234
9235 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
9236
9237 * config/m32r.exp: New file.
9238
9239 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
9240
9241 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
9242 that cflags can contains -gstabs, and work correctly for other tests.
9243
9244 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
9245
9246 * gdb.base/setshow.exp: New file, tests show and set.
9247 * gdb.base/setshow.c: New file, tests show and set.
9248 * gdb.base/help.exp: Add test for help set|show annotate.
9249 * gdb.base/default.exp: Add test for set|show annotate.
9250
9251 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
9252
9253 * testsuite/gdb.base/break.exp: Make backtrace from factorial
9254 errors unique.
9255 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
9256 explicitly.
9257
9258 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
9259
9260 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
9261 and width commands. This is done elsewhere.
9262 * (gdb_start): Don't call gdb_start_sim here. That's already
9263 done in gdb_load. This fixes lots of failures in default.exp.
9264
9265 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
9266
9267 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9268 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
9269 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
9270 in the same we we treat other failures (since it may be an expected
9271 condition), rather than as an error.
9272 * gdb.base/signals.exp (test_handle_all_print): Revert back to
9273 old test format.
9274
9275 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
9276
9277 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
9278 (distclean maintainer-clean realclean): No need to remove files
9279 twice. Nuke the duplicates.
9280 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
9281 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
9282 Remove config.h along with other config files.
9283
9284 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
9285
9286 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
9287 "p func1 ()" and note that rests of tests are skipped.
9288 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
9289 setup_xfails for "print func2::coremaker_local".
9290 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
9291 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
9292 affected by the previous run test.
9293 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
9294 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
9295 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
9296 "pass int powerset tuple" and "pass modeless int powerset tuple".
9297 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
9298 "real write 4" and "real write 8".
9299 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
9300 setup_xfails for "print vs1 after tuple assign 2",
9301 "print \$i after tuple assign 2", and
9302 "print vs2 after tuple assign 2".
9303 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
9304 meaningful error message and return -1 so the caller can
9305 suppress further tests and avoid a cascade of errors.
9306
9307 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
9308
9309 * gdb.base/a1-selftest.exp: Tweak tests to account for new
9310 format for printing version.
9311 * gdb.base/default.exp: Ditto.
9312 * gdb.base/interrupt.exp: Fix problem with cascade of
9313 errors if child process dies while calling a function.
9314
9315 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
9316
9317 * Makefile.in (VPATH): Add
9318 * Makefile.in (Makefile, config.status): Fix rules so things get
9319 remade when necessary.
9320
9321 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
9322
9323 * Makefile.in (just-check): Add path to sibling expect dir
9324 to environment variable specified by RPATH_ENVVAR.
9325
9326 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
9327
9328 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
9329 (just-check): Add shared library paths for libstdc++, tk,
9330 tcl, bfd, and opcodes to the environment variable specified
9331 in RPATH_ENVVAR.
9332 * configure.in: Add support to recognize --enable-shared flag
9333 and generate correct value for RPATH_ENVVAR.
9334 * configure: Regenerated with autoconf.
9335
9336 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
9337
9338 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
9339 include all osf versions.
9340 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
9341 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
9342 when target is linux. When failing to build pthreads test
9343 executable, give more meaningful message.
9344 * gdb.threads/pthreads.c: Hpux also uses old definition of second
9345 arg for pthread_create.
9346
9347 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
9348
9349 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
9350 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
9351 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
9352 and -lpthreads (everybody else).
9353 (test_startup): Fail gracefully if threads are not supported.
9354 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
9355 "p/c array_index("abcdef",2)" when not gcc compiled.
9356 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
9357 "print func2::coremaker_local" when not gcc compiled.
9358 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
9359 "ptype on opaque struct tagname (statically)",
9360 "ptype on opaque struct tagname (dynamically) 1", and
9361 "ptype on opaque struct tagname (dynamically) 2"
9362 for not compiled with gcc.
9363 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
9364 backtrace when compiled with gcc.
9365 * lib/gdb.exp (runto_main): Return result of "runto main" rather
9366 than always return success.
9367
9368 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
9369
9370 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
9371
9372 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
9373
9374 * gdb.base/structs.exp: Undo last change.
9375
9376 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
9377
9378 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
9379 encapsulate all the steps/nexts done during self test, starting
9380 at main, and makes them less sensitive to optimization issues.
9381 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
9382 signal handler" test.
9383 * gdb.threads/pthreads.exp: Only run this for native configs.
9384 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
9385 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
9386 tests.
9387 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
9388 for "runto test_calls(void)" test.
9389
9390 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
9391
9392 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
9393 and don't expect address info in breakpoint confirmations.
9394
9395 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
9396
9397 * gdb.base/list.exp (test_forward_search): Increase timeout
9398 temporarily by 60 seconds for searching extremely long line,
9399 and then reset to old value when done. Increase expect input
9400 buffer to 10000.
9401
9402 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
9403
9404 * gdb.base/list.exp (test_forward_search): Fix to handle very
9405 long source line without overflowing expect's input buffer.
9406
9407 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
9408
9409 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
9410 "buffer_full".
9411
9412 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
9413 "buffer_full".
9414
9415 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
9416 "buffer_full".
9417
9418 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
9419 "buffer_full".
9420
9421 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
9422
9423 * configure.in (configdirs): Add gdb.threads.
9424 * configure: Regenerated with autoconf.
9425 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
9426 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
9427 * gdb.threads/configure: New, generated with autoconf.
9428
9429 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
9430
9431 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
9432
9433 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
9434
9435 * gdb.base/signals.exp (test_handle_all_print): Test separately for
9436 each signal's status in the output of "handle all print".
9437 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
9438 the \r\n sequence that immediately precedes the gdb prompt.
9439 * gdb.base/a1-selftest.exp: Save original timeout and restore
9440 after test.
9441
9442 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
9443
9444 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
9445 symbol.
9446
9447 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
9448
9449 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
9450
9451 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
9452
9453 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
9454 timeout by 60 seconds.
9455
9456 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
9457
9458 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
9459 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
9460 error return.
9461
9462 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
9463
9464 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
9465 gdb initialization, also report how long dejagnu waited. Restore
9466 old timeout before doing error return. Temporarily increase timeout
9467 by 3 minutes to allow for slow startups over heavy NFS use.
9468
9469 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
9470
9471 * lib/gdb.exp: Report timeout value for verbosity level 2.
9472 * config/gdbserver.exp: Ditto.
9473 * config/hppro.exp: Ditto.
9474 * config/mips-gdb.exp: Ditto.
9475 * config/monitor.exp: Ditto.
9476 * config/netware.exp: Ditto.
9477 * config/sim-gdb.exp: Ditto.
9478 * config/slite-gdb.exp: Ditto.
9479 * config/udi-gdb.exp: Ditto.
9480 * config/unix-gdb.exp: Ditto.
9481 * config/vx-gdb.exp: Ditto.
9482 * gdb.base/a1-selftest.exp: Ditto.
9483 * gdb.base/a2-run.exp: Ditto.
9484 * gdb.base/break.exp: Ditto.
9485 * gdb.base/corefile.exp: Ditto.
9486 * gdb.base/list.exp: Ditto.
9487 * gdb.base/recurse.exp: Ditto.
9488 * gdb.base/scope.exp: Ditto.
9489 * gdb.base/signals.exp: Ditto.
9490
9491 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9492
9493 * gdb.threads/Makefile.in (docdir): Removed.
9494
9495 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9496
9497 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
9498 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
9499 @srcdir@.
9500 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
9501 autoconf 2.5 or higher.
9502 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
9503
9504 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
9505
9506 * configure: Regenerated.
9507 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
9508 avoid name clashes with SunOS headers.
9509
9510 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
9511
9512 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
9513
9514 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
9515
9516 * gdb.base/callfuncs.exp: Finish last change -- make sure the
9517 prototype information ends up in the compiler info file.
9518
9519 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
9520
9521 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
9522 attempting to regenerate it. Eliminate use of a temporary file
9523 and just generate the info file directly. Source it immediately,
9524 for consistency of use.
9525 * gdb.base/corefile.exp: Ditto
9526 * gdb.base/exprs.exp: Ditto.
9527 * gdb.base/funcargs.exp: Ditto.
9528 * gdb.base/langs.exp: Ditto.
9529 * gdb.base/list.exp: Ditto.
9530 * gdb.base/mips_pro.exp: Ditto.
9531 * gdb.base/nodebug.exp: Ditto.
9532 * gdb.base/opaque.exp: Ditto.
9533 * gdb.base/ptype.exp: Ditto.
9534 * gdb.base/scope.exp: Ditto.
9535 * gdb.base/setvar.exp: Ditto.
9536 * gdb.base/signals.exp: Ditto.
9537 * gdb.base/whatis.exp: Ditto.
9538 * gdb.c++/templates.exp: Ditto.
9539 * gdb.c++/virtfunc.exp: Ditto.
9540 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
9541 whether or not to add -lstdc++ to the compile command line args.
9542
9543 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9544
9545 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
9546 it got fixed by the recent lookup_minimal_symbol_by_pc change.
9547 Increase timeout, a lot of single stepping might be needed if the
9548 target has no hardware watchpoints.
9549
9550 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
9551
9552 * gdb.base/break.exp: Ignore compiler warnings when compiling
9553 break.c.
9554 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
9555 * gdb.base/default.exp: Add h8300 xfails. Handle messages
9556 from remote-sim.
9557 * gdb.base/exprs.exp: Add h8300 xfails.
9558 * gdb.base/funcargs.exp: Likewise.
9559 * gdb.base/nodebug.exp: Likewise.
9560 * gdb.base/printcmds.exp: Likewise.
9561 * gdb.base/ptype.exp: Likewise.
9562 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
9563 h8300 xfails.
9564 * gdb.base/return.exp: Handle float/double precision problems
9565 on the h8300.
9566 * gdb.base/funcargs.c: Explicitly make last constant argument to
9567 call_after_alloca_subr an unsigned long type.
9568 * gdb.base/return.c: Include stdio.h.
9569
9570 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
9571
9572 * config/abug.exp: New file for the older Motorola Bug monitor
9573 that runs on the mvme13x series VME boards.
9574 * config/monitor.exp: Use the new config array for target settings
9575 if they exist.
9576
9577 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
9578
9579 * sim-gdb.exp: Make the SH simulator allocate less space when
9580 it is targeted.
9581
9582 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
9583
9584 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
9585 test.
9586
9587 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
9588
9589 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
9590 "rs6000-*-*" for "list function in include file" when gcc compiled.
9591 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
9592 for "p ctable1[120]".
9593 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
9594 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
9595 Remove setup_xfail for "rs6000-*-*" for
9596 "print 'scope0.c'::filelocal before run".
9597 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
9598 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
9599 since some compilers don't allow both options to be given
9600 on the same command line. Create object file and move it.
9601
9602 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
9603
9604 * gdb.base/corefile.exp: Always regenerate the core file, since
9605 we always regenerate the coremaker program. Detect special case
9606 where registers cannot be read from core file.
9607
9608 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
9609
9610 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
9611 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
9612 * gdb.c++/templates.exp: Only match on basename of file since
9613 some formats like xcoff don't encode directory information.
9614 * gdb.stabs/weird.exp: Use the right sed script for powerpc
9615 and rs6000 AIX xcoff targets.
9616 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
9617 * configure: Regenerate.
9618 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
9619 here, rather than in distclean.
9620
9621 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
9622
9623 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
9624 defined, and use it to compile the test case with -O2. The
9625 native compilation still uses no optimization.
9626 * gdb.base/mips_pro.c: Remove inline assembly code since
9627 it is compiled PIC by default, which results in assembler
9628 warnings that make the testsuite think the compilation
9629 was unsuccessful.
9630
9631 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
9632
9633 * gdb.c++/misc.exp: Add note to message for
9634 "print s.a for foo struct" that this is a known gcc 2.7.2
9635 and earlier bug.
9636
9637 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
9638
9639 * gdb.base/break.exp: Fix pattern for matching "Delete all
9640 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
9641 setup_xfail for deleting all breakpoints test. Fix various
9642 timeout messages to include "(timeout)".
9643 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
9644 for "p t_float_values2(3.14159,float_val2)".
9645 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
9646 for "continue to call2g" when gcc compiled.
9647 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
9648 "up to foo in langs.exp", "show language at foo in langs.exp",
9649 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
9650 and "show language at fsub in langs.exp".
9651 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
9652 "list line 1 in include file", "list message for lines past EOF",
9653 "list function in include file", "list list0.h:foo", and
9654 "list filename:function; nonexistant function".
9655 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
9656 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
9657 and "ptype t_char_array" to be for native cc only.
9658
9659 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
9660
9661 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
9662 setup_xfail for "print coremaker_bss", "print coremaker_ro",
9663 "print func2::coremaker_local", and "backtrace in corefile.exp".
9664
9665 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
9666
9667 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
9668 "bt in signals.exp". This problem only appears when running
9669 the testsuite, and then only intermittently.
9670
9671 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
9672
9673 * gdb.base/return.exp (return_tests): Differentiate between
9674 two tests of continuing.
9675
9676 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
9677
9678 * */Makefile.in (maintainer-clean): Remove config.log.
9679 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
9680 * gdb.c++/Makefile.in (PROGS): Add inherit.
9681 (clean): Remove *.ci.
9682
9683 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
9684
9685 * gdb.c++/misc.cc: Add test code from Mike Stump.
9686 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
9687
9688 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
9689
9690 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
9691 to "alpha-*-osf2*" and add comment.
9692 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
9693 setup_xfail for "step over execarg initialization" and
9694 "step over corearg initialization".
9695 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
9696 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
9697 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
9698 gcc compiled for "print coremaker_bss", "print coremaker_ro",
9699 "print func2::coremaker_local", and "backtrace in corefile.exp".
9700 * gdb.base/signals.exp: Build and source signals.ci.
9701 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
9702 to be for gcc only.
9703 * lib/gdb.exp: Move verbose statements outside conditionals.
9704
9705 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9706
9707 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
9708 Feb 3 procfs.c change.
9709
9710 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
9711
9712 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
9713
9714 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
9715
9716 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
9717 from dejagnu's apparent default of 10 seconds, which gives random
9718 results when running the tests over NFS on moderately loaded systems.
9719 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
9720
9721 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
9722
9723 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
9724 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
9725 result reports.
9726
9727 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
9728
9729 * configure.in (CY_AC_PATH_TCLH): Remove.
9730 * configure: Regenerate.
9731
9732 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
9733
9734 * gdb.c++/Makefile.in (clean): Add missing '{'.
9735
9736 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
9737
9738 * lib/gdb.exp: Provide a default value for noinferior.
9739
9740 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
9741 Load libgloss.exp.
9742
9743 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
9744
9745 * gdb.disasm/hppa.exp: Compile directly into an executable, use
9746 the executable, not the .o to run the tests from.
9747
9748 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
9749
9750 * gdb.base/break.exp: Don't test for program exit or exit status
9751 if $noresults if nonzero.
9752 * gdb.base/langs.exp: Likewise.
9753 * gdb.base/watchpoint.exp: Likewise.
9754
9755 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
9756 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
9757 trying to compile the testcase.
9758
9759 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
9760
9761 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
9762 * gdb.base/signals.exp (continue to handler): Likewise.
9763
9764 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
9765
9766 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
9767
9768 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
9769
9770 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
9771
9772 * gdb.base/corefile.exp: Recognize "not found" as failure
9773 when trying to determine if a core file was generated.
9774 If no core file was generate the first time, try again without
9775 the ulimit -c to work around braindamaged shells.
9776
9777 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
9778
9779 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
9780 [] tests with "test" and enclose string in quotes.
9781 * gdb.stabs/configure: Rebuild
9782
9783 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
9784
9785 Changes in sync with expect:
9786 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
9787 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
9788 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
9789 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
9790 argument to AC_REQUIRE.
9791 * configure: Regenerated.
9792
9793 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
9794
9795 * gdb.base/corefile.exp: When generating a core, discard any
9796 error messages about ulimit not found and the "core dumped"
9797 message from the shell that runs the coredumper.
9798
9799 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
9800
9801 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
9802
9803 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
9804 which sed script to run. Expect failure for v_comb test
9805 on PA targets too.
9806
9807 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
9808
9809 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
9810 "print func2::coremaker_local" and for "backtrace in corefile.exp"
9811
9812 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
9813
9814 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
9815 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
9816 "sparc-sun-solaris*" xfails for "p v_comb".
9817 * lib/gdb.exp (default_gdb_start): Fix typo.
9818 * gdb.base/corefile.exp: Allow "Core was generated by ..."
9819 messages to not include the full program name that caused
9820 the core dump since some systems (such as solaris) apparently
9821 truncate this path to about 80 characters.
9822 When generating a core file first try increasing the core file
9823 size limit to unlimited since some systems may default it to
9824 zero, and it is harmless to try it. Move the test for failing
9825 to generate a core file to where it will actually get executed.
9826 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
9827 new gdb result from g++ debug info improvements and make old
9828 pattern obsolescent. Also account for size_t differences
9829 (may be int or long).
9830 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
9831 initialization before function call is placed in the delay slot
9832 and thus appears to be skipped over by commands such as "next".
9833
9834 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
9835
9836 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
9837
9838 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
9839
9840 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
9841 input source file; fix code to compile test to deal with this
9842 convention.
9843 * gdb.c++/*.exp: Likewise.
9844
9845 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
9846
9847 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
9848 "bt in signals.exp".
9849
9850 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
9851
9852 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
9853 "step over execarg initialization" and
9854 "step over corearg initialization".
9855
9856 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
9857
9858 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
9859 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
9860
9861 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
9862
9863 From Rob Savoye (rob@poseidon.cygnus.com)
9864 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
9865 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
9866 configure.in}, gdb.disasm/{Makefile.in, configure.in},
9867 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
9868 configure.in}: Major reworking for autoconfig.
9869 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
9870 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
9871 New files.
9872 * config/unix-gdb.exp: Make GDB global.
9873 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
9874 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
9875 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
9876 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
9877 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
9878 term.exp, twice.exp, watchpoint.exp, whatis.exp},
9879 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
9880 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
9881 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
9882 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
9883 pr-8136.exp, result.exp, string.exp, tuples.exp},
9884 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
9885 to returns as necessary, arrange for test to compile own testcase
9886 executable.
9887 * lib/gdb.exp: Changes for testsuite to compile own test cases.
9888
9889 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
9890
9891 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
9892 clear_xfail at end of test which might not call either pass or fail.
9893 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
9894 "backtrace through signal handler".
9895
9896 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9897
9898 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
9899 continuing from a job control stop signal.
9900 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
9901
9902 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
9903
9904 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
9905 * gdb.base/corefile.exp: Likewise.
9906 * gdb.base/funcargs.exp: Likewise.
9907
9908 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
9909
9910 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
9911 * config/monitor.exp: Add support for setting baud rate.
9912
9913 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
9914
9915 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
9916 i*86-*-linux* xfails for "backtrace through signal handler".
9917 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
9918 "print func2::coremaker_local".
9919 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
9920 alpha-dec-osf2* xfail for
9921 "delete all breakpoints when none".
9922
9923 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
9924
9925 * gdb.base/break.exp: Change test that deletes all breakpoints
9926 when no user breakpoints are installed. A post 4.15 change
9927 causes gdb to no longer prompt in this case.
9928
9929 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
9930
9931 * gdb.base/return.exp (return_tests): Change xfail for test
9932 "correct value returned double test" to stop xfailing at
9933 Solaris 2.5. Apparently the bug has been fixed.
9934
9935 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
9936
9937 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
9938 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
9939
9940 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
9941
9942 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
9943 * gdb.disasm/hppa.s: Corresponding changes.
9944
9945 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
9946
9947 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
9948 makefile fragment.
9949 * config/mt-hpux: Deleted.
9950
9951 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
9952
9953 * Many files: When warning about suppressed tests due to a
9954 nonexistant test binary, avoid incrementing the warning count.
9955
9956 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
9957
9958 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
9959
9960 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9961
9962 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
9963 "sparc-*-solaris2*".
9964
9965 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9966
9967 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
9968 Add global and local variables and initialize them.
9969 * gdb.base/corefile.exp: Test correct mapping of corefile sections
9970 by printing variables. Remove rs6000 and powerpc xfails, BFD now
9971 extracts the file name and terminating signal from the core file.
9972 * TODO: Remove note about tests for correct mapping of corefile.
9973 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
9974 from optimizing it away.
9975 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
9976 handles common blocks.
9977
9978 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
9979
9980 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
9981 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
9982
9983 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
9984
9985 * Makefile.in (maintainer-clean): New target, synonym for
9986 realclean.
9987 * gdb.base/Makefile.in (maintainer-clean): Likewise.
9988 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
9989 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
9990 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
9991 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
9992 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
9993
9994 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
9995
9996 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
9997 xfails when not gcc compiled for "print foo::funclocal".
9998 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
9999 "print foo::funclocal at foo",
10000 "print 'scope1.c'::foo::funclocal at foo",
10001 "print foo::funclocal_bss at foo",
10002 "print 'scope1.c'::foo::funclocal_bss at foo",
10003 "print foo::funclocal_ro at foo",
10004 "print 'scope1.c'::foo::funclocal_ro at foo",
10005 "print bar::funclocal at foo" and
10006 "print 'scope1.c'::bar::funclocal at foo".
10007 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
10008 gcc compiled for "print foo::funclocal at bar".
10009 Expand all messages to ensure that they identify that
10010 the test is at bar().
10011 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
10012 gcc compiled for:
10013 "ptype on opaque struct pointer (statically)",
10014 "ptype on opaque struct tagname (statically)",
10015 "ptype on opaque struct pointer (dynamically) 1",
10016 "ptype on opaque struct tagname (dynamically) 1",
10017 "ptype on opaque struct pointer (dynamically) 2" and
10018 "ptype on opaque struct tagname (dynamically) 2
10019 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
10020 gcc compiled for:
10021 "p datalocal"
10022 "whatis datalocal",
10023 "ptype datalocal",
10024 "p bsslocal",
10025 "whatis bsslocal", and
10026 "ptype bsslocal".
10027 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
10028 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
10029 when not gcc compiled.
10030 * gdb.base/funcargs.exp (float_and_integral_args): Add
10031 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
10032 compiled.
10033 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
10034 "backtrace from call6a" when not gcc compiled.
10035 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
10036 "backtrace from call7a" when not gcc compiled.
10037 * gdb.base/callfuncs.exp (do_function_calls):
10038 Add "hppa*-*-hpux*" xfail when not gcc compiled for
10039 "p t_char_array_values(char_array_val2,char_array_val1)",
10040 "p t_char_array_values(char_array_val1,char_array_val2)",
10041 "p t_char_array_values("carray 1","carray 2")",
10042 "p t_char_array_values("carray 1",char_array_val2)",
10043 "p t_char_array_values(char_array_val1,"carray 2")",
10044 "p sum_args(1,{2})",
10045 "p sum_args(2,{2,3})",
10046 "p sum_args(3,{2,3,4})",
10047 "p sum_args(4,{2,3,4,5})"
10048 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
10049 "backtrace in corefile.exp" when not gcc compiled.
10050
10051 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10052
10053 * gdb.base/signals.exp: Rewrite `handle all print' test as
10054 a procedure. Accept blanks or TABs as whitespace, increase
10055 timeout and expect input buffer size for the large output
10056 from the command. Remove "i*86-*-bsdi2.0" xfail.
10057
10058 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10059
10060 * gdb.base/setvar.exp: Add new testcases for truncation when
10061 assigning invalid values to bitfields.
10062
10063 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
10064
10065 * gdb.base/callfuncs.exp (do_function_calls): Remove
10066 mips-sgi-irix* xfail for
10067 "call inferior func with struct - returns char *"
10068 and fix test so that an optional (unsigned char *) cast is
10069 accepted in the result.
10070
10071 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
10072
10073 * gdb.base/funcargs.exp (float_and_integral_args): Remove
10074 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
10075 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
10076 * gdb.base/signals.exp: Remove duplicate "handle all print" test
10077 that accidentally got checked in.
10078
10079 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
10080
10081 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
10082 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
10083 compiled test.
10084 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
10085 Add mips-sgi-irix5* xfail for not gcc compiled.
10086 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
10087 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
10088 "p top", "whatis top", "p middle", and "whatis middle".
10089 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
10090 "whatis signed char" for not gcc compiled.
10091 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
10092 "set variable signed char=-1 (-1)" and
10093 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
10094 * gdb.base/funcargs.exp (float_and_integral_args):
10095 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
10096 Add mips-sgi-irix* xfail when not gcc compiled for
10097 "continue to call2b".
10098 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
10099 "continue to call2g".
10100 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
10101 "backtrace from call6a"
10102 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
10103 "backtrace from call7k".
10104 Add mips-sgi-irix5* xfail when not gcc compiled for
10105 "backtrace from call7a".
10106 (localvars_after_alloca): Fix gdb_test cmds for
10107 "print * after runto ...".
10108 Remove rs6000-*-* xfails for
10109 "print i after runto localvars_after_alloca" and
10110 "print l after runto localvars_after_alloca"
10111 for all compilers.
10112 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
10113 when not compiled with gcc, for:
10114 "print signed char == (minus)",
10115 "print signed char != (minus)",
10116 "print signed char < (minus)",
10117 "print signed char > (minus)".
10118 * gdb.base/callfuncs.exp (do_function_calls):
10119 Add mips-sgi-irix* xfail, when compiled with native compiler, for
10120 "call inferior func with struct - returns char *".
10121 * gdb.base/return.exp (return_tests): Change xfail for
10122 "correct value returned double test" to include Solaris 2.4.
10123 * gdb.base/funcargs.exp (float_and_integral_args):
10124 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
10125
10126 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10127
10128 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
10129 enumeration bitfields if compiling with GNU C.
10130 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
10131 to empty' prompt.
10132
10133 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
10134
10135 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
10136 test for PRO targets.
10137
10138 * gdb.base/funcargs.exp: Avoid ever setting more than 8
10139 breakpoints in the inferior at any given time by making
10140 two groups of breakpoints for call2*, call6* and call7*
10141 tests.
10142
10143 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10144
10145 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
10146 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
10147 from optimizing it away.
10148 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
10149 "call inferior func with struct".
10150
10151 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
10152
10153 * configure.in: Only configure gdb.chill for particular targets.
10154
10155 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
10156
10157 * gdb.base/Makefile.in: Add action to .c.o transformation
10158 rule that generates a .ci file for each .o file and remove
10159 explicit .c.o rules except for callfuncs.o.
10160 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
10161 generates a .ci file for each .o file and remove explicit
10162 .cc.o rules.
10163 (clean): Remove *.tmp *.ci files.
10164 (EXECUTABLES): Remove templ-info.exp.
10165 * gdb.base/compiler.c: New file.
10166 * gdb.c++/compiler.cc: New file
10167 * gdb.base/scope.exp: Source gdb.base/scope.ci.
10168 Change rs6000-*-* xfail for
10169 "print 'scope0.c'::filelocal_ro" and
10170 "print 'scope1.c'::filelocal" and
10171 "print 'scope1.c'::filelocal_bss" and
10172 "print 'scope1.c'::filelocal_ro" and
10173 "print 'scope1.c'::foo::funclocal" and
10174 "print 'scope1.c'::foo::funclocal_ro" and
10175 "print 'scope1.c'::bar::funclocal" and
10176 "print 'scope0.c'::filelocal_ro" and
10177 "print 'scope1.c'::filelocal at foo" and
10178 "print 'scope1.c'::filelocal_bss at foo" and
10179 "print 'scope1.c'::filelocal_ro at foo" and
10180 "print 'scope1.c'::foo::funclocal at foo" and
10181 "print 'scope1.c'::foo::funclocal_bss at foo" and
10182 "print 'scope1.c'::foo::funclocal_ro at foo" and
10183 "print 'scope1.c'::bar::funclocal at foo" and
10184 "print 'scope0.c'::filelocal_ro" and
10185 "print 'scope1.c'::filelocal" and
10186 "print 'scope1.c'::filelocal_bss" and
10187 "print 'scope1.c'::filelocal_ro" and
10188 "print 'scope1.c'::foo::funclocal" and
10189 "print 'scope1.c'::foo::funclocal_bss" and
10190 "print 'scope1.c'::foo::funclocal_ro" and
10191 "print 'scope1.c'::bar::funclocal" and
10192 "print 'scope1.c'::bar::funclocal_bss"
10193 to only be xfail'd when not compiled with gcc.
10194 Add rs6000-*-* xfail for
10195 "print 'scope0.c'::filelocal_bss before run"
10196 when compiled with gcc.
10197 (test_at_main): Add rs6000-*-* xfail for
10198 "print filelocal_ro in test_at_main"
10199 when compiled with gcc.
10200 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
10201 Add rs6000-*-aix* xfail for
10202 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
10203 "ptype t_char_array", not compiled with gcc.
10204 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
10205 xfail for "list foo (in include file)" when gcc compiled.
10206 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
10207 (integral_args): Add rs6000-*-* xfail for
10208 "run to call0a" if not compiled with gcc.
10209 (unsigned_integral_args): Add rs6000-*-* xfail for
10210 "run to call1a" if not compiled with gcc.
10211 (float_and_integral_args): Add rs6000-*-* xfail for
10212 "run to call2a" if not compiled with gcc and for
10213 "continue to call2b" for any compiler.
10214 Add rs6000-*-* xfail to
10215 "print f1 after run to call2a" for gcc compiled.
10216 (discard_and_shuffle): Add rs6000-*-* xfail for
10217 "run to call6a".
10218 (shuffle_round_robin): Add rs6000-*-* xfail for
10219 "backtrace from call7a" if not compiled with gcc.
10220 Add rs6000-*-* xfail for
10221 "backtrace from call7b" if compiled with gcc.
10222 (call_after_alloca): Add rs6000-*-* xfail for
10223 "print c in call_after_alloca" and
10224 "print s in call_after_alloca" and
10225 "backtrace from call_after_alloca_subr"
10226 if not compiled with gcc.
10227 (localvars_in_indirect_call): Add rs6000-*-* xfail for
10228 "print c in localvars_in_indirect_call" and
10229 "print c in localvars_in_indirect_call" and
10230 "backtrace in indirectly called function" and
10231 "stepping into indirectly called function"
10232 if not compiled with gcc.
10233 (localvars_after_alloca): Add rs6000-*-* xfail for
10234 "print c after runto localvars_after_alloca" and
10235 "print s after runto localvars_after_alloca" and
10236 "print i after runto localvars_after_alloca" and
10237 "print l after runto localvars_after_alloca"
10238 for all compilers.
10239 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
10240 than whatis-info.exp.
10241 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
10242 than opaque-info.exp.
10243 Setup rs6000-*-* xfail for
10244 "ptype on opaque struct pointer (statically)" and
10245 "ptype on opaque struct pointer (dynamically)" when
10246 not compiled with gcc.
10247 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
10248 rather than callf-info.exp.
10249 (do_function_calls): Add clear_xfail for rs6000-*-* for
10250 "p t_float_values2(3.14159,float_val2)". Seems to work
10251 fine there, both with xlc and gcc. Need to find out what
10252 it is doing right and fix other platforms.
10253 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
10254 "call inferior func with struct - returns int",
10255 "call inferior func with struct - returns long",
10256 "call inferior func with struct - returns float",
10257 "call inferior func with struct - returns double",
10258 "call inferior func with struct - returns char *",
10259 but only if not gcc compiled (presumes xlc compiled).
10260 Change rs6000-*-* xfails for
10261 "call inferior func with struct - returns char" and
10262 " call inferior func with struct - returns short" to only
10263 xfail if not using gcc.
10264 (clean mostlyclean): Remove *.ci and *.tmp files.
10265 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
10266 than templ-info.exp.
10267 * gdb.base/langs.exp: Source gdb.base/langs.ci.
10268 Add rs6000-*-* xfail for "up to foo in langs.exp"
10269 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
10270 when not gcc compiled.
10271
10272 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10273
10274 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
10275 * gdb.base/corefile.exp: Likewise.
10276 * gdb.base/list.exp: Likewise.
10277 * gdb.base/scope.exp: Likewise.
10278 * gdb.base/siganls.exp: Likewise.
10279
10280 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
10281 compiler output.
10282 * gdb.base/whatis.exp: Likewise.
10283
10284 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
10285
10286 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
10287 failure (opcode table has been fixed to match reality).
10288
10289 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
10290
10291 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
10292 "call inferior func with struct - returns char",
10293 "call inferior func with struct - returns short"
10294
10295 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
10296 "print 'scope0.c'::filelocal at main",
10297 "print 'scope0.c'::filelocal_bss in test_at_main",
10298 "print 'scope0.c'::filelocal at foo",
10299 "print 'scope0.c'::filelocal_bss in test_at_foo",
10300 "print 'scope0.c'::filelocal at bar",
10301 "print 'scope0.c'::filelocal_bss in test_at_bar"
10302
10303 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
10304 in source file 1". This bug seems to have been fixed with both
10305 gcc and native cc (was native assembler bug?).
10306
10307 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
10308
10309 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
10310 "backtrace through signal handler" to "i*86-*-sysv4*".
10311 * gdb.base/signals.exp: Add xfail for "'next' behaved as
10312 continue" case. Add "known SVR4 bug" to fail message.
10313 Add "i*86-*-bsdi2.0" xfail for "handle all print".
10314 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
10315 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
10316 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
10317 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
10318 "up to foo in langs.exp", "show language at foo in
10319 langs.exp", "up to cppsub_ in langs.exp", "show
10320 language at cppsub_ in langs.exp", "up to fsub in
10321 langs.exp", and "show language at fsub in langs.exp".
10322 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
10323 "bactrace in corefile.exp".
10324 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
10325 "call inferior function with struct - returns float" and
10326 "call inferior function with struct - returns double".
10327
10328 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
10329
10330 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
10331 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
10332 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
10333 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
10334
10335 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
10336
10337 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
10338 (or overriden) "CHILL" macro rather then bare "gcc".
10339 Also look for ../../gcc/xgcc since that is what we will
10340 actually need, not "Makefile". Remove following assignment
10341 of CHILL to CHILL_FOR_TARGET because that results in
10342 recursive definition.
10343
10344 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
10345
10346 * gdb.base/corefile.exp: Change xfail for backtrace in
10347 corefile.exp from linuxaout to all linux.
10348 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
10349 cases where we miss the breakpoint at the signal handler
10350 for some reason. Setup xfail for linuxoldld/linuxaout and
10351 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
10352 hitting SIGURG breakpoint.
10353 * gdb.base/signals.exp: Setup xfail for "next" acting like
10354 continue to add linuxoldld. Setup xfail for all linux for
10355 "next to handler in signals_tests_1", "backtrace in
10356 signals_tests_1", "continue to func1", "pass SIGUSR1",
10357 and continue to handler".
10358
10359 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10360
10361 * Update all FSF addresses except those in COPYING* files.
10362
10363 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
10364
10365 * gdb.base/a2-run.exp: Change messages to be more explicit about
10366 the status of args, and quote binfile in results.
10367
10368 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
10369
10370 * gdb.base/callfuncs.exp: Add tests for passing structs to
10371 inferior functions and return various types.
10372 * gdb.base/callfuncs.c: Add functions to receive a struct
10373 and return a member of the struct, in various types.
10374
10375 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10376
10377 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
10378
10379 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
10380
10381 * config/vxworks29k.exp: New file, sources vxworks.exp.
10382
10383 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10384
10385 * config/gdbremote.exp: New file. Testing framework using
10386 gdbserver.
10387
10388 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
10389
10390 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
10391 "call function when asleep" and "send end of file".
10392 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
10393 for "backtrace in corefile.exp".
10394 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
10395 for "backtrace through signal handler".
10396 * gdb.base/corefile.exp: Make sure we actually generate a core file
10397 before trying the core tests. Some systems allow the user to suppress
10398 generation of core files and default to that (linux for example).
10399 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
10400 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
10401
10402 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10403
10404 * gdb.threads: New directory with some crude multi-threaded
10405 gdb tests (step.exp and step2.exp).
10406 * config/mt-lynx (STEP_EXECUTABLE): Define.
10407 (THREADFLAGS): Define.
10408
10409 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
10410
10411 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
10412
10413 * gdb.base/signals.exp: Disable whole file for lynx until
10414 further notice.
10415
10416 * gdb.base/signals.exp: xfail test where "next" acts like
10417 "continue" for lynx.
10418
10419 * gdb.base/interrupt.exp: xfail test for calling function while
10420 inferior is asleep for lynx.
10421
10422 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
10423 than one cr-lf after each command.
10424
10425 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10426
10427 * configure.in: Reinstate setting of stabsdirs variable, fix
10428 typo in setting up configdirs for native builds.
10429
10430 * gdb.base/return.exp: Fix typo in return double test.
10431 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
10432 compiler from optimizing them away.
10433
10434 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
10435
10436 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
10437 sequences to be echo'd by gdb when using gdb_test.
10438 * gdb.chill/chexp.exp: Likewise.
10439 * gdb.fortran/exprs.exp: Likewise
10440
10441 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10442
10443 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
10444 after the inferior gdb has started.
10445
10446 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
10447 after each command.
10448 * gdb.base/funcargs.exp: Likewise.
10449 * gdb.base/gdbvars.exp: Likewise.
10450 * gdb.base/interrupt.exp: Likewise.
10451 * gdb.base/list.exp: Likewise.
10452 * gdb.base/watchpoint.exp: Likewise.
10453 * gdb.c++/demangle.exp: Likewise.
10454 * gdb.c++/inherit.exp: Likewise.
10455 * gdb.chill/chexp.exp: Likewise.
10456 * gdb.fortran/exprs.exp: Likewise.
10457
10458 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
10459 test if we can't handle IO to/from the inferior.
10460
10461 * gdb.c++/misc.exp: Always check for a program already being
10462 started after sending a "run" command to gdb.
10463
10464 * gdb.base/twice.exp: Start with a fresh gdb.
10465
10466 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
10467 only depend on gdb's expression code, not the chill runtime.
10468
10469 * gdb.base/return.c: Put return values into variables so we
10470 can have gdb print them rather than depending on the program
10471 to print them.
10472 * gdb.base/return.exp: Corresponding changes.
10473
10474 * lib/gdb.exp: Provide default value for noinferiorio.
10475 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
10476 the inferior.
10477
10478 * gdb.base/break.exp: Always check for a program already being
10479 started after sending a "run" command to gdb.
10480 (text_next_with_recursion): Don't check the output from the
10481 program's printf statement. Instead just make sure the program
10482 exited.
10483
10484 * gdb.base/commands.exp: Protect tests which need arguments with
10485 $noargs conditionals.
10486
10487 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10488
10489 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
10490 of structure member arrays to match gdb/valops.c:value_addr change.
10491
10492 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
10493
10494 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
10495 cases.
10496
10497 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
10498
10499 * configure.in (configdirs): Remove gdb.chill from default list
10500 of subdirs and then add it back in only if doing a native build.
10501 The current chill compiler does not yet work in any cross build.
10502 * Revert all signal changes from Jul 6.
10503 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
10504 for sh-hms targets, allowing these tests to link, with no other
10505 changes. Testing is suppressed by setting "nosignals" in site.exp.
10506
10507 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
10508
10509 * configure.in (signaldirs): Define and add to configdirs for all
10510 targets except some specific ones that are known to not support signals.
10511 Also clean up formatting.
10512 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
10513 (signals, sigall): Remove rules to build.
10514 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
10515 Moved to new gdb.signals directory.
10516 * gdb.signals: New test directory.
10517 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
10518 signals.c signals.exp}: New or moved files.
10519
10520 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
10521
10522 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
10523
10524 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
10525
10526 * gdb.base/return.exp: Xfail `return double' test failure
10527 on at least Solaris 2.3 and handle future/past versions on
10528 a case by case basis as appropriate. Also update message
10529 to include i*86 failures.
10530
10531 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10532
10533 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
10534
10535 * lib/gdb.exp: Fix comment which erroneously identified
10536 gdb_file_cmd as gdb_load (the 19 May change was in fact to
10537 gdb_file_cmd not gdb_load).
10538 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
10539
10540 * gdb.base/setvar.exp: Make test names consistent between pass and
10541 fail cases. Use gdb_test more.
10542
10543 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10544
10545 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
10546
10547 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10548
10549 * gdb.base/help.exp: Fix expected help string for `show commands'.
10550
10551 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
10552
10553 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
10554
10555 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
10556 of a text section.
10557
10558 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
10559
10560 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
10561 that loop eventually terminates. Fix Connection refused logic so
10562 that testsuite will expire nicely.
10563
10564 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
10565
10566 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
10567 config/rom68k.exp: New tcl glue for the appropriate monitors.
10568 These all just end up calling monitor.exp.
10569 * config/monitor.exp (gdb_target_monitor): Handle `Connection
10570 refused' by retrying. Cleanup some timeout issues.
10571 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
10572 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
10573 callers don't have to set/restore global timeout variable.
10574
10575 * The following set of changes centralizes management of the global
10576 timeout variable. This way, it can be set in one target dependent
10577 place instead of dozens of places scattered throughout the test suite.
10578 If you need to lengthen a timeout, then you should either set timeout
10579 in one of the config/{target}.exp files, or multiply it by a factor.
10580 Setting it to an absolute value is always going to lose for some
10581 targets.
10582 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
10583 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
10584 * gdb.base/funcargs.exp: Don't set timeout.
10585 * gdb.base/list.exp (test_forward_search): Only use local timeout.
10586 * gdb.base/printcmds.exp (test_print_string_constants
10587 test_print_array_constants): Don't set timeout.
10588 * gdb.base/ptype.exp: Don't set timeout.
10589 * gdb.base/recurse.exp: Don't set timeout.
10590 * gdb.base/return.exp: Don't set timeout.
10591 * gdb.base/watchpoint.exp: Don't set timeout.
10592 * gdb.c++/classes.exp (do_tests): Don't set timeout.
10593 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
10594
10595 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
10596
10597 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
10598
10599 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10600
10601 * lib/gdb.exp: Disable chill tests for irix5.
10602
10603 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10604
10605 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
10606 each test pass or fail.
10607
10608 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10609
10610 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
10611 xlc not gcc.
10612
10613 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
10614
10615 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
10616
10617 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
10618
10619 * config/est.exp: Fix copyright and comments. Remove dead code.
10620 Use targetname, serialport and baud variables instead of fixed
10621 constants.
10622 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
10623 * config/cpu32bug.exp: New file to support cpu32bug monitors.
10624
10625 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10626
10627 * gdb.base/watchpoint.exp: Don't run
10628 test_watchpoint_triggered_in_syscall for sunos.
10629
10630 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10631
10632 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
10633 they don't seem to exist. Do include stdio.h.
10634
10635 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10636
10637 * gdb.base/a1-selftest.exp: Add alpha xfail.
10638
10639 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10640
10641 * gdb.base/watchpoint.c (main): Prompt before calling read().
10642 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
10643 Revise accordingly. Remove cruft about sending "123" several
10644 times, until it gets noticed. Clean up the "print buf[0]" stuff
10645 so that it passes or fails, and waits for prompts in the usual way.
10646
10647 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10648
10649 * gdb.base/recurse.exp: Fix comment.
10650
10651 * TODO: Remove item about printing variables in nodebug.exp. Add
10652 item about enabling tests which are only run on some targets.
10653
10654 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
10655 fail, make test names unique, use new gdb_test convention
10656 regarding pattern, use gdb_test more, etc.).
10657
10658 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
10659 fail, make test names unique, etc.).
10660
10661 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10662
10663 * gdb.base/nodebug.c: Change return type of top and middle to
10664 short.
10665 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
10666 are fixed by the recent mdebugread.c changes. Allow `short ()'
10667 as type for top and middle.
10668
10669 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10670
10671 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
10672 nearly as I can tell, the whole thing was an accident in Stu's
10673 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
10674 to replace a send/expect pair with gdb_test, but ended up only
10675 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
10676 of 30 Mar 1995 took care of it, but left this vestigial comment
10677 which I am now nuking.
10678
10679 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10680
10681 * gdb.base/break.exp: Look for different line number for
10682 breakpoint at main depending on usestubs.
10683
10684 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10685
10686 * gdb.base/list.exp: Adjust some alternate expect patterns to
10687 match recent list0.c change. Add alternate expect pattern for
10688 output from `list default lines around main' for optimizing
10689 compilers.
10690
10691 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10692
10693 * lib/gdb.exp: If nosignals is not set, set it to 0.
10694
10695 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
10696
10697 * config/slite-gdb.exp: Responds to load symbol table prompt.
10698 * gdb.base/break.exp: Adjust line number, fix rerun.
10699 * gdb.base/langs0.c: Add #ifdef usestubs.
10700
10701 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
10702
10703 * gdb.base/list.exp: Adjust line contents after adding new lines in
10704 list0.c. Also fix a syntax error.
10705
10706 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
10707 * gdb.base/break.exp: ditto.
10708 * gdb.base/list.exp: ditto.
10709 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
10710 * gdb.base/run.c: ditto.
10711 * gdb.base/list0.c: ditto.
10712 * gdb.base/funcargs.c: ditto.
10713
10714 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
10715
10716 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
10717 $targetname, $serialport and $baud instead of hardwired variables.
10718 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
10719 target doesn't support signals.
10720
10721 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
10722
10723 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
10724
10725 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10726
10727 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
10728 Don't rely on the value of an auto variable before it has been
10729 initialized. Use gdb_test more.
10730
10731 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10732
10733 * lib/gdb.exp (default_gdb_version): A version number must start
10734 with a digit, but other than that contains all characters up to
10735 the first whitespace character.
10736
10737 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10738
10739 * gdb.base/commands.exp (breakpoint_command_test): New tests.
10740
10741 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10742
10743 * gdb.c++/*.exp: Warn if executable does not exist. The original
10744 reason for skipping the warning was that configure.in sometimes
10745 intentionally skipped building the executables but the tcl code
10746 had no way of knowing. That (a) was always bogus with respect to
10747 error handling, (b) is no longer true (right now there is no way
10748 to skip C++ tests).
10749
10750 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
10751
10752 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10753
10754 * gdb.base/list.exp: Add expect patterns for output from
10755 SunPRO compiled executables.
10756 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
10757 types.
10758
10759 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10760
10761 * gdb.base/break.exp (test_next_with_recursion): Accept any line
10762 number (we are already testing that the correct source line text
10763 gets printed).
10764
10765 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
10766 that is what is intended, but something needed to be done to get
10767 sunos4 native working again.
10768
10769 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
10770
10771 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
10772 apparently went with a (very) old xfail.
10773
10774 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
10775
10776 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
10777 runto_main is a proc in gdb.exp that will do 'step' for target use
10778 stubs.
10779 * gdb.base/exprs.exp: ditto.
10780 * gdb.base/interrupt.exp: ditto.
10781 * gdb.base/opaque.exp: ditto.
10782 * gdb.base/printcmds.exp: ditto.
10783 * gdb.base/ptype.exp: ditto.
10784 * gdb.base/scope.exp: ditto.
10785 * gdb.base/setvar.exp: ditto.
10786 * gdb.base/signals.exp: ditto.
10787 * gdb.base/twice.exp: ditto.
10788 * gdb.c++/classes.exp: ditto.
10789 * gdb.c++/inherit.exp: ditto.
10790 * gdb.c++/templates.exp: ditto.
10791 * gdb.base/break.exp: no run and hit main for stubs. Change line
10792 numbers for breakpoints and info breakpoint.
10793 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
10794 breakpoint().
10795 * gdb.base/callfuncs.c: ditto.
10796 * gdb.base/exprs: ditto.
10797 * gdb.base/interrupt.c: ditto.
10798 * gdb.base/opaque0.c: ditto.
10799 * gdb.base/printcmds.c: ditto.
10800 * gdb.base/ptype.c: ditto.
10801 * gdb.base/scope0.c: ditto.
10802 * gdb.base/setvar.c: ditto.
10803 * gdb.base/signals.c: ditto.
10804 * gdb.base/twice.c: ditto.
10805 * gdb.c++/misc.cc: ditto.
10806 * gdb.c++/templates.cc: ditto.
10807
10808 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10809
10810 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
10811
10812 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
10813 somewhere between `read' and `main.c'. I'm pretty sure the
10814 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
10815 and it isn't particularly useful.
10816
10817 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
10818
10819 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10820
10821 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
10822
10823 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
10824
10825 * config/mt-slite: add LIBS and -nostdlib.
10826 * config/slite-gdb.exp: add this new file to support sparclite target.
10827
10828 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
10829
10830 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
10831
10832 * gdb.base/a2-run.exp: Change argument to istarget from
10833 "*-*-vxworks" to "*-*-vxworks*".
10834 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
10835
10836 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
10837
10838 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
10839 will not runto main but do a 'step' to step out of breakpoint().
10840 * config/mt-slite: add -Dusestubs.
10841
10842 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10843
10844 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
10845 instead of just @.
10846
10847 * gdb.base/signals.exp: Add test for "handle all print".
10848 * TODO: Remove "handle all print". Also remove item about
10849 checking copyright date (I don't like the idea of a spurious FAIL
10850 based on when we run the tests).
10851
10852 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
10853 for SunOS4 (reason for failure not investigated). Remove
10854 redundant test for $binfile.
10855
10856 * gdb.base/nodebug.c (array_index): Call malloc.
10857
10858 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
10859
10860 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
10861
10862 * gdb.base/recurse.exp: Update gdb_test invocation to use new
10863 conventions and slightly simplify the matching regexp.
10864
10865 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10866
10867 * gdb.base/break.exp: Update gdb_test invocation to use new
10868 convention.
10869
10870 * lib/gdb.exp: If noargs is not set, set it to 0.
10871
10872 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
10873 tests unique.
10874
10875 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
10876
10877 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10878
10879 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
10880 one argument of type "<non-float parameter>".
10881
10882 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
10883
10884 * config/rom68k.exp: New file to support Motorola IDP board.
10885 * gdb.base/a2-run.exp: Skip this file if noargs is set.
10886 * gdb.base/break.c: Change things around so that this program
10887 doesn't depend upon args. This is necessary to make remote
10888 targets work (in general, they can't take args).
10889 * gdb.base/break.exp: Don't try to send args to program. Don't
10890 expect output. Also, replace lots of code with gdb_test.
10891
10892 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10893
10894 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
10895 printing of '\'' (which is what the comment says we are testing,
10896 even though we were not), not '''.
10897 (test_integer_literals_rejected): Test that printing ''' is an error.
10898
10899 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
10900 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
10901 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
10902 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
10903 Use gdb_test not test_print_accept.
10904 * lib/gdb.exp: Remove test_print_accept.
10905
10906 * gdb.base/signals.exp (signal_tests_1): Make pass message
10907 consistent with fail message.
10908
10909 * gdb.base/whatis.exp: Remove xfails for printing char vs.
10910 unsigned char; the bug (PR 1821) is fixed.
10911
10912 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
10913
10914 * gdb.base/scope.exp (test_at_localscopes): Call pass for
10915 successful tests--makes xfailing them work right.
10916
10917 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10918
10919 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
10920 only \r\n, not .*. The test can pass .* as the last thing in
10921 $pattern if that is what it wants. In addition to providing this
10922 flexibility, this change should speed up pattern matching in cases
10923 where the pattern already ended with .* (there were a number of
10924 them). This change also helps catch bad patterns--in the old
10925 scheme the typo "char \*" instead of "char \\*" would pass. Now
10926 it is caught.
10927 * Many .exp files: Update callers.
10928
10929 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
10930 clearer and does not spuriously match multiple ('s. Likewise for
10931 ) and *.
10932
10933 * gdb.base/nodebug.exp: Test ability to call a function and pass
10934 it a string (even with no debugging info).
10935
10936 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
10937 "p '\'", which is the same as "p ''" once tcl gets done with
10938 quoting, to "p '\\'", which I suspect is what is intended (one
10939 backslash gets sent to GDB).
10940
10941 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
10942
10943 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10944
10945 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
10946 1817) was fixed literally years ago.
10947
10948 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10949
10950 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
10951 test, it causes stepping out of call_after_alloca_subr with
10952 optimizing compilers.
10953 (localvars_in_indirect_call): Consume GDB prompt if `finish'
10954 fails.
10955
10956 * gdb.c++/templates.exp: Source templ-info.exp only if
10957 the templates executable exists.
10958
10959 * gdb.c++/misc.cc (class Contains_static_instance,
10960 class Contains_nested_static_instance),
10961 gdb.c++/classes.exp (test_static_members): Test printing of
10962 a class that contains a static instance of the class.
10963
10964 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10965
10966 * gdb.base/langs2.c (cppsub_): Don't prototype.
10967 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
10968 only, I believe).
10969
10970 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10971
10972 * lib/gdb.exp (skip_chill_tests): New procedure.
10973
10974 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
10975
10976 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
10977
10978 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
10979 each expect pattern. Cuts runtime from 12 to about 4 seconds.
10980
10981 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10982
10983 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
10984
10985 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
10986 disassemble 8, not 16, instructions for part 4.
10987
10988 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
10989 support the latter anymore.
10990
10991 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
10992 -DNO_PROTOTYPES.
10993 * gdb.base/callfuncs.c: Control use of prototypes based on
10994 NO_PROTOTYPES, not __STDC__.
10995 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
10996 t_float_values2 tests if prototypes in use.
10997
10998 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
10999 t_double_values): When checking differences against DELTA, check
11000 that difference is within the range (-DELTA,DELTA), not just
11001 (-infinity,DELTA).
11002
11003 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
11004
11005 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
11006 'file' command firts, then 'target', then 'load', this is due to gdb
11007 target set up.
11008 * config/mips-gdb.exp: Fix a couple regular exp bugs.
11009
11010 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
11011
11012 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
11013 FP load/store variants.
11014 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
11015
11016 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
11017
11018 * gdb.base/term.exp: Do not give a warning if not native, it is
11019 not an abnormal condition.
11020
11021 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
11022
11023 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
11024 t_char_array".
11025
11026 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
11027
11028 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
11029 are getting the version number.
11030
11031 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
11032 if not native, it is not an abnormal condition.
11033
11034 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11035
11036 * lib/gdb.exp: Just use "file exists", rather than undocumented
11037 dejagnu procedure "findfile".
11038
11039 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11040
11041 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
11042 (LDFLAGS): Set to -Xlinker -Ur.
11043
11044 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
11045 Removed, these values are set by lib/gdb.exp.
11046
11047 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
11048
11049 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11050
11051 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
11052 of replicating gdb startup code.
11053
11054 * config/mt-vxworks (LDFLAGS): Set to -r.
11055 (CFLAGS_FOR_TARGET): Removed.
11056
11057 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
11058 (gdb) and gdb for vxworks uses (vxgdb).
11059
11060 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
11061 executable is not in the tree and host != target, use sed and
11062 program_transform_name to determine the gdb name used by the
11063 target.
11064
11065 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
11066 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
11067
11068 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11069
11070 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
11071 floats, chars, and shorts where there are ANSI-style function
11072 definitions.
11073
11074 * gdb.base/langs.exp, gdb.base/langs*: New test.
11075 * gdb.base/Makefile.in: Build it.
11076 * TODO: Remove item about checking that C names don't get C++
11077 demangling applied; this test tests it.
11078
11079 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11080
11081 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
11082 went with the const70 xfail. The xfail went away a year ago.
11083
11084 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
11085
11086 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
11087 for hp300.
11088
11089 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
11090
11091 * gdb.base/a1-selftest.exp: Don't run on hp300.
11092
11093 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11094
11095 * Makefile.in (site.exp): Set host_alias and target_alias as well
11096 as host_triplet and target_triplet.
11097
11098 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11099
11100 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
11101
11102 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
11103 places as other ecoff systems).
11104
11105 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
11106 ultrix.
11107
11108 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11109
11110 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
11111 remove them.
11112 * gdb.base/nodebug.exp: Accept "function" in addition to "text
11113 variable and "variable" in addition to "data variable".
11114 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
11115
11116 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
11117 2.
11118 * gdb.base/list1.c (long_line): Add additional statement at start
11119 of function.
11120 * gdb.base/list.exp (test_forward_search): Update line number to
11121 reflect new statement.
11122
11123 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11124
11125 * gdb.base/signals.exp: Reinitialize searched source directories
11126 after gdb_start call.
11127
11128 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
11129
11130 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
11131 * gdb.stabs/Makefile.in: Likewise.
11132
11133 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
11134 change. Instead split the tests into smaller pieces.
11135 * gdb.disasm/hppa.s: Corresponding changes.
11136
11137 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11138
11139 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
11140 Quote ^C when passing it to stty. For some shells ^ is a pipe.
11141
11142 * gdb.base/funcargs.exp: Modify many tests so that every test
11143 either passes or fails. Make some test names unique.
11144
11145 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11146
11147 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
11148 Call stty to set interrupt character.
11149
11150 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
11151 for HP assembler versus GNU assembler based on actual behavior of
11152 $(CC), rather than assuming that $(AS) is always the GNU assembler.
11153
11154 * TODO: Suggest a few more stepping tests.
11155
11156 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
11157
11158 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
11159 restart GDB for h8300 after a continue.
11160 (return): Add pattern to match a29k-udi behavior.
11161 * gdb.base/nodebug.exp: Remove obsolete comment.
11162 * gdb.base/regs.exp: New file, testing of register displays.
11163 * gdb.base/return.exp: Fix typo in reference to $objdir.
11164 * gdb.base/whatis.exp: Always start with a fresh GDB.
11165
11166 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11167
11168 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
11169 higher, these tests generate a lot of output.
11170
11171 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11172
11173 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
11174 code following the catch silently ignored some errors; without the
11175 catch they should be thrown like any other tcl error. Also, the
11176 catch used "" instead of {} which meant all the callers who wanted
11177 to include one of the characters "[]$ had to quote it an extra time.
11178 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
11179 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
11180 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
11181 Remove extra quoting.
11182
11183 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
11184
11185 * gdb.base/commands.exp: Make test names unique; every test either
11186 passes or fails. Update some comments.
11187
11188 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
11189
11190 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11191
11192 The following fixes a FAIL caused by the fact that the alpha stabs
11193 configuration didn't use the ".if alpha" code in weird.def.
11194 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
11195 bit pointer, so the 32 bit version works even on the alpha.
11196 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
11197 Remove the stuff which allowed us to have separate versions for
11198 alpha and everything else.
11199
11200 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
11201 regexp which "info func operator\[\](" is supposed to match. Fix
11202 string to send to GDB. Note that GDB still doesn't work right. Add a
11203 new test for "info func .perator\[\](" which GDB does handle correctly.
11204
11205 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
11206
11207 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11208
11209 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
11210 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
11211 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
11212 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
11213 it makes the tests harder to understand and confuses test-o-matic.
11214 The preferred style is that each test provides a PASS or a FAIL,
11215 and has a unique message (e.g. "continue #54" not just "continue")
11216 which is the same for the pass and the fail.
11217 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
11218 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
11219 to lib/gdb.exp.
11220 * gdb.base/printcmds.exp: Use test_print_accept. Remove
11221 prt_accept which was basically the same thing. Likewise for
11222 test_print_reject and prt_reject.
11223 * lib/gdb.exp (test_print_reject): Add some more error message
11224 patterns to match from the former printcmds.exp (prt_reject).
11225 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
11226 One defect of the passcount stuff is that some of it failed to
11227 report XPASS where appropriate.
11228 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
11229 stuff before and after arg in expected pattern.
11230 (test_paddr_operator_functions): Re-do test without print_addr_of;
11231 this is the only test which seems to want extra stuff there.
11232
11233 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11234
11235 * gdb.base/nodebug.exp: Update new tests to reflect improved
11236 wording of gdb output.
11237
11238 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
11239 and "ptype" work on variables in files compiled without -g.
11240 Replaces commented out "maint print msymbol" tests.
11241
11242 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11243
11244 * gdb.base/setvar.c (dummy): Call malloc.
11245
11246 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
11247 losing with the irix4 sed.
11248
11249 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
11250 ALRM" on irix4.
11251
11252 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11253
11254 * TODO: Remove items about corefile.exp testing new exec-file and
11255 backtrace; both are now done. Add items about printing enums.
11256
11257 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11258
11259 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
11260 "get signal $thissig" test fails.
11261
11262 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
11263
11264 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11265
11266 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
11267 compiler warning with dec alpha compiler.
11268
11269 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
11270 extra \n from gdb_test call (this explains why the prompt test
11271 that I removed yesterday was there).
11272 (user_defined_command_test): Remove extra \n and prompt test.
11273
11274 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
11275 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
11276 doesn't exist.
11277 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
11278 Also remove alpha workaround, which turns out to be because
11279 SIGABRT == SIGLOST.
11280
11281 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
11282
11283 * gdb.base/help.exp: Don't test "help show".
11284
11285 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11286
11287 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
11288 "set print address" is on.
11289 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
11290 pass prompt to gdb_test; gdb_test already looks for the prompt.
11291
11292 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
11293
11294 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
11295 was a vestige of the manual TESTSTRATEGY, and the purpose of it
11296 was to make sure that gdb can read a core file. But (a) the "read
11297 the corefile" part didn't make it to a1-selftest.exp, we just
11298 delete the corefile after creating it, and (b) we test reading
11299 corefiles in corefile.exp anyway. Also, this test left around a
11300 xgdb process on Solaris.
11301
11302 * gdb.base/corefile.exp: Also test backtrace.
11303
11304 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
11305
11306 * gdb.base/commands.exp: Test a simple user defined command with
11307 arguments and if/while statements; verify the full user command is
11308 printed by "show user".
11309
11310 * gdb.base/commands.exp: Test if/while commands as part of a
11311 breakpoint command list; verify they appear in breakpoint
11312 information.
11313
11314 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11315
11316 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
11317 than by dividing by zero.
11318
11319 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
11320
11321 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
11322 performing an inferior call with watchpoints enabled.
11323 * gdb.base/watchpoint.c (main): Delete second unnecessary read
11324 call.
11325
11326 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11327
11328 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
11329 of "file" command.
11330
11331 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
11332 Add additional pattern for when "int operator int(void);" appears
11333 in a different order.
11334
11335 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11336
11337 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
11338
11339 * gdb.base/help.exp: Replace most of docstrings for "info signals"
11340 and "signal" with ".*".
11341
11342 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11343
11344 * TODO: Add note about "handle all nostop".
11345
11346 * gdb.base/{sigall.c, sigall.exp}: New test.
11347 * gdb.base/Makefile.in: Add it.
11348
11349 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11350
11351 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
11352 when invoking GDB, suppresses any windowing interface.
11353
11354 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
11355
11356 * config/sim-gdb: New file, simulator testing support.
11357
11358 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
11359
11360 * gdb.base/interrupt.exp: Test calling func1 twice.
11361
11362 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
11363
11364 * gdb.base/list.exp (test_forward_search): Set timeout higher
11365 when we'll be getting lots of output from gdb.
11366
11367 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
11368 "init_malloc" to after the expect statement. Run it if that
11369 regexp is taken, but also for two others which happen if source
11370 cannot be found.
11371
11372 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11373
11374 * gdb.base/printcmds.exp: New test, for printing register before
11375 program is running.
11376
11377 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11378
11379 * gdb.base/list.exp: Correct some alternate expect patterns
11380 to reflect changes in list1.c.
11381
11382 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11383
11384 * TODO: Add item regarding large frames.
11385
11386 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
11387
11388 * TODO: Remove item about enabling return.exp; it
11389 is enabled. Suggest a few more "return" tests.
11390
11391 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11392
11393 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
11394 anonymous unions.
11395
11396 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11397
11398 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
11399 and pr-5646.o, so "make" is the same as "make all", not "make
11400 pr-4975.o".
11401
11402 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
11403
11404 * gdb.base/list.exp: Adjust expectations to reflect changes in
11405 list1.c.
11406 (test_forward_search): New test proc.
11407 * gdb.base/list1.c (long_line): New function, has long source line.
11408
11409 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
11410
11411 * gdb.base/a1-selftest.exp: Change initial stepping to know about
11412 additional line of code that was added.
11413
11414 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
11415
11416 * gdb.disasm/hppa.s: Break the large branching tests into smaller
11417 tests so as not to overflow expect's input buffers.
11418 * gdb.disasm/hppa.exp: Corresponding changes.
11419
11420 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11421
11422 Beginnings of template debugging tests.
11423 * gdb.c++/templ-info.cc: New file to test for template
11424 debugging capability of the compiler.
11425 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
11426 templ-info.cc.
11427 * gdb.c++/templates.cc: Add explicit template instantiations
11428 to enable compiling with -fno-implicit-templates. Add destructor
11429 and 'value' method to T5 class for template tests.
11430 * gdb.c++/templates.exp: Add testcases for printing of template
11431 types, setting breakpoints on template methods and calling a
11432 template method.
11433
11434 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
11435
11436 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
11437 branch target since some assemblers (gas-2.5) may emit a
11438 relocation for the branch instead of resolving it in the
11439 assembler.
11440
11441 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11442
11443 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
11444 through signal handler.
11445
11446 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11447
11448 * configure.in (*-*-netware): Use config/mt-netware.
11449
11450 * config/mt-netware: New file.
11451 * config/mt-i386-netware: Removed, separate configs for different
11452 netware architectures are no longer needed now that we have
11453 --with-headers.
11454
11455 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11456
11457 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
11458 by the recent changes to use ANSI C arithmetic conversions.
11459
11460 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11461
11462 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
11463 bug involving using inferior_pid to figure out whether to select a
11464 frame.
11465
11466 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
11467
11468 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
11469 match the current disassembler output.
11470
11471 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
11472
11473 * gdb.fortran/exprs.exp: Expect VOID instead of void.
11474 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
11475 types, expect "int" as type of integer values (for now).
11476
11477 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
11478
11479 * gdb.base/commands.exp: New tests for if/while commands.
11480
11481 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
11482
11483 * lib/gdb.exp (runto): Replace sub-pattern for hex value
11484 by .*, since hex values have different syntax in Chill mode.
11485
11486 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11487
11488 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
11489 linefeed from expect pattern for repeated types with indices > 9.
11490
11491 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
11492
11493 First part of Fortran test suite.
11494 * gdb.fortran: New directory.
11495 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
11496
11497 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11498
11499 * gdb.base/default.exp: Update expect pattern for load command
11500 without arguments.
11501
11502 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11503
11504 * configure.in: Change i386 to i[345]86.
11505 * gdb.base/configure.in: Likewise.
11506 * gdb.c++/configure.in: Likewise.
11507 * gdb.chill/configure.in: Likewise.
11508
11509 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
11510
11511 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
11512 patterns, since that is not a valid context for comments.
11513
11514 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
11515
11516 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
11517 repeated types and repeated types with indices > 9.
11518
11519 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11520
11521 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
11522 2417; old bug has been fixed.
11523
11524 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
11525
11526 * gdb.base/interrupt.exp: When trying to wake up the inferior,
11527 send the newline ourselves instead of assuming gdb_test will do
11528 so when passed an empty input string.
11529
11530 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
11531 stabs testcode.
11532
11533 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11534
11535 * lib/gdb.exp (gdb_test): Don't send anything if the first
11536 argument is an empty string. This makes cases where we want to
11537 match output that is already in expect's buffers (for example,
11538 matching a breakpoint after gdb_run_cmd has been called) work
11539 reliably.
11540
11541 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11542
11543 * config/netware.exp: New file.
11544
11545 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11546
11547 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
11548 the -B and -L prefixes so we can find the debugging stub.
11549
11550 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
11551 there and we are using the gcc from the tree.
11552
11553 * gdb.base/types.c: Removed.
11554
11555 * gdb.base/configure.in: Look for makefile fragments in ../config.
11556 Recognize i386-*-netware.
11557 * gdb.c++/configure.in: Likewise.
11558
11559 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11560
11561 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
11562 the correct TCL syntax.
11563
11564 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11565
11566 * gdb.base/opaque.exp: use runto instead of messing around with
11567 breakpoints. Simplify by using gdb_test.
11568
11569 * gdb.base/bitfields.exp: restart between tests on netware targets
11570 because breakpoints aren't relocated after target death. Run
11571 processes to completion.
11572
11573 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
11574
11575 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
11576
11577 * Makefile.in: Remove extra tabs that confuse some versions
11578 of "make". Use the newly built gdb to test with by default,
11579 rather than the first one in the tester's search path.
11580
11581 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
11582
11583 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
11584
11585 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
11586 condition help.
11587
11588 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11589
11590 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
11591
11592 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
11593 running.
11594 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
11595 * gdb.base/funcargs.exp: Likewise.
11596
11597 * gdb.base/bitfields.exp: Simplify by using gdb_test.
11598 * gdb.base/funcargs.exp: Likewise.
11599
11600 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
11601 message is "".
11602
11603 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11604
11605 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
11606 return,signals,twice}.exp: Handle non-existant binaries
11607 consistantly.
11608
11609 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
11610 * gdb.base/Makefile.in: Don't try to generate a core dump, we
11611 might testing a cross development system.
11612
11613 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11614
11615 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
11616 runtest script is relative to ${srcdir}, not ${rootdir}.
11617
11618 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
11619
11620 * gdb.base/signals.exp: Allow for optionality of breakpoint
11621 address.
11622
11623 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11624
11625 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
11626
11627 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11628
11629 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
11630 for size_t definition.
11631 * gdb.c++/templates.cc: Likewise
11632
11633 * config/mt-i386-netware: New file.
11634
11635 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
11636 defined.
11637
11638 * gdb.base/Makefile.in: Added support for systems that name core
11639 files by appending "core" to the program name.
11640 * gdb.base/a1-selftest.exp: Likewise.
11641
11642 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11643
11644 * gdb.base/return.exp: Add comment and message for `return double'
11645 test failure on Sparc Solaris.
11646
11647 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
11648
11649 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
11650
11651 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11652
11653 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
11654 from optimizing them away.
11655 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
11656 patterns to include default constructors and assignment operators,
11657 to match gcc versions beyond 2.5.8. Accept any cplus demangling
11658 character in the output of the virtual base pointer.
11659
11660 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11661
11662 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
11663 expression match in print_addr_of to avoid unintented matches.
11664 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
11665 versions up to 2.5.8.
11666
11667 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11668
11669 * gdb.base/list.exp: Tweak alternate pattern for listing of an
11670 included file to run under newer versions of expect.
11671 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
11672 consecutive >'s in templates to accomodate recent cplus-dem.c change.
11673 Remove xfail for the virtual table of BDDHookV.
11674
11675 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
11676
11677 * lib/gdb.exp (string_to_regexp): Set a default result.
11678 (default_gdb_start): Fix misleading message.
11679
11680 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
11681
11682 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
11683 Remove all CC, etc definitions.
11684 * config/mt-hpux: New file.
11685 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
11686 (CFLAGS, LDFLAGS): Define.
11687 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
11688
11689 * Makefile.in (site.exp): Don't insert host_os, etc.
11690 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
11691 (distclean): Check existence of subdir.
11692 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
11693 * gdb.base/Makefile.in: General cleanup and simplification.
11694 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
11695 to build executables. Use default rule to build .o files.
11696 (EXPECT, RUNTEST, CC): Fix relative pathname.
11697 (site.exp): Don't insert host_os, etc.
11698 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
11699 and/or SIGUSR1 defined.
11700 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
11701 * gdb.c++/Makefile.in: General cleanup and simplification.
11702 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
11703 (CFLAGS): Remove.
11704 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
11705
11706 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
11707
11708 * gdb.base/recurse.exp: Misc changes to get tests running again
11709 after Kung's changes to the watchpoint code.
11710 * gdb.base/watchpoint.exp: Likewise.
11711
11712 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
11713
11714 * lib/gdb.exp (string_to_regexp): Convert {\} also.
11715
11716 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11717
11718 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
11719 * lib/gdb.exp (default_gdb_start): Define.
11720 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
11721 gdb.base/funcargs.exp, gdb.base/opaque.exp,
11722 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
11723 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
11724 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
11725 Don't call gdb_target_udi in between tests.
11726
11727 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11728
11729 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
11730 (which was basically just a local version of the same thing). In
11731 addition to avoiding duplication, gdb_test_exact is faster.
11732 * lib/gdb.exp (gdb_test_exact): Fix typo.
11733
11734 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
11735 don't give an error.
11736
11737 * gdb.base/term.exp: Call delete_breakpoints before starting.
11738
11739 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
11740 (t10): Add comment.
11741
11742 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
11743
11744 Reorganization of the GDB Test Suite.
11745
11746 * gdb.base: New directory, contains all the basic tests.
11747 * gdb.c++: New directory, tests specific to C++.
11748 * gdb.chill: New directory, tests specific to Chill.
11749 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
11750 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
11751 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
11752 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
11753 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
11754 t30-31 to chill).
11755 * */gdbme.*: Rename to match appropriate expect scripts.
11756 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
11757 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
11758 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
11759 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
11760 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
11761 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
11762 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
11763 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
11764 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
11765 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
11766 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
11767 gdb.c++/virtfunc.cc: New names of C++ files.
11768 * gdb.chill/chillvars.ch: New name of Chill file.
11769 * gdb.base/configure.in, gdb.c++/configure.in,
11770 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
11771 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
11772 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
11773 * configure.in (configdirs): Update to reflect directory changes.
11774 (target_abbrev): No longer define for any configuration.
11775 * Makefile.in: Cosmetic improvements to header comments.
11776
11777 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
11778
11779 Various changes to gdb.t31:
11780
11781 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
11782 * gdbme.ch: Make all key-words and predefineds be upper-case.
11783 * chillvars.exp: Expect key-words and predefinds in upper-case.
11784
11785 * chillvars.exp: Use gdb_test_exact many places.
11786 Change expected output for arrays (which now includes index labels).
11787
11788 * pr-5020.exp, gdme.ch (module PR_5020):
11789 New test, for PR-5020.
11790
11791 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
11792
11793 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
11794 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
11795
11796 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
11797
11798 * Makefile.in: Fix bit-rot in definitions of CHILL,
11799 CHILL_FOR_TARGET and Chill_LIB.
11800 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
11801 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
11802 CHILL, and CHILL_LIB.
11803
11804 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
11805
11806 * Revert the previous changes. Please see Rob's directory
11807 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
11808
11809 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
11810
11811 * Makefile.in, configure.in, config/mips-gdb.exp,
11812 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
11813 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
11814 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
11815 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
11816 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
11817 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
11818 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
11819 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
11820 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
11821 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
11822 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
11823 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
11824 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
11825 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
11826 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
11827 changes from 94Q1.
11828
11829 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
11830
11831 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
11832 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
11833 Rob's new testing fragments.
11834
11835 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
11836
11837 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
11838 lib/gdb.exp: Replace error proc calls with perror.
11839
11840 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
11841
11842 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
11843 version also, match on casted version strings, and match on
11844 gdb startup case where the line numbers might be messed up.
11845
11846 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
11847
11848 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
11849 (CFLAGS): Delete it from here.
11850
11851 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
11852
11853 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
11854
11855 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
11856
11857 * Makefile.in (RUNTEST): Default to just "runtest".
11858
11859 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11860
11861 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
11862 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
11863 the code has been restructured.
11864
11865 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11866
11867 * gdb.t00/default.exp (set write): Allow any number of \r and/or
11868 \n, not just one of each.
11869
11870 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
11871 /bin/cc gives a warning if you do.
11872
11873 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
11874
11875 * gdb.t24/demangle.exp: change expect pattern of
11876 __t10ListS_link1ZUiRCUiPT0
11877
11878 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11879
11880 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
11881 on local variables in recursive functions.
11882
11883 * gdb.t07/Makefile.in: Build the new test.
11884
11885 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11886
11887 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
11888 directly. Instead compare the return values from actual calls.
11889
11890 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
11891
11892 * Makefile.in (check): Set TCL_LIBRARY for runtest.
11893
11894 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11895
11896 * From Peter Schauer with minor modifications.
11897 * gdb.t15/return.exp (return_tests): Handle targets where "return"
11898 stops in mid-line in the caller. Add xfail for returning a float
11899 value on X86 targets.
11900
11901 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11902
11903 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
11904 to avoid expect lossage.
11905 (fmem_LRbug_tests): Likewise.
11906 * gdb.disasm/hppa.s: Corresponding changes.
11907
11908 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
11909 conditions to work with latest dejagnu/expect.
11910
11911 * gdb.t15/funcargs.exp (finish from indirect call): No longer
11912 expected to fail on the PA.
11913 (backtrace in call with trampolines): Explicitly require main
11914 to be frame #1 (no trampolines should show up in backtrace).
11915
11916 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
11917 "continue -expect".
11918 * gdb.t06/break.exp: Likewise.
11919 * gdb.t07/watchpoint.exp: Likewise.
11920 * gdb.t13/bitfields.exp: Likewise.
11921 * gdb.t15/{funcargs,return}.exp: Likewise.
11922 * gdb.stabs/weird.exp: Likewise.
11923 * config/{mips,udi}-gdb.exp: Likewise.
11924
11925 * hppa.sed: Enclose comments within a sed command to avoid
11926 losing with the old OSF1 sed.
11927
11928 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11929
11930 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
11931 sequent dynix.
11932 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
11933 * gdb.t15/funcargs.exp: Conditionally step again to really
11934 finish from marker_call_with_trampolines. Handle the case where
11935 the first step from within call_with_trampolines already steps
11936 us back to main.
11937 * gdb.t15/gdbme.c: Add comment to closing brace of
11938 call_with_trampolines for funcargs.exp.
11939
11940 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11941
11942 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
11943 Fix typo(s).
11944
11945 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11946
11947 * gdb.t07/gdbme.c: More code for watchpoint testing.
11948
11949 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
11950 "Hardware watchpoint" throughout file.
11951 (test_watchpoint_triggered_in_syscall): New test.
11952 (test_complex_watchpoint): New test.
11953
11954 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11955
11956 * gdbme.c (call_with_trampolines): New function to try and step
11957 into. Tests trampoline problems on the PA.
11958
11959 * funcargs.exp (localvars_in_indirect_call): No longer expect
11960 stepping into indirect call to fail on PAs.
11961 (test_stepping_over_trampolines): New test.
11962
11963 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11964
11965 * TODO: Add suggestions for static member function tests, and
11966 completion tests.
11967
11968 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11969
11970 * TODO: Add suggestions for "p/a" tests.
11971
11972 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
11973 (default_gdb_exit): Replace all the hair with sending "quit" to
11974 the process with a simple close.
11975
11976 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11977
11978 * TODO: Add suggestions for shared library tests.
11979
11980 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11981
11982 * TODO: Add suggestions for x/s tests.
11983
11984 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11985
11986 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
11987 "enable once", and "enable breakpoints once" with ".*".
11988
11989 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11990
11991 * TODO: Add suggestions about structure passing tests.
11992
11993 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11994
11995 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
11996 the primary1 test, use work around if __GNUC__ < 2.
11997 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
11998 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
11999 Test for bad output rather than waiting for timeout. Issue
12000 second continue only if first continue failed.
12001
12002 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12003
12004 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
12005 operator[] test with gdb_test because the old code didn't seem to
12006 be getting the quoting right with the new dejagnu.
12007
12008 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
12009
12010 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
12011 one from the path.
12012 * Makefile.in: Use a fresh expect if there is one, use runtest
12013 from the src tree if there is one.
12014
12015 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12016
12017 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
12018 next over recursive call. Revise the tests from that point on
12019 (which had been skipped) to match GDB's actual (correct) output.
12020
12021 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
12022 with next over a breakpoint whose condition is false.
12023
12024 * gdb.t00/help.exp: Comment out "help set print" tests just like
12025 (and for same reason as) "help set" test.
12026
12027 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12028
12029 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
12030 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
12031
12032 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12033
12034 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
12035 necessary gdb_target_udi.
12036
12037 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
12038
12039 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
12040 1838 and 2417; they are fixed.
12041
12042 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
12043 gdb.t03/ptype.exp (ptype structure, ptype union):
12044 Remove xfails; the test is looser than when the xfails were added.
12045
12046 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
12047 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
12048
12049 * gdb.t01/run.exp: Only run shell test if isnative.
12050
12051 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
12052 since "run" automatically loads if necessary. Call gdb_target_udi
12053 after the "file" since "file" kills any execution target.
12054
12055 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
12056 GDB. GDB doesn't work that way (not anymore at least) on UDI.
12057 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
12058 argument for UDI.
12059
12060 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12061
12062 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
12063
12064 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
12065
12066 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12067
12068 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
12069 properly quoting regexps. This makes the second argument to
12070 demangle a fixed string, which matches the callers, instead of a
12071 shell-style pattern which is what the previous implementation
12072 used. Update some of the callers.
12073
12074 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12075
12076 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
12077 (comib_nullified_tests): Fix typo.
12078 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
12079 strings. No longer expected to fail.
12080
12081 * gdb.disasm/hppa.s (addib_tests): Fix typo.
12082 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
12083 strings. No longer expected to fail.
12084
12085 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
12086 string. No longer expected to fail.
12087
12088 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12089
12090 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
12091 No longer expected to fail.
12092
12093 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
12094 string. No longer expected to fail.
12095
12096 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12097
12098 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
12099 only in the names (I probably got most of them). I was even
12100 generous with some which differed in underscores in names, and
12101 probably missed a few, and I *still* was able to remove almost a
12102 third of the file with almost no impact on testsuite coverage.
12103
12104 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12105
12106 * gdb.t00/default.exp: Match udi_attach error message as well as
12107 the one from child_attach.
12108
12109 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
12110
12111 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
12112
12113 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
12114 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
12115
12116 * Move test with enums and partial symbols back to
12117 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
12118 Reverts the change of 26 May 93. Per today's change to
12119 stabs.texinfo, the behavior that weird.exp was expecting was
12120 unreasonable; what is important is that the compiler+gdb get
12121 things right, which happens with a recent gcc. Also fix the test
12122 to deal with native compilers which put out the stab gdb can't
12123 deal with.
12124
12125 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12126
12127 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
12128 in the names. The main thing these accomplish is to slow things down.
12129 Many more such duplicates surely remain.
12130
12131 * gdb.t00/help.exp: Comment out "help support" test just like
12132 (and for same reason as) "help set" test.
12133
12134 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
12135
12136 * gdb.t06/break.exp: Remove setup_xfails for
12137 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
12138 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
12139 about known bug in gcc to include up through 2.5.8.
12140 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
12141 well as "_vb$".
12142 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
12143 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
12144 with latest gcc and gdb.
12145 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
12146 well as "_vb$".
12147
12148 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12149
12150 * configure.in (hppa*-*-*): Also configure and build stabs-only
12151 tests.
12152
12153 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12154
12155 * gdb.t10/hppa.mt: A makefile fragment for the PA.
12156 * gdb.t10/configure.in (hppa*-*-*): Use it.
12157
12158 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12159
12160 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
12161
12162 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12163
12164 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
12165 versions prior to 1.13.5.
12166
12167 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12168
12169 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
12170 the prompt is at the start of a line.
12171
12172 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12173
12174 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
12175 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
12176 in the copr tests now.
12177 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
12178 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
12179 expected to fail.
12180
12181 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
12182
12183 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
12184 gdb.t31/chillvars.exp, lib/gdb.exp:
12185 Tweak to run under either version of expect.
12186 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
12187 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
12188 * gdb.t11/list.exp: Remove extraneous whitespace.
12189
12190 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12191
12192 * gdb.t16/printcmds.exp (test_print_strings): Accept
12193 "(unsigned char *) " before the string.
12194
12195 * TODO: Add notes about printing of fancy types and GDB expressions.
12196
12197 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
12198
12199 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
12200 * gdb.t06/configure.in: Don't try to compile signals test program
12201 if doing mips-idt-ecoff.
12202
12203 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
12204
12205 * Most .exp files: Tweak to run under either version of expect.
12206
12207 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12208
12209 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
12210 xfails; I'm not sure why they are failing, but not because of PR 1806.
12211
12212 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
12213
12214 * config/unix-gdb.exp: Remove gdb_unload cause it's already
12215 defined in lib/gdb.exp.
12216
12217 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12218
12219 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
12220 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
12221 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
12222 have to be typeless.
12223
12224 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12225
12226 * TODO: Add suggestion for copyright year test.
12227
12228 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
12229
12230 * configure.in (*-*-lynxos*): Add stabs tests.
12231
12232 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12233
12234 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
12235 so insert a tab before any assembler directive in column zero.
12236
12237 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
12238 stores.
12239 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
12240 stores.
12241 (fpu_short_memory_tests): Likewise.
12242
12243 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12244
12245 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
12246 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
12247 .stabs directives in comments.
12248
12249 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12250
12251 * TODO: New file, describing tests we could write.
12252 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
12253
12254 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12255
12256 * gdb.t06/signals.exp: Add kludge to force re-sync.
12257
12258 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
12259 to xgdb instead of gdb, get out of gdb.
12260
12261 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
12262
12263 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
12264 for info.
12265
12266 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12267
12268 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
12269 * gdb.stabs/configure.in (hppa*-*-*): Use it.
12270 * gdb.stabs/hppa.sed: New sed script for the PA.
12271
12272 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12273
12274 * gdb.stabs: Re-write weird.def and configuration to use sed
12275 instead of cpp. sed is portable and POSIX; cpp is neither.
12276
12277 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12278
12279 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
12280
12281 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12282
12283 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
12284
12285 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12286
12287 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
12288 "_vb$".
12289 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
12290 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
12291
12292 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12293
12294 * lib/gdb.exp: Comment out code which depends on non-existent
12295 `transform' procedure.
12296
12297 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
12298
12299 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
12300 * lib/gdb.exp: Transform tool name.
12301 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
12302 1.1's new error handling system.
12303
12304 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12305
12306 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
12307
12308 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12309
12310 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
12311 They made pattern matching so slow that timeouts happened on
12312 heavily loaded systems. Now any output from "show print" which
12313 gets us back to the GDB prompt is a PASS.
12314
12315 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
12316
12317 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
12318
12319 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12320
12321 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
12322
12323 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
12324 It is not from PR 3220.
12325
12326 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12327
12328 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
12329 just started failing because they depended on the order the
12330 subcommands are presented, or exact docstring text. This kind of
12331 test is a pain and has minimal benefit.
12332
12333 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12334
12335 * gdb.t09/corefile.exp: At end of test, use "core" command with
12336 no arguments.
12337
12338 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
12339
12340 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
12341 17}/Makefile.in: Make it possible to run the testsuite with Sun
12342 make and CC = cross gcc by adding explicit build rules for .o
12343 files.
12344
12345 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12346
12347 * gdb.t15/funcargs.exp: Don't put comments on same line as
12348 setup_xfail (@#$*%& tcl braindamage!).
12349
12350 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12351
12352 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
12353
12354 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
12355
12356 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
12357 * gdb.t20/inherit.exp: remove three dumplicate entries.
12358
12359 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12360
12361 * gdb.t06/break.exp: For "next over recursive call", fail on any
12362 incorrect output, not just on "factorial (value=2)".
12363
12364 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12365
12366 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
12367 working now. Add an xfail if accesing a bss variable causes
12368 a memory error if the target is not yet run.
12369
12370 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12371
12372 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
12373 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
12374 name of __st* demangling (2 strings). Did Kung really get the
12375 more than 95 others right without testing them?
12376
12377 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
12378
12379 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
12380
12381 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
12382
12383 * configure.in (configdirs): Add gdb.disasm
12384 * gdb.disasm: New directory for GDB disassembler tests.
12385 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
12386
12387 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12388
12389 * gdb.t00/help.exp: Don't test "help set".
12390
12391 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
12392 from within expect statements. None of these happen anymore and
12393 they cause regressions to be silently unnoticed.
12394
12395 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
12396 messages) about known failures with gcc cygnus-2.4.5-930417.
12397
12398 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
12399 comp-info.exp so it gets built if it doesn't exist.
12400
12401 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
12402 it is no longer used.
12403 * gdb.t13/comp-info.c: Removed.
12404
12405 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12406
12407 * gdb.t06/signals.exp: Add xfail for sun3.
12408
12409 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12410
12411 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
12412 relevant because ^C doesn't get sent but failure can be reproduced
12413 interactively).
12414
12415 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12416
12417 * gdb.stabs/alpha.mt: New configuration file for alpha.
12418 * gdb.stabs/configure.in: Use it.
12419 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
12420 sharing with alpha.mt, redefine long to word via preprocessor.
12421 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
12422 for alpha.
12423 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
12424 native cc.
12425 * gdb.t00/teststrategy.exp: Change expect string so that we
12426 consume the `(xgdb)' from the command echo and from the gdb prompt.
12427 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
12428 gdb currently compares all values as long, so this failure probably
12429 applies to any configuration where LONGEST is bigger than a target int.
12430 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
12431 with gcc.
12432 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
12433 to handle opaque pointers, gcc is.
12434 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
12435 as first argument. Include <sys/types.h> and change all operator
12436 new definitions to use size_t.
12437 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
12438 now that we use size_t.
12439
12440 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12441
12442 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
12443 a long or float array cast all array members to the same type.
12444 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
12445 with 64 bit longs.
12446 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
12447 on alpha.
12448 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
12449
12450 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12451
12452 * gdb.t24 (demangle.exp): Constructors of templates have names like
12453 vector<int>::vector(int) not vector<int>::vector<int>(int). See
12454 section 14.6 of the ARM.
12455
12456 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
12457 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
12458 accomplish little and slow down the testsuite.
12459
12460 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
12461 Accept spaces various places.
12462
12463 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12464
12465 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
12466 with watchpoint enabled.
12467
12468 * Makefile.in: Remove definition of CC and remove the second
12469 definition of CXX (the "CXX = gcc" one remains). These definitions
12470 were causing backquotes to be expanded within backquotes, which
12471 doesn't work.
12472
12473 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12474
12475 * gdb.t17/callfuncs.exp: Add "return 0" to end.
12476
12477 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12478
12479 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
12480 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
12481 by mips cc and contains no stabs entries.
12482
12483 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
12484
12485 * config/vx-gdb.exp: Use fake device to load files rather than
12486 NFS.
12487 * lib/gdb.exp: New proc to do "file" command.
12488 * config/unix-gdb.exp: Use new "file" proc.
12489
12490 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12491
12492 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
12493 Rework board rebooting slightly.
12494 (gdb_exit): Don't exit from the remote shell; there isn't one.
12495 * gdb.stabs/weird.exp: If a program is being debugged already,
12496 kill it.
12497 * gdb.t04/setvar.exp: Stop and restart gdb.
12498 * gdb.t05/expr.exp: Likewise.
12499 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
12500 restart gdb and reload the program.
12501 * gdb.t08/opaque.exp: Likewise.
12502 * gdb.t12/scope.exp: Likewise.
12503 * gdb.t13/bitfields.exp: Likewise.
12504 * gdb.t15/funcargs.exp: Likewise.
12505 * gdb.t20/classes.exp: Likewise.
12506 * gdb.t03/ptype.exp: Increase timeout.
12507 * gdb.t16/printcmds.exp (test_print_string_constants,
12508 test_print_array_constants): Likewise.
12509 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
12510 * gdb.t20/classes.exp (do_tests): Likewise.
12511 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
12512
12513 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
12514
12515 * gdb.stabs: Renamed *wierd* to *weird*.
12516
12517 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12518
12519 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
12520 for timeout. Add "known gcc 2.4.5 bug" to failure message.
12521
12522 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12523
12524 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
12525 (do_tests): Remove xfail for whatis on one_var and two_var.
12526
12527 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
12528
12529 * Makefile.in: Made cross building work better by adding
12530 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
12531
12532 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12533
12534 * gdb.t15/{return.c,return.exp,Makefile.in}:
12535 New test, currently commented out.
12536
12537 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
12538
12539 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
12540 still running and removes the leftover named socket so GDb can do
12541 clean restarts.
12542
12543 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
12544
12545 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
12546 console, not GDB.
12547 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
12548 cross testing works better with "make check"
12549 * config/unix-gdb: Use default procedures for exit and version.
12550 * config/vx-gdb.exp: Cleaned up and massaged back to working order
12551 with the newest VxWorks.
12552
12553 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12554
12555 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
12556 old form.
12557
12558 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
12559 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
12560
12561 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
12562
12563 * config/unix-gdb.exp: Remove this version of gdb_exit
12564 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
12565 Rob says he'll look at it when he gets back to testing boards.
12566
12567 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
12568
12569 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
12570 an expected fail for certain ptype commands.
12571
12572 * gdb.t20/classes.exp: Update expected results of "ptype class
12573 Base1" to account for the constructor that now appears in the type.
12574
12575 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
12576
12577 * configure.in (configdirs): Restore gdb.t04, which mysteriously
12578 disappeared from list.
12579 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
12580 "alldone" proc with call to cleanup and exit.
12581 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
12582 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
12583 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
12584 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
12585 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
12586 "alldone" proc with simple returns that suppress remaining
12587 tests. The alldone proc went away many months ago.
12588
12589 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12590
12591 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
12592
12593 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
12594
12595 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12596
12597 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
12598 as vax gdb will display them.
12599
12600 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12601
12602 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
12603 optimizers.
12604
12605 * scope.exp: Change "bad value for localval" messages so each one
12606 is unique.
12607
12608 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
12609 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
12610
12611 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
12612
12613 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12614
12615 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
12616 doesn't exist (due to optimization).
12617
12618 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12619
12620 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
12621 contains \r because the filename is long.
12622
12623 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
12624 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
12625
12626 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12627
12628 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
12629 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
12630 Ultrix.
12631 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
12632 int tests.
12633 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
12634
12635 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
12636
12637 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
12638
12639 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
12640 to match does not match the passing case but still matches the
12641 failing case.
12642
12643 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12644
12645 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
12646
12647 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
12648
12649 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
12650 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
12651 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
12652 Remove various versions of gdb_exit.
12653 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
12654 gdb_exit.
12655 * config/unix-gdb.exp: gdb_exit remains here, and should override
12656 the generic version, since it's doing a lot of wierd stuff that
12657 the other versions aren't. FIXME, fold it in, or abandon this
12658 version.
12659
12660 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12661
12662 * gdb.t24/demangle.exp: Add tests for PR 3220.
12663
12664 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12665
12666 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
12667
12668 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
12669
12670 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
12671 "i386-*-*". Works for i486 as well.
12672
12673 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
12674 bug, and expand domain of xfail to all SVR4 systems, since the
12675 actual problem is likely to be in generic SVR4 /proc support.
12676
12677 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12678
12679 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
12680
12681 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
12682
12683 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
12684 xfails for other systems. Match a missing 'Continuing.' as an
12685 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
12686
12687 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
12688 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
12689 Only issue warning for missing executables if -all option is used.
12690
12691 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
12692 file if -all option is used. It's like an unpredictable XFAIL.
12693
12694 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12695
12696 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
12697 for dynamically linked binaries.
12698
12699 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
12700
12701 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12702
12703 * gdb.t20/inherit.exp: Change message for "print tagless struct"
12704 to state that this is a known bug in old versions of g++.
12705
12706 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12707
12708 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
12709 while waiting for `Continuing'.
12710
12711 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
12712
12713 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
12714 in text, data, and bss.
12715 * gdb.t10/nodebug.c: Add local and global test variables for
12716 initialized and uninitialized data.
12717
12718 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12719
12720 * config/unix-gdb.exp (gdb_exit): Add "wait".
12721
12722 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12723
12724 * gdb.t06/signals.exp: xfail the continue from the handler for all
12725 targets.
12726
12727 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
12728 function with watchpoints enabled, the i386 call dummy starts with
12729 a call.
12730
12731 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
12732 386 bsd names its corefiles.
12733
12734 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
12735
12736 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
12737 compilers don't grok it.
12738 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
12739 with small octal ints rather than character constants, which
12740 are signed and might not fit if first promoted to int.
12741
12742 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
12743
12744 * gdb.t09/Makefile.in (clean): Remove corefile.
12745
12746 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12747
12748 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
12749
12750 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12751 and Jim Kingdon (kingdon@cygnus.com)
12752
12753 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
12754 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
12755 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
12756
12757 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12758
12759 * gdb.t17/interrupt.exp: Add xfail for hppa.
12760
12761 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12762
12763 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
12764 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
12765 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
12766 to determine signed-ness of bitfields and use the result to setup
12767 the xfail.
12768 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
12769 * gdb.t15/funcargs.exp: Use them to step until the second indirect
12770 call line is reached if necessary.
12771
12772 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12773
12774 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
12775
12776 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12777
12778 * gdb.t06/break.exp: Also test `clear' command.
12779
12780 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12781
12782 * gdb.t00/teststrategy.exp: Remove extra quote.
12783
12784 * gdb.t07/watchpoint.exp: Change xfail for calling function with
12785 watchpoint enabled to be for all non-68k machines.
12786
12787 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
12788
12789 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12790
12791 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
12792 targets use aout.mt instead of ecoff.mt as gas understands
12793 standard aout format.
12794
12795 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12796
12797 * lib/gdb.exp (runto): Don't insist that function we are running to
12798 was compiled with -g.
12799
12800 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
12801
12802 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
12803 to get back into the read system call.
12804 Accept leading newline in case where we woke it up.
12805
12806 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12807
12808 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
12809 to make the stabs test work on ecoff systems using gcc and -with-stabs.
12810 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
12811 enable ecoff configuration.
12812
12813 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12814
12815 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
12816
12817 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12818
12819 * gdb.t16/printcmds.exp: Add another printf test.
12820
12821 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
12822
12823 * configure.in: If configured -with-stabs on any target, add
12824 stabsdirs to configdirs.
12825
12826 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12827
12828 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
12829 fun" so pattern does not match the command itself.
12830
12831 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12832
12833 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
12834
12835 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12836
12837 * gdb.t17/interrupt.exp: Test for more things.
12838
12839 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12840
12841 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
12842 compiler arranges the code and line numbers.
12843
12844 * gdb.t17/interrupt.exp: Don't send \n after ^C.
12845
12846 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12847
12848 * gdb.t00/help.exp: Increase expect input buffer size.
12849
12850 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12851
12852 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
12853
12854 * gdb.t07/watchpoint.exp: Add xfail for hppa.
12855
12856 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
12857
12858 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
12859 [0-9]*, not just [0-9].
12860
12861 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12862
12863 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
12864
12865 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
12866
12867 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12868
12869 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
12870
12871 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12872
12873 * gdb.t06/signals.c: Add xfails for sun3.
12874
12875 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
12876
12877 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
12878 test_stepping tests.
12879
12880 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12881
12882 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
12883
12884 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
12885
12886 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
12887 rather than actually putting it through cpp twice.
12888
12889 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
12890
12891 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
12892
12893 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
12894 no longer needed.
12895
12896 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12897
12898 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
12899
12900 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
12901 C++ features prints as "struct", make it a pass, not an xfail.
12902
12903 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12904
12905 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
12906 Don't require VA to print as "class" rather than "struct".
12907
12908 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
12909
12910 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
12911
12912 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12913
12914 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
12915
12916 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12917
12918 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
12919 order.
12920
12921 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12922
12923 * gdb.t16/printcmds.exp: Add printf tests.
12924
12925 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
12926
12927 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
12928
12929 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
12930
12931 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
12932 pass counts, to counteract any existing or future setup_xfails.
12933
12934 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12935
12936 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
12937 {BEGIN,END}_COMMON for common block instead of STAB.
12938 * gdb.stabs/wierd.exp: Add xfail for rs6000.
12939
12940 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
12941 intp_var should be N_GSYM not N_LSYM.
12942 wierd-aout.S: Use a label for the value of the N_SO.
12943 wierd.def: Remove all backslashes.
12944 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
12945
12946 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12947
12948 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
12949 get the expected next to inheritance3.
12950
12951 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12952
12953 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
12954 now that gcc-2.4 gets it right.
12955
12956 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12957
12958 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
12959
12960 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
12961 generating comp-info.exp which works for cross-compilation.
12962
12963 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
12964
12965 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
12966 "*-*-sysv4.*".
12967
12968 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
12969
12970 * gdb.t01/run.exp: Start with a fresh gdb.
12971 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
12972 SVR4.x.
12973
12974 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
12975
12976 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
12977 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
12978 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
12979 Makefile.in (distclean, realclean): Remove gdbme.c from list of
12980 things to remove.
12981
12982 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
12983
12984 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
12985 test cases from bug reports.
12986
12987 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
12988
12989 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
12990 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
12991 avoid spurious xfails.
12992 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
12993 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
12994 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
12995
12996 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
12997
12998 * gdb.t00/teststrategy.exp: Rework to provide more useful
12999 description of each test, fix problem with systems that define
13000 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
13001 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
13002 results for "next over recursive call" so timeouts aren't taken
13003 by error.
13004
13005 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
13006
13007 * gdb.t12/scope.exp: Test printing of variables before run.
13008
13009 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
13010 printed in wrong order due to sorting.
13011
13012 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
13013
13014 * gdb.t00/teststrategy.exp: Fix expected results for printing
13015 user entered string constant. Is array of char, prints with no
13016 address.
13017
13018 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
13019 commands.
13020 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
13021 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
13022 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
13023 of struct of char arrays.
13024 * gdb.t00/radix.exp: New tests for radix commands.
13025
13026 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
13027
13028 * gdb.t16/printcmd.exp: Print a variable before running program
13029 (with xfail for AIX).
13030
13031 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
13032
13033 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
13034
13035 * gdb.t16/printcmd.exp: Don't print variables before running program.
13036
13037 * gdb.t06/break.exp: Don't require envp argument to main.
13038
13039 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
13040
13041 * gdb.t02/whatis.exp, gdb.t11/list.exp:
13042 Add xfails for rs6000.
13043
13044 * gdb.t02/whatis.exp: Change other tests not to re-test something
13045 we already tested.
13046
13047 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
13048 each type used has a variable of that type.
13049
13050 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
13051
13052 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
13053
13054 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13055
13056 * configure.in: change srctrigger to be a file, not a directory
13057
13058 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
13059
13060 * configure.in (mips-idt-ecoff*): Added trailing '*'.
13061
13062 * gdb.t11/list.exp: Fixed a couple of typos.
13063
13064 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
13065
13066 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
13067 is fixed and PR is closed.
13068 * gdb.t16 (gdbme.c): Add simple test string variable.
13069 * gdb.t16 (printcmds.exp): Add tests with simple test string
13070 variable, primarily for boundaries on "set print elements".
13071
13072 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
13073
13074 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
13075 Make leading 0's optional and don't expect a tab in the middle
13076 of the number.
13077
13078 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
13079
13080 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
13081 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
13082 don't end command passed to gdb_test with newline.
13083
13084 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
13085 signed keyword away, don't expect signed bitfields to be signed.
13086
13087 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
13088 printing with only as many 1's as are in the field as well as printing
13089 with 32 1's (see comment).
13090
13091 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
13092
13093 * gdb.t00/default.exp: Start with a fresh gdb.
13094 * configure.in (configdirs): Remove gdb.t31 until the chill
13095 compiler works again. It no longer is able to find chillrt0
13096 since it isn't in libchill.a anymore.
13097 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
13098 wierd.o, make more modular.
13099 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
13100 spurious newlines that caused problems.
13101
13102 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13103
13104 * Move test with enums and partial symbols from gdb.t03/ptype.exp
13105 to gdb.stabs/wierd.exp since GCC has worked around the bug.
13106 gdb.stabs/wierd.{exp,def}: Many new tests.
13107
13108 * gdb.t00/default.exp: update info line for new message.
13109
13110 * gdb.t02/{whatis.exp,gdbme.c}:
13111 Test that "char *" doesn't print as "caddr_t".
13112
13113 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13114
13115 * gdb.t00/help.exp: Use .* in place of some help messages which
13116 just changed.
13117 gdb.t00/default.exp: Update "info frame" test for new message.
13118 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
13119 Remove some xfails
13120
13121 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13122
13123 * gdb.t03/{gdbme.c,ptype.exp}:
13124 Add tests for typedef'd struct and union without tags.
13125 Also check "whatis" on a variable of a typedef'd enum without a tag.
13126
13127 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
13128 PRMS 1823; the bug still exists but isn't reproduced by this test
13129 anymore), and remove rs6000 XFAIL (the bug is fixed).
13130
13131 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
13132 duplicated from whatis.exp. For those that are left, accept
13133 "long", "long int", or "int" for long variables (whatis.exp already
13134 has an XFAIL for "int", so no need to fail it here).
13135
13136 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
13137 Deal with GCC's names for types now that GDB uses the compiler's names.
13138
13139 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
13140 setup_xfail's for sunos4. If we #defined the signed keyword away,
13141 don't expect GDB to know that char it is signed.
13142
13143 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
13144
13145 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
13146
13147 * configure.in (configdirs): Add gdb.t24 for C++ tests that
13148 should work on any system, regardless of debugging format.
13149 * gdb.t21/demangle.exp: Move to gdb.t24.
13150 * gdb.t24/demangle.exp: Move from gdb.t21.
13151 * gdb.t24/{Makefile.in, configure.in}: New files.
13152
13153 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13154
13155 * configure.in: Do gdb.stabs and C++ tests only for stabs.
13156 * gdb.stabs: New directory.
13157
13158 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13159
13160 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
13161 not just "Quit anyway?".
13162
13163 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
13164
13165 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
13166 that all setup_xfails are immediately followed by clear_xfails.
13167
13168 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
13169
13170 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
13171 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
13172 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
13173 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
13174 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
13175 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
13176 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
13177 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
13178 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
13179 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
13180 gdb.t31/chillvars.exp, lib/gdb.exp:
13181 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
13182 bug-gdb@prep.ai.mit.edu.
13183
13184 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
13185
13186 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
13187 with 0.0, not integer 0.
13188
13189 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
13190
13191 * gdb.t06/break.exp: Update for "Kill the program" message change.
13192
13193 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
13194
13195 * Makefile.in (GDBFLAGS): Set to -nx.
13196 * Makefile.in (site.exp): Use GDBFLAGS.
13197
13198 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13199
13200 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
13201 Makefiles.
13202 (check): depend on just-check.
13203 (just-check): added so that tests can be run without a noop
13204 build pass.
13205
13206 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13207
13208 Switch to using configure's configdirs.
13209 * Makefile.in (Makefile): add configure.in dependency.
13210 (SUBDIRS): removed redundant assignment.
13211 * configure.in: switch subdirs assignment to configdirs.
13212 * gdb.t*/configure.in: new files.
13213
13214 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
13215
13216 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
13217 works.
13218
13219 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
13220
13221 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
13222 in explicit rules. Apparently this is not supported by some makes.
13223
13224 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
13225
13226 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
13227
13228 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13229
13230 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
13231 disappeared.
13232
13233 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13234
13235 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
13236
13237 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
13238
13239 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
13240 watchpoint problem that is now fixed.
13241 * gdb.t30/chexp.exp: Remove setup_xfail for printing
13242 uninitialized convenience variables.
13243 * gdb.t31/chillvars.exp: Fix expected patterns for printing
13244 structures.
13245
13246 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13247
13248 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
13249 which causes expect to get out of sync with gdb on long output
13250 from help set.
13251 * gdb.t09/corefile.exp: Make expected pattern for core file
13252 failing signal and frame output format less sun specific.
13253
13254 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
13255
13256 * gdb.t31/chillvars.exp: Add and remove initial dummy
13257 breakpoint, so that symbol table is forced in.
13258 (Needed at least on Sunos4, though it seems not SVR4.)
13259 * gdb.t31/chillvars.exp: Update for changed output format.
13260
13261 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
13262
13263 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
13264
13265 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
13266
13267 * Makefile.in: Added --srcdir when invoking runtest, removed the
13268 need for a local config file. (optional now)
13269
13270 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
13271
13272 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
13273 failure count used to force early termination. Add some more
13274 expected failures for gnu style demangling.
13275
13276 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13277
13278 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
13279 pmi variable from gdb.t20/gdbme to get optimized away.
13280 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
13281 Check for written corefile upon timeout _and_ eof.
13282
13283 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13284
13285 * config/unix-gdb.exp: Add missing return 0.
13286
13287 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13288
13289 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
13290 test termination.
13291
13292 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
13293
13294 * configure.in (subdirs): Put back gdb.t17 which mysteriously
13295 disappeared.
13296
13297 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
13298
13299 * gdb.t10/crossload.exp: Disable the i860-elf test until such
13300 time as i860 support works.
13301
13302 * gdb.t15/funcargs.exp: Fix expected outputs to include
13303 "backtrace 100\r" rather than just "backtrace\r", to match last
13304 change.
13305
13306 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
13307
13308 * config/udi-gdb.exp (gdb_exit): Remove close command.
13309 (gdb_target_udi): New procedure to set the UDI target.
13310 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
13311 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
13312 Added waits for prompts after several question responses. Added
13313 some more responses used by a29k-amd-udi-gdb.
13314 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
13315 pass different arguments, restart UDI connection after program
13316 completion.
13317 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
13318 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
13319 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
13320 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
13321 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
13322 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
13323 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
13324 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
13325 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
13326 after program completion.
13327 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
13328 compiled with a SELECT_VECS setting.
13329 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
13330 infinite recursion.
13331
13332 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
13333 Added checks for COFF results, and made them expected failures for
13334 all targets. It would be better to make them expected failures
13335 for COFF targets only.
13336
13337 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13338
13339 * Makefile.in: add null dvi target, don't bother to recurse
13340 through test directories for info and install-info; rename
13341 $(datadir) to be dejagnu instead of deja-gnu
13342
13343 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
13344
13345 * gdb.t31/gdbme.ch: Re-enable code that previously caused
13346 compiler to coredump.
13347 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
13348 code.
13349
13350 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
13351
13352 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
13353 coredump.
13354 * gdb.t31/chillvars.exp: Comment out tests that depend on that
13355 code.
13356
13357 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
13358
13359 * gdb.t03/ptype.exp: tests for return code from gdb_test.
13360 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
13361 which in a shell. Deletes xgdb when done.
13362 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
13363 Tests the return from the "set height" or "set width" commands.
13364 Added a few return codes where needed.
13365
13366 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
13367
13368 * Makefile.in (SUBDIRS): Add gdb.t17.
13369 * configure.in (subdirs): Add gdb.t17.
13370 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
13371 files to test gdb's calling of functions in the inferior with
13372 the correct arguments and gdb's ability to retrieve any
13373 result returned.
13374
13375 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
13376
13377 * config/unix-gdb.exp (gdb_exit): Remove close commands that
13378 may be called after gdb goes away. Previous versions of expect
13379 needed these to avoid file descriptor leaks, but they cause
13380 errors with the current revision of expect.
13381 * gdb.t00/gdbvars.exp: Use -re on expected output after
13382 setting sevenbit-strings.
13383 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
13384 to set sevenbit-strings consistent across tests.
13385 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
13386 set sevenbit-strings consistent across tests.
13387
13388 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
13389
13390 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
13391 expected output to match current "expect" expectations.
13392
13393 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
13394
13395 * gdb.t00/default.exp: Change expected output for default "source"
13396 command, to match new gdb behavior which requires a filename to
13397 source.
13398
13399 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
13400
13401 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
13402 expected fail for i486-*-* that misses the marker2 function.
13403 * gdb.t10/crossload.exp (bfddefault): Allow successful
13404 recognition of a format to pass even if no symbols are found.
13405 Explicitly catch failures where the format is not recognized
13406 or is ambiguous, and add the reason to the fail message.
13407 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
13408 the cause is and invalid target and add reason to failure message.
13409 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
13410 elf32-i386, elf32-sparc, and elf32-i860.
13411 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
13412 Set up expected failure for 'filename'::variable scope resolution,
13413 which is now apparently broken on all targets.
13414 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
13415 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
13416 gdb.t23/templates.exp: Change failure for missing binfile into
13417 just a warning.
13418 gdb.t21/demangle.exp: Change all cfront references to 'arm'
13419 references.
13420
13421 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
13422
13423 * gdb.t00/default.exp: Add expected output for default "source"
13424 command, to match new gdb behavior.
13425 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
13426
13427 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
13428
13429 * config/*-gdb.exp: returns an error, rather than exiting on
13430 internal errors.
13431
13432 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
13433
13434 * gdb.t03/gdbme.c: Add pointer to struct variable.
13435 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
13436 referencing struct members.
13437
13438 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
13439
13440 * configure.in (mips-idt-ecoff): New target.
13441 * config/mips-gdb.exp: New file for remote board using MIPS remote
13442 debugging protocol.
13443
13444 * Redid configuration scheme. Removed gdb.t*/configure.in.
13445 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
13446 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
13447 distclean targets. Built executables via .o files. Adjusted
13448 tests to account for source files in $(srcdir) rather than
13449 $(objdir).
13450 * lib/gdb.exp (runto): Don't expect () after the function name,
13451 because it may have arguments.
13452
13453 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
13454
13455 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
13456 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
13457 expected failures for mips-idt-* and mips-sgi-*.
13458 * gdb.t00/default.exp (attach): Kill process if requested.
13459 * gdb.t00/help.exp (help target core, help target): Accept a gdb
13460 that does not read core files.
13461 * gdb.t01/run.exp: Removed checks for exit status code.
13462 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
13463 it is linked in.
13464 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
13465 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
13466 appropriate, rather than doing it by hand.
13467 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
13468 execution.
13469 * gdb.t10/crossload.exp: Kill existing program if needed.
13470 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
13471 appropriate, rather than doing it by hand. Always increase
13472 timeout for this test, not just for VxWorks.
13473
13474 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
13475
13476 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
13477 of Chill STRUCT types and STRUCT values.
13478 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
13479 than "char".
13480 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
13481 struct2): New struct definitions and initializations to test
13482 simple Chill STRUCT types.
13483
13484 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
13485
13486 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
13487 the null byte at the end of strings.
13488 * gdb.t00/default.exp: Make show version insensitive to copyright
13489 date.
13490 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
13491 to avoid dependencies on target char signedness.
13492 * gdb.t16/printcmds.exp: Update expected results for explicitly
13493 unsigned char.
13494 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
13495 now work.
13496 * gdb.t21/demangle.exp: Add many more patterns for template
13497 demangling, most of them being expected failures.
13498 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
13499 string we are matching for, to match on the whole string.
13500 * gdb.t21/demangle.exp: Add many new test strings to demangle,
13501 and fix a whole bunch that had incorrect expected output but were
13502 passing anyway because of the bug in "proc demangle".
13503 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
13504 type.
13505 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
13506
13507 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
13508
13509 * gdb/testsuite: made modifications to testcases, etc., to allow
13510 them to work properly given the reorganization of deja-gnu and the
13511 relocation of the testcases from deja-gnu to a "tool" subdirectory.
13512
13513 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
13514
13515 * gdb/testsuite: Initial creation of gdb/testsuite.
13516 Migrated dejagnu testcases and support files for testing nm to
13517 gdb/testsuite from deja-gnu. These files were moved "as is"
13518 with no modifications. This migration is part of a major overhaul
13519 of dejagnu. The modifications to these testcases, etc., which
13520 will allow them to work with the new version of dejagnu will be
13521 made in a future update.
13522
13523 For additional changes see gdb.mi/ChangeLog-1999-2003.
13524 \f
13525 ;; Local Variables:
13526 ;; mode: change-log
13527 ;; left-margin: 8
13528 ;; fill-column: 74
13529 ;; version-control: never
13530 ;; End:
13531
13532 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
13533 2003, 2004, 2005 Free Software Foundation, Inc.
13534 Copying and distribution of this file, with or without modification,
13535 are permitted provided the copyright notice and this notice are preserved.
This page took 0.360664 seconds and 5 git commands to generate.