2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
2
3 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
4
5 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
6
7 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
8
9 2004-02-02 Fred Fish <fnf@redhat.com>
10
11 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
12 remote targets. Update copyright years.
13
14 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
15
16 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
17 support.
18 * gdb.base/langs.exp: Fix test which attempts to create
19 breakpoint on non-existent function to handle new pending
20 support.
21 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
22 a breakpoint.
23 * gdb.base/pending.exp: New test.
24 * gdb.base/pending.c: New file.
25 * gdb.base/pendshr.c: Ditto.
26
27 2004-02-02 David Carlton <carlton@kealia.com>
28
29 * gdb.cp/overload.exp: Add overloadNamespace tests.
30 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
31 (overloadNamespace, XXX): New.
32 (main): Call XXX::marker2.
33
34 2004-02-01 Fred Fish <fnf@redhat.com>
35
36 * gdb.base/dump.exp: Use runto_main instead of "runto main".
37 * gdb.base/finish.exp: Ditto.
38 * gdb.base/gcore.exp: Ditto.
39 * gdb.base/huge.exp: Ditto.
40 * gdb.base/info-proc.exp: Ditto.
41 * gdb.base/return2.exp: Ditto.
42 * gdb.threads/gcore-thread.exp: Ditto.
43
44 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
45
46 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
47
48 2004-02-01 Mark Kettenis <kettenis@gnu.org>
49
50 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
51 that opening the file succeeds on OpenBSD.
52
53 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
54
55 * gdb.threads/thread-specific.c: New file.
56 * gdb.threads/threads-specific.exp: New test script.
57 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
58 to expect_out.
59
60 2004-02-01 Mark Kettenis <kettenis@gnu.org>
61
62 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
63 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
64 only on the "print_small_structs from print_long_arg_list" test.
65
66 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
67
68 * gdb.base/completion.exp: Kill a stray backslash.
69
70 From Jim Ingham <jingham@apple.com>:
71 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
72 agrees with the result from sending a tab.
73
74 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
75
76 * gdb.base/chng-syms.exp: Remove stray newline.
77
78 2004-01-31 Mark Kettenis <kettenis@gnu.org>
79
80 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
81 *-*-openbsd*.
82 * gdb.asm/openbsd.inc: New file.
83
84 2004-01-30 Mark Kettenis <kettenis@gnu.org>
85
86 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
87 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
88 *-*solaris2*. Remove commented out default settings for
89 asm-flags. Replace gdb_compile with target_link.
90
91 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
92
93 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
94 for all tests. Remove old hp-ux and cygnus xfail cases.
95
96 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
97
98 * gdb.base/chng-syms.exp: New file.
99 * gdb.base/chng-syms.c: New file.
100
101 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
102
103 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
104 Provide arms for current output in all my configurations.
105
106 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
107
108 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
109 * lib/compiler.cc: Likewise.
110 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
111 get the right preprocessor. Eval the output directly. Remove
112 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
113 hp_f77_compiler and hp_f90_compiler completely.
114 (gdb_preprocess): Delete.
115 (get_compiler): Delete.
116
117 2004-01-24 Mark Kettenis <kettenis@gnu.org>
118
119 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
120 <string.h>.
121
122 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
123
124 * gdb.mi/mi-stack.exp: Update copyright.
125
126 2004-01-23 David Carlton <carlton@kealia.com>
127
128 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
129 test for cp_lookup_transparent_type.
130 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
131 call them.
132
133 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
134
135 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
136 after -var-update.
137
138 2004-01-23 David Carlton <carlton@kealia.com>
139
140 * gdb.cp/namespace.cc (C::ensureRefs): New.
141 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
142
143 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
144
145 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
146 case "-stack-list-locals 2".
147 * gdb.mi/mi-var-child.exp: Test for case
148 "-var-list-children --all-values NAME".
149
150 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
151
152 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
153
154 2004-01-18 Mark Kettenis <kettenis@gnu.org>
155
156 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
157 used with gdb_test_multiple.
158
159 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
160 read at address 0. This fixes PR testsuite/1504.
161
162 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
163
164 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
165 Remove downloading, guessing the host executable, the calls to
166 gdb_file_cmd and gdb_target_cmd, and "load" support.
167 (infer_host_exec): New function broken out from gdb_load.
168 (gdb_load): New wrapper for gdbserver_gdb_load.
169 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
170 gdb_target_cmd. Use -target-select.
171 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
172 Download binaries to the host. Clear last_mi_remote_file when
173 we load a new binary.
174 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
175 call gdbserver_gdb_load and mi_gdb_target_cmd.
176
177 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
178
179 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
180 type patterns.
181
182 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
183
184 * gdb.cp/templates.exp: Fix typo in test name of
185 "print Foo<volatile char*>::foo".
186
187 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
188
189 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
190
191 2004-01-16 Ben Elliston <bje@wasabisystems.com>
192
193 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
194 (clean mostlyclean): Remove empty rm.
195
196 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
197
198 * gdb.base/setvar.exp: Add copyright years.
199
200 2004-01-14 David Carlton <carlton@bactrian.org>
201
202 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
203 PR c++/1511 and update coment.
204 * gdb.cp/templates.exp: Update patterns to match current output.
205 If changes involve something other than whitespace, KFAIL
206 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
207
208 2004-01-14 David Carlton <carlton@kealia.com>
209
210 * gdb.cp/namespace.exp: Add tests involving classes defined within
211 namespaces.
212 * gdb.cp/namespace.cc (C::CClass): New.
213 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
214
215 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
216
217 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
218 what debug info we have. Print a better message if something goes
219 wrong while producing the separate debug info file.
220
221 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
222
223 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
224
225 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
226
227 * gdb.base/callfuncs.c: Add copyright notice.
228
229 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
230
231 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
232 inheritance. PR gdb/1498, PR gcc/13539.
233
234 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
235
236 * gdb.threads/gcore-thread.exp: Prefix name of binary with
237 test specific name.
238 * gdb.mi/gdb669.exp: Ditto.
239 * gdb.mi/mi-pthreads.exp: Ditto.
240 * gdb.mi/mi1-pthreads.exp: Ditto.
241 * gdb.mi/mi2-pthreads.exp: Ditto.
242
243 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
244
245 * gdb.cp/member-ptr.cc: Add copyright notice.
246
247 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
248
249 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
250 some patterns for recent versions of gcc and hpacc. Delete
251 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
252 Delete tests that access a NULL pointer-to-member-data. This
253 script is still disabled for gcc.
254
255 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
256
257 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
258 escaped correctly.
259
260 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
261
262 * gdb.base/sepdebug.exp: New file.
263 * gdb.base/sepdebug.c: New file.
264 * lib/gdb.exp (separate_debug_filename): New procedure.
265 (gdb_gnu_strip_debug): New procedure.
266
267 2004-01-12 Andrew Cagney <cagney@redhat.com>
268
269 * gdb.mi/ChangeLog: Delete file. Renamed to ...
270 * gdb.mi/ChangeLog-1999-2003: New file.
271
272 2004-01-12 Andrew Cagney <cagney@redhat.com>
273
274 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
275 "Renaming a directory to a non-empty directory returns ENOTEMPTY
276 or EEXIST", treat EBUSY as an XFAIL.
277
278 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
279
280 * gdb.base/scope.exp: Remove obsolete setup_xfail for
281 hp_cc_compiler.
282
283 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
284
285 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
286 decorations.
287
288 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
289
290 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
291 and "(aCC)" decorations. Remove obsolete doco about old
292 test results.
293
294 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
295
296 * gdb.cp/exception.exp: Fix typo in doco.
297
298 2004-01-09 Mark Kettenis <kettenis@gnu.org>
299
300 * gdb.base/gdb1476.exp: Fix typo.
301
302 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
303
304 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
305 file.
306
307 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
308
309 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
310 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
311 Use gdb_compile. Remove restriction on gcc. Add some patterns
312 for recent version of gdb. Delete second half, which was a copy
313 of the first half with different build flags. This test is
314 still disabled because it is still not ready for production.
315
316 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
317
318 * gdb.cp/exception.cc: Add copyright notice.
319 * gdb.cp/exception.exp: Add a notice that this file is broken
320 because of line number changes caused by addition of copyright
321 notice.
322
323 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
324
325 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
326 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
327
328 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
329
330 * gdb.cp/classes.exp: Accept gnu abi 2.
331 * gdb.cp/derivation.exp: Likewise.
332 * gdb.cp/overload.exp: Likewise.
333 * gdb.cp/virtfunc.exp: Likewise.
334
335 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
336
337 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
338 semicolon after end of function.
339
340 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
341
342 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
343 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
344 boilerplate code for compiling and running the program under
345 test. Add some string method tests.
346
347 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
348
349 * gdb.cp/bs15503.cc: Add copyright notice.
350 * gdb.cp/bs15503.exp: Adjust line number.
351
352 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
353
354 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
355 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
356
357 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
358
359 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
360 hp_cc_compiler.
361
362 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
363
364 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
365 * gdb.cp/ctti.exp: Use the marker instead of "next".
366 With gcc, run further before bailing.
367
368 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
369
370 * gdb.cp/cttiadd.cc: Add copyright notice.
371 * gdb.cp/cttiadd1.cc: Likewise.
372 * gdb.cp/cttiadd2.cc: Likewise.
373 * gdb.cp/cttiadd3.cc: Likewise.
374
375 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
376
377 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
378 Use gdb_test, gdb_test_multiple. Use floating-point values that
379 have exact representations in IEEE-ish formats.
380
381 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
382
383 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
384 compilers. Delete duplicate call to get_compiler_info.
385 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
386 * gdb.base/volatile.exp: Likewise.
387
388 2004-01-07 Mark Kettenis <kettenis@gnu.org>
389
390 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
391 memory at address 0.
392
393 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
394
395 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
396 to test for hp-ux assembler. Fix copyright years.
397
398 2004-01-07 Andrew Cagney <cagney@redhat.com>
399
400 * gdb.base/fileio.c (strerrno): Add "EBUSY".
401
402 2004-01-07 Andrew Cagney <cagney@redhat.com>
403
404 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
405 when creating the read-only file. From analysis by Roland McGrath
406 and Elena Zannoni.
407
408 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
409
410 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
411
412 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
413
414 * gdb.base/cvexpr.c: Be type-safe with function pointers and
415 data pointers.
416
417 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
418
419 * gdb.cp/m-static.exp: Compile one source file at a time.
420 Delete unused call to get_compiler_info.
421
422 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
423
424 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
425 * gdb.base/call-rt-st.exp: Likewise.
426 * gdb.base/nodebug.exp: Likewise.
427 * gdb.base/volatile.exp: Likewise.
428 * gdb.cp/ref-types.exp: Likewise.
429 * gdb.cp/templates.exp: Likewise.
430
431 2004-01-05 Mark Kettenis <kettenis@gnu.org>
432
433 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
434
435 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
436
437 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
438 hppa*-hp-hpux*.
439
440 2004-01-04 Mark Kettenis <kettenis@gnu.org>
441
442 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
443 x86_64-*-*.
444
445 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
446 sparc64-*-* and sparc*-solaris2*.
447
448 2004-01-04 Mark Kettenis <kettenis@gnu.org>
449
450 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
451 return ${tests}" test. The ${tests} already mentions the
452 filename.
453
454 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
455
456 * gdb.cp/local.exp: Accept gcc abi 2.
457
458 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
459
460 * gdb.cp/templates.exp: Accept gcc abi 2.
461
462 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
463
464 * lib/compiler.cc: Remove supports_template_debugging.
465 * gdb.cp/templates.exp: Do not test supports_template_debugging.
466
467 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
468
469 * gdb.cp/namespace.exp: Accept gcc abi 2.
470
471 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
472
473 * gdb.cp/method.exp: Accept gcc abi 2.
474
475 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
476
477 * gdb.cp/classes.exp: Generate identical results as old version.
478 * gdb.cp/derivation.exp: Likewise.
479 * gdb.cp/overload.exp: Likewise.
480 * gdb.cp/virtfunc.exp: Likewise.
481
482 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
483
484 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
485 mysterious bug with sourceware version of expect.
486
487 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
488
489 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
490 current versions of gcc, including gcc abi 2. Remove gratuitous
491 restart of test program. Use gdb_test_multiple and gdb_test for
492 all tests. Add patterns to xfail missing "const" in "const char *"
493 and kfail PR gdb/1155.
494
495 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
496
497 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
498 current versions of gcc, including gcc abi 2. Remove gratuitous
499 restart of test program. Use gdb_test_multiple and gdb_test for
500 all tests. Add patterns to kfail PR gdb/1498.
501
502 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
503
504 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
505 current versions of gcc, including gcc abi 2. Use "breakpoint"
506 and "continue" instead of restarting the target program. Use
507 gdb_test_multiple and gdb_test for all tests.
508
509 2004-01-01 Mark Kettenis <kettenis@gnu.org>
510
511 * gdb.asm/asm-source.exp: Update copyright year. Link statically
512 for *-*-solaris2*.
513
514 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
515
516 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
517 current versions of gcc, including gcc abi 2. Use "breakpoint"
518 and "continue" instead of restarting the target program several
519 times. Use gdb_test_multiple and gdb_test for all tests.
520
521 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
522
523 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
524 source files.
525
526 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
527
528 * gdb.base/environ.exp: Handle compiling test case from multiple
529 source files.
530
531 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
532
533 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
534
535 2003-12-17 Jim Blandy <jimb@redhat.com>
536
537 * gdb.base/freebpcmd.c: Add copyright notice.
538
539 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
540
541 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
542
543 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
544
545 2003-12-13 Jim Blandy <jimb@redhat.com>
546
547 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
548
549 2003-12-12 Kevin Buettner <kevinb@redhat.com>
550
551 * gdb.asm/frv.inc: New file.
552 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
553
554 2003-12-09 Fred Fish <fnf@redhat.com>
555
556 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
557 functions to break1.c and leave prototypes behind. Add more
558 "set breakpoint NN here" comments.
559 * gdb.base/break1.c: New file.
560
561 * gdb.base/break.exp: Handle compiling test case from multiple
562 source files and change source file references as needed.
563 * gdb.base/completion.exp: Ditto.
564 * gdb.base/condbreak.exp: Ditto.
565 * gdb.base/define.exp: Ditto.
566 * gdb.base/ena-dis-br.exp: Ditto.
567 * gdb.base/info-proc.exp: Ditto.
568 * gdb.base/maint.exp: Ditto.
569 * gdb.base/until.exp: Ditto.
570
571 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
572 hardcoded line numbers.
573 * gdb.base/define.exp: Ditto.
574 * gdb.base/ena-dis-br.exp: Ditto.
575 * gdb.base/maint.exp: Ditto.
576 * gdb.base/until.exp: Ditto.
577
578 * gdb.base/completion.exp: Use "break1" for completion tests since
579 "break" is no longer a unique prefix.
580
581 2003-12-06 Andrew Cagney <cagney@redhat.com>
582
583 * gdb.base/structs.exp (test_struct_returns): When applicable, set
584 "return_value_unimplemented". When an unimplemented struct return
585 architecture, report incorrect values as a KFAIL
586
587 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
588
589 * gdb.cp/rtti.exp: Accept new wording of warning from
590 cp_lookup_rtti_type.
591
592 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
593
594 Partial fix for PR testsuite/1456.
595 * gdb.base/scope.exp (test_at_main): Replace references to
596 gcc_compiled with calls to test_compiler_info.
597 (test_at_foo): Likewise.
598 (test_at_bar): Likewise.
599
600 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
601
602 Partial fix for PR testsuite/1456.
603 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
604 to test_compiler_info.
605
606 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
607
608 * gdb.base/so-impl-ld.exp: Update copyright notice.
609
610 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
611
612 Partial fix for PR testsuite/1456.
613 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
614 to test_compiler_info.
615
616 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
617
618 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
619 from current versions of gdb. Clean up regular expressions.
620 Delete redundant timeout case.
621
622 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
623
624 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
625 from current versions of gdb. Clean up regular expressions.
626 Delete redundant timeout case.
627
628 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
629
630 Partial fix for PR testsuite/1456.
631 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
632 gcc_compiled with call to test_compiler_info.
633
634 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
635
636 Partial fix for PR testsuite/1456.
637 * gdb.base/list.exp (test_list_function): Delete unused declaration
638 of gcc_compiled.
639
640 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
641
642 Partial fix for PR testsuite/1456.
643 * gdb.base/complex.exp: Replace reference to gcc_compiled with
644 call to test_compiler_info.
645
646 2003-11-29 Mark Kettenis <kettenis@gnu.org>
647
648 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
649 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
650 it to create the appropriate note.inc.
651 * gdb.asm/asmsrc1.s: Include "note.inc".
652 * gdb.asm/netbsd.inc: New file.
653 * gdb.asm/empty.inc: New file.
654
655 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
656
657 Partial fix for PR testsuite/1456.
658 * gdb.base/constvars.exp: Replace references to gcc_compiled with
659 calls to test_compiler_info.
660
661 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
662
663 Partial fix for PR testsuite/1456.
664 * gdb.base/volatile.exp: Replace references to gcc_compiled with
665 calls to test_compiler_info.
666
667 2003-11-27 Mark Kettenis <kettenis@gnu.org>
668
669 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
670 pattern for the KFAILs.
671
672 2003-11-25 Adam Fedor <fedor@gnu.org>
673
674 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
675 * gdb.objc/objcdecode.m: New file.
676
677 2003-11-25 Adam Fedor <fedor@gnu.org>
678
679 * gdb.objc/nondebug.exp: Test for PR objc/1236.
680 * gdb.objc/nondebug.m: New file.
681
682 2003-11-26 Ben Elliston <bje@wasabisystems.com>
683
684 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
685 NetBSD as it does on FreeBSD. Modelled on a similar change by
686 Mark Kettenis on 2003-05-30.
687 (link-flags): Set to "--entry _start" regardless of target.
688 Special linker flags are to be appended to $link-flags.
689 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
690
691 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
692
693 * gdb.cp/method.exp: Accept output of new demangler.
694
695 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
696
697 * gdb/class2.exp: New file.
698 * gdb/class2.cc: New file.
699
700 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
701
702 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
703 of new demangler.
704
705 2003-11-23 Mark Kettenis <kettenis@gnu.org>
706
707 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
708 of gdb_test "run".
709
710 2003-11-23 Mark Kettenis <kettenis@gnu.org>
711
712 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
713 "continue" into "run".
714
715 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
716
717 Partial fix for PR testsuite/1456.
718 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
719 call to test_compiler_info.
720 * gdb.cp/ctti.exp: Likewise.
721 * gdb.cp/derivation.exp: Likewise.
722 * gdb.cp/member-ptr.exp: Likewise.
723 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
724 reference to gcc_compiled.
725
726 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
727
728 Fix PR testsuite/1463.
729 * gdb.base/structs.exp (start_structs_test): Call
730 get_debug_format before using the debug format.
731
732 2003-11-22 Andrew Cagney <cagney@redhat.com>
733
734 * lib/gdb.exp (gdb_test_multiple): Add simple example.
735 * gdb.base/structs.exp: Use gdb_test_multiple.
736
737 2003-11-20 Andrew Cagney <cagney@redhat.com>
738
739 * gdb.base/structs.exp: Handle and recover from internal errors.
740 Replace "foo${n}" with "foo<n>" in test messages.
741
742 * gdb.base/structs.exp: Update copyright. Rewrite.
743 * gdb.base/structs.c: Update copyright. Rewrite.
744
745 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
746 resync count exceeded.
747
748 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
749 from the internal error.
750 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
751 Original from Jim Blandy.
752 (gdb_test_multiple): Use gdb_internal_error_resync.
753
754 2003-11-19 Andrew Cagney <cagney@redhat.com>
755
756 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
757 KFAIL.
758
759 2003-11-17 Mark Kettenis <kettenis@gnu.org>
760
761 New testcase for PR backtrace/1435.
762 * gdb.arch/i386-unwind.exp: New file.
763 * gdb.arch/i386-unwind.c: New file.
764
765 2003-11-17 Andrew Cagney <cagney@redhat.com>
766
767 * lib/gdb.exp (compiler_info): New global.
768 (test_compiler_info): New function.
769 (get_compiler_info): Set compiler_info.
770 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
771 "compiler_info" to gcc-<major>-<minor>.
772
773 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
774
775 * gdb.trace/configure: Remove.
776
777 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
778
779 * gdb.base/break.c: Add comments to aid finding line numbers for
780 breakpoints.
781 * gdb.base/break.exp: Remove all references to explicit line
782 numbers.
783
784 2003-11-11 Nick Clifton <nickc@redhat.com>
785
786 * gdb.base/shreloc.exp: Do not run for targets which do not
787 support shared objects.
788
789 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
790
791 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
792 Don't run tests if nofileio flag is given.
793
794 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
795
796 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
797 as well as 'Watchpoint'.
798
799 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
800
801 Reported by Jim Ingham <jingham@apple.com>:
802 * gdb.base/annota1.exp: Match at least one occurrence of the
803 signal handler annotation.
804
805 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
806
807 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
808 as well as 'Watchpoint'.
809
810 2003-11-05 Michael Chastain <mec@shout.net>
811
812 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
813
814 2003-11-03 Kris Warkentin <kewarken@qnx.com>
815
816 * gdb.arch/gdb1291.c: New test file.
817 * gdb.arch/gdb1291.exp: New test script.
818 * gdb.arch/gdb1431.c: New test file.
819 * gdb.arch/gdb1431.exp: New test script.
820
821 2003-10-22 Michael Chastain <mec@shout.net>
822
823 * gdb.mi/pthreads.c: Add copyright notice.
824
825 2003-10-22 Michael Chastain <mec@shout.net>
826
827 * gdb.threads/pthreads.c: Add copyright notice.
828
829 2003-10-20 Michael Chastain <mec@shout.net>
830
831 * gdb.base/gdb1056.exp: New test script.
832
833 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
834
835 * gdb.threads/killed.exp: Use gdb_run_cmd.
836
837 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
838
839 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
840 create a core file.
841 * gdb.threads/gcore-thread.exp: Likewise.
842
843 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
844
845 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
846 type, based on char type.
847 (struct bit_flags_short_t): New bitfield type, based on short type.
848 (init_bit_flags_char): New fuction.
849 (init_bit_flags_short): Ditto.
850 (print_bit_flags_char): Ditto.
851 (print_bit_flags_short): Ditto.
852 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
853
854 2003-10-11 Michael Chastain <mec@shout.net>
855
856 * gdb.base/call-rt-st.exp: Update copyright year.
857
858 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
859
860 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
861 * gdb.disasm/sh3.s: Ditto.
862
863 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
864
865 * gdb.threads/switch-threads.exp: New test.
866 * gdb.threads/switch-threads.c: New source file.
867
868 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
869
870 * gdb.base/ending-run.exp: Add sh specific case.
871
872 2003-10-06 Andrew Cagney <cagney@redhat.com>
873
874 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
875 * gdb.disasm/mn10200.exp: Delete obsolete file.
876
877 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
878
879 * ChangeLog: Correct an entry command.exp -> commands.exp.
880 * gdb.base/commands.exp (bp_deleted_in_command_test)
881 (temporary_breakpoint_commands): Check noargs.
882
883 2003-09-25 David Carlton <carlton@kealia.com>
884
885 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
886 of some print tests, where appropriate. Add tests for C::D::cd,
887 E::ce, F::cXfX, G::XgX.
888 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
889
890 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
891
892 * lib/java.exp (java_init): Import target_alias before using it.
893
894 2003-09-25 David Carlton <carlton@kealia.com>
895
896 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
897
898 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
899
900 * gdb.base/selftest.exp: Accomodate more instruction reordering
901 weirdness.
902
903 2003-09-17 Michael Chastain <mec@shout.net>
904
905 * gdb.cp/gdb1355.exp: New file.
906 * gdb.cp/gdb1355.c: New file.
907
908 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
909
910 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
911 * gdb.asm/sh.inc: New file.
912
913 2003-09-11 David Carlton <carlton@kealia.com>
914
915 * gdb.cp/namespace.exp: Add tests for namespace types.
916 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
917 (test_namespace): New.
918
919 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
920
921 * gdb.base/relocate.exp: Handle new gdb output at startup.
922 * gdb.stabs/weird.exp: Ditto.
923
924 2003-09-08 Michael Chastain <mec@shout.net>
925
926 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
927
928 2003-09-07 Michael Chastain <mec@shout.net>
929
930 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
931 'parse error'.
932
933 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
934
935 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
936
937 2003-08-30 Michael Chastain <mec@shout.net>
938
939 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
940 * gdb.gdb/observer.exp: Ditto.
941 * gdb.gdb/xfullpath.exp: Ditto.
942
943 2003-08-29 Mark Kettenis <kettenis@gnu.org>
944
945 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
946 *-*-*bsd*.
947
948 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
949
950 * gdb.base/dump.exp: Skip for ia64.
951
952 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
953
954 * gdb.asm/asm-source.exp: Add ia64 support.
955 * gdb.asm/ia64.inc: New file.
956
957 2003-08-22 Michael Chastain <mec@shout.net>
958
959 * gdb.cp: New directory.
960 * gdb.cp/*: Copy from gdb.c++/*.
961 * gdb.c++/*: Remove.
962 * Makefile.in: Change gdb.c++ to gdb.cp.
963 * configure.in: Ditto.
964 * configure: Regnerate.
965
966 2003-08-18 Mark Kettenis <kettenis@gnu.org>
967
968 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
969 * gdb.arch/i386-prologue.c (gdb1338): Add function.
970
971 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
972
973 * mi-var-display.exp (-var-list-children weird): Accept function
974 pointers with argument types.
975 * mi1-var-display.exp (-var-list-children weird): Likewise.
976 * mi2-var-display.exp (-var-list-children weird): Likewise.
977
978 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
979
980 * gdb.base/annota3.exp: Add missing newline.
981
982 2003-08-06 Michael Chastain <mec@shout.net>
983
984 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
985
986 2003-08-12 Michael Snyder <msnyder@redhat.com>
987
988 * gdb.base/float.exp: Add test for SH.
989
990 2003-08-10 Mark Kettenis <kettenis@gnu.org>
991
992 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
993
994 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
995
996 * gdb.base/completion.exp: Remove reduntant completion test
997 on filename.
998
999 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
1000
1001 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
1002 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
1003 gdb.trace/save-trace.exp: Make sure that full pathnames are
1004 escaped correctly.
1005
1006 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
1007
1008 * configure.in: Don't generate config.h from config.hin.
1009 * configure: Regenerate.
1010 * config.hin: Remove file.
1011 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
1012 * gdb.threads/pthreads.c: Ditto.
1013
1014 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
1015
1016 From Kei Sakamoto <sakamoto.kei@renesas.com>:
1017 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
1018 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
1019 Replace ld24 with seth/add3.
1020
1021 2003-08-02 Andrew Cagney <cagney@redhat.com>
1022
1023 * gdb.base/annota3.exp: New file.
1024 * gdb.base/annota3.c: New file.
1025 * gdb.c++/annota3.exp: New file.
1026 * gdb.c++/annota3.cc: New file.
1027
1028 2003-07-29 Michael Chastain <mec@shout.net>
1029
1030 * gdb.threads/tls.c (spin): Check errno only if sem_wait
1031 actually failed.
1032 (do_pass): Likewise.
1033 * gdb.threads/tls.exp: Always initialize no_of_threads.
1034
1035 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
1036
1037 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
1038 pattern.
1039 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
1040 * gdb.threads/tls.exp: Recognize one case of the host library not
1041 supporting TLS.
1042
1043 2003-07-27 Andrew Cagney <cagney@redhat.com>
1044
1045 * gdb.base/fileio.exp: Use SH when running commands using
1046 remote_exec.
1047
1048 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
1049
1050 From Kei Sakamoto <sakamoto.kei@renesas.com>:
1051 * gdb.base/relocate.c (dummy): New padding array.
1052
1053 2003-07-22 Michael Snyder <msnyder@redhat.com>
1054
1055 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
1056
1057 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
1058 patterns to be more general, accepting old and new output.
1059 Some output chars (such as '+') also must be quoted.
1060 Some addresses are displayed numerically instead of
1061 symbolically.
1062
1063 2003-07-23 Michael Snyder <msnyder@redhat.com>
1064
1065 * gdb.base/return2.exp: Don't test long-long return.
1066
1067 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
1068 * gdb.disasm/t01_mov.exp: Ditto.
1069 * gdb.disasm/t02_mova.s: Ditto.
1070 * gdb.disasm/t02_mova.exp: Ditto.
1071 * gdb.disasm/t03_add.s: Ditto.
1072 * gdb.disasm/t03_add.exp: Ditto.
1073 * gdb.disasm/t04_sub.s: Ditto.
1074 * gdb.disasm/t04_sub.exp: Ditto.
1075 * gdb.disasm/t05_cmp.s: Ditto.
1076 * gdb.disasm/t05_cmp.exp: Ditto.
1077 * gdb.disasm/t06_ari2.s: Ditto.
1078 * gdb.disasm/t06_ari2.exp: Ditto.
1079 * gdb.disasm/t07_ari3.s: Ditto.
1080 * gdb.disasm/t07_ari3.exp: Ditto.
1081 * gdb.disasm/t08_or.s: Ditto.
1082 * gdb.disasm/t08_or.exp: Ditto.
1083 * gdb.disasm/t09_xor.s: Ditto.
1084 * gdb.disasm/t09_xor.exp: Ditto.
1085 * gdb.disasm/t10_and.s: Ditto.
1086 * gdb.disasm/t10_and.exp: Ditto.
1087 * gdb.disasm/t11_logs.s: Ditto.
1088 * gdb.disasm/t11_logs.exp: Ditto.
1089 * gdb.disasm/t12_bit.s: Ditto.
1090 * gdb.disasm/t12_bit.exp: Ditto.
1091 * gdb.disasm/t13_otr.s: Ditto.
1092 * gdb.disasm/t13_otr.exp: Ditto.
1093
1094 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
1095
1096 * gdb.threads/tls.exp :Add kfail for 'info address' case.
1097
1098 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
1099
1100 * gdb.threads/tls.c : New file.
1101 * gdb.threads/tls.exp : New file.
1102 * gdb.threads/tls-main.c : New file.
1103 * gdb.threads/tls-shared.c : New file.
1104 * gdb.threads/tls-shared.exp : New file.
1105
1106 2003-07-22 Andreas Schwab <schwab@suse.de>
1107
1108 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
1109
1110 2003-07-20 Andreas Schwab <schwab@suse.de>
1111
1112 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
1113 due to insn reordering.
1114
1115 2003-07-15 Andrew Cagney <cagney@redhat.com>
1116
1117 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
1118
1119 2003-07-15 Michael Chastain <mec@shout.net>
1120
1121 * gdb.base/gdb1250.exp: New file.
1122 * gdb.base/gdb1250.c: New file.
1123
1124 2003-07-09 Michal Ludvig <mludvig@suse.cz>
1125
1126 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
1127 expansion of size_t to 'unsigned long', not only to 'unsigned'.
1128
1129 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
1130
1131 * gdb.threads/tls.c: New file.
1132 * gdb.threads/tls.exp: New file.
1133 * gdb.threads/tls-main.c: New file.
1134 * gdb.threads/tls-shared.c: New file.
1135 * gdb.threads/tls-shared.exp: New file.
1136
1137 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
1138
1139 * gdb.base/annota1.exp: Make sure that we properly escape the
1140 full path of the source file. Xfail more permissive patterns,
1141 due to a compiler debug info problem.
1142
1143 2003-07-07 Andreas Schwab <schwab@suse.de>
1144
1145 * gdb.asm/m68k.inc: New file.
1146 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
1147
1148 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
1149 arguments"): Also match negative number.
1150
1151 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
1152
1153 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
1154
1155 * gdb.base/store.c (charest): New typedef.
1156 (add_char): Rename to add_charest, update.
1157 (wack_char): Rename to wack_charest, update types. Return l + r
1158 to keep r live across the call.
1159 (wack_short, wack_int, wack_long, wack_longest, wack_float)
1160 (wack_double, wack_doublest): Return l + r to keep r live across
1161 the call.
1162 * gdb.base/store.exp: Accomodate store.c changes.
1163
1164 2003-06-30 David Carlton <carlton@kealia.com>
1165
1166 * gdb.c++/maint.exp (test_invalid_name): New.
1167 (test_first_component): Add tests for invalid names.
1168
1169 2003-06-29 Michael Chastain <mec@shout.net>
1170
1171 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
1172 output of '<VTT for class>' for virtual base classes.
1173
1174 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1175
1176 * gdb.base/completion.exp: Tab-complete "complet" instead of
1177 "compl".
1178 * gdb.base/complex.exp, gdb.base/complex.c: New files.
1179
1180 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1181
1182 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
1183 * gdb.base/volatile.exp: Likewise.
1184
1185 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1186
1187 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
1188 gdb/1265.
1189
1190 2003-06-28 Michael Chastain <mec@shout.net>
1191 Daniel Jacobowitz <drow@mvista.com>
1192
1193 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
1194 initial line count of 'captured_main' from 26 to 32.
1195 (test_with_self): Allow xmalloc call to be interleaved with the
1196 preceding two lines.
1197
1198 2003-06-24 Joel Brobecker <brobecker@gnat.com>
1199
1200 * gdb.base/bang.exp: New testcase.
1201
1202 2003-06-23 Joel Brobecker <brobecker@gnat.com>
1203
1204 * gdb.base/langs.exp: Add some tests for the "minimal" language
1205 support.
1206
1207 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
1208
1209 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
1210 the testcase.
1211
1212 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1213
1214 * gdb.base/relocate.exp: Test add-symbol-file with a variable
1215 offset.
1216
1217 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1218
1219 * gdb.c++/pr-1210.cc: New file.
1220 * gdb.c++/pr-1210.exp: New file.
1221
1222 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
1223
1224 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
1225 000-exec-continue.
1226
1227 2003-06-15 Mark Kettenis <kettenis@gnu.org>
1228
1229 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
1230 on *-*-*bsd* instead of *-*-freebsd*.
1231
1232 2003-06-14 Andrew Cagney <cagney@redhat.com>
1233
1234 * gdb.base/store.exp: Test longest and doublest. Test all
1235 parameters. Weaken return statement match.
1236 * gdb.base/store.c: Add longest and doublest - aka long long and
1237 long double functions. Put all parameters into local register
1238 variables. Use negative values.
1239
1240 2003-06-14 Andrew Cagney <cagney@redhat.com>
1241
1242 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
1243 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
1244 exit status.
1245 * gdb.base/fileio.exp: Disable target when nointerrupts and
1246 noinferiorio, instead of limiting it to remote. Use remote_exec
1247 instead of system.
1248
1249 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
1250
1251 * gdb.base/float.exp: Add ia64 support.
1252
1253 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
1254
1255 * gdb.base/fileio.exp: Run only on remote targets.
1256
1257 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
1258
1259 * gdb.base/fileio.c: New file, testing File-I/O.
1260 * gdb.base/fileio.exp: Ditto.
1261
1262 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
1263
1264 * gdb.base/shreloc.exp: New file, check symbol values obtained from
1265 shared objects after relocation at load time (gdb PR/1132).
1266 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
1267 as above, part of the shared object relocation test.
1268
1269 2003-06-08 Mark Kettenis <kettenis@gnu.org>
1270
1271 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
1272 fully filled history list.
1273 * gdb.base/gdb_history: New file.
1274
1275 * gdb.base/signals.exp: XFAIL "continue to func1" on
1276 i*86-*-freebsd*.
1277
1278 * gdb.base/attach.exp: When trying to attach to a nonexistent
1279 process, make it possible to specify the PID based on the target,
1280 and do so for *-*-freebsd*.
1281
1282 2003-06-02 Richard Henderson <rth@redhat.com>
1283
1284 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
1285
1286 2003-06-02 Richard Henderson <rth@redhat.com>
1287
1288 * gdb.base/selftest.exp: Next over lim_at_start initialization.
1289
1290 2003-06-02 Richard Henderson <rth@redhat.com>
1291
1292 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
1293
1294 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
1295
1296 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
1297 of globalvar.
1298
1299 2003-06-01 Mark Kettenis <kettenis@gnu.org>
1300
1301 * gdb.asm/asm-source.exp: Check for memory read errors in
1302 disassembler test on *BSD too.
1303
1304 2003-06-01 Richard Henderson <rth@redhat.com>
1305
1306 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
1307 for .frame.
1308 (gdbasm_call): Lose ldgp.
1309 (gdbasm_startup): Add frame information.
1310 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
1311
1312 2003-05-31 Mark Kettenis <kettenis@gnu.org>
1313
1314 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
1315 i?86-*-*.
1316
1317 2003-05-30 Mark Kettenis <kettenis@gnu.org>
1318
1319 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
1320 FreeBSD.
1321
1322 2003-05-29 Richard Henderson <rth@redhat.com>
1323
1324 * gdb.asm/alpha.inc: New file.
1325 * gdb.asm/asm-source.exp: Use it.
1326
1327 2003-05-29 Jim Blandy <jimb@redhat.com>
1328
1329 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
1330 'core.PID'.
1331
1332 2003-05-22 Jim Blandy <jimb@redhat.com>
1333
1334 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
1335 backtrace.
1336
1337 2003-05-20 David Carlton <carlton@math.stanford.edu>
1338
1339 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
1340 this time.
1341
1342 2003-05-19 David Carlton <carlton@bactrian.org>
1343
1344 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
1345 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
1346
1347 2003-05-19 David Carlton <carlton@bactrian.org>
1348
1349 * gdb.c++/namespace.exp: Add namespace scope and anonymous
1350 namespace tests.
1351 Bump copyright date.
1352 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
1353 (main): Call C::D::marker2.
1354 * gdb.c++/namespace1.cc: New file.
1355
1356 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
1357
1358 Roland McGrath <roland@redhat.com>
1359 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
1360 there is no manager thread.
1361
1362 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
1363
1364 * gdb.threads/schedlock.exp: Remove assumption that all threads
1365 will run in a particular small time slice. Also ensure we break
1366 in one of the child threads rather than the main thread.
1367
1368 2003-05-07 Jim Blandy <jimb@redhat.com>
1369
1370 Add support for assembly source testing on the s390x.
1371 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
1372 architecture.
1373 * gdb.asm/s390x.inc: New file.
1374
1375 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
1376 succession of 'if' statements.
1377
1378 2003-05-05 Andrew Cagney <cagney@redhat.com>
1379
1380 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
1381
1382 2003-05-05 Andrew Cagney <cagney@redhat.com>
1383
1384 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
1385 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
1386
1387 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
1388
1389 * gdb.base/charset.exp: Update based on new behavior of set/show
1390 charset commands.
1391
1392 2003-05-01 Andrew Cagney <cagney@redhat.com>
1393
1394 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
1395 variable do not give memory errors.
1396
1397 2003-04-30 Adam Fedor <fedor@gnu.org>
1398
1399 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
1400 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
1401 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
1402 gdb.objc/basicclass.m: : New files
1403
1404 * lib/gdb.exp (gdb_compile_objc): New procedure.
1405
1406 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
1407
1408 * gdb.base/signals.exp: Make backtrace tests more specific.
1409
1410 2003-04-23 David Carlton <carlton@bactrian.org>
1411
1412 * gdb.c++/maint.exp (test_first_component): Add tests for
1413 'operator' in more locations.
1414
1415 2003-04-16 Kevin Buettner <kevinb@redhat.com>
1416
1417 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
1418
1419 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
1420
1421 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
1422 func marke' instead. Update test name.
1423
1424 2003-04-15 David Carlton <carlton@math.stanford.edu>
1425
1426 * gdb.c++/maint.exp: New file.
1427
1428 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
1429
1430 * gdb.threads/schedlock.c: Change type of thread function argument
1431 to long, to avoid warnings on 64-bit platforms.
1432
1433 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
1434
1435 * gdb.base/attach.exp: Add new message from ptrace in case of
1436 attaching to nonexistent process.
1437
1438 2003-04-11 Jim Blandy <jimb@redhat.com>
1439
1440 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1441 gdb.c++/userdef.cc: Place comments on the lines to which the
1442 marker function might return.
1443 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1444 gdb.c++/userdef.exp: Look for those comments to check that we've
1445 returned to the right place, instead of checking line numbers.
1446
1447 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
1448
1449 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
1450 match on sourcefile name, instead of directory name.
1451
1452 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
1453
1454 * gdb.base/completion.exp: Use string_to_regexp to match the
1455 working directory name.
1456
1457 2003-04-09 Jim Blandy <jimb@redhat.com>
1458
1459 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1460 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
1461 after an inferior function call, report the failure, but allow the
1462 test to continue.
1463
1464 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
1465
1466 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
1467 with -DPROTOTYPES.
1468
1469 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
1470
1471 * gdb.base/break.exp: Revert last patch.
1472
1473 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
1474
1475 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
1476 with -DPROTOTYPES.
1477
1478 2003-04-02 Andrew Cagney <cagney@redhat.com>
1479
1480 * gdb.base/callfuncs.exp: Make "print add" messages unique.
1481 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
1482 matching directories by the name breakpoint.
1483 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
1484 Make "continue to marker1" consistent.
1485 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
1486 message consistent.
1487 * lib/gdb.exp: Put "the program is no longer running", and "the
1488 program exited" in parenthesis.
1489 * lib/mi-support.exp: Ditto.
1490
1491 2003-04-02 Bob Rossi <bob_rossi@cox.net>
1492
1493 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
1494
1495 2003-03-29 Andrew Cagney <cagney@redhat.com>
1496
1497 * gdb.base/sizeof.c (main): Print the value of '\377'.
1498 * gdb.base/sizeof.exp: Check the sign of '\377'.
1499
1500 2003-03-27 Michael Chastain <mec@shout.net>
1501
1502 * gdb.base/gdb1090.exp: New file.
1503 * gdb.base/gdb1090.cc: New file.
1504
1505 2003-03-27 J. Brobecker <brobecker@gnat.com>
1506
1507 * gdb.gdb/observer.exp: New regression test.
1508
1509 2003-03-27 Michael Chastain <mec@shout.net>
1510
1511 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
1512 * gdb.base/ptype.exp: Likewise.
1513
1514 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
1515
1516 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
1517
1518 2003-03-26 Michael Chastain <mec@shout.net>
1519
1520 * gdb.base/ptype.exp: Actually use some typedef'd types.
1521
1522 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
1523
1524 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
1525 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
1526
1527 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1528
1529 * gdb.base/default.exp: Fix regular expression.
1530
1531 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1532
1533 * gdb.base/args.exp: Fix regular expression.
1534
1535 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1536
1537 * gdb.base/help.exp: Allow Win32 child process.
1538
1539 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1540
1541 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
1542 when stepping out of main().
1543
1544 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1545
1546 * gdb.base/default.exp: Check for win32 specific message when calling
1547 "run" without executable.
1548
1549 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1550
1551 * gdb.base/args.exp: Expect .exe in output.
1552
1553 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1554
1555 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
1556 Cygwin native.
1557
1558 2003-03-17 Andrew Cagney <cagney@redhat.com>
1559
1560 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
1561 vector registes.
1562 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
1563 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
1564
1565 2003-03-17 David Carlton <carlton@math.stanford.edu>
1566
1567 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
1568 test, for PR breakpoints/38.
1569 Call test_watchpoint_and_breakpoint.
1570 * gdb.base/watchpoint.c (func3): New function.
1571 (main): Call func3.
1572
1573 2003-03-04 David Carlton <carlton@math.stanford.edu>
1574
1575 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
1576 Garply<Garply<char> >:: garply".
1577 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
1578 with respect to PR c++/1111; note also PR c++/1113.
1579 (test_template_breakpoints): KFAIL "constructor breakpoint" with
1580 respect to PR c++/1062.
1581 KFAIL "destructor breakpoint" with respect to PR c++/1112.
1582
1583 2003-03-03 David Carlton <carlton@math.stanford.edu>
1584
1585 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
1586 with respect to PR c++/57.
1587 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
1588 c++/826.
1589 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
1590 respect to PR c++/57.
1591
1592 2003-03-03 David Carlton <carlton@math.stanford.edu>
1593
1594 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
1595 respect to PR c++/33 into FAILs.
1596
1597 2003-03-03 Michael Chastain <mec@shout.net>
1598
1599 * configure.in: Update copyright years.
1600
1601 2003-03-03 Michael Chastain <mec@shout.net>
1602
1603 * Makefile.in: Update copyright years.
1604
1605 2003-02-28 David Carlton <carlton@math.stanford.edu>
1606
1607 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
1608 print class instead of struct and/or superfluous protection
1609 specifiers, as long as the resulting output is equivalent to the
1610 source code.
1611 Delete FIXME from end of messages on tests that don't need
1612 fixing.
1613
1614 2003-02-28 David Carlton <carlton@math.stanford.edu>
1615
1616 * gdb.c++/templates.exp (do_tests): Allow const in the two
1617 Foo<volatile char *>::foo tests.
1618
1619 2003-02-27 Michael Snyder <msnyder@redhat.com>
1620
1621 * gdb.base/restore.c (main): Return zero, so exit code
1622 will be consistant.
1623
1624 2003-02-26 David Carlton <carlton@math.stanford.edu>
1625
1626 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
1627 char *>::foo" test with respect to PR c++/33. Create a new test
1628 which is identical to that one except that it doesn't put the
1629 space between the "char" and the "*"; KFAIL it, too.
1630
1631 2003-02-26 David Carlton <carlton@math.stanford.edu>
1632
1633 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
1634 template types into either PASSes or KFAILs (corresponding to PR
1635 c++/57). Tweak indentation. Update copyright.
1636
1637 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
1638
1639 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
1640
1641 2003-02-13 Michael Chastain <mec@shout.net>
1642
1643 * gdb.base/exprs.exp: Remove i960 remnants.
1644 * gdb.base/funcargs.exp: Likewise.
1645 * gdb.base/list.exp: Likewise.
1646 * gdb.base/ptype.exp: Likewise.
1647
1648 2003-02-14 David Carlton <carlton@math.stanford.edu>
1649
1650 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
1651 pEe->D::vg()" from XFAIL to KFAIL.
1652
1653 2003-02-13 Jason Molenda (jmolenda@apple.com)
1654
1655 * gdb.base/maint.exp: Update maint print statistics regexp to include
1656 new entries.
1657
1658 2003-02-13 Michael Chastain <mec@shout.net>
1659
1660 * gdb.c++/inherit.exp: Remove call to get_debug_format.
1661
1662 2003-02-12 Michael Chastain <mec@shout.net>
1663
1664 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
1665 * gdb.c++/inherit.exp: Likewise.
1666 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
1667 * gdb.c++/templates.exp: Likewise.
1668 * gdb.c++/virtfunc.exp: Likewise.
1669
1670 2003-02-06 Jason Molenda (jason-cl@molenda.com)
1671
1672 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
1673 why the code is written that way.
1674
1675 2003-02-05 Michael Chastain <mec@shout.net>
1676
1677 * gdb.base/dump.exp: Add missing copyright line.
1678
1679 2003-02-05 Jason Molenda (jason-cl@molenda.com)
1680
1681 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
1682 at the beginning so the breakpoint doesn't get set on the loop.
1683
1684 2003-02-05 Michael Chastain <mec@shout.net>
1685
1686 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
1687 output for configurations with gcc 2.95.3.
1688
1689 2003-02-05 Keith Seitz <keiths@redhat.com>
1690 Andrew Cagney <ac131313@redhat.com>
1691
1692 * gdb.mi/mi-cli.exp: New file.
1693
1694 2003-02-04 Michael Chastain <mec@shout.net>
1695
1696 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
1697 Call perror and then continue.
1698
1699 2003-02-03 Michael Chastain <mec@shout.net>
1700
1701 * gdb.c++/pr-1023.cc: New file.
1702 * gdb.c++/pr-1023.exp: New file.
1703
1704 2003-02-05 Jim Blandy <jimb@redhat.com>
1705
1706 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
1707 it's local to foobar. Check for it there, and check that it's not
1708 present in main.
1709 * gdb.c++/local.cc (marker2): New function.
1710 (foobar): Call marker1.
1711 (main): Call marker2 instead of marker1.
1712
1713 2003-02-04 Andrew Cagney <ac131313@redhat.com>
1714
1715 * gdb.disasm/mn10200.exp: Obsolete file.
1716 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
1717 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
1718 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
1719
1720 2003-02-04 David Carlton <carlton@math.stanford.edu>
1721
1722 * gdb.c++/overload.exp: Test intToChar(1).
1723 * gdb.c++/overload.cc (intToChar): New.
1724 (main): Call intToChar.
1725
1726 2003-02-03 David Carlton <carlton@math.stanford.edu>
1727
1728 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
1729 'might_kfail' arg.
1730 KFAIL some of the continue_to_bp_overloaded calls, according to
1731 PR c++/1025.
1732
1733 2003-02-01 Michael Chastain <mec@shout.net>
1734
1735 * gdb.base/advance.c (marker1): New marker function.
1736 * gdb.base/advance.exp: When the 'advance' command lands on the
1737 return breakpoint, it can legitimately stop on either the
1738 current line or the next line. Accommodate both outcomes.
1739 * gdb.base/until.exp: Likewise.
1740
1741 2003-02-02 Andrew Cagney <ac131313@redhat.com>
1742
1743 2002-11-10 Jason Molenda (jason-cl@molenda.com):
1744 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
1745 now a list, not a tuple.
1746 * gdb.mi/mi-var-display.exp: Ditto.
1747 * gdb.mi/gdb792.exp: Ditto.
1748
1749 2003-02-01 Andrew Cagney <ac131313@redhat.com>
1750
1751 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
1752 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
1753 stack backtraces.
1754 * gdb.mi/mi-syn-frame.c: Part of same.
1755
1756 2003-02-01 Mark Kettenis <kettenis@gnu.org>
1757
1758 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
1759 gdb.mi/mi1-pthreads.exp: Return instead of calling
1760 gdb_suppress_entire_file.
1761
1762 2003-02-01 Mark Salter <msalter@redhat.com>
1763
1764 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
1765
1766 2003-01-31 Mark Salter <msalter@redhat.com>
1767
1768 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
1769 Support empty arg.
1770
1771 2003-01-30 Michael Chastain <mec@shout.net>
1772
1773 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
1774 This was a workaround for a UTF-8 bug in readline 4.3. The bug
1775 has been fixed in gdb/readline on 2003-01-09.
1776
1777 2003-01-29 Michael Snyder <msnyder@redhat.com>
1778
1779 * gdb.base/maint.exp: Allow for leading underscore in symbol.
1780 * gdb.base/display.exp: Allow for leading underscore in symbol.
1781 * gdb.base/args.exp: Skip if target does not support args passing.
1782
1783 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
1784
1785 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
1786 gdb_test. Accept a list of expect arguments as the third
1787 parameter.
1788 (gdb_test): Use it.
1789
1790 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
1791
1792 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
1793 allow for different test tree configurations. Update some
1794 tescases accordingly.
1795 * gdb.arch/altivec-regs.exp: Ditto.
1796 * gdb.asm/asm-source.exp: Ditto.
1797 * gdb.base/advance.exp: Ditto.
1798 * gdb.base/display.exp: Ditto.
1799 * gdb.base/long_long.exp: Ditto.
1800 * gdb.base/mips_pro.exp: Ditto.
1801 * gdb.base/overlays.exp: Ditto.
1802 * gdb.base/relocate.exp: Ditto.
1803 * gdb.base/setshow.exp: Ditto.
1804 * gdb.base/step-line.exp: Ditto.
1805 * gdb.base/step-test.exp: Ditto.
1806 * gdb.base/until.exp: Ditto.
1807 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
1808
1809 2003-01-17 David Carlton <carlton@math.stanford.edu>
1810
1811 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
1812 corresponding to PR c++/945.
1813 Update copyright.
1814
1815 2003-01-17 David Carlton <carlton@math.stanford.edu>
1816
1817 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
1818 corresponding to PR c++/68.
1819
1820 2003-01-17 David Carlton <carlton@math.stanford.edu>
1821
1822 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
1823 (test_paddr_hairy_functions): Call print_addr_2_kfail for
1824 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
1825
1826 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
1827
1828 * gdb.base/break.exp: Fix change of default location, because of
1829 removal of until tests.
1830 * gdb.base/help.exp: Update test for new 'until' help message.
1831 Add test for help on 'advance'.
1832 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
1833
1834 2003-01-15 Mark Kettenis <kettenis@gnu.org>
1835
1836 * gdb.base/default.exp: Adapt "info float" test for recent changes
1837 to that command. Add test for "info vector".
1838 * gdb.base/float.exp: New file. Add test for "info float" that
1839 resembles the old test in gdb.base/default.exp.
1840
1841 2003-01-15 David Carlton <carlton@math.stanford.edu>
1842
1843 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
1844
1845 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
1846
1847 * gdb.base/break.exp: Move the tests of until command from here...
1848 * gdb.base/until.exp: ... to here. New file. Add other tests.
1849 * gdb.base/advance.c: New file.
1850 * gdb.base/advance.exp: New file.
1851
1852 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
1853
1854 * gdb.base/args.c: New file.
1855 * gdb.base/args.exp: New file.
1856
1857 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
1858
1859 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
1860
1861 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
1862
1863 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
1864
1865 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
1866
1867 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
1868 dates.
1869
1870 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1871
1872 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
1873
1874 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1875
1876 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
1877 (ptype &*"foo").
1878 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
1879
1880 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
1881
1882 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
1883 * gdb.mi/mi1-console.exp: Likewise.
1884
1885 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
1886
1887 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
1888 * gdb.mi/mi1-console.exp: Likewise.
1889
1890 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1891
1892 * gdb.c++/overload.exp: Remove some fixed XFAILs.
1893
1894 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
1895
1896 * gdb.base/detach.exp: New test.
1897
1898 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
1899
1900 * Makefile.in (ALL_SUBDIRS): New variable.
1901 (subdirs, clean, distclean): Use it.
1902 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
1903 regenerating Makefile, since it is generated from the top level.
1904 * gdb.asm/Makefile.in: Likewise.
1905 * gdb.base/Makefile.in: Likewise.
1906 * gdb.c++/Makefile.in: Likewise.
1907 * gdb.disasm/Makefile.in: Likewise.
1908 * gdb.java/Makefile.in: Likewise.
1909 * gdb.mi/Makefile.in: Likewise.
1910 * gdb.threads/Makefile.in: Likewise.
1911 * gdb.trace/Makefile.in: Likewise.
1912
1913 2003-01-09 David Carlton <carlton@math.stanford.edu>
1914
1915 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
1916 Add copyright year 2003.
1917
1918 2003-01-06 Michael Chastain <mec@shout.net>
1919
1920 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
1921 When selecting a thread, 'line' and 'file' are optional.
1922 * gdb.mi/mi1-pthreads.exp: Likewise.
1923
1924 2003-01-06 Andreas Schwab <schwab@suse.de>
1925
1926 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
1927 failures.
1928
1929 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1930
1931 Fix PR gdb/844
1932 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
1933 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
1934
1935 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
1936 instead of calling gdb_suppress_entire_file.
1937 * gdb.threads/print-threads.exp: Likewise.
1938 * gdb.threads/schedlock.exp: Likewise.
1939
1940 * gdb.threads/killed.exp: Return instead of calling
1941 gdb_suppress_entire_file.
1942 * gdb.threads/linux-dp.exp: Likewise.
1943 * gdb.threads/pthreads.exp: Likewise.
1944
1945 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1946
1947 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
1948 stabs.
1949 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
1950 * gdb.base/whatis.exp: Always allow (void) after function names.
1951
1952 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1953
1954 * gdb.c++/casts.exp: Correct regexp.
1955
1956 2003-01-04 Mark Kettenis <kettenis@gnu.org>
1957
1958 * configure.in: Call AC_CONFIG_HEADER. Don't call
1959 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
1960 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
1961 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
1962 aforementioned directories in the AC_OUPUT call.
1963 * config.hin: New file.
1964 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
1965 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
1966 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
1967 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
1968 pass -I$objdir instead of -I$objdir/$subdir in compilation.
1969 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
1970 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
1971 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
1972 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
1973 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
1974 gdb.threads/configure.in, gdb.threads/configure,
1975 gdb.threads/config.in, gdb.trace/configure.in,
1976 gdb.trace/configure: Removed.
1977
1978 2003-01-03 Michael Chastain <mec@shout.net>
1979
1980 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
1981 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
1982
1983 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
1984
1985 * gdb.base/store.exp: Fix regular expressions.
1986
1987 2002-12-28 Mark Kettenis <kettenis@gnu.org>
1988
1989 * configure.in: Rewrite.
1990 * configure: Regenerated.
1991
1992 2003-01-03 David Carlton <carlton@math.stanford.edu>
1993
1994 * gdb.base/psymtab.exp: New file.
1995 * gdb.base/psymtab1.c: Ditto.
1996 * gdb.base/psymtab2.c: Ditto.
1997
1998 2002-12-23 Adam Fedor <fedor@gnu.org>
1999
2000 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
2001
2002 2002-12-23 David Carlton <carlton@math.stanford.edu>
2003
2004 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
2005 and current_directory initialization.
2006
2007 2002-12-22 Jim Blandy <jimb@redhat.com>
2008
2009 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
2010 rather than as part of the output file name.
2011
2012 * gdb.base/attach.exp: There's no need to copy the test program to
2013 /tmp; that was only ever necessary on HP/UX, and this test is
2014 entirely disabled there anyway.
2015
2016 2002-12-21 Jim Blandy <jimb@redhat.com>
2017
2018 * gdb.c++/psmang.exp: Doc fix.
2019
2020 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
2021 test.
2022
2023 2002-12-20 David Carlton <carlton@math.stanford.edu>
2024
2025 * gdb.c++/annota2.exp: KFAIL annotate-quit.
2026
2027 2002-12-18 Michael Chastain <mec@shout.net>
2028
2029 * gdb.c++/annota2.exp: Add copyright year 2002.
2030
2031 2002-12-17 David Carlton <carlton@math.stanford.edu>
2032
2033 * gdb.c++/try_catch.cc: Add marker comments.
2034 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
2035 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
2036 * gdb.c++/m-static.cc: Ditto.
2037 * gdb.c++/m-static1.cc: Ditto.
2038 * gdb.c++/try_catch.cc: Ditto.
2039
2040 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
2041
2042 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
2043 to see whether we are using the new -environment-directory
2044 command which resets via -r or the old version of the command
2045 which may prompt the user. Part of fix for gdb/741.
2046
2047 2002-12-13 Andrew Cagney <ac131313@redhat.com>
2048
2049 * gdb.fortran/types.exp: Update obsolete comment.
2050 * gdb.fortran/exprs.exp: Ditto.
2051 * lib/gdb.exp: Delete obsolete code.
2052 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
2053 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
2054 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
2055 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
2056 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
2057 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
2058 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
2059 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
2060 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
2061 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
2062 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
2063 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
2064 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
2065 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
2066 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
2067 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
2068 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
2069 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
2070 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
2071 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
2072 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
2073 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
2074 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
2075 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
2076 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
2077 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
2078 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
2079 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
2080 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
2081 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
2082 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
2083 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
2084 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
2085 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
2086 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
2087 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
2088 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
2089
2090 2002-12-11 David Carlton <carlton@math.stanford.edu>
2091
2092 * gdb.c++/m-data.exp: Add test for members that shadow global
2093 variables: see PR gdb/804.
2094 * gdb.c++/m-data.cc: Ditto.
2095
2096 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
2097
2098 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
2099
2100 2002-12-06 David Carlton <carlton@math.stanford.edu>
2101
2102 * gdb.base/store.c: Don't declare functions static.
2103
2104 2002-12-04 Andrew Cagney <ac131313@redhat.com>
2105
2106 * gdb.base/store.exp, gdb.base/store.c: New files.
2107
2108 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
2109
2110 * gdb.base/selftest.exp: Update for current gdb.
2111
2112 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
2113
2114 * gdb.base/maint.exp: Only dump symbols from one source file
2115 or objfile.
2116
2117 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
2118
2119 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
2120 function call.
2121
2122 2002-11-25 Jim Blandy <jimb@redhat.com>
2123
2124 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
2125 function appearing in error message.
2126
2127 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
2128
2129 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
2130
2131 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
2132
2133 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
2134 for mi1 and current mi is in correct format. New mi startup message
2135 should be in mi console format. This is part of fix for PR gdb/604.
2136
2137 2002-09-18 Fernando Nasser <fnasser@redhat.com>
2138
2139 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
2140 which explicitly prints the zero offset as "+0".
2141
2142 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
2143
2144 * gdb.threads/schedlock.c (args): Make unsigned.
2145
2146 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
2147
2148 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
2149 numbers. Allow "foo2|selected stack frame".
2150 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
2151 * gdb.asm/asmsrc2.s: Likewise.
2152 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
2153 comments.
2154 * gdb.asm/mips.inc: New file.
2155
2156 2002-10-18 Adam Fedor <fedor@gnu.org>
2157
2158 * gdb.base/default.exp: Update expected output to include 'ObjC'.
2159 * gdb.base/help.exp: Likewise.
2160
2161 2002-10-17 Kevin Buettner <kevinb@redhat.com>
2162
2163 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
2164 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
2165
2166 2002-10-02 Jim Blandy <jimb@redhat.com>
2167
2168 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
2169
2170 2002-10-01 Andrew Cagney <ac131313@redhat.com>
2171
2172 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
2173 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
2174 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
2175 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
2176 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
2177 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
2178 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
2179
2180 2002-09-29 Andrew Cagney <ac131313@redhat.com>
2181
2182 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
2183 * mi0-disassemble.exp, mi0-eval.exp: Delete.
2184 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
2185 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
2186 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
2187 * mi0-var-block.exp, mi0-var-child.exp: Delete.
2188 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
2189
2190 2002-09-27 Kevin Buettner <kevinb@redhat.com>
2191
2192 * gdb.base/annota1.exp (info break): Make directory components of
2193 path optional since not all compilers emit this debug information.
2194
2195 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
2196 step ends up stepping out of the function instead of stopping on
2197 the epilogue.
2198
2199 2002-09-26 Keith Seitz <keiths@redhat.com>
2200
2201 * lib/insight-support.exp (gdbtk_start): Figure out where
2202 the insight executable is based on where gdb is. Use this
2203 executable to start insight instead of gdb.
2204
2205 2002-09-25 Andrew Cagney <cagney@redhat.com>
2206
2207 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
2208
2209 2002-09-24 Andrew Cagney <ac131313@redhat.com>
2210
2211 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
2212 test_isolated_complaints.
2213 (test_empty_complaint): New function.
2214 (test_empty_complaints): New function. Check no output when no
2215 complaints.
2216
2217 2002-09-19 Jim Blandy <jimb@redhat.com>
2218
2219 * gdb.base/charset.exp, gdb.base/charset.c: New files.
2220
2221 2002-09-19 Andrew Cagney <ac131313@redhat.com>
2222
2223 * gdb.gdb/complaints.exp: New file.
2224
2225 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2226
2227 * gdb.base/maint.exp: Check `help maint internal-warning'.
2228
2229 2002-09-18 David Carlton <carlton@math.stanford.edu>
2230
2231 * gdb.c++/m-static.exp: Remove breakpoints depending on line
2232 numbers, and replace them by a single breakpoint after the
2233 constructors are all finished.
2234 Add test 4.
2235 * gdb.c++/m-static.cc: Add test 4.
2236 * gdb.c++/m-static.h: New file.
2237 * gdb.c++/m-static1.cc: New file.
2238
2239 * gdb.c++/printmethod.exp: New file.
2240 * gdb.c++/printmethod.cc: New file.
2241
2242 * gdb.c++/pr-574.exp: New file.
2243 * gdb.c++/pr-574.cc: New file.
2244
2245 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
2246
2247 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
2248 embedded targets which never actually exit.
2249
2250 2002-09-18 Fernando Nasser <fnasser@redhat.com>
2251
2252 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
2253 "don't step after run" as unresolved or unsupported, instead of xfail.
2254
2255 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
2256
2257 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
2258 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
2259 Add newline to expected string in "step out of main (status wrapper)"
2260 case.
2261
2262 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
2263
2264 * lib/gdb.exp (rerun_to_main): Allow restarting application.
2265 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
2266
2267 2002-09-17 Tom Tromey <tromey@redhat.com>
2268
2269 * gdb.base/printcmds.exp (test_print_string_constants): Expect
2270 \000, not \0, in double-quoted string.
2271
2272 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
2273
2274 * gdb.base/commands.exp: Don't expect a "Program exited normally"
2275 string after running the commands execution on breakpoint tests.
2276
2277 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
2278
2279 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
2280
2281 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2282
2283 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
2284
2285 2002-09-10 Keith Seitz <keiths@redhat.com>
2286
2287 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
2288 runto proc.
2289 (mi_run_to_main): Use mi_runto.
2290 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
2291
2292 2002-09-10 Keith Seitz <keiths@redhat.com>
2293
2294 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
2295 regexp for stopping at main. Could have multiple event notifications.
2296 Don't assume that main was declared with no parameters.
2297 (mi_next): Use mi_step_to.
2298 (mi_step): Use mi_next_to.
2299
2300 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
2301
2302 * gdb.base/default.exp: Fix expected string in `info float' test.
2303
2304 2002-09-09 Ben Elliston <bje@redhat.com>
2305
2306 * config/mips.exp: Update comments.
2307 * config/mips-idt.exp: Likewise.
2308 * config/nind.exp: Likewise.
2309 * config/slite.exp: Likewise.
2310 * config/sparclet.exp: Likewise.
2311 * config/udi.exp: Likewise.
2312 * config/vx.exp: Likewise.
2313 * config/vxworks29k.exp: Likewise.
2314
2315 2002-09-05 Jim Blandy <jimb@redhat.com>
2316
2317 * gdb.threads/killed.exp: Fix test failure message.
2318
2319 2002-09-04 Keith Seitz <keiths@redhat.com>
2320
2321 * lib/mi-support.exp: Update copyright.
2322 (mi_gdb_test): Increase the priority of the expected pattern
2323 so that it matches gdb_test.
2324
2325 2002-09-03 Keith Seitz <keiths@redhat.com>
2326
2327 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
2328 Use integer comparison instead of string comparison for testing
2329 whether binary was built.
2330
2331 2002-09-03 Jim Blandy <jimb@redhat.com>
2332
2333 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
2334
2335 2002-08-29 Jim Blandy <jimb@redhat.com>
2336
2337 * gdb.threads/pthreads.exp: Move the portable thread compilation
2338 code into a function in lib/gdb.exp, and call that from here.
2339 * lib/gdb.exp (gdb_compile_pthreads): New function.
2340
2341 2002-08-29 Keith Seitz <keiths@redhat.com>
2342
2343 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
2344 expect_out so that callers can get at it.
2345
2346 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
2347
2348 * gdb.threads/print-threads.c: New file.
2349 * gdb.threads/print-threads.exp: New file.
2350 * gdb.threads/schedlock.c: New file.
2351 * gdb.threads/schedlock.exp: New file.
2352
2353 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2354
2355 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
2356 not altivec.c.
2357
2358 2002-08-17 Mark Kettenis <kettenis@gnu.org>
2359
2360 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
2361 targets. The problem should be fixed now.
2362
2363 2002-08-15 Mark Kettenis <kettenis@gnu.org>
2364
2365 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
2366 2002-07-24 change that removes final dots from error messages.
2367
2368 2002-08-13 Tom Tromey <tromey@redhat.com>
2369
2370 * gdb.base/readline.exp: New file.
2371
2372 2002-08-01 Andrew Cagney <ac131313@redhat.com>
2373
2374 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
2375 supress message.
2376
2377 2002-08-01 Andrew Cagney <cagney@redhat.com>
2378
2379 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
2380 CHILL_FOR_TARGET and CHILL_LIB.
2381 * configure.in (configdirs): Remove gdb.chill.
2382 * configure: Regenerate.
2383 * lib/gdb.exp: Obsolete references to chill.
2384 * gdb.fortran/types.exp: Ditto.
2385 * gdb.fortran/exprs.exp: Ditto.
2386
2387 2002-07-30 Kevin Buettner <kevinb@redhat.com>
2388
2389 * gdb.base/shlib-call.exp (additional_flags): Conditionally
2390 set Irix-specific compile and link flags.
2391
2392 2002-07-29 Kevin Buettner <kevinb@redhat.com>
2393
2394 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
2395 source files. The ``-o'' option doesn't work with the ``-E'' option
2396 when using the Irix compiler.
2397
2398 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
2399
2400 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
2401 Improve support for reusing an exec file. Copy exec file
2402 to target, and run gdbserver on the target instead of on the host.
2403
2404 2002-07-18 Jim Blandy <jimb@redhat.com>
2405
2406 * gdb.base/ending-run.exp: Don't expect to see the program end in
2407 some orderly fashion when we're running on a real stand-alone
2408 board.
2409
2410 * gdb.base/interrupt.exp: Correct logic for skipping tests on
2411 targets that don't support interrupts.
2412
2413 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2414
2415 * gdb.base/attach.exp: Add patterns to match output from /proc-based
2416 systems.
2417 Move comments in expect statements to inside the actions, so that they
2418 don't get matched against.
2419
2420 2002-07-10 Mark Kettenis <kettenis@gnu.org>
2421
2422 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
2423 function when asleep" test.
2424
2425 2002-07-10 Andrew Cagney <ac131313@redhat.com>
2426
2427 * gdb.base/page.exp: Rewrite to handle problems with very long
2428 `info set' output. Update copyright.
2429
2430 2002-06-26 Andrew Cagney <ac131313@redhat.com>
2431
2432 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
2433 gdb.threads-hp.
2434 * gdb.hp/configure: Regenerate.
2435 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
2436 * gdb.hp/gdb.threads-hp/configure: Delete file.
2437 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
2438
2439 2002-06-22 Andrew Cagney <ac131313@redhat.com>
2440
2441 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
2442 setlocale, bindtextdomain and textdomain.
2443
2444 2002-06-11 Jim Blandy <jimb@redhat.com>
2445
2446 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
2447 preprocessor macro information is present.
2448
2449 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
2450 tests.
2451
2452 2002-06-06 Michael Snyder <msnyder@redhat.com>
2453
2454 * gdb.base/overlays.exp: Record addresses of overlay
2455 functions in TCL variables rather than in GDB variables,
2456 to avoid having GDB convert them to pointers (with loss
2457 of information).
2458
2459 * gdb.base/d10v.ld: Merge in several years worth of
2460 default linker script changes.
2461 * gdb.base/long_long.exp: Add check for sizeof (long double).
2462
2463 2002-06-06 Michal Ludvig <mludvig@suse.cz>
2464
2465 * gdb.asm/asm-source.exp: Add x86-64 target.
2466 * gdb.asm/x86_64.inc: New.
2467
2468 2002-05-30 Michael Chastain <mec@shout.net>
2469
2470 From Benjamin Kosnik <bkoz@redhat.com>:
2471 * gdb.c++/m-static.cc: New file.
2472 * gdb.c++/m-static.exp: New file.
2473
2474 2002-05-28 Michael Snyder <msnyder@redhat.com>
2475
2476 * gdb.base/call-ar-st.exp: Allow for reduced floating point
2477 precision.
2478
2479 2002-05-27 Michael Chastain <mec@shout.net>
2480
2481 From Benjamin Kosnik <bkoz@redhat.com>:
2482 * gdb.c++/m-data.cc: New file.
2483 * gdb.c++/m-data.exp: New file.
2484
2485 2002-05-27 Michael Chastain <mec@shout.net>
2486
2487 From Benjamin Kosnik <bkoz@redhat.com>:
2488 * gdb.c++/try_catch.cc: New file.
2489 * gdb.c++/try_catch.exp: New file.
2490
2491 2002-05-27 Michael Chastain <mec@shout.net>
2492
2493 * gdb.c++/local.exp: Accept more nested types in output.
2494
2495 2002-05-26 Michael Chastain <mec@shout.net>
2496
2497 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
2498
2499 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
2500
2501 * lib/gdb.exp (gdb_wrapper_init): Just because
2502 gdb_wrapper_file exists, this does not mean that the file
2503 should not be rebuilt. That is what gdb_wrapper_initialized
2504 is for.
2505 (default_gdb_init): Reset gdb_wrapper_initialized.
2506
2507 2002-05-23 Michael Snyder <msnyder@redhat.com>
2508
2509 * gdb.base/all-bin.exp: Revise previous patch by just reducing
2510 the precision of the floating point test results.
2511 * gdb.base/call-rt-st.exp: Ditto.
2512
2513 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
2514 * gdb.base/call-rt-st.exp: Ditto.
2515
2516 2002-05-19 Michael Chastain <mec@shout.net>
2517
2518 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
2519
2520 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
2521
2522 * configure.in (configdirs): Add gdb.arch.
2523 * configure: Regenerate.
2524
2525 2002-05-17 Jim Blandy <jimb@redhat.com>
2526
2527 * gdb.base/completion.exp: Recognize the more detailed error
2528 messages produced by the macro expander's lexical analyzer.
2529
2530 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
2531
2532 * gdb.arch/altivec-abi.c: New file.
2533 * gdb.arch/altivec-abi.exp: New file.
2534 * gdb.arch/altivec-regs.c: New file.
2535 * gdb.arch/altivec-regs.exp: New file.
2536
2537 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
2538
2539 * gdb.base/maint.exp (maint print type): Update for new type
2540 structure.
2541
2542 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
2543
2544 * gdb.arch: New directory.
2545 * gdb.arch/configure.in: New file.
2546 * gdb.arch/configure: New file.
2547 * gdb.arch/Makefile.in: New file.
2548
2549 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
2550
2551 * gdb.asm/asm-source.exp: Add v850 as supported target.
2552 * gdb.asm/v850.inc: New file.
2553
2554 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
2555
2556 * gdb.c++/annota2.exp (annotate-quit): Add comment.
2557
2558 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
2559
2560 * gdb.base/break.exp: Check 'break "marker2"'.
2561
2562 2002-05-10 Michael Snyder <msnyder@redhat.com>
2563
2564 * gdb.base/long_long.exp: Fix typo.
2565
2566 2002-05-10 Jim Blandy <jimb@redhat.com>
2567
2568 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
2569 a bug.
2570
2571 * gdb.base/printcmds.exp (test_integer_literals_rejected):
2572 Recognize more detailed error message produced by the macro
2573 expander's lexical analyzer.
2574 * lib/gdb.exp (test_print_reject): Same.
2575
2576 2002-05-09 Mark Kettenis <kettenis@gnu.org>
2577
2578 * gdb.c++/method.exp: Fix typo.
2579
2580 2002-05-08 Michael Snyder <msnyder@redhat.com>
2581
2582 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
2583 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
2584 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
2585 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
2586 Add iftarget clause for strongarm.
2587
2588 2002-05-06 Michael Snyder <msnyder@redhat.com>
2589
2590 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
2591 (gdb_continue_to_end): Accept output from status wrapper.
2592 * gdb.base/ending-run.exp: Add case for output from status wrapper.
2593 Clean up fail messages to match pass messages.
2594
2595 Enable the "needs_status_wrapper" testsuite feature.
2596 * lib/gdb.exp (gdb_wrapper_init): New procedure.
2597 (gdb_compile): Conditionally call gdb_wrapper_init.
2598 * gdb.base/a2-run.exp: Recognize output from status wrapper.
2599 * gdb.c++/method.exp: Recognize output from status wrapper.
2600
2601 2002-05-06 Ben Elliston <bje@redhat.com>
2602 From Graydon Hoare <graydon@redhat.com>
2603
2604 * config/sid.exp: Include support for "rawsid" protocol.
2605
2606 2002-05-03 Jim Blandy <jimb@redhat.com>
2607
2608 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
2609 * gdb.c++/hang3.C: New file.
2610
2611 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2612
2613 * gdb.base/default.exp: Remove obsolete code.
2614 * gdb.c++/misc.exp: Ditto. Update copyright.
2615 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
2616 * gdb.base/whatis.exp: Ditto. Update copyright.
2617 * gdb.base/scope.exp: Ditto. Update copyright.
2618 * gdb.base/ptype.exp: Ditto. Update copyright.
2619 * gdb.base/printcmds.exp: Ditto. Update copyright.
2620 * gdb.base/opaque.exp: Ditto. Update copyright.
2621 * gdb.base/list.exp: Ditto.
2622 * gdb.base/funcargs.exp: Ditto. Update copyright.
2623 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
2624 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
2625 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
2626 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
2627 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
2628 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
2629
2630 2002-05-02 Michael Snyder <msnyder@redhat.com>
2631
2632 * gdb.base/watchpoint.exp: Add xscale target.
2633 * gdb.base/long_long.exp: Add xscale target.
2634 * gdb.base/default.exp: Add xscale target.
2635
2636 2002-05-01 Jim Blandy <jimb@redhat.com>
2637
2638 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
2639 gdb.c++/hang.exp: New test.
2640
2641 2002-05-01 Fred Fish <fnf@redhat.com>
2642
2643 * gdb.base/completion.exp: Handle completions of "./Make" for
2644 more than one completion possibility, as is the case when we
2645 build and test in the source tree.
2646
2647 2002-04-29 Anthony Green <green@redhat.com>
2648
2649 * gdb.java/jmisc1.exp: New file.
2650 * gdb.java/jmisc2.exp: New file.
2651
2652 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
2653
2654 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
2655
2656 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
2657
2658 * gdb.base/help.exp: Change 'help status' to allow for target
2659 dependent output differences.
2660
2661 2002-04-22 Michael Chastain <mec@shout.net>
2662
2663 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
2664
2665 2002-04-22 Michael Chastain <mec@shout.net>
2666
2667 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
2668
2669 2002-04-17 David S. Miller <davem@redhat.com>
2670
2671 * gdb.asm/sparc64.inc: New file.
2672 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
2673
2674 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
2675
2676 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
2677 instruction file directly into the build tree. Clean up at end of
2678 test.
2679
2680 2002-04-18 David S. Miller <davem@redhat.com>
2681
2682 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
2683 handle 64-bit platforms correctly.
2684 * gdb.base/maint.exp: Likewise.
2685
2686 2002-04-18 Kevin Buettner <kevinb@redhat.com>
2687
2688 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
2689 ``-fpic'' when compiling files comprising a shared library, but
2690 it does need additional linker flags in order to find shared
2691 libraries at run time.
2692
2693 2002-04-18 Kevin Buettner <kevinb@redhat.com>
2694
2695 * gdb.base/cvexpr.c (use): New function.
2696 (main): Invoke use() on all global variables to prevent
2697 some linkers from deleting these otherwise unused symbols.
2698
2699 2002-04-17 Michael Chastain <mec@shout.net>
2700 From David S. Miller <davem@redhat.com>
2701
2702 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
2703 handle 64-bit platforms correctly.
2704
2705 2002-04-12 Michael Snyder <msnyder@redhat.com>
2706 From Jim Blandy <jimb@redhat.com>
2707 * gdb.base/foo.c (foox): Remove section attribute; the linker
2708 script can handle this instead.
2709 * gdb.base/bar.c (barx): Same.
2710 * gdb.base/baz.c (bazx): Same.
2711 * gdb.base/grbx.c (grbxx): Same.
2712
2713 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
2714 manager doesn't automatically unmap overlays unnecessarily.
2715
2716 2002-04-10 Martin M. Hunt <hunt@redhat.com>
2717
2718 * gdb.base/ending-run.exp: Fix pattern for Mips targets
2719 stepping out of main.
2720
2721 2002-04-09 Michael Chastain <mec@shout.net>
2722
2723 * gdb.c++/local.cc (main): Move call to marker1() inside nested
2724 scope so that the nested scope tests will make sense.
2725 * gdb.c++/local.exp: Write patterns that actually work with gcc
2726 (the HP patterns "were never known to work with gcc").
2727 Keep the old aCC patterns too.
2728
2729 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2730
2731 * gdb.base/attach.exp: Correct target board test.
2732
2733 2002-04-08 Michael Chastain <mec@shout.net>
2734
2735 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
2736 in a const method. Add some xfail and fail cases for configurations
2737 that do not emit the "const ...".
2738
2739 2002-04-07 Michael Chastain <mec@shout.net>
2740
2741 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
2742 Accept "A * const" and "const A * const" as type of "this".
2743 Fix spelling of getFunky throughout. Make messages uniform.
2744
2745 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
2746
2747 Work around for PR gdb/285:
2748 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
2749
2750 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
2751
2752 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
2753 instructions file at run time instead of configure time.
2754 Sometimes we run the test in a directory that is not the one we
2755 configured in.
2756 * gdb.asm/configure.in: Delete creation of symlink.
2757 * gdb.asm/configure: Regenerate.
2758
2759 2002-04-05 J. Brobecker <brobecker@gnat.com>
2760
2761 * gdb.gdb/xfullpath.exp: New test, to exercise the new
2762 xfullpath () function.
2763
2764 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
2765
2766 * gdb.asm/Makefile.in: Correct dependencies.
2767
2768 * gdb.asm/powerpc.inc: New file.
2769 * gdb.asm/asm-source.exp: Add PowerPC.
2770 * gdb.asm/configure.in: Likewise.
2771 * gdb.asm/configure: Regenerated.
2772
2773 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
2774
2775 * gdb.base/relocate.exp: New file.
2776 * gdb.base/relocate.c: New file.
2777
2778 2002-04-04 Fred Fish <fnf@redhat.com>
2779
2780 * gdb.base/step-test.exp: Update comment regarding stopping in
2781 memcpy/bcopy calls inserted as part of the compiler runtime.
2782
2783 2002-04-04 Michael Snyder <msnyder@redhat.com>
2784
2785 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
2786
2787 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
2788
2789 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
2790 (gdb_expect): Remove $notransfer hack.
2791
2792 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
2793
2794 * gdb.c++/classes.exp ("calling method for small class"): Match
2795 updated register output.
2796
2797 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
2798
2799 Fix PR gdb/452
2800 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
2801 when finished. Make gdb_file_cmd send "exec-file" when
2802 appropriate.
2803
2804 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
2805
2806 * gdb.base/attach.exp: Remove extra setup_xfail.
2807
2808 2002-03-26 Michael Snyder <msnyder@redhat.com>
2809
2810 * gdb.base/default.exp: Add tests for dump, append, and restore.
2811 * gdb.base/help.exp: Add tests for dump, append, and restore.
2812 * gdb.base/dump.exp: New file, test dump, append and restore.
2813 * gdb.base/dump.c: New file.
2814
2815 2002-03-27 Michael Snyder <msnyder@redhat.com>
2816
2817 * gdb.base/help.exp: Modify expect strings to reflect
2818 clean-ups in help messages.
2819
2820 2002-03-26 Fred Fish <fnf@redhat.com>
2821
2822 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
2823 have debugging info for those functions and the compiler uses them
2824 internally to copy structs around.
2825
2826 2002-03-26 Fred Fish <fnf@redhat.com>
2827
2828 * gdb.base/list.exp: Revert the change made yesterday and add note
2829 about why we don't list the default lines for remote targets.
2830
2831 2002-03-25 Michael Snyder <msnyder@redhat.com>
2832
2833 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
2834
2835 2002-03-25 Fred Fish <fnf@redhat.com>
2836
2837 * gdb.base/list.exp: This test works on remote targets so remove
2838 the short circuit for remote targets. Update copyright.
2839
2840 2002-03-25 Fred Fish <fnf@redhat.com>
2841
2842 * gdb.base/attach.exp: Fix logic error that was suppressing this
2843 test for all non hppa*-*-hpux* targets, instead of the hp target.
2844 Move comments closer to the suppression point. Also now need to
2845 check that we are running natively.
2846
2847 2002-03-22 Michael Snyder <msnyder@redhat.com>
2848
2849 * gdb.base/default.exp: Add test for gcore. Update copyright.
2850 * gdb.base/help.exp: Add test for gcore. Update copyright.
2851
2852 2002-03-06 Fred Fish <fnf@redhat.com>
2853
2854 * gdb.base/funcargs.c: Remove extraneous ';' character.
2855 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
2856
2857 2002-03-04 Michael Chastain <mec@shout.net>
2858
2859 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
2860 accommodate gcc v3 function signature.
2861 * gdb.mi/mi0-var-cmd-exp: Ditto.
2862
2863 2002-02-24 Andrew Cagney <ac131313@redhat.com>
2864
2865 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
2866 ``GNU/Linux'' or ``Linux kernel''
2867 * testsuite/gdb.threads/pthreads.c: Ditto.
2868
2869 2002-02-24 Michael Chastain <mec@shout.net>
2870
2871 * gdb.threads/pthreads.c (thread1): Add a return statement.
2872 (thread2): Likewise.
2873 (foo): Likewise.
2874
2875 2002-02-23 Michael Chastain <mec@shout.net>
2876
2877 * gdb.threads/linux-dp.c (philosopher): Add a return statement
2878 to placate gcc.
2879
2880 2002-02-23 Michael Chastain <mec@shout.net>
2881
2882 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
2883 test "ptype bint". The test passes on all my stabs configurations.
2884
2885 2002-02-21 Jim Blandy <jimb@redhat.com>
2886
2887 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
2888 filename at a time, and watch for the ones we want to see.
2889
2890 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
2891 types of pointers to prototyped functions.
2892
2893 2002-02-20 Andrew Cagney <ac131313@redhat.com>
2894
2895 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
2896 signed, unsigned and straight char.
2897 (padding_char, padding_short, padding_int, padding_long,
2898 padding_long_long, padding_float, padding_double,
2899 padding_long_double): New global variables.
2900 (fill, fill_structs): New functions.
2901
2902 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
2903 for correctly sized writes. Update copyright.
2904 (get_valueof): New procedure.
2905 (get_sizeof): Call get_valueof.
2906 (check_valueof): New procedure.
2907 (check_padding): New procedure.
2908
2909 2002-02-20 Michael Chastain <mec@shout.net>
2910
2911 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
2912 to setup_xfail. Document some of the remaining calls.
2913
2914 2002-02-18 Michael Chastain <mec@shout.net>
2915
2916 * gdb.c++/userdef.exp: Update copyright year.
2917
2918 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
2919
2920 * gdb.c++/userdef.exp: Test overloaded operators properly.
2921 Remove xfails.
2922
2923 2002-02-14 Michael Snyder <msnyder@redhat.com>
2924
2925 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
2926
2927 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
2928
2929 * gdb.base/a2-run.exp: Check for a remote target properly.
2930 * gdb.base/annota1.exp: Likewise.
2931 * gdb.base/list.exp: Likewise.
2932 * gdb.base/reread.exp: Likewise.
2933 * gdb.base/scope.exp: Likewise.
2934 * gdb.base/shlib-call.exp: Likewise.
2935 * gdb.base/term.exp: Likewise.
2936 * gdb.c++/annota2.exp: Likewise.
2937
2938 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
2939
2940 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
2941
2942 2002-02-10 Michael Chastain <mec@shout.net>
2943
2944 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
2945 (call_after_alloca): Ditto.
2946
2947 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
2948
2949 * gdb.base/ending-run.exp: Guard "cont" test with
2950 gdb_skip_stdio_test.
2951
2952 2002-02-06 Jim Blandy <jimb@redhat.com>
2953
2954 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
2955 from here...
2956 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
2957 To here. Disable this test on non-HP platforms. Add big comment.
2958
2959 2002-02-04 Michael Snyder <msnyder@redhat.com>
2960
2961 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
2962 other than d10v and m32r.
2963
2964 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
2965
2966 * gdb.base/default.exp: Rewrite test patterns to reduce time
2967 taken to match them.
2968
2969 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
2970
2971 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
2972 Allow a start function above main.
2973 * gdb.threads/linux-dp.exp: Fix copyright date.
2974
2975 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
2976
2977 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
2978 (check_philosopher_stack): Check for manager thread before checking
2979 for a just-starting thread.
2980
2981 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
2982
2983 From Neil Booth <neil@daikokuya.demon.co.uk>:
2984 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
2985 warnings.
2986
2987 2002-01-21 Fred Fish <fnf@redhat.com>
2988
2989 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
2990 not caller.
2991
2992 2002-01-21 Jim Blandy <jimb@redhat.com>
2993
2994 * gdb.base/reread.exp: Check that GDB properly re-reads the
2995 executable file when it changes while no inferior is running.
2996
2997 2002-01-21 Fred Fish <fnf@redhat.com>
2998
2999 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
3000 optionally accept the "shlib events" variation.
3001
3002 2002-01-21 Jim Blandy <jimb@redhat.com>
3003
3004 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
3005 call `fflush' after every `printf', so that the output is produced
3006 at predictable points, regardless of whatever buffering does (or
3007 doesn't) take place.
3008 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
3009 at different points.
3010
3011 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
3012
3013 * gdb.c++/inherit.exp: Update copyright years.
3014 * gdb.c++/method.exp: Likewise.
3015
3016 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
3017
3018 * gdb.c++/classes.exp: Update for improved v3 support and skipping
3019 artificial methods/arguments.
3020 * gdb.c++/derivation.exp: Likewise.
3021 * gdb.c++/inherit.exp: Likewise.
3022 * gdb.c++/method.exp: Likewise.
3023 * gdb.c++/virtfunc.exp: Likewise.
3024
3025 2002-01-18 Andrew Cagney <ac131313@redhat.com>
3026
3027 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
3028 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
3029 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
3030 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
3031 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
3032 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
3033
3034 2002-01-17 Jim Blandy <jimb@redhat.com>
3035
3036 * gdb.asm/asm-source.exp (info symbol): Take another shot at
3037 anchoring the pattern matching the entry point symbol's name.
3038
3039 2002-01-17 Andrew Cagney <ac131313@redhat.com>
3040
3041 * gdb.base/maint.exp: Update ``maint internal-error'' to match
3042 continue/quit query. Update copyright.
3043
3044 2002-01-14 Michael Snyder <msnyder@redhat.com>
3045
3046 * gdb.base/gcore.exp: Remove extra debugging output.
3047
3048 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
3049
3050 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
3051 for slightly dubious v2 mangled string.
3052
3053 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
3054
3055 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
3056
3057 2002-01-10 Jason Merrill <jason@redhat.com>
3058
3059 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
3060
3061 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
3062 constructors.
3063 * gdb.c++/derivation.exp: Likewise.
3064 * gdb.c++/templates.exp: Likewise.
3065 * gdb.c++/virtfunc.exp: Likewise.
3066
3067 2002-01-10 Michael Snyder <msnyder@redhat.com>
3068
3069 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
3070
3071 2002-01-08 Michael Snyder <msnyder@redhat.com>
3072
3073 * gdb.base/gcore.exp: New test for generate-core-file command.
3074 * gdb.base/gcore.c: Testcase for above.
3075 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
3076
3077 2002-01-08 Jason Merrill <jason@redhat.com>
3078
3079 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
3080
3081 2002-01-07 Fred Fish <fnf@redhat.com>
3082
3083 * gdb.c++/overload.exp: Remove unconditional xfails for:
3084 print foo_instance1.overloadargs(1)
3085 print foo_instance1.overloadargs(1, 2)
3086 print foo_instance1.overloadargs(1, 2, 3)
3087 print foo_instance1.overloadargs(1, 2, 3, 4)
3088 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
3089 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
3090 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
3091 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
3092 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
3093 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
3094 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
3095 print foo_instance1.overload1arg()
3096 print foo_instance1.overload1arg((char)arg2)
3097 print foo_instance1.overload1arg((signed char)arg3)
3098 print foo_instance1.overload1arg((unsigned char)arg4)
3099 print foo_instance1.overload1arg((int)arg7)
3100 print foo_instance1.overload1arg((unsigned int)arg8)
3101 print foo_instance1.overload1arg((float)arg11)
3102 print foo_instance1.overload1arg((double)arg12)
3103
3104 2002-01-07 Michael Snyder <msnyder@redhat.com>
3105
3106 * gdb.base/huge.exp: New test. Print a very large target data object.
3107 (skip_huge_test): New test variable. Define if you want to skip this
3108 test. The test reads an 8 megabyte data object from the target, so it
3109 might be very time consuming on remote targets with a slow connection.
3110 * gdb.base/huge.c: New file. Test case for above.
3111
3112 2002-01-07 Fred Fish <fnf@redhat.com>
3113
3114 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
3115 g_instance.bfoo, and g_instance.cfoo.
3116
3117 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
3118
3119 * gdb.base/break.c (multi_line_if_conditional): New function.
3120 (multi_ilne_while_conditional): Likewise.
3121 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
3122 IF or WHILE condition puts the breakpoint at the start of
3123 the condition.
3124
3125 * gdb.base/selftest.exp (backtrace through signal handler): Remove
3126 hppa*-*-hpux* expected failure.
3127 * gdb.base/structs.exp (do_function_calls): Similarly.
3128
3129 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
3130 watchpoints.
3131
3132 2002-01-06 Andrew Cagney <ac131313@redhat.com>
3133
3134 Fix PR gdb/66.
3135 * gdb.base/structs.exp: Replace skip for a29k with skip for
3136 gdb,cannot_call_functions.
3137 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
3138 * gdb.base/callfuncs.exp: Ditto.
3139 * gdb.base/call-rt-st.exp: Ditto.
3140 * gdb.base/call-strs.exp: Ditto.
3141 * gdb.base/callfwmall.exp: Ditto.
3142 * gdb.base/scope.exp: Obsolete xfail a29k.
3143 * gdb.c++/misc.exp: Ditto.
3144 * gdb.c++/cplusfuncs.exp: Ditto.
3145 * gdb.base/ptype.exp: Ditto.
3146 * gdb.base/printcmds.exp: Ditto.
3147 * gdb.base/opaque.exp: Ditto.
3148 * gdb.base/list.exp: Ditto.
3149 * gdb.base/funcargs.exp: Ditto.
3150 * gdb.base/default.exp: Ditto.
3151
3152 2002-01-04 Michael Snyder <msnyder@redhat.com>
3153
3154 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
3155 * gdb.base/maint.exp: Add tests for maint info sections options.
3156
3157 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
3158
3159 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
3160
3161 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
3162
3163 * gdb.asm/arm.inc: New file.
3164 * gdb.asm/asm-source.exp: Add arm targets.
3165 * gdb.asm/configure.in: Ditto.
3166 * gdb.asm/configure: Recreated from configure.in.
3167
3168 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
3169
3170 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
3171 with HP's compiler.
3172 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
3173 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
3174 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
3175 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
3176
3177 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
3178 either HP's compilers or GCC.
3179
3180 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
3181 a SIGBUS or SIGSEGV.
3182
3183 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
3184
3185 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
3186 can be compiled with either HP's compiler or GCC.
3187
3188 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
3189 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
3190 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
3191
3192 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
3193 to match current gdb output. Update due to using auto-solib-limit
3194 for limiting instead of overloading auto-solib-add.
3195 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
3196 test program.
3197
3198 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
3199 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
3200 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
3201 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
3202 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
3203 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
3204 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
3205 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
3206 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
3207 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
3208 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
3209 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
3210 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3211
3212 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
3213 a SIGTRAP to the inferior.
3214
3215 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
3216
3217 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
3218 Substitute call to target_link by call to gdb_compile.
3219
3220 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
3221
3222 * gdb.base/break.exp: Fix HP specific search string when testing
3223 backtracing in a called function.
3224
3225 * gdb.base/constvars.exp: Only set lang to C++ if we're
3226 compiling the test with HP's compilers.
3227 * gdb.base/volatile.exp: Similarly.
3228
3229 2001-12-19 Jim Blandy <jimb@redhat.com>
3230
3231 * gdb.base/printcmds.exp: Expect the null character to be printed
3232 as '\0', and the '\013' to be printed as '\v'.
3233 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
3234 * gdb.base/setvar.exp: Same.
3235
3236 2001-12-17 Jim Blandy <jimb@redhat.com>
3237
3238 * gdb.base/completion.exp: Rather than completing very long
3239 filenames, which can make the readline library produce output we
3240 don't recognize, cd to the directory first, and then complete
3241 using nice, short relative paths.
3242
3243 * gdb.base/completion.exp: On some systems, there is, in fact, a
3244 variable named `b' in scope, since GDB treats all static
3245 variables as being in scope. So use `no_var_named_this'
3246 instead of `b'.
3247
3248 * gdb.base/corefile.exp: Recognize the message saying that GDB
3249 can't find the core file's registers as a failure.
3250
3251 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
3252
3253 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
3254 test expect string more specific.
3255
3256 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
3257
3258 * gdb.asm/asm-source.exp: Add support for xstormy16.
3259 * gdb.asm/configure.in: Ditto.
3260 * gdb.asm/configure: Rebuild.
3261 * gdb.asm/xstormy16.inc: New file.
3262
3263 2001-12-10 Fred Fish <fnf@redhat.com>
3264
3265 * gdb.base/maint.exp: Update to match changes in type dumping code.
3266
3267 2001-12-10 Jim Blandy <jimb@redhat.com>
3268
3269 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
3270 matching the entry point symbol's name at the beginning of the
3271 line.
3272
3273 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
3274
3275 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
3276 gdb.c++/inherit.exp, gdb.c++/method.exp,
3277 gdb.c++/namespace.exp, gdb.c++/templates.exp,
3278 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
3279 and class layout support.
3280
3281 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
3282
3283 * gdb.c++/classes.exp: Add test for static member function.
3284 * gdb.c++/misc.cc: Add class with static member function.
3285
3286 2001-12-07 Jim Blandy <jimb@redhat.com>
3287
3288 If GDB says it can't find the struct the function returned, report
3289 those tests as `unsupported'.
3290 * gdb.base/call-rt-st.exp (print_struct_call): New function.
3291 Rewrite subsequent tests to use it.
3292
3293 If GDB says it can't find the struct the function returned, report
3294 those tests as `unsupported'.
3295 * gdb.base/structs.exp (call_struct_func): New function.
3296 (do_function_calls): Use call_struct_func to call the functions
3297 returning structs.
3298
3299 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
3300 whether functions are prototyped or not, so we can't possibly pass
3301 arguments to t_float_values2 properly.
3302
3303 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
3304 value of `timeout' for targets other than the mips*tx39-*.
3305
3306 2001-12-06 Michael Snyder <msnyder@redhat.com>
3307
3308 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
3309 and detect whether the start symbol has a leading underscore.
3310
3311 2001-12-04 Jim Blandy <jimb@redhat.com>
3312
3313 * gdb.base/completion.exp: Clarify indentation.
3314
3315 2001-12-03 Jim Blandy <jimb@redhat.com>
3316
3317 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
3318 variables on the S/390, not `.word'.
3319
3320 2001-11-30 Jim Blandy <jimb@redhat.com>
3321
3322 Add assembly-source tests for s390-ibm-linux.
3323 * gdb.asm/s390.inc: New file.
3324 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
3325 the S/390 architecture.
3326 * gdb.asm/configure: Regenerated.
3327
3328 2001-11-30 Michael Snyder <msnyder@redhat.com>
3329
3330 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
3331 next, info source, info sources, info line, global and static
3332 variables, and static functions.
3333 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
3334 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
3335 * gdb.asm/asmsrc1.s: Add a static function and some variables.
3336 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
3337 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
3338 (gdbasm_leave): Restore frame pointer.
3339 (gdbasm_startup): Copy stack set-up from crt0.S.
3340
3341 2001-11-26 Fernando Nasser <fnasser@redhat.com>
3342
3343 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
3344 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
3345 to a local (non-static) variable. Copy tstruct.a to a static buffer
3346 and return a pointer to that buffer.
3347 * gdb.base/callfwmall.c (t_structs_a): Ditto.
3348
3349 2001-11-24 Mark Kettenis <kettenis@gnu.org>
3350
3351 * gdb.asm/configure.in: Fix recognition of ix86 target.
3352 * gdb.asm/configure: Regenerate.
3353
3354 2001-11-21 Michael Snyder <msnyder@redhat.com>
3355
3356 * gdb.asm/sparc.inc: New file.
3357 * gdb.asm/asm-source.exp: Recognize sparc target.
3358 * gdb.asm/configure.in: Recognize sparc target.
3359 * gdb.asm/configure: Regenerate.
3360
3361 2001-11-21 Michael Snyder <msnyder@redhat.com>
3362
3363 * gdb.asm/m32r.inc: New file.
3364 * gdb.asm/asm-source.exp: Recognize m32r target.
3365 * gdb.asm/configure.in: Recognize m32r target.
3366 * gdb.asm/configure: Regenerate.
3367
3368 2001-11-20 Michael Snyder <msnyder@redhat.com>
3369
3370 * gdb.asm/i386.inc: New file.
3371 * gdb.asm/asm-source.exp: Recognize ix86 target.
3372 * gdb.asm/configure.in: Recognize ix86 target.
3373 * gdb.asm/configure: Regenerate.
3374
3375 * gdb.c++/namespace.exp: Fix quotes in output messages.
3376
3377 2001-11-14 Michael Snyder <msnyder@redhat.com>
3378
3379 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
3380 qualifier in a type cast expression, to designate an address
3381 in the instruction space (Harvard architecture).
3382
3383 2001-11-13 Michael Snyder <msnyder@redhat.com>
3384
3385 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
3386 Tests for expressions using 'const' and 'volatile'.
3387
3388 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
3389
3390 * gdb.asm/asm-sources.exp: Allow defining linker flags.
3391
3392 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
3393
3394 * lib/mi-support.exp (mi_run_to_helper): Move comments
3395 outside of gdb_expect.
3396
3397 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
3398
3399 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
3400 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
3401 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
3402 mi0_run_to): New functions.
3403 * gdb.mi/mi-simplerun.exp: Use them.
3404 * gdb.mi/mi0-simplerun.exp: Likewise.
3405 * gdb.mi/mi-var-cmd.exp: Likewise.
3406 * gdb.mi/mi0-var-cmd.exp: Likewise.
3407
3408 2001-11-10 Andrew Cagney <ac131313@redhat.com>
3409
3410 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
3411 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
3412
3413 2001-11-09 Andrew Cagney <ac131313@redhat.com>
3414
3415 * gdb.base/restore.exp: Include $expected value in restored test
3416 message.
3417
3418 2001-11-09 Andrew Cagney <ac131313@redhat.com>
3419
3420 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
3421 implemented.
3422
3423 2001-11-08 Michael Snyder <msnyder@redhat.com>
3424
3425 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
3426 Add pass/fail message for stop at breakpoint in call dummy function.
3427
3428 2001-11-07 Michael Snyder <msnyder@redhat.com>
3429
3430 * gdb.c++/templates.exp (test_template_breakpoints):
3431 If we get an overload menu, but it does not match what
3432 we expect, we still need to issue the "cancel" command.
3433 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
3434 making the whitespace optional. Argument for "new" may be
3435 "unsigned" as well as "unsigned int/long".
3436 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
3437 making the whitespace optional. Also replace "(void) with
3438 "((void|)), making the keyword "void" optional.
3439 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
3440 making the whitespace optional. Also replace "(void) with
3441 "((void|)), making the keyword "void" optional.
3442 * gdb.base/callfuncs.c (t_float_values): This function must
3443 _not_ be prototyped, and the following function (t_float_values2)
3444 must be prototyped (if the compiler supports it), so that GDB
3445 can be tested against both cases. Usually one case involves
3446 promotion of float to double, while the other does not.
3447 * gdb.base/callfwmall.c: Ditto.
3448 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
3449 includes a stack frame for "start".
3450
3451 2001-11-05 Jim Blandy <jimb@redhat.com>
3452
3453 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
3454 pointers are 32 bits long, and that offsets of relocs are always
3455 stored in the data (REL-style), and not in the reloc entry itself
3456 (RELA-style).
3457 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
3458 stabs.
3459
3460 2001-11-01 Michael Snyder <msnyder@redhat.com>
3461
3462 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
3463 and regular expression operators by using quoting.
3464
3465 2001-10-31 Michael Snyder <msnyder@redhat.com>
3466
3467 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
3468 depending on what the symbol table contains.
3469 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
3470 the output of the ptype command. Similarly, accept both "const &"
3471 and "const&".
3472
3473 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
3474
3475 * gdb.base/miscexprs.c (main): Add usage of preprocessor
3476 symbol `STORAGE' to allow to choose the storage class of
3477 the local datastructures.
3478 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
3479 compiler directive.
3480
3481 2001-10-30 Michael Snyder <msnyder@redhat.com>
3482
3483 * gdb.base/jump.exp: Allow it to run for all targets.
3484
3485 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
3486
3487 * gdb.base/call-ar-st.c (print_double_array): Match for loop
3488 with new double_array size.
3489 (main): Change storage class of all local variables to static.
3490 Reduce size of double_array to 9.
3491 * gdb.base/call-ar-st.exp: Increase timeout value.
3492 Change expected output for double array to match new size in
3493 call-ar-st.c.
3494
3495 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
3496
3497 * gdb.base/ending-run.exp: Create identical output when passing
3498 `step to end of run' case. Add regular expression branch satisfying
3499 Stormy16 target.
3500
3501 2001-10-28 Mark Kettenis <kettenis@gnu.org>
3502
3503 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
3504 that we catch the expected failure under Linux/x86.
3505
3506 2001-10-29 Orjan Friberg <orjanf@axis.com>
3507
3508 * gdb.base/setvar.exp: Escape curly braces.
3509 * gdb.stabs/weird.exp: Ditto.
3510
3511 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
3512
3513 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
3514 * gdm.mi/mi0-hack-cli.exp: Likewise.
3515
3516 2001-10-25 Andrew Cagney <ac131313@redhat.com>
3517
3518 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
3519 messages.
3520
3521 2001-10-21 Andrew Cagney <ac131313@redhat.com>
3522
3523 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
3524 checking MI enabled.
3525
3526 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
3527
3528 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
3529
3530 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
3531
3532 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
3533 if gdb child process crashes, just signal an error.
3534
3535 2001-10-02 Jim Blandy <jimb@redhat.com>
3536
3537 * lib/gdb.exp (test_xfail_format): Simplify.
3538
3539 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
3540 front of the variable name `format'. Simplify `if'.
3541
3542 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
3543
3544 * gdb.threads/pthreads.exp: Wait for output and delay
3545 before sending ^C.
3546
3547 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
3548
3549 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
3550 some incorrect output instead of timing out.
3551 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
3552
3553 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
3554
3555 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
3556 check to allow additional `int'.
3557
3558 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
3559
3560 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
3561 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
3562
3563 2001-09-27 Michael Snyder <msnyder@redhat.com>
3564
3565 * lib/gdb.exp (test_debug_format): New proc.
3566 (setup_xfail_format): Use new proc test_debug_format.
3567 * gdb.base/constvars.exp (local_compiler_xfail_check): New
3568 proc; use new service proc test_debug_format.
3569 Replace all other "gcc_compiled" tests with this test.
3570 * gdb.base/volatile.exp (local_compiler_xfail_check): New
3571 proc; use new service proc test_debug_format.
3572 Replace all other "gcc_compiled" tests with this test.
3573
3574 2001-09-27 Michael Snyder <msnyder@redhat.com>
3575
3576 * gdb.base/cvexpr.exp: New file.
3577 * gdb.base/cvexpr.c: New file
3578 Test for expressions using const and volatile keywords.
3579
3580 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
3581
3582 * gdb.base/constvars.exp: Check for different orders of keywords
3583 and additional "int" strings in output.
3584
3585 2001-09-22 Andrew Cagney <ac131313@redhat.com>
3586
3587 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
3588 responses from "help maint".
3589
3590 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
3591
3592 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
3593 to localhost:NNN instead of :NNN, in case Xvfb is listening
3594 only on TCP.
3595
3596 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
3597
3598 * gdb.base/recurse.exp: When checking leaving the watchpoint
3599 scope, recognize when gdb is in function's epilogue and pass.
3600
3601 2001-09-18 Keith Seitz <keiths@redhat.com>
3602
3603 * lib/insight-support.exp (_gdbtk_export_target_info): Add
3604 support for running tests against sid targets.
3605 (gdbtk_done): Ditto.
3606
3607 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
3608
3609 * gdb.base/ending-run.c (main): Set stdout buffersize
3610 to the same reasonable value for any target.
3611 * gdb.base/ending-run.exp: Add a regular expression
3612 to make testsuite happy on Sanyo Stormy16 target.
3613
3614 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
3615
3616 * gdb.base/display.c (do_loops): Add float variable `f'.
3617 Increment f in loop.
3618 * gdb.base/display.exp: Increment timeout by 60 seconds.
3619 Change float display test to use variable `f'.
3620
3621 2001-09-17 Jim Blandy <jimb@redhat.com>
3622
3623 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
3624 overflowing the limited breakpoint tables on some ROM monitors
3625 (like the ROM68K).
3626
3627 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
3628
3629 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
3630 the "-ac" (disable access control) flag.
3631
3632 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
3633
3634 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
3635 ints.
3636
3637 2001-08-30 Keith Seitz <keiths@redhat.com>
3638
3639 * lib/gdb.exp: Move all insight-related functionality into
3640 separate file.
3641 * lib/insight-support.exp: New file.
3642
3643 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
3644
3645 * config/sid.exp (sid_start): Never set sid verbosity; disable
3646 expect_background {} that consumed its stdout; tolerate </dev/null.
3647 Attempt to set endianness override in "sid" protocol mode. Cleanup.
3648
3649 2001-08-18 Andrew Cagney <ac131313@redhat.com>
3650
3651 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
3652 CLI jump command to start it.
3653 (mi_run_to_main): Fail immediatly when unexpected output.
3654
3655 2001-08-18 Andrew Cagney <ac131313@redhat.com>
3656
3657 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
3658 beginning of function. Fix PR gdb/191.
3659
3660 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
3661
3662 * config/sid.exp (sid_start): Don't warn if we cannot figure out
3663 what to force sid endianness to.
3664
3665 2001-08-15 Keith Seitz <keiths@redhat.com>
3666
3667 * lib/gdb.exp (gdbtk_start): Don't set environment
3668 variables for TCL_LIBRARY and friends. Insight will
3669 now figure these out for itself.
3670
3671 2001-08-02 Michael Snyder <msnyder@redhat.com>
3672
3673 * gdb.base/completion.exp: Remove the symbol "a64l" from
3674 the expect string; this is target-specific, and not related
3675 to what is being tested.
3676
3677 2001-08-02 Dave Brolley <brolley@redhat.com>
3678
3679 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
3680
3681 2001-07-25 Michael Snyder <msnyder@redhat.com>
3682
3683 * gdb.base/consecutive.exp: New file. Test stepping over
3684 breakpoints on consecutive instructions.
3685 * gdb.base/consecutive.c: New file.
3686
3687 * gdb.base/call-rt-st.exp: Use double-backslash to quote
3688 curly braces in regular expressions.
3689
3690 2001-07-25 Michael Snyder <msnyder@redhat.com>
3691
3692 * gdb.base/ending-run.exp: Accept "Program exited normally" as
3693 legitimate output from stepping out of main.
3694
3695 2001-07-22 Keith Seitz <keiths@redhat.com>
3696
3697 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
3698 the empty string, do not run the tests.
3699
3700 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3701
3702 * gdb.base/long_long.exp: Detect size of pointer. Take into
3703 account 2-byte pointers when testing for p/a results.
3704
3705 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3706
3707 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
3708 and defined to 1K for m68hc11.
3709 (random_data): Reduce table to 1K for embedded platforms (68hc11).
3710 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
3711 (sizeof_random_data): New variable to tell the size of the data table;
3712 don't test past this size; always run to main.
3713
3714 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3715
3716 * gdb.base/return2.exp: return of long long and double fails for
3717 68HC11; don't execute these tests on that platform.
3718 * gdb.base/return.exp: Return of a double fails for 68hc11.
3719
3720 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3721
3722 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
3723 tests that print a float.
3724 * call-rt-st.exp: Likewise.
3725
3726 2001-07-12 Mark Kettenis <kettenis@gnu.org>
3727
3728 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
3729 running this test on Linux.
3730
3731 2001-06-24 Michael Chastain <chastain@redhat.com>
3732
3733 * gdb.base/arithmet.exp: Remove some tests to make all test names
3734 unique.
3735
3736 2001-07-03 Michael Snyder <msnyder@redhat.com>
3737
3738 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
3739 the output of the ptype command.
3740
3741 2001-07-02 Michael Snyder <msnyder@redhat.com>
3742
3743 * gdb.base/completion.exp: Don't assume that break.c is the only
3744 source file that may contain functions named "marker".
3745 * gdb.base/corefile.exp: Quote the curly braces in regexp.
3746
3747 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3748
3749 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
3750 of files to delete.
3751
3752 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
3753 * gdb.disasm/h8300s.exp: New file.
3754 gdb.disasm/h8300s.s: Likewise.
3755
3756 2001-06-27 Andrew Cagney <ac131313@redhat.com>
3757
3758 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
3759 empty breakpoint tables.
3760
3761 2001-06-25 Andrew Cagney <ac131313@redhat.com>
3762
3763 * lib/mi-support.exp: Update args=... part of stop-reason
3764 patterns. Accept either a list or a tuple.
3765
3766 2001-06-23 Andrew Cagney <ac131313@redhat.com>
3767
3768 * lib/mi-support.exp: Remove local emacs variable defining
3769 change-log-default-name.
3770
3771 2001-06-22 Michael Chastain <chastain@redhat.com>
3772
3773 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
3774 This is operationally compatible with the previous version.
3775
3776 2001-06-13 Jim Blandy <jimb@redhat.com>
3777
3778 * lib/gdb.exp (gdb_test): Doc fix.
3779
3780 2001-06-10 Michael Chastain <chastain@redhat.com>
3781
3782 * gdb.base/exprs.exp: Remove a duplicate test.
3783
3784 2001-06-06 Jim Blandy <jimb@redhat.com>
3785
3786 * gdb.base/return2.exp (main): Use values to test float and double
3787 returns that are not NaN's, to avoid being confused by IEEE
3788 comparison rules.
3789
3790 2001-06-04 Michael Snyder <msnyder@redhat.com>
3791
3792 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
3793 non-zero if control_c fails. Terminate the test on failure,
3794 rather than wait for 12 more tests to time out.
3795
3796 2001-06-06 Jim Blandy <jimb@redhat.com>
3797
3798 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
3799 Don't forget to match the GDB prompt.
3800
3801 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
3802
3803 2001-06-04 Jim Blandy <jimb@redhat.com>
3804
3805 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
3806 command.
3807
3808 2001-05-31 Kevin Buettner <kevinb@redhat.com>
3809
3810 * gdb.base/annota1.exp (info break): Match four or more spaces
3811 after "Address".
3812
3813 2001-05-31 Michael Chastain <chastain@redhat.com>
3814
3815 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
3816 (dm_type_int_star): Likewise.
3817 (dm_type_long_star): Likewise.
3818 (dm_type_void_star): Likewise.
3819
3820 2001-05-29 Kevin Buettner <kevinb@redhat.com>
3821
3822 * gdb.base/completion.exp (INPUTRC): Set this environment variable
3823 to a known value in order to get consistent results regardless
3824 of the setting of INPUTRC or the presence or contents of .inputrc.
3825
3826 2001-05-24 Michael Snyder <msnyder@redhat.com>
3827
3828 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
3829 Don't require that the main thread and the manager thread are the
3830 first in the list.
3831
3832 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
3833 debugging. If test fails, issue an "unsupported" not a "fail".
3834
3835 2001-05-24 Jim Blandy <jimb@redhat.com>
3836
3837 Don't assume that short is shorter than int.
3838 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
3839 assume that shorts are smaller than ints. On a 16-bit machine,
3840 this isn't true.
3841 ("print unsigned char == (~0)"): Add test that verifies that ~0,
3842 an int, is not equal to ~0 stored in an unsigned char. This tests
3843 the same thing that the previous test meant to, but works on
3844 16-bit machines, too.
3845 ("print unsigned char != (~0)"): Same test, complemented.
3846
3847 2001-05-24 Michael Snyder <msnyder@redhat.com>
3848
3849 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
3850 test for (full_coverage == 0). This makes the test run faster,
3851 and prevents dejagnu getting out of step.
3852
3853 2001-05-23 Kevin Buettner <kevinb@redhat.com>
3854
3855 * gdb.base/finish.exp (finish_void): Revise pattern for
3856 stopping on the call statement to not permit stopping at
3857 the start of the instructions comprising the call sequence.
3858
3859 2001-05-19 Michael Chastain <chastain@redhat.com>
3860
3861 * gdb.base/callfuncs.exp: Make all test names unique.
3862 * gdb.base/commands.exp: Make all test names unique.
3863 * gdb.base/condbreak.exp: Make all test names unique.
3864 * gdb.base/dbx.exp: Make all test names unique.
3865 * gdb.base/default.exp: Make all test names unique.
3866 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
3867 and TIMEOUT messages to their corresponding PASS message.
3868 * gdb.base/ending-run.exp: Make all test names unique.
3869 * gdb.base/long_long.exp: Remove duplicate test.
3870
3871 2001-05-21 Kevin Buettner <kevinb@redhat.com>
3872
3873 * gdb.base/finish.exp (finish_void): Allow "finish" command to
3874 stop on the call statement as well as the statement after the
3875 call.
3876
3877 2001-05-21 Michael Snyder <msnyder@redhat.com>
3878
3879 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
3880
3881 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
3882
3883 * gdb.base/completion.exp: Revamp test. Make it execute on all
3884 platforms.
3885
3886 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
3887
3888 * config/gdbserver.exp (gdb_load): Handle the case
3889 in which the arguments to gdbserver are given in the
3890 baseboard configuration file.
3891 Also handle the case in which the server needs to do a
3892 load.
3893
3894 2001-05-07 Keith Seitz <keiths@cygnus.com>
3895
3896 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
3897 set up the display for testing.
3898 (gdbtk_start): Convert all paths to paths that tcl will like.
3899 Export target information to environment.
3900 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
3901 necessary.
3902 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
3903 (to_tcl_path): New proc to convert a given pathname into
3904 a path acceptible as an argument to a tcl command.
3905 (_gdbtk_export_target_info): New proc to export target info
3906 into the environment for gdbtk testing.
3907 (gdbtk_done): New proc to signal end-of-test.
3908
3909 2001-05-06 Jim Blandy <jimb@redhat.com>
3910
3911 * restore.c: Make the code of caller0 correspond to its comment.
3912
3913 2001-05-03 Michael Snyder <msnyder@redhat.com>
3914
3915 * config/sid.exp (gdb_target_sid): Check for error messages.
3916 On error or timeout, don't make expect exit (which will terminate
3917 all subsequent tests); instead just make gdb exit.
3918 (gdb_load): Check for error messages. On error or timeout,
3919 return a negative value.
3920
3921 2001-04-24 Jim Blandy <jimb@redhat.com>
3922
3923 * gdb.c++/templates.exp: If we see the prompt for the overload
3924 list, but we haven't recognized any of the longer patterns,
3925 arrange for this test to fail, not hang.
3926
3927 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
3928 variations.
3929
3930 2001-04-22 Michael Chastain <chastain@redhat.com>
3931
3932 * gdb.c++/local.exp: Use the 'runto' library function.
3933 * gdb.c++/namespace.exp: Likewise.
3934 * gdb.c++/overload.exp: Likewise.
3935
3936 2001-03-26 Kevin Buettner <kevinb@redhat.com>
3937
3938 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
3939 * gdb.base/step-line.exp: New file. Test step/next in presence of
3940 #line directives.
3941 * gdb.base/step-line.c: New file. Test program for the above.
3942 * gdb.base/step-line.inp: New file. We pretend that this file has
3943 been transformed by some other tool into step-line.c.
3944
3945 2001-03-21 Jim Blandy <jimb@redhat.com>
3946
3947 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
3948 unmangled operator names.
3949
3950 2001-03-20 Jim Blandy <jimb@redhat.com>
3951
3952 * gdb.threads/linux-dp.exp: Recognize an additional message
3953 generated by GDB when it doesn't understand how to debug threads
3954 on the target system.
3955
3956 2001-03-19 Andrew Cagney <ac131313@redhat.com>
3957
3958 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
3959
3960 2001-03-12 Michael Chastain <chastain@redhat.com>
3961
3962 * gdb.c++/derivation.exp: Use the 'runto' library function.
3963
3964 2001-03-12 Michael Chastain <chastain@redhat.com>
3965
3966 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
3967
3968 2001-02-24 Michael Chastain <chastain@redhat.com>
3969
3970 * gdb.c++/ref-types.exp: Change handwritten code to library
3971 function 'runto'.
3972
3973 2001-03-16 Orjan Friberg <orjanf@axis.com>
3974
3975 * gdb.base/signals.exp: Set count to 0 explicitly.
3976
3977 2001-03-15 Mark Salter <msalter@redhat.com>
3978
3979 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
3980 (gdb_target_monitor): Add check of gdb_target_cmd return value.
3981 (gdb_load): Add support for additional target_info: gdb_download_size
3982 and gdb_load_timeout.
3983
3984 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
3985
3986 * gdb.base/annota1.exp: Move test of isnative to earlier in the
3987 file -- to prevent failing when the compile fails but we have no
3988 intention of running the tests anyway.
3989
3990 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
3991 tests if set.
3992
3993 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
3994 integers.
3995
3996 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
3997 * gdb.c++/namespace.exp: Ditto.
3998
3999 2001-03-07 Orjan Friberg <orjanf@axis.com>
4000
4001 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
4002 * gdb.base/pointers.exp: Relax pattern match of decimals.
4003
4004 2001-03-06 Kevin Buettner <kevinb@redhat.com>
4005
4006 * Makefile.in, config/abug.exp, config/cfdbug.exp,
4007 config/cpu32bug.exp, config/dve.exp, config/est.exp,
4008 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
4009 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
4010 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
4011 config/sh.exp, config/sid.exp, config/slite.exp,
4012 config/sparclet.exp, config/udi.exp, config/unknown.exp,
4013 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
4014 config/vxworks.exp, config/vxworks29k.exp,
4015 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
4016 gdb.base/all-bin.exp, gdb.base/annota1.exp,
4017 gdb.base/arithmet.exp, gdb.base/assign.exp,
4018 gdb.base/async.exp, gdb.base/attach.exp,
4019 gdb.base/bitfields.exp, gdb.base/bitops.exp,
4020 gdb.base/break.exp, gdb.base/call-ar-st.exp,
4021 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
4022 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
4023 gdb.base/commands.exp, gdb.base/completion.exp,
4024 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
4025 gdb.base/constvars.exp, gdb.base/corefile.exp,
4026 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
4027 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
4028 gdb.base/ending-run.exp, gdb.base/environ.exp,
4029 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
4030 gdb.base/finish.exp, gdb.base/foll-exec.exp,
4031 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
4032 gdb.base/funcargs.exp, gdb.base/help.exp,
4033 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
4034 gdb.base/logical.exp, gdb.base/long_long.exp,
4035 gdb.base/maint.exp, gdb.base/mips_pro.exp,
4036 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
4037 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
4038 gdb.base/pointers.exp, gdb.base/printcmds.exp,
4039 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
4040 gdb.base/regs.exp, gdb.base/relational.exp,
4041 gdb.base/remote.exp, gdb.base/reread.exp,
4042 gdb.base/restore.exp, gdb.base/return2.exp,
4043 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
4044 gdb.base/selftest.exp, gdb.base/setshow.exp,
4045 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
4046 gdb.base/sigall.exp, gdb.base/signals.exp,
4047 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
4048 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
4049 gdb.base/step-test.exp, gdb.base/structs.c,
4050 gdb.base/structs.exp, gdb.base/structs2.exp,
4051 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
4052 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
4053 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
4054 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
4055 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
4056 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
4057 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
4058 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
4059 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
4060 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
4061 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
4062 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
4063 gdb.fortran/types.exp, gdb.java/jmisc.exp,
4064 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
4065 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
4066 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
4067 gdb.trace/circ.exp, gdb.trace/collection.exp,
4068 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
4069 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
4070 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
4071 gdb.trace/report.exp, gdb.trace/save-trace.exp,
4072 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
4073 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
4074 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
4075 notices.
4076
4077 2001-02-27 Michael Snyder <msnyder@cygnus.com>
4078
4079 * gdb.base/varargs.c (find_max_double): Fix printf format string:
4080 first arg is int not float.
4081
4082 2001-02-22 Michael Snyder <msnyder@cygnus.com>
4083
4084 * gdb.base/reread.exp: Unsupported for non-native targets;
4085 doesn't work for remote debugging.
4086
4087 2001-02-19 Fernando Nasser <fnasser@redhat.com>
4088
4089 From Drew Moseley <dmoseley@redhat.com>
4090 * gdb.base/ending-run.exp: Properly handle the BSP state when
4091 stepping past the end of main.
4092
4093 2001-02-19 John Moore <jmoore@redhat.com>
4094
4095 * gdb.base/commands.exp (infrun_breakpoint_command_test):
4096 Converted HPUX fix for non-expected items following multiple
4097 step commands into general solution for all platforms.
4098
4099 2001-02-18 Michael Chastain <chastain@redhat.com>
4100
4101 * gdb.c++/classes.exp (do_tests): Change runto statements
4102 from "runto 'foo(void)'" to "runto 'foo'". This makes the
4103 statements demangler agnostic.
4104 * gdb.c++/virtfunc.exp (do_tests): Likewise.
4105 (gdb_virtfunc_restart): Likewise.
4106
4107 2001-02-14 Michael Chastain <chastain@redhat.com>
4108
4109 * gdb.c++/inherit.exp (do_tests): Change runto statements
4110 from "runto 'foo(void)'" to "runto 'foo'". This makes the
4111 statements demangler agnostic.
4112
4113 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
4114
4115 * gdb.threads/pthreads.exp: Unify pass/fail messages for
4116 ``continue to bkpt at common_routine in thread 2'' and ``stopped
4117 before calling common_routine 15 times'' tests.
4118
4119 2001-02-11 Michael Chastain <chastain@redhat.com>
4120
4121 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
4122 Helps the test script figure out which demangler is in use.
4123 (dm_type_foo_ref): Ditto.
4124 (dm_type_int_star): Ditto.
4125 (dm_type_long_star): Ditto.
4126 (dm_type_unsigned_int): Ditto.
4127 (dm_type_void): Ditto.
4128 (dm_type_void_star): Ditto.
4129 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
4130 Probe the gdb demangler and set variables to accommodate
4131 formatting differences.
4132 (info_func_regexp): New function. Same as info_func, but
4133 matches against a regexp.
4134 (info_func): Match against a literal string.
4135 (print_addr_2): New function. Match against a literal string,
4136 which can be different from the input to gdb.
4137 (print_addr): Simply call print_addr_2 with the same argument twice.
4138 (test_lookup_operator_functions): Use demangler formatting variables.
4139 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
4140 the tests in the same order as the C++ class declaration.
4141 (test_paddr_operator_functions): Ditto.
4142 (test_paddr_overloaded_functions): Ditto.
4143 (test_paddr_hairy_functions): Use demangler formatting variables.
4144 Add reference to gdb/19 for related tests.
4145 (do_tests): Call probe_demangler.
4146
4147 2001-01-30 Kevin Buettner <kevinb@redhat.com>
4148
4149 * gdb.c++/templates.cc (printf): Remove unused function definition.
4150
4151 2001-01-26 Felix Lee <flee@redhat.com>
4152
4153 * sid.exp (sid_exit): Pass host, not target, to remote_close.
4154
4155 2001-01-25 matthew green <mrg@redhat.com>
4156
4157 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
4158 up sid.
4159 (sid_exit): Call `remote_pop_conn' after GDB is gone.
4160
4161 2001-01-25 matthew green <mrg@redhat.com>
4162
4163 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
4164 Deprecate $sid_spawn_id.
4165 (sid_exit): Remove code necessary only for `spawn.'
4166
4167 2001-01-25 matthew green <mrg@redhat.com>
4168
4169 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
4170
4171 2001-01-28 Michael Chastain <chastain@redhat.com>
4172
4173 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
4174 to call when tests fail. It takes gdb out of the overloaded
4175 function choice menu back to the main prompt, so that the test
4176 program stays synchronized.
4177 (set_bp_overloaded): New proc to collect all the common
4178 code for setting a breakpoint on an overloaded name. Calls
4179 take_gdb_out_of_choice_menu when needed.
4180 (menu_overload1arg): New variable to collect the repeated
4181 instances of the expected menu for an overloaded name. Change
4182 the regular expression to handle changes in g++ type encoding:
4183 "void" can be either "void" or "", and "unsigned int" can be
4184 either "unsigned int" or "unsigned".
4185 (continue_to_bp_overloaded): Change regular expressions to handle
4186 changes in g++ type encoding.
4187 (no proc): Call take_gdb_out_of_choice_menu when needed.
4188 Remove redundant calls to "info break". Accept either "canceled"
4189 or "cancelled". Change regular expressions in "info break"
4190 calls to handle changes in g++ type encoding. Give all tests
4191 unique strings.
4192
4193 2001-01-17 Ben Elliston <bje@redhat.com>
4194
4195 * config/sid.exp: New file.
4196
4197 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
4198
4199 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
4200
4201 2000-12-21 Michael Snyder <msnyder@cygnus.com>
4202
4203 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
4204 Add a RE to accept a non-ascii char if one is ever presented.
4205
4206 2000-12-20 Fernando Nasser <fnasser@redhat.com>
4207
4208 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
4209
4210 2000-12-18 Michael Snyder <msnyder@cygnus.com>
4211
4212 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
4213 in regexp. One '\' does not suffice on Linux.
4214
4215 2000-12-09 Michael Chastain <chastain@redhat.com>
4216
4217 * gdb.base/break.exp (test_clear_command): Use a marker function
4218 rather than 'main' for the test function. Also move this
4219 test to an execution point where the marker function names are
4220 guaranteed to be bound to functions. (Executing tests after a
4221 'finish' from main runs into name conflicts with local names
4222 in __libc_start_main).
4223
4224 2000-12-07 Michael Snyder <msnyder@cygnus.com>
4225
4226 * gdb.base/finish.exp: New test for gdb's "finish" command.
4227 * gdb.base/return2.exp: New test for gdb's "return" command.
4228 * gdb.base/return2.c: New source file for above.
4229
4230 2000-12-05 Michael Snyder <msnyder@cygnus.com>
4231
4232 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
4233 * gdb.base/miscexprs.exp: Ditto.
4234 * gdb.base/pointers.exp: Ditto.
4235 * gdb.c++/derivation.exp: Ditto.
4236 * gdb.c++/local.exp: Ditto.
4237 * gdb.c++/namespace.exp: Ditto.
4238 * gdb.c++/overload.exp: Ditto.
4239 * gdb.c++/ref-types.exp: Ditto.
4240
4241 2000-12-05 Michael Snyder <msnyder@cygnus.com>
4242
4243 * gdb.base/constvars.exp: Test result of "up" command.
4244 * gdb.base/miscexprs.exp: Ditto.
4245 * gdb.base/pointers.exp: Ditto.
4246 * gdb.base/scope.exp: Ditto.
4247 * gdb.c++/derivation.exp: Ditto.
4248 * gdb.c++/local.exp: Ditto.
4249 * gdb.c++/namespace.exp: Ditto.
4250 * gdb.c++/overload.exp: Ditto.
4251 * gdb.c++/ref-types.exp: Ditto.
4252
4253 2000-11-22 Michael Chastain <chastain@redhat.com>
4254
4255 * mips_pro.exp: Accept either "middle -> top -> main" or
4256 "middle -> main" in the backtrace, because gcc can optimize
4257 tail calls to jumps. Remove setup_xfail for the hppa case.
4258 Add a comment with the original warning messages from PR 3016,
4259 which was filed in 1993, to preserve them for posterity.
4260
4261 2000-11-17 Nick Duffek <nsd@redhat.com>
4262
4263 * lib/gdb.exp (gdb_test): Override timeout with board info.
4264
4265 2000-11-17 Nick Duffek <nsd@redhat.com>
4266
4267 * gdb.base/display.exp: Don't kill running stub. Add "again" to
4268 the second kill and detach messages.
4269
4270 2000-11-17 Nick Duffek <nsd@redhat.com>
4271
4272 * configure.in: Add AC_EXEEXT.
4273 * configure: Regenerate.
4274 * Makefile.in (just-check): Export EXEEXT.
4275 * lib/gdb.exp ($EXEEXT): Import from environment.
4276 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
4277 expect "maint dump-me" on Cygwin.
4278 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
4279 $EXEEXT.
4280
4281 2000-11-17 Nick Duffek <nsd@redhat.com>
4282
4283 * gdb.base/break.exp: Test backtrace and finish from called
4284 function on all platforms, not just HP-UX.
4285
4286 2000-11-03 Michael Snyder <msnyder@cygnus.com>
4287
4288 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
4289 code from gdb_target_monitor, so it can be used independantly
4290 for gdbserver. Also comment out an unnecessary PUTS.
4291
4292 2000-11-03 Michael Snyder <msnyder@cygnus.com>
4293
4294 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
4295 * gdb.base/corefile.exp: Expect the message "Program is being
4296 debugged already" when we send the "corefile" command, since
4297 the preceeding gdb_load may have connected gdb to a remote target.
4298 * gdb.base/display.exp: Disable hardware watchpoints if new
4299 board info variable "no_hardware_watchpoints" is true.
4300 Replace single-letter commands with more readable ones.
4301 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
4302 if new board info variable "no_hardware_watchpoints" is true.
4303 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
4304 to see if stdio (printf) testing is possible.
4305 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
4306 board info variable "no_hardware_watchpoints" is true. Use new
4307 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
4308
4309 2000-11-13 Fernando Nasser <fnasser@redhat.com>
4310
4311 From Orjan Friberg <orjanf@axis.com>:
4312 * gdb.base/printcmds.exp: Escape curly braces followed by a number
4313 in array print pattern match.
4314
4315 2000-11-09 Fernando Nasser <fnasser@redhat.com>
4316
4317 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
4318 spelling "cancelled" to U.S. spelling "canceled" to match changes
4319 made to gdb.
4320 * gdb.c++/ovldbreak.exp: Ditto.
4321
4322 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4323
4324 * gdb.base/callfuncs.c (main): Moved to end of file, call
4325 t_double_values to initialize the FPU before inferior calls are made.
4326 * gdb.base/callfuncs.exp: Test for register preservation after calling
4327 inferior functions. Add tests for continuining, finishing and
4328 returning from a stop in a call dummy.
4329
4330 2000-10-24 Michael Snyder <msnyder@cygnus.com>
4331
4332 * gdb.base/commands.exp: Break up long lines, and re-indent.
4333
4334 2000-10-19 Michael Snyder <msnyder@cygnus.com>
4335
4336 * config/gdbserver.exp: Rewritten from the ground up, to make it
4337 compatible with the current dejagnu tree, and to make it work with
4338 the new "gdbserver" in libremote.
4339
4340 2000-10-16 Michael Snyder <msnyder@cygnus.com>
4341
4342 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
4343 * gdb.base/varargs.exp: Skip entire test if no printf support.
4344 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
4345 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
4346
4347 2000-10-13 Michael Snyder <msnyder@cygnus.com>
4348
4349 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
4350 no floating point support.
4351 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
4352 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
4353 * gdb.base/call-rt-st.exp: Ditto.
4354 * gdb.base/call-strs.exp: Ditto.
4355
4356 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
4357
4358 * gdb.base/sizeof.c: include <stdio.h>.
4359
4360 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
4361 'finish', otherwise uncaptured gdb_prompt would potentially
4362 throw remaining test points out of sync.
4363
4364 2000-07-26 Scott Bambrough <scottb@netwinder.org>
4365
4366 * gdb.base/recurse.exp: Run tests for all targets.
4367 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
4368 gnu-oldld case on ARM.
4369 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
4370 for ARM targets.
4371
4372 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
4373
4374 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
4375 * gdb.java/configure: Rebuild.
4376
4377 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
4378
4379 * gdb.java/jv-exp.exp: New file.
4380
4381 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
4382
4383 * configure: Rebuilt.
4384 * configure.in (configdirs): Add gdb.java.
4385 * gdb.java/jmisc.java: New file.
4386 * gdb.java/jmisc.exp: New file.
4387 * gdb.java/Makefile.in: New file.
4388 * gdb.java/configure: Rebuilt.
4389 * gdb.java/configure.in: New file.
4390 * lib/java.exp: New file.
4391
4392 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
4393
4394 * gdb.base/exprs.exp: Test casts to a pointer including over and
4395 underflow.
4396
4397 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
4398
4399 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
4400 and the compilers sizes.
4401
4402 2000-07-09 Nick Duffek <nsd@redhat.com>
4403
4404 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
4405 (use_methods): New function.
4406 (main): Call use_methods().
4407 * gdb.c++/classes.exp (test_method_param_class): New procedure.
4408 (do_tests): Call test_method_param_class.
4409
4410 2000-07-09 Nick Duffek <nsd@redhat.com>
4411
4412 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
4413 spelling.
4414 (test_enums): New procedure. Move enum tests from end of script
4415 to here. Set breakpoint on function name instead of line number.
4416 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
4417 (enums2): New marker function.
4418 (enums1): New function.
4419 (main): Call enums1(). Move enum tests to enums1().
4420
4421 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
4422
4423 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
4424 compile/link program. Update line numbers.
4425 * gdb.asm/d10v.inc: Define ``startup''.
4426 * gdb.asm/asmsrc1.s: Add definition of _start.
4427
4428 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
4429
4430 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
4431
4432 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4433
4434 * gdb.base/maint.exp: Add 'maint print architecture' item to output
4435 of 'help maint print' command.
4436
4437 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
4438
4439 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
4440 they use gdb_expect_list.
4441
4442 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
4443
4444 * gdb.base/commands.exp: Use ``set remote
4445 memory-read-packet-size'' instead of ``set endian big'' to test
4446 long commands.
4447
4448 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
4449
4450 * gdb.c++/templates.exp (do_tests): Make all of these work under
4451 g++, and stop skipping them.
4452
4453 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
4454 work under g++.
4455
4456 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
4457 initialization.
4458
4459 2000-06-02 Michael Snyder <msnyder@cygnus.com>
4460
4461 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
4462 the regular expression: accept an (almost) arbitrary sequence of
4463 "frames-invalid" and "breakpoints-invalid" messages both before
4464 and after the "starting" message.
4465
4466 2000-06-02 Michael Snyder <msnyder@cygnus.com>
4467
4468 * gdb.c++/local.exp: This test has never been known to work with g++.
4469
4470 2000-05-18 Michael Snyder <msnyder@cygnus.com>
4471
4472 * gdb.base/annota1.exp (annotate-signal-handler-caller):
4473 Relax the regular expression a little, make it pass on Solaris 8.
4474
4475 2000-05-12 Kevin Buettner <kevinb@redhat.com>
4476
4477 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
4478 a call, do not require that gdb stop on the line after the call.
4479 Instead, it is permissible for gdb to stop on the line of the
4480 call itself.
4481
4482 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
4483
4484 * gdb.base/break.exp (bp on small function, optimized file):
4485 Add a second pass pattern. The behavior differs here between stabs
4486 and dwarf for one-line functions. Stabs preserves two line symbols
4487 (one before the prologue and one after) with the same line number,
4488 but dwarf regards these as duplicates and discards one of them.
4489 Therefore the address after the prologue (where the breakpoint is)
4490 has no exactly matching line symbol, and GDB reports the breakpoint
4491 as if it were in the middle of a line rather than at the beginning.
4492
4493 2000-05-08 Michael Snyder <msnyder@cygnus.com>
4494
4495 * gdb.base/interrupt.exp: Make "pass" message say "send"
4496 rather than "send_gdb" (for consistancy).
4497
4498 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
4499
4500 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
4501 * gdb.c++/templates.cc: Properly check for GCC version number.
4502 * lib/compiler.cc: Likewise
4503
4504 2000-04-28 Michael Snyder <msnyder@cygnus.com>
4505
4506 * gdb.base/break.exp: When compiled with -O2 optimization,
4507 gdb may not stop at the first line of main, due to code motion.
4508
4509 2000-04-26 Michael Snyder <msnyder@cygnus.com>
4510
4511 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
4512 This test depends on parsing the printf output from the target.
4513 Since the sparclet stub doesn't do stdio, this will never work.
4514 * gdb.base/call-rt-st.exp: ditto.
4515 * gdb.base/call-strs: ditto.
4516
4517 2000-04-24 Michael Snyder <msnyder@cygnus.com>
4518
4519 * gdb.base/miscexprs.exp: make sizeof long array test portable.
4520
4521 * gdb.base/ending-run.exp: After connecting to a remote target,
4522 but before running, the target will appear to be in a random
4523 location. Specify both a file and a line for breakpoints.
4524 Also, the function that calls main may be called 'init'
4525 rather than 'start'.
4526
4527 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4528
4529 * gdb.base/help.exp: Update output for add-symbol-file command.
4530
4531 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
4532
4533 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4534 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
4535
4536 2000-04-07 J.T. Conklin <jtc@redback.com>
4537
4538 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
4539
4540 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
4541
4542 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
4543
4544 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
4545 values that can be represented exactly.
4546 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
4547 above change, and to not check against the directory part of the source
4548 file name.
4549 (step into print_long_arg_list): Likewise.
4550 (print print_small_structs from print_long_arg_list): Likewise.
4551 (print print_long_arg_list): Likewise.
4552
4553 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4554
4555 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
4556
4557 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
4558
4559 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
4560
4561 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
4562
4563 * gdb.base/commands.exp (deprecated_command_test): Add test for
4564 deprecate with no arguments.
4565
4566 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
4567
4568 * gdb.base/break.exp: Add new test for setting breakpoints on
4569 optimized code so we can test breakpoints work even when function
4570 prologues may be optimized away
4571
4572 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
4573
4574 From David Whedon <dwhedon@gordian.com>
4575 * gdb.base/commands.exp : Added command deprecator tests.
4576
4577 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
4578
4579 * gdb.base/help.exp: Added test for new apropos command.
4580
4581 2000-03-21 Kevin Buettner <kevinb@redhat.com>
4582
4583 * gdb.base/pointers.c (usevar): New function.
4584 (main): Make sure that global variables v_int_pointer2, rptr,
4585 and y are all referenced someplace in the program by calling
4586 usevar() on them. [Some linkers delete symbols which are
4587 never referenced. The space remains, but there's no way to
4588 get a (symbolic) handle on the variable from the debugger.]
4589
4590 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4591
4592 * gdb.base/printcmds.c: Add typedeffed arrays.
4593
4594 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
4595 procedure to test arrays that are typedef'd.
4596
4597 2000-03-13 James Ingham <jingham@leda.cygnus.com>
4598
4599 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
4600 the library directories.
4601
4602 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
4603
4604 * configure.in (configdirs): Add sub directory gdb.mi.
4605 * configure: Re-generate.
4606
4607 * gdb.mi: New directory.
4608
4609 2000-02-25 Scott Bambrough <scottb@netwinder.org>
4610
4611 * gdb.base/long_long.exp: Correct test suite failure when printing
4612 a long long value as a double on ARM platforms.
4613
4614 2000-02-16 Jim Blandy <jimb@redhat.com>
4615
4616 * gdb.base/break.exp ("breakpoint line number"): Make sure the
4617 default source file is set properly before running this test.
4618
4619 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4620
4621 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
4622 gdbtk/library directory, not in gdbtcl2.
4623
4624 2000-02-04 Jim Blandy <jimb@redhat.com>
4625
4626 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
4627 backslash from regexp pattern.
4628
4629 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
4630 procedure. Use it to run all the "continue to bp overloaded"
4631 tests. Note that this changes the names of the tests slightly.
4632 If the breakpoint hit message includes a hex PC value, because
4633 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
4634 from the real source code, still consider that a pass.
4635
4636 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
4637 XFAIL here if the breakpoint message contains a hex address. Note
4638 similar change on 1999-11-02.
4639
4640 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
4641
4642 * gdb.base/ptype.exp: Establish a default source file before
4643 calling get_debug_format.
4644
4645 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
4646
4647 * gdb.base/watchpoint.exp: Remove duplication of test messages.
4648
4649 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
4650
4651 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
4652 of successive stepi commands -- while in the prologue we should see
4653 the function entry bracket.
4654
4655 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
4656
4657 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
4658 reach __change_mode() when stepping through the end of main().
4659
4660 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
4661
4662 * gdb.base/default.exp: Fix expected pattern.
4663 * gdb.base/help.exp: Same.
4664
4665 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4666
4667 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
4668 Don't use xfail's because that affects only the following test.
4669
4670 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
4671 solaris or linux.
4672
4673 * gdb.base/selftest.exp: Update to reflect changes to main.c.
4674
4675 2000-01-07 Michael Snyder <msnyder@cygnus.com>
4676
4677 * gdb.base/display.exp: Some yacc parsers like to say
4678 "A syntax error" rather than "A parse error". Accept both.
4679
4680 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
4681
4682 * gdb.base/default.exp: Remove OS dependent string from "target
4683 remote" test.
4684 * gdb.base/help.exp: Same for "help target remote" test.
4685
4686 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4687
4688 From Jim Kingdon <kingdon@redhat.com>:
4689
4690 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
4691 prompt (cleanup rather than necessity, but still might keep output
4692 from spilling to next test).
4693
4694 2000-01-02 Fred Fish <fnf@cygnus.com>
4695
4696 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
4697 AIX, which defines them in <sys/types.h>.
4698
4699 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
4700
4701 * gdb.base/default.exp: Match arm* etc instead of arm in "info
4702 float" test.
4703
4704 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
4705
4706 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
4707
4708 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
4709 outermost frame disallowed".
4710
4711 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
4712
4713 * gdb.base/setvar.exp: New tests for setting the value of a struct
4714 with a constant list.
4715
4716 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
4717
4718 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
4719 require the user to type a cast before setting the value of a struct.
4720
4721 1999-12-06 Jim Blandy <jimb@cygnus.com>
4722
4723 * gdb.base/default.exp: Expect the new 'info float' command on
4724 all i386 platforms.
4725
4726 * gdb.threads/linux-dp.exp: Expand our ability to recognize
4727 LinuxThreads libraries that don't support debugging.
4728
4729 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
4730
4731 * gdb.base/remote.c: Fill the buffer with truely random data.
4732 Change the buffer type to ``unsigned char'' to simplify size
4733 arithmetic.
4734
4735 * gdb.base/remote.exp: Reduce download numbers by one. Typical
4736 stub only handles 400-1 byte packets. Verify that the download
4737 worked.
4738
4739 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
4740
4741 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
4742 tests, using UNRESOLVED for the untested cases. Also, does not wait
4743 for a timeout if the prompt was received before a recognizable pattern.
4744
4745 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
4746
4747 * lib/gdb.exp (gdb_expect_list): Fix spelling.
4748
4749 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4750
4751 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
4752 watchpoints.
4753
4754 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
4755
4756 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
4757
4758 * gdb.c++/local.exp: Be more flexible in recognizing local class
4759 name mangling. Don't allow horribly truncated method names.
4760 * gdb.c++/derivation.exp: Expect protected inheritance.
4761 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
4762 * gdb.c++/virtfunc.exp: Likewise.
4763 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
4764 when printing a nested enum.
4765
4766 1999-11-22 Jim Blandy <jimb@cygnus.com>
4767
4768 * gdb.base/step-test.exp: Properly await GDB's response to setting
4769 a breakpoint on the call to large_struct_by_value.
4770
4771 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
4772 just because we have debug info for the `start' function.
4773
4774 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
4775
4776 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
4777 "Unknown signal" messages, which indicate (on LinuxThreads) that
4778 GDB doesn't know how to debug threads on this system. This is
4779 better than hanging while philosopher 0 dumps chatter into gdb.log.
4780
4781 1999-11-18 Tom Tromey <tromey@cygnus.com>
4782
4783 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
4784
4785 1999-11-18 Fred Fish <fnf@cygnus.com>
4786
4787 * gdb.base/coremaker2.c: Add sample program for generating
4788 cores that is more self contained than coremaker.c. Eventually
4789 I'll add more code to this and tie it into the testsuite.
4790
4791 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
4792
4793 * gdb.base/dollar.exp: Remove, now in gdb.hp.
4794
4795 1999-11-10 Jimmy Guo <guo@cup.hp.com>
4796
4797 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
4798 from $srcdir/lib/.
4799 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
4800 and gdb.c++/.
4801
4802 * gdb.c++/derivation.exp: remove redundant get compiler info code.
4803
4804 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4805 'continue with watch' test point.
4806
4807 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
4808
4809 Merged from p2linux-990323-branch:
4810
4811 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
4812
4813 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
4814
4815 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
4816 {limit,fixed}''. Test ``set download-write-size''.
4817
4818 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
4819
4820 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
4821 gdb_expect_list.
4822
4823 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
4824
4825 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
4826
4827 1999-11-03 Mark Salter <msalter@cygnus.com>
4828
4829 * gdb.base/break.exp: Fix "stub continue" pattern.
4830
4831 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
4832
4833 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
4834
4835 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
4836
4837 * gdb.base/display.exp ("finish"): Add timeout clause.
4838
4839 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
4840 plain prompt clause, so this doesn't have to time out in order to
4841 fail.
4842
4843 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
4844 breakpoint hit messages include an address.
4845
4846 * gdb.base/display.exp: Don't forget to escape parens in regular
4847 expressions. Unix regexp notatation sucks.
4848
4849 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4850
4851 * gdb.base/annota1.exp: Test for annotate-signalled: change output
4852 order for 'signalled' message.
4853
4854 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
4855
4856 From Jimmy Guo <guo@cup.hp.com>:
4857 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
4858 * gdb.base/annota1.c: Add code for tests to work with.
4859
4860 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
4861
4862 * gdb.base/remote.exp: New test for remote downloading settings.
4863 * gdb.base/remote.c: New file with large .data.
4864
4865 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
4866
4867 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
4868 for LinuxThreads support, merged from the Code Fusion branch.
4869
4870 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
4871
4872 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
4873 containing exp_continue into a while within an expect. Don't
4874 attempt a start more than three times. Check return value from
4875 gdb_load.
4876
4877 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
4878
4879 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
4880 a pass case.
4881
4882 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
4883
4884 * gdb.base/break.c (main): Added a statement that we can step
4885 off of.
4886 * gdb.base/break.exp: Added tests for setting a breakpoint
4887 at an offset and stepping onto a breakpoint.
4888
4889 1999-10-01 Fred Fish <fnf@cygnus.com>
4890
4891 * gdb.base/help.exp (help add-symbol-file): Update to match current
4892 gdb output.
4893
4894 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
4895
4896 * gdb.base/break.exp: Code locations are in hex, don't forget!
4897 (For HP-UX.)
4898
4899 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
4900
4901 * condbreak.exp: Use break.c as test program.
4902 * condbreak.c: Remove, redundant with break.c.
4903
4904 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
4905
4906 * config/monitor.exp (gdb_target_monitor): Disable X- and
4907 Z-packets if the target needs it.
4908
4909 1999-09-13 James Ingham <jingham@leda.cygnus.com>
4910
4911 * gdb.c++/overload.exp: Added tests for listing overloaded
4912 functions with function pointers in the arg, explicitly calling
4913 out the version you want.
4914
4915 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
4916
4917 * long_long.exp: Add variations of test cases that work for
4918 targets with 16-bit ints and 32-bit doubles.
4919
4920 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
4921
4922 * break.c (main): Compare a possibly-uninitialized argc with an
4923 unlikely value that fits in 16 bits.
4924
4925 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
4926
4927 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
4928 0xfeeb, don't want negative numbers if ints are 16 bits.
4929
4930 * lib/gdb.exp (skip_cplus_tests): New proc.
4931 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
4932 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
4933 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
4934 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
4935 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
4936 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
4937 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
4938 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
4939
4940 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
4941
4942 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
4943
4944 * gdb.base/corefile.exp (up): Allow a parameter to appear
4945 in the frame that we're going up to.
4946
4947 From Jim Blandy <jimb@cygnus.com>:
4948
4949 * gdb.base/default.exp (info float): Expect some output now.
4950
4951 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
4952 returning floating-point values to fail on the x86.
4953 * gdb.base/callfwmall.exp (do_function_calls): Same.
4954
4955 * gdb.base/list.exp (test_listsize): Correct expectations for
4956 listing line 1 with listsize 2. Also, listing a single line
4957 works now, as does listing three lines. [Kevin's note: There
4958 were a number of other cases fixed too where the expectations
4959 differed...]
4960
4961 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
4962
4963 * gdb.base/selftest.exp: Add case for when version prints as
4964 constant string instead of char pointer.
4965
4966 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
4967
4968 * gdb.base/ending-run.exp: Add Solaris case for what happens when
4969 stepping out of main.
4970
4971 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
4972 G++ used.
4973
4974 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
4975 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
4976
4977 * gdb.c++/ovldbreak.exp: Update match string in test that
4978 includes a warning of multiple breakpoints.
4979
4980 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
4981
4982 * gdb.base/display.exp: Improve precision of step-after-finish
4983 added yesterday.
4984
4985 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
4986 test.
4987
4988 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
4989 configs when using G++, not just hppa*.
4990
4991 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4992
4993 * gdb.base/async.c: New file.
4994 * gdb.base/async.exp: New file.
4995
4996 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
4997
4998 * gdb.base/break.exp: Tweak PA specific tests to properly handle
4999 PA64.
5000
5001 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
5002
5003 * gdb.base/display.exp: "finish" can leave us mid-line on many
5004 targets, deal with it. Add a small constant to main, instead of
5005 1000 since main+1000 may not be a valid address in the target.
5006
5007 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
5008 on hpux11.
5009
5010 * gdb.base/attach.exp: Handle another hpux11 error message variant
5011 when attaching to a process that does not exist.
5012
5013 1999-08-19 J.T. Conklin <jtc@redback.com>
5014
5015 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
5016 characters in 'continue to 1241' test.
5017
5018 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
5019
5020 * gdb.base/call-ar-st.exp: Add a shorter match case for the
5021 stop in print_long_arg_list, define and use a whitespace
5022 variable in print_small_structs test, add an XFAIL for Solaris.
5023 * gdb.base/dbx.exp: XFAIL func commands until somebody is
5024 interested enough to fix.
5025
5026 1999-08-13 Keith Seitz <keiths@cygnus.com>
5027
5028 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
5029 (dbx_gdb_load): Remove. Use gdb_load instead, since that
5030 proc knows about targets other than the natives.
5031 (test_assign): Use "gdb_run_cmd" to "run" the target.
5032 Check that we've actually hit the breakpoint at main.
5033 When we attempt to assign a value to a local variable, check
5034 that the variable is in the current scope, i.e., don't use
5035 a test with an empty result.
5036
5037 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
5038
5039 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
5040 command.
5041
5042 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
5043
5044 From Jimmy Guo <guo@cup.hp.com> and others at HP:
5045 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
5046 gdb.compat, gdb.threads-hp.
5047 gdb.hp/configure, gdb.hp/configure.in: New files.
5048 gdb.hp/Makefile.in: Recurse into new subdirs.
5049 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
5050 gdb.hp/gdb.objdbg: New directory, tests for debugging info
5051 in object files.
5052 gdb.hp/tools: New directory, aux tools for HP-specific tests.
5053
5054 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
5055
5056 * gdb.base/display.exp: Help expect by putting a newline in the
5057 funky printf, remove a bogus p/a test.
5058
5059 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5060
5061 * gdb.base/display.exp: Make sure that when we say 'run', we are
5062 connected to the target. This is necessary when running not
5063 natively.
5064
5065 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
5066
5067 * gdb.base/step-test.exp: Removed some extraneous messages.
5068
5069 * gdb.base/long_long.exp: Don't run memory examination tests
5070 on little-endian targets (they will need a different set of
5071 results to match).
5072
5073 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
5074
5075 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
5076 until somebody decides to fix GDB.
5077
5078 * gdb.base/long_long.c: Stop compiler complaint by specifying long
5079 constant as "ULL".
5080 * gdb.base/long_long.exp: Loosen x/c test, add partial result
5081 matches for a couple x/2 commands.
5082
5083 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
5084
5085 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
5086 by merging in ref-types2 tests.
5087 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
5088
5089 From Jimmy Guo <guo@cup.hp.com> and others at HP:
5090 * gdb.c++/Makefile.in: Add standard actions.
5091 (EXECUTABLES): Rename from PROGS, update list.
5092 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
5093 from gdb.hp.
5094 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
5095 foo and bar locals.
5096 * gdb.c++/anon-union.exp: Fix tests to match.
5097 * gdb.c++/classes.exp: Run if HP compiler used, add extra
5098 expect matches to handle output variations.
5099 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
5100 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
5101 output, add HP alternatives for new and delete prints.
5102 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
5103 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
5104 * gdb.c++/demangle.exp: Use $style when reporting failure.
5105 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
5106 * gdb.c++/inherit.exp: Run if HP compiler used, add some
5107 match alternatives.
5108 * gdb.c++/local.exp: Add match alternatives or xfails for HP
5109 compilers.
5110 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
5111 * gdb.c++/method.exp: Add match alternatives.
5112 * gdb.c++/misc.cc: Add bool types.
5113 * gdb.c++/misc.exp: Add tests for bool types.
5114 * gdb.c++/overload.exp: Add xfails.
5115 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
5116 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
5117 add some more template parameter tests (only for HP currently).
5118 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
5119 * gdb.c++/virtfunc.cc: Add return type and value for main.
5120 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
5121 match alternatives.
5122
5123 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5124
5125 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
5126
5127 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
5128
5129 * gdb.base/signals.exp: Don't expect getting a backtrace from
5130 within a signal handler to fail on Linux.
5131
5132 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
5133
5134 From Jimmy Guo <guo@cup.hp.com> and others at HP:
5135 * lib/gdb.exp: Remove some gratuitious semicolons.
5136 (delete_breakpoints): Increase timeout.
5137 (gdb_expect): Add -notransfer option.
5138 (gdb_test): Use -notransfer option.
5139 (get_compiler_info): Add f77 case.
5140 (get_compiler): New proc, split out from gdb_preprocess, add f77
5141 case.
5142 (gdb_preprocess): Call get_compiler.
5143
5144 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
5145 * gdb.base/attach.exp, gdb.base/display.exp,
5146 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
5147 gdb.base/long_long.exp, gdb.base/printcmds.exp,
5148 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
5149 third arg to gdb_test.
5150 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
5151 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
5152 HP-UX xfails, add others.
5153 * gdb.base/completion.exp: Reflect name change of self-test.
5154 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
5155 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
5156 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
5157 HP failure number.
5158 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
5159 useless HP-UX 10.30 references.
5160 * gdb.base/maint.exp: Loosen matches.
5161 * gdb.base/pointers.c (main): Declare more_code.
5162 * gdb.base/pointers.exp: Match on output of a `next'.
5163 * gdb.base/structs.c: Add prototypes.
5164 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
5165 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
5166
5167 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5168
5169 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
5170 command.
5171
5172 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5173
5174 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
5175 Fix run to main failures. Watchpoint can be hardware watchpoint.
5176
5177 * gdb.base/annota1.exp: Clean up some more, in case printf has
5178 debug info. Deal with lack of signal hanlder info in stack.
5179
5180 From Jim Kingdon <kingdon@redhat.com>:
5181 * gdb.base/annota1.exp: If printf has debug info, deal with it.
5182
5183 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
5184
5185 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
5186 gdb.base/foll-vfork.exp: Don't run for crosses.
5187
5188 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
5189
5190 * gdb.base/configure.in: Check for gdbvars.exp instead of
5191 a1-selftest.exp.
5192 * gdb.base/configure: Re-generate.
5193
5194 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
5195
5196 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
5197 in trying to run first and name is too long.
5198
5199 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
5200 pointers2.c and pointers2.exp, respectively.
5201 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
5202 doschk happier.
5203
5204 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
5205
5206 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
5207 callfuncs2.c and callfuncs2.exp.
5208
5209 * gdb.base/list.exp: Remove mistaken xfails.
5210 * gdb.base/list0.h: Add optional prototypes.
5211
5212 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
5213
5214 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
5215 calling malloc.
5216 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
5217 * ptype.exp: Move test for get_debug_format to before its first
5218 use.
5219
5220 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5221
5222 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
5223 * gdb.base/annota2.cc, annota2.exp: Move from here.
5224 * gdb.c++/annota2.cc, annota2.exp: To here.
5225 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
5226
5227 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
5228
5229 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
5230 a consistent format.
5231
5232 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
5233
5234 From Jimmy Guo <guo@cup.hp.com> and others at HP:
5235 * lib/gdb.exp (get_compiler_info): Add detection for assorted
5236 HP compilers, also set the globals $true and $false.
5237
5238 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
5239 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
5240 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
5241 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
5242 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
5243 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
5244 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
5245 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
5246 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
5247 whatis.c} Add C++ compatible function definitions and return
5248 types, add includes for library functions.
5249 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
5250 * gdb.base/step-test.c (myglob): Rename from glob.
5251 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
5252 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
5253 files, move here from gdb.hp.
5254 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
5255 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
5256 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
5257 Adjust line numbers in regexps.
5258
5259 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
5260 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
5261 instead of 0/1.
5262
5263 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
5264 foll-vfork.exp: New files, move here from gdb.hp.
5265 * gdb.base/page.exp: New file, test of pagination command.
5266
5267 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
5268 recursion test.
5269 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
5270
5271 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
5272 gdb.base/solib.exp: Fix compiler invocation process.
5273
5274 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
5275 HP-UX 11, turn off overload resolution explicitly.
5276 * gdb.base/commands.exp: Set argument list explicitly, add
5277 watchpoint test.
5278 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
5279 them work.
5280 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
5281 expressions properly.
5282 * gdb.base/corefile.exp: Loosen the match slightly.
5283 * gdb.base/default.exp: Allow "Error accessing memory" message
5284 also.
5285 * gdb.base/display.exp: Skip over x/0 j if PA64.
5286 * gdb.base/funcargs.exp: Add xfails for HP-UX.
5287 * gdb.base/interrupt.exp: Ditto.
5288 * gdb.base/langs.exp: Add symbolic matches governed by compiler
5289 in use.
5290 * gdb.base/list.exp: Add xfails for HP-UX.
5291 * gdb.base/long_long.exp: Refine some of the numeric matches.
5292 * gdb.base/mips_pro.exp: Xfail on HP-UX.
5293 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
5294 * gdb.base/nodebug.exp: Succeed on more varieties of output.
5295 * gdb.base/opaque.exp: Remove some HP-UX xfails.
5296 * gdb.base/ptype.exp: Succeed on more varieties of output.
5297 * gdb.base/scope.exp: Add xfails for HP-UX.
5298 * gdb.base/sect-cmd.exp: Add more cases.
5299 * gdb.base/setvar.exp: Add xfails for HP-UX.
5300 * gdb.base/shlib-call.exp: Loosen some matches slightly.
5301 * gdb.base/signals.exp: Match on void symbolically.
5302 * gdb.base/step-test.exp: Add case for PA64.
5303 * gdb.base/term.exp: Add exit and restart.
5304 * gdb.base/twice.exp: Clean up after self.
5305 * gdb.base/varargs.exp: Disable overload resolution explicitly.
5306 * gdb.base/whatis.exp: Allow more ways to pass tests.
5307
5308 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
5309 no longer useful.
5310
5311 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
5312
5313 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
5314 list of patterns.
5315 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
5316 print_double_array(double_array)", "continuing to breakpoint
5317 1018", "print print_double_array(array_d)" and "continuing to
5318 1034" tests.
5319
5320 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
5321
5322 * Makefile.in: Add empty html and install-html targets.
5323
5324 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
5325
5326 * config/mt-*: Remove, these haven't been used since 1996.
5327
5328 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
5329
5330 * gdb.base/call-strs.c, gdb.base/ending-run.c,
5331 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
5332 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
5333
5334 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
5335
5336 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
5337 simpler match case for the ptype of the big class.
5338
5339 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5340
5341 * gdb.exp: Fix test for gdb_prompt existence.
5342
5343 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5344
5345 * gdb.exp (gdb_test): Add fail after calls to perror.
5346
5347 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5348
5349 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
5350
5351 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5352
5353 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
5354
5355 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
5356
5357 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
5358 malloc() is linked in.
5359
5360 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
5361
5362 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
5363 step at end.
5364
5365 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
5366
5367 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
5368
5369 * gdb.java/jv-print.exp: New file. (Our first Java test!)
5370
5371 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
5372
5373 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
5374 * gdb.base/mips_pro.exp: Likewise.
5375
5376 1999-06-02 Keith Seitz <keiths@cygnus.com>
5377
5378 * gdb.c++/templates.cc: Change all "new" operators to throw
5379 an exception.
5380 * gdb.c++/cplusfuncs.cc: Likewise.
5381
5382 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
5383
5384 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
5385
5386 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
5387 * gdb.base/ending-run.exp: When stepping out of main, accept a
5388 step into an arbitrary assembler file.
5389
5390 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5391
5392 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
5393 "breakpoint-invalid" to be printed.
5394 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
5395 number of "frames-invalid" and "breakpoint-invalid" to be printed.
5396 * gdb.base/annota2.cc: Initialize a.x to 0.
5397
5398 1999-05-17 Keith Seitz <keiths@cygnus.com>
5399
5400 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
5401 when "skip_float_tests" set.
5402 Ditto for "print print_double_array(array_d)", "print print_small_structs",
5403 "print print_ten_doubles", and "step into print_long_arg_list".
5404 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
5405 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
5406 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
5407 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
5408 "skip_float_tests" is set.
5409 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
5410 when "skip_float_tests" set.
5411
5412 1999-05-06 Keith Seitz <keiths@cygnus.com>
5413
5414 * gdb.base/annota2.cc: Include stdio.h.
5415
5416 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
5417
5418 * gdb.base/crossload.exp: Remove, this has been disabled ever
5419 since BFD stopped including all targets, and cross-GDB gets
5420 plenty of testing anyway.
5421 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
5422 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
5423 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
5424 * gdb.base/README: Remove, was doc for this.
5425 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
5426 needed.
5427
5428 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5429
5430 * gdb.base/call-ar-st.exp: Fix one regular expression in test
5431 output.
5432
5433 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
5434 * gdb.base/annota2.exp: New file. More annotation tests.
5435 * gdb.base/annota1.c: New file. Source file for annota1.exp.
5436 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
5437
5438 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
5439
5440 * config/cfdbug.exp: New file.
5441
5442 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
5443
5444 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
5445 Marcus Daniel's and Dale Hawkins's demangler crashes.
5446
5447 * gdb.c++/demangle.exp (test_gnu_style_demangling,
5448 test_lucid_style_demangling, test_arm_style_demangling,
5449 test_hp_style_demangling): Try Tom Tromey's core-dumping
5450 identifier under each demangling style.
5451
5452 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
5453
5454 * gdb.c++/demangle.exp: Include the current demangling style
5455 in all test names.
5456 (current_demangling_style): New global variable.
5457 (set_demangling_style, test_demangling_core, test_demangling,
5458 test_demangling_exact): New functions.
5459 (test_gnu_style_demangling, test_lucid_style_demangling,
5460 test_arm_style_demangling, test_hp_style_demangling): Use those,
5461 instead of calling gdb_test and gdb_test_exact directly.
5462 (catch_demangling_errors): New function, which reports errors
5463 signalled by the demangling test functions in an orderly way.
5464 (do_tests): Use catch_demangling_errors.
5465
5466 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
5467
5468 * gdb.base/signals.exp (test_handle_all_print): Use () for
5469 grouping in expressions, not {}.
5470
5471 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
5472 initialized yet.
5473
5474 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
5475
5476 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
5477 are listed.
5478
5479 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
5480
5481 * gdb.stabs/weird.exp: Test for CC being defined before
5482 looking at its value.
5483
5484 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
5485
5486 * gdb.base/call-ar-st.exp: Remove stray '#'.
5487 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
5488 "short int" and "long int".
5489 * gdb.c++/overload.cc: Cast the string added in the previous
5490 change, to mollify finicky HP compiler.
5491 * gdb.hp/reg-test.exp (testfile): Fix file name.
5492 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
5493
5494 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
5495 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
5496 alternate form of enum ptype.
5497
5498 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
5499
5500 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
5501 * gdb.hp/*.exp: Change all to run compiler probe only after
5502 passing skip_hp_tests, so as not to waste time on guaranteed
5503 failure.
5504
5505 * gdb.c++/overload.cc: Pass string instead of char addr, always
5506 init ccpfoo.
5507 * gdb.c++/templates.cc: Fix syntax error.
5508
5509 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5510
5511 * gdb.base/commands.exp: Add test for correct position of '>'
5512 when issuing the 'commands' command after a 'while' or 'if'
5513 command.
5514
5515 1999-03-18 James Ingham <jingham@cygnus.com>
5516
5517 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
5518
5519 * gdb.c++/method.exp: It was testing an uninitialized int on the
5520 stack and assuming it was positive.
5521
5522 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
5523
5524 * gdb.base/step-test.exp: Catch a case where finish is broken and
5525 keep it from killing the rest of the tests.
5526 Use gdb_continue_to_end.
5527
5528 * gdb.base/sigall.exp: use gdb_continue_to_end.
5529
5530 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
5531
5532 * gdb.base/display.exp: use runto_main, not run.
5533
5534 * gdb.base/default.exp: Check for the current error message in the
5535 r abbreviation test.
5536 Add strongarm to the targets that know info float.
5537
5538 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
5539 run which doesn't work with monitors.
5540
5541 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
5542
5543 * gdb.base/break.exp: use the gdb_continue_to_end proc.
5544
5545 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
5546 program. Traps the case (in Cygmon) when the program never really
5547 exits. Same as Mark's continue_to_exit, but I had put it in a lot
5548 more places, so I used my name. Sorry Mark...
5549
5550 * config/monitor.exp (gdb_target_monitor): added another
5551 target_info parameter: remotebinarydownload. This will set the
5552 remotebinarydownload flag if this is causing some boards trouble.
5553
5554 1999-03-18 Mark Salter <msalter@cygnus.com>
5555
5556 * lib/gdb.exp (continue_to_exit): New function.
5557
5558 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
5559 * gdb.base/ending-run.exp: Ditto.
5560 * gdb.base/step-test.exp: Ditto.
5561
5562 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
5563
5564 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
5565 (suggested by Art Haas <ahaas@neosoft.com>).
5566
5567 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
5568
5569 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
5570
5571 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
5572
5573 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
5574 descriptions of types (short unsigned int vs unsigned short, etc).
5575
5576 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
5577
5578 * gdb.base/call-strs.exp: Don't assume that `step' will step over
5579 a call to strlen; sometimes we do have sources.
5580
5581 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
5582
5583 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
5584 character, so GDB won't print garbage after its end.
5585
5586 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
5587 breakpoint there instead. Sometimes GCC emits memcpy to handle
5588 the large structures being passed by value, so we step into that
5589 instead of sum_array_print, which obscures what we're really testing.
5590 * gdb.base/step-test.exp: However, we do want a test that notices
5591 the bizarre steps into memcpy, so do that here. Add check for
5592 stepping into function calls that pass large structures by value.
5593 ("Is that a noun clause, or are you just happy to see me?")
5594 Remove all references to specific line numbers.
5595 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
5596 New type and function.
5597 (main): Call large_struct_by_value, passing it a large struct by value.
5598 * lib/gdb.exp (gdb_get_line_number): New function.
5599
5600 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
5601 more portable.
5602
5603 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
5604
5605 * lib/gdb.exp: Doc fixes.
5606
5607 1999-03-05 Nick Clifton <nickc@cygnus.com>
5608
5609 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
5610
5611 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
5612
5613 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
5614 commands. They're not germane to this test, and they don't work
5615 that way on remote targets.
5616
5617 1999-03-01 James Ingham <jingham@cygnus.com>
5618
5619 * Changelog entries merged over from gdb development branch.
5620
5621 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
5622
5623 * lib/gdb.exp (gdbtk_analyze_results): Generic function
5624 for outputting results of test run.
5625
5626 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
5627
5628 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
5629
5630 1999-02-25 Felix Lee <flee@cygnus.com>
5631
5632 * lib/gdb.exp (debug_format): initialize
5633
5634 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
5635
5636 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
5637 * gdb.base/call-rt-st.c: Ditto.
5638
5639 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
5640
5641 * gdb.threads/pthreads.exp (horiz): New variable.
5642 (test_startup): Fix regexps that capture thread numbers.
5643
5644 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
5645
5646 * gdb.base/smoke.exp: Disambiguate two test case names (both
5647 called ``print'').
5648
5649 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
5650
5651 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
5652 compilation.
5653
5654 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
5655
5656 * gdb.base/miscexprs.exp: Change patterns to match GDB's
5657 actual output formatting.
5658 * gdb.base/smoke.exp: GDB removes leading 0's.
5659 * gdb.base/volatile.exp: Don't check type of remuneration;
5660 that variable is no longer defined in constvars.c.
5661 * gdb.base/step-test.c (main): Exit with explicit exit code.
5662 * gdb.base/step-test.exp: Remove two nexti checks--they are
5663 not portable.
5664
5665 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
5666
5667 * gdb.base/help.exp ("help delete display"): Fix test to match
5668 gdb's output.
5669
5670 * gdb.base/long_long.c (known_types): Initialize values to zero.
5671 * gdb.base/long_long.exp: Step one more line
5672 so 'dec' is initialized in "get to known place". GDB removes
5673 leading zeros. Explicitly ask for hex formatting. Use
5674 unique test case names.
5675
5676 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5677
5678 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
5679
5680 * gdb.c++/method.exp: Add missing close brace.
5681
5682 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
5683
5684 * gdb.base/maint.exp: Use 'set height 0' to disable page
5685 prompting, not 'set height 400'.
5686
5687 Fix a bunch of timeouts.
5688 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
5689 four separate tests, so expect doesn't take forever to match a ton
5690 of text against a regexp with lots of .* forms.
5691 ("maint print psymbols", "maint print symbols"): Make some of
5692 these greps more selective, so that expect doesn't try to wade
5693 through huge piles of output and time out.
5694
5695 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
5696
5697 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
5698 tests: one which doesn't expect shlib events to be reported, and
5699 another which does, but is XFAIL for all platforms other than
5700 HP/UX.
5701
5702 * gdb.base/break.exp: Teach the test suite that the `catch
5703 fork', `catch vfork', and `catch exec' commands produce error
5704 messages on platforms that don't provide these features.
5705
5706 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
5707
5708 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
5709 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
5710 (shortening names from solib_threshold.exp etc), won't run on
5711 anything but HP-UX for the foreseeable future.
5712 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
5713 reflect move.
5714
5715 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
5716
5717 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
5718 gdb.trace/Makefile.in (clean): Remove all test executables.
5719
5720 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
5721
5722 * gdb.base/shlib-call.exp: add test cases to verify that gdb
5723 successfully re-sets breakpoints in shared libraries.
5724 * gdb.base/shmain.c (main): return 0, don't fall off the end.
5725
5726 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5727
5728 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
5729 and compiled w/o GCC.
5730
5731 * gdb.hp/watch-cmd.exp: ditto.
5732
5733 * gdb.hp/watch-hp.exp: ditto.
5734
5735 * gdb.hp/xdb1.exp: ditto.
5736
5737 * gdb.hp/xdb2.exp: ditto.
5738
5739 * gdb.hp/dbx.exp: ditto.
5740
5741 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
5742
5743 * constvars.c: Remove C++-isms.
5744 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
5745 with GCC.
5746
5747 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
5748
5749 The following changes are part of the HP merge.
5750
5751 * gdb.base/break.exp: new tests to verify that catchpoints for
5752 fork, vfork, and exec don't trigger inappropriately.
5753
5754 * gdb.base/opaque.exp: compile one file at a time, then link.
5755
5756 * gdb.base/signals.exp: be more restrictive about which hppa
5757 systems receive a setup_xfail. new tests.
5758
5759 * gdb.base/solib_threshold.build: new file.
5760 * gdb.base/solib_threshold.exp: new file.
5761 * gdb.base/solib_threshold.link_opts: new file.
5762 * gdb.base/solib_threshold.mk: new file.
5763 * gdb.base/gen_solib_threshold.c: new file.
5764
5765 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
5766 tests. New tests for enums inside classes.
5767
5768 * gdb.c++/compiler.cc: indicate support of template debugging.
5769
5770 * gdb.c++/demangle.exp: run hp style demangling tests.
5771
5772 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
5773 tests.
5774
5775 * gdb.c++/misc.cc: changes to support new tests.
5776
5777 * gdb.c++/templates.cc: changes to support HP's compiler; changes
5778 to support new tests.
5779
5780 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
5781 gcc, then skip these tests.
5782
5783 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
5784
5785 The following files are part of the HP merge; some had longer
5786 names at HP, but have been renamed to be no more than 14
5787 characters in length.
5788
5789 * gdb.hp/ambiguous.cc: new file.
5790 * gdb.hp/ambiguous.exp: new file.
5791 * gdb.hp/attach.exp: new file.
5792 * gdb.hp/attach2.exp: new file.
5793 * gdb.hp/classes-hp.exp: new file.
5794 * gdb.hp/ctti.exp: new file.
5795 * gdb.hp/ctti-add.cc: new file.
5796 * gdb.hp/ctti-add1.cc: new file.
5797 * gdb.hp/ctti-add2.cc: new file.
5798 * gdb.hp/ctti-add3.cc: new file.
5799 * gdb.hp/dbx.exp: new file.
5800 * gdb.hp/exception.cc: new file.
5801 * gdb.hp/exception.exp: new file.
5802 * gdb.hp/foll-exec.c: new file.
5803 * gdb.hp/foll-exec.exp: new file.
5804 * gdb.hp/foll-fork.c: new file.
5805 * gdb.hp/foll-fork.exp: new file.
5806 * gdb.hp/foll-vfork.c: new file.
5807 * gdb.hp/foll-vfork.exp: new file.
5808 * gdb.hp/inherit-hp.exp: new file.
5809 * gdb.hp/more-steps.exp: new file.
5810 * gdb.hp/namespace.cc: new file.
5811 * gdb.hp/namespace.exp: new file.
5812 * gdb.hp/optimize.exp: new file.
5813 * gdb.hp/pxdb.c: new file.
5814 * gdb.hp/pxdb.exp: new file.
5815 * gdb.hp/quicksort.exp: new file.
5816 * gdb.hp/reg-test.exp: new file.
5817 * gdb.hp/reg-test.s: new file.
5818 * gdb.hp/sized-enum.c: new file.
5819 * gdb.hp/sized-enum.exp: new file.
5820 * gdb.hp/start-stop.exp: new file.
5821 * gdb.hp/templ-hp.cc: new file.
5822 * gdb.hp/templ-hp.exp: new file.
5823 * gdb.hp/thr-lib.c: new file.
5824 * gdb.hp/thr-lib.exp: new file.
5825 * gdb.hp/thr-lib.h: new file.
5826 * gdb.hp/thr-liblib.c: new file.
5827 * gdb.hp/virtfun-hp.c: new file.
5828 * gdb.hp/virtfun-hp.exp: new file.
5829 * gdb.hp/watch-cmd.exp: new file.
5830 * gdb.hp/watch-hp.exp: new file.
5831 * gdb.hp/xdb1.exp: new file.
5832 * gdb.hp/xdb2.exp: new file.
5833 * gdb.hp/xdb3.exp: new file.
5834
5835 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
5836
5837 The following files are part of the HP merge; some had longer
5838 names at HP, but have been renamed to be no more than 14
5839 characters in length.
5840
5841 * gdb.base/ss.h: new file.
5842 * gdb.base/call-ar-st.c: new file.
5843 * gdb.base/call-ar-st.exp: new file.
5844 * gdb.base/call-rt-st.c: new file.
5845 * gdb.base/call-rt-st-exp: new file.
5846 * gdb.base/call-strs.exp: new file.
5847 * gdb.base/ena-dis-br.exp: new file.
5848 * gdb.base/environ.exp: new file.
5849 * gdb.base/long_long.exp: new file.
5850 * gdb.base/sect-cmd.exp: new file.
5851 * gdb.base/shlib-cl2.exp: new file.
5852 * gdb.base/smoke.exp: new file.
5853 * gdb.base/so-impl-ld.c: new file.
5854 * gdb.base/so-impl-ld.exp: new file.
5855 * gdb.base/so-indr-cl.c: new file.
5856 * gdb.base/so-indr-cl.exp: new file.
5857 * gdb.base/varargs.exp: new file.
5858 * gdb.base/volatile.exp: new file.
5859 * gdb.base/whatis-exp.exp: new file.
5860 * gdb.base/display.exp: new file.
5861 * gdb.c++/derivation.exp: new file.
5862 * gdb.c++/local.exp: new file.
5863 * gdb.c++/member-ptr.exp: new file.
5864 * gdb.c++/overload.exp: new file.
5865 * gdb.c++/ovldbreak.exp: new file.
5866 * gdb.c++/ref-types.exp: new file.
5867 * gdb.c++/ref-types2.exp: new file.
5868 * gdb.c++/userdef.exp: new file.
5869
5870 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
5871
5872 * gdb.base/default.exp: Reflect wording change in remote.c.
5873
5874 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
5875
5876 * gdb.base/help.exp: Update to reflect current text.
5877
5878 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
5879
5880 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
5881 they're stack variables and contain garbage.
5882 * gdb.c++/anon-union.exp: new file.
5883
5884 The following changes were made by David Taylor
5885 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
5886 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
5887 in changes by HP.
5888
5889 * gdb.base/bitops.exp: new file.
5890 * gdb.base/default.exp: change expected messages for catch and
5891 info catch tests to reflect HP merge changes.
5892 * gdb.base/enable-disable-break.exp
5893 * gdb.base/ending-run.c: new file.
5894 * gdb.base/long_long.c: new file.
5895 * gdb.base/maint.exp: new file.
5896 * gdb.base/pointers2.exp: new file.
5897 * gdb.base/shlib-call2.exp: new file.
5898 * gdb.base/solib.exp: new file.
5899 * gdb.base/step-test.c: new file.
5900 * gdb.c++/anon-union.cc: new file.
5901 * gdb.c++/local.cc: new file.
5902 * gdb.c++/member-pointer.cc: new file.
5903 * gdb.c++/method.cc: new file.
5904 * gdb.c++/ref-types.cc: new file.
5905 * gdb.c++/ref-types2.cc: new file.
5906 * gdb.c++/userdef.cc: new file.
5907
5908 * gdb.base/scope.exp: compile one file at a time, then link.
5909 * gdb.base/langs.exp: ditto.
5910 * gdb.base/list.exp: ditto.
5911
5912 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
5913
5914 The following changes were made by David Taylor
5915 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
5916 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
5917 in changes by HP.
5918
5919 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
5920 skip tests. When compiling pass c++ flag to gdb_compile.
5921 * gdb.c++/
5922
5923 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
5924 test for on hppa*-*-hpux*; use args to see if c++ was specified.
5925 (skip_hp_tests): new function.
5926 (gdb_preprocess): new function.
5927
5928 * configure.in (hpdir): decide whether to configure gdb.hp.
5929 * configure: regenerated.
5930
5931 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
5932 to delete on clean.
5933 (EXECUTABLES): update to reflect new additions.
5934 * gdb.base/commands.exp: update message expected.
5935 * gdb.base/default.exp: add copyright notice.
5936 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
5937 * gdb.base/help.exp: update messages to reflect current text.
5938 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
5939 targets for recurse tests.
5940 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
5941 skip this file.
5942
5943 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
5944 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
5945 compilation.
5946 * gdb.c++/misc.exp: ditto.
5947 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
5948 run the tests. tell gdb_compile that it's a c++ compilation.
5949
5950 * gdb.threads/pthreads.exp: fix typo in message.
5951
5952 * gdb.base/all-bin.exp: new file.
5953 * gdb.base/arithmet.exp: new file.
5954 * gdb.base/assign.exp: new file.
5955 * gdb.base/completion.exp: new file.
5956 * gdb.base/cond-expr.exp: new file.
5957 * gdb.base/condbreak.exp: new file.
5958 * gdb.base/define.exp: new file.
5959 * gdb.base/dollar.exp: new file.
5960 * gdb.base/environment.exp: new file.
5961 * gdb.base/eval-skip.exp: new file.
5962 * gdb.base/jump.exp: new file.
5963 * gdb.base/logical.exp: new file.
5964 * gdb.base/pointers.exp: new file.
5965 * gdb.base/relational.exp: new file.
5966 * gdb.base/section_command.exp: new file.
5967 * gdb.base/whatis-expr.exp: new file.
5968
5969 * gdb.base/all-types.c: new file.
5970 * gdb.base/call-array-struct.c: new file.
5971 * gdb.base/call-return-struct.c: new file.
5972 * gdb.base/call-strings.c: new file.
5973 * gdb.base/callfuncs2.c: new file.
5974 * gdb.base/condbreak.c: new file.
5975 * gdb.base/constvars.c: new file.
5976 * gdb.base/display.c: new file.
5977 * gdb.base/int-type.c: new file.
5978 * gdb.base/jump.c: new file.
5979 * gdb.base/miscexprs.c: new file.
5980 * gdb.base/pointers.c: new file.
5981 * gdb.base/pointers2.c: new file.
5982 * gdb.base/shmain.c: new file.
5983 * gdb.base/shr1.c: new file.
5984 * gdb.base/shr2.c: new file.
5985 * gdb.base/solib.c: new file.
5986 * gdb.base/solib1.c: new file.
5987 * gdb.base/solib2.c: new file.
5988 * gdb.base/varargs.c: new file.
5989 * gdb.c++/derivation.cc: new file.
5990 * gdb.c++/overload.cc: new file.
5991 * gdb.c++/ovldbreak.cc: new file.
5992 * gdb.hp/attach.c: new file.
5993 * gdb.hp/attach2.c: new file.
5994 * gdb.hp/average.c: new file.
5995 * gdb.hp/compiler.c: new file.
5996 * gdb.hp/compiler.cc: new file.
5997 * gdb.hp/execd-program.c: new file.
5998 * gdb.hp/follow-exec.c: new file.
5999 * gdb.hp/follow-fork.c: new file.
6000 * gdb.hp/follow-vfork-and-exec.c: new file.
6001 * gdb.hp/misc-hp.cc: new file.
6002 * gdb.hp/more-steps.c: new file.
6003 * gdb.hp/optimize.c: new file.
6004 * gdb.hp/quicksort.c: new file.
6005 * gdb.hp/run-hp.c: new file.
6006 * gdb.hp/start-stop.c: new file.
6007 * gdb.hp/sum.c: new file.
6008 * gdb.hp/templates-hp.cc: new file.
6009 * gdb.hp/thread-local-in-lib.c: new file.
6010 * gdb.hp/thread-local-in-lib.h: new file.
6011 * gdb.hp/thread-local-in-lib.lib.c: new file.
6012 * gdb.hp/vforked-program.c: new file.
6013 * gdb.hp/virtfunc-hp.cc: new file.
6014 * gdb.hp/watchpoint-hp.c: new file.
6015 * gdb.hp/xdb.c: new file.
6016 * gdb.hp/xdb0.c: new file.
6017 * gdb.hp/xdb0.h: new file.
6018 * gdb.hp/xdb1.c: new file.
6019
6020 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
6021
6022 The following change was made by Edith Epstein
6023 <eepstein@cygnus.com> as part of a project to merge in changes
6024 originally made by HP; HP did not create ChangeLog entries.
6025
6026 * gdb.c++/demangle.exp: changed the expected output for some
6027 ARM-style mangling -- removed second reference to datatype.
6028 For example, maint demangle __dt__11T1__pt__2_cFv
6029 T1<char>::~T1<char>(void)
6030 becomes,
6031 maint demangle __dt__11T1__pt__2_cFv
6032 T1<char>::~T1(void)
6033
6034 (test_hp_style_demangling): new hp specific demangling test cases.
6035
6036 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
6037
6038 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
6039 * gdb.trace/backtrace.exp: Likewise.
6040 * gdb.trace/circ.exp: Likewise.
6041 * gdb.trace/collection.exp: Likewise.
6042 * gdb.trace/deltrace.exp: Likewise.
6043 * gdb.trace/infotrace.exp: Likewise.
6044 * gdb.trace/limits.exp: Likewise.
6045 * gdb.trace/packetlen.exp: Likewise.
6046 * gdb.trace/passc-dyn.exp: Likewise.
6047 * gdb.trace/passcount.exp: Likewise.
6048 * gdb.trace/report.exp: Likewise.
6049 * gdb.trace/save-trace.exp: Likewise.
6050 * gdb.trace/tfind.exp: Likewise.
6051 * gdb.trace/tracecmd.exp: Likewise.
6052 * gdb.trace/while-dyn.exp: Likewise.
6053 * gdb.trace/while-stepping.exp: Likewise.
6054
6055 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
6056
6057 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
6058
6059 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
6060
6061 From Brendan Kehoe:
6062 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
6063 int return types.
6064
6065 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
6066
6067 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
6068 remote dos host testing right.
6069
6070 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
6071
6072 * gdb.base/corefile.exp: remove some xfails.
6073
6074 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
6075
6076 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
6077 have different timestamps.
6078
6079 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
6080
6081 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
6082 gdb.base/default.exp: Replace "exec" with "executable".
6083
6084 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
6085
6086 * gdb.base/default.exp: Change else if to elseif from previous
6087 delta.
6088
6089 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
6090
6091 * gdb.base/default.exp: Add brace missing from previous delta.
6092
6093 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
6094
6095 * gdb.base/default.exp: Support test for info float for all
6096 varieties of arm toolchain.
6097
6098 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
6099
6100 * gdb.trace/*.exp: remove "remote_download" command.
6101
6102 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
6103
6104 * gdb.trace/*.exp: remove -gdwarf from compile.
6105
6106 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
6107
6108 * gdb.trace/configure.in(AC_INIT): typo
6109 * gdb.trace/configure: regenerated
6110
6111 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
6112
6113 * config/m68k-emc.exp: New file.
6114 * lib/<emc-support.exp trace-support.exp}: New files.
6115 * configure.in: add new test directory gdb.trace.
6116 * gdb.trace/{configure configure.in Makefile.in}: New files.
6117 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
6118 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
6119 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
6120 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
6121 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
6122 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
6123 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
6124
6125 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
6126
6127 * gdb.c++/classes.exp: Change all regular expressions to match
6128 arbitrary combinations of newline/carriage-return, so that they
6129 will work equally well on Unix and Windows.
6130 * gdb.c++/inherit.exp: ditto.
6131 * gdb.c++/virtfunc.exp: ditto.
6132
6133 1998-08-11 Dawn Perchik <dawn@cygnus.com>
6134
6135 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
6136
6137 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
6138
6139 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
6140 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
6141 to use a0-a3/d0-d3 as needed.
6142
6143 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
6144
6145 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
6146 * gdb.disasm/am33.exp: Corresponding changes.
6147
6148 1998-07-11 Felix Lee <flee@cygnus.com>
6149
6150 * gdb.base/callfuncs.exp: add cmp10 test.
6151 * gdb.base/callfuncs.c (cmp10): new function.
6152
6153 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
6154
6155 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
6156 into two parts to get around a synchronization problem in expect.
6157
6158 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
6159
6160 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
6161
6162 * configure.in: Add options for gdbtk testsuite.
6163
6164 * configure: Regenerate.
6165
6166 * gdb.gdbtk: New directory to hold gdbtk tests.
6167
6168 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6169
6170 * gdb.fortran/types.exp: Escape brackets in expect patterns
6171 for test_float_literal_types_accepted tests.
6172 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
6173 before run test.
6174
6175 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
6176
6177 * am33.exp: Just compile, do not link the testcase.
6178 * am33.s: Add ".am33" pseudoop to force am33 mode.
6179
6180 1998-06-25 Felix Lee <flee@cygnus.com>
6181
6182 * gdb.base/setshow.exp: make sure $pc is sane.
6183
6184 * gdb.stabs/weird.exp: split expect patterns properly.
6185
6186 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
6187
6188 * gdb.disasm/am33.s: New disassembler testfile for the am33.
6189 * gdb.disasm/am33.exp: Run it.
6190
6191 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
6192
6193 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
6194 match processing (and eliminate spurious timeouts when running).
6195
6196 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
6197
6198 * gdb.base/signals.exp (test_handle_all_print): put back Mach
6199 exception test, but conditionalize it on target [mach | gnu].
6200
6201 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
6202
6203 * gdb.base/overlays.exp: fixup compile line for linker script.
6204
6205 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
6206
6207 * gdb.fortran/types.exp: don't guess at float size.
6208
6209 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
6210
6211 * gdb.base/exprs.exp: delete test that depends on int size.
6212
6213 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
6214
6215 * config/sim.exp: Removed checks for target triplets.
6216 (gdb_target_sim): Use gdb,target_sim_options.
6217
6218 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
6219
6220 * gdb.base/reread.exp: New file.
6221 * gdb.base/reread1.c: New file.
6222 * gdb.base/reread2.c: New file.
6223
6224 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
6225
6226 * config/sim.exp: Use 'target sim -sparclite' when running
6227 SPARClite programs.
6228
6229 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
6230
6231 * gdb.base/structs2.exp: New file.
6232 * gdb.base/structs2.c: New file.
6233
6234 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
6235
6236 * gdb.asm/common.inc: New file.
6237 * gdb.asm/d10v.inc: New file.
6238 * asm-source.exp: Pass -I's to gas to find .inc files.
6239 Update line numbers in expected output.
6240 * asmsrc1.s: Rewrite.
6241 * asmsrc2.s: Rewrite.
6242 * configure.in: Create arch.inc symlink.
6243 * configure: Regenerate.
6244 * Makefile.in (distclean): Delete arch.inc.
6245
6246 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
6247
6248 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
6249 (t_enum_value2): ditto
6250 (t_enum_value3): ditto
6251 (main): ditto
6252 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6253
6254 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
6255 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
6256 change.
6257 Use gdb_test instead of send_gdb/gdb_expect sequences.
6258
6259 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
6260
6261 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
6262 not void.
6263
6264 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
6265
6266 * gdb.base/branches.c: Code with lots of loops and
6267 subroutines. Used to test gdbs ability to single step through PC
6268 changes, especially to test mips-tdep.c:mips_next_pc
6269
6270 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
6271
6272 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
6273 more rigorous EGCS C++ error checking.
6274
6275 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6276
6277 * gdb.base/help.exp: Clean up `help set args' and `help show args'
6278 tests.
6279 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
6280 function when asleep.
6281 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
6282 for i*86 Linux and SVR4 signal handling problems.
6283 Remove linux xfail for `next to handler in signals_tests_1', fixed
6284 by recent infrun.c change.
6285 Limit backtrace to 10 frames to avoid timeout problems with infinite
6286 stack backtraces.
6287 Adjust expect pattern in `handle all print' test to match Apr 28 1997
6288 target.[ch] change.
6289
6290 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
6291
6292 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
6293 for a newline from gdb before continuing.
6294 (default_gdb_exit): Just look for y or n.
6295 (gdb_test): Detect abnormal exit from GDB running on DOS; if
6296 it does, fail the rests of the tests in the file.
6297
6298 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
6299
6300 * config/cygmon.exp: New file.
6301
6302 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
6303
6304 * gdb.base/list.exp: Fix problem with "list default lines around
6305 main" test on remote targets.
6306
6307 * gdb.base/scope.exp: Fix problem with filelocal_bss before
6308 run test on remote targets.
6309
6310 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
6311
6312 * gdb.asm: New directory.
6313 * configure.in: Configure it.
6314 * configure: Regenerate.
6315 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
6316 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
6317
6318 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
6319
6320 * config/mn10300-eval.exp: New file to support MN10300 eval board.
6321
6322 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
6323
6324 * gdb.base/overlays (several files): Merge the two overlay
6325 managers into one. Change variables (foox, barx, bazx, grbxx)
6326 back into ints but force them to load in their proper sections.
6327
6328 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
6329
6330 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
6331 on-chip insn memory and IMAP1 to upper 128k.
6332 (D10VCopy): Handle memory regions crossing 16k boundaries.
6333 (D10VCopy): Transfer data in 32 bit chunks.
6334
6335 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
6336
6337 * gdb.base/overlays.c (main): Exit normally when result is
6338 correct.
6339
6340 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
6341 map. Include space for printf in .text segment.
6342
6343 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
6344 updated d10v memory VMA/LMA map.
6345 (D10VCopy): Call D10VTranslate.
6346
6347 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
6348
6349 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
6350
6351 * gdb.base/bar.c (barx, bar): Change variable to small array so
6352 that it won't be put into the .sdata - small data -
6353 section. Update reference.
6354 * gdb.base/baz.c (bazx, baz): Ditto.
6355 * gdb.base/foo.c (foox, foo): Ditto.
6356 * gdb.base/grbx.c (grbxx, grbx): Ditto.
6357
6358 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
6359 to be arrays.
6360
6361 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
6362
6363 * gdb.base/overlays.exp: fix up and get working again.
6364 Add tests for backtraces from an overlay function.
6365
6366 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
6367
6368 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
6369 "calling function with watchpoint enabled".
6370
6371 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
6372
6373 * gdb.base/break.exp (test_next_with_recursion): Remove
6374 gdb_suppress_tests for d10v-*-*.
6375 * lib/gdb.exp (gdb_suppress_tests): Disable this function
6376 pending review of whether it is useful or not.
6377
6378 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
6379
6380 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
6381
6382 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
6383
6384 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
6385 * config/dve.exp: New file to support Densan boards.
6386
6387 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
6388
6389 * gdb.base/interrupt.exp: Document problem of simulators, signals,
6390 reads and BSD.
6391
6392 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
6393
6394 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
6395 response.
6396
6397 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
6398
6399 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
6400
6401 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
6402 test.
6403
6404 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
6405 target_sizeof_long and target_bigendian_p.
6406 (structs_by_value, structs_by_reference): Check values according
6407 to targets word size and endianess.
6408
6409 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
6410
6411 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
6412 output.
6413
6414 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
6415
6416 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
6417 Update test of set args help to match source change.
6418
6419 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
6420
6421 * gdb.base/default.exp: Expect help system output to be in
6422 alphabetical order.
6423 * gdb.base/help.exp: Ditto.
6424
6425 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
6426
6427 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
6428 "i*86-pc-linux-gnu*".
6429 * gdb.base/interrupt.exp: Ditto.
6430 * gdb.base/corefile.exp: Ditto.
6431
6432 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
6433 define vxworks when building the testcase.
6434
6435 * gdb.base/ptype.exp: Fix testnames to be unique.
6436 * gdb.base/radix.exp: Ditto.
6437 * gdb.base/term.exp: Ditto.
6438 * gdb.base/whatis.exp: Ditto.
6439 * gdb.c++/classes.exp: Ditto.
6440
6441 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
6442
6443 * gdb.base/callfuncs.exp: Fix indentation.
6444
6445 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
6446 suppress_flag has been set.
6447 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
6448 target feature.
6449
6450 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
6451
6452 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
6453 the testcase.
6454
6455 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
6456 set_debug_traps() and breakpoint().
6457 * gdb.c++/misc.cc (main): Ditto.
6458 * gdb.c++/templates.cc (main): Ditto.
6459 * gdb.c++/virtfunc.cc (main): Ditto.
6460
6461 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
6462
6463 * lib/gdb.exp(gdb_step_for_stub): New function.
6464 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
6465 exists, reload the executable and do a "continue" instead of
6466 doing a jump.
6467 (runto_main): Use gdb_step_for_stub.
6468
6469 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
6470 tests to have unique names.
6471 * gdb.base/callfuncs.exp: Ditto.
6472 * gdb.base/commands.exp: Ditto.
6473 * gdb.base/default.exp: Ditto.
6474 * gdb.base/help.exp: Ditto.
6475 * gdb.base/list.exp: Ditto.
6476 * gdb.base/opaque.exp: Ditto.
6477 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
6478 similar tests.
6479
6480 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
6481 * gdb.c++/cplusfuncs.cc: Ditto.
6482 * gdb.c++/virtfunc.cc: Ditto.
6483
6484 * config/monitor.exp: Keep track of the last file we saw, rather
6485 than trying to get the info from gdb.
6486
6487 * gdb.fortran/types.exp: Move comment to previous line.
6488
6489 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
6490
6491 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
6492 target mode.
6493
6494 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
6495
6496 From Bob Manson:
6497 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
6498 string from GDB when it connects.
6499
6500 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
6501
6502 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
6503
6504 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
6505 if we can't get a debug format from GDB (we may be testing an
6506 older GDB). Use a 10 second timeout when checking for the format.
6507
6508 * gdb.stabs/weird.exp: Fix quoting.
6509
6510 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
6511
6512 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
6513
6514 * config/arm-ice.exp: New file.
6515
6516 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
6517
6518 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
6519 until it has been modified to work with the new testsuite.
6520
6521 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
6522 testcase won't compile, cause all of the testcases in the file to
6523 fail instead.
6524
6525 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
6526 (gdb_clear_suppressed): New procedure.
6527 (gdb_stop_suppressing_tests): Only clear suppress_flag if
6528 it contains a positive value.
6529
6530 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
6531
6532 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
6533
6534 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
6535
6536 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
6537
6538 * lib/gdb.exp (setup_xfail_format): New function.
6539 (get_debug_format): New function to get debug format.
6540 (debug_format): New global variable to hold last value set
6541 by get_debug_format.
6542 * gdb.base/list.exp: Call get_debug_format and expect some
6543 tests to fail for DWARF 1 and COFF formats.
6544 * gdb.c++/ptype.exp: Ditto.
6545 * gdb.c++/classes.exp: Ditto.
6546 * gdb.c++/cplusfuncs.exp: Ditto.
6547 * gdb.c++/inherit.exp: Ditto.
6548 * gdb.c++/templates.exp: Ditto.
6549 * gdb.c++/virtfunc.exp: Ditto.
6550
6551 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
6552
6553 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
6554 host doesn't have a currently-open connection.
6555
6556 * config/sparclet.exp: Cleanups and fixes to make it generic for
6557 any gdb stub target. Handle cases where gdb doesn't respond when
6558 interrupted in a sane fashion.
6559
6560 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
6561 same thing in a totally different way.
6562
6563 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
6564 setting "timeout".
6565 (gdb_start): We set the global gdb_prompt variable in
6566 default_gdb_init now.
6567
6568 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
6569
6570 * gdb.base/printcmds.exp: Fix "check for floating addition"
6571 regexp to accept results within approx +/- .01 of exact value.
6572 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
6573
6574 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
6575
6576 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
6577 properly.
6578 (gdb_expect): Add optional timeout parameter, and add timeout
6579 value to various calls.
6580 (gdb_suppress_tests): Only give one warning message per group.
6581
6582 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
6583
6584 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
6585 global variables. Handle getting a value for $timeout more
6586 gracefully.
6587
6588 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
6589
6590 * lib/gdb.exp: Close connection to remote host if gdb doesn't
6591 initialize.
6592 (default_gdb_init): New procedure; allow gdb_init to be overridden
6593 by a target configuration file.
6594 (gdb_expect): Pass the timeout to remote_expect.
6595
6596 * config/monitor.exp(gdb_load): Fix typo in regexp.
6597
6598 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
6599
6600 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
6601
6602 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
6603
6604 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
6605 here. Call gdb_target_exec before rebooting the target, to make
6606 sure the connection to the target is closed.
6607 (gdb_load): Pass the name of the executable to gdb_target_monitor.
6608 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
6609 Also detect "Timeout reading from remote" error.
6610
6611 * config/gdbserver.exp: Pass the executable being loaded to
6612 gdb_target_monitor. Don't call gdb_file_cmd here; let
6613 gdb_target_monitor do it.
6614
6615 * gdb.disasm/hppa.exp: Don't use exec_output.
6616
6617 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
6618
6619 * gdb.base/list.exp: If we're debugging a non-native target,
6620 try to set the pc register to point to the start of the
6621 program before doing the first list command.
6622
6623 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
6624 test_calls after restarting.
6625
6626 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
6627 reloading.
6628
6629 * gdb.base/watchpoint.exp: Fix typo.
6630
6631 * gdb.base/setshow.exp: Check for use_gdb_stub.
6632
6633 * gdb.base/break.exp: Fix continue until exit test for the gdb
6634 stub case.
6635 * gdb.base/langs.exp: Ditto.
6636
6637 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
6638 gdb_load_offset. If we weren't given a file to load, figure out
6639 what the current file is and use it.
6640
6641 * config/i386-bozo.exp: New file.
6642
6643 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
6644
6645 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
6646 feature.
6647
6648 * config/proelf.exp: New entry.
6649
6650 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
6651
6652 * lib/gdb.exp: Remove spurious .* patterns at the beginning
6653 of regexps.
6654
6655 * gdb.base/watchpoint.exp: Don't run the test_stepping
6656 tests if gdb can't call functions on the target.
6657
6658 * gdb.base/setshow.exp: Don't run the set prompt tests if
6659 the board has gdb_prompt set.
6660
6661 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
6662
6663 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
6664 * gdb.base/commands.exp: Likewise.
6665 * gdb.base/setshow.exp: Likewise.
6666
6667 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
6668
6669 * config/monitor.exp(gdb_start): Look for gdb_prompt target
6670 feature.
6671
6672 * config/i960.exp: New file.
6673
6674 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
6675
6676 * gdb.base/funcargs.exp: Check for gdb,short_int target
6677 feature instead of looking for explicit target triplets.
6678
6679 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
6680
6681 * gdb.base/printcmds.exp: add a couple more tests a la
6682 "p 123DEADBEEF", to check parse_number.
6683 * top.c: change "to enable to enable" to "to enable" in a couple
6684 of help strings.
6685
6686 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
6687
6688 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
6689 on the mn10300.
6690
6691 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
6692
6693 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
6694 where the test executable is run with explicit args.
6695 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
6696
6697 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
6698
6699 * gdb.base/run.c: Use FAKEARGV to build test executable that
6700 does not require a command line arg, since most simulators
6701 don't currently support passing such an arg into the simulated
6702 program.
6703 * gdb.base/commands.exp: Change tests to insert the proper
6704 value as the arg to the first recursive factorial call. Change
6705 compilation line to define FAKEARGV at compile time.
6706
6707 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
6708
6709 * gdb.base/recurse.exp: Enable these tests for the mn10300.
6710 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
6711 function with watchpoint enabled" test.
6712
6713 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
6714
6715 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
6716 Don't call gdb_test when the command doesn't return to a gdb prompt.
6717
6718 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
6719 "Tests restarted" messages.
6720
6721 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
6722
6723 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
6724
6725 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
6726
6727 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
6728 for INFO SYMBOL; add help tests for OVERLAY commands.
6729 * gdb.base/default.exp: add tests for INFO SYMBOL command;
6730 add tests for OVERLAY commands
6731 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
6732 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
6733 * gdb.base/sigall.c: add usestubs code frag
6734 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
6735
6736 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
6737
6738 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
6739 failures.
6740 (gdb_stop_suppressing_tests): Note that tests have restarted.
6741
6742 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
6743
6744 * config/h8300.exp: New file.
6745
6746 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
6747
6748 * gdb.base/setshow.exp: Check for the existence of a
6749 feature, not its value.
6750
6751 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
6752
6753 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
6754
6755 * gdb.base/scope.exp: It's now init0(), not init().
6756
6757 * gdb.base/scope0.c: For now, change init() to be init0().
6758
6759 * config/monitor.exp: Use gdb_serial in preference to serial
6760 or netport.
6761
6762 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
6763 and it's not already set.
6764
6765 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
6766
6767 * gdb.base/setshow.exp: Only test the run command if the target
6768 isn't using a stub and if it supports argument passing.
6769
6770 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
6771
6772 * config/udi.exp(gdb_start): Make sure UDICONF is set
6773 properly before starting gdb.
6774
6775 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
6776
6777 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
6778 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
6779 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
6780
6781 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
6782
6783 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
6784 specialized code to reboot the board, use remote_reboot instead.
6785
6786 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
6787
6788 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
6789
6790 * config/monitor.exp: Make sure we disconnect from the target.
6791 Also, try a reboot/reload cycle instead of failing if the
6792 load fails.
6793
6794 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
6795
6796 * gdb.base/default.exp: Don't set match_max.
6797 * gdb.base/help.exp: Ditto.
6798 * gdb.base/list.exp: Ditto.
6799 * gdb.base/signals.exp: Ditto.
6800
6801 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
6802 set, use remote_ld to download the testcase instead of
6803 the GDB loader.
6804
6805 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
6806
6807 * config/vr5000.exp: New file.
6808
6809 * config/monitor.exp(gdb_target_monitor): Add pattern for
6810 "Ending remote" to detect errors in connecting.
6811
6812 * gdb.base/setshow.exp: Add .* within auto language test.
6813
6814 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
6815 target feature.
6816
6817 * config/monitor.exp(gdb_load): Check for a failure when loading,
6818 and reboot the board if necessary.
6819
6820 * gdb.base/setvar.exp(test_set): Handle multiple prints within
6821 a set of tests. Remove print.* from the patterns being checked.
6822
6823 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
6824
6825 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
6826 refer to gdb_spawn_id.
6827
6828 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
6829 longer used.
6830 * config/sparclet.exp: Ditto.
6831 * config/sparclet-old.exp: Ditto.
6832 * config/slite.exp: Ditto.
6833 * config/sim.exp: Ditto.
6834 * gdb.base/funcargs.exp: Ditto.
6835
6836 * lib/gdb.exp:Remove references to gdb_spawn_id.
6837 (gdb_expect): Move to remote.exp.
6838
6839 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
6840
6841 * config/monitor.exp: Detect the "Couldn't establish connection"
6842 message from GDB.
6843
6844 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
6845
6846 * gdb.base/bitfields.exp: Use runto instead of explicit
6847 gdb_run_cmd/gdb_expect sequences.
6848
6849 * gdb.base/break.exp(text_next_with_recursion): Add match for
6850 gdb_expect call.
6851
6852 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
6853 We also need to handle the "A program is being debugged already"
6854 prompt from gdb. Use gdb_test to set the baud rate.
6855
6856 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
6857 to 20000. Really. I mean it.
6858
6859 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
6860
6861 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
6862 fails. If suppress_flag is set, skip perror message about not
6863 being able to send to GDB.
6864 (send_gdb): If suppress_flag is set, don't try to send commands to
6865 GDB.
6866 (gdb_expect): If suppress_flag is set, always fail immediately.
6867 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
6868 (gdb_init): Call gdb_stop_suppressing_tests.
6869 (default_gdb_exit): Ditto.
6870 (default_gdb_start): Ditto.
6871
6872 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
6873 gdb_stop_suppressing_tests as appropriate.
6874 * gdb.base/break.exp: Ditto.
6875 * gdb.base/callfuncs.exp: Ditto.
6876 * gdb.base/commands.exp: Ditto.
6877 * gdb.base/exprs.exp: Ditto.
6878 * gdb.base/funcargs.exp: Ditto.
6879 * gdb.base/list.exp: Ditto.
6880 * gdb.base/recurse.exp: Ditto.
6881 * gdb.base/scope.exp: Ditto.
6882 * gdb.base/structs.exp: Ditto.
6883 * gdb.c++/inherit.exp: Ditto.
6884
6885 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
6886
6887 * config/vr4300.exp: New file.
6888
6889 * gdb.*/*.exp: Call gdb_expect instead of expect.
6890
6891 * lib/gdb.exp(gdb_expect): New function.
6892
6893 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
6894
6895 * lib/gdb.exp(gdb_init): New function.
6896
6897 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
6898 for each individual variable set.
6899
6900 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
6901 name.
6902
6903 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
6904
6905 * gdb.base/scope.exp: Use gdb_test.
6906
6907 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
6908 aborting; the testsuite driver will do that for us (see
6909 gdb_finish). Also, use gdb_test in a few more places.
6910
6911 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
6912
6913 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
6914
6915 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
6916
6917 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
6918 and "add_tests" are not at the same address.
6919
6920 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
6921
6922 * gdb.base/ptype.exp: Use gdb_test.
6923
6924 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
6925
6926 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
6927 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
6928 left in. No longer expect them to fail.
6929
6930 * gdb.stabs/*.mt; Deleted, no longer used.
6931 * gdb.stabs/configure.in: Remove references to target makefile
6932 frags.
6933 * gdb.stabs/configure: Rebuilt.
6934
6935 * gdb.disasm/*.mt: Deleted, no longer used.
6936 * gdb.disasm/configure.in: Remove references to target makefile
6937 frags. Use "sh3.s" as the unique filename for this directory.
6938 * gdb.disasm/configure: Rebuilt.
6939
6940 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
6941 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
6942 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
6943
6944 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
6945
6946 * config/udi.exp: Use mondfe,name instead of remote_host.
6947
6948 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
6949
6950 * gdb.base/watchpoint.exp: Don't expect a failure when calling
6951 a function with a watchpoint enabled on the mn10200.
6952
6953 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
6954 before trying to create it!
6955
6956 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
6957
6958 * config/vx.exp: Use hostname instead of netport.
6959
6960 * config/vxworks.exp: New file.
6961
6962 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
6963
6964 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
6965 gdb before assuming everything worked. Send a ^C if a timeout
6966 occurs.
6967
6968 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
6969 $gdb_spawn_id directly.
6970 (gdb_run_cmd): Try _start as well as start. Use the target feature
6971 gdb,start_symbol as the symbol to start from when jumping.
6972
6973 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
6974
6975 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
6976 redundant) test.
6977
6978 * gdb.base/recurse.exp: Relax final value test for 'b' so that
6979 it doesn't lose for 16bit integer systems.
6980
6981 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
6982
6983 * gdb.fortran/types.exp: If the target doesn't support "double"
6984 data types, then expect "real" types to only be 4 bytes.
6985
6986 * gdb.c++/virtfunc.exp: Expect failure for virtual function
6987 call tests if the target doesn't support inferior function calls.
6988
6989 * gdb.base/printcmds.exp: Allow minor deviation in FP values
6990 in printf tests.
6991
6992 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
6993
6994 * gdb.base/help.exp: Disable "help set", "help show", and
6995 "help support". Simplify regexp for "help stack".
6996
6997 * gdb.base/default.exp: Set match_max to 5000 and the timeout
6998 to 60 seconds. Temporarily set match_max to 15000 around the
6999 "info copying" test.
7000
7001 * gdb.base/nodebug.exp: Don't try to do an inferior function
7002 call if the target doesn't support them.
7003 * gdb.base/printcmds.exp: Likewise.
7004 * gdb.base/setvar.exp: Likewise.
7005 * gdb.base/structs.exp: Likewise.
7006 * gdb.c++/templates.exp: Likewise.
7007 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
7008
7009 * gdb.base/recurse.exp: Enable for the mn10200.
7010
7011 * configure.in: Do configure gdb.stabs directory for *-*-elf
7012 targets.
7013 * configure: Rebuilt.
7014
7015 * gdb.base/break.exp: Check for gdb,noresults before testing
7016 exit status and/or results from the target.
7017 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
7018 * lib/gdb.exp: Remove old (now bogus) initialization of
7019 noinferior, noargs, noresults and nosignals.
7020
7021 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
7022
7023 * config/sh.exp: New file.
7024
7025 * config/slite.exp: Try to connect multiple times to the board
7026 before rebooting. Only send a "monitor run" if need_monitor_run
7027 is set.
7028
7029 * gdb.base/break.exp: Don't do the "stub continue" test if
7030 the target has gdb_stub set.
7031
7032 * gdb.base/callfuncs.exp: Increase the timeout.
7033
7034 * gdb.base/interrupt.exp: Don't even try to compile the testcase
7035 if the target has gdb,noinferiorio set.
7036
7037 * gdb.base/list.exp: Increase match_max to 10000 characters.
7038
7039 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
7040
7041 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
7042 target.
7043
7044 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
7045
7046 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
7047
7048 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
7049 trying to delete the copy of gdb. Catch the file delete so we
7050 don't die if the delete fails; also, the file should be copied to
7051 the host, not to the build.
7052
7053 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
7054
7055 * lib/gdb.exp(gdb_test): Surround the result pattern with
7056 parenthesis in case it contains multiple regexps separated
7057 with |.
7058
7059 * gdb.base/watchpoint.exp: Use gdb_test.
7060 * gdb.base/default.exp: Ditto.
7061
7062 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
7063
7064 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
7065
7066 * gdb.base/scope.exp: Use gdb_test.
7067 * gdb.c++/classes.exp: Ditto.
7068 * gdb.c++/inherit.exp: Ditto.
7069
7070 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
7071
7072 * gdb.base/crossload.exp: Don't use execute_anywhere, use
7073 remote_exec instead.
7074 * gdb.base/corefile.exp: Don't be ridiculous.
7075 * gdb.base/*.c: Add missing stub invocations.
7076
7077 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
7078
7079 * config/slite.exp: Miscellaneous fixes.
7080
7081 * lib/gdb.exp: Fix runto.
7082
7083 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
7084 the target.
7085
7086 * gdb.base/watchpoint.exp: Fix regexp.
7087
7088 * lib/gdb.exp(default_gdb_exit): Add a catch to the
7089 close and wait commands, as the descriptor may now be
7090 invalid. Always call "remote_close host".
7091
7092 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
7093
7094 Major rewrite for testsuite revision.
7095
7096 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
7097 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
7098 instead of relying on spawn_id to always contain a valid
7099 spawn id.
7100 (get_compiler_info): New procedure to build the ${binfile}.ci
7101 file, instead of replicating this in N different places.
7102 (gdb_compile): New procedure.
7103
7104 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
7105 appropriate arguments) instead of compile. Use gdb_test in a lot
7106 more places. Use send_gdb instead of send. Always run gdb_start
7107 at the start of a testcase, as this is no longer done magically.
7108
7109 config/*-gdb.exp: Rename without the -gdb suffix.
7110
7111 config/mips.exp: Use remote_close instead of exit_remote_shell.
7112 config/monitor.exp: Use target_info instead of looking at
7113 baud, timeout, etc.
7114 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
7115
7116 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7117
7118 * gdb.c++/templates.exp (test_ptype_of_templates),
7119 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
7120 Update expect patterns for destructors and assignment operators
7121 to match corresponding c-typeprint.c changes.
7122 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
7123 to destructor breakpoint test, GDB should be able to set the
7124 destructor breakpoint without specifying arguments.
7125
7126 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
7127
7128 * gdb.threads/pthreads.exp: Change result for failure to compile due
7129 to lack of pthreads runtime support from an error to simply an
7130 unsupported test, per dejagnu standards.
7131
7132 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7133
7134 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
7135 where GDB exits to reduce pattern match time.
7136 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
7137
7138 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
7139
7140 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
7141
7142 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
7143 * gdb.base/default.exp: ditto.
7144 * gdb.base/nodebug.exp: ditto.
7145 * gdb.base/printcmds.exp: ditto.
7146 * gdb.base/ptype.exp: ditto.
7147 * gdb.base/setvar.exp: ditto.
7148 * gdb.base/structs.exp: ditto.
7149 * gdb.base/setshow.c: Guard against uninitialized values of argc.
7150
7151 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
7152
7153 * configure, */configure: Rebuild with autoconf 2.12.
7154
7155 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
7156
7157 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
7158 use new i*86-pc-linux*-gnu quads.
7159 * gdb.base/corefile.exp: Ditto.
7160 * gdb.base/signals.exp: Ditto.
7161 * gdb.base/sigall.exp: Ditto.
7162 * gdb.base/interrupt.exp: Ditto.
7163
7164 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
7165 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
7166 RedHat 4.0.
7167
7168 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
7169 linux. This allows the test case to at least compile on latest
7170 linux, but still not run due to missing the threads runtime library.
7171
7172 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7173
7174 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
7175 directory to search gdb directory. Accept and step over conditional
7176 stack alignment code. Consume $prompt in failure cases.
7177 Reset timeout to $oldtimeout instead of some arbitrary value.
7178 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
7179 timeout problems with infinite stack backtraces.
7180 * gdb.base/ptype.exp (ptype struct link, union tu_link):
7181 Accept function parameters for linkfunc member.
7182
7183 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
7184
7185 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
7186 (CXXFLAGS): Remove, unreferenced.
7187 (B_OPTIONS): Add for -B options and add code to initialize with
7188 previous -B options and also add -B option to pick up cross compiled
7189 runtime.
7190 (TARGET_INCLUDES): Add for -I options and add code to initialize when
7191 doing cross compiles.
7192 (target_alias): Declare global.
7193 (xgcc): Set variable to full path of gcc in build tree. Use findfile
7194 to verify that gcc exists in build tree, and if so set CC to that
7195 gcc and to use B_OPTIONS and TARGET_INCLUDES.
7196
7197 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
7198
7199 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
7200 ptype test for anonymous union. Fixup testcase to match
7201 current gcc debug output.
7202
7203 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
7204
7205 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
7206 force argument to an unsigned long type.
7207
7208 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
7209
7210 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
7211 tests and anonymous union print/ptype tests.
7212 * gdb.base/list.exp (test_forward-search): Increase timeout by
7213 5 minutes for the "search extremely long line" case.
7214 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
7215 completely optional and that the pass/fail messages use the command as
7216 the message if that third arg is a null string.
7217 (gdb_test_exact): Arrange that a null string pattern means match a
7218 null string output rather than any output, which might include random
7219 errors.
7220 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
7221 backtrace test.
7222 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
7223 always failing and failure is now exposed by gdb.exp changes.
7224
7225 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
7226
7227 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
7228 weren't being noted.
7229
7230 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7231
7232 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
7233 * gdb.stabs/weird.exp: Remove v_comb xfails.
7234
7235 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
7236
7237 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
7238 list.exp scope.exp watchpoint.exp]
7239 Make all timeout error msgs explicitly say "(timeout)".
7240
7241 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
7242
7243 * config/monitor.exp: Increase download timeout to 1000 seconds.
7244
7245 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
7246
7247 * config/m32r.exp: Increase timeout to 120 seconds.
7248
7249 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
7250
7251 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
7252 and accept older ordering as obsolescent gcc or gdb.
7253 * gdb.c++/templates.exp: Ditto.
7254 * gdb.c++/virtfunc.exp: Ditto.
7255
7256 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
7257
7258 * gdb.base/coremaker.c: Add code to mmap some data so we
7259 can check that it ends up in the core file.
7260 * gdb.base/corefile.exp: Add test to read mmapped data
7261 from core file.
7262
7263 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
7264
7265 * config/m32r.exp: New file.
7266
7267 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
7268
7269 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
7270 that cflags can contains -gstabs, and work correctly for other tests.
7271
7272 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
7273
7274 * gdb.base/setshow.exp: New file, tests show and set.
7275 * gdb.base/setshow.c: New file, tests show and set.
7276 * gdb.base/help.exp: Add test for help set|show annotate.
7277 * gdb.base/default.exp: Add test for set|show annotate.
7278
7279 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
7280
7281 * testsuite/gdb.base/break.exp: Make backtrace from factorial
7282 errors unique.
7283 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
7284 explicitly.
7285
7286 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
7287
7288 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
7289 and width commands. This is done elsewhere.
7290 * (gdb_start): Don't call gdb_start_sim here. That's already
7291 done in gdb_load. This fixes lots of failures in default.exp.
7292
7293 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
7294
7295 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7296 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
7297 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
7298 in the same we we treat other failures (since it may be an expected
7299 condition), rather than as an error.
7300 * gdb.base/signals.exp (test_handle_all_print): Revert back to
7301 old test format.
7302
7303 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
7304
7305 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
7306 (distclean maintainer-clean realclean): No need to remove files
7307 twice. Nuke the duplicates.
7308 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
7309 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
7310 Remove config.h along with other config files.
7311
7312 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
7313
7314 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
7315 "p func1 ()" and note that rests of tests are skipped.
7316 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
7317 setup_xfails for "print func2::coremaker_local".
7318 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
7319 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
7320 affected by the previous run test.
7321 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
7322 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
7323 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
7324 "pass int powerset tuple" and "pass modeless int powerset tuple".
7325 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
7326 "real write 4" and "real write 8".
7327 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
7328 setup_xfails for "print vs1 after tuple assign 2",
7329 "print \$i after tuple assign 2", and
7330 "print vs2 after tuple assign 2".
7331 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
7332 meaningful error message and return -1 so the caller can
7333 suppress further tests and avoid a cascade of errors.
7334
7335 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
7336
7337 * gdb.base/a1-selftest.exp: Tweak tests to account for new
7338 format for printing version.
7339 * gdb.base/default.exp: Ditto.
7340 * gdb.base/interrupt.exp: Fix problem with cascade of
7341 errors if child process dies while calling a function.
7342
7343 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
7344
7345 * Makefile.in (VPATH): Add
7346 * Makefile.in (Makefile, config.status): Fix rules so things get
7347 remade when necessary.
7348
7349 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
7350
7351 * Makefile.in (just-check): Add path to sibling expect dir
7352 to environment variable specified by RPATH_ENVVAR.
7353
7354 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
7355
7356 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
7357 (just-check): Add shared library paths for libstdc++, tk,
7358 tcl, bfd, and opcodes to the environment variable specified
7359 in RPATH_ENVVAR.
7360 * configure.in: Add support to recognize --enable-shared flag
7361 and generate correct value for RPATH_ENVVAR.
7362 * configure: Regenerated with autoconf.
7363
7364 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
7365
7366 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
7367 include all osf versions.
7368 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
7369 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
7370 when target is linux. When failing to build pthreads test
7371 executable, give more meaningful message.
7372 * gdb.threads/pthreads.c: Hpux also uses old definition of second
7373 arg for pthread_create.
7374
7375 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
7376
7377 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
7378 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
7379 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
7380 and -lpthreads (everybody else).
7381 (test_startup): Fail gracefully if threads are not supported.
7382 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
7383 "p/c array_index("abcdef",2)" when not gcc compiled.
7384 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
7385 "print func2::coremaker_local" when not gcc compiled.
7386 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
7387 "ptype on opaque struct tagname (statically)",
7388 "ptype on opaque struct tagname (dynamically) 1", and
7389 "ptype on opaque struct tagname (dynamically) 2"
7390 for not compiled with gcc.
7391 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
7392 backtrace when compiled with gcc.
7393 * lib/gdb.exp (runto_main): Return result of "runto main" rather
7394 than always return success.
7395
7396 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
7397
7398 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
7399
7400 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
7401
7402 * gdb.base/structs.exp: Undo last change.
7403
7404 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
7405
7406 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
7407 encapsulate all the steps/nexts done during self test, starting
7408 at main, and makes them less sensitive to optimization issues.
7409 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
7410 signal handler" test.
7411 * gdb.threads/pthreads.exp: Only run this for native configs.
7412 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
7413 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
7414 tests.
7415 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
7416 for "runto test_calls(void)" test.
7417
7418 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
7419
7420 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
7421 and don't expect address info in breakpoint confirmations.
7422
7423 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
7424
7425 * gdb.base/list.exp (test_forward_search): Increase timeout
7426 temporarily by 60 seconds for searching extremely long line,
7427 and then reset to old value when done. Increase expect input
7428 buffer to 10000.
7429
7430 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
7431
7432 * gdb.base/list.exp (test_forward_search): Fix to handle very
7433 long source line without overflowing expect's input buffer.
7434
7435 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
7436
7437 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
7438 "buffer_full".
7439
7440 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
7441 "buffer_full".
7442
7443 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
7444 "buffer_full".
7445
7446 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
7447 "buffer_full".
7448
7449 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
7450
7451 * configure.in (configdirs): Add gdb.threads.
7452 * configure: Regenerated with autoconf.
7453 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
7454 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
7455 * gdb.threads/configure: New, generated with autoconf.
7456
7457 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
7458
7459 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
7460
7461 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
7462
7463 * gdb.base/signals.exp (test_handle_all_print): Test separately for
7464 each signal's status in the output of "handle all print".
7465 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
7466 the \r\n sequence that immediately precedes the gdb prompt.
7467 * gdb.base/a1-selftest.exp: Save original timeout and restore
7468 after test.
7469
7470 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
7471
7472 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
7473 symbol.
7474
7475 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7476
7477 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
7478
7479 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
7480
7481 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
7482 timeout by 60 seconds.
7483
7484 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
7485
7486 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
7487 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
7488 error return.
7489
7490 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
7491
7492 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
7493 gdb initialization, also report how long dejagnu waited. Restore
7494 old timeout before doing error return. Temporarily increase timeout
7495 by 3 minutes to allow for slow startups over heavy NFS use.
7496
7497 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
7498
7499 * lib/gdb.exp: Report timeout value for verbosity level 2.
7500 * config/gdbserver.exp: Ditto.
7501 * config/hppro.exp: Ditto.
7502 * config/mips-gdb.exp: Ditto.
7503 * config/monitor.exp: Ditto.
7504 * config/netware.exp: Ditto.
7505 * config/sim-gdb.exp: Ditto.
7506 * config/slite-gdb.exp: Ditto.
7507 * config/udi-gdb.exp: Ditto.
7508 * config/unix-gdb.exp: Ditto.
7509 * config/vx-gdb.exp: Ditto.
7510 * gdb.base/a1-selftest.exp: Ditto.
7511 * gdb.base/a2-run.exp: Ditto.
7512 * gdb.base/break.exp: Ditto.
7513 * gdb.base/corefile.exp: Ditto.
7514 * gdb.base/list.exp: Ditto.
7515 * gdb.base/recurse.exp: Ditto.
7516 * gdb.base/scope.exp: Ditto.
7517 * gdb.base/signals.exp: Ditto.
7518
7519 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7520
7521 * gdb.threads/Makefile.in (docdir): Removed.
7522
7523 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7524
7525 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
7526 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
7527 @srcdir@.
7528 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
7529 autoconf 2.5 or higher.
7530 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
7531
7532 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
7533
7534 * configure: Regenerated.
7535 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
7536 avoid name clashes with SunOS headers.
7537
7538 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
7539
7540 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
7541
7542 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
7543
7544 * gdb.base/callfuncs.exp: Finish last change -- make sure the
7545 prototype information ends up in the compiler info file.
7546
7547 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
7548
7549 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
7550 attempting to regenerate it. Eliminate use of a temporary file
7551 and just generate the info file directly. Source it immediately,
7552 for consistency of use.
7553 * gdb.base/corefile.exp: Ditto
7554 * gdb.base/exprs.exp: Ditto.
7555 * gdb.base/funcargs.exp: Ditto.
7556 * gdb.base/langs.exp: Ditto.
7557 * gdb.base/list.exp: Ditto.
7558 * gdb.base/mips_pro.exp: Ditto.
7559 * gdb.base/nodebug.exp: Ditto.
7560 * gdb.base/opaque.exp: Ditto.
7561 * gdb.base/ptype.exp: Ditto.
7562 * gdb.base/scope.exp: Ditto.
7563 * gdb.base/setvar.exp: Ditto.
7564 * gdb.base/signals.exp: Ditto.
7565 * gdb.base/whatis.exp: Ditto.
7566 * gdb.c++/templates.exp: Ditto.
7567 * gdb.c++/virtfunc.exp: Ditto.
7568 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
7569 whether or not to add -lstdc++ to the compile command line args.
7570
7571 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7572
7573 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
7574 it got fixed by the recent lookup_minimal_symbol_by_pc change.
7575 Increase timeout, a lot of single stepping might be needed if the
7576 target has no hardware watchpoints.
7577
7578 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
7579
7580 * gdb.base/break.exp: Ignore compiler warnings when compiling
7581 break.c.
7582 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
7583 * gdb.base/default.exp: Add h8300 xfails. Handle messages
7584 from remote-sim.
7585 * gdb.base/exprs.exp: Add h8300 xfails.
7586 * gdb.base/funcargs.exp: Likewise.
7587 * gdb.base/nodebug.exp: Likewise.
7588 * gdb.base/printcmds.exp: Likewise.
7589 * gdb.base/ptype.exp: Likewise.
7590 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
7591 h8300 xfails.
7592 * gdb.base/return.exp: Handle float/double precision problems
7593 on the h8300.
7594 * gdb.base/funcargs.c: Explicitly make last constant argument to
7595 call_after_alloca_subr an unsigned long type.
7596 * gdb.base/return.c: Include stdio.h.
7597
7598 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
7599
7600 * config/abug.exp: New file for the older Motorola Bug monitor
7601 that runs on the mvme13x series VME boards.
7602 * config/monitor.exp: Use the new config array for target settings
7603 if they exist.
7604
7605 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
7606
7607 * sim-gdb.exp: Make the SH simulator allocate less space when
7608 it is targeted.
7609
7610 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
7611
7612 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
7613 test.
7614
7615 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
7616
7617 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
7618 "rs6000-*-*" for "list function in include file" when gcc compiled.
7619 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
7620 for "p ctable1[120]".
7621 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
7622 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
7623 Remove setup_xfail for "rs6000-*-*" for
7624 "print 'scope0.c'::filelocal before run".
7625 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
7626 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
7627 since some compilers don't allow both options to be given
7628 on the same command line. Create object file and move it.
7629
7630 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
7631
7632 * gdb.base/corefile.exp: Always regenerate the core file, since
7633 we always regenerate the coremaker program. Detect special case
7634 where registers cannot be read from core file.
7635
7636 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
7637
7638 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7639 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
7640 * gdb.c++/templates.exp: Only match on basename of file since
7641 some formats like xcoff don't encode directory information.
7642 * gdb.stabs/weird.exp: Use the right sed script for powerpc
7643 and rs6000 AIX xcoff targets.
7644 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
7645 * configure: Regenerate.
7646 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
7647 here, rather than in distclean.
7648
7649 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
7650
7651 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
7652 defined, and use it to compile the test case with -O2. The
7653 native compilation still uses no optimization.
7654 * gdb.base/mips_pro.c: Remove inline assembly code since
7655 it is compiled PIC by default, which results in assembler
7656 warnings that make the testsuite think the compilation
7657 was unsuccessful.
7658
7659 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
7660
7661 * gdb.c++/misc.exp: Add note to message for
7662 "print s.a for foo struct" that this is a known gcc 2.7.2
7663 and earlier bug.
7664
7665 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
7666
7667 * gdb.base/break.exp: Fix pattern for matching "Delete all
7668 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
7669 setup_xfail for deleting all breakpoints test. Fix various
7670 timeout messages to include "(timeout)".
7671 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
7672 for "p t_float_values2(3.14159,float_val2)".
7673 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
7674 for "continue to call2g" when gcc compiled.
7675 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
7676 "up to foo in langs.exp", "show language at foo in langs.exp",
7677 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
7678 and "show language at fsub in langs.exp".
7679 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
7680 "list line 1 in include file", "list message for lines past EOF",
7681 "list function in include file", "list list0.h:foo", and
7682 "list filename:function; nonexistant function".
7683 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
7684 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
7685 and "ptype t_char_array" to be for native cc only.
7686
7687 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
7688
7689 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
7690 setup_xfail for "print coremaker_bss", "print coremaker_ro",
7691 "print func2::coremaker_local", and "backtrace in corefile.exp".
7692
7693 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
7694
7695 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
7696 "bt in signals.exp". This problem only appears when running
7697 the testsuite, and then only intermittently.
7698
7699 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
7700
7701 * gdb.base/return.exp (return_tests): Differentiate between
7702 two tests of continuing.
7703
7704 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
7705
7706 * */Makefile.in (maintainer-clean): Remove config.log.
7707 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
7708 * gdb.c++/Makefile.in (PROGS): Add inherit.
7709 (clean): Remove *.ci.
7710
7711 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
7712
7713 * gdb.c++/misc.cc: Add test code from Mike Stump.
7714 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
7715
7716 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
7717
7718 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
7719 to "alpha-*-osf2*" and add comment.
7720 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
7721 setup_xfail for "step over execarg initialization" and
7722 "step over corearg initialization".
7723 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
7724 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
7725 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
7726 gcc compiled for "print coremaker_bss", "print coremaker_ro",
7727 "print func2::coremaker_local", and "backtrace in corefile.exp".
7728 * gdb.base/signals.exp: Build and source signals.ci.
7729 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
7730 to be for gcc only.
7731 * lib/gdb.exp: Move verbose statements outside conditionals.
7732
7733 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7734
7735 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
7736 Feb 3 procfs.c change.
7737
7738 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
7739
7740 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
7741
7742 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
7743
7744 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
7745 from dejagnu's apparent default of 10 seconds, which gives random
7746 results when running the tests over NFS on moderately loaded systems.
7747 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
7748
7749 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
7750
7751 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
7752 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
7753 result reports.
7754
7755 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
7756
7757 * configure.in (CY_AC_PATH_TCLH): Remove.
7758 * configure: Regenerate.
7759
7760 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
7761
7762 * gdb.c++/Makefile.in (clean): Add missing '{'.
7763
7764 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
7765
7766 * lib/gdb.exp: Provide a default value for noinferior.
7767
7768 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
7769 Load libgloss.exp.
7770
7771 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
7772
7773 * gdb.disasm/hppa.exp: Compile directly into an executable, use
7774 the executable, not the .o to run the tests from.
7775
7776 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
7777
7778 * gdb.base/break.exp: Don't test for program exit or exit status
7779 if $noresults if nonzero.
7780 * gdb.base/langs.exp: Likewise.
7781 * gdb.base/watchpoint.exp: Likewise.
7782
7783 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
7784 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
7785 trying to compile the testcase.
7786
7787 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
7788
7789 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
7790 * gdb.base/signals.exp (continue to handler): Likewise.
7791
7792 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
7793
7794 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
7795
7796 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
7797
7798 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
7799
7800 * gdb.base/corefile.exp: Recognize "not found" as failure
7801 when trying to determine if a core file was generated.
7802 If no core file was generate the first time, try again without
7803 the ulimit -c to work around braindamaged shells.
7804
7805 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
7806
7807 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
7808 [] tests with "test" and enclose string in quotes.
7809 * gdb.stabs/configure: Rebuild
7810
7811 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
7812
7813 Changes in sync with expect:
7814 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
7815 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
7816 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
7817 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
7818 argument to AC_REQUIRE.
7819 * configure: Regenerated.
7820
7821 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
7822
7823 * gdb.base/corefile.exp: When generating a core, discard any
7824 error messages about ulimit not found and the "core dumped"
7825 message from the shell that runs the coredumper.
7826
7827 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
7828
7829 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
7830
7831 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
7832 which sed script to run. Expect failure for v_comb test
7833 on PA targets too.
7834
7835 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
7836
7837 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
7838 "print func2::coremaker_local" and for "backtrace in corefile.exp"
7839
7840 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
7841
7842 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
7843 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
7844 "sparc-sun-solaris*" xfails for "p v_comb".
7845 * lib/gdb.exp (default_gdb_start): Fix typo.
7846 * gdb.base/corefile.exp: Allow "Core was generated by ..."
7847 messages to not include the full program name that caused
7848 the core dump since some systems (such as solaris) apparently
7849 truncate this path to about 80 characters.
7850 When generating a core file first try increasing the core file
7851 size limit to unlimited since some systems may default it to
7852 zero, and it is harmless to try it. Move the test for failing
7853 to generate a core file to where it will actually get executed.
7854 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
7855 new gdb result from g++ debug info improvements and make old
7856 pattern obsolescent. Also account for size_t differences
7857 (may be int or long).
7858 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
7859 initialization before function call is placed in the delay slot
7860 and thus appears to be skipped over by commands such as "next".
7861
7862 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
7863
7864 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
7865
7866 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
7867
7868 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
7869 input source file; fix code to compile test to deal with this
7870 convention.
7871 * gdb.c++/*.exp: Likewise.
7872
7873 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
7874
7875 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
7876 "bt in signals.exp".
7877
7878 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
7879
7880 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
7881 "step over execarg initialization" and
7882 "step over corearg initialization".
7883
7884 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
7885
7886 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
7887 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
7888
7889 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
7890
7891 From Rob Savoye (rob@poseidon.cygnus.com)
7892 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
7893 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
7894 configure.in}, gdb.disasm/{Makefile.in, configure.in},
7895 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
7896 configure.in}: Major reworking for autoconfig.
7897 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
7898 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
7899 New files.
7900 * config/unix-gdb.exp: Make GDB global.
7901 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
7902 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
7903 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
7904 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
7905 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
7906 term.exp, twice.exp, watchpoint.exp, whatis.exp},
7907 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
7908 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
7909 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
7910 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
7911 pr-8136.exp, result.exp, string.exp, tuples.exp},
7912 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
7913 to returns as necessary, arrange for test to compile own testcase
7914 executable.
7915 * lib/gdb.exp: Changes for testsuite to compile own test cases.
7916
7917 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
7918
7919 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
7920 clear_xfail at end of test which might not call either pass or fail.
7921 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
7922 "backtrace through signal handler".
7923
7924 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7925
7926 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
7927 continuing from a job control stop signal.
7928 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
7929
7930 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
7931
7932 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
7933 * gdb.base/corefile.exp: Likewise.
7934 * gdb.base/funcargs.exp: Likewise.
7935
7936 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
7937
7938 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
7939 * config/monitor.exp: Add support for setting baud rate.
7940
7941 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
7942
7943 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
7944 i*86-*-linux* xfails for "backtrace through signal handler".
7945 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
7946 "print func2::coremaker_local".
7947 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
7948 alpha-dec-osf2* xfail for
7949 "delete all breakpoints when none".
7950
7951 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
7952
7953 * gdb.base/break.exp: Change test that deletes all breakpoints
7954 when no user breakpoints are installed. A post 4.15 change
7955 causes gdb to no longer prompt in this case.
7956
7957 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
7958
7959 * gdb.base/return.exp (return_tests): Change xfail for test
7960 "correct value returned double test" to stop xfailing at
7961 Solaris 2.5. Apparently the bug has been fixed.
7962
7963 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
7964
7965 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
7966 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
7967
7968 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
7969
7970 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
7971 * gdb.disasm/hppa.s: Corresponding changes.
7972
7973 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
7974
7975 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
7976 makefile fragment.
7977 * config/mt-hpux: Deleted.
7978
7979 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
7980
7981 * Many files: When warning about suppressed tests due to a
7982 nonexistant test binary, avoid incrementing the warning count.
7983
7984 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
7985
7986 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
7987
7988 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7989
7990 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
7991 "sparc-*-solaris2*".
7992
7993 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7994
7995 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
7996 Add global and local variables and initialize them.
7997 * gdb.base/corefile.exp: Test correct mapping of corefile sections
7998 by printing variables. Remove rs6000 and powerpc xfails, BFD now
7999 extracts the file name and terminating signal from the core file.
8000 * TODO: Remove note about tests for correct mapping of corefile.
8001 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
8002 from optimizing it away.
8003 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
8004 handles common blocks.
8005
8006 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
8007
8008 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
8009 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
8010
8011 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
8012
8013 * Makefile.in (maintainer-clean): New target, synonym for
8014 realclean.
8015 * gdb.base/Makefile.in (maintainer-clean): Likewise.
8016 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
8017 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
8018 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
8019 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
8020 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
8021
8022 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
8023
8024 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
8025 xfails when not gcc compiled for "print foo::funclocal".
8026 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
8027 "print foo::funclocal at foo",
8028 "print 'scope1.c'::foo::funclocal at foo",
8029 "print foo::funclocal_bss at foo",
8030 "print 'scope1.c'::foo::funclocal_bss at foo",
8031 "print foo::funclocal_ro at foo",
8032 "print 'scope1.c'::foo::funclocal_ro at foo",
8033 "print bar::funclocal at foo" and
8034 "print 'scope1.c'::bar::funclocal at foo".
8035 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
8036 gcc compiled for "print foo::funclocal at bar".
8037 Expand all messages to ensure that they identify that
8038 the test is at bar().
8039 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
8040 gcc compiled for:
8041 "ptype on opaque struct pointer (statically)",
8042 "ptype on opaque struct tagname (statically)",
8043 "ptype on opaque struct pointer (dynamically) 1",
8044 "ptype on opaque struct tagname (dynamically) 1",
8045 "ptype on opaque struct pointer (dynamically) 2" and
8046 "ptype on opaque struct tagname (dynamically) 2
8047 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
8048 gcc compiled for:
8049 "p datalocal"
8050 "whatis datalocal",
8051 "ptype datalocal",
8052 "p bsslocal",
8053 "whatis bsslocal", and
8054 "ptype bsslocal".
8055 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
8056 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
8057 when not gcc compiled.
8058 * gdb.base/funcargs.exp (float_and_integral_args): Add
8059 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
8060 compiled.
8061 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
8062 "backtrace from call6a" when not gcc compiled.
8063 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
8064 "backtrace from call7a" when not gcc compiled.
8065 * gdb.base/callfuncs.exp (do_function_calls):
8066 Add "hppa*-*-hpux*" xfail when not gcc compiled for
8067 "p t_char_array_values(char_array_val2,char_array_val1)",
8068 "p t_char_array_values(char_array_val1,char_array_val2)",
8069 "p t_char_array_values("carray 1","carray 2")",
8070 "p t_char_array_values("carray 1",char_array_val2)",
8071 "p t_char_array_values(char_array_val1,"carray 2")",
8072 "p sum_args(1,{2})",
8073 "p sum_args(2,{2,3})",
8074 "p sum_args(3,{2,3,4})",
8075 "p sum_args(4,{2,3,4,5})"
8076 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
8077 "backtrace in corefile.exp" when not gcc compiled.
8078
8079 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8080
8081 * gdb.base/signals.exp: Rewrite `handle all print' test as
8082 a procedure. Accept blanks or TABs as whitespace, increase
8083 timeout and expect input buffer size for the large output
8084 from the command. Remove "i*86-*-bsdi2.0" xfail.
8085
8086 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8087
8088 * gdb.base/setvar.exp: Add new testcases for truncation when
8089 assigning invalid values to bitfields.
8090
8091 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
8092
8093 * gdb.base/callfuncs.exp (do_function_calls): Remove
8094 mips-sgi-irix* xfail for
8095 "call inferior func with struct - returns char *"
8096 and fix test so that an optional (unsigned char *) cast is
8097 accepted in the result.
8098
8099 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
8100
8101 * gdb.base/funcargs.exp (float_and_integral_args): Remove
8102 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
8103 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
8104 * gdb.base/signals.exp: Remove duplicate "handle all print" test
8105 that accidentally got checked in.
8106
8107 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
8108
8109 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
8110 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
8111 compiled test.
8112 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
8113 Add mips-sgi-irix5* xfail for not gcc compiled.
8114 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
8115 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
8116 "p top", "whatis top", "p middle", and "whatis middle".
8117 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
8118 "whatis signed char" for not gcc compiled.
8119 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
8120 "set variable signed char=-1 (-1)" and
8121 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
8122 * gdb.base/funcargs.exp (float_and_integral_args):
8123 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
8124 Add mips-sgi-irix* xfail when not gcc compiled for
8125 "continue to call2b".
8126 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
8127 "continue to call2g".
8128 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
8129 "backtrace from call6a"
8130 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
8131 "backtrace from call7k".
8132 Add mips-sgi-irix5* xfail when not gcc compiled for
8133 "backtrace from call7a".
8134 (localvars_after_alloca): Fix gdb_test cmds for
8135 "print * after runto ...".
8136 Remove rs6000-*-* xfails for
8137 "print i after runto localvars_after_alloca" and
8138 "print l after runto localvars_after_alloca"
8139 for all compilers.
8140 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
8141 when not compiled with gcc, for:
8142 "print signed char == (minus)",
8143 "print signed char != (minus)",
8144 "print signed char < (minus)",
8145 "print signed char > (minus)".
8146 * gdb.base/callfuncs.exp (do_function_calls):
8147 Add mips-sgi-irix* xfail, when compiled with native compiler, for
8148 "call inferior func with struct - returns char *".
8149 * gdb.base/return.exp (return_tests): Change xfail for
8150 "correct value returned double test" to include Solaris 2.4.
8151 * gdb.base/funcargs.exp (float_and_integral_args):
8152 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
8153
8154 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8155
8156 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
8157 enumeration bitfields if compiling with GNU C.
8158 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
8159 to empty' prompt.
8160
8161 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
8162
8163 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
8164 test for PRO targets.
8165
8166 * gdb.base/funcargs.exp: Avoid ever setting more than 8
8167 breakpoints in the inferior at any given time by making
8168 two groups of breakpoints for call2*, call6* and call7*
8169 tests.
8170
8171 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8172
8173 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
8174 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
8175 from optimizing it away.
8176 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
8177 "call inferior func with struct".
8178
8179 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
8180
8181 * configure.in: Only configure gdb.chill for particular targets.
8182
8183 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
8184
8185 * gdb.base/Makefile.in: Add action to .c.o transformation
8186 rule that generates a .ci file for each .o file and remove
8187 explicit .c.o rules except for callfuncs.o.
8188 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
8189 generates a .ci file for each .o file and remove explicit
8190 .cc.o rules.
8191 (clean): Remove *.tmp *.ci files.
8192 (EXECUTABLES): Remove templ-info.exp.
8193 * gdb.base/compiler.c: New file.
8194 * gdb.c++/compiler.cc: New file
8195 * gdb.base/scope.exp: Source gdb.base/scope.ci.
8196 Change rs6000-*-* xfail for
8197 "print 'scope0.c'::filelocal_ro" and
8198 "print 'scope1.c'::filelocal" and
8199 "print 'scope1.c'::filelocal_bss" and
8200 "print 'scope1.c'::filelocal_ro" and
8201 "print 'scope1.c'::foo::funclocal" and
8202 "print 'scope1.c'::foo::funclocal_ro" and
8203 "print 'scope1.c'::bar::funclocal" and
8204 "print 'scope0.c'::filelocal_ro" and
8205 "print 'scope1.c'::filelocal at foo" and
8206 "print 'scope1.c'::filelocal_bss at foo" and
8207 "print 'scope1.c'::filelocal_ro at foo" and
8208 "print 'scope1.c'::foo::funclocal at foo" and
8209 "print 'scope1.c'::foo::funclocal_bss at foo" and
8210 "print 'scope1.c'::foo::funclocal_ro at foo" and
8211 "print 'scope1.c'::bar::funclocal at foo" and
8212 "print 'scope0.c'::filelocal_ro" and
8213 "print 'scope1.c'::filelocal" and
8214 "print 'scope1.c'::filelocal_bss" and
8215 "print 'scope1.c'::filelocal_ro" and
8216 "print 'scope1.c'::foo::funclocal" and
8217 "print 'scope1.c'::foo::funclocal_bss" and
8218 "print 'scope1.c'::foo::funclocal_ro" and
8219 "print 'scope1.c'::bar::funclocal" and
8220 "print 'scope1.c'::bar::funclocal_bss"
8221 to only be xfail'd when not compiled with gcc.
8222 Add rs6000-*-* xfail for
8223 "print 'scope0.c'::filelocal_bss before run"
8224 when compiled with gcc.
8225 (test_at_main): Add rs6000-*-* xfail for
8226 "print filelocal_ro in test_at_main"
8227 when compiled with gcc.
8228 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
8229 Add rs6000-*-aix* xfail for
8230 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
8231 "ptype t_char_array", not compiled with gcc.
8232 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
8233 xfail for "list foo (in include file)" when gcc compiled.
8234 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
8235 (integral_args): Add rs6000-*-* xfail for
8236 "run to call0a" if not compiled with gcc.
8237 (unsigned_integral_args): Add rs6000-*-* xfail for
8238 "run to call1a" if not compiled with gcc.
8239 (float_and_integral_args): Add rs6000-*-* xfail for
8240 "run to call2a" if not compiled with gcc and for
8241 "continue to call2b" for any compiler.
8242 Add rs6000-*-* xfail to
8243 "print f1 after run to call2a" for gcc compiled.
8244 (discard_and_shuffle): Add rs6000-*-* xfail for
8245 "run to call6a".
8246 (shuffle_round_robin): Add rs6000-*-* xfail for
8247 "backtrace from call7a" if not compiled with gcc.
8248 Add rs6000-*-* xfail for
8249 "backtrace from call7b" if compiled with gcc.
8250 (call_after_alloca): Add rs6000-*-* xfail for
8251 "print c in call_after_alloca" and
8252 "print s in call_after_alloca" and
8253 "backtrace from call_after_alloca_subr"
8254 if not compiled with gcc.
8255 (localvars_in_indirect_call): Add rs6000-*-* xfail for
8256 "print c in localvars_in_indirect_call" and
8257 "print c in localvars_in_indirect_call" and
8258 "backtrace in indirectly called function" and
8259 "stepping into indirectly called function"
8260 if not compiled with gcc.
8261 (localvars_after_alloca): Add rs6000-*-* xfail for
8262 "print c after runto localvars_after_alloca" and
8263 "print s after runto localvars_after_alloca" and
8264 "print i after runto localvars_after_alloca" and
8265 "print l after runto localvars_after_alloca"
8266 for all compilers.
8267 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
8268 than whatis-info.exp.
8269 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
8270 than opaque-info.exp.
8271 Setup rs6000-*-* xfail for
8272 "ptype on opaque struct pointer (statically)" and
8273 "ptype on opaque struct pointer (dynamically)" when
8274 not compiled with gcc.
8275 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
8276 rather than callf-info.exp.
8277 (do_function_calls): Add clear_xfail for rs6000-*-* for
8278 "p t_float_values2(3.14159,float_val2)". Seems to work
8279 fine there, both with xlc and gcc. Need to find out what
8280 it is doing right and fix other platforms.
8281 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
8282 "call inferior func with struct - returns int",
8283 "call inferior func with struct - returns long",
8284 "call inferior func with struct - returns float",
8285 "call inferior func with struct - returns double",
8286 "call inferior func with struct - returns char *",
8287 but only if not gcc compiled (presumes xlc compiled).
8288 Change rs6000-*-* xfails for
8289 "call inferior func with struct - returns char" and
8290 " call inferior func with struct - returns short" to only
8291 xfail if not using gcc.
8292 (clean mostlyclean): Remove *.ci and *.tmp files.
8293 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
8294 than templ-info.exp.
8295 * gdb.base/langs.exp: Source gdb.base/langs.ci.
8296 Add rs6000-*-* xfail for "up to foo in langs.exp"
8297 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
8298 when not gcc compiled.
8299
8300 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8301
8302 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
8303 * gdb.base/corefile.exp: Likewise.
8304 * gdb.base/list.exp: Likewise.
8305 * gdb.base/scope.exp: Likewise.
8306 * gdb.base/siganls.exp: Likewise.
8307
8308 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
8309 compiler output.
8310 * gdb.base/whatis.exp: Likewise.
8311
8312 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
8313
8314 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
8315 failure (opcode table has been fixed to match reality).
8316
8317 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
8318
8319 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
8320 "call inferior func with struct - returns char",
8321 "call inferior func with struct - returns short"
8322
8323 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
8324 "print 'scope0.c'::filelocal at main",
8325 "print 'scope0.c'::filelocal_bss in test_at_main",
8326 "print 'scope0.c'::filelocal at foo",
8327 "print 'scope0.c'::filelocal_bss in test_at_foo",
8328 "print 'scope0.c'::filelocal at bar",
8329 "print 'scope0.c'::filelocal_bss in test_at_bar"
8330
8331 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
8332 in source file 1". This bug seems to have been fixed with both
8333 gcc and native cc (was native assembler bug?).
8334
8335 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
8336
8337 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
8338 "backtrace through signal handler" to "i*86-*-sysv4*".
8339 * gdb.base/signals.exp: Add xfail for "'next' behaved as
8340 continue" case. Add "known SVR4 bug" to fail message.
8341 Add "i*86-*-bsdi2.0" xfail for "handle all print".
8342 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
8343 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
8344 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
8345 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
8346 "up to foo in langs.exp", "show language at foo in
8347 langs.exp", "up to cppsub_ in langs.exp", "show
8348 language at cppsub_ in langs.exp", "up to fsub in
8349 langs.exp", and "show language at fsub in langs.exp".
8350 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
8351 "bactrace in corefile.exp".
8352 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
8353 "call inferior function with struct - returns float" and
8354 "call inferior function with struct - returns double".
8355
8356 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
8357
8358 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
8359 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
8360 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
8361 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
8362
8363 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
8364
8365 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
8366 (or overriden) "CHILL" macro rather then bare "gcc".
8367 Also look for ../../gcc/xgcc since that is what we will
8368 actually need, not "Makefile". Remove following assignment
8369 of CHILL to CHILL_FOR_TARGET because that results in
8370 recursive definition.
8371
8372 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
8373
8374 * gdb.base/corefile.exp: Change xfail for backtrace in
8375 corefile.exp from linuxaout to all linux.
8376 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
8377 cases where we miss the breakpoint at the signal handler
8378 for some reason. Setup xfail for linuxoldld/linuxaout and
8379 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
8380 hitting SIGURG breakpoint.
8381 * gdb.base/signals.exp: Setup xfail for "next" acting like
8382 continue to add linuxoldld. Setup xfail for all linux for
8383 "next to handler in signals_tests_1", "backtrace in
8384 signals_tests_1", "continue to func1", "pass SIGUSR1",
8385 and continue to handler".
8386
8387 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8388
8389 * Update all FSF addresses except those in COPYING* files.
8390
8391 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
8392
8393 * gdb.base/a2-run.exp: Change messages to be more explicit about
8394 the status of args, and quote binfile in results.
8395
8396 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
8397
8398 * gdb.base/callfuncs.exp: Add tests for passing structs to
8399 inferior functions and return various types.
8400 * gdb.base/callfuncs.c: Add functions to receive a struct
8401 and return a member of the struct, in various types.
8402
8403 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8404
8405 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
8406
8407 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8408
8409 * config/vxworks29k.exp: New file, sources vxworks.exp.
8410
8411 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8412
8413 * config/gdbremote.exp: New file. Testing framework using
8414 gdbserver.
8415
8416 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
8417
8418 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
8419 "call function when asleep" and "send end of file".
8420 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
8421 for "backtrace in corefile.exp".
8422 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
8423 for "backtrace through signal handler".
8424 * gdb.base/corefile.exp: Make sure we actually generate a core file
8425 before trying the core tests. Some systems allow the user to suppress
8426 generation of core files and default to that (linux for example).
8427 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
8428 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
8429
8430 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8431
8432 * gdb.threads: New directory with some crude multi-threaded
8433 gdb tests (step.exp and step2.exp).
8434 * config/mt-lynx (STEP_EXECUTABLE): Define.
8435 (THREADFLAGS): Define.
8436
8437 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
8438
8439 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
8440
8441 * gdb.base/signals.exp: Disable whole file for lynx until
8442 further notice.
8443
8444 * gdb.base/signals.exp: xfail test where "next" acts like
8445 "continue" for lynx.
8446
8447 * gdb.base/interrupt.exp: xfail test for calling function while
8448 inferior is asleep for lynx.
8449
8450 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
8451 than one cr-lf after each command.
8452
8453 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8454
8455 * configure.in: Reinstate setting of stabsdirs variable, fix
8456 typo in setting up configdirs for native builds.
8457
8458 * gdb.base/return.exp: Fix typo in return double test.
8459 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
8460 compiler from optimizing them away.
8461
8462 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
8463
8464 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
8465 sequences to be echo'd by gdb when using gdb_test.
8466 * gdb.chill/chexp.exp: Likewise.
8467 * gdb.fortran/exprs.exp: Likewise
8468
8469 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8470
8471 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
8472 after the inferior gdb has started.
8473
8474 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
8475 after each command.
8476 * gdb.base/funcargs.exp: Likewise.
8477 * gdb.base/gdbvars.exp: Likewise.
8478 * gdb.base/interrupt.exp: Likewise.
8479 * gdb.base/list.exp: Likewise.
8480 * gdb.base/watchpoint.exp: Likewise.
8481 * gdb.c++/demangle.exp: Likewise.
8482 * gdb.c++/inherit.exp: Likewise.
8483 * gdb.chill/chexp.exp: Likewise.
8484 * gdb.fortran/exprs.exp: Likewise.
8485
8486 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
8487 test if we can't handle IO to/from the inferior.
8488
8489 * gdb.c++/misc.exp: Always check for a program already being
8490 started after sending a "run" command to gdb.
8491
8492 * gdb.base/twice.exp: Start with a fresh gdb.
8493
8494 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
8495 only depend on gdb's expression code, not the chill runtime.
8496
8497 * gdb.base/return.c: Put return values into variables so we
8498 can have gdb print them rather than depending on the program
8499 to print them.
8500 * gdb.base/return.exp: Corresponding changes.
8501
8502 * lib/gdb.exp: Provide default value for noinferiorio.
8503 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
8504 the inferior.
8505
8506 * gdb.base/break.exp: Always check for a program already being
8507 started after sending a "run" command to gdb.
8508 (text_next_with_recursion): Don't check the output from the
8509 program's printf statement. Instead just make sure the program
8510 exited.
8511
8512 * gdb.base/commands.exp: Protect tests which need arguments with
8513 $noargs conditionals.
8514
8515 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8516
8517 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
8518 of structure member arrays to match gdb/valops.c:value_addr change.
8519
8520 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
8521
8522 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
8523 cases.
8524
8525 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
8526
8527 * configure.in (configdirs): Remove gdb.chill from default list
8528 of subdirs and then add it back in only if doing a native build.
8529 The current chill compiler does not yet work in any cross build.
8530 * Revert all signal changes from Jul 6.
8531 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
8532 for sh-hms targets, allowing these tests to link, with no other
8533 changes. Testing is suppressed by setting "nosignals" in site.exp.
8534
8535 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
8536
8537 * configure.in (signaldirs): Define and add to configdirs for all
8538 targets except some specific ones that are known to not support signals.
8539 Also clean up formatting.
8540 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
8541 (signals, sigall): Remove rules to build.
8542 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
8543 Moved to new gdb.signals directory.
8544 * gdb.signals: New test directory.
8545 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
8546 signals.c signals.exp}: New or moved files.
8547
8548 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
8549
8550 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
8551
8552 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
8553
8554 * gdb.base/return.exp: Xfail `return double' test failure
8555 on at least Solaris 2.3 and handle future/past versions on
8556 a case by case basis as appropriate. Also update message
8557 to include i*86 failures.
8558
8559 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8560
8561 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
8562
8563 * lib/gdb.exp: Fix comment which erroneously identified
8564 gdb_file_cmd as gdb_load (the 19 May change was in fact to
8565 gdb_file_cmd not gdb_load).
8566 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
8567
8568 * gdb.base/setvar.exp: Make test names consistent between pass and
8569 fail cases. Use gdb_test more.
8570
8571 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8572
8573 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
8574
8575 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8576
8577 * gdb.base/help.exp: Fix expected help string for `show commands'.
8578
8579 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
8580
8581 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
8582
8583 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
8584 of a text section.
8585
8586 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
8587
8588 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
8589 that loop eventually terminates. Fix Connection refused logic so
8590 that testsuite will expire nicely.
8591
8592 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
8593
8594 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
8595 config/rom68k.exp: New tcl glue for the appropriate monitors.
8596 These all just end up calling monitor.exp.
8597 * config/monitor.exp (gdb_target_monitor): Handle `Connection
8598 refused' by retrying. Cleanup some timeout issues.
8599 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
8600 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
8601 callers don't have to set/restore global timeout variable.
8602
8603 * The following set of changes centralizes management of the global
8604 timeout variable. This way, it can be set in one target dependent
8605 place instead of dozens of places scattered throughout the test suite.
8606 If you need to lengthen a timeout, then you should either set timeout
8607 in one of the config/{target}.exp files, or multiply it by a factor.
8608 Setting it to an absolute value is always going to lose for some
8609 targets.
8610 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
8611 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
8612 * gdb.base/funcargs.exp: Don't set timeout.
8613 * gdb.base/list.exp (test_forward_search): Only use local timeout.
8614 * gdb.base/printcmds.exp (test_print_string_constants
8615 test_print_array_constants): Don't set timeout.
8616 * gdb.base/ptype.exp: Don't set timeout.
8617 * gdb.base/recurse.exp: Don't set timeout.
8618 * gdb.base/return.exp: Don't set timeout.
8619 * gdb.base/watchpoint.exp: Don't set timeout.
8620 * gdb.c++/classes.exp (do_tests): Don't set timeout.
8621 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
8622
8623 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
8624
8625 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
8626
8627 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8628
8629 * lib/gdb.exp: Disable chill tests for irix5.
8630
8631 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8632
8633 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
8634 each test pass or fail.
8635
8636 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8637
8638 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
8639 xlc not gcc.
8640
8641 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
8642
8643 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
8644
8645 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
8646
8647 * config/est.exp: Fix copyright and comments. Remove dead code.
8648 Use targetname, serialport and baud variables instead of fixed
8649 constants.
8650 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
8651 * config/cpu32bug.exp: New file to support cpu32bug monitors.
8652
8653 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8654
8655 * gdb.base/watchpoint.exp: Don't run
8656 test_watchpoint_triggered_in_syscall for sunos.
8657
8658 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8659
8660 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
8661 they don't seem to exist. Do include stdio.h.
8662
8663 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8664
8665 * gdb.base/a1-selftest.exp: Add alpha xfail.
8666
8667 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8668
8669 * gdb.base/watchpoint.c (main): Prompt before calling read().
8670 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
8671 Revise accordingly. Remove cruft about sending "123" several
8672 times, until it gets noticed. Clean up the "print buf[0]" stuff
8673 so that it passes or fails, and waits for prompts in the usual way.
8674
8675 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8676
8677 * gdb.base/recurse.exp: Fix comment.
8678
8679 * TODO: Remove item about printing variables in nodebug.exp. Add
8680 item about enabling tests which are only run on some targets.
8681
8682 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
8683 fail, make test names unique, use new gdb_test convention
8684 regarding pattern, use gdb_test more, etc.).
8685
8686 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
8687 fail, make test names unique, etc.).
8688
8689 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8690
8691 * gdb.base/nodebug.c: Change return type of top and middle to
8692 short.
8693 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
8694 are fixed by the recent mdebugread.c changes. Allow `short ()'
8695 as type for top and middle.
8696
8697 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8698
8699 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
8700 nearly as I can tell, the whole thing was an accident in Stu's
8701 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
8702 to replace a send/expect pair with gdb_test, but ended up only
8703 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
8704 of 30 Mar 1995 took care of it, but left this vestigial comment
8705 which I am now nuking.
8706
8707 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8708
8709 * gdb.base/break.exp: Look for different line number for
8710 breakpoint at main depending on usestubs.
8711
8712 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8713
8714 * gdb.base/list.exp: Adjust some alternate expect patterns to
8715 match recent list0.c change. Add alternate expect pattern for
8716 output from `list default lines around main' for optimizing
8717 compilers.
8718
8719 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8720
8721 * lib/gdb.exp: If nosignals is not set, set it to 0.
8722
8723 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
8724
8725 * config/slite-gdb.exp: Responds to load symbol table prompt.
8726 * gdb.base/break.exp: Adjust line number, fix rerun.
8727 * gdb.base/langs0.c: Add #ifdef usestubs.
8728
8729 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
8730
8731 * gdb.base/list.exp: Adjust line contents after adding new lines in
8732 list0.c. Also fix a syntax error.
8733
8734 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
8735 * gdb.base/break.exp: ditto.
8736 * gdb.base/list.exp: ditto.
8737 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
8738 * gdb.base/run.c: ditto.
8739 * gdb.base/list0.c: ditto.
8740 * gdb.base/funcargs.c: ditto.
8741
8742 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
8743
8744 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
8745 $targetname, $serialport and $baud instead of hardwired variables.
8746 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
8747 target doesn't support signals.
8748
8749 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
8750
8751 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
8752
8753 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8754
8755 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
8756 Don't rely on the value of an auto variable before it has been
8757 initialized. Use gdb_test more.
8758
8759 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8760
8761 * lib/gdb.exp (default_gdb_version): A version number must start
8762 with a digit, but other than that contains all characters up to
8763 the first whitespace character.
8764
8765 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8766
8767 * gdb.base/commands.exp (breakpoint_command_test): New tests.
8768
8769 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8770
8771 * gdb.c++/*.exp: Warn if executable does not exist. The original
8772 reason for skipping the warning was that configure.in sometimes
8773 intentionally skipped building the executables but the tcl code
8774 had no way of knowing. That (a) was always bogus with respect to
8775 error handling, (b) is no longer true (right now there is no way
8776 to skip C++ tests).
8777
8778 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
8779
8780 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8781
8782 * gdb.base/list.exp: Add expect patterns for output from
8783 SunPRO compiled executables.
8784 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
8785 types.
8786
8787 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8788
8789 * gdb.base/break.exp (test_next_with_recursion): Accept any line
8790 number (we are already testing that the correct source line text
8791 gets printed).
8792
8793 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
8794 that is what is intended, but something needed to be done to get
8795 sunos4 native working again.
8796
8797 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
8798
8799 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
8800 apparently went with a (very) old xfail.
8801
8802 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
8803
8804 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
8805 runto_main is a proc in gdb.exp that will do 'step' for target use
8806 stubs.
8807 * gdb.base/exprs.exp: ditto.
8808 * gdb.base/interrupt.exp: ditto.
8809 * gdb.base/opaque.exp: ditto.
8810 * gdb.base/printcmds.exp: ditto.
8811 * gdb.base/ptype.exp: ditto.
8812 * gdb.base/scope.exp: ditto.
8813 * gdb.base/setvar.exp: ditto.
8814 * gdb.base/signals.exp: ditto.
8815 * gdb.base/twice.exp: ditto.
8816 * gdb.c++/classes.exp: ditto.
8817 * gdb.c++/inherit.exp: ditto.
8818 * gdb.c++/templates.exp: ditto.
8819 * gdb.base/break.exp: no run and hit main for stubs. Change line
8820 numbers for breakpoints and info breakpoint.
8821 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
8822 breakpoint().
8823 * gdb.base/callfuncs.c: ditto.
8824 * gdb.base/exprs: ditto.
8825 * gdb.base/interrupt.c: ditto.
8826 * gdb.base/opaque0.c: ditto.
8827 * gdb.base/printcmds.c: ditto.
8828 * gdb.base/ptype.c: ditto.
8829 * gdb.base/scope0.c: ditto.
8830 * gdb.base/setvar.c: ditto.
8831 * gdb.base/signals.c: ditto.
8832 * gdb.base/twice.c: ditto.
8833 * gdb.c++/misc.cc: ditto.
8834 * gdb.c++/templates.cc: ditto.
8835
8836 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8837
8838 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
8839
8840 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
8841 somewhere between `read' and `main.c'. I'm pretty sure the
8842 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
8843 and it isn't particularly useful.
8844
8845 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
8846
8847 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8848
8849 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
8850
8851 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
8852
8853 * config/mt-slite: add LIBS and -nostdlib.
8854 * config/slite-gdb.exp: add this new file to support sparclite target.
8855
8856 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
8857
8858 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
8859
8860 * gdb.base/a2-run.exp: Change argument to istarget from
8861 "*-*-vxworks" to "*-*-vxworks*".
8862 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
8863
8864 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
8865
8866 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
8867 will not runto main but do a 'step' to step out of breakpoint().
8868 * config/mt-slite: add -Dusestubs.
8869
8870 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8871
8872 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
8873 instead of just @.
8874
8875 * gdb.base/signals.exp: Add test for "handle all print".
8876 * TODO: Remove "handle all print". Also remove item about
8877 checking copyright date (I don't like the idea of a spurious FAIL
8878 based on when we run the tests).
8879
8880 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
8881 for SunOS4 (reason for failure not investigated). Remove
8882 redundant test for $binfile.
8883
8884 * gdb.base/nodebug.c (array_index): Call malloc.
8885
8886 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
8887
8888 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
8889
8890 * gdb.base/recurse.exp: Update gdb_test invocation to use new
8891 conventions and slightly simplify the matching regexp.
8892
8893 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8894
8895 * gdb.base/break.exp: Update gdb_test invocation to use new
8896 convention.
8897
8898 * lib/gdb.exp: If noargs is not set, set it to 0.
8899
8900 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
8901 tests unique.
8902
8903 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
8904
8905 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8906
8907 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
8908 one argument of type "<non-float parameter>".
8909
8910 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
8911
8912 * config/rom68k.exp: New file to support Motorola IDP board.
8913 * gdb.base/a2-run.exp: Skip this file if noargs is set.
8914 * gdb.base/break.c: Change things around so that this program
8915 doesn't depend upon args. This is necessary to make remote
8916 targets work (in general, they can't take args).
8917 * gdb.base/break.exp: Don't try to send args to program. Don't
8918 expect output. Also, replace lots of code with gdb_test.
8919
8920 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8921
8922 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
8923 printing of '\'' (which is what the comment says we are testing,
8924 even though we were not), not '''.
8925 (test_integer_literals_rejected): Test that printing ''' is an error.
8926
8927 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
8928 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
8929 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
8930 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
8931 Use gdb_test not test_print_accept.
8932 * lib/gdb.exp: Remove test_print_accept.
8933
8934 * gdb.base/signals.exp (signal_tests_1): Make pass message
8935 consistent with fail message.
8936
8937 * gdb.base/whatis.exp: Remove xfails for printing char vs.
8938 unsigned char; the bug (PR 1821) is fixed.
8939
8940 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
8941
8942 * gdb.base/scope.exp (test_at_localscopes): Call pass for
8943 successful tests--makes xfailing them work right.
8944
8945 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8946
8947 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
8948 only \r\n, not .*. The test can pass .* as the last thing in
8949 $pattern if that is what it wants. In addition to providing this
8950 flexibility, this change should speed up pattern matching in cases
8951 where the pattern already ended with .* (there were a number of
8952 them). This change also helps catch bad patterns--in the old
8953 scheme the typo "char \*" instead of "char \\*" would pass. Now
8954 it is caught.
8955 * Many .exp files: Update callers.
8956
8957 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
8958 clearer and does not spuriously match multiple ('s. Likewise for
8959 ) and *.
8960
8961 * gdb.base/nodebug.exp: Test ability to call a function and pass
8962 it a string (even with no debugging info).
8963
8964 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
8965 "p '\'", which is the same as "p ''" once tcl gets done with
8966 quoting, to "p '\\'", which I suspect is what is intended (one
8967 backslash gets sent to GDB).
8968
8969 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
8970
8971 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8972
8973 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
8974 1817) was fixed literally years ago.
8975
8976 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8977
8978 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
8979 test, it causes stepping out of call_after_alloca_subr with
8980 optimizing compilers.
8981 (localvars_in_indirect_call): Consume GDB prompt if `finish'
8982 fails.
8983
8984 * gdb.c++/templates.exp: Source templ-info.exp only if
8985 the templates executable exists.
8986
8987 * gdb.c++/misc.cc (class Contains_static_instance,
8988 class Contains_nested_static_instance),
8989 gdb.c++/classes.exp (test_static_members): Test printing of
8990 a class that contains a static instance of the class.
8991
8992 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8993
8994 * gdb.base/langs2.c (cppsub_): Don't prototype.
8995 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
8996 only, I believe).
8997
8998 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8999
9000 * lib/gdb.exp (skip_chill_tests): New procedure.
9001
9002 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
9003
9004 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
9005
9006 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
9007 each expect pattern. Cuts runtime from 12 to about 4 seconds.
9008
9009 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9010
9011 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
9012
9013 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
9014 disassemble 8, not 16, instructions for part 4.
9015
9016 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
9017 support the latter anymore.
9018
9019 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
9020 -DNO_PROTOTYPES.
9021 * gdb.base/callfuncs.c: Control use of prototypes based on
9022 NO_PROTOTYPES, not __STDC__.
9023 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
9024 t_float_values2 tests if prototypes in use.
9025
9026 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
9027 t_double_values): When checking differences against DELTA, check
9028 that difference is within the range (-DELTA,DELTA), not just
9029 (-infinity,DELTA).
9030
9031 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
9032
9033 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
9034 'file' command firts, then 'target', then 'load', this is due to gdb
9035 target set up.
9036 * config/mips-gdb.exp: Fix a couple regular exp bugs.
9037
9038 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
9039
9040 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
9041 FP load/store variants.
9042 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
9043
9044 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
9045
9046 * gdb.base/term.exp: Do not give a warning if not native, it is
9047 not an abnormal condition.
9048
9049 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
9050
9051 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
9052 t_char_array".
9053
9054 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
9055
9056 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
9057 are getting the version number.
9058
9059 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
9060 if not native, it is not an abnormal condition.
9061
9062 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9063
9064 * lib/gdb.exp: Just use "file exists", rather than undocumented
9065 dejagnu procedure "findfile".
9066
9067 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9068
9069 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
9070 (LDFLAGS): Set to -Xlinker -Ur.
9071
9072 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
9073 Removed, these values are set by lib/gdb.exp.
9074
9075 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
9076
9077 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9078
9079 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
9080 of replicating gdb startup code.
9081
9082 * config/mt-vxworks (LDFLAGS): Set to -r.
9083 (CFLAGS_FOR_TARGET): Removed.
9084
9085 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
9086 (gdb) and gdb for vxworks uses (vxgdb).
9087
9088 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
9089 executable is not in the tree and host != target, use sed and
9090 program_transform_name to determine the gdb name used by the
9091 target.
9092
9093 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
9094 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
9095
9096 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9097
9098 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
9099 floats, chars, and shorts where there are ANSI-style function
9100 definitions.
9101
9102 * gdb.base/langs.exp, gdb.base/langs*: New test.
9103 * gdb.base/Makefile.in: Build it.
9104 * TODO: Remove item about checking that C names don't get C++
9105 demangling applied; this test tests it.
9106
9107 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9108
9109 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
9110 went with the const70 xfail. The xfail went away a year ago.
9111
9112 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
9113
9114 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
9115 for hp300.
9116
9117 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
9118
9119 * gdb.base/a1-selftest.exp: Don't run on hp300.
9120
9121 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9122
9123 * Makefile.in (site.exp): Set host_alias and target_alias as well
9124 as host_triplet and target_triplet.
9125
9126 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9127
9128 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
9129
9130 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
9131 places as other ecoff systems).
9132
9133 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
9134 ultrix.
9135
9136 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9137
9138 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
9139 remove them.
9140 * gdb.base/nodebug.exp: Accept "function" in addition to "text
9141 variable and "variable" in addition to "data variable".
9142 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
9143
9144 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
9145 2.
9146 * gdb.base/list1.c (long_line): Add additional statement at start
9147 of function.
9148 * gdb.base/list.exp (test_forward_search): Update line number to
9149 reflect new statement.
9150
9151 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9152
9153 * gdb.base/signals.exp: Reinitialize searched source directories
9154 after gdb_start call.
9155
9156 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
9157
9158 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
9159 * gdb.stabs/Makefile.in: Likewise.
9160
9161 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
9162 change. Instead split the tests into smaller pieces.
9163 * gdb.disasm/hppa.s: Corresponding changes.
9164
9165 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9166
9167 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
9168 Quote ^C when passing it to stty. For some shells ^ is a pipe.
9169
9170 * gdb.base/funcargs.exp: Modify many tests so that every test
9171 either passes or fails. Make some test names unique.
9172
9173 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9174
9175 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
9176 Call stty to set interrupt character.
9177
9178 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
9179 for HP assembler versus GNU assembler based on actual behavior of
9180 $(CC), rather than assuming that $(AS) is always the GNU assembler.
9181
9182 * TODO: Suggest a few more stepping tests.
9183
9184 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
9185
9186 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
9187 restart GDB for h8300 after a continue.
9188 (return): Add pattern to match a29k-udi behavior.
9189 * gdb.base/nodebug.exp: Remove obsolete comment.
9190 * gdb.base/regs.exp: New file, testing of register displays.
9191 * gdb.base/return.exp: Fix typo in reference to $objdir.
9192 * gdb.base/whatis.exp: Always start with a fresh GDB.
9193
9194 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9195
9196 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
9197 higher, these tests generate a lot of output.
9198
9199 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9200
9201 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
9202 code following the catch silently ignored some errors; without the
9203 catch they should be thrown like any other tcl error. Also, the
9204 catch used "" instead of {} which meant all the callers who wanted
9205 to include one of the characters "[]$ had to quote it an extra time.
9206 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
9207 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
9208 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
9209 Remove extra quoting.
9210
9211 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
9212
9213 * gdb.base/commands.exp: Make test names unique; every test either
9214 passes or fails. Update some comments.
9215
9216 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
9217
9218 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9219
9220 The following fixes a FAIL caused by the fact that the alpha stabs
9221 configuration didn't use the ".if alpha" code in weird.def.
9222 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
9223 bit pointer, so the 32 bit version works even on the alpha.
9224 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
9225 Remove the stuff which allowed us to have separate versions for
9226 alpha and everything else.
9227
9228 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
9229 regexp which "info func operator\[\](" is supposed to match. Fix
9230 string to send to GDB. Note that GDB still doesn't work right. Add a
9231 new test for "info func .perator\[\](" which GDB does handle correctly.
9232
9233 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
9234
9235 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9236
9237 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
9238 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
9239 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
9240 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
9241 it makes the tests harder to understand and confuses test-o-matic.
9242 The preferred style is that each test provides a PASS or a FAIL,
9243 and has a unique message (e.g. "continue #54" not just "continue")
9244 which is the same for the pass and the fail.
9245 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
9246 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
9247 to lib/gdb.exp.
9248 * gdb.base/printcmds.exp: Use test_print_accept. Remove
9249 prt_accept which was basically the same thing. Likewise for
9250 test_print_reject and prt_reject.
9251 * lib/gdb.exp (test_print_reject): Add some more error message
9252 patterns to match from the former printcmds.exp (prt_reject).
9253 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
9254 One defect of the passcount stuff is that some of it failed to
9255 report XPASS where appropriate.
9256 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
9257 stuff before and after arg in expected pattern.
9258 (test_paddr_operator_functions): Re-do test without print_addr_of;
9259 this is the only test which seems to want extra stuff there.
9260
9261 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9262
9263 * gdb.base/nodebug.exp: Update new tests to reflect improved
9264 wording of gdb output.
9265
9266 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
9267 and "ptype" work on variables in files compiled without -g.
9268 Replaces commented out "maint print msymbol" tests.
9269
9270 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9271
9272 * gdb.base/setvar.c (dummy): Call malloc.
9273
9274 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
9275 losing with the irix4 sed.
9276
9277 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
9278 ALRM" on irix4.
9279
9280 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9281
9282 * TODO: Remove items about corefile.exp testing new exec-file and
9283 backtrace; both are now done. Add items about printing enums.
9284
9285 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9286
9287 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
9288 "get signal $thissig" test fails.
9289
9290 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
9291
9292 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9293
9294 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
9295 compiler warning with dec alpha compiler.
9296
9297 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
9298 extra \n from gdb_test call (this explains why the prompt test
9299 that I removed yesterday was there).
9300 (user_defined_command_test): Remove extra \n and prompt test.
9301
9302 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
9303 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
9304 doesn't exist.
9305 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
9306 Also remove alpha workaround, which turns out to be because
9307 SIGABRT == SIGLOST.
9308
9309 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
9310
9311 * gdb.base/help.exp: Don't test "help show".
9312
9313 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9314
9315 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
9316 "set print address" is on.
9317 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
9318 pass prompt to gdb_test; gdb_test already looks for the prompt.
9319
9320 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
9321
9322 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
9323 was a vestige of the manual TESTSTRATEGY, and the purpose of it
9324 was to make sure that gdb can read a core file. But (a) the "read
9325 the corefile" part didn't make it to a1-selftest.exp, we just
9326 delete the corefile after creating it, and (b) we test reading
9327 corefiles in corefile.exp anyway. Also, this test left around a
9328 xgdb process on Solaris.
9329
9330 * gdb.base/corefile.exp: Also test backtrace.
9331
9332 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
9333
9334 * gdb.base/commands.exp: Test a simple user defined command with
9335 arguments and if/while statements; verify the full user command is
9336 printed by "show user".
9337
9338 * gdb.base/commands.exp: Test if/while commands as part of a
9339 breakpoint command list; verify they appear in breakpoint
9340 information.
9341
9342 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9343
9344 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
9345 than by dividing by zero.
9346
9347 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
9348
9349 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
9350 performing an inferior call with watchpoints enabled.
9351 * gdb.base/watchpoint.c (main): Delete second unnecessary read
9352 call.
9353
9354 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9355
9356 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
9357 of "file" command.
9358
9359 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
9360 Add additional pattern for when "int operator int(void);" appears
9361 in a different order.
9362
9363 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9364
9365 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
9366
9367 * gdb.base/help.exp: Replace most of docstrings for "info signals"
9368 and "signal" with ".*".
9369
9370 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9371
9372 * TODO: Add note about "handle all nostop".
9373
9374 * gdb.base/{sigall.c, sigall.exp}: New test.
9375 * gdb.base/Makefile.in: Add it.
9376
9377 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9378
9379 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
9380 when invoking GDB, suppresses any windowing interface.
9381
9382 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
9383
9384 * config/sim-gdb: New file, simulator testing support.
9385
9386 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
9387
9388 * gdb.base/interrupt.exp: Test calling func1 twice.
9389
9390 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
9391
9392 * gdb.base/list.exp (test_forward_search): Set timeout higher
9393 when we'll be getting lots of output from gdb.
9394
9395 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
9396 "init_malloc" to after the expect statement. Run it if that
9397 regexp is taken, but also for two others which happen if source
9398 cannot be found.
9399
9400 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9401
9402 * gdb.base/printcmds.exp: New test, for printing register before
9403 program is running.
9404
9405 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9406
9407 * gdb.base/list.exp: Correct some alternate expect patterns
9408 to reflect changes in list1.c.
9409
9410 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9411
9412 * TODO: Add item regarding large frames.
9413
9414 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
9415
9416 * TODO: Remove item about enabling return.exp; it
9417 is enabled. Suggest a few more "return" tests.
9418
9419 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9420
9421 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
9422 anonymous unions.
9423
9424 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9425
9426 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
9427 and pr-5646.o, so "make" is the same as "make all", not "make
9428 pr-4975.o".
9429
9430 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
9431
9432 * gdb.base/list.exp: Adjust expectations to reflect changes in
9433 list1.c.
9434 (test_forward_search): New test proc.
9435 * gdb.base/list1.c (long_line): New function, has long source line.
9436
9437 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
9438
9439 * gdb.base/a1-selftest.exp: Change initial stepping to know about
9440 additional line of code that was added.
9441
9442 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
9443
9444 * gdb.disasm/hppa.s: Break the large branching tests into smaller
9445 tests so as not to overflow expect's input buffers.
9446 * gdb.disasm/hppa.exp: Corresponding changes.
9447
9448 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9449
9450 Beginnings of template debugging tests.
9451 * gdb.c++/templ-info.cc: New file to test for template
9452 debugging capability of the compiler.
9453 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
9454 templ-info.cc.
9455 * gdb.c++/templates.cc: Add explicit template instantiations
9456 to enable compiling with -fno-implicit-templates. Add destructor
9457 and 'value' method to T5 class for template tests.
9458 * gdb.c++/templates.exp: Add testcases for printing of template
9459 types, setting breakpoints on template methods and calling a
9460 template method.
9461
9462 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
9463
9464 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
9465 branch target since some assemblers (gas-2.5) may emit a
9466 relocation for the branch instead of resolving it in the
9467 assembler.
9468
9469 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9470
9471 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
9472 through signal handler.
9473
9474 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9475
9476 * configure.in (*-*-netware): Use config/mt-netware.
9477
9478 * config/mt-netware: New file.
9479 * config/mt-i386-netware: Removed, separate configs for different
9480 netware architectures are no longer needed now that we have
9481 --with-headers.
9482
9483 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9484
9485 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
9486 by the recent changes to use ANSI C arithmetic conversions.
9487
9488 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9489
9490 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
9491 bug involving using inferior_pid to figure out whether to select a
9492 frame.
9493
9494 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
9495
9496 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
9497 match the current disassembler output.
9498
9499 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
9500
9501 * gdb.fortran/exprs.exp: Expect VOID instead of void.
9502 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
9503 types, expect "int" as type of integer values (for now).
9504
9505 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
9506
9507 * gdb.base/commands.exp: New tests for if/while commands.
9508
9509 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
9510
9511 * lib/gdb.exp (runto): Replace sub-pattern for hex value
9512 by .*, since hex values have different syntax in Chill mode.
9513
9514 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9515
9516 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
9517 linefeed from expect pattern for repeated types with indices > 9.
9518
9519 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
9520
9521 First part of Fortran test suite.
9522 * gdb.fortran: New directory.
9523 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
9524
9525 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9526
9527 * gdb.base/default.exp: Update expect pattern for load command
9528 without arguments.
9529
9530 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9531
9532 * configure.in: Change i386 to i[345]86.
9533 * gdb.base/configure.in: Likewise.
9534 * gdb.c++/configure.in: Likewise.
9535 * gdb.chill/configure.in: Likewise.
9536
9537 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
9538
9539 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
9540 patterns, since that is not a valid context for comments.
9541
9542 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
9543
9544 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
9545 repeated types and repeated types with indices > 9.
9546
9547 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9548
9549 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
9550 2417; old bug has been fixed.
9551
9552 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
9553
9554 * gdb.base/interrupt.exp: When trying to wake up the inferior,
9555 send the newline ourselves instead of assuming gdb_test will do
9556 so when passed an empty input string.
9557
9558 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
9559 stabs testcode.
9560
9561 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9562
9563 * lib/gdb.exp (gdb_test): Don't send anything if the first
9564 argument is an empty string. This makes cases where we want to
9565 match output that is already in expect's buffers (for example,
9566 matching a breakpoint after gdb_run_cmd has been called) work
9567 reliably.
9568
9569 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9570
9571 * config/netware.exp: New file.
9572
9573 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9574
9575 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
9576 the -B and -L prefixes so we can find the debugging stub.
9577
9578 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
9579 there and we are using the gcc from the tree.
9580
9581 * gdb.base/types.c: Removed.
9582
9583 * gdb.base/configure.in: Look for makefile fragments in ../config.
9584 Recognize i386-*-netware.
9585 * gdb.c++/configure.in: Likewise.
9586
9587 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9588
9589 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
9590 the correct TCL syntax.
9591
9592 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9593
9594 * gdb.base/opaque.exp: use runto instead of messing around with
9595 breakpoints. Simplify by using gdb_test.
9596
9597 * gdb.base/bitfields.exp: restart between tests on netware targets
9598 because breakpoints aren't relocated after target death. Run
9599 processes to completion.
9600
9601 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
9602
9603 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
9604
9605 * Makefile.in: Remove extra tabs that confuse some versions
9606 of "make". Use the newly built gdb to test with by default,
9607 rather than the first one in the tester's search path.
9608
9609 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
9610
9611 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
9612
9613 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
9614 condition help.
9615
9616 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9617
9618 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
9619
9620 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
9621 running.
9622 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
9623 * gdb.base/funcargs.exp: Likewise.
9624
9625 * gdb.base/bitfields.exp: Simplify by using gdb_test.
9626 * gdb.base/funcargs.exp: Likewise.
9627
9628 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
9629 message is "".
9630
9631 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9632
9633 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
9634 return,signals,twice}.exp: Handle non-existant binaries
9635 consistantly.
9636
9637 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
9638 * gdb.base/Makefile.in: Don't try to generate a core dump, we
9639 might testing a cross development system.
9640
9641 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9642
9643 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
9644 runtest script is relative to ${srcdir}, not ${rootdir}.
9645
9646 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
9647
9648 * gdb.base/signals.exp: Allow for optionality of breakpoint
9649 address.
9650
9651 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9652
9653 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
9654
9655 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9656
9657 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
9658 for size_t definition.
9659 * gdb.c++/templates.cc: Likewise
9660
9661 * config/mt-i386-netware: New file.
9662
9663 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
9664 defined.
9665
9666 * gdb.base/Makefile.in: Added support for systems that name core
9667 files by appending "core" to the program name.
9668 * gdb.base/a1-selftest.exp: Likewise.
9669
9670 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9671
9672 * gdb.base/return.exp: Add comment and message for `return double'
9673 test failure on Sparc Solaris.
9674
9675 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
9676
9677 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
9678
9679 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9680
9681 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
9682 from optimizing them away.
9683 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
9684 patterns to include default constructors and assignment operators,
9685 to match gcc versions beyond 2.5.8. Accept any cplus demangling
9686 character in the output of the virtual base pointer.
9687
9688 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9689
9690 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
9691 expression match in print_addr_of to avoid unintented matches.
9692 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
9693 versions up to 2.5.8.
9694
9695 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9696
9697 * gdb.base/list.exp: Tweak alternate pattern for listing of an
9698 included file to run under newer versions of expect.
9699 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
9700 consecutive >'s in templates to accomodate recent cplus-dem.c change.
9701 Remove xfail for the virtual table of BDDHookV.
9702
9703 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
9704
9705 * lib/gdb.exp (string_to_regexp): Set a default result.
9706 (default_gdb_start): Fix misleading message.
9707
9708 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
9709
9710 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
9711 Remove all CC, etc definitions.
9712 * config/mt-hpux: New file.
9713 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
9714 (CFLAGS, LDFLAGS): Define.
9715 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
9716
9717 * Makefile.in (site.exp): Don't insert host_os, etc.
9718 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
9719 (distclean): Check existence of subdir.
9720 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
9721 * gdb.base/Makefile.in: General cleanup and simplification.
9722 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
9723 to build executables. Use default rule to build .o files.
9724 (EXPECT, RUNTEST, CC): Fix relative pathname.
9725 (site.exp): Don't insert host_os, etc.
9726 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
9727 and/or SIGUSR1 defined.
9728 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
9729 * gdb.c++/Makefile.in: General cleanup and simplification.
9730 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
9731 (CFLAGS): Remove.
9732 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
9733
9734 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
9735
9736 * gdb.base/recurse.exp: Misc changes to get tests running again
9737 after Kung's changes to the watchpoint code.
9738 * gdb.base/watchpoint.exp: Likewise.
9739
9740 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
9741
9742 * lib/gdb.exp (string_to_regexp): Convert {\} also.
9743
9744 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9745
9746 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
9747 * lib/gdb.exp (default_gdb_start): Define.
9748 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
9749 gdb.base/funcargs.exp, gdb.base/opaque.exp,
9750 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
9751 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
9752 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
9753 Don't call gdb_target_udi in between tests.
9754
9755 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9756
9757 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
9758 (which was basically just a local version of the same thing). In
9759 addition to avoiding duplication, gdb_test_exact is faster.
9760 * lib/gdb.exp (gdb_test_exact): Fix typo.
9761
9762 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
9763 don't give an error.
9764
9765 * gdb.base/term.exp: Call delete_breakpoints before starting.
9766
9767 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
9768 (t10): Add comment.
9769
9770 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
9771
9772 Reorganization of the GDB Test Suite.
9773
9774 * gdb.base: New directory, contains all the basic tests.
9775 * gdb.c++: New directory, tests specific to C++.
9776 * gdb.chill: New directory, tests specific to Chill.
9777 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
9778 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
9779 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
9780 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
9781 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
9782 t30-31 to chill).
9783 * */gdbme.*: Rename to match appropriate expect scripts.
9784 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
9785 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
9786 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
9787 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
9788 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
9789 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
9790 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
9791 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
9792 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
9793 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
9794 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
9795 gdb.c++/virtfunc.cc: New names of C++ files.
9796 * gdb.chill/chillvars.ch: New name of Chill file.
9797 * gdb.base/configure.in, gdb.c++/configure.in,
9798 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
9799 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
9800 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
9801 * configure.in (configdirs): Update to reflect directory changes.
9802 (target_abbrev): No longer define for any configuration.
9803 * Makefile.in: Cosmetic improvements to header comments.
9804
9805 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
9806
9807 Various changes to gdb.t31:
9808
9809 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
9810 * gdbme.ch: Make all key-words and predefineds be upper-case.
9811 * chillvars.exp: Expect key-words and predefinds in upper-case.
9812
9813 * chillvars.exp: Use gdb_test_exact many places.
9814 Change expected output for arrays (which now includes index labels).
9815
9816 * pr-5020.exp, gdme.ch (module PR_5020):
9817 New test, for PR-5020.
9818
9819 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
9820
9821 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
9822 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
9823
9824 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
9825
9826 * Makefile.in: Fix bit-rot in definitions of CHILL,
9827 CHILL_FOR_TARGET and Chill_LIB.
9828 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
9829 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
9830 CHILL, and CHILL_LIB.
9831
9832 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
9833
9834 * Revert the previous changes. Please see Rob's directory
9835 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
9836
9837 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
9838
9839 * Makefile.in, configure.in, config/mips-gdb.exp,
9840 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
9841 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
9842 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
9843 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
9844 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
9845 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
9846 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
9847 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
9848 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
9849 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
9850 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
9851 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
9852 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
9853 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
9854 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
9855 changes from 94Q1.
9856
9857 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
9858
9859 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
9860 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
9861 Rob's new testing fragments.
9862
9863 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
9864
9865 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
9866 lib/gdb.exp: Replace error proc calls with perror.
9867
9868 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
9869
9870 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
9871 version also, match on casted version strings, and match on
9872 gdb startup case where the line numbers might be messed up.
9873
9874 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
9875
9876 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
9877 (CFLAGS): Delete it from here.
9878
9879 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
9880
9881 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
9882
9883 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
9884
9885 * Makefile.in (RUNTEST): Default to just "runtest".
9886
9887 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9888
9889 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
9890 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
9891 the code has been restructured.
9892
9893 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9894
9895 * gdb.t00/default.exp (set write): Allow any number of \r and/or
9896 \n, not just one of each.
9897
9898 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
9899 /bin/cc gives a warning if you do.
9900
9901 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
9902
9903 * gdb.t24/demangle.exp: change expect pattern of
9904 __t10ListS_link1ZUiRCUiPT0
9905
9906 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9907
9908 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
9909 on local variables in recursive functions.
9910
9911 * gdb.t07/Makefile.in: Build the new test.
9912
9913 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9914
9915 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
9916 directly. Instead compare the return values from actual calls.
9917
9918 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
9919
9920 * Makefile.in (check): Set TCL_LIBRARY for runtest.
9921
9922 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9923
9924 * From Peter Schauer with minor modifications.
9925 * gdb.t15/return.exp (return_tests): Handle targets where "return"
9926 stops in mid-line in the caller. Add xfail for returning a float
9927 value on X86 targets.
9928
9929 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9930
9931 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
9932 to avoid expect lossage.
9933 (fmem_LRbug_tests): Likewise.
9934 * gdb.disasm/hppa.s: Corresponding changes.
9935
9936 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
9937 conditions to work with latest dejagnu/expect.
9938
9939 * gdb.t15/funcargs.exp (finish from indirect call): No longer
9940 expected to fail on the PA.
9941 (backtrace in call with trampolines): Explicitly require main
9942 to be frame #1 (no trampolines should show up in backtrace).
9943
9944 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
9945 "continue -expect".
9946 * gdb.t06/break.exp: Likewise.
9947 * gdb.t07/watchpoint.exp: Likewise.
9948 * gdb.t13/bitfields.exp: Likewise.
9949 * gdb.t15/{funcargs,return}.exp: Likewise.
9950 * gdb.stabs/weird.exp: Likewise.
9951 * config/{mips,udi}-gdb.exp: Likewise.
9952
9953 * hppa.sed: Enclose comments within a sed command to avoid
9954 losing with the old OSF1 sed.
9955
9956 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9957
9958 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
9959 sequent dynix.
9960 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
9961 * gdb.t15/funcargs.exp: Conditionally step again to really
9962 finish from marker_call_with_trampolines. Handle the case where
9963 the first step from within call_with_trampolines already steps
9964 us back to main.
9965 * gdb.t15/gdbme.c: Add comment to closing brace of
9966 call_with_trampolines for funcargs.exp.
9967
9968 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9969
9970 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
9971 Fix typo(s).
9972
9973 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9974
9975 * gdb.t07/gdbme.c: More code for watchpoint testing.
9976
9977 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
9978 "Hardware watchpoint" throughout file.
9979 (test_watchpoint_triggered_in_syscall): New test.
9980 (test_complex_watchpoint): New test.
9981
9982 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9983
9984 * gdbme.c (call_with_trampolines): New function to try and step
9985 into. Tests trampoline problems on the PA.
9986
9987 * funcargs.exp (localvars_in_indirect_call): No longer expect
9988 stepping into indirect call to fail on PAs.
9989 (test_stepping_over_trampolines): New test.
9990
9991 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9992
9993 * TODO: Add suggestions for static member function tests, and
9994 completion tests.
9995
9996 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9997
9998 * TODO: Add suggestions for "p/a" tests.
9999
10000 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
10001 (default_gdb_exit): Replace all the hair with sending "quit" to
10002 the process with a simple close.
10003
10004 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10005
10006 * TODO: Add suggestions for shared library tests.
10007
10008 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10009
10010 * TODO: Add suggestions for x/s tests.
10011
10012 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10013
10014 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
10015 "enable once", and "enable breakpoints once" with ".*".
10016
10017 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10018
10019 * TODO: Add suggestions about structure passing tests.
10020
10021 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10022
10023 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
10024 the primary1 test, use work around if __GNUC__ < 2.
10025 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
10026 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
10027 Test for bad output rather than waiting for timeout. Issue
10028 second continue only if first continue failed.
10029
10030 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10031
10032 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
10033 operator[] test with gdb_test because the old code didn't seem to
10034 be getting the quoting right with the new dejagnu.
10035
10036 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
10037
10038 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
10039 one from the path.
10040 * Makefile.in: Use a fresh expect if there is one, use runtest
10041 from the src tree if there is one.
10042
10043 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10044
10045 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
10046 next over recursive call. Revise the tests from that point on
10047 (which had been skipped) to match GDB's actual (correct) output.
10048
10049 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
10050 with next over a breakpoint whose condition is false.
10051
10052 * gdb.t00/help.exp: Comment out "help set print" tests just like
10053 (and for same reason as) "help set" test.
10054
10055 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10056
10057 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
10058 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
10059
10060 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10061
10062 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
10063 necessary gdb_target_udi.
10064
10065 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
10066
10067 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
10068 1838 and 2417; they are fixed.
10069
10070 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
10071 gdb.t03/ptype.exp (ptype structure, ptype union):
10072 Remove xfails; the test is looser than when the xfails were added.
10073
10074 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
10075 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
10076
10077 * gdb.t01/run.exp: Only run shell test if isnative.
10078
10079 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
10080 since "run" automatically loads if necessary. Call gdb_target_udi
10081 after the "file" since "file" kills any execution target.
10082
10083 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
10084 GDB. GDB doesn't work that way (not anymore at least) on UDI.
10085 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
10086 argument for UDI.
10087
10088 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10089
10090 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
10091
10092 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
10093
10094 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10095
10096 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
10097 properly quoting regexps. This makes the second argument to
10098 demangle a fixed string, which matches the callers, instead of a
10099 shell-style pattern which is what the previous implementation
10100 used. Update some of the callers.
10101
10102 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10103
10104 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
10105 (comib_nullified_tests): Fix typo.
10106 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
10107 strings. No longer expected to fail.
10108
10109 * gdb.disasm/hppa.s (addib_tests): Fix typo.
10110 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
10111 strings. No longer expected to fail.
10112
10113 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
10114 string. No longer expected to fail.
10115
10116 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10117
10118 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
10119 No longer expected to fail.
10120
10121 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
10122 string. No longer expected to fail.
10123
10124 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10125
10126 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
10127 only in the names (I probably got most of them). I was even
10128 generous with some which differed in underscores in names, and
10129 probably missed a few, and I *still* was able to remove almost a
10130 third of the file with almost no impact on testsuite coverage.
10131
10132 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10133
10134 * gdb.t00/default.exp: Match udi_attach error message as well as
10135 the one from child_attach.
10136
10137 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
10138
10139 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
10140
10141 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
10142 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
10143
10144 * Move test with enums and partial symbols back to
10145 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
10146 Reverts the change of 26 May 93. Per today's change to
10147 stabs.texinfo, the behavior that weird.exp was expecting was
10148 unreasonable; what is important is that the compiler+gdb get
10149 things right, which happens with a recent gcc. Also fix the test
10150 to deal with native compilers which put out the stab gdb can't
10151 deal with.
10152
10153 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10154
10155 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
10156 in the names. The main thing these accomplish is to slow things down.
10157 Many more such duplicates surely remain.
10158
10159 * gdb.t00/help.exp: Comment out "help support" test just like
10160 (and for same reason as) "help set" test.
10161
10162 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
10163
10164 * gdb.t06/break.exp: Remove setup_xfails for
10165 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
10166 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
10167 about known bug in gcc to include up through 2.5.8.
10168 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
10169 well as "_vb$".
10170 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
10171 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
10172 with latest gcc and gdb.
10173 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
10174 well as "_vb$".
10175
10176 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10177
10178 * configure.in (hppa*-*-*): Also configure and build stabs-only
10179 tests.
10180
10181 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10182
10183 * gdb.t10/hppa.mt: A makefile fragment for the PA.
10184 * gdb.t10/configure.in (hppa*-*-*): Use it.
10185
10186 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10187
10188 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
10189
10190 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10191
10192 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
10193 versions prior to 1.13.5.
10194
10195 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10196
10197 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
10198 the prompt is at the start of a line.
10199
10200 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10201
10202 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
10203 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
10204 in the copr tests now.
10205 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
10206 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
10207 expected to fail.
10208
10209 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
10210
10211 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
10212 gdb.t31/chillvars.exp, lib/gdb.exp:
10213 Tweak to run under either version of expect.
10214 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
10215 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
10216 * gdb.t11/list.exp: Remove extraneous whitespace.
10217
10218 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10219
10220 * gdb.t16/printcmds.exp (test_print_strings): Accept
10221 "(unsigned char *) " before the string.
10222
10223 * TODO: Add notes about printing of fancy types and GDB expressions.
10224
10225 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
10226
10227 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
10228 * gdb.t06/configure.in: Don't try to compile signals test program
10229 if doing mips-idt-ecoff.
10230
10231 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
10232
10233 * Most .exp files: Tweak to run under either version of expect.
10234
10235 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10236
10237 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
10238 xfails; I'm not sure why they are failing, but not because of PR 1806.
10239
10240 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
10241
10242 * config/unix-gdb.exp: Remove gdb_unload cause it's already
10243 defined in lib/gdb.exp.
10244
10245 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10246
10247 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
10248 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
10249 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
10250 have to be typeless.
10251
10252 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10253
10254 * TODO: Add suggestion for copyright year test.
10255
10256 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
10257
10258 * configure.in (*-*-lynxos*): Add stabs tests.
10259
10260 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10261
10262 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
10263 so insert a tab before any assembler directive in column zero.
10264
10265 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
10266 stores.
10267 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
10268 stores.
10269 (fpu_short_memory_tests): Likewise.
10270
10271 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10272
10273 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
10274 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
10275 .stabs directives in comments.
10276
10277 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10278
10279 * TODO: New file, describing tests we could write.
10280 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
10281
10282 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10283
10284 * gdb.t06/signals.exp: Add kludge to force re-sync.
10285
10286 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
10287 to xgdb instead of gdb, get out of gdb.
10288
10289 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
10290
10291 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
10292 for info.
10293
10294 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10295
10296 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
10297 * gdb.stabs/configure.in (hppa*-*-*): Use it.
10298 * gdb.stabs/hppa.sed: New sed script for the PA.
10299
10300 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10301
10302 * gdb.stabs: Re-write weird.def and configuration to use sed
10303 instead of cpp. sed is portable and POSIX; cpp is neither.
10304
10305 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10306
10307 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
10308
10309 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10310
10311 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
10312
10313 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10314
10315 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
10316 "_vb$".
10317 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
10318 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
10319
10320 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10321
10322 * lib/gdb.exp: Comment out code which depends on non-existent
10323 `transform' procedure.
10324
10325 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
10326
10327 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
10328 * lib/gdb.exp: Transform tool name.
10329 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
10330 1.1's new error handling system.
10331
10332 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10333
10334 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
10335
10336 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10337
10338 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
10339 They made pattern matching so slow that timeouts happened on
10340 heavily loaded systems. Now any output from "show print" which
10341 gets us back to the GDB prompt is a PASS.
10342
10343 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
10344
10345 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
10346
10347 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10348
10349 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
10350
10351 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
10352 It is not from PR 3220.
10353
10354 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10355
10356 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
10357 just started failing because they depended on the order the
10358 subcommands are presented, or exact docstring text. This kind of
10359 test is a pain and has minimal benefit.
10360
10361 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10362
10363 * gdb.t09/corefile.exp: At end of test, use "core" command with
10364 no arguments.
10365
10366 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
10367
10368 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
10369 17}/Makefile.in: Make it possible to run the testsuite with Sun
10370 make and CC = cross gcc by adding explicit build rules for .o
10371 files.
10372
10373 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10374
10375 * gdb.t15/funcargs.exp: Don't put comments on same line as
10376 setup_xfail (@#$*%& tcl braindamage!).
10377
10378 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10379
10380 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
10381
10382 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
10383
10384 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
10385 * gdb.t20/inherit.exp: remove three dumplicate entries.
10386
10387 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10388
10389 * gdb.t06/break.exp: For "next over recursive call", fail on any
10390 incorrect output, not just on "factorial (value=2)".
10391
10392 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10393
10394 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
10395 working now. Add an xfail if accesing a bss variable causes
10396 a memory error if the target is not yet run.
10397
10398 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10399
10400 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
10401 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
10402 name of __st* demangling (2 strings). Did Kung really get the
10403 more than 95 others right without testing them?
10404
10405 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
10406
10407 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
10408
10409 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
10410
10411 * configure.in (configdirs): Add gdb.disasm
10412 * gdb.disasm: New directory for GDB disassembler tests.
10413 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
10414
10415 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10416
10417 * gdb.t00/help.exp: Don't test "help set".
10418
10419 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
10420 from within expect statements. None of these happen anymore and
10421 they cause regressions to be silently unnoticed.
10422
10423 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
10424 messages) about known failures with gcc cygnus-2.4.5-930417.
10425
10426 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
10427 comp-info.exp so it gets built if it doesn't exist.
10428
10429 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
10430 it is no longer used.
10431 * gdb.t13/comp-info.c: Removed.
10432
10433 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10434
10435 * gdb.t06/signals.exp: Add xfail for sun3.
10436
10437 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10438
10439 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
10440 relevant because ^C doesn't get sent but failure can be reproduced
10441 interactively).
10442
10443 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10444
10445 * gdb.stabs/alpha.mt: New configuration file for alpha.
10446 * gdb.stabs/configure.in: Use it.
10447 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
10448 sharing with alpha.mt, redefine long to word via preprocessor.
10449 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
10450 for alpha.
10451 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
10452 native cc.
10453 * gdb.t00/teststrategy.exp: Change expect string so that we
10454 consume the `(xgdb)' from the command echo and from the gdb prompt.
10455 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
10456 gdb currently compares all values as long, so this failure probably
10457 applies to any configuration where LONGEST is bigger than a target int.
10458 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
10459 with gcc.
10460 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
10461 to handle opaque pointers, gcc is.
10462 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
10463 as first argument. Include <sys/types.h> and change all operator
10464 new definitions to use size_t.
10465 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
10466 now that we use size_t.
10467
10468 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10469
10470 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
10471 a long or float array cast all array members to the same type.
10472 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
10473 with 64 bit longs.
10474 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
10475 on alpha.
10476 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
10477
10478 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10479
10480 * gdb.t24 (demangle.exp): Constructors of templates have names like
10481 vector<int>::vector(int) not vector<int>::vector<int>(int). See
10482 section 14.6 of the ARM.
10483
10484 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
10485 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
10486 accomplish little and slow down the testsuite.
10487
10488 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
10489 Accept spaces various places.
10490
10491 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10492
10493 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
10494 with watchpoint enabled.
10495
10496 * Makefile.in: Remove definition of CC and remove the second
10497 definition of CXX (the "CXX = gcc" one remains). These definitions
10498 were causing backquotes to be expanded within backquotes, which
10499 doesn't work.
10500
10501 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10502
10503 * gdb.t17/callfuncs.exp: Add "return 0" to end.
10504
10505 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10506
10507 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
10508 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
10509 by mips cc and contains no stabs entries.
10510
10511 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
10512
10513 * config/vx-gdb.exp: Use fake device to load files rather than
10514 NFS.
10515 * lib/gdb.exp: New proc to do "file" command.
10516 * config/unix-gdb.exp: Use new "file" proc.
10517
10518 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10519
10520 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
10521 Rework board rebooting slightly.
10522 (gdb_exit): Don't exit from the remote shell; there isn't one.
10523 * gdb.stabs/weird.exp: If a program is being debugged already,
10524 kill it.
10525 * gdb.t04/setvar.exp: Stop and restart gdb.
10526 * gdb.t05/expr.exp: Likewise.
10527 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
10528 restart gdb and reload the program.
10529 * gdb.t08/opaque.exp: Likewise.
10530 * gdb.t12/scope.exp: Likewise.
10531 * gdb.t13/bitfields.exp: Likewise.
10532 * gdb.t15/funcargs.exp: Likewise.
10533 * gdb.t20/classes.exp: Likewise.
10534 * gdb.t03/ptype.exp: Increase timeout.
10535 * gdb.t16/printcmds.exp (test_print_string_constants,
10536 test_print_array_constants): Likewise.
10537 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
10538 * gdb.t20/classes.exp (do_tests): Likewise.
10539 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
10540
10541 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
10542
10543 * gdb.stabs: Renamed *wierd* to *weird*.
10544
10545 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10546
10547 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
10548 for timeout. Add "known gcc 2.4.5 bug" to failure message.
10549
10550 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10551
10552 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
10553 (do_tests): Remove xfail for whatis on one_var and two_var.
10554
10555 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
10556
10557 * Makefile.in: Made cross building work better by adding
10558 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
10559
10560 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10561
10562 * gdb.t15/{return.c,return.exp,Makefile.in}:
10563 New test, currently commented out.
10564
10565 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
10566
10567 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
10568 still running and removes the leftover named socket so GDb can do
10569 clean restarts.
10570
10571 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
10572
10573 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
10574 console, not GDB.
10575 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
10576 cross testing works better with "make check"
10577 * config/unix-gdb: Use default procedures for exit and version.
10578 * config/vx-gdb.exp: Cleaned up and massaged back to working order
10579 with the newest VxWorks.
10580
10581 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10582
10583 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
10584 old form.
10585
10586 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
10587 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
10588
10589 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
10590
10591 * config/unix-gdb.exp: Remove this version of gdb_exit
10592 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
10593 Rob says he'll look at it when he gets back to testing boards.
10594
10595 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
10596
10597 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
10598 an expected fail for certain ptype commands.
10599
10600 * gdb.t20/classes.exp: Update expected results of "ptype class
10601 Base1" to account for the constructor that now appears in the type.
10602
10603 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
10604
10605 * configure.in (configdirs): Restore gdb.t04, which mysteriously
10606 disappeared from list.
10607 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
10608 "alldone" proc with call to cleanup and exit.
10609 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
10610 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
10611 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
10612 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
10613 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
10614 "alldone" proc with simple returns that suppress remaining
10615 tests. The alldone proc went away many months ago.
10616
10617 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10618
10619 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
10620
10621 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
10622
10623 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10624
10625 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
10626 as vax gdb will display them.
10627
10628 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10629
10630 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
10631 optimizers.
10632
10633 * scope.exp: Change "bad value for localval" messages so each one
10634 is unique.
10635
10636 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
10637 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
10638
10639 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
10640
10641 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10642
10643 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
10644 doesn't exist (due to optimization).
10645
10646 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10647
10648 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
10649 contains \r because the filename is long.
10650
10651 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
10652 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
10653
10654 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10655
10656 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
10657 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
10658 Ultrix.
10659 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
10660 int tests.
10661 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
10662
10663 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
10664
10665 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
10666
10667 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
10668 to match does not match the passing case but still matches the
10669 failing case.
10670
10671 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10672
10673 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
10674
10675 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
10676
10677 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
10678 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
10679 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
10680 Remove various versions of gdb_exit.
10681 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
10682 gdb_exit.
10683 * config/unix-gdb.exp: gdb_exit remains here, and should override
10684 the generic version, since it's doing a lot of wierd stuff that
10685 the other versions aren't. FIXME, fold it in, or abandon this
10686 version.
10687
10688 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10689
10690 * gdb.t24/demangle.exp: Add tests for PR 3220.
10691
10692 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10693
10694 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
10695
10696 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
10697
10698 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
10699 "i386-*-*". Works for i486 as well.
10700
10701 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
10702 bug, and expand domain of xfail to all SVR4 systems, since the
10703 actual problem is likely to be in generic SVR4 /proc support.
10704
10705 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10706
10707 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
10708
10709 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
10710
10711 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
10712 xfails for other systems. Match a missing 'Continuing.' as an
10713 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
10714
10715 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
10716 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
10717 Only issue warning for missing executables if -all option is used.
10718
10719 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
10720 file if -all option is used. It's like an unpredictable XFAIL.
10721
10722 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10723
10724 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
10725 for dynamically linked binaries.
10726
10727 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
10728
10729 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10730
10731 * gdb.t20/inherit.exp: Change message for "print tagless struct"
10732 to state that this is a known bug in old versions of g++.
10733
10734 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10735
10736 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
10737 while waiting for `Continuing'.
10738
10739 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
10740
10741 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
10742 in text, data, and bss.
10743 * gdb.t10/nodebug.c: Add local and global test variables for
10744 initialized and uninitialized data.
10745
10746 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10747
10748 * config/unix-gdb.exp (gdb_exit): Add "wait".
10749
10750 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10751
10752 * gdb.t06/signals.exp: xfail the continue from the handler for all
10753 targets.
10754
10755 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
10756 function with watchpoints enabled, the i386 call dummy starts with
10757 a call.
10758
10759 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
10760 386 bsd names its corefiles.
10761
10762 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
10763
10764 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
10765 compilers don't grok it.
10766 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
10767 with small octal ints rather than character constants, which
10768 are signed and might not fit if first promoted to int.
10769
10770 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
10771
10772 * gdb.t09/Makefile.in (clean): Remove corefile.
10773
10774 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10775
10776 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
10777
10778 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10779 and Jim Kingdon (kingdon@cygnus.com)
10780
10781 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
10782 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
10783 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
10784
10785 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10786
10787 * gdb.t17/interrupt.exp: Add xfail for hppa.
10788
10789 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10790
10791 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
10792 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
10793 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
10794 to determine signed-ness of bitfields and use the result to setup
10795 the xfail.
10796 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
10797 * gdb.t15/funcargs.exp: Use them to step until the second indirect
10798 call line is reached if necessary.
10799
10800 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10801
10802 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
10803
10804 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10805
10806 * gdb.t06/break.exp: Also test `clear' command.
10807
10808 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10809
10810 * gdb.t00/teststrategy.exp: Remove extra quote.
10811
10812 * gdb.t07/watchpoint.exp: Change xfail for calling function with
10813 watchpoint enabled to be for all non-68k machines.
10814
10815 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
10816
10817 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10818
10819 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
10820 targets use aout.mt instead of ecoff.mt as gas understands
10821 standard aout format.
10822
10823 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10824
10825 * lib/gdb.exp (runto): Don't insist that function we are running to
10826 was compiled with -g.
10827
10828 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
10829
10830 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
10831 to get back into the read system call.
10832 Accept leading newline in case where we woke it up.
10833
10834 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10835
10836 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
10837 to make the stabs test work on ecoff systems using gcc and -with-stabs.
10838 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
10839 enable ecoff configuration.
10840
10841 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10842
10843 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
10844
10845 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10846
10847 * gdb.t16/printcmds.exp: Add another printf test.
10848
10849 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
10850
10851 * configure.in: If configured -with-stabs on any target, add
10852 stabsdirs to configdirs.
10853
10854 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10855
10856 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
10857 fun" so pattern does not match the command itself.
10858
10859 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10860
10861 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
10862
10863 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10864
10865 * gdb.t17/interrupt.exp: Test for more things.
10866
10867 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10868
10869 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
10870 compiler arranges the code and line numbers.
10871
10872 * gdb.t17/interrupt.exp: Don't send \n after ^C.
10873
10874 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10875
10876 * gdb.t00/help.exp: Increase expect input buffer size.
10877
10878 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10879
10880 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
10881
10882 * gdb.t07/watchpoint.exp: Add xfail for hppa.
10883
10884 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
10885
10886 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
10887 [0-9]*, not just [0-9].
10888
10889 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10890
10891 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
10892
10893 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
10894
10895 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10896
10897 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
10898
10899 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10900
10901 * gdb.t06/signals.c: Add xfails for sun3.
10902
10903 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
10904
10905 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
10906 test_stepping tests.
10907
10908 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10909
10910 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
10911
10912 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
10913
10914 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
10915 rather than actually putting it through cpp twice.
10916
10917 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
10918
10919 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
10920
10921 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
10922 no longer needed.
10923
10924 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10925
10926 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
10927
10928 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
10929 C++ features prints as "struct", make it a pass, not an xfail.
10930
10931 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10932
10933 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
10934 Don't require VA to print as "class" rather than "struct".
10935
10936 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
10937
10938 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
10939
10940 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10941
10942 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
10943
10944 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10945
10946 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
10947 order.
10948
10949 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10950
10951 * gdb.t16/printcmds.exp: Add printf tests.
10952
10953 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
10954
10955 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
10956
10957 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
10958
10959 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
10960 pass counts, to counteract any existing or future setup_xfails.
10961
10962 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10963
10964 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
10965 {BEGIN,END}_COMMON for common block instead of STAB.
10966 * gdb.stabs/wierd.exp: Add xfail for rs6000.
10967
10968 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
10969 intp_var should be N_GSYM not N_LSYM.
10970 wierd-aout.S: Use a label for the value of the N_SO.
10971 wierd.def: Remove all backslashes.
10972 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
10973
10974 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10975
10976 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
10977 get the expected next to inheritance3.
10978
10979 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10980
10981 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
10982 now that gcc-2.4 gets it right.
10983
10984 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10985
10986 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
10987
10988 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
10989 generating comp-info.exp which works for cross-compilation.
10990
10991 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
10992
10993 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
10994 "*-*-sysv4.*".
10995
10996 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
10997
10998 * gdb.t01/run.exp: Start with a fresh gdb.
10999 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
11000 SVR4.x.
11001
11002 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
11003
11004 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
11005 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
11006 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
11007 Makefile.in (distclean, realclean): Remove gdbme.c from list of
11008 things to remove.
11009
11010 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
11011
11012 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
11013 test cases from bug reports.
11014
11015 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
11016
11017 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
11018 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
11019 avoid spurious xfails.
11020 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
11021 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
11022 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
11023
11024 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
11025
11026 * gdb.t00/teststrategy.exp: Rework to provide more useful
11027 description of each test, fix problem with systems that define
11028 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
11029 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
11030 results for "next over recursive call" so timeouts aren't taken
11031 by error.
11032
11033 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
11034
11035 * gdb.t12/scope.exp: Test printing of variables before run.
11036
11037 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
11038 printed in wrong order due to sorting.
11039
11040 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
11041
11042 * gdb.t00/teststrategy.exp: Fix expected results for printing
11043 user entered string constant. Is array of char, prints with no
11044 address.
11045
11046 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
11047 commands.
11048 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
11049 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
11050 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
11051 of struct of char arrays.
11052 * gdb.t00/radix.exp: New tests for radix commands.
11053
11054 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
11055
11056 * gdb.t16/printcmd.exp: Print a variable before running program
11057 (with xfail for AIX).
11058
11059 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
11060
11061 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
11062
11063 * gdb.t16/printcmd.exp: Don't print variables before running program.
11064
11065 * gdb.t06/break.exp: Don't require envp argument to main.
11066
11067 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
11068
11069 * gdb.t02/whatis.exp, gdb.t11/list.exp:
11070 Add xfails for rs6000.
11071
11072 * gdb.t02/whatis.exp: Change other tests not to re-test something
11073 we already tested.
11074
11075 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
11076 each type used has a variable of that type.
11077
11078 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
11079
11080 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
11081
11082 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11083
11084 * configure.in: change srctrigger to be a file, not a directory
11085
11086 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
11087
11088 * configure.in (mips-idt-ecoff*): Added trailing '*'.
11089
11090 * gdb.t11/list.exp: Fixed a couple of typos.
11091
11092 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
11093
11094 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
11095 is fixed and PR is closed.
11096 * gdb.t16 (gdbme.c): Add simple test string variable.
11097 * gdb.t16 (printcmds.exp): Add tests with simple test string
11098 variable, primarily for boundaries on "set print elements".
11099
11100 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
11101
11102 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
11103 Make leading 0's optional and don't expect a tab in the middle
11104 of the number.
11105
11106 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
11107
11108 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
11109 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
11110 don't end command passed to gdb_test with newline.
11111
11112 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
11113 signed keyword away, don't expect signed bitfields to be signed.
11114
11115 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
11116 printing with only as many 1's as are in the field as well as printing
11117 with 32 1's (see comment).
11118
11119 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
11120
11121 * gdb.t00/default.exp: Start with a fresh gdb.
11122 * configure.in (configdirs): Remove gdb.t31 until the chill
11123 compiler works again. It no longer is able to find chillrt0
11124 since it isn't in libchill.a anymore.
11125 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
11126 wierd.o, make more modular.
11127 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
11128 spurious newlines that caused problems.
11129
11130 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11131
11132 * Move test with enums and partial symbols from gdb.t03/ptype.exp
11133 to gdb.stabs/wierd.exp since GCC has worked around the bug.
11134 gdb.stabs/wierd.{exp,def}: Many new tests.
11135
11136 * gdb.t00/default.exp: update info line for new message.
11137
11138 * gdb.t02/{whatis.exp,gdbme.c}:
11139 Test that "char *" doesn't print as "caddr_t".
11140
11141 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11142
11143 * gdb.t00/help.exp: Use .* in place of some help messages which
11144 just changed.
11145 gdb.t00/default.exp: Update "info frame" test for new message.
11146 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
11147 Remove some xfails
11148
11149 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11150
11151 * gdb.t03/{gdbme.c,ptype.exp}:
11152 Add tests for typedef'd struct and union without tags.
11153 Also check "whatis" on a variable of a typedef'd enum without a tag.
11154
11155 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
11156 PRMS 1823; the bug still exists but isn't reproduced by this test
11157 anymore), and remove rs6000 XFAIL (the bug is fixed).
11158
11159 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
11160 duplicated from whatis.exp. For those that are left, accept
11161 "long", "long int", or "int" for long variables (whatis.exp already
11162 has an XFAIL for "int", so no need to fail it here).
11163
11164 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
11165 Deal with GCC's names for types now that GDB uses the compiler's names.
11166
11167 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
11168 setup_xfail's for sunos4. If we #defined the signed keyword away,
11169 don't expect GDB to know that char it is signed.
11170
11171 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
11172
11173 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
11174
11175 * configure.in (configdirs): Add gdb.t24 for C++ tests that
11176 should work on any system, regardless of debugging format.
11177 * gdb.t21/demangle.exp: Move to gdb.t24.
11178 * gdb.t24/demangle.exp: Move from gdb.t21.
11179 * gdb.t24/{Makefile.in, configure.in}: New files.
11180
11181 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11182
11183 * configure.in: Do gdb.stabs and C++ tests only for stabs.
11184 * gdb.stabs: New directory.
11185
11186 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11187
11188 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
11189 not just "Quit anyway?".
11190
11191 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
11192
11193 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
11194 that all setup_xfails are immediately followed by clear_xfails.
11195
11196 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
11197
11198 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
11199 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
11200 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
11201 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
11202 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
11203 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
11204 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
11205 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
11206 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
11207 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
11208 gdb.t31/chillvars.exp, lib/gdb.exp:
11209 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
11210 bug-gdb@prep.ai.mit.edu.
11211
11212 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
11213
11214 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
11215 with 0.0, not integer 0.
11216
11217 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
11218
11219 * gdb.t06/break.exp: Update for "Kill the program" message change.
11220
11221 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
11222
11223 * Makefile.in (GDBFLAGS): Set to -nx.
11224 * Makefile.in (site.exp): Use GDBFLAGS.
11225
11226 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11227
11228 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
11229 Makefiles.
11230 (check): depend on just-check.
11231 (just-check): added so that tests can be run without a noop
11232 build pass.
11233
11234 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11235
11236 Switch to using configure's configdirs.
11237 * Makefile.in (Makefile): add configure.in dependency.
11238 (SUBDIRS): removed redundant assignment.
11239 * configure.in: switch subdirs assignment to configdirs.
11240 * gdb.t*/configure.in: new files.
11241
11242 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
11243
11244 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
11245 works.
11246
11247 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
11248
11249 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
11250 in explicit rules. Apparently this is not supported by some makes.
11251
11252 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
11253
11254 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
11255
11256 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11257
11258 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
11259 disappeared.
11260
11261 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11262
11263 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
11264
11265 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
11266
11267 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
11268 watchpoint problem that is now fixed.
11269 * gdb.t30/chexp.exp: Remove setup_xfail for printing
11270 uninitialized convenience variables.
11271 * gdb.t31/chillvars.exp: Fix expected patterns for printing
11272 structures.
11273
11274 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11275
11276 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
11277 which causes expect to get out of sync with gdb on long output
11278 from help set.
11279 * gdb.t09/corefile.exp: Make expected pattern for core file
11280 failing signal and frame output format less sun specific.
11281
11282 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
11283
11284 * gdb.t31/chillvars.exp: Add and remove initial dummy
11285 breakpoint, so that symbol table is forced in.
11286 (Needed at least on Sunos4, though it seems not SVR4.)
11287 * gdb.t31/chillvars.exp: Update for changed output format.
11288
11289 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
11290
11291 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
11292
11293 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
11294
11295 * Makefile.in: Added --srcdir when invoking runtest, removed the
11296 need for a local config file. (optional now)
11297
11298 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
11299
11300 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
11301 failure count used to force early termination. Add some more
11302 expected failures for gnu style demangling.
11303
11304 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11305
11306 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
11307 pmi variable from gdb.t20/gdbme to get optimized away.
11308 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
11309 Check for written corefile upon timeout _and_ eof.
11310
11311 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11312
11313 * config/unix-gdb.exp: Add missing return 0.
11314
11315 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11316
11317 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
11318 test termination.
11319
11320 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
11321
11322 * configure.in (subdirs): Put back gdb.t17 which mysteriously
11323 disappeared.
11324
11325 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
11326
11327 * gdb.t10/crossload.exp: Disable the i860-elf test until such
11328 time as i860 support works.
11329
11330 * gdb.t15/funcargs.exp: Fix expected outputs to include
11331 "backtrace 100\r" rather than just "backtrace\r", to match last
11332 change.
11333
11334 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
11335
11336 * config/udi-gdb.exp (gdb_exit): Remove close command.
11337 (gdb_target_udi): New procedure to set the UDI target.
11338 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
11339 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
11340 Added waits for prompts after several question responses. Added
11341 some more responses used by a29k-amd-udi-gdb.
11342 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
11343 pass different arguments, restart UDI connection after program
11344 completion.
11345 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
11346 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
11347 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
11348 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
11349 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
11350 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
11351 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
11352 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
11353 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
11354 after program completion.
11355 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
11356 compiled with a SELECT_VECS setting.
11357 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
11358 infinite recursion.
11359
11360 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
11361 Added checks for COFF results, and made them expected failures for
11362 all targets. It would be better to make them expected failures
11363 for COFF targets only.
11364
11365 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11366
11367 * Makefile.in: add null dvi target, don't bother to recurse
11368 through test directories for info and install-info; rename
11369 $(datadir) to be dejagnu instead of deja-gnu
11370
11371 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
11372
11373 * gdb.t31/gdbme.ch: Re-enable code that previously caused
11374 compiler to coredump.
11375 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
11376 code.
11377
11378 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
11379
11380 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
11381 coredump.
11382 * gdb.t31/chillvars.exp: Comment out tests that depend on that
11383 code.
11384
11385 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
11386
11387 * gdb.t03/ptype.exp: tests for return code from gdb_test.
11388 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
11389 which in a shell. Deletes xgdb when done.
11390 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
11391 Tests the return from the "set height" or "set width" commands.
11392 Added a few return codes where needed.
11393
11394 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
11395
11396 * Makefile.in (SUBDIRS): Add gdb.t17.
11397 * configure.in (subdirs): Add gdb.t17.
11398 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
11399 files to test gdb's calling of functions in the inferior with
11400 the correct arguments and gdb's ability to retrieve any
11401 result returned.
11402
11403 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
11404
11405 * config/unix-gdb.exp (gdb_exit): Remove close commands that
11406 may be called after gdb goes away. Previous versions of expect
11407 needed these to avoid file descriptor leaks, but they cause
11408 errors with the current revision of expect.
11409 * gdb.t00/gdbvars.exp: Use -re on expected output after
11410 setting sevenbit-strings.
11411 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
11412 to set sevenbit-strings consistent across tests.
11413 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
11414 set sevenbit-strings consistent across tests.
11415
11416 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
11417
11418 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
11419 expected output to match current "expect" expectations.
11420
11421 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
11422
11423 * gdb.t00/default.exp: Change expected output for default "source"
11424 command, to match new gdb behavior which requires a filename to
11425 source.
11426
11427 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
11428
11429 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
11430 expected fail for i486-*-* that misses the marker2 function.
11431 * gdb.t10/crossload.exp (bfddefault): Allow successful
11432 recognition of a format to pass even if no symbols are found.
11433 Explicitly catch failures where the format is not recognized
11434 or is ambiguous, and add the reason to the fail message.
11435 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
11436 the cause is and invalid target and add reason to failure message.
11437 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
11438 elf32-i386, elf32-sparc, and elf32-i860.
11439 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
11440 Set up expected failure for 'filename'::variable scope resolution,
11441 which is now apparently broken on all targets.
11442 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
11443 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
11444 gdb.t23/templates.exp: Change failure for missing binfile into
11445 just a warning.
11446 gdb.t21/demangle.exp: Change all cfront references to 'arm'
11447 references.
11448
11449 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
11450
11451 * gdb.t00/default.exp: Add expected output for default "source"
11452 command, to match new gdb behavior.
11453 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
11454
11455 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
11456
11457 * config/*-gdb.exp: returns an error, rather than exiting on
11458 internal errors.
11459
11460 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
11461
11462 * gdb.t03/gdbme.c: Add pointer to struct variable.
11463 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
11464 referencing struct members.
11465
11466 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
11467
11468 * configure.in (mips-idt-ecoff): New target.
11469 * config/mips-gdb.exp: New file for remote board using MIPS remote
11470 debugging protocol.
11471
11472 * Redid configuration scheme. Removed gdb.t*/configure.in.
11473 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
11474 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
11475 distclean targets. Built executables via .o files. Adjusted
11476 tests to account for source files in $(srcdir) rather than
11477 $(objdir).
11478 * lib/gdb.exp (runto): Don't expect () after the function name,
11479 because it may have arguments.
11480
11481 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
11482
11483 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
11484 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
11485 expected failures for mips-idt-* and mips-sgi-*.
11486 * gdb.t00/default.exp (attach): Kill process if requested.
11487 * gdb.t00/help.exp (help target core, help target): Accept a gdb
11488 that does not read core files.
11489 * gdb.t01/run.exp: Removed checks for exit status code.
11490 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
11491 it is linked in.
11492 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
11493 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
11494 appropriate, rather than doing it by hand.
11495 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
11496 execution.
11497 * gdb.t10/crossload.exp: Kill existing program if needed.
11498 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
11499 appropriate, rather than doing it by hand. Always increase
11500 timeout for this test, not just for VxWorks.
11501
11502 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
11503
11504 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
11505 of Chill STRUCT types and STRUCT values.
11506 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
11507 than "char".
11508 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
11509 struct2): New struct definitions and initializations to test
11510 simple Chill STRUCT types.
11511
11512 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
11513
11514 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
11515 the null byte at the end of strings.
11516 * gdb.t00/default.exp: Make show version insensitive to copyright
11517 date.
11518 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
11519 to avoid dependencies on target char signedness.
11520 * gdb.t16/printcmds.exp: Update expected results for explicitly
11521 unsigned char.
11522 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
11523 now work.
11524 * gdb.t21/demangle.exp: Add many more patterns for template
11525 demangling, most of them being expected failures.
11526 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
11527 string we are matching for, to match on the whole string.
11528 * gdb.t21/demangle.exp: Add many new test strings to demangle,
11529 and fix a whole bunch that had incorrect expected output but were
11530 passing anyway because of the bug in "proc demangle".
11531 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
11532 type.
11533 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
11534
11535 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
11536
11537 * gdb/testsuite: made modifications to testcases, etc., to allow
11538 them to work properly given the reorganization of deja-gnu and the
11539 relocation of the testcases from deja-gnu to a "tool" subdirectory.
11540
11541 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
11542
11543 * gdb/testsuite: Initial creation of gdb/testsuite.
11544 Migrated dejagnu testcases and support files for testing nm to
11545 gdb/testsuite from deja-gnu. These files were moved "as is"
11546 with no modifications. This migration is part of a major overhaul
11547 of dejagnu. The modifications to these testcases, etc., which
11548 will allow them to work with the new version of dejagnu will be
11549 made in a future update.
11550
11551 For additional changes see gdb.mi/ChangeLog-1999-2003.
11552 \f
11553 Local Variables:
11554 mode: change-log
11555 left-margin: 8
11556 fill-column: 74
11557 version-control: never
11558 End:
This page took 0.705241 seconds and 5 git commands to generate.