139ec495ad04fa568e1dcda740327814ef1b3c48
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2
3 Committed by Jim Blandy <jimb@redhat.com>.
4
5 * gdb.base/float.exp: Support s390*-*-* targets.
6
7 2004-02-17 Adam Fedor <fedor@gnu.org>
8
9 * gdb.base/gdb1555.exp: New file.
10 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
11
12 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
13
14 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
15
16 2004-02-16 Fred Fish <fnf@redhat.com>
17
18 * gdb.arch/gdb1291.c: Remove
19 * gdb.arch/gdb1291.s: New test input file.
20 * gdb.arch/gdb1291.exp: Expand test to check case that should not
21 fail. Test for correct result, known incorrect result, other
22 failures and timeouts.
23
24 2004-02-16 Andrew Cagney <cagney@redhat.com>
25
26 * gdb.base/bigcore.exp: New file.
27 * gdb.base/bigcore.c: New file.
28
29 2004-02-13 Andrew Cagney <cagney@redhat.com>
30
31 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
32 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
33 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
34 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
35 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
36 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
37 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
38 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
39 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
40 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
41
42 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
43
44 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
45 executed is an alloc instruction.
46
47 2004-02-11 David Carlton <carlton@kealia.com>
48
49 * gdb.cp/breakpoint.exp: New.
50 * gdb.cp/breakpoint.cc: New.
51
52 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
53
54 Partial fix for PR gdb/1543.
55 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
56 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
57 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
58 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
59 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
60 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
61 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
62 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
63 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
64 to bug-gdb@prep.ai.mit.edu .
65 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
66 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
67 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
68 Likewise.
69
70 2004-02-10 Andrew Cagney <cagney@redhat.com>
71
72 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
73 using gdb_internal_error_resync.
74
75 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
76
77 * gdb.threads/thread-specific.exp: Stop early if no threads are
78 found.
79
80 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
81
82 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
83
84 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
85
86 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
87 breakpoints.
88
89 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
90
91 * config/sim.exp (gdb_load): Handle $arg == "".
92 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
93 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
94
95 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
96
97 * gdb.base/maint.exp: Update test to reflect
98 obstack changes.
99
100 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
101
102 * gdb.base/pendshr.c (pendfunc): New function that calls
103 pendfunc1.
104 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
105
106 2004-02-04 Fred Fish <fnf@redhat.com>
107
108 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
109 function symbols and update copyright years.
110 * gdb.arch/gdb1291.c: Ditto.
111
112 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
113
114 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
115
116 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
117
118 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
119
120 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
121
122 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
123
124 2004-02-02 Fred Fish <fnf@redhat.com>
125
126 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
127 remote targets. Update copyright years.
128
129 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
130
131 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
132 support.
133 * gdb.base/langs.exp: Fix test which attempts to create
134 breakpoint on non-existent function to handle new pending
135 support.
136 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
137 a breakpoint.
138 * gdb.base/pending.exp: New test.
139 * gdb.base/pending.c: New file.
140 * gdb.base/pendshr.c: Ditto.
141
142 2004-02-02 David Carlton <carlton@kealia.com>
143
144 * gdb.cp/overload.exp: Add overloadNamespace tests.
145 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
146 (overloadNamespace, XXX): New.
147 (main): Call XXX::marker2.
148
149 2004-02-01 Fred Fish <fnf@redhat.com>
150
151 * gdb.base/dump.exp: Use runto_main instead of "runto main".
152 * gdb.base/finish.exp: Ditto.
153 * gdb.base/gcore.exp: Ditto.
154 * gdb.base/huge.exp: Ditto.
155 * gdb.base/info-proc.exp: Ditto.
156 * gdb.base/return2.exp: Ditto.
157 * gdb.threads/gcore-thread.exp: Ditto.
158
159 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
160
161 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
162
163 2004-02-01 Mark Kettenis <kettenis@gnu.org>
164
165 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
166 that opening the file succeeds on OpenBSD.
167
168 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
169
170 * gdb.threads/thread-specific.c: New file.
171 * gdb.threads/threads-specific.exp: New test script.
172 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
173 to expect_out.
174
175 2004-02-01 Mark Kettenis <kettenis@gnu.org>
176
177 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
178 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
179 only on the "print_small_structs from print_long_arg_list" test.
180
181 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
182
183 * gdb.base/completion.exp: Kill a stray backslash.
184
185 From Jim Ingham <jingham@apple.com>:
186 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
187 agrees with the result from sending a tab.
188
189 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
190
191 * gdb.base/chng-syms.exp: Remove stray newline.
192
193 2004-01-31 Mark Kettenis <kettenis@gnu.org>
194
195 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
196 *-*-openbsd*.
197 * gdb.asm/openbsd.inc: New file.
198
199 2004-01-30 Mark Kettenis <kettenis@gnu.org>
200
201 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
202 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
203 *-*solaris2*. Remove commented out default settings for
204 asm-flags. Replace gdb_compile with target_link.
205
206 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
207
208 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
209 for all tests. Remove old hp-ux and cygnus xfail cases.
210
211 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
212
213 * gdb.base/chng-syms.exp: New file.
214 * gdb.base/chng-syms.c: New file.
215
216 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
217
218 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
219 Provide arms for current output in all my configurations.
220
221 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
222
223 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
224 * lib/compiler.cc: Likewise.
225 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
226 get the right preprocessor. Eval the output directly. Remove
227 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
228 hp_f77_compiler and hp_f90_compiler completely.
229 (gdb_preprocess): Delete.
230 (get_compiler): Delete.
231
232 2004-01-24 Mark Kettenis <kettenis@gnu.org>
233
234 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
235 <string.h>.
236
237 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
238
239 * gdb.mi/mi-stack.exp: Update copyright.
240
241 2004-01-23 David Carlton <carlton@kealia.com>
242
243 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
244 test for cp_lookup_transparent_type.
245 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
246 call them.
247
248 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
249
250 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
251 after -var-update.
252
253 2004-01-23 David Carlton <carlton@kealia.com>
254
255 * gdb.cp/namespace.cc (C::ensureRefs): New.
256 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
257
258 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
259
260 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
261 case "-stack-list-locals 2".
262 * gdb.mi/mi-var-child.exp: Test for case
263 "-var-list-children --all-values NAME".
264
265 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
266
267 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
268
269 2004-01-18 Mark Kettenis <kettenis@gnu.org>
270
271 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
272 used with gdb_test_multiple.
273
274 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
275 read at address 0. This fixes PR testsuite/1504.
276
277 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
278
279 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
280 Remove downloading, guessing the host executable, the calls to
281 gdb_file_cmd and gdb_target_cmd, and "load" support.
282 (infer_host_exec): New function broken out from gdb_load.
283 (gdb_load): New wrapper for gdbserver_gdb_load.
284 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
285 gdb_target_cmd. Use -target-select.
286 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
287 Download binaries to the host. Clear last_mi_remote_file when
288 we load a new binary.
289 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
290 call gdbserver_gdb_load and mi_gdb_target_cmd.
291
292 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
293
294 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
295 type patterns.
296
297 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
298
299 * gdb.cp/templates.exp: Fix typo in test name of
300 "print Foo<volatile char*>::foo".
301
302 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
303
304 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
305
306 2004-01-16 Ben Elliston <bje@wasabisystems.com>
307
308 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
309 (clean mostlyclean): Remove empty rm.
310
311 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
312
313 * gdb.base/setvar.exp: Add copyright years.
314
315 2004-01-14 David Carlton <carlton@bactrian.org>
316
317 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
318 PR c++/1511 and update coment.
319 * gdb.cp/templates.exp: Update patterns to match current output.
320 If changes involve something other than whitespace, KFAIL
321 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
322
323 2004-01-14 David Carlton <carlton@kealia.com>
324
325 * gdb.cp/namespace.exp: Add tests involving classes defined within
326 namespaces.
327 * gdb.cp/namespace.cc (C::CClass): New.
328 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
329
330 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
331
332 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
333 what debug info we have. Print a better message if something goes
334 wrong while producing the separate debug info file.
335
336 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
337
338 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
339
340 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
341
342 * gdb.base/callfuncs.c: Add copyright notice.
343
344 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
345
346 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
347 inheritance. PR gdb/1498, PR gcc/13539.
348
349 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
350
351 * gdb.threads/gcore-thread.exp: Prefix name of binary with
352 test specific name.
353 * gdb.mi/gdb669.exp: Ditto.
354 * gdb.mi/mi-pthreads.exp: Ditto.
355 * gdb.mi/mi1-pthreads.exp: Ditto.
356 * gdb.mi/mi2-pthreads.exp: Ditto.
357
358 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
359
360 * gdb.cp/member-ptr.cc: Add copyright notice.
361
362 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
363
364 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
365 some patterns for recent versions of gcc and hpacc. Delete
366 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
367 Delete tests that access a NULL pointer-to-member-data. This
368 script is still disabled for gcc.
369
370 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
371
372 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
373 escaped correctly.
374
375 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
376
377 * gdb.base/sepdebug.exp: New file.
378 * gdb.base/sepdebug.c: New file.
379 * lib/gdb.exp (separate_debug_filename): New procedure.
380 (gdb_gnu_strip_debug): New procedure.
381
382 2004-01-12 Andrew Cagney <cagney@redhat.com>
383
384 * gdb.mi/ChangeLog: Delete file. Renamed to ...
385 * gdb.mi/ChangeLog-1999-2003: New file.
386
387 2004-01-12 Andrew Cagney <cagney@redhat.com>
388
389 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
390 "Renaming a directory to a non-empty directory returns ENOTEMPTY
391 or EEXIST", treat EBUSY as an XFAIL.
392
393 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
394
395 * gdb.base/scope.exp: Remove obsolete setup_xfail for
396 hp_cc_compiler.
397
398 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
399
400 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
401 decorations.
402
403 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
404
405 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
406 and "(aCC)" decorations. Remove obsolete doco about old
407 test results.
408
409 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
410
411 * gdb.cp/exception.exp: Fix typo in doco.
412
413 2004-01-09 Mark Kettenis <kettenis@gnu.org>
414
415 * gdb.base/gdb1476.exp: Fix typo.
416
417 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
418
419 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
420 file.
421
422 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
423
424 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
425 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
426 Use gdb_compile. Remove restriction on gcc. Add some patterns
427 for recent version of gdb. Delete second half, which was a copy
428 of the first half with different build flags. This test is
429 still disabled because it is still not ready for production.
430
431 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
432
433 * gdb.cp/exception.cc: Add copyright notice.
434 * gdb.cp/exception.exp: Add a notice that this file is broken
435 because of line number changes caused by addition of copyright
436 notice.
437
438 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
439
440 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
441 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
442
443 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
444
445 * gdb.cp/classes.exp: Accept gnu abi 2.
446 * gdb.cp/derivation.exp: Likewise.
447 * gdb.cp/overload.exp: Likewise.
448 * gdb.cp/virtfunc.exp: Likewise.
449
450 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
451
452 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
453 semicolon after end of function.
454
455 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
456
457 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
458 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
459 boilerplate code for compiling and running the program under
460 test. Add some string method tests.
461
462 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
463
464 * gdb.cp/bs15503.cc: Add copyright notice.
465 * gdb.cp/bs15503.exp: Adjust line number.
466
467 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
468
469 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
470 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
471
472 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
473
474 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
475 hp_cc_compiler.
476
477 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
478
479 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
480 * gdb.cp/ctti.exp: Use the marker instead of "next".
481 With gcc, run further before bailing.
482
483 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
484
485 * gdb.cp/cttiadd.cc: Add copyright notice.
486 * gdb.cp/cttiadd1.cc: Likewise.
487 * gdb.cp/cttiadd2.cc: Likewise.
488 * gdb.cp/cttiadd3.cc: Likewise.
489
490 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
491
492 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
493 Use gdb_test, gdb_test_multiple. Use floating-point values that
494 have exact representations in IEEE-ish formats.
495
496 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
497
498 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
499 compilers. Delete duplicate call to get_compiler_info.
500 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
501 * gdb.base/volatile.exp: Likewise.
502
503 2004-01-07 Mark Kettenis <kettenis@gnu.org>
504
505 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
506 memory at address 0.
507
508 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
509
510 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
511 to test for hp-ux assembler. Fix copyright years.
512
513 2004-01-07 Andrew Cagney <cagney@redhat.com>
514
515 * gdb.base/fileio.c (strerrno): Add "EBUSY".
516
517 2004-01-07 Andrew Cagney <cagney@redhat.com>
518
519 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
520 when creating the read-only file. From analysis by Roland McGrath
521 and Elena Zannoni.
522
523 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
524
525 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
526
527 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
528
529 * gdb.base/cvexpr.c: Be type-safe with function pointers and
530 data pointers.
531
532 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
533
534 * gdb.cp/m-static.exp: Compile one source file at a time.
535 Delete unused call to get_compiler_info.
536
537 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
538
539 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
540 * gdb.base/call-rt-st.exp: Likewise.
541 * gdb.base/nodebug.exp: Likewise.
542 * gdb.base/volatile.exp: Likewise.
543 * gdb.cp/ref-types.exp: Likewise.
544 * gdb.cp/templates.exp: Likewise.
545
546 2004-01-05 Mark Kettenis <kettenis@gnu.org>
547
548 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
549
550 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
551
552 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
553 hppa*-hp-hpux*.
554
555 2004-01-04 Mark Kettenis <kettenis@gnu.org>
556
557 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
558 x86_64-*-*.
559
560 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
561 sparc64-*-* and sparc*-solaris2*.
562
563 2004-01-04 Mark Kettenis <kettenis@gnu.org>
564
565 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
566 return ${tests}" test. The ${tests} already mentions the
567 filename.
568
569 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
570
571 * gdb.cp/local.exp: Accept gcc abi 2.
572
573 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
574
575 * gdb.cp/templates.exp: Accept gcc abi 2.
576
577 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
578
579 * lib/compiler.cc: Remove supports_template_debugging.
580 * gdb.cp/templates.exp: Do not test supports_template_debugging.
581
582 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
583
584 * gdb.cp/namespace.exp: Accept gcc abi 2.
585
586 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
587
588 * gdb.cp/method.exp: Accept gcc abi 2.
589
590 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
591
592 * gdb.cp/classes.exp: Generate identical results as old version.
593 * gdb.cp/derivation.exp: Likewise.
594 * gdb.cp/overload.exp: Likewise.
595 * gdb.cp/virtfunc.exp: Likewise.
596
597 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
598
599 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
600 mysterious bug with sourceware version of expect.
601
602 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
603
604 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
605 current versions of gcc, including gcc abi 2. Remove gratuitous
606 restart of test program. Use gdb_test_multiple and gdb_test for
607 all tests. Add patterns to xfail missing "const" in "const char *"
608 and kfail PR gdb/1155.
609
610 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
611
612 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
613 current versions of gcc, including gcc abi 2. Remove gratuitous
614 restart of test program. Use gdb_test_multiple and gdb_test for
615 all tests. Add patterns to kfail PR gdb/1498.
616
617 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
618
619 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
620 current versions of gcc, including gcc abi 2. Use "breakpoint"
621 and "continue" instead of restarting the target program. Use
622 gdb_test_multiple and gdb_test for all tests.
623
624 2004-01-01 Mark Kettenis <kettenis@gnu.org>
625
626 * gdb.asm/asm-source.exp: Update copyright year. Link statically
627 for *-*-solaris2*.
628
629 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
630
631 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
632 current versions of gcc, including gcc abi 2. Use "breakpoint"
633 and "continue" instead of restarting the target program several
634 times. Use gdb_test_multiple and gdb_test for all tests.
635
636 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
637
638 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
639 source files.
640
641 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
642
643 * gdb.base/environ.exp: Handle compiling test case from multiple
644 source files.
645
646 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
647
648 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
649
650 2003-12-17 Jim Blandy <jimb@redhat.com>
651
652 * gdb.base/freebpcmd.c: Add copyright notice.
653
654 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
655
656 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
657
658 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
659
660 2003-12-13 Jim Blandy <jimb@redhat.com>
661
662 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
663
664 2003-12-12 Kevin Buettner <kevinb@redhat.com>
665
666 * gdb.asm/frv.inc: New file.
667 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
668
669 2003-12-09 Fred Fish <fnf@redhat.com>
670
671 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
672 functions to break1.c and leave prototypes behind. Add more
673 "set breakpoint NN here" comments.
674 * gdb.base/break1.c: New file.
675
676 * gdb.base/break.exp: Handle compiling test case from multiple
677 source files and change source file references as needed.
678 * gdb.base/completion.exp: Ditto.
679 * gdb.base/condbreak.exp: Ditto.
680 * gdb.base/define.exp: Ditto.
681 * gdb.base/ena-dis-br.exp: Ditto.
682 * gdb.base/info-proc.exp: Ditto.
683 * gdb.base/maint.exp: Ditto.
684 * gdb.base/until.exp: Ditto.
685
686 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
687 hardcoded line numbers.
688 * gdb.base/define.exp: Ditto.
689 * gdb.base/ena-dis-br.exp: Ditto.
690 * gdb.base/maint.exp: Ditto.
691 * gdb.base/until.exp: Ditto.
692
693 * gdb.base/completion.exp: Use "break1" for completion tests since
694 "break" is no longer a unique prefix.
695
696 2003-12-06 Andrew Cagney <cagney@redhat.com>
697
698 * gdb.base/structs.exp (test_struct_returns): When applicable, set
699 "return_value_unimplemented". When an unimplemented struct return
700 architecture, report incorrect values as a KFAIL
701
702 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
703
704 * gdb.cp/rtti.exp: Accept new wording of warning from
705 cp_lookup_rtti_type.
706
707 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
708
709 Partial fix for PR testsuite/1456.
710 * gdb.base/scope.exp (test_at_main): Replace references to
711 gcc_compiled with calls to test_compiler_info.
712 (test_at_foo): Likewise.
713 (test_at_bar): Likewise.
714
715 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
716
717 Partial fix for PR testsuite/1456.
718 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
719 to test_compiler_info.
720
721 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
722
723 * gdb.base/so-impl-ld.exp: Update copyright notice.
724
725 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
726
727 Partial fix for PR testsuite/1456.
728 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
729 to test_compiler_info.
730
731 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
732
733 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
734 from current versions of gdb. Clean up regular expressions.
735 Delete redundant timeout case.
736
737 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
738
739 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
740 from current versions of gdb. Clean up regular expressions.
741 Delete redundant timeout case.
742
743 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
744
745 Partial fix for PR testsuite/1456.
746 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
747 gcc_compiled with call to test_compiler_info.
748
749 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
750
751 Partial fix for PR testsuite/1456.
752 * gdb.base/list.exp (test_list_function): Delete unused declaration
753 of gcc_compiled.
754
755 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
756
757 Partial fix for PR testsuite/1456.
758 * gdb.base/complex.exp: Replace reference to gcc_compiled with
759 call to test_compiler_info.
760
761 2003-11-29 Mark Kettenis <kettenis@gnu.org>
762
763 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
764 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
765 it to create the appropriate note.inc.
766 * gdb.asm/asmsrc1.s: Include "note.inc".
767 * gdb.asm/netbsd.inc: New file.
768 * gdb.asm/empty.inc: New file.
769
770 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
771
772 Partial fix for PR testsuite/1456.
773 * gdb.base/constvars.exp: Replace references to gcc_compiled with
774 calls to test_compiler_info.
775
776 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
777
778 Partial fix for PR testsuite/1456.
779 * gdb.base/volatile.exp: Replace references to gcc_compiled with
780 calls to test_compiler_info.
781
782 2003-11-27 Mark Kettenis <kettenis@gnu.org>
783
784 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
785 pattern for the KFAILs.
786
787 2003-11-25 Adam Fedor <fedor@gnu.org>
788
789 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
790 * gdb.objc/objcdecode.m: New file.
791
792 2003-11-25 Adam Fedor <fedor@gnu.org>
793
794 * gdb.objc/nondebug.exp: Test for PR objc/1236.
795 * gdb.objc/nondebug.m: New file.
796
797 2003-11-26 Ben Elliston <bje@wasabisystems.com>
798
799 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
800 NetBSD as it does on FreeBSD. Modelled on a similar change by
801 Mark Kettenis on 2003-05-30.
802 (link-flags): Set to "--entry _start" regardless of target.
803 Special linker flags are to be appended to $link-flags.
804 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
805
806 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
807
808 * gdb.cp/method.exp: Accept output of new demangler.
809
810 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
811
812 * gdb/class2.exp: New file.
813 * gdb/class2.cc: New file.
814
815 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
816
817 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
818 of new demangler.
819
820 2003-11-23 Mark Kettenis <kettenis@gnu.org>
821
822 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
823 of gdb_test "run".
824
825 2003-11-23 Mark Kettenis <kettenis@gnu.org>
826
827 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
828 "continue" into "run".
829
830 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
831
832 Partial fix for PR testsuite/1456.
833 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
834 call to test_compiler_info.
835 * gdb.cp/ctti.exp: Likewise.
836 * gdb.cp/derivation.exp: Likewise.
837 * gdb.cp/member-ptr.exp: Likewise.
838 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
839 reference to gcc_compiled.
840
841 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
842
843 Fix PR testsuite/1463.
844 * gdb.base/structs.exp (start_structs_test): Call
845 get_debug_format before using the debug format.
846
847 2003-11-22 Andrew Cagney <cagney@redhat.com>
848
849 * lib/gdb.exp (gdb_test_multiple): Add simple example.
850 * gdb.base/structs.exp: Use gdb_test_multiple.
851
852 2003-11-20 Andrew Cagney <cagney@redhat.com>
853
854 * gdb.base/structs.exp: Handle and recover from internal errors.
855 Replace "foo${n}" with "foo<n>" in test messages.
856
857 * gdb.base/structs.exp: Update copyright. Rewrite.
858 * gdb.base/structs.c: Update copyright. Rewrite.
859
860 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
861 resync count exceeded.
862
863 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
864 from the internal error.
865 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
866 Original from Jim Blandy.
867 (gdb_test_multiple): Use gdb_internal_error_resync.
868
869 2003-11-19 Andrew Cagney <cagney@redhat.com>
870
871 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
872 KFAIL.
873
874 2003-11-17 Mark Kettenis <kettenis@gnu.org>
875
876 New testcase for PR backtrace/1435.
877 * gdb.arch/i386-unwind.exp: New file.
878 * gdb.arch/i386-unwind.c: New file.
879
880 2003-11-17 Andrew Cagney <cagney@redhat.com>
881
882 * lib/gdb.exp (compiler_info): New global.
883 (test_compiler_info): New function.
884 (get_compiler_info): Set compiler_info.
885 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
886 "compiler_info" to gcc-<major>-<minor>.
887
888 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
889
890 * gdb.trace/configure: Remove.
891
892 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
893
894 * gdb.base/break.c: Add comments to aid finding line numbers for
895 breakpoints.
896 * gdb.base/break.exp: Remove all references to explicit line
897 numbers.
898
899 2003-11-11 Nick Clifton <nickc@redhat.com>
900
901 * gdb.base/shreloc.exp: Do not run for targets which do not
902 support shared objects.
903
904 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
905
906 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
907 Don't run tests if nofileio flag is given.
908
909 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
910
911 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
912 as well as 'Watchpoint'.
913
914 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
915
916 Reported by Jim Ingham <jingham@apple.com>:
917 * gdb.base/annota1.exp: Match at least one occurrence of the
918 signal handler annotation.
919
920 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
921
922 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
923 as well as 'Watchpoint'.
924
925 2003-11-05 Michael Chastain <mec@shout.net>
926
927 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
928
929 2003-11-03 Kris Warkentin <kewarken@qnx.com>
930
931 * gdb.arch/gdb1291.c: New test file.
932 * gdb.arch/gdb1291.exp: New test script.
933 * gdb.arch/gdb1431.c: New test file.
934 * gdb.arch/gdb1431.exp: New test script.
935
936 2003-10-22 Michael Chastain <mec@shout.net>
937
938 * gdb.mi/pthreads.c: Add copyright notice.
939
940 2003-10-22 Michael Chastain <mec@shout.net>
941
942 * gdb.threads/pthreads.c: Add copyright notice.
943
944 2003-10-20 Michael Chastain <mec@shout.net>
945
946 * gdb.base/gdb1056.exp: New test script.
947
948 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
949
950 * gdb.threads/killed.exp: Use gdb_run_cmd.
951
952 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
953
954 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
955 create a core file.
956 * gdb.threads/gcore-thread.exp: Likewise.
957
958 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
959
960 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
961 type, based on char type.
962 (struct bit_flags_short_t): New bitfield type, based on short type.
963 (init_bit_flags_char): New fuction.
964 (init_bit_flags_short): Ditto.
965 (print_bit_flags_char): Ditto.
966 (print_bit_flags_short): Ditto.
967 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
968
969 2003-10-11 Michael Chastain <mec@shout.net>
970
971 * gdb.base/call-rt-st.exp: Update copyright year.
972
973 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
974
975 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
976 * gdb.disasm/sh3.s: Ditto.
977
978 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
979
980 * gdb.threads/switch-threads.exp: New test.
981 * gdb.threads/switch-threads.c: New source file.
982
983 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
984
985 * gdb.base/ending-run.exp: Add sh specific case.
986
987 2003-10-06 Andrew Cagney <cagney@redhat.com>
988
989 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
990 * gdb.disasm/mn10200.exp: Delete obsolete file.
991
992 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
993
994 * ChangeLog: Correct an entry command.exp -> commands.exp.
995 * gdb.base/commands.exp (bp_deleted_in_command_test)
996 (temporary_breakpoint_commands): Check noargs.
997
998 2003-09-25 David Carlton <carlton@kealia.com>
999
1000 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
1001 of some print tests, where appropriate. Add tests for C::D::cd,
1002 E::ce, F::cXfX, G::XgX.
1003 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
1004
1005 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
1006
1007 * lib/java.exp (java_init): Import target_alias before using it.
1008
1009 2003-09-25 David Carlton <carlton@kealia.com>
1010
1011 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
1012
1013 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
1014
1015 * gdb.base/selftest.exp: Accomodate more instruction reordering
1016 weirdness.
1017
1018 2003-09-17 Michael Chastain <mec@shout.net>
1019
1020 * gdb.cp/gdb1355.exp: New file.
1021 * gdb.cp/gdb1355.c: New file.
1022
1023 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
1024
1025 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
1026 * gdb.asm/sh.inc: New file.
1027
1028 2003-09-11 David Carlton <carlton@kealia.com>
1029
1030 * gdb.cp/namespace.exp: Add tests for namespace types.
1031 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
1032 (test_namespace): New.
1033
1034 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
1035
1036 * gdb.base/relocate.exp: Handle new gdb output at startup.
1037 * gdb.stabs/weird.exp: Ditto.
1038
1039 2003-09-08 Michael Chastain <mec@shout.net>
1040
1041 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
1042
1043 2003-09-07 Michael Chastain <mec@shout.net>
1044
1045 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
1046 'parse error'.
1047
1048 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
1049
1050 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
1051
1052 2003-08-30 Michael Chastain <mec@shout.net>
1053
1054 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
1055 * gdb.gdb/observer.exp: Ditto.
1056 * gdb.gdb/xfullpath.exp: Ditto.
1057
1058 2003-08-29 Mark Kettenis <kettenis@gnu.org>
1059
1060 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
1061 *-*-*bsd*.
1062
1063 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
1064
1065 * gdb.base/dump.exp: Skip for ia64.
1066
1067 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
1068
1069 * gdb.asm/asm-source.exp: Add ia64 support.
1070 * gdb.asm/ia64.inc: New file.
1071
1072 2003-08-22 Michael Chastain <mec@shout.net>
1073
1074 * gdb.cp: New directory.
1075 * gdb.cp/*: Copy from gdb.c++/*.
1076 * gdb.c++/*: Remove.
1077 * Makefile.in: Change gdb.c++ to gdb.cp.
1078 * configure.in: Ditto.
1079 * configure: Regnerate.
1080
1081 2003-08-18 Mark Kettenis <kettenis@gnu.org>
1082
1083 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
1084 * gdb.arch/i386-prologue.c (gdb1338): Add function.
1085
1086 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
1087
1088 * mi-var-display.exp (-var-list-children weird): Accept function
1089 pointers with argument types.
1090 * mi1-var-display.exp (-var-list-children weird): Likewise.
1091 * mi2-var-display.exp (-var-list-children weird): Likewise.
1092
1093 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
1094
1095 * gdb.base/annota3.exp: Add missing newline.
1096
1097 2003-08-06 Michael Chastain <mec@shout.net>
1098
1099 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
1100
1101 2003-08-12 Michael Snyder <msnyder@redhat.com>
1102
1103 * gdb.base/float.exp: Add test for SH.
1104
1105 2003-08-10 Mark Kettenis <kettenis@gnu.org>
1106
1107 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
1108
1109 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
1110
1111 * gdb.base/completion.exp: Remove reduntant completion test
1112 on filename.
1113
1114 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
1115
1116 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
1117 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
1118 gdb.trace/save-trace.exp: Make sure that full pathnames are
1119 escaped correctly.
1120
1121 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
1122
1123 * configure.in: Don't generate config.h from config.hin.
1124 * configure: Regenerate.
1125 * config.hin: Remove file.
1126 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
1127 * gdb.threads/pthreads.c: Ditto.
1128
1129 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
1130
1131 From Kei Sakamoto <sakamoto.kei@renesas.com>:
1132 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
1133 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
1134 Replace ld24 with seth/add3.
1135
1136 2003-08-02 Andrew Cagney <cagney@redhat.com>
1137
1138 * gdb.base/annota3.exp: New file.
1139 * gdb.base/annota3.c: New file.
1140 * gdb.c++/annota3.exp: New file.
1141 * gdb.c++/annota3.cc: New file.
1142
1143 2003-07-29 Michael Chastain <mec@shout.net>
1144
1145 * gdb.threads/tls.c (spin): Check errno only if sem_wait
1146 actually failed.
1147 (do_pass): Likewise.
1148 * gdb.threads/tls.exp: Always initialize no_of_threads.
1149
1150 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
1151
1152 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
1153 pattern.
1154 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
1155 * gdb.threads/tls.exp: Recognize one case of the host library not
1156 supporting TLS.
1157
1158 2003-07-27 Andrew Cagney <cagney@redhat.com>
1159
1160 * gdb.base/fileio.exp: Use SH when running commands using
1161 remote_exec.
1162
1163 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
1164
1165 From Kei Sakamoto <sakamoto.kei@renesas.com>:
1166 * gdb.base/relocate.c (dummy): New padding array.
1167
1168 2003-07-22 Michael Snyder <msnyder@redhat.com>
1169
1170 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
1171
1172 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
1173 patterns to be more general, accepting old and new output.
1174 Some output chars (such as '+') also must be quoted.
1175 Some addresses are displayed numerically instead of
1176 symbolically.
1177
1178 2003-07-23 Michael Snyder <msnyder@redhat.com>
1179
1180 * gdb.base/return2.exp: Don't test long-long return.
1181
1182 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
1183 * gdb.disasm/t01_mov.exp: Ditto.
1184 * gdb.disasm/t02_mova.s: Ditto.
1185 * gdb.disasm/t02_mova.exp: Ditto.
1186 * gdb.disasm/t03_add.s: Ditto.
1187 * gdb.disasm/t03_add.exp: Ditto.
1188 * gdb.disasm/t04_sub.s: Ditto.
1189 * gdb.disasm/t04_sub.exp: Ditto.
1190 * gdb.disasm/t05_cmp.s: Ditto.
1191 * gdb.disasm/t05_cmp.exp: Ditto.
1192 * gdb.disasm/t06_ari2.s: Ditto.
1193 * gdb.disasm/t06_ari2.exp: Ditto.
1194 * gdb.disasm/t07_ari3.s: Ditto.
1195 * gdb.disasm/t07_ari3.exp: Ditto.
1196 * gdb.disasm/t08_or.s: Ditto.
1197 * gdb.disasm/t08_or.exp: Ditto.
1198 * gdb.disasm/t09_xor.s: Ditto.
1199 * gdb.disasm/t09_xor.exp: Ditto.
1200 * gdb.disasm/t10_and.s: Ditto.
1201 * gdb.disasm/t10_and.exp: Ditto.
1202 * gdb.disasm/t11_logs.s: Ditto.
1203 * gdb.disasm/t11_logs.exp: Ditto.
1204 * gdb.disasm/t12_bit.s: Ditto.
1205 * gdb.disasm/t12_bit.exp: Ditto.
1206 * gdb.disasm/t13_otr.s: Ditto.
1207 * gdb.disasm/t13_otr.exp: Ditto.
1208
1209 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
1210
1211 * gdb.threads/tls.exp :Add kfail for 'info address' case.
1212
1213 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
1214
1215 * gdb.threads/tls.c : New file.
1216 * gdb.threads/tls.exp : New file.
1217 * gdb.threads/tls-main.c : New file.
1218 * gdb.threads/tls-shared.c : New file.
1219 * gdb.threads/tls-shared.exp : New file.
1220
1221 2003-07-22 Andreas Schwab <schwab@suse.de>
1222
1223 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
1224
1225 2003-07-20 Andreas Schwab <schwab@suse.de>
1226
1227 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
1228 due to insn reordering.
1229
1230 2003-07-15 Andrew Cagney <cagney@redhat.com>
1231
1232 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
1233
1234 2003-07-15 Michael Chastain <mec@shout.net>
1235
1236 * gdb.base/gdb1250.exp: New file.
1237 * gdb.base/gdb1250.c: New file.
1238
1239 2003-07-09 Michal Ludvig <mludvig@suse.cz>
1240
1241 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
1242 expansion of size_t to 'unsigned long', not only to 'unsigned'.
1243
1244 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
1245
1246 * gdb.threads/tls.c: New file.
1247 * gdb.threads/tls.exp: New file.
1248 * gdb.threads/tls-main.c: New file.
1249 * gdb.threads/tls-shared.c: New file.
1250 * gdb.threads/tls-shared.exp: New file.
1251
1252 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
1253
1254 * gdb.base/annota1.exp: Make sure that we properly escape the
1255 full path of the source file. Xfail more permissive patterns,
1256 due to a compiler debug info problem.
1257
1258 2003-07-07 Andreas Schwab <schwab@suse.de>
1259
1260 * gdb.asm/m68k.inc: New file.
1261 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
1262
1263 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
1264 arguments"): Also match negative number.
1265
1266 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
1267
1268 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
1269
1270 * gdb.base/store.c (charest): New typedef.
1271 (add_char): Rename to add_charest, update.
1272 (wack_char): Rename to wack_charest, update types. Return l + r
1273 to keep r live across the call.
1274 (wack_short, wack_int, wack_long, wack_longest, wack_float)
1275 (wack_double, wack_doublest): Return l + r to keep r live across
1276 the call.
1277 * gdb.base/store.exp: Accomodate store.c changes.
1278
1279 2003-06-30 David Carlton <carlton@kealia.com>
1280
1281 * gdb.c++/maint.exp (test_invalid_name): New.
1282 (test_first_component): Add tests for invalid names.
1283
1284 2003-06-29 Michael Chastain <mec@shout.net>
1285
1286 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
1287 output of '<VTT for class>' for virtual base classes.
1288
1289 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1290
1291 * gdb.base/completion.exp: Tab-complete "complet" instead of
1292 "compl".
1293 * gdb.base/complex.exp, gdb.base/complex.c: New files.
1294
1295 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1296
1297 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
1298 * gdb.base/volatile.exp: Likewise.
1299
1300 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
1301
1302 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
1303 gdb/1265.
1304
1305 2003-06-28 Michael Chastain <mec@shout.net>
1306 Daniel Jacobowitz <drow@mvista.com>
1307
1308 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
1309 initial line count of 'captured_main' from 26 to 32.
1310 (test_with_self): Allow xmalloc call to be interleaved with the
1311 preceding two lines.
1312
1313 2003-06-24 Joel Brobecker <brobecker@gnat.com>
1314
1315 * gdb.base/bang.exp: New testcase.
1316
1317 2003-06-23 Joel Brobecker <brobecker@gnat.com>
1318
1319 * gdb.base/langs.exp: Add some tests for the "minimal" language
1320 support.
1321
1322 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
1323
1324 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
1325 the testcase.
1326
1327 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1328
1329 * gdb.base/relocate.exp: Test add-symbol-file with a variable
1330 offset.
1331
1332 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
1333
1334 * gdb.c++/pr-1210.cc: New file.
1335 * gdb.c++/pr-1210.exp: New file.
1336
1337 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
1338
1339 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
1340 000-exec-continue.
1341
1342 2003-06-15 Mark Kettenis <kettenis@gnu.org>
1343
1344 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
1345 on *-*-*bsd* instead of *-*-freebsd*.
1346
1347 2003-06-14 Andrew Cagney <cagney@redhat.com>
1348
1349 * gdb.base/store.exp: Test longest and doublest. Test all
1350 parameters. Weaken return statement match.
1351 * gdb.base/store.c: Add longest and doublest - aka long long and
1352 long double functions. Put all parameters into local register
1353 variables. Use negative values.
1354
1355 2003-06-14 Andrew Cagney <cagney@redhat.com>
1356
1357 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
1358 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
1359 exit status.
1360 * gdb.base/fileio.exp: Disable target when nointerrupts and
1361 noinferiorio, instead of limiting it to remote. Use remote_exec
1362 instead of system.
1363
1364 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
1365
1366 * gdb.base/float.exp: Add ia64 support.
1367
1368 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
1369
1370 * gdb.base/fileio.exp: Run only on remote targets.
1371
1372 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
1373
1374 * gdb.base/fileio.c: New file, testing File-I/O.
1375 * gdb.base/fileio.exp: Ditto.
1376
1377 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
1378
1379 * gdb.base/shreloc.exp: New file, check symbol values obtained from
1380 shared objects after relocation at load time (gdb PR/1132).
1381 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
1382 as above, part of the shared object relocation test.
1383
1384 2003-06-08 Mark Kettenis <kettenis@gnu.org>
1385
1386 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
1387 fully filled history list.
1388 * gdb.base/gdb_history: New file.
1389
1390 * gdb.base/signals.exp: XFAIL "continue to func1" on
1391 i*86-*-freebsd*.
1392
1393 * gdb.base/attach.exp: When trying to attach to a nonexistent
1394 process, make it possible to specify the PID based on the target,
1395 and do so for *-*-freebsd*.
1396
1397 2003-06-02 Richard Henderson <rth@redhat.com>
1398
1399 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
1400
1401 2003-06-02 Richard Henderson <rth@redhat.com>
1402
1403 * gdb.base/selftest.exp: Next over lim_at_start initialization.
1404
1405 2003-06-02 Richard Henderson <rth@redhat.com>
1406
1407 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
1408
1409 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
1410
1411 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
1412 of globalvar.
1413
1414 2003-06-01 Mark Kettenis <kettenis@gnu.org>
1415
1416 * gdb.asm/asm-source.exp: Check for memory read errors in
1417 disassembler test on *BSD too.
1418
1419 2003-06-01 Richard Henderson <rth@redhat.com>
1420
1421 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
1422 for .frame.
1423 (gdbasm_call): Lose ldgp.
1424 (gdbasm_startup): Add frame information.
1425 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
1426
1427 2003-05-31 Mark Kettenis <kettenis@gnu.org>
1428
1429 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
1430 i?86-*-*.
1431
1432 2003-05-30 Mark Kettenis <kettenis@gnu.org>
1433
1434 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
1435 FreeBSD.
1436
1437 2003-05-29 Richard Henderson <rth@redhat.com>
1438
1439 * gdb.asm/alpha.inc: New file.
1440 * gdb.asm/asm-source.exp: Use it.
1441
1442 2003-05-29 Jim Blandy <jimb@redhat.com>
1443
1444 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
1445 'core.PID'.
1446
1447 2003-05-22 Jim Blandy <jimb@redhat.com>
1448
1449 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
1450 backtrace.
1451
1452 2003-05-20 David Carlton <carlton@math.stanford.edu>
1453
1454 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
1455 this time.
1456
1457 2003-05-19 David Carlton <carlton@bactrian.org>
1458
1459 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
1460 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
1461
1462 2003-05-19 David Carlton <carlton@bactrian.org>
1463
1464 * gdb.c++/namespace.exp: Add namespace scope and anonymous
1465 namespace tests.
1466 Bump copyright date.
1467 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
1468 (main): Call C::D::marker2.
1469 * gdb.c++/namespace1.cc: New file.
1470
1471 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
1472
1473 Roland McGrath <roland@redhat.com>
1474 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
1475 there is no manager thread.
1476
1477 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
1478
1479 * gdb.threads/schedlock.exp: Remove assumption that all threads
1480 will run in a particular small time slice. Also ensure we break
1481 in one of the child threads rather than the main thread.
1482
1483 2003-05-07 Jim Blandy <jimb@redhat.com>
1484
1485 Add support for assembly source testing on the s390x.
1486 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
1487 architecture.
1488 * gdb.asm/s390x.inc: New file.
1489
1490 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
1491 succession of 'if' statements.
1492
1493 2003-05-05 Andrew Cagney <cagney@redhat.com>
1494
1495 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
1496
1497 2003-05-05 Andrew Cagney <cagney@redhat.com>
1498
1499 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
1500 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
1501
1502 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
1503
1504 * gdb.base/charset.exp: Update based on new behavior of set/show
1505 charset commands.
1506
1507 2003-05-01 Andrew Cagney <cagney@redhat.com>
1508
1509 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
1510 variable do not give memory errors.
1511
1512 2003-04-30 Adam Fedor <fedor@gnu.org>
1513
1514 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
1515 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
1516 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
1517 gdb.objc/basicclass.m: : New files
1518
1519 * lib/gdb.exp (gdb_compile_objc): New procedure.
1520
1521 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
1522
1523 * gdb.base/signals.exp: Make backtrace tests more specific.
1524
1525 2003-04-23 David Carlton <carlton@bactrian.org>
1526
1527 * gdb.c++/maint.exp (test_first_component): Add tests for
1528 'operator' in more locations.
1529
1530 2003-04-16 Kevin Buettner <kevinb@redhat.com>
1531
1532 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
1533
1534 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
1535
1536 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
1537 func marke' instead. Update test name.
1538
1539 2003-04-15 David Carlton <carlton@math.stanford.edu>
1540
1541 * gdb.c++/maint.exp: New file.
1542
1543 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
1544
1545 * gdb.threads/schedlock.c: Change type of thread function argument
1546 to long, to avoid warnings on 64-bit platforms.
1547
1548 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
1549
1550 * gdb.base/attach.exp: Add new message from ptrace in case of
1551 attaching to nonexistent process.
1552
1553 2003-04-11 Jim Blandy <jimb@redhat.com>
1554
1555 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1556 gdb.c++/userdef.cc: Place comments on the lines to which the
1557 marker function might return.
1558 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1559 gdb.c++/userdef.exp: Look for those comments to check that we've
1560 returned to the right place, instead of checking line numbers.
1561
1562 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
1563
1564 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
1565 match on sourcefile name, instead of directory name.
1566
1567 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
1568
1569 * gdb.base/completion.exp: Use string_to_regexp to match the
1570 working directory name.
1571
1572 2003-04-09 Jim Blandy <jimb@redhat.com>
1573
1574 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1575 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
1576 after an inferior function call, report the failure, but allow the
1577 test to continue.
1578
1579 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
1580
1581 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
1582 with -DPROTOTYPES.
1583
1584 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
1585
1586 * gdb.base/break.exp: Revert last patch.
1587
1588 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
1589
1590 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
1591 with -DPROTOTYPES.
1592
1593 2003-04-02 Andrew Cagney <cagney@redhat.com>
1594
1595 * gdb.base/callfuncs.exp: Make "print add" messages unique.
1596 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
1597 matching directories by the name breakpoint.
1598 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
1599 Make "continue to marker1" consistent.
1600 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
1601 message consistent.
1602 * lib/gdb.exp: Put "the program is no longer running", and "the
1603 program exited" in parenthesis.
1604 * lib/mi-support.exp: Ditto.
1605
1606 2003-04-02 Bob Rossi <bob_rossi@cox.net>
1607
1608 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
1609
1610 2003-03-29 Andrew Cagney <cagney@redhat.com>
1611
1612 * gdb.base/sizeof.c (main): Print the value of '\377'.
1613 * gdb.base/sizeof.exp: Check the sign of '\377'.
1614
1615 2003-03-27 Michael Chastain <mec@shout.net>
1616
1617 * gdb.base/gdb1090.exp: New file.
1618 * gdb.base/gdb1090.cc: New file.
1619
1620 2003-03-27 J. Brobecker <brobecker@gnat.com>
1621
1622 * gdb.gdb/observer.exp: New regression test.
1623
1624 2003-03-27 Michael Chastain <mec@shout.net>
1625
1626 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
1627 * gdb.base/ptype.exp: Likewise.
1628
1629 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
1630
1631 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
1632
1633 2003-03-26 Michael Chastain <mec@shout.net>
1634
1635 * gdb.base/ptype.exp: Actually use some typedef'd types.
1636
1637 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
1638
1639 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
1640 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
1641
1642 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1643
1644 * gdb.base/default.exp: Fix regular expression.
1645
1646 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1647
1648 * gdb.base/args.exp: Fix regular expression.
1649
1650 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1651
1652 * gdb.base/help.exp: Allow Win32 child process.
1653
1654 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1655
1656 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
1657 when stepping out of main().
1658
1659 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1660
1661 * gdb.base/default.exp: Check for win32 specific message when calling
1662 "run" without executable.
1663
1664 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1665
1666 * gdb.base/args.exp: Expect .exe in output.
1667
1668 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1669
1670 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
1671 Cygwin native.
1672
1673 2003-03-17 Andrew Cagney <cagney@redhat.com>
1674
1675 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
1676 vector registes.
1677 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
1678 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
1679
1680 2003-03-17 David Carlton <carlton@math.stanford.edu>
1681
1682 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
1683 test, for PR breakpoints/38.
1684 Call test_watchpoint_and_breakpoint.
1685 * gdb.base/watchpoint.c (func3): New function.
1686 (main): Call func3.
1687
1688 2003-03-04 David Carlton <carlton@math.stanford.edu>
1689
1690 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
1691 Garply<Garply<char> >:: garply".
1692 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
1693 with respect to PR c++/1111; note also PR c++/1113.
1694 (test_template_breakpoints): KFAIL "constructor breakpoint" with
1695 respect to PR c++/1062.
1696 KFAIL "destructor breakpoint" with respect to PR c++/1112.
1697
1698 2003-03-03 David Carlton <carlton@math.stanford.edu>
1699
1700 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
1701 with respect to PR c++/57.
1702 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
1703 c++/826.
1704 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
1705 respect to PR c++/57.
1706
1707 2003-03-03 David Carlton <carlton@math.stanford.edu>
1708
1709 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
1710 respect to PR c++/33 into FAILs.
1711
1712 2003-03-03 Michael Chastain <mec@shout.net>
1713
1714 * configure.in: Update copyright years.
1715
1716 2003-03-03 Michael Chastain <mec@shout.net>
1717
1718 * Makefile.in: Update copyright years.
1719
1720 2003-02-28 David Carlton <carlton@math.stanford.edu>
1721
1722 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
1723 print class instead of struct and/or superfluous protection
1724 specifiers, as long as the resulting output is equivalent to the
1725 source code.
1726 Delete FIXME from end of messages on tests that don't need
1727 fixing.
1728
1729 2003-02-28 David Carlton <carlton@math.stanford.edu>
1730
1731 * gdb.c++/templates.exp (do_tests): Allow const in the two
1732 Foo<volatile char *>::foo tests.
1733
1734 2003-02-27 Michael Snyder <msnyder@redhat.com>
1735
1736 * gdb.base/restore.c (main): Return zero, so exit code
1737 will be consistant.
1738
1739 2003-02-26 David Carlton <carlton@math.stanford.edu>
1740
1741 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
1742 char *>::foo" test with respect to PR c++/33. Create a new test
1743 which is identical to that one except that it doesn't put the
1744 space between the "char" and the "*"; KFAIL it, too.
1745
1746 2003-02-26 David Carlton <carlton@math.stanford.edu>
1747
1748 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
1749 template types into either PASSes or KFAILs (corresponding to PR
1750 c++/57). Tweak indentation. Update copyright.
1751
1752 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
1753
1754 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
1755
1756 2003-02-13 Michael Chastain <mec@shout.net>
1757
1758 * gdb.base/exprs.exp: Remove i960 remnants.
1759 * gdb.base/funcargs.exp: Likewise.
1760 * gdb.base/list.exp: Likewise.
1761 * gdb.base/ptype.exp: Likewise.
1762
1763 2003-02-14 David Carlton <carlton@math.stanford.edu>
1764
1765 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
1766 pEe->D::vg()" from XFAIL to KFAIL.
1767
1768 2003-02-13 Jason Molenda (jmolenda@apple.com)
1769
1770 * gdb.base/maint.exp: Update maint print statistics regexp to include
1771 new entries.
1772
1773 2003-02-13 Michael Chastain <mec@shout.net>
1774
1775 * gdb.c++/inherit.exp: Remove call to get_debug_format.
1776
1777 2003-02-12 Michael Chastain <mec@shout.net>
1778
1779 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
1780 * gdb.c++/inherit.exp: Likewise.
1781 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
1782 * gdb.c++/templates.exp: Likewise.
1783 * gdb.c++/virtfunc.exp: Likewise.
1784
1785 2003-02-06 Jason Molenda (jason-cl@molenda.com)
1786
1787 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
1788 why the code is written that way.
1789
1790 2003-02-05 Michael Chastain <mec@shout.net>
1791
1792 * gdb.base/dump.exp: Add missing copyright line.
1793
1794 2003-02-05 Jason Molenda (jason-cl@molenda.com)
1795
1796 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
1797 at the beginning so the breakpoint doesn't get set on the loop.
1798
1799 2003-02-05 Michael Chastain <mec@shout.net>
1800
1801 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
1802 output for configurations with gcc 2.95.3.
1803
1804 2003-02-05 Keith Seitz <keiths@redhat.com>
1805 Andrew Cagney <ac131313@redhat.com>
1806
1807 * gdb.mi/mi-cli.exp: New file.
1808
1809 2003-02-04 Michael Chastain <mec@shout.net>
1810
1811 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
1812 Call perror and then continue.
1813
1814 2003-02-03 Michael Chastain <mec@shout.net>
1815
1816 * gdb.c++/pr-1023.cc: New file.
1817 * gdb.c++/pr-1023.exp: New file.
1818
1819 2003-02-05 Jim Blandy <jimb@redhat.com>
1820
1821 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
1822 it's local to foobar. Check for it there, and check that it's not
1823 present in main.
1824 * gdb.c++/local.cc (marker2): New function.
1825 (foobar): Call marker1.
1826 (main): Call marker2 instead of marker1.
1827
1828 2003-02-04 Andrew Cagney <ac131313@redhat.com>
1829
1830 * gdb.disasm/mn10200.exp: Obsolete file.
1831 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
1832 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
1833 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
1834
1835 2003-02-04 David Carlton <carlton@math.stanford.edu>
1836
1837 * gdb.c++/overload.exp: Test intToChar(1).
1838 * gdb.c++/overload.cc (intToChar): New.
1839 (main): Call intToChar.
1840
1841 2003-02-03 David Carlton <carlton@math.stanford.edu>
1842
1843 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
1844 'might_kfail' arg.
1845 KFAIL some of the continue_to_bp_overloaded calls, according to
1846 PR c++/1025.
1847
1848 2003-02-01 Michael Chastain <mec@shout.net>
1849
1850 * gdb.base/advance.c (marker1): New marker function.
1851 * gdb.base/advance.exp: When the 'advance' command lands on the
1852 return breakpoint, it can legitimately stop on either the
1853 current line or the next line. Accommodate both outcomes.
1854 * gdb.base/until.exp: Likewise.
1855
1856 2003-02-02 Andrew Cagney <ac131313@redhat.com>
1857
1858 2002-11-10 Jason Molenda (jason-cl@molenda.com):
1859 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
1860 now a list, not a tuple.
1861 * gdb.mi/mi-var-display.exp: Ditto.
1862 * gdb.mi/gdb792.exp: Ditto.
1863
1864 2003-02-01 Andrew Cagney <ac131313@redhat.com>
1865
1866 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
1867 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
1868 stack backtraces.
1869 * gdb.mi/mi-syn-frame.c: Part of same.
1870
1871 2003-02-01 Mark Kettenis <kettenis@gnu.org>
1872
1873 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
1874 gdb.mi/mi1-pthreads.exp: Return instead of calling
1875 gdb_suppress_entire_file.
1876
1877 2003-02-01 Mark Salter <msalter@redhat.com>
1878
1879 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
1880
1881 2003-01-31 Mark Salter <msalter@redhat.com>
1882
1883 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
1884 Support empty arg.
1885
1886 2003-01-30 Michael Chastain <mec@shout.net>
1887
1888 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
1889 This was a workaround for a UTF-8 bug in readline 4.3. The bug
1890 has been fixed in gdb/readline on 2003-01-09.
1891
1892 2003-01-29 Michael Snyder <msnyder@redhat.com>
1893
1894 * gdb.base/maint.exp: Allow for leading underscore in symbol.
1895 * gdb.base/display.exp: Allow for leading underscore in symbol.
1896 * gdb.base/args.exp: Skip if target does not support args passing.
1897
1898 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
1899
1900 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
1901 gdb_test. Accept a list of expect arguments as the third
1902 parameter.
1903 (gdb_test): Use it.
1904
1905 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
1906
1907 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
1908 allow for different test tree configurations. Update some
1909 tescases accordingly.
1910 * gdb.arch/altivec-regs.exp: Ditto.
1911 * gdb.asm/asm-source.exp: Ditto.
1912 * gdb.base/advance.exp: Ditto.
1913 * gdb.base/display.exp: Ditto.
1914 * gdb.base/long_long.exp: Ditto.
1915 * gdb.base/mips_pro.exp: Ditto.
1916 * gdb.base/overlays.exp: Ditto.
1917 * gdb.base/relocate.exp: Ditto.
1918 * gdb.base/setshow.exp: Ditto.
1919 * gdb.base/step-line.exp: Ditto.
1920 * gdb.base/step-test.exp: Ditto.
1921 * gdb.base/until.exp: Ditto.
1922 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
1923
1924 2003-01-17 David Carlton <carlton@math.stanford.edu>
1925
1926 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
1927 corresponding to PR c++/945.
1928 Update copyright.
1929
1930 2003-01-17 David Carlton <carlton@math.stanford.edu>
1931
1932 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
1933 corresponding to PR c++/68.
1934
1935 2003-01-17 David Carlton <carlton@math.stanford.edu>
1936
1937 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
1938 (test_paddr_hairy_functions): Call print_addr_2_kfail for
1939 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
1940
1941 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
1942
1943 * gdb.base/break.exp: Fix change of default location, because of
1944 removal of until tests.
1945 * gdb.base/help.exp: Update test for new 'until' help message.
1946 Add test for help on 'advance'.
1947 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
1948
1949 2003-01-15 Mark Kettenis <kettenis@gnu.org>
1950
1951 * gdb.base/default.exp: Adapt "info float" test for recent changes
1952 to that command. Add test for "info vector".
1953 * gdb.base/float.exp: New file. Add test for "info float" that
1954 resembles the old test in gdb.base/default.exp.
1955
1956 2003-01-15 David Carlton <carlton@math.stanford.edu>
1957
1958 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
1959
1960 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
1961
1962 * gdb.base/break.exp: Move the tests of until command from here...
1963 * gdb.base/until.exp: ... to here. New file. Add other tests.
1964 * gdb.base/advance.c: New file.
1965 * gdb.base/advance.exp: New file.
1966
1967 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
1968
1969 * gdb.base/args.c: New file.
1970 * gdb.base/args.exp: New file.
1971
1972 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
1973
1974 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
1975
1976 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
1977
1978 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
1979
1980 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
1981
1982 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
1983 dates.
1984
1985 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1986
1987 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
1988
1989 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1990
1991 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
1992 (ptype &*"foo").
1993 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
1994
1995 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
1996
1997 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
1998 * gdb.mi/mi1-console.exp: Likewise.
1999
2000 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
2001
2002 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
2003 * gdb.mi/mi1-console.exp: Likewise.
2004
2005 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
2006
2007 * gdb.c++/overload.exp: Remove some fixed XFAILs.
2008
2009 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
2010
2011 * gdb.base/detach.exp: New test.
2012
2013 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
2014
2015 * Makefile.in (ALL_SUBDIRS): New variable.
2016 (subdirs, clean, distclean): Use it.
2017 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
2018 regenerating Makefile, since it is generated from the top level.
2019 * gdb.asm/Makefile.in: Likewise.
2020 * gdb.base/Makefile.in: Likewise.
2021 * gdb.c++/Makefile.in: Likewise.
2022 * gdb.disasm/Makefile.in: Likewise.
2023 * gdb.java/Makefile.in: Likewise.
2024 * gdb.mi/Makefile.in: Likewise.
2025 * gdb.threads/Makefile.in: Likewise.
2026 * gdb.trace/Makefile.in: Likewise.
2027
2028 2003-01-09 David Carlton <carlton@math.stanford.edu>
2029
2030 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
2031 Add copyright year 2003.
2032
2033 2003-01-06 Michael Chastain <mec@shout.net>
2034
2035 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
2036 When selecting a thread, 'line' and 'file' are optional.
2037 * gdb.mi/mi1-pthreads.exp: Likewise.
2038
2039 2003-01-06 Andreas Schwab <schwab@suse.de>
2040
2041 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
2042 failures.
2043
2044 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
2045
2046 Fix PR gdb/844
2047 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
2048 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
2049
2050 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
2051 instead of calling gdb_suppress_entire_file.
2052 * gdb.threads/print-threads.exp: Likewise.
2053 * gdb.threads/schedlock.exp: Likewise.
2054
2055 * gdb.threads/killed.exp: Return instead of calling
2056 gdb_suppress_entire_file.
2057 * gdb.threads/linux-dp.exp: Likewise.
2058 * gdb.threads/pthreads.exp: Likewise.
2059
2060 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
2061
2062 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
2063 stabs.
2064 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
2065 * gdb.base/whatis.exp: Always allow (void) after function names.
2066
2067 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
2068
2069 * gdb.c++/casts.exp: Correct regexp.
2070
2071 2003-01-04 Mark Kettenis <kettenis@gnu.org>
2072
2073 * configure.in: Call AC_CONFIG_HEADER. Don't call
2074 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
2075 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
2076 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
2077 aforementioned directories in the AC_OUPUT call.
2078 * config.hin: New file.
2079 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
2080 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
2081 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
2082 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
2083 pass -I$objdir instead of -I$objdir/$subdir in compilation.
2084 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
2085 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
2086 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
2087 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
2088 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
2089 gdb.threads/configure.in, gdb.threads/configure,
2090 gdb.threads/config.in, gdb.trace/configure.in,
2091 gdb.trace/configure: Removed.
2092
2093 2003-01-03 Michael Chastain <mec@shout.net>
2094
2095 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
2096 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
2097
2098 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
2099
2100 * gdb.base/store.exp: Fix regular expressions.
2101
2102 2002-12-28 Mark Kettenis <kettenis@gnu.org>
2103
2104 * configure.in: Rewrite.
2105 * configure: Regenerated.
2106
2107 2003-01-03 David Carlton <carlton@math.stanford.edu>
2108
2109 * gdb.base/psymtab.exp: New file.
2110 * gdb.base/psymtab1.c: Ditto.
2111 * gdb.base/psymtab2.c: Ditto.
2112
2113 2002-12-23 Adam Fedor <fedor@gnu.org>
2114
2115 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
2116
2117 2002-12-23 David Carlton <carlton@math.stanford.edu>
2118
2119 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
2120 and current_directory initialization.
2121
2122 2002-12-22 Jim Blandy <jimb@redhat.com>
2123
2124 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
2125 rather than as part of the output file name.
2126
2127 * gdb.base/attach.exp: There's no need to copy the test program to
2128 /tmp; that was only ever necessary on HP/UX, and this test is
2129 entirely disabled there anyway.
2130
2131 2002-12-21 Jim Blandy <jimb@redhat.com>
2132
2133 * gdb.c++/psmang.exp: Doc fix.
2134
2135 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
2136 test.
2137
2138 2002-12-20 David Carlton <carlton@math.stanford.edu>
2139
2140 * gdb.c++/annota2.exp: KFAIL annotate-quit.
2141
2142 2002-12-18 Michael Chastain <mec@shout.net>
2143
2144 * gdb.c++/annota2.exp: Add copyright year 2002.
2145
2146 2002-12-17 David Carlton <carlton@math.stanford.edu>
2147
2148 * gdb.c++/try_catch.cc: Add marker comments.
2149 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
2150 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
2151 * gdb.c++/m-static.cc: Ditto.
2152 * gdb.c++/m-static1.cc: Ditto.
2153 * gdb.c++/try_catch.cc: Ditto.
2154
2155 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
2156
2157 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
2158 to see whether we are using the new -environment-directory
2159 command which resets via -r or the old version of the command
2160 which may prompt the user. Part of fix for gdb/741.
2161
2162 2002-12-13 Andrew Cagney <ac131313@redhat.com>
2163
2164 * gdb.fortran/types.exp: Update obsolete comment.
2165 * gdb.fortran/exprs.exp: Ditto.
2166 * lib/gdb.exp: Delete obsolete code.
2167 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
2168 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
2169 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
2170 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
2171 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
2172 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
2173 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
2174 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
2175 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
2176 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
2177 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
2178 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
2179 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
2180 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
2181 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
2182 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
2183 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
2184 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
2185 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
2186 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
2187 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
2188 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
2189 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
2190 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
2191 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
2192 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
2193 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
2194 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
2195 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
2196 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
2197 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
2198 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
2199 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
2200 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
2201 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
2202 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
2203 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
2204
2205 2002-12-11 David Carlton <carlton@math.stanford.edu>
2206
2207 * gdb.c++/m-data.exp: Add test for members that shadow global
2208 variables: see PR gdb/804.
2209 * gdb.c++/m-data.cc: Ditto.
2210
2211 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
2212
2213 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
2214
2215 2002-12-06 David Carlton <carlton@math.stanford.edu>
2216
2217 * gdb.base/store.c: Don't declare functions static.
2218
2219 2002-12-04 Andrew Cagney <ac131313@redhat.com>
2220
2221 * gdb.base/store.exp, gdb.base/store.c: New files.
2222
2223 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
2224
2225 * gdb.base/selftest.exp: Update for current gdb.
2226
2227 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
2228
2229 * gdb.base/maint.exp: Only dump symbols from one source file
2230 or objfile.
2231
2232 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
2233
2234 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
2235 function call.
2236
2237 2002-11-25 Jim Blandy <jimb@redhat.com>
2238
2239 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
2240 function appearing in error message.
2241
2242 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
2243
2244 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
2245
2246 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
2247
2248 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
2249 for mi1 and current mi is in correct format. New mi startup message
2250 should be in mi console format. This is part of fix for PR gdb/604.
2251
2252 2002-09-18 Fernando Nasser <fnasser@redhat.com>
2253
2254 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
2255 which explicitly prints the zero offset as "+0".
2256
2257 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
2258
2259 * gdb.threads/schedlock.c (args): Make unsigned.
2260
2261 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
2262
2263 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
2264 numbers. Allow "foo2|selected stack frame".
2265 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
2266 * gdb.asm/asmsrc2.s: Likewise.
2267 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
2268 comments.
2269 * gdb.asm/mips.inc: New file.
2270
2271 2002-10-18 Adam Fedor <fedor@gnu.org>
2272
2273 * gdb.base/default.exp: Update expected output to include 'ObjC'.
2274 * gdb.base/help.exp: Likewise.
2275
2276 2002-10-17 Kevin Buettner <kevinb@redhat.com>
2277
2278 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
2279 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
2280
2281 2002-10-02 Jim Blandy <jimb@redhat.com>
2282
2283 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
2284
2285 2002-10-01 Andrew Cagney <ac131313@redhat.com>
2286
2287 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
2288 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
2289 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
2290 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
2291 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
2292 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
2293 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
2294
2295 2002-09-29 Andrew Cagney <ac131313@redhat.com>
2296
2297 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
2298 * mi0-disassemble.exp, mi0-eval.exp: Delete.
2299 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
2300 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
2301 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
2302 * mi0-var-block.exp, mi0-var-child.exp: Delete.
2303 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
2304
2305 2002-09-27 Kevin Buettner <kevinb@redhat.com>
2306
2307 * gdb.base/annota1.exp (info break): Make directory components of
2308 path optional since not all compilers emit this debug information.
2309
2310 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
2311 step ends up stepping out of the function instead of stopping on
2312 the epilogue.
2313
2314 2002-09-26 Keith Seitz <keiths@redhat.com>
2315
2316 * lib/insight-support.exp (gdbtk_start): Figure out where
2317 the insight executable is based on where gdb is. Use this
2318 executable to start insight instead of gdb.
2319
2320 2002-09-25 Andrew Cagney <cagney@redhat.com>
2321
2322 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
2323
2324 2002-09-24 Andrew Cagney <ac131313@redhat.com>
2325
2326 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
2327 test_isolated_complaints.
2328 (test_empty_complaint): New function.
2329 (test_empty_complaints): New function. Check no output when no
2330 complaints.
2331
2332 2002-09-19 Jim Blandy <jimb@redhat.com>
2333
2334 * gdb.base/charset.exp, gdb.base/charset.c: New files.
2335
2336 2002-09-19 Andrew Cagney <ac131313@redhat.com>
2337
2338 * gdb.gdb/complaints.exp: New file.
2339
2340 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2341
2342 * gdb.base/maint.exp: Check `help maint internal-warning'.
2343
2344 2002-09-18 David Carlton <carlton@math.stanford.edu>
2345
2346 * gdb.c++/m-static.exp: Remove breakpoints depending on line
2347 numbers, and replace them by a single breakpoint after the
2348 constructors are all finished.
2349 Add test 4.
2350 * gdb.c++/m-static.cc: Add test 4.
2351 * gdb.c++/m-static.h: New file.
2352 * gdb.c++/m-static1.cc: New file.
2353
2354 * gdb.c++/printmethod.exp: New file.
2355 * gdb.c++/printmethod.cc: New file.
2356
2357 * gdb.c++/pr-574.exp: New file.
2358 * gdb.c++/pr-574.cc: New file.
2359
2360 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
2361
2362 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
2363 embedded targets which never actually exit.
2364
2365 2002-09-18 Fernando Nasser <fnasser@redhat.com>
2366
2367 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
2368 "don't step after run" as unresolved or unsupported, instead of xfail.
2369
2370 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
2371
2372 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
2373 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
2374 Add newline to expected string in "step out of main (status wrapper)"
2375 case.
2376
2377 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
2378
2379 * lib/gdb.exp (rerun_to_main): Allow restarting application.
2380 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
2381
2382 2002-09-17 Tom Tromey <tromey@redhat.com>
2383
2384 * gdb.base/printcmds.exp (test_print_string_constants): Expect
2385 \000, not \0, in double-quoted string.
2386
2387 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
2388
2389 * gdb.base/commands.exp: Don't expect a "Program exited normally"
2390 string after running the commands execution on breakpoint tests.
2391
2392 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
2393
2394 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
2395
2396 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2397
2398 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
2399
2400 2002-09-10 Keith Seitz <keiths@redhat.com>
2401
2402 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
2403 runto proc.
2404 (mi_run_to_main): Use mi_runto.
2405 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
2406
2407 2002-09-10 Keith Seitz <keiths@redhat.com>
2408
2409 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
2410 regexp for stopping at main. Could have multiple event notifications.
2411 Don't assume that main was declared with no parameters.
2412 (mi_next): Use mi_step_to.
2413 (mi_step): Use mi_next_to.
2414
2415 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
2416
2417 * gdb.base/default.exp: Fix expected string in `info float' test.
2418
2419 2002-09-09 Ben Elliston <bje@redhat.com>
2420
2421 * config/mips.exp: Update comments.
2422 * config/mips-idt.exp: Likewise.
2423 * config/nind.exp: Likewise.
2424 * config/slite.exp: Likewise.
2425 * config/sparclet.exp: Likewise.
2426 * config/udi.exp: Likewise.
2427 * config/vx.exp: Likewise.
2428 * config/vxworks29k.exp: Likewise.
2429
2430 2002-09-05 Jim Blandy <jimb@redhat.com>
2431
2432 * gdb.threads/killed.exp: Fix test failure message.
2433
2434 2002-09-04 Keith Seitz <keiths@redhat.com>
2435
2436 * lib/mi-support.exp: Update copyright.
2437 (mi_gdb_test): Increase the priority of the expected pattern
2438 so that it matches gdb_test.
2439
2440 2002-09-03 Keith Seitz <keiths@redhat.com>
2441
2442 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
2443 Use integer comparison instead of string comparison for testing
2444 whether binary was built.
2445
2446 2002-09-03 Jim Blandy <jimb@redhat.com>
2447
2448 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
2449
2450 2002-08-29 Jim Blandy <jimb@redhat.com>
2451
2452 * gdb.threads/pthreads.exp: Move the portable thread compilation
2453 code into a function in lib/gdb.exp, and call that from here.
2454 * lib/gdb.exp (gdb_compile_pthreads): New function.
2455
2456 2002-08-29 Keith Seitz <keiths@redhat.com>
2457
2458 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
2459 expect_out so that callers can get at it.
2460
2461 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
2462
2463 * gdb.threads/print-threads.c: New file.
2464 * gdb.threads/print-threads.exp: New file.
2465 * gdb.threads/schedlock.c: New file.
2466 * gdb.threads/schedlock.exp: New file.
2467
2468 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2469
2470 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
2471 not altivec.c.
2472
2473 2002-08-17 Mark Kettenis <kettenis@gnu.org>
2474
2475 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
2476 targets. The problem should be fixed now.
2477
2478 2002-08-15 Mark Kettenis <kettenis@gnu.org>
2479
2480 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
2481 2002-07-24 change that removes final dots from error messages.
2482
2483 2002-08-13 Tom Tromey <tromey@redhat.com>
2484
2485 * gdb.base/readline.exp: New file.
2486
2487 2002-08-01 Andrew Cagney <ac131313@redhat.com>
2488
2489 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
2490 supress message.
2491
2492 2002-08-01 Andrew Cagney <cagney@redhat.com>
2493
2494 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
2495 CHILL_FOR_TARGET and CHILL_LIB.
2496 * configure.in (configdirs): Remove gdb.chill.
2497 * configure: Regenerate.
2498 * lib/gdb.exp: Obsolete references to chill.
2499 * gdb.fortran/types.exp: Ditto.
2500 * gdb.fortran/exprs.exp: Ditto.
2501
2502 2002-07-30 Kevin Buettner <kevinb@redhat.com>
2503
2504 * gdb.base/shlib-call.exp (additional_flags): Conditionally
2505 set Irix-specific compile and link flags.
2506
2507 2002-07-29 Kevin Buettner <kevinb@redhat.com>
2508
2509 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
2510 source files. The ``-o'' option doesn't work with the ``-E'' option
2511 when using the Irix compiler.
2512
2513 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
2514
2515 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
2516 Improve support for reusing an exec file. Copy exec file
2517 to target, and run gdbserver on the target instead of on the host.
2518
2519 2002-07-18 Jim Blandy <jimb@redhat.com>
2520
2521 * gdb.base/ending-run.exp: Don't expect to see the program end in
2522 some orderly fashion when we're running on a real stand-alone
2523 board.
2524
2525 * gdb.base/interrupt.exp: Correct logic for skipping tests on
2526 targets that don't support interrupts.
2527
2528 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2529
2530 * gdb.base/attach.exp: Add patterns to match output from /proc-based
2531 systems.
2532 Move comments in expect statements to inside the actions, so that they
2533 don't get matched against.
2534
2535 2002-07-10 Mark Kettenis <kettenis@gnu.org>
2536
2537 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
2538 function when asleep" test.
2539
2540 2002-07-10 Andrew Cagney <ac131313@redhat.com>
2541
2542 * gdb.base/page.exp: Rewrite to handle problems with very long
2543 `info set' output. Update copyright.
2544
2545 2002-06-26 Andrew Cagney <ac131313@redhat.com>
2546
2547 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
2548 gdb.threads-hp.
2549 * gdb.hp/configure: Regenerate.
2550 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
2551 * gdb.hp/gdb.threads-hp/configure: Delete file.
2552 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
2553
2554 2002-06-22 Andrew Cagney <ac131313@redhat.com>
2555
2556 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
2557 setlocale, bindtextdomain and textdomain.
2558
2559 2002-06-11 Jim Blandy <jimb@redhat.com>
2560
2561 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
2562 preprocessor macro information is present.
2563
2564 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
2565 tests.
2566
2567 2002-06-06 Michael Snyder <msnyder@redhat.com>
2568
2569 * gdb.base/overlays.exp: Record addresses of overlay
2570 functions in TCL variables rather than in GDB variables,
2571 to avoid having GDB convert them to pointers (with loss
2572 of information).
2573
2574 * gdb.base/d10v.ld: Merge in several years worth of
2575 default linker script changes.
2576 * gdb.base/long_long.exp: Add check for sizeof (long double).
2577
2578 2002-06-06 Michal Ludvig <mludvig@suse.cz>
2579
2580 * gdb.asm/asm-source.exp: Add x86-64 target.
2581 * gdb.asm/x86_64.inc: New.
2582
2583 2002-05-30 Michael Chastain <mec@shout.net>
2584
2585 From Benjamin Kosnik <bkoz@redhat.com>:
2586 * gdb.c++/m-static.cc: New file.
2587 * gdb.c++/m-static.exp: New file.
2588
2589 2002-05-28 Michael Snyder <msnyder@redhat.com>
2590
2591 * gdb.base/call-ar-st.exp: Allow for reduced floating point
2592 precision.
2593
2594 2002-05-27 Michael Chastain <mec@shout.net>
2595
2596 From Benjamin Kosnik <bkoz@redhat.com>:
2597 * gdb.c++/m-data.cc: New file.
2598 * gdb.c++/m-data.exp: New file.
2599
2600 2002-05-27 Michael Chastain <mec@shout.net>
2601
2602 From Benjamin Kosnik <bkoz@redhat.com>:
2603 * gdb.c++/try_catch.cc: New file.
2604 * gdb.c++/try_catch.exp: New file.
2605
2606 2002-05-27 Michael Chastain <mec@shout.net>
2607
2608 * gdb.c++/local.exp: Accept more nested types in output.
2609
2610 2002-05-26 Michael Chastain <mec@shout.net>
2611
2612 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
2613
2614 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
2615
2616 * lib/gdb.exp (gdb_wrapper_init): Just because
2617 gdb_wrapper_file exists, this does not mean that the file
2618 should not be rebuilt. That is what gdb_wrapper_initialized
2619 is for.
2620 (default_gdb_init): Reset gdb_wrapper_initialized.
2621
2622 2002-05-23 Michael Snyder <msnyder@redhat.com>
2623
2624 * gdb.base/all-bin.exp: Revise previous patch by just reducing
2625 the precision of the floating point test results.
2626 * gdb.base/call-rt-st.exp: Ditto.
2627
2628 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
2629 * gdb.base/call-rt-st.exp: Ditto.
2630
2631 2002-05-19 Michael Chastain <mec@shout.net>
2632
2633 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
2634
2635 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
2636
2637 * configure.in (configdirs): Add gdb.arch.
2638 * configure: Regenerate.
2639
2640 2002-05-17 Jim Blandy <jimb@redhat.com>
2641
2642 * gdb.base/completion.exp: Recognize the more detailed error
2643 messages produced by the macro expander's lexical analyzer.
2644
2645 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
2646
2647 * gdb.arch/altivec-abi.c: New file.
2648 * gdb.arch/altivec-abi.exp: New file.
2649 * gdb.arch/altivec-regs.c: New file.
2650 * gdb.arch/altivec-regs.exp: New file.
2651
2652 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
2653
2654 * gdb.base/maint.exp (maint print type): Update for new type
2655 structure.
2656
2657 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
2658
2659 * gdb.arch: New directory.
2660 * gdb.arch/configure.in: New file.
2661 * gdb.arch/configure: New file.
2662 * gdb.arch/Makefile.in: New file.
2663
2664 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
2665
2666 * gdb.asm/asm-source.exp: Add v850 as supported target.
2667 * gdb.asm/v850.inc: New file.
2668
2669 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
2670
2671 * gdb.c++/annota2.exp (annotate-quit): Add comment.
2672
2673 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
2674
2675 * gdb.base/break.exp: Check 'break "marker2"'.
2676
2677 2002-05-10 Michael Snyder <msnyder@redhat.com>
2678
2679 * gdb.base/long_long.exp: Fix typo.
2680
2681 2002-05-10 Jim Blandy <jimb@redhat.com>
2682
2683 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
2684 a bug.
2685
2686 * gdb.base/printcmds.exp (test_integer_literals_rejected):
2687 Recognize more detailed error message produced by the macro
2688 expander's lexical analyzer.
2689 * lib/gdb.exp (test_print_reject): Same.
2690
2691 2002-05-09 Mark Kettenis <kettenis@gnu.org>
2692
2693 * gdb.c++/method.exp: Fix typo.
2694
2695 2002-05-08 Michael Snyder <msnyder@redhat.com>
2696
2697 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
2698 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
2699 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
2700 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
2701 Add iftarget clause for strongarm.
2702
2703 2002-05-06 Michael Snyder <msnyder@redhat.com>
2704
2705 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
2706 (gdb_continue_to_end): Accept output from status wrapper.
2707 * gdb.base/ending-run.exp: Add case for output from status wrapper.
2708 Clean up fail messages to match pass messages.
2709
2710 Enable the "needs_status_wrapper" testsuite feature.
2711 * lib/gdb.exp (gdb_wrapper_init): New procedure.
2712 (gdb_compile): Conditionally call gdb_wrapper_init.
2713 * gdb.base/a2-run.exp: Recognize output from status wrapper.
2714 * gdb.c++/method.exp: Recognize output from status wrapper.
2715
2716 2002-05-06 Ben Elliston <bje@redhat.com>
2717 From Graydon Hoare <graydon@redhat.com>
2718
2719 * config/sid.exp: Include support for "rawsid" protocol.
2720
2721 2002-05-03 Jim Blandy <jimb@redhat.com>
2722
2723 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
2724 * gdb.c++/hang3.C: New file.
2725
2726 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2727
2728 * gdb.base/default.exp: Remove obsolete code.
2729 * gdb.c++/misc.exp: Ditto. Update copyright.
2730 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
2731 * gdb.base/whatis.exp: Ditto. Update copyright.
2732 * gdb.base/scope.exp: Ditto. Update copyright.
2733 * gdb.base/ptype.exp: Ditto. Update copyright.
2734 * gdb.base/printcmds.exp: Ditto. Update copyright.
2735 * gdb.base/opaque.exp: Ditto. Update copyright.
2736 * gdb.base/list.exp: Ditto.
2737 * gdb.base/funcargs.exp: Ditto. Update copyright.
2738 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
2739 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
2740 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
2741 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
2742 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
2743 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
2744
2745 2002-05-02 Michael Snyder <msnyder@redhat.com>
2746
2747 * gdb.base/watchpoint.exp: Add xscale target.
2748 * gdb.base/long_long.exp: Add xscale target.
2749 * gdb.base/default.exp: Add xscale target.
2750
2751 2002-05-01 Jim Blandy <jimb@redhat.com>
2752
2753 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
2754 gdb.c++/hang.exp: New test.
2755
2756 2002-05-01 Fred Fish <fnf@redhat.com>
2757
2758 * gdb.base/completion.exp: Handle completions of "./Make" for
2759 more than one completion possibility, as is the case when we
2760 build and test in the source tree.
2761
2762 2002-04-29 Anthony Green <green@redhat.com>
2763
2764 * gdb.java/jmisc1.exp: New file.
2765 * gdb.java/jmisc2.exp: New file.
2766
2767 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
2768
2769 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
2770
2771 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
2772
2773 * gdb.base/help.exp: Change 'help status' to allow for target
2774 dependent output differences.
2775
2776 2002-04-22 Michael Chastain <mec@shout.net>
2777
2778 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
2779
2780 2002-04-22 Michael Chastain <mec@shout.net>
2781
2782 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
2783
2784 2002-04-17 David S. Miller <davem@redhat.com>
2785
2786 * gdb.asm/sparc64.inc: New file.
2787 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
2788
2789 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
2790
2791 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
2792 instruction file directly into the build tree. Clean up at end of
2793 test.
2794
2795 2002-04-18 David S. Miller <davem@redhat.com>
2796
2797 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
2798 handle 64-bit platforms correctly.
2799 * gdb.base/maint.exp: Likewise.
2800
2801 2002-04-18 Kevin Buettner <kevinb@redhat.com>
2802
2803 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
2804 ``-fpic'' when compiling files comprising a shared library, but
2805 it does need additional linker flags in order to find shared
2806 libraries at run time.
2807
2808 2002-04-18 Kevin Buettner <kevinb@redhat.com>
2809
2810 * gdb.base/cvexpr.c (use): New function.
2811 (main): Invoke use() on all global variables to prevent
2812 some linkers from deleting these otherwise unused symbols.
2813
2814 2002-04-17 Michael Chastain <mec@shout.net>
2815 From David S. Miller <davem@redhat.com>
2816
2817 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
2818 handle 64-bit platforms correctly.
2819
2820 2002-04-12 Michael Snyder <msnyder@redhat.com>
2821 From Jim Blandy <jimb@redhat.com>
2822 * gdb.base/foo.c (foox): Remove section attribute; the linker
2823 script can handle this instead.
2824 * gdb.base/bar.c (barx): Same.
2825 * gdb.base/baz.c (bazx): Same.
2826 * gdb.base/grbx.c (grbxx): Same.
2827
2828 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
2829 manager doesn't automatically unmap overlays unnecessarily.
2830
2831 2002-04-10 Martin M. Hunt <hunt@redhat.com>
2832
2833 * gdb.base/ending-run.exp: Fix pattern for Mips targets
2834 stepping out of main.
2835
2836 2002-04-09 Michael Chastain <mec@shout.net>
2837
2838 * gdb.c++/local.cc (main): Move call to marker1() inside nested
2839 scope so that the nested scope tests will make sense.
2840 * gdb.c++/local.exp: Write patterns that actually work with gcc
2841 (the HP patterns "were never known to work with gcc").
2842 Keep the old aCC patterns too.
2843
2844 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2845
2846 * gdb.base/attach.exp: Correct target board test.
2847
2848 2002-04-08 Michael Chastain <mec@shout.net>
2849
2850 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
2851 in a const method. Add some xfail and fail cases for configurations
2852 that do not emit the "const ...".
2853
2854 2002-04-07 Michael Chastain <mec@shout.net>
2855
2856 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
2857 Accept "A * const" and "const A * const" as type of "this".
2858 Fix spelling of getFunky throughout. Make messages uniform.
2859
2860 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
2861
2862 Work around for PR gdb/285:
2863 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
2864
2865 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
2866
2867 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
2868 instructions file at run time instead of configure time.
2869 Sometimes we run the test in a directory that is not the one we
2870 configured in.
2871 * gdb.asm/configure.in: Delete creation of symlink.
2872 * gdb.asm/configure: Regenerate.
2873
2874 2002-04-05 J. Brobecker <brobecker@gnat.com>
2875
2876 * gdb.gdb/xfullpath.exp: New test, to exercise the new
2877 xfullpath () function.
2878
2879 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
2880
2881 * gdb.asm/Makefile.in: Correct dependencies.
2882
2883 * gdb.asm/powerpc.inc: New file.
2884 * gdb.asm/asm-source.exp: Add PowerPC.
2885 * gdb.asm/configure.in: Likewise.
2886 * gdb.asm/configure: Regenerated.
2887
2888 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
2889
2890 * gdb.base/relocate.exp: New file.
2891 * gdb.base/relocate.c: New file.
2892
2893 2002-04-04 Fred Fish <fnf@redhat.com>
2894
2895 * gdb.base/step-test.exp: Update comment regarding stopping in
2896 memcpy/bcopy calls inserted as part of the compiler runtime.
2897
2898 2002-04-04 Michael Snyder <msnyder@redhat.com>
2899
2900 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
2901
2902 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
2903
2904 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
2905 (gdb_expect): Remove $notransfer hack.
2906
2907 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
2908
2909 * gdb.c++/classes.exp ("calling method for small class"): Match
2910 updated register output.
2911
2912 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
2913
2914 Fix PR gdb/452
2915 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
2916 when finished. Make gdb_file_cmd send "exec-file" when
2917 appropriate.
2918
2919 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
2920
2921 * gdb.base/attach.exp: Remove extra setup_xfail.
2922
2923 2002-03-26 Michael Snyder <msnyder@redhat.com>
2924
2925 * gdb.base/default.exp: Add tests for dump, append, and restore.
2926 * gdb.base/help.exp: Add tests for dump, append, and restore.
2927 * gdb.base/dump.exp: New file, test dump, append and restore.
2928 * gdb.base/dump.c: New file.
2929
2930 2002-03-27 Michael Snyder <msnyder@redhat.com>
2931
2932 * gdb.base/help.exp: Modify expect strings to reflect
2933 clean-ups in help messages.
2934
2935 2002-03-26 Fred Fish <fnf@redhat.com>
2936
2937 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
2938 have debugging info for those functions and the compiler uses them
2939 internally to copy structs around.
2940
2941 2002-03-26 Fred Fish <fnf@redhat.com>
2942
2943 * gdb.base/list.exp: Revert the change made yesterday and add note
2944 about why we don't list the default lines for remote targets.
2945
2946 2002-03-25 Michael Snyder <msnyder@redhat.com>
2947
2948 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
2949
2950 2002-03-25 Fred Fish <fnf@redhat.com>
2951
2952 * gdb.base/list.exp: This test works on remote targets so remove
2953 the short circuit for remote targets. Update copyright.
2954
2955 2002-03-25 Fred Fish <fnf@redhat.com>
2956
2957 * gdb.base/attach.exp: Fix logic error that was suppressing this
2958 test for all non hppa*-*-hpux* targets, instead of the hp target.
2959 Move comments closer to the suppression point. Also now need to
2960 check that we are running natively.
2961
2962 2002-03-22 Michael Snyder <msnyder@redhat.com>
2963
2964 * gdb.base/default.exp: Add test for gcore. Update copyright.
2965 * gdb.base/help.exp: Add test for gcore. Update copyright.
2966
2967 2002-03-06 Fred Fish <fnf@redhat.com>
2968
2969 * gdb.base/funcargs.c: Remove extraneous ';' character.
2970 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
2971
2972 2002-03-04 Michael Chastain <mec@shout.net>
2973
2974 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
2975 accommodate gcc v3 function signature.
2976 * gdb.mi/mi0-var-cmd-exp: Ditto.
2977
2978 2002-02-24 Andrew Cagney <ac131313@redhat.com>
2979
2980 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
2981 ``GNU/Linux'' or ``Linux kernel''
2982 * testsuite/gdb.threads/pthreads.c: Ditto.
2983
2984 2002-02-24 Michael Chastain <mec@shout.net>
2985
2986 * gdb.threads/pthreads.c (thread1): Add a return statement.
2987 (thread2): Likewise.
2988 (foo): Likewise.
2989
2990 2002-02-23 Michael Chastain <mec@shout.net>
2991
2992 * gdb.threads/linux-dp.c (philosopher): Add a return statement
2993 to placate gcc.
2994
2995 2002-02-23 Michael Chastain <mec@shout.net>
2996
2997 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
2998 test "ptype bint". The test passes on all my stabs configurations.
2999
3000 2002-02-21 Jim Blandy <jimb@redhat.com>
3001
3002 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
3003 filename at a time, and watch for the ones we want to see.
3004
3005 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
3006 types of pointers to prototyped functions.
3007
3008 2002-02-20 Andrew Cagney <ac131313@redhat.com>
3009
3010 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
3011 signed, unsigned and straight char.
3012 (padding_char, padding_short, padding_int, padding_long,
3013 padding_long_long, padding_float, padding_double,
3014 padding_long_double): New global variables.
3015 (fill, fill_structs): New functions.
3016
3017 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
3018 for correctly sized writes. Update copyright.
3019 (get_valueof): New procedure.
3020 (get_sizeof): Call get_valueof.
3021 (check_valueof): New procedure.
3022 (check_padding): New procedure.
3023
3024 2002-02-20 Michael Chastain <mec@shout.net>
3025
3026 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
3027 to setup_xfail. Document some of the remaining calls.
3028
3029 2002-02-18 Michael Chastain <mec@shout.net>
3030
3031 * gdb.c++/userdef.exp: Update copyright year.
3032
3033 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
3034
3035 * gdb.c++/userdef.exp: Test overloaded operators properly.
3036 Remove xfails.
3037
3038 2002-02-14 Michael Snyder <msnyder@redhat.com>
3039
3040 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
3041
3042 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
3043
3044 * gdb.base/a2-run.exp: Check for a remote target properly.
3045 * gdb.base/annota1.exp: Likewise.
3046 * gdb.base/list.exp: Likewise.
3047 * gdb.base/reread.exp: Likewise.
3048 * gdb.base/scope.exp: Likewise.
3049 * gdb.base/shlib-call.exp: Likewise.
3050 * gdb.base/term.exp: Likewise.
3051 * gdb.c++/annota2.exp: Likewise.
3052
3053 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
3054
3055 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
3056
3057 2002-02-10 Michael Chastain <mec@shout.net>
3058
3059 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
3060 (call_after_alloca): Ditto.
3061
3062 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
3063
3064 * gdb.base/ending-run.exp: Guard "cont" test with
3065 gdb_skip_stdio_test.
3066
3067 2002-02-06 Jim Blandy <jimb@redhat.com>
3068
3069 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
3070 from here...
3071 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
3072 To here. Disable this test on non-HP platforms. Add big comment.
3073
3074 2002-02-04 Michael Snyder <msnyder@redhat.com>
3075
3076 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
3077 other than d10v and m32r.
3078
3079 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
3080
3081 * gdb.base/default.exp: Rewrite test patterns to reduce time
3082 taken to match them.
3083
3084 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
3085
3086 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
3087 Allow a start function above main.
3088 * gdb.threads/linux-dp.exp: Fix copyright date.
3089
3090 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
3091
3092 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
3093 (check_philosopher_stack): Check for manager thread before checking
3094 for a just-starting thread.
3095
3096 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
3097
3098 From Neil Booth <neil@daikokuya.demon.co.uk>:
3099 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
3100 warnings.
3101
3102 2002-01-21 Fred Fish <fnf@redhat.com>
3103
3104 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
3105 not caller.
3106
3107 2002-01-21 Jim Blandy <jimb@redhat.com>
3108
3109 * gdb.base/reread.exp: Check that GDB properly re-reads the
3110 executable file when it changes while no inferior is running.
3111
3112 2002-01-21 Fred Fish <fnf@redhat.com>
3113
3114 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
3115 optionally accept the "shlib events" variation.
3116
3117 2002-01-21 Jim Blandy <jimb@redhat.com>
3118
3119 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
3120 call `fflush' after every `printf', so that the output is produced
3121 at predictable points, regardless of whatever buffering does (or
3122 doesn't) take place.
3123 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
3124 at different points.
3125
3126 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
3127
3128 * gdb.c++/inherit.exp: Update copyright years.
3129 * gdb.c++/method.exp: Likewise.
3130
3131 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
3132
3133 * gdb.c++/classes.exp: Update for improved v3 support and skipping
3134 artificial methods/arguments.
3135 * gdb.c++/derivation.exp: Likewise.
3136 * gdb.c++/inherit.exp: Likewise.
3137 * gdb.c++/method.exp: Likewise.
3138 * gdb.c++/virtfunc.exp: Likewise.
3139
3140 2002-01-18 Andrew Cagney <ac131313@redhat.com>
3141
3142 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
3143 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
3144 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
3145 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
3146 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
3147 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
3148
3149 2002-01-17 Jim Blandy <jimb@redhat.com>
3150
3151 * gdb.asm/asm-source.exp (info symbol): Take another shot at
3152 anchoring the pattern matching the entry point symbol's name.
3153
3154 2002-01-17 Andrew Cagney <ac131313@redhat.com>
3155
3156 * gdb.base/maint.exp: Update ``maint internal-error'' to match
3157 continue/quit query. Update copyright.
3158
3159 2002-01-14 Michael Snyder <msnyder@redhat.com>
3160
3161 * gdb.base/gcore.exp: Remove extra debugging output.
3162
3163 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
3164
3165 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
3166 for slightly dubious v2 mangled string.
3167
3168 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
3169
3170 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
3171
3172 2002-01-10 Jason Merrill <jason@redhat.com>
3173
3174 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
3175
3176 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
3177 constructors.
3178 * gdb.c++/derivation.exp: Likewise.
3179 * gdb.c++/templates.exp: Likewise.
3180 * gdb.c++/virtfunc.exp: Likewise.
3181
3182 2002-01-10 Michael Snyder <msnyder@redhat.com>
3183
3184 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
3185
3186 2002-01-08 Michael Snyder <msnyder@redhat.com>
3187
3188 * gdb.base/gcore.exp: New test for generate-core-file command.
3189 * gdb.base/gcore.c: Testcase for above.
3190 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
3191
3192 2002-01-08 Jason Merrill <jason@redhat.com>
3193
3194 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
3195
3196 2002-01-07 Fred Fish <fnf@redhat.com>
3197
3198 * gdb.c++/overload.exp: Remove unconditional xfails for:
3199 print foo_instance1.overloadargs(1)
3200 print foo_instance1.overloadargs(1, 2)
3201 print foo_instance1.overloadargs(1, 2, 3)
3202 print foo_instance1.overloadargs(1, 2, 3, 4)
3203 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
3204 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
3205 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
3206 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
3207 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
3208 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
3209 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
3210 print foo_instance1.overload1arg()
3211 print foo_instance1.overload1arg((char)arg2)
3212 print foo_instance1.overload1arg((signed char)arg3)
3213 print foo_instance1.overload1arg((unsigned char)arg4)
3214 print foo_instance1.overload1arg((int)arg7)
3215 print foo_instance1.overload1arg((unsigned int)arg8)
3216 print foo_instance1.overload1arg((float)arg11)
3217 print foo_instance1.overload1arg((double)arg12)
3218
3219 2002-01-07 Michael Snyder <msnyder@redhat.com>
3220
3221 * gdb.base/huge.exp: New test. Print a very large target data object.
3222 (skip_huge_test): New test variable. Define if you want to skip this
3223 test. The test reads an 8 megabyte data object from the target, so it
3224 might be very time consuming on remote targets with a slow connection.
3225 * gdb.base/huge.c: New file. Test case for above.
3226
3227 2002-01-07 Fred Fish <fnf@redhat.com>
3228
3229 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
3230 g_instance.bfoo, and g_instance.cfoo.
3231
3232 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
3233
3234 * gdb.base/break.c (multi_line_if_conditional): New function.
3235 (multi_ilne_while_conditional): Likewise.
3236 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
3237 IF or WHILE condition puts the breakpoint at the start of
3238 the condition.
3239
3240 * gdb.base/selftest.exp (backtrace through signal handler): Remove
3241 hppa*-*-hpux* expected failure.
3242 * gdb.base/structs.exp (do_function_calls): Similarly.
3243
3244 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
3245 watchpoints.
3246
3247 2002-01-06 Andrew Cagney <ac131313@redhat.com>
3248
3249 Fix PR gdb/66.
3250 * gdb.base/structs.exp: Replace skip for a29k with skip for
3251 gdb,cannot_call_functions.
3252 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
3253 * gdb.base/callfuncs.exp: Ditto.
3254 * gdb.base/call-rt-st.exp: Ditto.
3255 * gdb.base/call-strs.exp: Ditto.
3256 * gdb.base/callfwmall.exp: Ditto.
3257 * gdb.base/scope.exp: Obsolete xfail a29k.
3258 * gdb.c++/misc.exp: Ditto.
3259 * gdb.c++/cplusfuncs.exp: Ditto.
3260 * gdb.base/ptype.exp: Ditto.
3261 * gdb.base/printcmds.exp: Ditto.
3262 * gdb.base/opaque.exp: Ditto.
3263 * gdb.base/list.exp: Ditto.
3264 * gdb.base/funcargs.exp: Ditto.
3265 * gdb.base/default.exp: Ditto.
3266
3267 2002-01-04 Michael Snyder <msnyder@redhat.com>
3268
3269 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
3270 * gdb.base/maint.exp: Add tests for maint info sections options.
3271
3272 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
3273
3274 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
3275
3276 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
3277
3278 * gdb.asm/arm.inc: New file.
3279 * gdb.asm/asm-source.exp: Add arm targets.
3280 * gdb.asm/configure.in: Ditto.
3281 * gdb.asm/configure: Recreated from configure.in.
3282
3283 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
3284
3285 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
3286 with HP's compiler.
3287 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
3288 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
3289 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
3290 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
3291
3292 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
3293 either HP's compilers or GCC.
3294
3295 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
3296 a SIGBUS or SIGSEGV.
3297
3298 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
3299
3300 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
3301 can be compiled with either HP's compiler or GCC.
3302
3303 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
3304 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
3305 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
3306
3307 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
3308 to match current gdb output. Update due to using auto-solib-limit
3309 for limiting instead of overloading auto-solib-add.
3310 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
3311 test program.
3312
3313 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
3314 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
3315 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
3316 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
3317 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
3318 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
3319 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
3320 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
3321 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
3322 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
3323 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
3324 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
3325 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3326
3327 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
3328 a SIGTRAP to the inferior.
3329
3330 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
3331
3332 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
3333 Substitute call to target_link by call to gdb_compile.
3334
3335 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
3336
3337 * gdb.base/break.exp: Fix HP specific search string when testing
3338 backtracing in a called function.
3339
3340 * gdb.base/constvars.exp: Only set lang to C++ if we're
3341 compiling the test with HP's compilers.
3342 * gdb.base/volatile.exp: Similarly.
3343
3344 2001-12-19 Jim Blandy <jimb@redhat.com>
3345
3346 * gdb.base/printcmds.exp: Expect the null character to be printed
3347 as '\0', and the '\013' to be printed as '\v'.
3348 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
3349 * gdb.base/setvar.exp: Same.
3350
3351 2001-12-17 Jim Blandy <jimb@redhat.com>
3352
3353 * gdb.base/completion.exp: Rather than completing very long
3354 filenames, which can make the readline library produce output we
3355 don't recognize, cd to the directory first, and then complete
3356 using nice, short relative paths.
3357
3358 * gdb.base/completion.exp: On some systems, there is, in fact, a
3359 variable named `b' in scope, since GDB treats all static
3360 variables as being in scope. So use `no_var_named_this'
3361 instead of `b'.
3362
3363 * gdb.base/corefile.exp: Recognize the message saying that GDB
3364 can't find the core file's registers as a failure.
3365
3366 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
3367
3368 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
3369 test expect string more specific.
3370
3371 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
3372
3373 * gdb.asm/asm-source.exp: Add support for xstormy16.
3374 * gdb.asm/configure.in: Ditto.
3375 * gdb.asm/configure: Rebuild.
3376 * gdb.asm/xstormy16.inc: New file.
3377
3378 2001-12-10 Fred Fish <fnf@redhat.com>
3379
3380 * gdb.base/maint.exp: Update to match changes in type dumping code.
3381
3382 2001-12-10 Jim Blandy <jimb@redhat.com>
3383
3384 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
3385 matching the entry point symbol's name at the beginning of the
3386 line.
3387
3388 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
3389
3390 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
3391 gdb.c++/inherit.exp, gdb.c++/method.exp,
3392 gdb.c++/namespace.exp, gdb.c++/templates.exp,
3393 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
3394 and class layout support.
3395
3396 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
3397
3398 * gdb.c++/classes.exp: Add test for static member function.
3399 * gdb.c++/misc.cc: Add class with static member function.
3400
3401 2001-12-07 Jim Blandy <jimb@redhat.com>
3402
3403 If GDB says it can't find the struct the function returned, report
3404 those tests as `unsupported'.
3405 * gdb.base/call-rt-st.exp (print_struct_call): New function.
3406 Rewrite subsequent tests to use it.
3407
3408 If GDB says it can't find the struct the function returned, report
3409 those tests as `unsupported'.
3410 * gdb.base/structs.exp (call_struct_func): New function.
3411 (do_function_calls): Use call_struct_func to call the functions
3412 returning structs.
3413
3414 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
3415 whether functions are prototyped or not, so we can't possibly pass
3416 arguments to t_float_values2 properly.
3417
3418 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
3419 value of `timeout' for targets other than the mips*tx39-*.
3420
3421 2001-12-06 Michael Snyder <msnyder@redhat.com>
3422
3423 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
3424 and detect whether the start symbol has a leading underscore.
3425
3426 2001-12-04 Jim Blandy <jimb@redhat.com>
3427
3428 * gdb.base/completion.exp: Clarify indentation.
3429
3430 2001-12-03 Jim Blandy <jimb@redhat.com>
3431
3432 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
3433 variables on the S/390, not `.word'.
3434
3435 2001-11-30 Jim Blandy <jimb@redhat.com>
3436
3437 Add assembly-source tests for s390-ibm-linux.
3438 * gdb.asm/s390.inc: New file.
3439 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
3440 the S/390 architecture.
3441 * gdb.asm/configure: Regenerated.
3442
3443 2001-11-30 Michael Snyder <msnyder@redhat.com>
3444
3445 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
3446 next, info source, info sources, info line, global and static
3447 variables, and static functions.
3448 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
3449 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
3450 * gdb.asm/asmsrc1.s: Add a static function and some variables.
3451 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
3452 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
3453 (gdbasm_leave): Restore frame pointer.
3454 (gdbasm_startup): Copy stack set-up from crt0.S.
3455
3456 2001-11-26 Fernando Nasser <fnasser@redhat.com>
3457
3458 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
3459 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
3460 to a local (non-static) variable. Copy tstruct.a to a static buffer
3461 and return a pointer to that buffer.
3462 * gdb.base/callfwmall.c (t_structs_a): Ditto.
3463
3464 2001-11-24 Mark Kettenis <kettenis@gnu.org>
3465
3466 * gdb.asm/configure.in: Fix recognition of ix86 target.
3467 * gdb.asm/configure: Regenerate.
3468
3469 2001-11-21 Michael Snyder <msnyder@redhat.com>
3470
3471 * gdb.asm/sparc.inc: New file.
3472 * gdb.asm/asm-source.exp: Recognize sparc target.
3473 * gdb.asm/configure.in: Recognize sparc target.
3474 * gdb.asm/configure: Regenerate.
3475
3476 2001-11-21 Michael Snyder <msnyder@redhat.com>
3477
3478 * gdb.asm/m32r.inc: New file.
3479 * gdb.asm/asm-source.exp: Recognize m32r target.
3480 * gdb.asm/configure.in: Recognize m32r target.
3481 * gdb.asm/configure: Regenerate.
3482
3483 2001-11-20 Michael Snyder <msnyder@redhat.com>
3484
3485 * gdb.asm/i386.inc: New file.
3486 * gdb.asm/asm-source.exp: Recognize ix86 target.
3487 * gdb.asm/configure.in: Recognize ix86 target.
3488 * gdb.asm/configure: Regenerate.
3489
3490 * gdb.c++/namespace.exp: Fix quotes in output messages.
3491
3492 2001-11-14 Michael Snyder <msnyder@redhat.com>
3493
3494 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
3495 qualifier in a type cast expression, to designate an address
3496 in the instruction space (Harvard architecture).
3497
3498 2001-11-13 Michael Snyder <msnyder@redhat.com>
3499
3500 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
3501 Tests for expressions using 'const' and 'volatile'.
3502
3503 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
3504
3505 * gdb.asm/asm-sources.exp: Allow defining linker flags.
3506
3507 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
3508
3509 * lib/mi-support.exp (mi_run_to_helper): Move comments
3510 outside of gdb_expect.
3511
3512 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
3513
3514 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
3515 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
3516 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
3517 mi0_run_to): New functions.
3518 * gdb.mi/mi-simplerun.exp: Use them.
3519 * gdb.mi/mi0-simplerun.exp: Likewise.
3520 * gdb.mi/mi-var-cmd.exp: Likewise.
3521 * gdb.mi/mi0-var-cmd.exp: Likewise.
3522
3523 2001-11-10 Andrew Cagney <ac131313@redhat.com>
3524
3525 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
3526 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
3527
3528 2001-11-09 Andrew Cagney <ac131313@redhat.com>
3529
3530 * gdb.base/restore.exp: Include $expected value in restored test
3531 message.
3532
3533 2001-11-09 Andrew Cagney <ac131313@redhat.com>
3534
3535 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
3536 implemented.
3537
3538 2001-11-08 Michael Snyder <msnyder@redhat.com>
3539
3540 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
3541 Add pass/fail message for stop at breakpoint in call dummy function.
3542
3543 2001-11-07 Michael Snyder <msnyder@redhat.com>
3544
3545 * gdb.c++/templates.exp (test_template_breakpoints):
3546 If we get an overload menu, but it does not match what
3547 we expect, we still need to issue the "cancel" command.
3548 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
3549 making the whitespace optional. Argument for "new" may be
3550 "unsigned" as well as "unsigned int/long".
3551 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
3552 making the whitespace optional. Also replace "(void) with
3553 "((void|)), making the keyword "void" optional.
3554 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
3555 making the whitespace optional. Also replace "(void) with
3556 "((void|)), making the keyword "void" optional.
3557 * gdb.base/callfuncs.c (t_float_values): This function must
3558 _not_ be prototyped, and the following function (t_float_values2)
3559 must be prototyped (if the compiler supports it), so that GDB
3560 can be tested against both cases. Usually one case involves
3561 promotion of float to double, while the other does not.
3562 * gdb.base/callfwmall.c: Ditto.
3563 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
3564 includes a stack frame for "start".
3565
3566 2001-11-05 Jim Blandy <jimb@redhat.com>
3567
3568 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
3569 pointers are 32 bits long, and that offsets of relocs are always
3570 stored in the data (REL-style), and not in the reloc entry itself
3571 (RELA-style).
3572 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
3573 stabs.
3574
3575 2001-11-01 Michael Snyder <msnyder@redhat.com>
3576
3577 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
3578 and regular expression operators by using quoting.
3579
3580 2001-10-31 Michael Snyder <msnyder@redhat.com>
3581
3582 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
3583 depending on what the symbol table contains.
3584 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
3585 the output of the ptype command. Similarly, accept both "const &"
3586 and "const&".
3587
3588 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
3589
3590 * gdb.base/miscexprs.c (main): Add usage of preprocessor
3591 symbol `STORAGE' to allow to choose the storage class of
3592 the local datastructures.
3593 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
3594 compiler directive.
3595
3596 2001-10-30 Michael Snyder <msnyder@redhat.com>
3597
3598 * gdb.base/jump.exp: Allow it to run for all targets.
3599
3600 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
3601
3602 * gdb.base/call-ar-st.c (print_double_array): Match for loop
3603 with new double_array size.
3604 (main): Change storage class of all local variables to static.
3605 Reduce size of double_array to 9.
3606 * gdb.base/call-ar-st.exp: Increase timeout value.
3607 Change expected output for double array to match new size in
3608 call-ar-st.c.
3609
3610 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
3611
3612 * gdb.base/ending-run.exp: Create identical output when passing
3613 `step to end of run' case. Add regular expression branch satisfying
3614 Stormy16 target.
3615
3616 2001-10-28 Mark Kettenis <kettenis@gnu.org>
3617
3618 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
3619 that we catch the expected failure under Linux/x86.
3620
3621 2001-10-29 Orjan Friberg <orjanf@axis.com>
3622
3623 * gdb.base/setvar.exp: Escape curly braces.
3624 * gdb.stabs/weird.exp: Ditto.
3625
3626 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
3627
3628 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
3629 * gdm.mi/mi0-hack-cli.exp: Likewise.
3630
3631 2001-10-25 Andrew Cagney <ac131313@redhat.com>
3632
3633 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
3634 messages.
3635
3636 2001-10-21 Andrew Cagney <ac131313@redhat.com>
3637
3638 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
3639 checking MI enabled.
3640
3641 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
3642
3643 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
3644
3645 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
3646
3647 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
3648 if gdb child process crashes, just signal an error.
3649
3650 2001-10-02 Jim Blandy <jimb@redhat.com>
3651
3652 * lib/gdb.exp (test_xfail_format): Simplify.
3653
3654 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
3655 front of the variable name `format'. Simplify `if'.
3656
3657 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
3658
3659 * gdb.threads/pthreads.exp: Wait for output and delay
3660 before sending ^C.
3661
3662 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
3663
3664 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
3665 some incorrect output instead of timing out.
3666 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
3667
3668 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
3669
3670 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
3671 check to allow additional `int'.
3672
3673 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
3674
3675 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
3676 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
3677
3678 2001-09-27 Michael Snyder <msnyder@redhat.com>
3679
3680 * lib/gdb.exp (test_debug_format): New proc.
3681 (setup_xfail_format): Use new proc test_debug_format.
3682 * gdb.base/constvars.exp (local_compiler_xfail_check): New
3683 proc; use new service proc test_debug_format.
3684 Replace all other "gcc_compiled" tests with this test.
3685 * gdb.base/volatile.exp (local_compiler_xfail_check): New
3686 proc; use new service proc test_debug_format.
3687 Replace all other "gcc_compiled" tests with this test.
3688
3689 2001-09-27 Michael Snyder <msnyder@redhat.com>
3690
3691 * gdb.base/cvexpr.exp: New file.
3692 * gdb.base/cvexpr.c: New file
3693 Test for expressions using const and volatile keywords.
3694
3695 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
3696
3697 * gdb.base/constvars.exp: Check for different orders of keywords
3698 and additional "int" strings in output.
3699
3700 2001-09-22 Andrew Cagney <ac131313@redhat.com>
3701
3702 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
3703 responses from "help maint".
3704
3705 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
3706
3707 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
3708 to localhost:NNN instead of :NNN, in case Xvfb is listening
3709 only on TCP.
3710
3711 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
3712
3713 * gdb.base/recurse.exp: When checking leaving the watchpoint
3714 scope, recognize when gdb is in function's epilogue and pass.
3715
3716 2001-09-18 Keith Seitz <keiths@redhat.com>
3717
3718 * lib/insight-support.exp (_gdbtk_export_target_info): Add
3719 support for running tests against sid targets.
3720 (gdbtk_done): Ditto.
3721
3722 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
3723
3724 * gdb.base/ending-run.c (main): Set stdout buffersize
3725 to the same reasonable value for any target.
3726 * gdb.base/ending-run.exp: Add a regular expression
3727 to make testsuite happy on Sanyo Stormy16 target.
3728
3729 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
3730
3731 * gdb.base/display.c (do_loops): Add float variable `f'.
3732 Increment f in loop.
3733 * gdb.base/display.exp: Increment timeout by 60 seconds.
3734 Change float display test to use variable `f'.
3735
3736 2001-09-17 Jim Blandy <jimb@redhat.com>
3737
3738 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
3739 overflowing the limited breakpoint tables on some ROM monitors
3740 (like the ROM68K).
3741
3742 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
3743
3744 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
3745 the "-ac" (disable access control) flag.
3746
3747 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
3748
3749 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
3750 ints.
3751
3752 2001-08-30 Keith Seitz <keiths@redhat.com>
3753
3754 * lib/gdb.exp: Move all insight-related functionality into
3755 separate file.
3756 * lib/insight-support.exp: New file.
3757
3758 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
3759
3760 * config/sid.exp (sid_start): Never set sid verbosity; disable
3761 expect_background {} that consumed its stdout; tolerate </dev/null.
3762 Attempt to set endianness override in "sid" protocol mode. Cleanup.
3763
3764 2001-08-18 Andrew Cagney <ac131313@redhat.com>
3765
3766 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
3767 CLI jump command to start it.
3768 (mi_run_to_main): Fail immediatly when unexpected output.
3769
3770 2001-08-18 Andrew Cagney <ac131313@redhat.com>
3771
3772 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
3773 beginning of function. Fix PR gdb/191.
3774
3775 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
3776
3777 * config/sid.exp (sid_start): Don't warn if we cannot figure out
3778 what to force sid endianness to.
3779
3780 2001-08-15 Keith Seitz <keiths@redhat.com>
3781
3782 * lib/gdb.exp (gdbtk_start): Don't set environment
3783 variables for TCL_LIBRARY and friends. Insight will
3784 now figure these out for itself.
3785
3786 2001-08-02 Michael Snyder <msnyder@redhat.com>
3787
3788 * gdb.base/completion.exp: Remove the symbol "a64l" from
3789 the expect string; this is target-specific, and not related
3790 to what is being tested.
3791
3792 2001-08-02 Dave Brolley <brolley@redhat.com>
3793
3794 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
3795
3796 2001-07-25 Michael Snyder <msnyder@redhat.com>
3797
3798 * gdb.base/consecutive.exp: New file. Test stepping over
3799 breakpoints on consecutive instructions.
3800 * gdb.base/consecutive.c: New file.
3801
3802 * gdb.base/call-rt-st.exp: Use double-backslash to quote
3803 curly braces in regular expressions.
3804
3805 2001-07-25 Michael Snyder <msnyder@redhat.com>
3806
3807 * gdb.base/ending-run.exp: Accept "Program exited normally" as
3808 legitimate output from stepping out of main.
3809
3810 2001-07-22 Keith Seitz <keiths@redhat.com>
3811
3812 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
3813 the empty string, do not run the tests.
3814
3815 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3816
3817 * gdb.base/long_long.exp: Detect size of pointer. Take into
3818 account 2-byte pointers when testing for p/a results.
3819
3820 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3821
3822 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
3823 and defined to 1K for m68hc11.
3824 (random_data): Reduce table to 1K for embedded platforms (68hc11).
3825 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
3826 (sizeof_random_data): New variable to tell the size of the data table;
3827 don't test past this size; always run to main.
3828
3829 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3830
3831 * gdb.base/return2.exp: return of long long and double fails for
3832 68HC11; don't execute these tests on that platform.
3833 * gdb.base/return.exp: Return of a double fails for 68hc11.
3834
3835 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3836
3837 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
3838 tests that print a float.
3839 * call-rt-st.exp: Likewise.
3840
3841 2001-07-12 Mark Kettenis <kettenis@gnu.org>
3842
3843 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
3844 running this test on Linux.
3845
3846 2001-06-24 Michael Chastain <chastain@redhat.com>
3847
3848 * gdb.base/arithmet.exp: Remove some tests to make all test names
3849 unique.
3850
3851 2001-07-03 Michael Snyder <msnyder@redhat.com>
3852
3853 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
3854 the output of the ptype command.
3855
3856 2001-07-02 Michael Snyder <msnyder@redhat.com>
3857
3858 * gdb.base/completion.exp: Don't assume that break.c is the only
3859 source file that may contain functions named "marker".
3860 * gdb.base/corefile.exp: Quote the curly braces in regexp.
3861
3862 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3863
3864 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
3865 of files to delete.
3866
3867 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
3868 * gdb.disasm/h8300s.exp: New file.
3869 gdb.disasm/h8300s.s: Likewise.
3870
3871 2001-06-27 Andrew Cagney <ac131313@redhat.com>
3872
3873 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
3874 empty breakpoint tables.
3875
3876 2001-06-25 Andrew Cagney <ac131313@redhat.com>
3877
3878 * lib/mi-support.exp: Update args=... part of stop-reason
3879 patterns. Accept either a list or a tuple.
3880
3881 2001-06-23 Andrew Cagney <ac131313@redhat.com>
3882
3883 * lib/mi-support.exp: Remove local emacs variable defining
3884 change-log-default-name.
3885
3886 2001-06-22 Michael Chastain <chastain@redhat.com>
3887
3888 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
3889 This is operationally compatible with the previous version.
3890
3891 2001-06-13 Jim Blandy <jimb@redhat.com>
3892
3893 * lib/gdb.exp (gdb_test): Doc fix.
3894
3895 2001-06-10 Michael Chastain <chastain@redhat.com>
3896
3897 * gdb.base/exprs.exp: Remove a duplicate test.
3898
3899 2001-06-06 Jim Blandy <jimb@redhat.com>
3900
3901 * gdb.base/return2.exp (main): Use values to test float and double
3902 returns that are not NaN's, to avoid being confused by IEEE
3903 comparison rules.
3904
3905 2001-06-04 Michael Snyder <msnyder@redhat.com>
3906
3907 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
3908 non-zero if control_c fails. Terminate the test on failure,
3909 rather than wait for 12 more tests to time out.
3910
3911 2001-06-06 Jim Blandy <jimb@redhat.com>
3912
3913 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
3914 Don't forget to match the GDB prompt.
3915
3916 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
3917
3918 2001-06-04 Jim Blandy <jimb@redhat.com>
3919
3920 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
3921 command.
3922
3923 2001-05-31 Kevin Buettner <kevinb@redhat.com>
3924
3925 * gdb.base/annota1.exp (info break): Match four or more spaces
3926 after "Address".
3927
3928 2001-05-31 Michael Chastain <chastain@redhat.com>
3929
3930 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
3931 (dm_type_int_star): Likewise.
3932 (dm_type_long_star): Likewise.
3933 (dm_type_void_star): Likewise.
3934
3935 2001-05-29 Kevin Buettner <kevinb@redhat.com>
3936
3937 * gdb.base/completion.exp (INPUTRC): Set this environment variable
3938 to a known value in order to get consistent results regardless
3939 of the setting of INPUTRC or the presence or contents of .inputrc.
3940
3941 2001-05-24 Michael Snyder <msnyder@redhat.com>
3942
3943 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
3944 Don't require that the main thread and the manager thread are the
3945 first in the list.
3946
3947 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
3948 debugging. If test fails, issue an "unsupported" not a "fail".
3949
3950 2001-05-24 Jim Blandy <jimb@redhat.com>
3951
3952 Don't assume that short is shorter than int.
3953 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
3954 assume that shorts are smaller than ints. On a 16-bit machine,
3955 this isn't true.
3956 ("print unsigned char == (~0)"): Add test that verifies that ~0,
3957 an int, is not equal to ~0 stored in an unsigned char. This tests
3958 the same thing that the previous test meant to, but works on
3959 16-bit machines, too.
3960 ("print unsigned char != (~0)"): Same test, complemented.
3961
3962 2001-05-24 Michael Snyder <msnyder@redhat.com>
3963
3964 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
3965 test for (full_coverage == 0). This makes the test run faster,
3966 and prevents dejagnu getting out of step.
3967
3968 2001-05-23 Kevin Buettner <kevinb@redhat.com>
3969
3970 * gdb.base/finish.exp (finish_void): Revise pattern for
3971 stopping on the call statement to not permit stopping at
3972 the start of the instructions comprising the call sequence.
3973
3974 2001-05-19 Michael Chastain <chastain@redhat.com>
3975
3976 * gdb.base/callfuncs.exp: Make all test names unique.
3977 * gdb.base/commands.exp: Make all test names unique.
3978 * gdb.base/condbreak.exp: Make all test names unique.
3979 * gdb.base/dbx.exp: Make all test names unique.
3980 * gdb.base/default.exp: Make all test names unique.
3981 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
3982 and TIMEOUT messages to their corresponding PASS message.
3983 * gdb.base/ending-run.exp: Make all test names unique.
3984 * gdb.base/long_long.exp: Remove duplicate test.
3985
3986 2001-05-21 Kevin Buettner <kevinb@redhat.com>
3987
3988 * gdb.base/finish.exp (finish_void): Allow "finish" command to
3989 stop on the call statement as well as the statement after the
3990 call.
3991
3992 2001-05-21 Michael Snyder <msnyder@redhat.com>
3993
3994 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
3995
3996 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
3997
3998 * gdb.base/completion.exp: Revamp test. Make it execute on all
3999 platforms.
4000
4001 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
4002
4003 * config/gdbserver.exp (gdb_load): Handle the case
4004 in which the arguments to gdbserver are given in the
4005 baseboard configuration file.
4006 Also handle the case in which the server needs to do a
4007 load.
4008
4009 2001-05-07 Keith Seitz <keiths@cygnus.com>
4010
4011 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
4012 set up the display for testing.
4013 (gdbtk_start): Convert all paths to paths that tcl will like.
4014 Export target information to environment.
4015 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
4016 necessary.
4017 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
4018 (to_tcl_path): New proc to convert a given pathname into
4019 a path acceptible as an argument to a tcl command.
4020 (_gdbtk_export_target_info): New proc to export target info
4021 into the environment for gdbtk testing.
4022 (gdbtk_done): New proc to signal end-of-test.
4023
4024 2001-05-06 Jim Blandy <jimb@redhat.com>
4025
4026 * restore.c: Make the code of caller0 correspond to its comment.
4027
4028 2001-05-03 Michael Snyder <msnyder@redhat.com>
4029
4030 * config/sid.exp (gdb_target_sid): Check for error messages.
4031 On error or timeout, don't make expect exit (which will terminate
4032 all subsequent tests); instead just make gdb exit.
4033 (gdb_load): Check for error messages. On error or timeout,
4034 return a negative value.
4035
4036 2001-04-24 Jim Blandy <jimb@redhat.com>
4037
4038 * gdb.c++/templates.exp: If we see the prompt for the overload
4039 list, but we haven't recognized any of the longer patterns,
4040 arrange for this test to fail, not hang.
4041
4042 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
4043 variations.
4044
4045 2001-04-22 Michael Chastain <chastain@redhat.com>
4046
4047 * gdb.c++/local.exp: Use the 'runto' library function.
4048 * gdb.c++/namespace.exp: Likewise.
4049 * gdb.c++/overload.exp: Likewise.
4050
4051 2001-03-26 Kevin Buettner <kevinb@redhat.com>
4052
4053 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
4054 * gdb.base/step-line.exp: New file. Test step/next in presence of
4055 #line directives.
4056 * gdb.base/step-line.c: New file. Test program for the above.
4057 * gdb.base/step-line.inp: New file. We pretend that this file has
4058 been transformed by some other tool into step-line.c.
4059
4060 2001-03-21 Jim Blandy <jimb@redhat.com>
4061
4062 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
4063 unmangled operator names.
4064
4065 2001-03-20 Jim Blandy <jimb@redhat.com>
4066
4067 * gdb.threads/linux-dp.exp: Recognize an additional message
4068 generated by GDB when it doesn't understand how to debug threads
4069 on the target system.
4070
4071 2001-03-19 Andrew Cagney <ac131313@redhat.com>
4072
4073 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
4074
4075 2001-03-12 Michael Chastain <chastain@redhat.com>
4076
4077 * gdb.c++/derivation.exp: Use the 'runto' library function.
4078
4079 2001-03-12 Michael Chastain <chastain@redhat.com>
4080
4081 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
4082
4083 2001-02-24 Michael Chastain <chastain@redhat.com>
4084
4085 * gdb.c++/ref-types.exp: Change handwritten code to library
4086 function 'runto'.
4087
4088 2001-03-16 Orjan Friberg <orjanf@axis.com>
4089
4090 * gdb.base/signals.exp: Set count to 0 explicitly.
4091
4092 2001-03-15 Mark Salter <msalter@redhat.com>
4093
4094 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
4095 (gdb_target_monitor): Add check of gdb_target_cmd return value.
4096 (gdb_load): Add support for additional target_info: gdb_download_size
4097 and gdb_load_timeout.
4098
4099 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
4100
4101 * gdb.base/annota1.exp: Move test of isnative to earlier in the
4102 file -- to prevent failing when the compile fails but we have no
4103 intention of running the tests anyway.
4104
4105 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
4106 tests if set.
4107
4108 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
4109 integers.
4110
4111 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
4112 * gdb.c++/namespace.exp: Ditto.
4113
4114 2001-03-07 Orjan Friberg <orjanf@axis.com>
4115
4116 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
4117 * gdb.base/pointers.exp: Relax pattern match of decimals.
4118
4119 2001-03-06 Kevin Buettner <kevinb@redhat.com>
4120
4121 * Makefile.in, config/abug.exp, config/cfdbug.exp,
4122 config/cpu32bug.exp, config/dve.exp, config/est.exp,
4123 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
4124 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
4125 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
4126 config/sh.exp, config/sid.exp, config/slite.exp,
4127 config/sparclet.exp, config/udi.exp, config/unknown.exp,
4128 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
4129 config/vxworks.exp, config/vxworks29k.exp,
4130 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
4131 gdb.base/all-bin.exp, gdb.base/annota1.exp,
4132 gdb.base/arithmet.exp, gdb.base/assign.exp,
4133 gdb.base/async.exp, gdb.base/attach.exp,
4134 gdb.base/bitfields.exp, gdb.base/bitops.exp,
4135 gdb.base/break.exp, gdb.base/call-ar-st.exp,
4136 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
4137 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
4138 gdb.base/commands.exp, gdb.base/completion.exp,
4139 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
4140 gdb.base/constvars.exp, gdb.base/corefile.exp,
4141 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
4142 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
4143 gdb.base/ending-run.exp, gdb.base/environ.exp,
4144 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
4145 gdb.base/finish.exp, gdb.base/foll-exec.exp,
4146 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
4147 gdb.base/funcargs.exp, gdb.base/help.exp,
4148 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
4149 gdb.base/logical.exp, gdb.base/long_long.exp,
4150 gdb.base/maint.exp, gdb.base/mips_pro.exp,
4151 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
4152 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
4153 gdb.base/pointers.exp, gdb.base/printcmds.exp,
4154 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
4155 gdb.base/regs.exp, gdb.base/relational.exp,
4156 gdb.base/remote.exp, gdb.base/reread.exp,
4157 gdb.base/restore.exp, gdb.base/return2.exp,
4158 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
4159 gdb.base/selftest.exp, gdb.base/setshow.exp,
4160 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
4161 gdb.base/sigall.exp, gdb.base/signals.exp,
4162 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
4163 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
4164 gdb.base/step-test.exp, gdb.base/structs.c,
4165 gdb.base/structs.exp, gdb.base/structs2.exp,
4166 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
4167 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
4168 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
4169 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
4170 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
4171 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
4172 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
4173 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
4174 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
4175 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
4176 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
4177 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
4178 gdb.fortran/types.exp, gdb.java/jmisc.exp,
4179 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
4180 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
4181 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
4182 gdb.trace/circ.exp, gdb.trace/collection.exp,
4183 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
4184 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
4185 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
4186 gdb.trace/report.exp, gdb.trace/save-trace.exp,
4187 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
4188 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
4189 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
4190 notices.
4191
4192 2001-02-27 Michael Snyder <msnyder@cygnus.com>
4193
4194 * gdb.base/varargs.c (find_max_double): Fix printf format string:
4195 first arg is int not float.
4196
4197 2001-02-22 Michael Snyder <msnyder@cygnus.com>
4198
4199 * gdb.base/reread.exp: Unsupported for non-native targets;
4200 doesn't work for remote debugging.
4201
4202 2001-02-19 Fernando Nasser <fnasser@redhat.com>
4203
4204 From Drew Moseley <dmoseley@redhat.com>
4205 * gdb.base/ending-run.exp: Properly handle the BSP state when
4206 stepping past the end of main.
4207
4208 2001-02-19 John Moore <jmoore@redhat.com>
4209
4210 * gdb.base/commands.exp (infrun_breakpoint_command_test):
4211 Converted HPUX fix for non-expected items following multiple
4212 step commands into general solution for all platforms.
4213
4214 2001-02-18 Michael Chastain <chastain@redhat.com>
4215
4216 * gdb.c++/classes.exp (do_tests): Change runto statements
4217 from "runto 'foo(void)'" to "runto 'foo'". This makes the
4218 statements demangler agnostic.
4219 * gdb.c++/virtfunc.exp (do_tests): Likewise.
4220 (gdb_virtfunc_restart): Likewise.
4221
4222 2001-02-14 Michael Chastain <chastain@redhat.com>
4223
4224 * gdb.c++/inherit.exp (do_tests): Change runto statements
4225 from "runto 'foo(void)'" to "runto 'foo'". This makes the
4226 statements demangler agnostic.
4227
4228 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
4229
4230 * gdb.threads/pthreads.exp: Unify pass/fail messages for
4231 ``continue to bkpt at common_routine in thread 2'' and ``stopped
4232 before calling common_routine 15 times'' tests.
4233
4234 2001-02-11 Michael Chastain <chastain@redhat.com>
4235
4236 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
4237 Helps the test script figure out which demangler is in use.
4238 (dm_type_foo_ref): Ditto.
4239 (dm_type_int_star): Ditto.
4240 (dm_type_long_star): Ditto.
4241 (dm_type_unsigned_int): Ditto.
4242 (dm_type_void): Ditto.
4243 (dm_type_void_star): Ditto.
4244 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
4245 Probe the gdb demangler and set variables to accommodate
4246 formatting differences.
4247 (info_func_regexp): New function. Same as info_func, but
4248 matches against a regexp.
4249 (info_func): Match against a literal string.
4250 (print_addr_2): New function. Match against a literal string,
4251 which can be different from the input to gdb.
4252 (print_addr): Simply call print_addr_2 with the same argument twice.
4253 (test_lookup_operator_functions): Use demangler formatting variables.
4254 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
4255 the tests in the same order as the C++ class declaration.
4256 (test_paddr_operator_functions): Ditto.
4257 (test_paddr_overloaded_functions): Ditto.
4258 (test_paddr_hairy_functions): Use demangler formatting variables.
4259 Add reference to gdb/19 for related tests.
4260 (do_tests): Call probe_demangler.
4261
4262 2001-01-30 Kevin Buettner <kevinb@redhat.com>
4263
4264 * gdb.c++/templates.cc (printf): Remove unused function definition.
4265
4266 2001-01-26 Felix Lee <flee@redhat.com>
4267
4268 * sid.exp (sid_exit): Pass host, not target, to remote_close.
4269
4270 2001-01-25 matthew green <mrg@redhat.com>
4271
4272 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
4273 up sid.
4274 (sid_exit): Call `remote_pop_conn' after GDB is gone.
4275
4276 2001-01-25 matthew green <mrg@redhat.com>
4277
4278 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
4279 Deprecate $sid_spawn_id.
4280 (sid_exit): Remove code necessary only for `spawn.'
4281
4282 2001-01-25 matthew green <mrg@redhat.com>
4283
4284 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
4285
4286 2001-01-28 Michael Chastain <chastain@redhat.com>
4287
4288 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
4289 to call when tests fail. It takes gdb out of the overloaded
4290 function choice menu back to the main prompt, so that the test
4291 program stays synchronized.
4292 (set_bp_overloaded): New proc to collect all the common
4293 code for setting a breakpoint on an overloaded name. Calls
4294 take_gdb_out_of_choice_menu when needed.
4295 (menu_overload1arg): New variable to collect the repeated
4296 instances of the expected menu for an overloaded name. Change
4297 the regular expression to handle changes in g++ type encoding:
4298 "void" can be either "void" or "", and "unsigned int" can be
4299 either "unsigned int" or "unsigned".
4300 (continue_to_bp_overloaded): Change regular expressions to handle
4301 changes in g++ type encoding.
4302 (no proc): Call take_gdb_out_of_choice_menu when needed.
4303 Remove redundant calls to "info break". Accept either "canceled"
4304 or "cancelled". Change regular expressions in "info break"
4305 calls to handle changes in g++ type encoding. Give all tests
4306 unique strings.
4307
4308 2001-01-17 Ben Elliston <bje@redhat.com>
4309
4310 * config/sid.exp: New file.
4311
4312 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
4313
4314 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
4315
4316 2000-12-21 Michael Snyder <msnyder@cygnus.com>
4317
4318 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
4319 Add a RE to accept a non-ascii char if one is ever presented.
4320
4321 2000-12-20 Fernando Nasser <fnasser@redhat.com>
4322
4323 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
4324
4325 2000-12-18 Michael Snyder <msnyder@cygnus.com>
4326
4327 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
4328 in regexp. One '\' does not suffice on Linux.
4329
4330 2000-12-09 Michael Chastain <chastain@redhat.com>
4331
4332 * gdb.base/break.exp (test_clear_command): Use a marker function
4333 rather than 'main' for the test function. Also move this
4334 test to an execution point where the marker function names are
4335 guaranteed to be bound to functions. (Executing tests after a
4336 'finish' from main runs into name conflicts with local names
4337 in __libc_start_main).
4338
4339 2000-12-07 Michael Snyder <msnyder@cygnus.com>
4340
4341 * gdb.base/finish.exp: New test for gdb's "finish" command.
4342 * gdb.base/return2.exp: New test for gdb's "return" command.
4343 * gdb.base/return2.c: New source file for above.
4344
4345 2000-12-05 Michael Snyder <msnyder@cygnus.com>
4346
4347 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
4348 * gdb.base/miscexprs.exp: Ditto.
4349 * gdb.base/pointers.exp: Ditto.
4350 * gdb.c++/derivation.exp: Ditto.
4351 * gdb.c++/local.exp: Ditto.
4352 * gdb.c++/namespace.exp: Ditto.
4353 * gdb.c++/overload.exp: Ditto.
4354 * gdb.c++/ref-types.exp: Ditto.
4355
4356 2000-12-05 Michael Snyder <msnyder@cygnus.com>
4357
4358 * gdb.base/constvars.exp: Test result of "up" command.
4359 * gdb.base/miscexprs.exp: Ditto.
4360 * gdb.base/pointers.exp: Ditto.
4361 * gdb.base/scope.exp: Ditto.
4362 * gdb.c++/derivation.exp: Ditto.
4363 * gdb.c++/local.exp: Ditto.
4364 * gdb.c++/namespace.exp: Ditto.
4365 * gdb.c++/overload.exp: Ditto.
4366 * gdb.c++/ref-types.exp: Ditto.
4367
4368 2000-11-22 Michael Chastain <chastain@redhat.com>
4369
4370 * mips_pro.exp: Accept either "middle -> top -> main" or
4371 "middle -> main" in the backtrace, because gcc can optimize
4372 tail calls to jumps. Remove setup_xfail for the hppa case.
4373 Add a comment with the original warning messages from PR 3016,
4374 which was filed in 1993, to preserve them for posterity.
4375
4376 2000-11-17 Nick Duffek <nsd@redhat.com>
4377
4378 * lib/gdb.exp (gdb_test): Override timeout with board info.
4379
4380 2000-11-17 Nick Duffek <nsd@redhat.com>
4381
4382 * gdb.base/display.exp: Don't kill running stub. Add "again" to
4383 the second kill and detach messages.
4384
4385 2000-11-17 Nick Duffek <nsd@redhat.com>
4386
4387 * configure.in: Add AC_EXEEXT.
4388 * configure: Regenerate.
4389 * Makefile.in (just-check): Export EXEEXT.
4390 * lib/gdb.exp ($EXEEXT): Import from environment.
4391 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
4392 expect "maint dump-me" on Cygwin.
4393 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
4394 $EXEEXT.
4395
4396 2000-11-17 Nick Duffek <nsd@redhat.com>
4397
4398 * gdb.base/break.exp: Test backtrace and finish from called
4399 function on all platforms, not just HP-UX.
4400
4401 2000-11-03 Michael Snyder <msnyder@cygnus.com>
4402
4403 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
4404 code from gdb_target_monitor, so it can be used independantly
4405 for gdbserver. Also comment out an unnecessary PUTS.
4406
4407 2000-11-03 Michael Snyder <msnyder@cygnus.com>
4408
4409 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
4410 * gdb.base/corefile.exp: Expect the message "Program is being
4411 debugged already" when we send the "corefile" command, since
4412 the preceeding gdb_load may have connected gdb to a remote target.
4413 * gdb.base/display.exp: Disable hardware watchpoints if new
4414 board info variable "no_hardware_watchpoints" is true.
4415 Replace single-letter commands with more readable ones.
4416 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
4417 if new board info variable "no_hardware_watchpoints" is true.
4418 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
4419 to see if stdio (printf) testing is possible.
4420 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
4421 board info variable "no_hardware_watchpoints" is true. Use new
4422 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
4423
4424 2000-11-13 Fernando Nasser <fnasser@redhat.com>
4425
4426 From Orjan Friberg <orjanf@axis.com>:
4427 * gdb.base/printcmds.exp: Escape curly braces followed by a number
4428 in array print pattern match.
4429
4430 2000-11-09 Fernando Nasser <fnasser@redhat.com>
4431
4432 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
4433 spelling "cancelled" to U.S. spelling "canceled" to match changes
4434 made to gdb.
4435 * gdb.c++/ovldbreak.exp: Ditto.
4436
4437 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4438
4439 * gdb.base/callfuncs.c (main): Moved to end of file, call
4440 t_double_values to initialize the FPU before inferior calls are made.
4441 * gdb.base/callfuncs.exp: Test for register preservation after calling
4442 inferior functions. Add tests for continuining, finishing and
4443 returning from a stop in a call dummy.
4444
4445 2000-10-24 Michael Snyder <msnyder@cygnus.com>
4446
4447 * gdb.base/commands.exp: Break up long lines, and re-indent.
4448
4449 2000-10-19 Michael Snyder <msnyder@cygnus.com>
4450
4451 * config/gdbserver.exp: Rewritten from the ground up, to make it
4452 compatible with the current dejagnu tree, and to make it work with
4453 the new "gdbserver" in libremote.
4454
4455 2000-10-16 Michael Snyder <msnyder@cygnus.com>
4456
4457 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
4458 * gdb.base/varargs.exp: Skip entire test if no printf support.
4459 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
4460 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
4461
4462 2000-10-13 Michael Snyder <msnyder@cygnus.com>
4463
4464 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
4465 no floating point support.
4466 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
4467 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
4468 * gdb.base/call-rt-st.exp: Ditto.
4469 * gdb.base/call-strs.exp: Ditto.
4470
4471 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
4472
4473 * gdb.base/sizeof.c: include <stdio.h>.
4474
4475 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
4476 'finish', otherwise uncaptured gdb_prompt would potentially
4477 throw remaining test points out of sync.
4478
4479 2000-07-26 Scott Bambrough <scottb@netwinder.org>
4480
4481 * gdb.base/recurse.exp: Run tests for all targets.
4482 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
4483 gnu-oldld case on ARM.
4484 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
4485 for ARM targets.
4486
4487 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
4488
4489 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
4490 * gdb.java/configure: Rebuild.
4491
4492 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
4493
4494 * gdb.java/jv-exp.exp: New file.
4495
4496 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
4497
4498 * configure: Rebuilt.
4499 * configure.in (configdirs): Add gdb.java.
4500 * gdb.java/jmisc.java: New file.
4501 * gdb.java/jmisc.exp: New file.
4502 * gdb.java/Makefile.in: New file.
4503 * gdb.java/configure: Rebuilt.
4504 * gdb.java/configure.in: New file.
4505 * lib/java.exp: New file.
4506
4507 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
4508
4509 * gdb.base/exprs.exp: Test casts to a pointer including over and
4510 underflow.
4511
4512 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
4513
4514 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
4515 and the compilers sizes.
4516
4517 2000-07-09 Nick Duffek <nsd@redhat.com>
4518
4519 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
4520 (use_methods): New function.
4521 (main): Call use_methods().
4522 * gdb.c++/classes.exp (test_method_param_class): New procedure.
4523 (do_tests): Call test_method_param_class.
4524
4525 2000-07-09 Nick Duffek <nsd@redhat.com>
4526
4527 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
4528 spelling.
4529 (test_enums): New procedure. Move enum tests from end of script
4530 to here. Set breakpoint on function name instead of line number.
4531 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
4532 (enums2): New marker function.
4533 (enums1): New function.
4534 (main): Call enums1(). Move enum tests to enums1().
4535
4536 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
4537
4538 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
4539 compile/link program. Update line numbers.
4540 * gdb.asm/d10v.inc: Define ``startup''.
4541 * gdb.asm/asmsrc1.s: Add definition of _start.
4542
4543 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
4544
4545 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
4546
4547 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4548
4549 * gdb.base/maint.exp: Add 'maint print architecture' item to output
4550 of 'help maint print' command.
4551
4552 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
4553
4554 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
4555 they use gdb_expect_list.
4556
4557 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
4558
4559 * gdb.base/commands.exp: Use ``set remote
4560 memory-read-packet-size'' instead of ``set endian big'' to test
4561 long commands.
4562
4563 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
4564
4565 * gdb.c++/templates.exp (do_tests): Make all of these work under
4566 g++, and stop skipping them.
4567
4568 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
4569 work under g++.
4570
4571 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
4572 initialization.
4573
4574 2000-06-02 Michael Snyder <msnyder@cygnus.com>
4575
4576 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
4577 the regular expression: accept an (almost) arbitrary sequence of
4578 "frames-invalid" and "breakpoints-invalid" messages both before
4579 and after the "starting" message.
4580
4581 2000-06-02 Michael Snyder <msnyder@cygnus.com>
4582
4583 * gdb.c++/local.exp: This test has never been known to work with g++.
4584
4585 2000-05-18 Michael Snyder <msnyder@cygnus.com>
4586
4587 * gdb.base/annota1.exp (annotate-signal-handler-caller):
4588 Relax the regular expression a little, make it pass on Solaris 8.
4589
4590 2000-05-12 Kevin Buettner <kevinb@redhat.com>
4591
4592 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
4593 a call, do not require that gdb stop on the line after the call.
4594 Instead, it is permissible for gdb to stop on the line of the
4595 call itself.
4596
4597 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
4598
4599 * gdb.base/break.exp (bp on small function, optimized file):
4600 Add a second pass pattern. The behavior differs here between stabs
4601 and dwarf for one-line functions. Stabs preserves two line symbols
4602 (one before the prologue and one after) with the same line number,
4603 but dwarf regards these as duplicates and discards one of them.
4604 Therefore the address after the prologue (where the breakpoint is)
4605 has no exactly matching line symbol, and GDB reports the breakpoint
4606 as if it were in the middle of a line rather than at the beginning.
4607
4608 2000-05-08 Michael Snyder <msnyder@cygnus.com>
4609
4610 * gdb.base/interrupt.exp: Make "pass" message say "send"
4611 rather than "send_gdb" (for consistancy).
4612
4613 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
4614
4615 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
4616 * gdb.c++/templates.cc: Properly check for GCC version number.
4617 * lib/compiler.cc: Likewise
4618
4619 2000-04-28 Michael Snyder <msnyder@cygnus.com>
4620
4621 * gdb.base/break.exp: When compiled with -O2 optimization,
4622 gdb may not stop at the first line of main, due to code motion.
4623
4624 2000-04-26 Michael Snyder <msnyder@cygnus.com>
4625
4626 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
4627 This test depends on parsing the printf output from the target.
4628 Since the sparclet stub doesn't do stdio, this will never work.
4629 * gdb.base/call-rt-st.exp: ditto.
4630 * gdb.base/call-strs: ditto.
4631
4632 2000-04-24 Michael Snyder <msnyder@cygnus.com>
4633
4634 * gdb.base/miscexprs.exp: make sizeof long array test portable.
4635
4636 * gdb.base/ending-run.exp: After connecting to a remote target,
4637 but before running, the target will appear to be in a random
4638 location. Specify both a file and a line for breakpoints.
4639 Also, the function that calls main may be called 'init'
4640 rather than 'start'.
4641
4642 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4643
4644 * gdb.base/help.exp: Update output for add-symbol-file command.
4645
4646 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
4647
4648 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4649 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
4650
4651 2000-04-07 J.T. Conklin <jtc@redback.com>
4652
4653 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
4654
4655 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
4656
4657 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
4658
4659 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
4660 values that can be represented exactly.
4661 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
4662 above change, and to not check against the directory part of the source
4663 file name.
4664 (step into print_long_arg_list): Likewise.
4665 (print print_small_structs from print_long_arg_list): Likewise.
4666 (print print_long_arg_list): Likewise.
4667
4668 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4669
4670 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
4671
4672 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
4673
4674 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
4675
4676 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
4677
4678 * gdb.base/commands.exp (deprecated_command_test): Add test for
4679 deprecate with no arguments.
4680
4681 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
4682
4683 * gdb.base/break.exp: Add new test for setting breakpoints on
4684 optimized code so we can test breakpoints work even when function
4685 prologues may be optimized away
4686
4687 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
4688
4689 From David Whedon <dwhedon@gordian.com>
4690 * gdb.base/commands.exp : Added command deprecator tests.
4691
4692 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
4693
4694 * gdb.base/help.exp: Added test for new apropos command.
4695
4696 2000-03-21 Kevin Buettner <kevinb@redhat.com>
4697
4698 * gdb.base/pointers.c (usevar): New function.
4699 (main): Make sure that global variables v_int_pointer2, rptr,
4700 and y are all referenced someplace in the program by calling
4701 usevar() on them. [Some linkers delete symbols which are
4702 never referenced. The space remains, but there's no way to
4703 get a (symbolic) handle on the variable from the debugger.]
4704
4705 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4706
4707 * gdb.base/printcmds.c: Add typedeffed arrays.
4708
4709 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
4710 procedure to test arrays that are typedef'd.
4711
4712 2000-03-13 James Ingham <jingham@leda.cygnus.com>
4713
4714 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
4715 the library directories.
4716
4717 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
4718
4719 * configure.in (configdirs): Add sub directory gdb.mi.
4720 * configure: Re-generate.
4721
4722 * gdb.mi: New directory.
4723
4724 2000-02-25 Scott Bambrough <scottb@netwinder.org>
4725
4726 * gdb.base/long_long.exp: Correct test suite failure when printing
4727 a long long value as a double on ARM platforms.
4728
4729 2000-02-16 Jim Blandy <jimb@redhat.com>
4730
4731 * gdb.base/break.exp ("breakpoint line number"): Make sure the
4732 default source file is set properly before running this test.
4733
4734 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4735
4736 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
4737 gdbtk/library directory, not in gdbtcl2.
4738
4739 2000-02-04 Jim Blandy <jimb@redhat.com>
4740
4741 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
4742 backslash from regexp pattern.
4743
4744 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
4745 procedure. Use it to run all the "continue to bp overloaded"
4746 tests. Note that this changes the names of the tests slightly.
4747 If the breakpoint hit message includes a hex PC value, because
4748 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
4749 from the real source code, still consider that a pass.
4750
4751 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
4752 XFAIL here if the breakpoint message contains a hex address. Note
4753 similar change on 1999-11-02.
4754
4755 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
4756
4757 * gdb.base/ptype.exp: Establish a default source file before
4758 calling get_debug_format.
4759
4760 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
4761
4762 * gdb.base/watchpoint.exp: Remove duplication of test messages.
4763
4764 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
4765
4766 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
4767 of successive stepi commands -- while in the prologue we should see
4768 the function entry bracket.
4769
4770 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
4771
4772 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
4773 reach __change_mode() when stepping through the end of main().
4774
4775 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
4776
4777 * gdb.base/default.exp: Fix expected pattern.
4778 * gdb.base/help.exp: Same.
4779
4780 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4781
4782 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
4783 Don't use xfail's because that affects only the following test.
4784
4785 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
4786 solaris or linux.
4787
4788 * gdb.base/selftest.exp: Update to reflect changes to main.c.
4789
4790 2000-01-07 Michael Snyder <msnyder@cygnus.com>
4791
4792 * gdb.base/display.exp: Some yacc parsers like to say
4793 "A syntax error" rather than "A parse error". Accept both.
4794
4795 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
4796
4797 * gdb.base/default.exp: Remove OS dependent string from "target
4798 remote" test.
4799 * gdb.base/help.exp: Same for "help target remote" test.
4800
4801 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4802
4803 From Jim Kingdon <kingdon@redhat.com>:
4804
4805 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
4806 prompt (cleanup rather than necessity, but still might keep output
4807 from spilling to next test).
4808
4809 2000-01-02 Fred Fish <fnf@cygnus.com>
4810
4811 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
4812 AIX, which defines them in <sys/types.h>.
4813
4814 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
4815
4816 * gdb.base/default.exp: Match arm* etc instead of arm in "info
4817 float" test.
4818
4819 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
4820
4821 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
4822
4823 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
4824 outermost frame disallowed".
4825
4826 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
4827
4828 * gdb.base/setvar.exp: New tests for setting the value of a struct
4829 with a constant list.
4830
4831 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
4832
4833 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
4834 require the user to type a cast before setting the value of a struct.
4835
4836 1999-12-06 Jim Blandy <jimb@cygnus.com>
4837
4838 * gdb.base/default.exp: Expect the new 'info float' command on
4839 all i386 platforms.
4840
4841 * gdb.threads/linux-dp.exp: Expand our ability to recognize
4842 LinuxThreads libraries that don't support debugging.
4843
4844 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
4845
4846 * gdb.base/remote.c: Fill the buffer with truely random data.
4847 Change the buffer type to ``unsigned char'' to simplify size
4848 arithmetic.
4849
4850 * gdb.base/remote.exp: Reduce download numbers by one. Typical
4851 stub only handles 400-1 byte packets. Verify that the download
4852 worked.
4853
4854 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
4855
4856 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
4857 tests, using UNRESOLVED for the untested cases. Also, does not wait
4858 for a timeout if the prompt was received before a recognizable pattern.
4859
4860 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
4861
4862 * lib/gdb.exp (gdb_expect_list): Fix spelling.
4863
4864 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4865
4866 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
4867 watchpoints.
4868
4869 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
4870
4871 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
4872
4873 * gdb.c++/local.exp: Be more flexible in recognizing local class
4874 name mangling. Don't allow horribly truncated method names.
4875 * gdb.c++/derivation.exp: Expect protected inheritance.
4876 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
4877 * gdb.c++/virtfunc.exp: Likewise.
4878 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
4879 when printing a nested enum.
4880
4881 1999-11-22 Jim Blandy <jimb@cygnus.com>
4882
4883 * gdb.base/step-test.exp: Properly await GDB's response to setting
4884 a breakpoint on the call to large_struct_by_value.
4885
4886 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
4887 just because we have debug info for the `start' function.
4888
4889 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
4890
4891 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
4892 "Unknown signal" messages, which indicate (on LinuxThreads) that
4893 GDB doesn't know how to debug threads on this system. This is
4894 better than hanging while philosopher 0 dumps chatter into gdb.log.
4895
4896 1999-11-18 Tom Tromey <tromey@cygnus.com>
4897
4898 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
4899
4900 1999-11-18 Fred Fish <fnf@cygnus.com>
4901
4902 * gdb.base/coremaker2.c: Add sample program for generating
4903 cores that is more self contained than coremaker.c. Eventually
4904 I'll add more code to this and tie it into the testsuite.
4905
4906 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
4907
4908 * gdb.base/dollar.exp: Remove, now in gdb.hp.
4909
4910 1999-11-10 Jimmy Guo <guo@cup.hp.com>
4911
4912 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
4913 from $srcdir/lib/.
4914 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
4915 and gdb.c++/.
4916
4917 * gdb.c++/derivation.exp: remove redundant get compiler info code.
4918
4919 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4920 'continue with watch' test point.
4921
4922 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
4923
4924 Merged from p2linux-990323-branch:
4925
4926 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
4927
4928 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
4929
4930 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
4931 {limit,fixed}''. Test ``set download-write-size''.
4932
4933 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
4934
4935 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
4936 gdb_expect_list.
4937
4938 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
4939
4940 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
4941
4942 1999-11-03 Mark Salter <msalter@cygnus.com>
4943
4944 * gdb.base/break.exp: Fix "stub continue" pattern.
4945
4946 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
4947
4948 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
4949
4950 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
4951
4952 * gdb.base/display.exp ("finish"): Add timeout clause.
4953
4954 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
4955 plain prompt clause, so this doesn't have to time out in order to
4956 fail.
4957
4958 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
4959 breakpoint hit messages include an address.
4960
4961 * gdb.base/display.exp: Don't forget to escape parens in regular
4962 expressions. Unix regexp notatation sucks.
4963
4964 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4965
4966 * gdb.base/annota1.exp: Test for annotate-signalled: change output
4967 order for 'signalled' message.
4968
4969 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
4970
4971 From Jimmy Guo <guo@cup.hp.com>:
4972 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
4973 * gdb.base/annota1.c: Add code for tests to work with.
4974
4975 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
4976
4977 * gdb.base/remote.exp: New test for remote downloading settings.
4978 * gdb.base/remote.c: New file with large .data.
4979
4980 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
4981
4982 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
4983 for LinuxThreads support, merged from the Code Fusion branch.
4984
4985 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
4986
4987 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
4988 containing exp_continue into a while within an expect. Don't
4989 attempt a start more than three times. Check return value from
4990 gdb_load.
4991
4992 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
4993
4994 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
4995 a pass case.
4996
4997 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
4998
4999 * gdb.base/break.c (main): Added a statement that we can step
5000 off of.
5001 * gdb.base/break.exp: Added tests for setting a breakpoint
5002 at an offset and stepping onto a breakpoint.
5003
5004 1999-10-01 Fred Fish <fnf@cygnus.com>
5005
5006 * gdb.base/help.exp (help add-symbol-file): Update to match current
5007 gdb output.
5008
5009 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
5010
5011 * gdb.base/break.exp: Code locations are in hex, don't forget!
5012 (For HP-UX.)
5013
5014 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
5015
5016 * condbreak.exp: Use break.c as test program.
5017 * condbreak.c: Remove, redundant with break.c.
5018
5019 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
5020
5021 * config/monitor.exp (gdb_target_monitor): Disable X- and
5022 Z-packets if the target needs it.
5023
5024 1999-09-13 James Ingham <jingham@leda.cygnus.com>
5025
5026 * gdb.c++/overload.exp: Added tests for listing overloaded
5027 functions with function pointers in the arg, explicitly calling
5028 out the version you want.
5029
5030 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
5031
5032 * long_long.exp: Add variations of test cases that work for
5033 targets with 16-bit ints and 32-bit doubles.
5034
5035 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
5036
5037 * break.c (main): Compare a possibly-uninitialized argc with an
5038 unlikely value that fits in 16 bits.
5039
5040 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
5041
5042 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
5043 0xfeeb, don't want negative numbers if ints are 16 bits.
5044
5045 * lib/gdb.exp (skip_cplus_tests): New proc.
5046 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
5047 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
5048 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
5049 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
5050 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
5051 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
5052 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
5053 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
5054
5055 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
5056
5057 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
5058
5059 * gdb.base/corefile.exp (up): Allow a parameter to appear
5060 in the frame that we're going up to.
5061
5062 From Jim Blandy <jimb@cygnus.com>:
5063
5064 * gdb.base/default.exp (info float): Expect some output now.
5065
5066 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
5067 returning floating-point values to fail on the x86.
5068 * gdb.base/callfwmall.exp (do_function_calls): Same.
5069
5070 * gdb.base/list.exp (test_listsize): Correct expectations for
5071 listing line 1 with listsize 2. Also, listing a single line
5072 works now, as does listing three lines. [Kevin's note: There
5073 were a number of other cases fixed too where the expectations
5074 differed...]
5075
5076 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
5077
5078 * gdb.base/selftest.exp: Add case for when version prints as
5079 constant string instead of char pointer.
5080
5081 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
5082
5083 * gdb.base/ending-run.exp: Add Solaris case for what happens when
5084 stepping out of main.
5085
5086 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
5087 G++ used.
5088
5089 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
5090 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
5091
5092 * gdb.c++/ovldbreak.exp: Update match string in test that
5093 includes a warning of multiple breakpoints.
5094
5095 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
5096
5097 * gdb.base/display.exp: Improve precision of step-after-finish
5098 added yesterday.
5099
5100 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
5101 test.
5102
5103 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
5104 configs when using G++, not just hppa*.
5105
5106 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5107
5108 * gdb.base/async.c: New file.
5109 * gdb.base/async.exp: New file.
5110
5111 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
5112
5113 * gdb.base/break.exp: Tweak PA specific tests to properly handle
5114 PA64.
5115
5116 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
5117
5118 * gdb.base/display.exp: "finish" can leave us mid-line on many
5119 targets, deal with it. Add a small constant to main, instead of
5120 1000 since main+1000 may not be a valid address in the target.
5121
5122 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
5123 on hpux11.
5124
5125 * gdb.base/attach.exp: Handle another hpux11 error message variant
5126 when attaching to a process that does not exist.
5127
5128 1999-08-19 J.T. Conklin <jtc@redback.com>
5129
5130 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
5131 characters in 'continue to 1241' test.
5132
5133 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
5134
5135 * gdb.base/call-ar-st.exp: Add a shorter match case for the
5136 stop in print_long_arg_list, define and use a whitespace
5137 variable in print_small_structs test, add an XFAIL for Solaris.
5138 * gdb.base/dbx.exp: XFAIL func commands until somebody is
5139 interested enough to fix.
5140
5141 1999-08-13 Keith Seitz <keiths@cygnus.com>
5142
5143 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
5144 (dbx_gdb_load): Remove. Use gdb_load instead, since that
5145 proc knows about targets other than the natives.
5146 (test_assign): Use "gdb_run_cmd" to "run" the target.
5147 Check that we've actually hit the breakpoint at main.
5148 When we attempt to assign a value to a local variable, check
5149 that the variable is in the current scope, i.e., don't use
5150 a test with an empty result.
5151
5152 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
5153
5154 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
5155 command.
5156
5157 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
5158
5159 From Jimmy Guo <guo@cup.hp.com> and others at HP:
5160 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
5161 gdb.compat, gdb.threads-hp.
5162 gdb.hp/configure, gdb.hp/configure.in: New files.
5163 gdb.hp/Makefile.in: Recurse into new subdirs.
5164 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
5165 gdb.hp/gdb.objdbg: New directory, tests for debugging info
5166 in object files.
5167 gdb.hp/tools: New directory, aux tools for HP-specific tests.
5168
5169 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
5170
5171 * gdb.base/display.exp: Help expect by putting a newline in the
5172 funky printf, remove a bogus p/a test.
5173
5174 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5175
5176 * gdb.base/display.exp: Make sure that when we say 'run', we are
5177 connected to the target. This is necessary when running not
5178 natively.
5179
5180 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
5181
5182 * gdb.base/step-test.exp: Removed some extraneous messages.
5183
5184 * gdb.base/long_long.exp: Don't run memory examination tests
5185 on little-endian targets (they will need a different set of
5186 results to match).
5187
5188 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
5189
5190 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
5191 until somebody decides to fix GDB.
5192
5193 * gdb.base/long_long.c: Stop compiler complaint by specifying long
5194 constant as "ULL".
5195 * gdb.base/long_long.exp: Loosen x/c test, add partial result
5196 matches for a couple x/2 commands.
5197
5198 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
5199
5200 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
5201 by merging in ref-types2 tests.
5202 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
5203
5204 From Jimmy Guo <guo@cup.hp.com> and others at HP:
5205 * gdb.c++/Makefile.in: Add standard actions.
5206 (EXECUTABLES): Rename from PROGS, update list.
5207 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
5208 from gdb.hp.
5209 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
5210 foo and bar locals.
5211 * gdb.c++/anon-union.exp: Fix tests to match.
5212 * gdb.c++/classes.exp: Run if HP compiler used, add extra
5213 expect matches to handle output variations.
5214 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
5215 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
5216 output, add HP alternatives for new and delete prints.
5217 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
5218 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
5219 * gdb.c++/demangle.exp: Use $style when reporting failure.
5220 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
5221 * gdb.c++/inherit.exp: Run if HP compiler used, add some
5222 match alternatives.
5223 * gdb.c++/local.exp: Add match alternatives or xfails for HP
5224 compilers.
5225 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
5226 * gdb.c++/method.exp: Add match alternatives.
5227 * gdb.c++/misc.cc: Add bool types.
5228 * gdb.c++/misc.exp: Add tests for bool types.
5229 * gdb.c++/overload.exp: Add xfails.
5230 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
5231 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
5232 add some more template parameter tests (only for HP currently).
5233 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
5234 * gdb.c++/virtfunc.cc: Add return type and value for main.
5235 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
5236 match alternatives.
5237
5238 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5239
5240 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
5241
5242 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
5243
5244 * gdb.base/signals.exp: Don't expect getting a backtrace from
5245 within a signal handler to fail on Linux.
5246
5247 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
5248
5249 From Jimmy Guo <guo@cup.hp.com> and others at HP:
5250 * lib/gdb.exp: Remove some gratuitious semicolons.
5251 (delete_breakpoints): Increase timeout.
5252 (gdb_expect): Add -notransfer option.
5253 (gdb_test): Use -notransfer option.
5254 (get_compiler_info): Add f77 case.
5255 (get_compiler): New proc, split out from gdb_preprocess, add f77
5256 case.
5257 (gdb_preprocess): Call get_compiler.
5258
5259 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
5260 * gdb.base/attach.exp, gdb.base/display.exp,
5261 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
5262 gdb.base/long_long.exp, gdb.base/printcmds.exp,
5263 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
5264 third arg to gdb_test.
5265 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
5266 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
5267 HP-UX xfails, add others.
5268 * gdb.base/completion.exp: Reflect name change of self-test.
5269 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
5270 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
5271 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
5272 HP failure number.
5273 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
5274 useless HP-UX 10.30 references.
5275 * gdb.base/maint.exp: Loosen matches.
5276 * gdb.base/pointers.c (main): Declare more_code.
5277 * gdb.base/pointers.exp: Match on output of a `next'.
5278 * gdb.base/structs.c: Add prototypes.
5279 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
5280 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
5281
5282 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5283
5284 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
5285 command.
5286
5287 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5288
5289 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
5290 Fix run to main failures. Watchpoint can be hardware watchpoint.
5291
5292 * gdb.base/annota1.exp: Clean up some more, in case printf has
5293 debug info. Deal with lack of signal hanlder info in stack.
5294
5295 From Jim Kingdon <kingdon@redhat.com>:
5296 * gdb.base/annota1.exp: If printf has debug info, deal with it.
5297
5298 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
5299
5300 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
5301 gdb.base/foll-vfork.exp: Don't run for crosses.
5302
5303 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
5304
5305 * gdb.base/configure.in: Check for gdbvars.exp instead of
5306 a1-selftest.exp.
5307 * gdb.base/configure: Re-generate.
5308
5309 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
5310
5311 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
5312 in trying to run first and name is too long.
5313
5314 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
5315 pointers2.c and pointers2.exp, respectively.
5316 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
5317 doschk happier.
5318
5319 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
5320
5321 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
5322 callfuncs2.c and callfuncs2.exp.
5323
5324 * gdb.base/list.exp: Remove mistaken xfails.
5325 * gdb.base/list0.h: Add optional prototypes.
5326
5327 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
5328
5329 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
5330 calling malloc.
5331 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
5332 * ptype.exp: Move test for get_debug_format to before its first
5333 use.
5334
5335 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5336
5337 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
5338 * gdb.base/annota2.cc, annota2.exp: Move from here.
5339 * gdb.c++/annota2.cc, annota2.exp: To here.
5340 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
5341
5342 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
5343
5344 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
5345 a consistent format.
5346
5347 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
5348
5349 From Jimmy Guo <guo@cup.hp.com> and others at HP:
5350 * lib/gdb.exp (get_compiler_info): Add detection for assorted
5351 HP compilers, also set the globals $true and $false.
5352
5353 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
5354 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
5355 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
5356 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
5357 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
5358 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
5359 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
5360 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
5361 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
5362 whatis.c} Add C++ compatible function definitions and return
5363 types, add includes for library functions.
5364 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
5365 * gdb.base/step-test.c (myglob): Rename from glob.
5366 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
5367 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
5368 files, move here from gdb.hp.
5369 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
5370 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
5371 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
5372 Adjust line numbers in regexps.
5373
5374 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
5375 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
5376 instead of 0/1.
5377
5378 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
5379 foll-vfork.exp: New files, move here from gdb.hp.
5380 * gdb.base/page.exp: New file, test of pagination command.
5381
5382 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
5383 recursion test.
5384 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
5385
5386 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
5387 gdb.base/solib.exp: Fix compiler invocation process.
5388
5389 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
5390 HP-UX 11, turn off overload resolution explicitly.
5391 * gdb.base/commands.exp: Set argument list explicitly, add
5392 watchpoint test.
5393 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
5394 them work.
5395 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
5396 expressions properly.
5397 * gdb.base/corefile.exp: Loosen the match slightly.
5398 * gdb.base/default.exp: Allow "Error accessing memory" message
5399 also.
5400 * gdb.base/display.exp: Skip over x/0 j if PA64.
5401 * gdb.base/funcargs.exp: Add xfails for HP-UX.
5402 * gdb.base/interrupt.exp: Ditto.
5403 * gdb.base/langs.exp: Add symbolic matches governed by compiler
5404 in use.
5405 * gdb.base/list.exp: Add xfails for HP-UX.
5406 * gdb.base/long_long.exp: Refine some of the numeric matches.
5407 * gdb.base/mips_pro.exp: Xfail on HP-UX.
5408 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
5409 * gdb.base/nodebug.exp: Succeed on more varieties of output.
5410 * gdb.base/opaque.exp: Remove some HP-UX xfails.
5411 * gdb.base/ptype.exp: Succeed on more varieties of output.
5412 * gdb.base/scope.exp: Add xfails for HP-UX.
5413 * gdb.base/sect-cmd.exp: Add more cases.
5414 * gdb.base/setvar.exp: Add xfails for HP-UX.
5415 * gdb.base/shlib-call.exp: Loosen some matches slightly.
5416 * gdb.base/signals.exp: Match on void symbolically.
5417 * gdb.base/step-test.exp: Add case for PA64.
5418 * gdb.base/term.exp: Add exit and restart.
5419 * gdb.base/twice.exp: Clean up after self.
5420 * gdb.base/varargs.exp: Disable overload resolution explicitly.
5421 * gdb.base/whatis.exp: Allow more ways to pass tests.
5422
5423 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
5424 no longer useful.
5425
5426 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
5427
5428 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
5429 list of patterns.
5430 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
5431 print_double_array(double_array)", "continuing to breakpoint
5432 1018", "print print_double_array(array_d)" and "continuing to
5433 1034" tests.
5434
5435 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
5436
5437 * Makefile.in: Add empty html and install-html targets.
5438
5439 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
5440
5441 * config/mt-*: Remove, these haven't been used since 1996.
5442
5443 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
5444
5445 * gdb.base/call-strs.c, gdb.base/ending-run.c,
5446 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
5447 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
5448
5449 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
5450
5451 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
5452 simpler match case for the ptype of the big class.
5453
5454 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5455
5456 * gdb.exp: Fix test for gdb_prompt existence.
5457
5458 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5459
5460 * gdb.exp (gdb_test): Add fail after calls to perror.
5461
5462 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5463
5464 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
5465
5466 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5467
5468 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
5469
5470 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
5471
5472 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
5473 malloc() is linked in.
5474
5475 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
5476
5477 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
5478 step at end.
5479
5480 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
5481
5482 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
5483
5484 * gdb.java/jv-print.exp: New file. (Our first Java test!)
5485
5486 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
5487
5488 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
5489 * gdb.base/mips_pro.exp: Likewise.
5490
5491 1999-06-02 Keith Seitz <keiths@cygnus.com>
5492
5493 * gdb.c++/templates.cc: Change all "new" operators to throw
5494 an exception.
5495 * gdb.c++/cplusfuncs.cc: Likewise.
5496
5497 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
5498
5499 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
5500
5501 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
5502 * gdb.base/ending-run.exp: When stepping out of main, accept a
5503 step into an arbitrary assembler file.
5504
5505 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5506
5507 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
5508 "breakpoint-invalid" to be printed.
5509 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
5510 number of "frames-invalid" and "breakpoint-invalid" to be printed.
5511 * gdb.base/annota2.cc: Initialize a.x to 0.
5512
5513 1999-05-17 Keith Seitz <keiths@cygnus.com>
5514
5515 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
5516 when "skip_float_tests" set.
5517 Ditto for "print print_double_array(array_d)", "print print_small_structs",
5518 "print print_ten_doubles", and "step into print_long_arg_list".
5519 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
5520 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
5521 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
5522 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
5523 "skip_float_tests" is set.
5524 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
5525 when "skip_float_tests" set.
5526
5527 1999-05-06 Keith Seitz <keiths@cygnus.com>
5528
5529 * gdb.base/annota2.cc: Include stdio.h.
5530
5531 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
5532
5533 * gdb.base/crossload.exp: Remove, this has been disabled ever
5534 since BFD stopped including all targets, and cross-GDB gets
5535 plenty of testing anyway.
5536 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
5537 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
5538 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
5539 * gdb.base/README: Remove, was doc for this.
5540 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
5541 needed.
5542
5543 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5544
5545 * gdb.base/call-ar-st.exp: Fix one regular expression in test
5546 output.
5547
5548 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
5549 * gdb.base/annota2.exp: New file. More annotation tests.
5550 * gdb.base/annota1.c: New file. Source file for annota1.exp.
5551 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
5552
5553 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
5554
5555 * config/cfdbug.exp: New file.
5556
5557 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
5558
5559 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
5560 Marcus Daniel's and Dale Hawkins's demangler crashes.
5561
5562 * gdb.c++/demangle.exp (test_gnu_style_demangling,
5563 test_lucid_style_demangling, test_arm_style_demangling,
5564 test_hp_style_demangling): Try Tom Tromey's core-dumping
5565 identifier under each demangling style.
5566
5567 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
5568
5569 * gdb.c++/demangle.exp: Include the current demangling style
5570 in all test names.
5571 (current_demangling_style): New global variable.
5572 (set_demangling_style, test_demangling_core, test_demangling,
5573 test_demangling_exact): New functions.
5574 (test_gnu_style_demangling, test_lucid_style_demangling,
5575 test_arm_style_demangling, test_hp_style_demangling): Use those,
5576 instead of calling gdb_test and gdb_test_exact directly.
5577 (catch_demangling_errors): New function, which reports errors
5578 signalled by the demangling test functions in an orderly way.
5579 (do_tests): Use catch_demangling_errors.
5580
5581 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
5582
5583 * gdb.base/signals.exp (test_handle_all_print): Use () for
5584 grouping in expressions, not {}.
5585
5586 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
5587 initialized yet.
5588
5589 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
5590
5591 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
5592 are listed.
5593
5594 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
5595
5596 * gdb.stabs/weird.exp: Test for CC being defined before
5597 looking at its value.
5598
5599 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
5600
5601 * gdb.base/call-ar-st.exp: Remove stray '#'.
5602 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
5603 "short int" and "long int".
5604 * gdb.c++/overload.cc: Cast the string added in the previous
5605 change, to mollify finicky HP compiler.
5606 * gdb.hp/reg-test.exp (testfile): Fix file name.
5607 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
5608
5609 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
5610 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
5611 alternate form of enum ptype.
5612
5613 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
5614
5615 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
5616 * gdb.hp/*.exp: Change all to run compiler probe only after
5617 passing skip_hp_tests, so as not to waste time on guaranteed
5618 failure.
5619
5620 * gdb.c++/overload.cc: Pass string instead of char addr, always
5621 init ccpfoo.
5622 * gdb.c++/templates.cc: Fix syntax error.
5623
5624 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5625
5626 * gdb.base/commands.exp: Add test for correct position of '>'
5627 when issuing the 'commands' command after a 'while' or 'if'
5628 command.
5629
5630 1999-03-18 James Ingham <jingham@cygnus.com>
5631
5632 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
5633
5634 * gdb.c++/method.exp: It was testing an uninitialized int on the
5635 stack and assuming it was positive.
5636
5637 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
5638
5639 * gdb.base/step-test.exp: Catch a case where finish is broken and
5640 keep it from killing the rest of the tests.
5641 Use gdb_continue_to_end.
5642
5643 * gdb.base/sigall.exp: use gdb_continue_to_end.
5644
5645 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
5646
5647 * gdb.base/display.exp: use runto_main, not run.
5648
5649 * gdb.base/default.exp: Check for the current error message in the
5650 r abbreviation test.
5651 Add strongarm to the targets that know info float.
5652
5653 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
5654 run which doesn't work with monitors.
5655
5656 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
5657
5658 * gdb.base/break.exp: use the gdb_continue_to_end proc.
5659
5660 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
5661 program. Traps the case (in Cygmon) when the program never really
5662 exits. Same as Mark's continue_to_exit, but I had put it in a lot
5663 more places, so I used my name. Sorry Mark...
5664
5665 * config/monitor.exp (gdb_target_monitor): added another
5666 target_info parameter: remotebinarydownload. This will set the
5667 remotebinarydownload flag if this is causing some boards trouble.
5668
5669 1999-03-18 Mark Salter <msalter@cygnus.com>
5670
5671 * lib/gdb.exp (continue_to_exit): New function.
5672
5673 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
5674 * gdb.base/ending-run.exp: Ditto.
5675 * gdb.base/step-test.exp: Ditto.
5676
5677 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
5678
5679 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
5680 (suggested by Art Haas <ahaas@neosoft.com>).
5681
5682 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
5683
5684 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
5685
5686 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
5687
5688 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
5689 descriptions of types (short unsigned int vs unsigned short, etc).
5690
5691 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
5692
5693 * gdb.base/call-strs.exp: Don't assume that `step' will step over
5694 a call to strlen; sometimes we do have sources.
5695
5696 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
5697
5698 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
5699 character, so GDB won't print garbage after its end.
5700
5701 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
5702 breakpoint there instead. Sometimes GCC emits memcpy to handle
5703 the large structures being passed by value, so we step into that
5704 instead of sum_array_print, which obscures what we're really testing.
5705 * gdb.base/step-test.exp: However, we do want a test that notices
5706 the bizarre steps into memcpy, so do that here. Add check for
5707 stepping into function calls that pass large structures by value.
5708 ("Is that a noun clause, or are you just happy to see me?")
5709 Remove all references to specific line numbers.
5710 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
5711 New type and function.
5712 (main): Call large_struct_by_value, passing it a large struct by value.
5713 * lib/gdb.exp (gdb_get_line_number): New function.
5714
5715 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
5716 more portable.
5717
5718 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
5719
5720 * lib/gdb.exp: Doc fixes.
5721
5722 1999-03-05 Nick Clifton <nickc@cygnus.com>
5723
5724 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
5725
5726 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
5727
5728 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
5729 commands. They're not germane to this test, and they don't work
5730 that way on remote targets.
5731
5732 1999-03-01 James Ingham <jingham@cygnus.com>
5733
5734 * Changelog entries merged over from gdb development branch.
5735
5736 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
5737
5738 * lib/gdb.exp (gdbtk_analyze_results): Generic function
5739 for outputting results of test run.
5740
5741 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
5742
5743 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
5744
5745 1999-02-25 Felix Lee <flee@cygnus.com>
5746
5747 * lib/gdb.exp (debug_format): initialize
5748
5749 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
5750
5751 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
5752 * gdb.base/call-rt-st.c: Ditto.
5753
5754 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
5755
5756 * gdb.threads/pthreads.exp (horiz): New variable.
5757 (test_startup): Fix regexps that capture thread numbers.
5758
5759 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
5760
5761 * gdb.base/smoke.exp: Disambiguate two test case names (both
5762 called ``print'').
5763
5764 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
5765
5766 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
5767 compilation.
5768
5769 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
5770
5771 * gdb.base/miscexprs.exp: Change patterns to match GDB's
5772 actual output formatting.
5773 * gdb.base/smoke.exp: GDB removes leading 0's.
5774 * gdb.base/volatile.exp: Don't check type of remuneration;
5775 that variable is no longer defined in constvars.c.
5776 * gdb.base/step-test.c (main): Exit with explicit exit code.
5777 * gdb.base/step-test.exp: Remove two nexti checks--they are
5778 not portable.
5779
5780 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
5781
5782 * gdb.base/help.exp ("help delete display"): Fix test to match
5783 gdb's output.
5784
5785 * gdb.base/long_long.c (known_types): Initialize values to zero.
5786 * gdb.base/long_long.exp: Step one more line
5787 so 'dec' is initialized in "get to known place". GDB removes
5788 leading zeros. Explicitly ask for hex formatting. Use
5789 unique test case names.
5790
5791 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5792
5793 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
5794
5795 * gdb.c++/method.exp: Add missing close brace.
5796
5797 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
5798
5799 * gdb.base/maint.exp: Use 'set height 0' to disable page
5800 prompting, not 'set height 400'.
5801
5802 Fix a bunch of timeouts.
5803 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
5804 four separate tests, so expect doesn't take forever to match a ton
5805 of text against a regexp with lots of .* forms.
5806 ("maint print psymbols", "maint print symbols"): Make some of
5807 these greps more selective, so that expect doesn't try to wade
5808 through huge piles of output and time out.
5809
5810 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
5811
5812 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
5813 tests: one which doesn't expect shlib events to be reported, and
5814 another which does, but is XFAIL for all platforms other than
5815 HP/UX.
5816
5817 * gdb.base/break.exp: Teach the test suite that the `catch
5818 fork', `catch vfork', and `catch exec' commands produce error
5819 messages on platforms that don't provide these features.
5820
5821 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
5822
5823 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
5824 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
5825 (shortening names from solib_threshold.exp etc), won't run on
5826 anything but HP-UX for the foreseeable future.
5827 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
5828 reflect move.
5829
5830 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
5831
5832 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
5833 gdb.trace/Makefile.in (clean): Remove all test executables.
5834
5835 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
5836
5837 * gdb.base/shlib-call.exp: add test cases to verify that gdb
5838 successfully re-sets breakpoints in shared libraries.
5839 * gdb.base/shmain.c (main): return 0, don't fall off the end.
5840
5841 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5842
5843 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
5844 and compiled w/o GCC.
5845
5846 * gdb.hp/watch-cmd.exp: ditto.
5847
5848 * gdb.hp/watch-hp.exp: ditto.
5849
5850 * gdb.hp/xdb1.exp: ditto.
5851
5852 * gdb.hp/xdb2.exp: ditto.
5853
5854 * gdb.hp/dbx.exp: ditto.
5855
5856 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
5857
5858 * constvars.c: Remove C++-isms.
5859 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
5860 with GCC.
5861
5862 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
5863
5864 The following changes are part of the HP merge.
5865
5866 * gdb.base/break.exp: new tests to verify that catchpoints for
5867 fork, vfork, and exec don't trigger inappropriately.
5868
5869 * gdb.base/opaque.exp: compile one file at a time, then link.
5870
5871 * gdb.base/signals.exp: be more restrictive about which hppa
5872 systems receive a setup_xfail. new tests.
5873
5874 * gdb.base/solib_threshold.build: new file.
5875 * gdb.base/solib_threshold.exp: new file.
5876 * gdb.base/solib_threshold.link_opts: new file.
5877 * gdb.base/solib_threshold.mk: new file.
5878 * gdb.base/gen_solib_threshold.c: new file.
5879
5880 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
5881 tests. New tests for enums inside classes.
5882
5883 * gdb.c++/compiler.cc: indicate support of template debugging.
5884
5885 * gdb.c++/demangle.exp: run hp style demangling tests.
5886
5887 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
5888 tests.
5889
5890 * gdb.c++/misc.cc: changes to support new tests.
5891
5892 * gdb.c++/templates.cc: changes to support HP's compiler; changes
5893 to support new tests.
5894
5895 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
5896 gcc, then skip these tests.
5897
5898 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
5899
5900 The following files are part of the HP merge; some had longer
5901 names at HP, but have been renamed to be no more than 14
5902 characters in length.
5903
5904 * gdb.hp/ambiguous.cc: new file.
5905 * gdb.hp/ambiguous.exp: new file.
5906 * gdb.hp/attach.exp: new file.
5907 * gdb.hp/attach2.exp: new file.
5908 * gdb.hp/classes-hp.exp: new file.
5909 * gdb.hp/ctti.exp: new file.
5910 * gdb.hp/ctti-add.cc: new file.
5911 * gdb.hp/ctti-add1.cc: new file.
5912 * gdb.hp/ctti-add2.cc: new file.
5913 * gdb.hp/ctti-add3.cc: new file.
5914 * gdb.hp/dbx.exp: new file.
5915 * gdb.hp/exception.cc: new file.
5916 * gdb.hp/exception.exp: new file.
5917 * gdb.hp/foll-exec.c: new file.
5918 * gdb.hp/foll-exec.exp: new file.
5919 * gdb.hp/foll-fork.c: new file.
5920 * gdb.hp/foll-fork.exp: new file.
5921 * gdb.hp/foll-vfork.c: new file.
5922 * gdb.hp/foll-vfork.exp: new file.
5923 * gdb.hp/inherit-hp.exp: new file.
5924 * gdb.hp/more-steps.exp: new file.
5925 * gdb.hp/namespace.cc: new file.
5926 * gdb.hp/namespace.exp: new file.
5927 * gdb.hp/optimize.exp: new file.
5928 * gdb.hp/pxdb.c: new file.
5929 * gdb.hp/pxdb.exp: new file.
5930 * gdb.hp/quicksort.exp: new file.
5931 * gdb.hp/reg-test.exp: new file.
5932 * gdb.hp/reg-test.s: new file.
5933 * gdb.hp/sized-enum.c: new file.
5934 * gdb.hp/sized-enum.exp: new file.
5935 * gdb.hp/start-stop.exp: new file.
5936 * gdb.hp/templ-hp.cc: new file.
5937 * gdb.hp/templ-hp.exp: new file.
5938 * gdb.hp/thr-lib.c: new file.
5939 * gdb.hp/thr-lib.exp: new file.
5940 * gdb.hp/thr-lib.h: new file.
5941 * gdb.hp/thr-liblib.c: new file.
5942 * gdb.hp/virtfun-hp.c: new file.
5943 * gdb.hp/virtfun-hp.exp: new file.
5944 * gdb.hp/watch-cmd.exp: new file.
5945 * gdb.hp/watch-hp.exp: new file.
5946 * gdb.hp/xdb1.exp: new file.
5947 * gdb.hp/xdb2.exp: new file.
5948 * gdb.hp/xdb3.exp: new file.
5949
5950 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
5951
5952 The following files are part of the HP merge; some had longer
5953 names at HP, but have been renamed to be no more than 14
5954 characters in length.
5955
5956 * gdb.base/ss.h: new file.
5957 * gdb.base/call-ar-st.c: new file.
5958 * gdb.base/call-ar-st.exp: new file.
5959 * gdb.base/call-rt-st.c: new file.
5960 * gdb.base/call-rt-st-exp: new file.
5961 * gdb.base/call-strs.exp: new file.
5962 * gdb.base/ena-dis-br.exp: new file.
5963 * gdb.base/environ.exp: new file.
5964 * gdb.base/long_long.exp: new file.
5965 * gdb.base/sect-cmd.exp: new file.
5966 * gdb.base/shlib-cl2.exp: new file.
5967 * gdb.base/smoke.exp: new file.
5968 * gdb.base/so-impl-ld.c: new file.
5969 * gdb.base/so-impl-ld.exp: new file.
5970 * gdb.base/so-indr-cl.c: new file.
5971 * gdb.base/so-indr-cl.exp: new file.
5972 * gdb.base/varargs.exp: new file.
5973 * gdb.base/volatile.exp: new file.
5974 * gdb.base/whatis-exp.exp: new file.
5975 * gdb.base/display.exp: new file.
5976 * gdb.c++/derivation.exp: new file.
5977 * gdb.c++/local.exp: new file.
5978 * gdb.c++/member-ptr.exp: new file.
5979 * gdb.c++/overload.exp: new file.
5980 * gdb.c++/ovldbreak.exp: new file.
5981 * gdb.c++/ref-types.exp: new file.
5982 * gdb.c++/ref-types2.exp: new file.
5983 * gdb.c++/userdef.exp: new file.
5984
5985 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
5986
5987 * gdb.base/default.exp: Reflect wording change in remote.c.
5988
5989 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
5990
5991 * gdb.base/help.exp: Update to reflect current text.
5992
5993 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
5994
5995 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
5996 they're stack variables and contain garbage.
5997 * gdb.c++/anon-union.exp: new file.
5998
5999 The following changes were made by David Taylor
6000 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
6001 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
6002 in changes by HP.
6003
6004 * gdb.base/bitops.exp: new file.
6005 * gdb.base/default.exp: change expected messages for catch and
6006 info catch tests to reflect HP merge changes.
6007 * gdb.base/enable-disable-break.exp
6008 * gdb.base/ending-run.c: new file.
6009 * gdb.base/long_long.c: new file.
6010 * gdb.base/maint.exp: new file.
6011 * gdb.base/pointers2.exp: new file.
6012 * gdb.base/shlib-call2.exp: new file.
6013 * gdb.base/solib.exp: new file.
6014 * gdb.base/step-test.c: new file.
6015 * gdb.c++/anon-union.cc: new file.
6016 * gdb.c++/local.cc: new file.
6017 * gdb.c++/member-pointer.cc: new file.
6018 * gdb.c++/method.cc: new file.
6019 * gdb.c++/ref-types.cc: new file.
6020 * gdb.c++/ref-types2.cc: new file.
6021 * gdb.c++/userdef.cc: new file.
6022
6023 * gdb.base/scope.exp: compile one file at a time, then link.
6024 * gdb.base/langs.exp: ditto.
6025 * gdb.base/list.exp: ditto.
6026
6027 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
6028
6029 The following changes were made by David Taylor
6030 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
6031 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
6032 in changes by HP.
6033
6034 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
6035 skip tests. When compiling pass c++ flag to gdb_compile.
6036 * gdb.c++/
6037
6038 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
6039 test for on hppa*-*-hpux*; use args to see if c++ was specified.
6040 (skip_hp_tests): new function.
6041 (gdb_preprocess): new function.
6042
6043 * configure.in (hpdir): decide whether to configure gdb.hp.
6044 * configure: regenerated.
6045
6046 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
6047 to delete on clean.
6048 (EXECUTABLES): update to reflect new additions.
6049 * gdb.base/commands.exp: update message expected.
6050 * gdb.base/default.exp: add copyright notice.
6051 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
6052 * gdb.base/help.exp: update messages to reflect current text.
6053 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
6054 targets for recurse tests.
6055 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
6056 skip this file.
6057
6058 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
6059 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
6060 compilation.
6061 * gdb.c++/misc.exp: ditto.
6062 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
6063 run the tests. tell gdb_compile that it's a c++ compilation.
6064
6065 * gdb.threads/pthreads.exp: fix typo in message.
6066
6067 * gdb.base/all-bin.exp: new file.
6068 * gdb.base/arithmet.exp: new file.
6069 * gdb.base/assign.exp: new file.
6070 * gdb.base/completion.exp: new file.
6071 * gdb.base/cond-expr.exp: new file.
6072 * gdb.base/condbreak.exp: new file.
6073 * gdb.base/define.exp: new file.
6074 * gdb.base/dollar.exp: new file.
6075 * gdb.base/environment.exp: new file.
6076 * gdb.base/eval-skip.exp: new file.
6077 * gdb.base/jump.exp: new file.
6078 * gdb.base/logical.exp: new file.
6079 * gdb.base/pointers.exp: new file.
6080 * gdb.base/relational.exp: new file.
6081 * gdb.base/section_command.exp: new file.
6082 * gdb.base/whatis-expr.exp: new file.
6083
6084 * gdb.base/all-types.c: new file.
6085 * gdb.base/call-array-struct.c: new file.
6086 * gdb.base/call-return-struct.c: new file.
6087 * gdb.base/call-strings.c: new file.
6088 * gdb.base/callfuncs2.c: new file.
6089 * gdb.base/condbreak.c: new file.
6090 * gdb.base/constvars.c: new file.
6091 * gdb.base/display.c: new file.
6092 * gdb.base/int-type.c: new file.
6093 * gdb.base/jump.c: new file.
6094 * gdb.base/miscexprs.c: new file.
6095 * gdb.base/pointers.c: new file.
6096 * gdb.base/pointers2.c: new file.
6097 * gdb.base/shmain.c: new file.
6098 * gdb.base/shr1.c: new file.
6099 * gdb.base/shr2.c: new file.
6100 * gdb.base/solib.c: new file.
6101 * gdb.base/solib1.c: new file.
6102 * gdb.base/solib2.c: new file.
6103 * gdb.base/varargs.c: new file.
6104 * gdb.c++/derivation.cc: new file.
6105 * gdb.c++/overload.cc: new file.
6106 * gdb.c++/ovldbreak.cc: new file.
6107 * gdb.hp/attach.c: new file.
6108 * gdb.hp/attach2.c: new file.
6109 * gdb.hp/average.c: new file.
6110 * gdb.hp/compiler.c: new file.
6111 * gdb.hp/compiler.cc: new file.
6112 * gdb.hp/execd-program.c: new file.
6113 * gdb.hp/follow-exec.c: new file.
6114 * gdb.hp/follow-fork.c: new file.
6115 * gdb.hp/follow-vfork-and-exec.c: new file.
6116 * gdb.hp/misc-hp.cc: new file.
6117 * gdb.hp/more-steps.c: new file.
6118 * gdb.hp/optimize.c: new file.
6119 * gdb.hp/quicksort.c: new file.
6120 * gdb.hp/run-hp.c: new file.
6121 * gdb.hp/start-stop.c: new file.
6122 * gdb.hp/sum.c: new file.
6123 * gdb.hp/templates-hp.cc: new file.
6124 * gdb.hp/thread-local-in-lib.c: new file.
6125 * gdb.hp/thread-local-in-lib.h: new file.
6126 * gdb.hp/thread-local-in-lib.lib.c: new file.
6127 * gdb.hp/vforked-program.c: new file.
6128 * gdb.hp/virtfunc-hp.cc: new file.
6129 * gdb.hp/watchpoint-hp.c: new file.
6130 * gdb.hp/xdb.c: new file.
6131 * gdb.hp/xdb0.c: new file.
6132 * gdb.hp/xdb0.h: new file.
6133 * gdb.hp/xdb1.c: new file.
6134
6135 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
6136
6137 The following change was made by Edith Epstein
6138 <eepstein@cygnus.com> as part of a project to merge in changes
6139 originally made by HP; HP did not create ChangeLog entries.
6140
6141 * gdb.c++/demangle.exp: changed the expected output for some
6142 ARM-style mangling -- removed second reference to datatype.
6143 For example, maint demangle __dt__11T1__pt__2_cFv
6144 T1<char>::~T1<char>(void)
6145 becomes,
6146 maint demangle __dt__11T1__pt__2_cFv
6147 T1<char>::~T1(void)
6148
6149 (test_hp_style_demangling): new hp specific demangling test cases.
6150
6151 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
6152
6153 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
6154 * gdb.trace/backtrace.exp: Likewise.
6155 * gdb.trace/circ.exp: Likewise.
6156 * gdb.trace/collection.exp: Likewise.
6157 * gdb.trace/deltrace.exp: Likewise.
6158 * gdb.trace/infotrace.exp: Likewise.
6159 * gdb.trace/limits.exp: Likewise.
6160 * gdb.trace/packetlen.exp: Likewise.
6161 * gdb.trace/passc-dyn.exp: Likewise.
6162 * gdb.trace/passcount.exp: Likewise.
6163 * gdb.trace/report.exp: Likewise.
6164 * gdb.trace/save-trace.exp: Likewise.
6165 * gdb.trace/tfind.exp: Likewise.
6166 * gdb.trace/tracecmd.exp: Likewise.
6167 * gdb.trace/while-dyn.exp: Likewise.
6168 * gdb.trace/while-stepping.exp: Likewise.
6169
6170 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
6171
6172 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
6173
6174 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
6175
6176 From Brendan Kehoe:
6177 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
6178 int return types.
6179
6180 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
6181
6182 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
6183 remote dos host testing right.
6184
6185 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
6186
6187 * gdb.base/corefile.exp: remove some xfails.
6188
6189 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
6190
6191 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
6192 have different timestamps.
6193
6194 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
6195
6196 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
6197 gdb.base/default.exp: Replace "exec" with "executable".
6198
6199 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
6200
6201 * gdb.base/default.exp: Change else if to elseif from previous
6202 delta.
6203
6204 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
6205
6206 * gdb.base/default.exp: Add brace missing from previous delta.
6207
6208 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
6209
6210 * gdb.base/default.exp: Support test for info float for all
6211 varieties of arm toolchain.
6212
6213 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
6214
6215 * gdb.trace/*.exp: remove "remote_download" command.
6216
6217 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
6218
6219 * gdb.trace/*.exp: remove -gdwarf from compile.
6220
6221 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
6222
6223 * gdb.trace/configure.in(AC_INIT): typo
6224 * gdb.trace/configure: regenerated
6225
6226 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
6227
6228 * config/m68k-emc.exp: New file.
6229 * lib/<emc-support.exp trace-support.exp}: New files.
6230 * configure.in: add new test directory gdb.trace.
6231 * gdb.trace/{configure configure.in Makefile.in}: New files.
6232 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
6233 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
6234 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
6235 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
6236 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
6237 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
6238 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
6239
6240 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
6241
6242 * gdb.c++/classes.exp: Change all regular expressions to match
6243 arbitrary combinations of newline/carriage-return, so that they
6244 will work equally well on Unix and Windows.
6245 * gdb.c++/inherit.exp: ditto.
6246 * gdb.c++/virtfunc.exp: ditto.
6247
6248 1998-08-11 Dawn Perchik <dawn@cygnus.com>
6249
6250 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
6251
6252 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
6253
6254 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
6255 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
6256 to use a0-a3/d0-d3 as needed.
6257
6258 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
6259
6260 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
6261 * gdb.disasm/am33.exp: Corresponding changes.
6262
6263 1998-07-11 Felix Lee <flee@cygnus.com>
6264
6265 * gdb.base/callfuncs.exp: add cmp10 test.
6266 * gdb.base/callfuncs.c (cmp10): new function.
6267
6268 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
6269
6270 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
6271 into two parts to get around a synchronization problem in expect.
6272
6273 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
6274
6275 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
6276
6277 * configure.in: Add options for gdbtk testsuite.
6278
6279 * configure: Regenerate.
6280
6281 * gdb.gdbtk: New directory to hold gdbtk tests.
6282
6283 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6284
6285 * gdb.fortran/types.exp: Escape brackets in expect patterns
6286 for test_float_literal_types_accepted tests.
6287 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
6288 before run test.
6289
6290 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
6291
6292 * am33.exp: Just compile, do not link the testcase.
6293 * am33.s: Add ".am33" pseudoop to force am33 mode.
6294
6295 1998-06-25 Felix Lee <flee@cygnus.com>
6296
6297 * gdb.base/setshow.exp: make sure $pc is sane.
6298
6299 * gdb.stabs/weird.exp: split expect patterns properly.
6300
6301 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
6302
6303 * gdb.disasm/am33.s: New disassembler testfile for the am33.
6304 * gdb.disasm/am33.exp: Run it.
6305
6306 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
6307
6308 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
6309 match processing (and eliminate spurious timeouts when running).
6310
6311 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
6312
6313 * gdb.base/signals.exp (test_handle_all_print): put back Mach
6314 exception test, but conditionalize it on target [mach | gnu].
6315
6316 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
6317
6318 * gdb.base/overlays.exp: fixup compile line for linker script.
6319
6320 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
6321
6322 * gdb.fortran/types.exp: don't guess at float size.
6323
6324 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
6325
6326 * gdb.base/exprs.exp: delete test that depends on int size.
6327
6328 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
6329
6330 * config/sim.exp: Removed checks for target triplets.
6331 (gdb_target_sim): Use gdb,target_sim_options.
6332
6333 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
6334
6335 * gdb.base/reread.exp: New file.
6336 * gdb.base/reread1.c: New file.
6337 * gdb.base/reread2.c: New file.
6338
6339 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
6340
6341 * config/sim.exp: Use 'target sim -sparclite' when running
6342 SPARClite programs.
6343
6344 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
6345
6346 * gdb.base/structs2.exp: New file.
6347 * gdb.base/structs2.c: New file.
6348
6349 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
6350
6351 * gdb.asm/common.inc: New file.
6352 * gdb.asm/d10v.inc: New file.
6353 * asm-source.exp: Pass -I's to gas to find .inc files.
6354 Update line numbers in expected output.
6355 * asmsrc1.s: Rewrite.
6356 * asmsrc2.s: Rewrite.
6357 * configure.in: Create arch.inc symlink.
6358 * configure: Regenerate.
6359 * Makefile.in (distclean): Delete arch.inc.
6360
6361 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
6362
6363 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
6364 (t_enum_value2): ditto
6365 (t_enum_value3): ditto
6366 (main): ditto
6367 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6368
6369 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
6370 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
6371 change.
6372 Use gdb_test instead of send_gdb/gdb_expect sequences.
6373
6374 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
6375
6376 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
6377 not void.
6378
6379 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
6380
6381 * gdb.base/branches.c: Code with lots of loops and
6382 subroutines. Used to test gdbs ability to single step through PC
6383 changes, especially to test mips-tdep.c:mips_next_pc
6384
6385 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
6386
6387 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
6388 more rigorous EGCS C++ error checking.
6389
6390 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6391
6392 * gdb.base/help.exp: Clean up `help set args' and `help show args'
6393 tests.
6394 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
6395 function when asleep.
6396 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
6397 for i*86 Linux and SVR4 signal handling problems.
6398 Remove linux xfail for `next to handler in signals_tests_1', fixed
6399 by recent infrun.c change.
6400 Limit backtrace to 10 frames to avoid timeout problems with infinite
6401 stack backtraces.
6402 Adjust expect pattern in `handle all print' test to match Apr 28 1997
6403 target.[ch] change.
6404
6405 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
6406
6407 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
6408 for a newline from gdb before continuing.
6409 (default_gdb_exit): Just look for y or n.
6410 (gdb_test): Detect abnormal exit from GDB running on DOS; if
6411 it does, fail the rests of the tests in the file.
6412
6413 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
6414
6415 * config/cygmon.exp: New file.
6416
6417 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
6418
6419 * gdb.base/list.exp: Fix problem with "list default lines around
6420 main" test on remote targets.
6421
6422 * gdb.base/scope.exp: Fix problem with filelocal_bss before
6423 run test on remote targets.
6424
6425 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
6426
6427 * gdb.asm: New directory.
6428 * configure.in: Configure it.
6429 * configure: Regenerate.
6430 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
6431 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
6432
6433 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
6434
6435 * config/mn10300-eval.exp: New file to support MN10300 eval board.
6436
6437 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
6438
6439 * gdb.base/overlays (several files): Merge the two overlay
6440 managers into one. Change variables (foox, barx, bazx, grbxx)
6441 back into ints but force them to load in their proper sections.
6442
6443 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
6444
6445 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
6446 on-chip insn memory and IMAP1 to upper 128k.
6447 (D10VCopy): Handle memory regions crossing 16k boundaries.
6448 (D10VCopy): Transfer data in 32 bit chunks.
6449
6450 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
6451
6452 * gdb.base/overlays.c (main): Exit normally when result is
6453 correct.
6454
6455 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
6456 map. Include space for printf in .text segment.
6457
6458 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
6459 updated d10v memory VMA/LMA map.
6460 (D10VCopy): Call D10VTranslate.
6461
6462 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
6463
6464 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
6465
6466 * gdb.base/bar.c (barx, bar): Change variable to small array so
6467 that it won't be put into the .sdata - small data -
6468 section. Update reference.
6469 * gdb.base/baz.c (bazx, baz): Ditto.
6470 * gdb.base/foo.c (foox, foo): Ditto.
6471 * gdb.base/grbx.c (grbxx, grbx): Ditto.
6472
6473 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
6474 to be arrays.
6475
6476 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
6477
6478 * gdb.base/overlays.exp: fix up and get working again.
6479 Add tests for backtraces from an overlay function.
6480
6481 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
6482
6483 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
6484 "calling function with watchpoint enabled".
6485
6486 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
6487
6488 * gdb.base/break.exp (test_next_with_recursion): Remove
6489 gdb_suppress_tests for d10v-*-*.
6490 * lib/gdb.exp (gdb_suppress_tests): Disable this function
6491 pending review of whether it is useful or not.
6492
6493 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
6494
6495 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
6496
6497 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
6498
6499 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
6500 * config/dve.exp: New file to support Densan boards.
6501
6502 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
6503
6504 * gdb.base/interrupt.exp: Document problem of simulators, signals,
6505 reads and BSD.
6506
6507 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
6508
6509 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
6510 response.
6511
6512 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
6513
6514 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
6515
6516 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
6517 test.
6518
6519 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
6520 target_sizeof_long and target_bigendian_p.
6521 (structs_by_value, structs_by_reference): Check values according
6522 to targets word size and endianess.
6523
6524 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
6525
6526 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
6527 output.
6528
6529 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
6530
6531 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
6532 Update test of set args help to match source change.
6533
6534 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
6535
6536 * gdb.base/default.exp: Expect help system output to be in
6537 alphabetical order.
6538 * gdb.base/help.exp: Ditto.
6539
6540 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
6541
6542 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
6543 "i*86-pc-linux-gnu*".
6544 * gdb.base/interrupt.exp: Ditto.
6545 * gdb.base/corefile.exp: Ditto.
6546
6547 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
6548 define vxworks when building the testcase.
6549
6550 * gdb.base/ptype.exp: Fix testnames to be unique.
6551 * gdb.base/radix.exp: Ditto.
6552 * gdb.base/term.exp: Ditto.
6553 * gdb.base/whatis.exp: Ditto.
6554 * gdb.c++/classes.exp: Ditto.
6555
6556 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
6557
6558 * gdb.base/callfuncs.exp: Fix indentation.
6559
6560 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
6561 suppress_flag has been set.
6562 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
6563 target feature.
6564
6565 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
6566
6567 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
6568 the testcase.
6569
6570 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
6571 set_debug_traps() and breakpoint().
6572 * gdb.c++/misc.cc (main): Ditto.
6573 * gdb.c++/templates.cc (main): Ditto.
6574 * gdb.c++/virtfunc.cc (main): Ditto.
6575
6576 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
6577
6578 * lib/gdb.exp(gdb_step_for_stub): New function.
6579 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
6580 exists, reload the executable and do a "continue" instead of
6581 doing a jump.
6582 (runto_main): Use gdb_step_for_stub.
6583
6584 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
6585 tests to have unique names.
6586 * gdb.base/callfuncs.exp: Ditto.
6587 * gdb.base/commands.exp: Ditto.
6588 * gdb.base/default.exp: Ditto.
6589 * gdb.base/help.exp: Ditto.
6590 * gdb.base/list.exp: Ditto.
6591 * gdb.base/opaque.exp: Ditto.
6592 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
6593 similar tests.
6594
6595 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
6596 * gdb.c++/cplusfuncs.cc: Ditto.
6597 * gdb.c++/virtfunc.cc: Ditto.
6598
6599 * config/monitor.exp: Keep track of the last file we saw, rather
6600 than trying to get the info from gdb.
6601
6602 * gdb.fortran/types.exp: Move comment to previous line.
6603
6604 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
6605
6606 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
6607 target mode.
6608
6609 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
6610
6611 From Bob Manson:
6612 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
6613 string from GDB when it connects.
6614
6615 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
6616
6617 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
6618
6619 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
6620 if we can't get a debug format from GDB (we may be testing an
6621 older GDB). Use a 10 second timeout when checking for the format.
6622
6623 * gdb.stabs/weird.exp: Fix quoting.
6624
6625 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
6626
6627 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
6628
6629 * config/arm-ice.exp: New file.
6630
6631 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
6632
6633 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
6634 until it has been modified to work with the new testsuite.
6635
6636 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
6637 testcase won't compile, cause all of the testcases in the file to
6638 fail instead.
6639
6640 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
6641 (gdb_clear_suppressed): New procedure.
6642 (gdb_stop_suppressing_tests): Only clear suppress_flag if
6643 it contains a positive value.
6644
6645 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
6646
6647 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
6648
6649 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
6650
6651 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
6652
6653 * lib/gdb.exp (setup_xfail_format): New function.
6654 (get_debug_format): New function to get debug format.
6655 (debug_format): New global variable to hold last value set
6656 by get_debug_format.
6657 * gdb.base/list.exp: Call get_debug_format and expect some
6658 tests to fail for DWARF 1 and COFF formats.
6659 * gdb.c++/ptype.exp: Ditto.
6660 * gdb.c++/classes.exp: Ditto.
6661 * gdb.c++/cplusfuncs.exp: Ditto.
6662 * gdb.c++/inherit.exp: Ditto.
6663 * gdb.c++/templates.exp: Ditto.
6664 * gdb.c++/virtfunc.exp: Ditto.
6665
6666 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
6667
6668 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
6669 host doesn't have a currently-open connection.
6670
6671 * config/sparclet.exp: Cleanups and fixes to make it generic for
6672 any gdb stub target. Handle cases where gdb doesn't respond when
6673 interrupted in a sane fashion.
6674
6675 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
6676 same thing in a totally different way.
6677
6678 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
6679 setting "timeout".
6680 (gdb_start): We set the global gdb_prompt variable in
6681 default_gdb_init now.
6682
6683 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
6684
6685 * gdb.base/printcmds.exp: Fix "check for floating addition"
6686 regexp to accept results within approx +/- .01 of exact value.
6687 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
6688
6689 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
6690
6691 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
6692 properly.
6693 (gdb_expect): Add optional timeout parameter, and add timeout
6694 value to various calls.
6695 (gdb_suppress_tests): Only give one warning message per group.
6696
6697 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
6698
6699 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
6700 global variables. Handle getting a value for $timeout more
6701 gracefully.
6702
6703 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
6704
6705 * lib/gdb.exp: Close connection to remote host if gdb doesn't
6706 initialize.
6707 (default_gdb_init): New procedure; allow gdb_init to be overridden
6708 by a target configuration file.
6709 (gdb_expect): Pass the timeout to remote_expect.
6710
6711 * config/monitor.exp(gdb_load): Fix typo in regexp.
6712
6713 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
6714
6715 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
6716
6717 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
6718
6719 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
6720 here. Call gdb_target_exec before rebooting the target, to make
6721 sure the connection to the target is closed.
6722 (gdb_load): Pass the name of the executable to gdb_target_monitor.
6723 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
6724 Also detect "Timeout reading from remote" error.
6725
6726 * config/gdbserver.exp: Pass the executable being loaded to
6727 gdb_target_monitor. Don't call gdb_file_cmd here; let
6728 gdb_target_monitor do it.
6729
6730 * gdb.disasm/hppa.exp: Don't use exec_output.
6731
6732 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
6733
6734 * gdb.base/list.exp: If we're debugging a non-native target,
6735 try to set the pc register to point to the start of the
6736 program before doing the first list command.
6737
6738 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
6739 test_calls after restarting.
6740
6741 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
6742 reloading.
6743
6744 * gdb.base/watchpoint.exp: Fix typo.
6745
6746 * gdb.base/setshow.exp: Check for use_gdb_stub.
6747
6748 * gdb.base/break.exp: Fix continue until exit test for the gdb
6749 stub case.
6750 * gdb.base/langs.exp: Ditto.
6751
6752 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
6753 gdb_load_offset. If we weren't given a file to load, figure out
6754 what the current file is and use it.
6755
6756 * config/i386-bozo.exp: New file.
6757
6758 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
6759
6760 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
6761 feature.
6762
6763 * config/proelf.exp: New entry.
6764
6765 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
6766
6767 * lib/gdb.exp: Remove spurious .* patterns at the beginning
6768 of regexps.
6769
6770 * gdb.base/watchpoint.exp: Don't run the test_stepping
6771 tests if gdb can't call functions on the target.
6772
6773 * gdb.base/setshow.exp: Don't run the set prompt tests if
6774 the board has gdb_prompt set.
6775
6776 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
6777
6778 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
6779 * gdb.base/commands.exp: Likewise.
6780 * gdb.base/setshow.exp: Likewise.
6781
6782 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
6783
6784 * config/monitor.exp(gdb_start): Look for gdb_prompt target
6785 feature.
6786
6787 * config/i960.exp: New file.
6788
6789 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
6790
6791 * gdb.base/funcargs.exp: Check for gdb,short_int target
6792 feature instead of looking for explicit target triplets.
6793
6794 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
6795
6796 * gdb.base/printcmds.exp: add a couple more tests a la
6797 "p 123DEADBEEF", to check parse_number.
6798 * top.c: change "to enable to enable" to "to enable" in a couple
6799 of help strings.
6800
6801 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
6802
6803 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
6804 on the mn10300.
6805
6806 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
6807
6808 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
6809 where the test executable is run with explicit args.
6810 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
6811
6812 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
6813
6814 * gdb.base/run.c: Use FAKEARGV to build test executable that
6815 does not require a command line arg, since most simulators
6816 don't currently support passing such an arg into the simulated
6817 program.
6818 * gdb.base/commands.exp: Change tests to insert the proper
6819 value as the arg to the first recursive factorial call. Change
6820 compilation line to define FAKEARGV at compile time.
6821
6822 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
6823
6824 * gdb.base/recurse.exp: Enable these tests for the mn10300.
6825 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
6826 function with watchpoint enabled" test.
6827
6828 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
6829
6830 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
6831 Don't call gdb_test when the command doesn't return to a gdb prompt.
6832
6833 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
6834 "Tests restarted" messages.
6835
6836 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
6837
6838 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
6839
6840 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
6841
6842 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
6843 for INFO SYMBOL; add help tests for OVERLAY commands.
6844 * gdb.base/default.exp: add tests for INFO SYMBOL command;
6845 add tests for OVERLAY commands
6846 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
6847 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
6848 * gdb.base/sigall.c: add usestubs code frag
6849 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
6850
6851 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
6852
6853 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
6854 failures.
6855 (gdb_stop_suppressing_tests): Note that tests have restarted.
6856
6857 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
6858
6859 * config/h8300.exp: New file.
6860
6861 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
6862
6863 * gdb.base/setshow.exp: Check for the existence of a
6864 feature, not its value.
6865
6866 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
6867
6868 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
6869
6870 * gdb.base/scope.exp: It's now init0(), not init().
6871
6872 * gdb.base/scope0.c: For now, change init() to be init0().
6873
6874 * config/monitor.exp: Use gdb_serial in preference to serial
6875 or netport.
6876
6877 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
6878 and it's not already set.
6879
6880 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
6881
6882 * gdb.base/setshow.exp: Only test the run command if the target
6883 isn't using a stub and if it supports argument passing.
6884
6885 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
6886
6887 * config/udi.exp(gdb_start): Make sure UDICONF is set
6888 properly before starting gdb.
6889
6890 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
6891
6892 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
6893 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
6894 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
6895
6896 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
6897
6898 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
6899 specialized code to reboot the board, use remote_reboot instead.
6900
6901 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
6902
6903 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
6904
6905 * config/monitor.exp: Make sure we disconnect from the target.
6906 Also, try a reboot/reload cycle instead of failing if the
6907 load fails.
6908
6909 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
6910
6911 * gdb.base/default.exp: Don't set match_max.
6912 * gdb.base/help.exp: Ditto.
6913 * gdb.base/list.exp: Ditto.
6914 * gdb.base/signals.exp: Ditto.
6915
6916 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
6917 set, use remote_ld to download the testcase instead of
6918 the GDB loader.
6919
6920 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
6921
6922 * config/vr5000.exp: New file.
6923
6924 * config/monitor.exp(gdb_target_monitor): Add pattern for
6925 "Ending remote" to detect errors in connecting.
6926
6927 * gdb.base/setshow.exp: Add .* within auto language test.
6928
6929 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
6930 target feature.
6931
6932 * config/monitor.exp(gdb_load): Check for a failure when loading,
6933 and reboot the board if necessary.
6934
6935 * gdb.base/setvar.exp(test_set): Handle multiple prints within
6936 a set of tests. Remove print.* from the patterns being checked.
6937
6938 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
6939
6940 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
6941 refer to gdb_spawn_id.
6942
6943 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
6944 longer used.
6945 * config/sparclet.exp: Ditto.
6946 * config/sparclet-old.exp: Ditto.
6947 * config/slite.exp: Ditto.
6948 * config/sim.exp: Ditto.
6949 * gdb.base/funcargs.exp: Ditto.
6950
6951 * lib/gdb.exp:Remove references to gdb_spawn_id.
6952 (gdb_expect): Move to remote.exp.
6953
6954 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
6955
6956 * config/monitor.exp: Detect the "Couldn't establish connection"
6957 message from GDB.
6958
6959 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
6960
6961 * gdb.base/bitfields.exp: Use runto instead of explicit
6962 gdb_run_cmd/gdb_expect sequences.
6963
6964 * gdb.base/break.exp(text_next_with_recursion): Add match for
6965 gdb_expect call.
6966
6967 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
6968 We also need to handle the "A program is being debugged already"
6969 prompt from gdb. Use gdb_test to set the baud rate.
6970
6971 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
6972 to 20000. Really. I mean it.
6973
6974 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
6975
6976 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
6977 fails. If suppress_flag is set, skip perror message about not
6978 being able to send to GDB.
6979 (send_gdb): If suppress_flag is set, don't try to send commands to
6980 GDB.
6981 (gdb_expect): If suppress_flag is set, always fail immediately.
6982 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
6983 (gdb_init): Call gdb_stop_suppressing_tests.
6984 (default_gdb_exit): Ditto.
6985 (default_gdb_start): Ditto.
6986
6987 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
6988 gdb_stop_suppressing_tests as appropriate.
6989 * gdb.base/break.exp: Ditto.
6990 * gdb.base/callfuncs.exp: Ditto.
6991 * gdb.base/commands.exp: Ditto.
6992 * gdb.base/exprs.exp: Ditto.
6993 * gdb.base/funcargs.exp: Ditto.
6994 * gdb.base/list.exp: Ditto.
6995 * gdb.base/recurse.exp: Ditto.
6996 * gdb.base/scope.exp: Ditto.
6997 * gdb.base/structs.exp: Ditto.
6998 * gdb.c++/inherit.exp: Ditto.
6999
7000 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
7001
7002 * config/vr4300.exp: New file.
7003
7004 * gdb.*/*.exp: Call gdb_expect instead of expect.
7005
7006 * lib/gdb.exp(gdb_expect): New function.
7007
7008 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
7009
7010 * lib/gdb.exp(gdb_init): New function.
7011
7012 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
7013 for each individual variable set.
7014
7015 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
7016 name.
7017
7018 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
7019
7020 * gdb.base/scope.exp: Use gdb_test.
7021
7022 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
7023 aborting; the testsuite driver will do that for us (see
7024 gdb_finish). Also, use gdb_test in a few more places.
7025
7026 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
7027
7028 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
7029
7030 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
7031
7032 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
7033 and "add_tests" are not at the same address.
7034
7035 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
7036
7037 * gdb.base/ptype.exp: Use gdb_test.
7038
7039 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
7040
7041 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
7042 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
7043 left in. No longer expect them to fail.
7044
7045 * gdb.stabs/*.mt; Deleted, no longer used.
7046 * gdb.stabs/configure.in: Remove references to target makefile
7047 frags.
7048 * gdb.stabs/configure: Rebuilt.
7049
7050 * gdb.disasm/*.mt: Deleted, no longer used.
7051 * gdb.disasm/configure.in: Remove references to target makefile
7052 frags. Use "sh3.s" as the unique filename for this directory.
7053 * gdb.disasm/configure: Rebuilt.
7054
7055 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
7056 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
7057 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
7058
7059 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
7060
7061 * config/udi.exp: Use mondfe,name instead of remote_host.
7062
7063 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
7064
7065 * gdb.base/watchpoint.exp: Don't expect a failure when calling
7066 a function with a watchpoint enabled on the mn10200.
7067
7068 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
7069 before trying to create it!
7070
7071 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
7072
7073 * config/vx.exp: Use hostname instead of netport.
7074
7075 * config/vxworks.exp: New file.
7076
7077 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
7078
7079 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
7080 gdb before assuming everything worked. Send a ^C if a timeout
7081 occurs.
7082
7083 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
7084 $gdb_spawn_id directly.
7085 (gdb_run_cmd): Try _start as well as start. Use the target feature
7086 gdb,start_symbol as the symbol to start from when jumping.
7087
7088 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
7089
7090 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
7091 redundant) test.
7092
7093 * gdb.base/recurse.exp: Relax final value test for 'b' so that
7094 it doesn't lose for 16bit integer systems.
7095
7096 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
7097
7098 * gdb.fortran/types.exp: If the target doesn't support "double"
7099 data types, then expect "real" types to only be 4 bytes.
7100
7101 * gdb.c++/virtfunc.exp: Expect failure for virtual function
7102 call tests if the target doesn't support inferior function calls.
7103
7104 * gdb.base/printcmds.exp: Allow minor deviation in FP values
7105 in printf tests.
7106
7107 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
7108
7109 * gdb.base/help.exp: Disable "help set", "help show", and
7110 "help support". Simplify regexp for "help stack".
7111
7112 * gdb.base/default.exp: Set match_max to 5000 and the timeout
7113 to 60 seconds. Temporarily set match_max to 15000 around the
7114 "info copying" test.
7115
7116 * gdb.base/nodebug.exp: Don't try to do an inferior function
7117 call if the target doesn't support them.
7118 * gdb.base/printcmds.exp: Likewise.
7119 * gdb.base/setvar.exp: Likewise.
7120 * gdb.base/structs.exp: Likewise.
7121 * gdb.c++/templates.exp: Likewise.
7122 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
7123
7124 * gdb.base/recurse.exp: Enable for the mn10200.
7125
7126 * configure.in: Do configure gdb.stabs directory for *-*-elf
7127 targets.
7128 * configure: Rebuilt.
7129
7130 * gdb.base/break.exp: Check for gdb,noresults before testing
7131 exit status and/or results from the target.
7132 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
7133 * lib/gdb.exp: Remove old (now bogus) initialization of
7134 noinferior, noargs, noresults and nosignals.
7135
7136 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
7137
7138 * config/sh.exp: New file.
7139
7140 * config/slite.exp: Try to connect multiple times to the board
7141 before rebooting. Only send a "monitor run" if need_monitor_run
7142 is set.
7143
7144 * gdb.base/break.exp: Don't do the "stub continue" test if
7145 the target has gdb_stub set.
7146
7147 * gdb.base/callfuncs.exp: Increase the timeout.
7148
7149 * gdb.base/interrupt.exp: Don't even try to compile the testcase
7150 if the target has gdb,noinferiorio set.
7151
7152 * gdb.base/list.exp: Increase match_max to 10000 characters.
7153
7154 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
7155
7156 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
7157 target.
7158
7159 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
7160
7161 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
7162
7163 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
7164 trying to delete the copy of gdb. Catch the file delete so we
7165 don't die if the delete fails; also, the file should be copied to
7166 the host, not to the build.
7167
7168 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
7169
7170 * lib/gdb.exp(gdb_test): Surround the result pattern with
7171 parenthesis in case it contains multiple regexps separated
7172 with |.
7173
7174 * gdb.base/watchpoint.exp: Use gdb_test.
7175 * gdb.base/default.exp: Ditto.
7176
7177 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
7178
7179 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
7180
7181 * gdb.base/scope.exp: Use gdb_test.
7182 * gdb.c++/classes.exp: Ditto.
7183 * gdb.c++/inherit.exp: Ditto.
7184
7185 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
7186
7187 * gdb.base/crossload.exp: Don't use execute_anywhere, use
7188 remote_exec instead.
7189 * gdb.base/corefile.exp: Don't be ridiculous.
7190 * gdb.base/*.c: Add missing stub invocations.
7191
7192 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
7193
7194 * config/slite.exp: Miscellaneous fixes.
7195
7196 * lib/gdb.exp: Fix runto.
7197
7198 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
7199 the target.
7200
7201 * gdb.base/watchpoint.exp: Fix regexp.
7202
7203 * lib/gdb.exp(default_gdb_exit): Add a catch to the
7204 close and wait commands, as the descriptor may now be
7205 invalid. Always call "remote_close host".
7206
7207 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
7208
7209 Major rewrite for testsuite revision.
7210
7211 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
7212 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
7213 instead of relying on spawn_id to always contain a valid
7214 spawn id.
7215 (get_compiler_info): New procedure to build the ${binfile}.ci
7216 file, instead of replicating this in N different places.
7217 (gdb_compile): New procedure.
7218
7219 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
7220 appropriate arguments) instead of compile. Use gdb_test in a lot
7221 more places. Use send_gdb instead of send. Always run gdb_start
7222 at the start of a testcase, as this is no longer done magically.
7223
7224 config/*-gdb.exp: Rename without the -gdb suffix.
7225
7226 config/mips.exp: Use remote_close instead of exit_remote_shell.
7227 config/monitor.exp: Use target_info instead of looking at
7228 baud, timeout, etc.
7229 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
7230
7231 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7232
7233 * gdb.c++/templates.exp (test_ptype_of_templates),
7234 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
7235 Update expect patterns for destructors and assignment operators
7236 to match corresponding c-typeprint.c changes.
7237 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
7238 to destructor breakpoint test, GDB should be able to set the
7239 destructor breakpoint without specifying arguments.
7240
7241 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
7242
7243 * gdb.threads/pthreads.exp: Change result for failure to compile due
7244 to lack of pthreads runtime support from an error to simply an
7245 unsupported test, per dejagnu standards.
7246
7247 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7248
7249 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
7250 where GDB exits to reduce pattern match time.
7251 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
7252
7253 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
7254
7255 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
7256
7257 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
7258 * gdb.base/default.exp: ditto.
7259 * gdb.base/nodebug.exp: ditto.
7260 * gdb.base/printcmds.exp: ditto.
7261 * gdb.base/ptype.exp: ditto.
7262 * gdb.base/setvar.exp: ditto.
7263 * gdb.base/structs.exp: ditto.
7264 * gdb.base/setshow.c: Guard against uninitialized values of argc.
7265
7266 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
7267
7268 * configure, */configure: Rebuild with autoconf 2.12.
7269
7270 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
7271
7272 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
7273 use new i*86-pc-linux*-gnu quads.
7274 * gdb.base/corefile.exp: Ditto.
7275 * gdb.base/signals.exp: Ditto.
7276 * gdb.base/sigall.exp: Ditto.
7277 * gdb.base/interrupt.exp: Ditto.
7278
7279 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
7280 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
7281 RedHat 4.0.
7282
7283 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
7284 linux. This allows the test case to at least compile on latest
7285 linux, but still not run due to missing the threads runtime library.
7286
7287 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7288
7289 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
7290 directory to search gdb directory. Accept and step over conditional
7291 stack alignment code. Consume $prompt in failure cases.
7292 Reset timeout to $oldtimeout instead of some arbitrary value.
7293 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
7294 timeout problems with infinite stack backtraces.
7295 * gdb.base/ptype.exp (ptype struct link, union tu_link):
7296 Accept function parameters for linkfunc member.
7297
7298 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
7299
7300 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
7301 (CXXFLAGS): Remove, unreferenced.
7302 (B_OPTIONS): Add for -B options and add code to initialize with
7303 previous -B options and also add -B option to pick up cross compiled
7304 runtime.
7305 (TARGET_INCLUDES): Add for -I options and add code to initialize when
7306 doing cross compiles.
7307 (target_alias): Declare global.
7308 (xgcc): Set variable to full path of gcc in build tree. Use findfile
7309 to verify that gcc exists in build tree, and if so set CC to that
7310 gcc and to use B_OPTIONS and TARGET_INCLUDES.
7311
7312 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
7313
7314 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
7315 ptype test for anonymous union. Fixup testcase to match
7316 current gcc debug output.
7317
7318 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
7319
7320 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
7321 force argument to an unsigned long type.
7322
7323 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
7324
7325 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
7326 tests and anonymous union print/ptype tests.
7327 * gdb.base/list.exp (test_forward-search): Increase timeout by
7328 5 minutes for the "search extremely long line" case.
7329 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
7330 completely optional and that the pass/fail messages use the command as
7331 the message if that third arg is a null string.
7332 (gdb_test_exact): Arrange that a null string pattern means match a
7333 null string output rather than any output, which might include random
7334 errors.
7335 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
7336 backtrace test.
7337 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
7338 always failing and failure is now exposed by gdb.exp changes.
7339
7340 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
7341
7342 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
7343 weren't being noted.
7344
7345 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7346
7347 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
7348 * gdb.stabs/weird.exp: Remove v_comb xfails.
7349
7350 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
7351
7352 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
7353 list.exp scope.exp watchpoint.exp]
7354 Make all timeout error msgs explicitly say "(timeout)".
7355
7356 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
7357
7358 * config/monitor.exp: Increase download timeout to 1000 seconds.
7359
7360 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
7361
7362 * config/m32r.exp: Increase timeout to 120 seconds.
7363
7364 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
7365
7366 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
7367 and accept older ordering as obsolescent gcc or gdb.
7368 * gdb.c++/templates.exp: Ditto.
7369 * gdb.c++/virtfunc.exp: Ditto.
7370
7371 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
7372
7373 * gdb.base/coremaker.c: Add code to mmap some data so we
7374 can check that it ends up in the core file.
7375 * gdb.base/corefile.exp: Add test to read mmapped data
7376 from core file.
7377
7378 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
7379
7380 * config/m32r.exp: New file.
7381
7382 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
7383
7384 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
7385 that cflags can contains -gstabs, and work correctly for other tests.
7386
7387 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
7388
7389 * gdb.base/setshow.exp: New file, tests show and set.
7390 * gdb.base/setshow.c: New file, tests show and set.
7391 * gdb.base/help.exp: Add test for help set|show annotate.
7392 * gdb.base/default.exp: Add test for set|show annotate.
7393
7394 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
7395
7396 * testsuite/gdb.base/break.exp: Make backtrace from factorial
7397 errors unique.
7398 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
7399 explicitly.
7400
7401 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
7402
7403 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
7404 and width commands. This is done elsewhere.
7405 * (gdb_start): Don't call gdb_start_sim here. That's already
7406 done in gdb_load. This fixes lots of failures in default.exp.
7407
7408 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
7409
7410 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7411 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
7412 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
7413 in the same we we treat other failures (since it may be an expected
7414 condition), rather than as an error.
7415 * gdb.base/signals.exp (test_handle_all_print): Revert back to
7416 old test format.
7417
7418 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
7419
7420 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
7421 (distclean maintainer-clean realclean): No need to remove files
7422 twice. Nuke the duplicates.
7423 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
7424 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
7425 Remove config.h along with other config files.
7426
7427 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
7428
7429 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
7430 "p func1 ()" and note that rests of tests are skipped.
7431 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
7432 setup_xfails for "print func2::coremaker_local".
7433 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
7434 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
7435 affected by the previous run test.
7436 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
7437 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
7438 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
7439 "pass int powerset tuple" and "pass modeless int powerset tuple".
7440 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
7441 "real write 4" and "real write 8".
7442 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
7443 setup_xfails for "print vs1 after tuple assign 2",
7444 "print \$i after tuple assign 2", and
7445 "print vs2 after tuple assign 2".
7446 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
7447 meaningful error message and return -1 so the caller can
7448 suppress further tests and avoid a cascade of errors.
7449
7450 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
7451
7452 * gdb.base/a1-selftest.exp: Tweak tests to account for new
7453 format for printing version.
7454 * gdb.base/default.exp: Ditto.
7455 * gdb.base/interrupt.exp: Fix problem with cascade of
7456 errors if child process dies while calling a function.
7457
7458 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
7459
7460 * Makefile.in (VPATH): Add
7461 * Makefile.in (Makefile, config.status): Fix rules so things get
7462 remade when necessary.
7463
7464 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
7465
7466 * Makefile.in (just-check): Add path to sibling expect dir
7467 to environment variable specified by RPATH_ENVVAR.
7468
7469 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
7470
7471 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
7472 (just-check): Add shared library paths for libstdc++, tk,
7473 tcl, bfd, and opcodes to the environment variable specified
7474 in RPATH_ENVVAR.
7475 * configure.in: Add support to recognize --enable-shared flag
7476 and generate correct value for RPATH_ENVVAR.
7477 * configure: Regenerated with autoconf.
7478
7479 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
7480
7481 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
7482 include all osf versions.
7483 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
7484 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
7485 when target is linux. When failing to build pthreads test
7486 executable, give more meaningful message.
7487 * gdb.threads/pthreads.c: Hpux also uses old definition of second
7488 arg for pthread_create.
7489
7490 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
7491
7492 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
7493 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
7494 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
7495 and -lpthreads (everybody else).
7496 (test_startup): Fail gracefully if threads are not supported.
7497 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
7498 "p/c array_index("abcdef",2)" when not gcc compiled.
7499 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
7500 "print func2::coremaker_local" when not gcc compiled.
7501 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
7502 "ptype on opaque struct tagname (statically)",
7503 "ptype on opaque struct tagname (dynamically) 1", and
7504 "ptype on opaque struct tagname (dynamically) 2"
7505 for not compiled with gcc.
7506 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
7507 backtrace when compiled with gcc.
7508 * lib/gdb.exp (runto_main): Return result of "runto main" rather
7509 than always return success.
7510
7511 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
7512
7513 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
7514
7515 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
7516
7517 * gdb.base/structs.exp: Undo last change.
7518
7519 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
7520
7521 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
7522 encapsulate all the steps/nexts done during self test, starting
7523 at main, and makes them less sensitive to optimization issues.
7524 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
7525 signal handler" test.
7526 * gdb.threads/pthreads.exp: Only run this for native configs.
7527 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
7528 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
7529 tests.
7530 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
7531 for "runto test_calls(void)" test.
7532
7533 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
7534
7535 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
7536 and don't expect address info in breakpoint confirmations.
7537
7538 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
7539
7540 * gdb.base/list.exp (test_forward_search): Increase timeout
7541 temporarily by 60 seconds for searching extremely long line,
7542 and then reset to old value when done. Increase expect input
7543 buffer to 10000.
7544
7545 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
7546
7547 * gdb.base/list.exp (test_forward_search): Fix to handle very
7548 long source line without overflowing expect's input buffer.
7549
7550 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
7551
7552 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
7553 "buffer_full".
7554
7555 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
7556 "buffer_full".
7557
7558 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
7559 "buffer_full".
7560
7561 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
7562 "buffer_full".
7563
7564 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
7565
7566 * configure.in (configdirs): Add gdb.threads.
7567 * configure: Regenerated with autoconf.
7568 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
7569 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
7570 * gdb.threads/configure: New, generated with autoconf.
7571
7572 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
7573
7574 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
7575
7576 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
7577
7578 * gdb.base/signals.exp (test_handle_all_print): Test separately for
7579 each signal's status in the output of "handle all print".
7580 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
7581 the \r\n sequence that immediately precedes the gdb prompt.
7582 * gdb.base/a1-selftest.exp: Save original timeout and restore
7583 after test.
7584
7585 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
7586
7587 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
7588 symbol.
7589
7590 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7591
7592 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
7593
7594 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
7595
7596 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
7597 timeout by 60 seconds.
7598
7599 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
7600
7601 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
7602 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
7603 error return.
7604
7605 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
7606
7607 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
7608 gdb initialization, also report how long dejagnu waited. Restore
7609 old timeout before doing error return. Temporarily increase timeout
7610 by 3 minutes to allow for slow startups over heavy NFS use.
7611
7612 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
7613
7614 * lib/gdb.exp: Report timeout value for verbosity level 2.
7615 * config/gdbserver.exp: Ditto.
7616 * config/hppro.exp: Ditto.
7617 * config/mips-gdb.exp: Ditto.
7618 * config/monitor.exp: Ditto.
7619 * config/netware.exp: Ditto.
7620 * config/sim-gdb.exp: Ditto.
7621 * config/slite-gdb.exp: Ditto.
7622 * config/udi-gdb.exp: Ditto.
7623 * config/unix-gdb.exp: Ditto.
7624 * config/vx-gdb.exp: Ditto.
7625 * gdb.base/a1-selftest.exp: Ditto.
7626 * gdb.base/a2-run.exp: Ditto.
7627 * gdb.base/break.exp: Ditto.
7628 * gdb.base/corefile.exp: Ditto.
7629 * gdb.base/list.exp: Ditto.
7630 * gdb.base/recurse.exp: Ditto.
7631 * gdb.base/scope.exp: Ditto.
7632 * gdb.base/signals.exp: Ditto.
7633
7634 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7635
7636 * gdb.threads/Makefile.in (docdir): Removed.
7637
7638 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7639
7640 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
7641 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
7642 @srcdir@.
7643 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
7644 autoconf 2.5 or higher.
7645 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
7646
7647 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
7648
7649 * configure: Regenerated.
7650 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
7651 avoid name clashes with SunOS headers.
7652
7653 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
7654
7655 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
7656
7657 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
7658
7659 * gdb.base/callfuncs.exp: Finish last change -- make sure the
7660 prototype information ends up in the compiler info file.
7661
7662 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
7663
7664 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
7665 attempting to regenerate it. Eliminate use of a temporary file
7666 and just generate the info file directly. Source it immediately,
7667 for consistency of use.
7668 * gdb.base/corefile.exp: Ditto
7669 * gdb.base/exprs.exp: Ditto.
7670 * gdb.base/funcargs.exp: Ditto.
7671 * gdb.base/langs.exp: Ditto.
7672 * gdb.base/list.exp: Ditto.
7673 * gdb.base/mips_pro.exp: Ditto.
7674 * gdb.base/nodebug.exp: Ditto.
7675 * gdb.base/opaque.exp: Ditto.
7676 * gdb.base/ptype.exp: Ditto.
7677 * gdb.base/scope.exp: Ditto.
7678 * gdb.base/setvar.exp: Ditto.
7679 * gdb.base/signals.exp: Ditto.
7680 * gdb.base/whatis.exp: Ditto.
7681 * gdb.c++/templates.exp: Ditto.
7682 * gdb.c++/virtfunc.exp: Ditto.
7683 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
7684 whether or not to add -lstdc++ to the compile command line args.
7685
7686 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7687
7688 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
7689 it got fixed by the recent lookup_minimal_symbol_by_pc change.
7690 Increase timeout, a lot of single stepping might be needed if the
7691 target has no hardware watchpoints.
7692
7693 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
7694
7695 * gdb.base/break.exp: Ignore compiler warnings when compiling
7696 break.c.
7697 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
7698 * gdb.base/default.exp: Add h8300 xfails. Handle messages
7699 from remote-sim.
7700 * gdb.base/exprs.exp: Add h8300 xfails.
7701 * gdb.base/funcargs.exp: Likewise.
7702 * gdb.base/nodebug.exp: Likewise.
7703 * gdb.base/printcmds.exp: Likewise.
7704 * gdb.base/ptype.exp: Likewise.
7705 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
7706 h8300 xfails.
7707 * gdb.base/return.exp: Handle float/double precision problems
7708 on the h8300.
7709 * gdb.base/funcargs.c: Explicitly make last constant argument to
7710 call_after_alloca_subr an unsigned long type.
7711 * gdb.base/return.c: Include stdio.h.
7712
7713 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
7714
7715 * config/abug.exp: New file for the older Motorola Bug monitor
7716 that runs on the mvme13x series VME boards.
7717 * config/monitor.exp: Use the new config array for target settings
7718 if they exist.
7719
7720 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
7721
7722 * sim-gdb.exp: Make the SH simulator allocate less space when
7723 it is targeted.
7724
7725 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
7726
7727 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
7728 test.
7729
7730 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
7731
7732 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
7733 "rs6000-*-*" for "list function in include file" when gcc compiled.
7734 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
7735 for "p ctable1[120]".
7736 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
7737 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
7738 Remove setup_xfail for "rs6000-*-*" for
7739 "print 'scope0.c'::filelocal before run".
7740 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
7741 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
7742 since some compilers don't allow both options to be given
7743 on the same command line. Create object file and move it.
7744
7745 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
7746
7747 * gdb.base/corefile.exp: Always regenerate the core file, since
7748 we always regenerate the coremaker program. Detect special case
7749 where registers cannot be read from core file.
7750
7751 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
7752
7753 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7754 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
7755 * gdb.c++/templates.exp: Only match on basename of file since
7756 some formats like xcoff don't encode directory information.
7757 * gdb.stabs/weird.exp: Use the right sed script for powerpc
7758 and rs6000 AIX xcoff targets.
7759 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
7760 * configure: Regenerate.
7761 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
7762 here, rather than in distclean.
7763
7764 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
7765
7766 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
7767 defined, and use it to compile the test case with -O2. The
7768 native compilation still uses no optimization.
7769 * gdb.base/mips_pro.c: Remove inline assembly code since
7770 it is compiled PIC by default, which results in assembler
7771 warnings that make the testsuite think the compilation
7772 was unsuccessful.
7773
7774 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
7775
7776 * gdb.c++/misc.exp: Add note to message for
7777 "print s.a for foo struct" that this is a known gcc 2.7.2
7778 and earlier bug.
7779
7780 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
7781
7782 * gdb.base/break.exp: Fix pattern for matching "Delete all
7783 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
7784 setup_xfail for deleting all breakpoints test. Fix various
7785 timeout messages to include "(timeout)".
7786 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
7787 for "p t_float_values2(3.14159,float_val2)".
7788 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
7789 for "continue to call2g" when gcc compiled.
7790 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
7791 "up to foo in langs.exp", "show language at foo in langs.exp",
7792 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
7793 and "show language at fsub in langs.exp".
7794 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
7795 "list line 1 in include file", "list message for lines past EOF",
7796 "list function in include file", "list list0.h:foo", and
7797 "list filename:function; nonexistant function".
7798 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
7799 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
7800 and "ptype t_char_array" to be for native cc only.
7801
7802 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
7803
7804 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
7805 setup_xfail for "print coremaker_bss", "print coremaker_ro",
7806 "print func2::coremaker_local", and "backtrace in corefile.exp".
7807
7808 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
7809
7810 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
7811 "bt in signals.exp". This problem only appears when running
7812 the testsuite, and then only intermittently.
7813
7814 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
7815
7816 * gdb.base/return.exp (return_tests): Differentiate between
7817 two tests of continuing.
7818
7819 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
7820
7821 * */Makefile.in (maintainer-clean): Remove config.log.
7822 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
7823 * gdb.c++/Makefile.in (PROGS): Add inherit.
7824 (clean): Remove *.ci.
7825
7826 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
7827
7828 * gdb.c++/misc.cc: Add test code from Mike Stump.
7829 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
7830
7831 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
7832
7833 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
7834 to "alpha-*-osf2*" and add comment.
7835 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
7836 setup_xfail for "step over execarg initialization" and
7837 "step over corearg initialization".
7838 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
7839 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
7840 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
7841 gcc compiled for "print coremaker_bss", "print coremaker_ro",
7842 "print func2::coremaker_local", and "backtrace in corefile.exp".
7843 * gdb.base/signals.exp: Build and source signals.ci.
7844 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
7845 to be for gcc only.
7846 * lib/gdb.exp: Move verbose statements outside conditionals.
7847
7848 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7849
7850 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
7851 Feb 3 procfs.c change.
7852
7853 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
7854
7855 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
7856
7857 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
7858
7859 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
7860 from dejagnu's apparent default of 10 seconds, which gives random
7861 results when running the tests over NFS on moderately loaded systems.
7862 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
7863
7864 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
7865
7866 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
7867 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
7868 result reports.
7869
7870 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
7871
7872 * configure.in (CY_AC_PATH_TCLH): Remove.
7873 * configure: Regenerate.
7874
7875 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
7876
7877 * gdb.c++/Makefile.in (clean): Add missing '{'.
7878
7879 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
7880
7881 * lib/gdb.exp: Provide a default value for noinferior.
7882
7883 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
7884 Load libgloss.exp.
7885
7886 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
7887
7888 * gdb.disasm/hppa.exp: Compile directly into an executable, use
7889 the executable, not the .o to run the tests from.
7890
7891 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
7892
7893 * gdb.base/break.exp: Don't test for program exit or exit status
7894 if $noresults if nonzero.
7895 * gdb.base/langs.exp: Likewise.
7896 * gdb.base/watchpoint.exp: Likewise.
7897
7898 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
7899 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
7900 trying to compile the testcase.
7901
7902 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
7903
7904 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
7905 * gdb.base/signals.exp (continue to handler): Likewise.
7906
7907 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
7908
7909 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
7910
7911 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
7912
7913 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
7914
7915 * gdb.base/corefile.exp: Recognize "not found" as failure
7916 when trying to determine if a core file was generated.
7917 If no core file was generate the first time, try again without
7918 the ulimit -c to work around braindamaged shells.
7919
7920 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
7921
7922 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
7923 [] tests with "test" and enclose string in quotes.
7924 * gdb.stabs/configure: Rebuild
7925
7926 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
7927
7928 Changes in sync with expect:
7929 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
7930 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
7931 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
7932 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
7933 argument to AC_REQUIRE.
7934 * configure: Regenerated.
7935
7936 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
7937
7938 * gdb.base/corefile.exp: When generating a core, discard any
7939 error messages about ulimit not found and the "core dumped"
7940 message from the shell that runs the coredumper.
7941
7942 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
7943
7944 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
7945
7946 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
7947 which sed script to run. Expect failure for v_comb test
7948 on PA targets too.
7949
7950 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
7951
7952 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
7953 "print func2::coremaker_local" and for "backtrace in corefile.exp"
7954
7955 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
7956
7957 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
7958 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
7959 "sparc-sun-solaris*" xfails for "p v_comb".
7960 * lib/gdb.exp (default_gdb_start): Fix typo.
7961 * gdb.base/corefile.exp: Allow "Core was generated by ..."
7962 messages to not include the full program name that caused
7963 the core dump since some systems (such as solaris) apparently
7964 truncate this path to about 80 characters.
7965 When generating a core file first try increasing the core file
7966 size limit to unlimited since some systems may default it to
7967 zero, and it is harmless to try it. Move the test for failing
7968 to generate a core file to where it will actually get executed.
7969 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
7970 new gdb result from g++ debug info improvements and make old
7971 pattern obsolescent. Also account for size_t differences
7972 (may be int or long).
7973 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
7974 initialization before function call is placed in the delay slot
7975 and thus appears to be skipped over by commands such as "next".
7976
7977 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
7978
7979 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
7980
7981 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
7982
7983 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
7984 input source file; fix code to compile test to deal with this
7985 convention.
7986 * gdb.c++/*.exp: Likewise.
7987
7988 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
7989
7990 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
7991 "bt in signals.exp".
7992
7993 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
7994
7995 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
7996 "step over execarg initialization" and
7997 "step over corearg initialization".
7998
7999 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
8000
8001 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
8002 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
8003
8004 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
8005
8006 From Rob Savoye (rob@poseidon.cygnus.com)
8007 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
8008 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
8009 configure.in}, gdb.disasm/{Makefile.in, configure.in},
8010 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
8011 configure.in}: Major reworking for autoconfig.
8012 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
8013 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
8014 New files.
8015 * config/unix-gdb.exp: Make GDB global.
8016 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
8017 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
8018 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
8019 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
8020 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
8021 term.exp, twice.exp, watchpoint.exp, whatis.exp},
8022 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
8023 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
8024 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
8025 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
8026 pr-8136.exp, result.exp, string.exp, tuples.exp},
8027 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
8028 to returns as necessary, arrange for test to compile own testcase
8029 executable.
8030 * lib/gdb.exp: Changes for testsuite to compile own test cases.
8031
8032 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
8033
8034 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
8035 clear_xfail at end of test which might not call either pass or fail.
8036 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
8037 "backtrace through signal handler".
8038
8039 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8040
8041 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
8042 continuing from a job control stop signal.
8043 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
8044
8045 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
8046
8047 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
8048 * gdb.base/corefile.exp: Likewise.
8049 * gdb.base/funcargs.exp: Likewise.
8050
8051 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
8052
8053 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
8054 * config/monitor.exp: Add support for setting baud rate.
8055
8056 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
8057
8058 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
8059 i*86-*-linux* xfails for "backtrace through signal handler".
8060 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
8061 "print func2::coremaker_local".
8062 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
8063 alpha-dec-osf2* xfail for
8064 "delete all breakpoints when none".
8065
8066 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
8067
8068 * gdb.base/break.exp: Change test that deletes all breakpoints
8069 when no user breakpoints are installed. A post 4.15 change
8070 causes gdb to no longer prompt in this case.
8071
8072 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
8073
8074 * gdb.base/return.exp (return_tests): Change xfail for test
8075 "correct value returned double test" to stop xfailing at
8076 Solaris 2.5. Apparently the bug has been fixed.
8077
8078 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
8079
8080 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
8081 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
8082
8083 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
8084
8085 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
8086 * gdb.disasm/hppa.s: Corresponding changes.
8087
8088 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
8089
8090 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
8091 makefile fragment.
8092 * config/mt-hpux: Deleted.
8093
8094 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
8095
8096 * Many files: When warning about suppressed tests due to a
8097 nonexistant test binary, avoid incrementing the warning count.
8098
8099 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
8100
8101 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
8102
8103 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8104
8105 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
8106 "sparc-*-solaris2*".
8107
8108 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8109
8110 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
8111 Add global and local variables and initialize them.
8112 * gdb.base/corefile.exp: Test correct mapping of corefile sections
8113 by printing variables. Remove rs6000 and powerpc xfails, BFD now
8114 extracts the file name and terminating signal from the core file.
8115 * TODO: Remove note about tests for correct mapping of corefile.
8116 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
8117 from optimizing it away.
8118 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
8119 handles common blocks.
8120
8121 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
8122
8123 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
8124 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
8125
8126 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
8127
8128 * Makefile.in (maintainer-clean): New target, synonym for
8129 realclean.
8130 * gdb.base/Makefile.in (maintainer-clean): Likewise.
8131 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
8132 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
8133 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
8134 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
8135 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
8136
8137 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
8138
8139 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
8140 xfails when not gcc compiled for "print foo::funclocal".
8141 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
8142 "print foo::funclocal at foo",
8143 "print 'scope1.c'::foo::funclocal at foo",
8144 "print foo::funclocal_bss at foo",
8145 "print 'scope1.c'::foo::funclocal_bss at foo",
8146 "print foo::funclocal_ro at foo",
8147 "print 'scope1.c'::foo::funclocal_ro at foo",
8148 "print bar::funclocal at foo" and
8149 "print 'scope1.c'::bar::funclocal at foo".
8150 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
8151 gcc compiled for "print foo::funclocal at bar".
8152 Expand all messages to ensure that they identify that
8153 the test is at bar().
8154 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
8155 gcc compiled for:
8156 "ptype on opaque struct pointer (statically)",
8157 "ptype on opaque struct tagname (statically)",
8158 "ptype on opaque struct pointer (dynamically) 1",
8159 "ptype on opaque struct tagname (dynamically) 1",
8160 "ptype on opaque struct pointer (dynamically) 2" and
8161 "ptype on opaque struct tagname (dynamically) 2
8162 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
8163 gcc compiled for:
8164 "p datalocal"
8165 "whatis datalocal",
8166 "ptype datalocal",
8167 "p bsslocal",
8168 "whatis bsslocal", and
8169 "ptype bsslocal".
8170 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
8171 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
8172 when not gcc compiled.
8173 * gdb.base/funcargs.exp (float_and_integral_args): Add
8174 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
8175 compiled.
8176 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
8177 "backtrace from call6a" when not gcc compiled.
8178 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
8179 "backtrace from call7a" when not gcc compiled.
8180 * gdb.base/callfuncs.exp (do_function_calls):
8181 Add "hppa*-*-hpux*" xfail when not gcc compiled for
8182 "p t_char_array_values(char_array_val2,char_array_val1)",
8183 "p t_char_array_values(char_array_val1,char_array_val2)",
8184 "p t_char_array_values("carray 1","carray 2")",
8185 "p t_char_array_values("carray 1",char_array_val2)",
8186 "p t_char_array_values(char_array_val1,"carray 2")",
8187 "p sum_args(1,{2})",
8188 "p sum_args(2,{2,3})",
8189 "p sum_args(3,{2,3,4})",
8190 "p sum_args(4,{2,3,4,5})"
8191 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
8192 "backtrace in corefile.exp" when not gcc compiled.
8193
8194 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8195
8196 * gdb.base/signals.exp: Rewrite `handle all print' test as
8197 a procedure. Accept blanks or TABs as whitespace, increase
8198 timeout and expect input buffer size for the large output
8199 from the command. Remove "i*86-*-bsdi2.0" xfail.
8200
8201 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8202
8203 * gdb.base/setvar.exp: Add new testcases for truncation when
8204 assigning invalid values to bitfields.
8205
8206 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
8207
8208 * gdb.base/callfuncs.exp (do_function_calls): Remove
8209 mips-sgi-irix* xfail for
8210 "call inferior func with struct - returns char *"
8211 and fix test so that an optional (unsigned char *) cast is
8212 accepted in the result.
8213
8214 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
8215
8216 * gdb.base/funcargs.exp (float_and_integral_args): Remove
8217 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
8218 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
8219 * gdb.base/signals.exp: Remove duplicate "handle all print" test
8220 that accidentally got checked in.
8221
8222 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
8223
8224 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
8225 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
8226 compiled test.
8227 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
8228 Add mips-sgi-irix5* xfail for not gcc compiled.
8229 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
8230 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
8231 "p top", "whatis top", "p middle", and "whatis middle".
8232 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
8233 "whatis signed char" for not gcc compiled.
8234 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
8235 "set variable signed char=-1 (-1)" and
8236 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
8237 * gdb.base/funcargs.exp (float_and_integral_args):
8238 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
8239 Add mips-sgi-irix* xfail when not gcc compiled for
8240 "continue to call2b".
8241 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
8242 "continue to call2g".
8243 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
8244 "backtrace from call6a"
8245 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
8246 "backtrace from call7k".
8247 Add mips-sgi-irix5* xfail when not gcc compiled for
8248 "backtrace from call7a".
8249 (localvars_after_alloca): Fix gdb_test cmds for
8250 "print * after runto ...".
8251 Remove rs6000-*-* xfails for
8252 "print i after runto localvars_after_alloca" and
8253 "print l after runto localvars_after_alloca"
8254 for all compilers.
8255 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
8256 when not compiled with gcc, for:
8257 "print signed char == (minus)",
8258 "print signed char != (minus)",
8259 "print signed char < (minus)",
8260 "print signed char > (minus)".
8261 * gdb.base/callfuncs.exp (do_function_calls):
8262 Add mips-sgi-irix* xfail, when compiled with native compiler, for
8263 "call inferior func with struct - returns char *".
8264 * gdb.base/return.exp (return_tests): Change xfail for
8265 "correct value returned double test" to include Solaris 2.4.
8266 * gdb.base/funcargs.exp (float_and_integral_args):
8267 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
8268
8269 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8270
8271 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
8272 enumeration bitfields if compiling with GNU C.
8273 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
8274 to empty' prompt.
8275
8276 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
8277
8278 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
8279 test for PRO targets.
8280
8281 * gdb.base/funcargs.exp: Avoid ever setting more than 8
8282 breakpoints in the inferior at any given time by making
8283 two groups of breakpoints for call2*, call6* and call7*
8284 tests.
8285
8286 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8287
8288 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
8289 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
8290 from optimizing it away.
8291 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
8292 "call inferior func with struct".
8293
8294 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
8295
8296 * configure.in: Only configure gdb.chill for particular targets.
8297
8298 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
8299
8300 * gdb.base/Makefile.in: Add action to .c.o transformation
8301 rule that generates a .ci file for each .o file and remove
8302 explicit .c.o rules except for callfuncs.o.
8303 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
8304 generates a .ci file for each .o file and remove explicit
8305 .cc.o rules.
8306 (clean): Remove *.tmp *.ci files.
8307 (EXECUTABLES): Remove templ-info.exp.
8308 * gdb.base/compiler.c: New file.
8309 * gdb.c++/compiler.cc: New file
8310 * gdb.base/scope.exp: Source gdb.base/scope.ci.
8311 Change rs6000-*-* xfail for
8312 "print 'scope0.c'::filelocal_ro" and
8313 "print 'scope1.c'::filelocal" and
8314 "print 'scope1.c'::filelocal_bss" and
8315 "print 'scope1.c'::filelocal_ro" and
8316 "print 'scope1.c'::foo::funclocal" and
8317 "print 'scope1.c'::foo::funclocal_ro" and
8318 "print 'scope1.c'::bar::funclocal" and
8319 "print 'scope0.c'::filelocal_ro" and
8320 "print 'scope1.c'::filelocal at foo" and
8321 "print 'scope1.c'::filelocal_bss at foo" and
8322 "print 'scope1.c'::filelocal_ro at foo" and
8323 "print 'scope1.c'::foo::funclocal at foo" and
8324 "print 'scope1.c'::foo::funclocal_bss at foo" and
8325 "print 'scope1.c'::foo::funclocal_ro at foo" and
8326 "print 'scope1.c'::bar::funclocal at foo" and
8327 "print 'scope0.c'::filelocal_ro" and
8328 "print 'scope1.c'::filelocal" and
8329 "print 'scope1.c'::filelocal_bss" and
8330 "print 'scope1.c'::filelocal_ro" and
8331 "print 'scope1.c'::foo::funclocal" and
8332 "print 'scope1.c'::foo::funclocal_bss" and
8333 "print 'scope1.c'::foo::funclocal_ro" and
8334 "print 'scope1.c'::bar::funclocal" and
8335 "print 'scope1.c'::bar::funclocal_bss"
8336 to only be xfail'd when not compiled with gcc.
8337 Add rs6000-*-* xfail for
8338 "print 'scope0.c'::filelocal_bss before run"
8339 when compiled with gcc.
8340 (test_at_main): Add rs6000-*-* xfail for
8341 "print filelocal_ro in test_at_main"
8342 when compiled with gcc.
8343 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
8344 Add rs6000-*-aix* xfail for
8345 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
8346 "ptype t_char_array", not compiled with gcc.
8347 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
8348 xfail for "list foo (in include file)" when gcc compiled.
8349 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
8350 (integral_args): Add rs6000-*-* xfail for
8351 "run to call0a" if not compiled with gcc.
8352 (unsigned_integral_args): Add rs6000-*-* xfail for
8353 "run to call1a" if not compiled with gcc.
8354 (float_and_integral_args): Add rs6000-*-* xfail for
8355 "run to call2a" if not compiled with gcc and for
8356 "continue to call2b" for any compiler.
8357 Add rs6000-*-* xfail to
8358 "print f1 after run to call2a" for gcc compiled.
8359 (discard_and_shuffle): Add rs6000-*-* xfail for
8360 "run to call6a".
8361 (shuffle_round_robin): Add rs6000-*-* xfail for
8362 "backtrace from call7a" if not compiled with gcc.
8363 Add rs6000-*-* xfail for
8364 "backtrace from call7b" if compiled with gcc.
8365 (call_after_alloca): Add rs6000-*-* xfail for
8366 "print c in call_after_alloca" and
8367 "print s in call_after_alloca" and
8368 "backtrace from call_after_alloca_subr"
8369 if not compiled with gcc.
8370 (localvars_in_indirect_call): Add rs6000-*-* xfail for
8371 "print c in localvars_in_indirect_call" and
8372 "print c in localvars_in_indirect_call" and
8373 "backtrace in indirectly called function" and
8374 "stepping into indirectly called function"
8375 if not compiled with gcc.
8376 (localvars_after_alloca): Add rs6000-*-* xfail for
8377 "print c after runto localvars_after_alloca" and
8378 "print s after runto localvars_after_alloca" and
8379 "print i after runto localvars_after_alloca" and
8380 "print l after runto localvars_after_alloca"
8381 for all compilers.
8382 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
8383 than whatis-info.exp.
8384 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
8385 than opaque-info.exp.
8386 Setup rs6000-*-* xfail for
8387 "ptype on opaque struct pointer (statically)" and
8388 "ptype on opaque struct pointer (dynamically)" when
8389 not compiled with gcc.
8390 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
8391 rather than callf-info.exp.
8392 (do_function_calls): Add clear_xfail for rs6000-*-* for
8393 "p t_float_values2(3.14159,float_val2)". Seems to work
8394 fine there, both with xlc and gcc. Need to find out what
8395 it is doing right and fix other platforms.
8396 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
8397 "call inferior func with struct - returns int",
8398 "call inferior func with struct - returns long",
8399 "call inferior func with struct - returns float",
8400 "call inferior func with struct - returns double",
8401 "call inferior func with struct - returns char *",
8402 but only if not gcc compiled (presumes xlc compiled).
8403 Change rs6000-*-* xfails for
8404 "call inferior func with struct - returns char" and
8405 " call inferior func with struct - returns short" to only
8406 xfail if not using gcc.
8407 (clean mostlyclean): Remove *.ci and *.tmp files.
8408 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
8409 than templ-info.exp.
8410 * gdb.base/langs.exp: Source gdb.base/langs.ci.
8411 Add rs6000-*-* xfail for "up to foo in langs.exp"
8412 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
8413 when not gcc compiled.
8414
8415 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8416
8417 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
8418 * gdb.base/corefile.exp: Likewise.
8419 * gdb.base/list.exp: Likewise.
8420 * gdb.base/scope.exp: Likewise.
8421 * gdb.base/siganls.exp: Likewise.
8422
8423 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
8424 compiler output.
8425 * gdb.base/whatis.exp: Likewise.
8426
8427 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
8428
8429 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
8430 failure (opcode table has been fixed to match reality).
8431
8432 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
8433
8434 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
8435 "call inferior func with struct - returns char",
8436 "call inferior func with struct - returns short"
8437
8438 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
8439 "print 'scope0.c'::filelocal at main",
8440 "print 'scope0.c'::filelocal_bss in test_at_main",
8441 "print 'scope0.c'::filelocal at foo",
8442 "print 'scope0.c'::filelocal_bss in test_at_foo",
8443 "print 'scope0.c'::filelocal at bar",
8444 "print 'scope0.c'::filelocal_bss in test_at_bar"
8445
8446 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
8447 in source file 1". This bug seems to have been fixed with both
8448 gcc and native cc (was native assembler bug?).
8449
8450 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
8451
8452 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
8453 "backtrace through signal handler" to "i*86-*-sysv4*".
8454 * gdb.base/signals.exp: Add xfail for "'next' behaved as
8455 continue" case. Add "known SVR4 bug" to fail message.
8456 Add "i*86-*-bsdi2.0" xfail for "handle all print".
8457 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
8458 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
8459 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
8460 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
8461 "up to foo in langs.exp", "show language at foo in
8462 langs.exp", "up to cppsub_ in langs.exp", "show
8463 language at cppsub_ in langs.exp", "up to fsub in
8464 langs.exp", and "show language at fsub in langs.exp".
8465 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
8466 "bactrace in corefile.exp".
8467 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
8468 "call inferior function with struct - returns float" and
8469 "call inferior function with struct - returns double".
8470
8471 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
8472
8473 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
8474 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
8475 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
8476 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
8477
8478 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
8479
8480 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
8481 (or overriden) "CHILL" macro rather then bare "gcc".
8482 Also look for ../../gcc/xgcc since that is what we will
8483 actually need, not "Makefile". Remove following assignment
8484 of CHILL to CHILL_FOR_TARGET because that results in
8485 recursive definition.
8486
8487 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
8488
8489 * gdb.base/corefile.exp: Change xfail for backtrace in
8490 corefile.exp from linuxaout to all linux.
8491 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
8492 cases where we miss the breakpoint at the signal handler
8493 for some reason. Setup xfail for linuxoldld/linuxaout and
8494 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
8495 hitting SIGURG breakpoint.
8496 * gdb.base/signals.exp: Setup xfail for "next" acting like
8497 continue to add linuxoldld. Setup xfail for all linux for
8498 "next to handler in signals_tests_1", "backtrace in
8499 signals_tests_1", "continue to func1", "pass SIGUSR1",
8500 and continue to handler".
8501
8502 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8503
8504 * Update all FSF addresses except those in COPYING* files.
8505
8506 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
8507
8508 * gdb.base/a2-run.exp: Change messages to be more explicit about
8509 the status of args, and quote binfile in results.
8510
8511 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
8512
8513 * gdb.base/callfuncs.exp: Add tests for passing structs to
8514 inferior functions and return various types.
8515 * gdb.base/callfuncs.c: Add functions to receive a struct
8516 and return a member of the struct, in various types.
8517
8518 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8519
8520 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
8521
8522 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8523
8524 * config/vxworks29k.exp: New file, sources vxworks.exp.
8525
8526 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8527
8528 * config/gdbremote.exp: New file. Testing framework using
8529 gdbserver.
8530
8531 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
8532
8533 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
8534 "call function when asleep" and "send end of file".
8535 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
8536 for "backtrace in corefile.exp".
8537 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
8538 for "backtrace through signal handler".
8539 * gdb.base/corefile.exp: Make sure we actually generate a core file
8540 before trying the core tests. Some systems allow the user to suppress
8541 generation of core files and default to that (linux for example).
8542 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
8543 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
8544
8545 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8546
8547 * gdb.threads: New directory with some crude multi-threaded
8548 gdb tests (step.exp and step2.exp).
8549 * config/mt-lynx (STEP_EXECUTABLE): Define.
8550 (THREADFLAGS): Define.
8551
8552 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
8553
8554 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
8555
8556 * gdb.base/signals.exp: Disable whole file for lynx until
8557 further notice.
8558
8559 * gdb.base/signals.exp: xfail test where "next" acts like
8560 "continue" for lynx.
8561
8562 * gdb.base/interrupt.exp: xfail test for calling function while
8563 inferior is asleep for lynx.
8564
8565 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
8566 than one cr-lf after each command.
8567
8568 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8569
8570 * configure.in: Reinstate setting of stabsdirs variable, fix
8571 typo in setting up configdirs for native builds.
8572
8573 * gdb.base/return.exp: Fix typo in return double test.
8574 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
8575 compiler from optimizing them away.
8576
8577 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
8578
8579 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
8580 sequences to be echo'd by gdb when using gdb_test.
8581 * gdb.chill/chexp.exp: Likewise.
8582 * gdb.fortran/exprs.exp: Likewise
8583
8584 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8585
8586 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
8587 after the inferior gdb has started.
8588
8589 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
8590 after each command.
8591 * gdb.base/funcargs.exp: Likewise.
8592 * gdb.base/gdbvars.exp: Likewise.
8593 * gdb.base/interrupt.exp: Likewise.
8594 * gdb.base/list.exp: Likewise.
8595 * gdb.base/watchpoint.exp: Likewise.
8596 * gdb.c++/demangle.exp: Likewise.
8597 * gdb.c++/inherit.exp: Likewise.
8598 * gdb.chill/chexp.exp: Likewise.
8599 * gdb.fortran/exprs.exp: Likewise.
8600
8601 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
8602 test if we can't handle IO to/from the inferior.
8603
8604 * gdb.c++/misc.exp: Always check for a program already being
8605 started after sending a "run" command to gdb.
8606
8607 * gdb.base/twice.exp: Start with a fresh gdb.
8608
8609 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
8610 only depend on gdb's expression code, not the chill runtime.
8611
8612 * gdb.base/return.c: Put return values into variables so we
8613 can have gdb print them rather than depending on the program
8614 to print them.
8615 * gdb.base/return.exp: Corresponding changes.
8616
8617 * lib/gdb.exp: Provide default value for noinferiorio.
8618 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
8619 the inferior.
8620
8621 * gdb.base/break.exp: Always check for a program already being
8622 started after sending a "run" command to gdb.
8623 (text_next_with_recursion): Don't check the output from the
8624 program's printf statement. Instead just make sure the program
8625 exited.
8626
8627 * gdb.base/commands.exp: Protect tests which need arguments with
8628 $noargs conditionals.
8629
8630 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8631
8632 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
8633 of structure member arrays to match gdb/valops.c:value_addr change.
8634
8635 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
8636
8637 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
8638 cases.
8639
8640 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
8641
8642 * configure.in (configdirs): Remove gdb.chill from default list
8643 of subdirs and then add it back in only if doing a native build.
8644 The current chill compiler does not yet work in any cross build.
8645 * Revert all signal changes from Jul 6.
8646 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
8647 for sh-hms targets, allowing these tests to link, with no other
8648 changes. Testing is suppressed by setting "nosignals" in site.exp.
8649
8650 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
8651
8652 * configure.in (signaldirs): Define and add to configdirs for all
8653 targets except some specific ones that are known to not support signals.
8654 Also clean up formatting.
8655 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
8656 (signals, sigall): Remove rules to build.
8657 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
8658 Moved to new gdb.signals directory.
8659 * gdb.signals: New test directory.
8660 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
8661 signals.c signals.exp}: New or moved files.
8662
8663 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
8664
8665 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
8666
8667 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
8668
8669 * gdb.base/return.exp: Xfail `return double' test failure
8670 on at least Solaris 2.3 and handle future/past versions on
8671 a case by case basis as appropriate. Also update message
8672 to include i*86 failures.
8673
8674 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8675
8676 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
8677
8678 * lib/gdb.exp: Fix comment which erroneously identified
8679 gdb_file_cmd as gdb_load (the 19 May change was in fact to
8680 gdb_file_cmd not gdb_load).
8681 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
8682
8683 * gdb.base/setvar.exp: Make test names consistent between pass and
8684 fail cases. Use gdb_test more.
8685
8686 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8687
8688 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
8689
8690 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8691
8692 * gdb.base/help.exp: Fix expected help string for `show commands'.
8693
8694 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
8695
8696 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
8697
8698 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
8699 of a text section.
8700
8701 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
8702
8703 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
8704 that loop eventually terminates. Fix Connection refused logic so
8705 that testsuite will expire nicely.
8706
8707 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
8708
8709 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
8710 config/rom68k.exp: New tcl glue for the appropriate monitors.
8711 These all just end up calling monitor.exp.
8712 * config/monitor.exp (gdb_target_monitor): Handle `Connection
8713 refused' by retrying. Cleanup some timeout issues.
8714 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
8715 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
8716 callers don't have to set/restore global timeout variable.
8717
8718 * The following set of changes centralizes management of the global
8719 timeout variable. This way, it can be set in one target dependent
8720 place instead of dozens of places scattered throughout the test suite.
8721 If you need to lengthen a timeout, then you should either set timeout
8722 in one of the config/{target}.exp files, or multiply it by a factor.
8723 Setting it to an absolute value is always going to lose for some
8724 targets.
8725 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
8726 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
8727 * gdb.base/funcargs.exp: Don't set timeout.
8728 * gdb.base/list.exp (test_forward_search): Only use local timeout.
8729 * gdb.base/printcmds.exp (test_print_string_constants
8730 test_print_array_constants): Don't set timeout.
8731 * gdb.base/ptype.exp: Don't set timeout.
8732 * gdb.base/recurse.exp: Don't set timeout.
8733 * gdb.base/return.exp: Don't set timeout.
8734 * gdb.base/watchpoint.exp: Don't set timeout.
8735 * gdb.c++/classes.exp (do_tests): Don't set timeout.
8736 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
8737
8738 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
8739
8740 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
8741
8742 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8743
8744 * lib/gdb.exp: Disable chill tests for irix5.
8745
8746 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8747
8748 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
8749 each test pass or fail.
8750
8751 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8752
8753 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
8754 xlc not gcc.
8755
8756 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
8757
8758 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
8759
8760 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
8761
8762 * config/est.exp: Fix copyright and comments. Remove dead code.
8763 Use targetname, serialport and baud variables instead of fixed
8764 constants.
8765 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
8766 * config/cpu32bug.exp: New file to support cpu32bug monitors.
8767
8768 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8769
8770 * gdb.base/watchpoint.exp: Don't run
8771 test_watchpoint_triggered_in_syscall for sunos.
8772
8773 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8774
8775 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
8776 they don't seem to exist. Do include stdio.h.
8777
8778 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8779
8780 * gdb.base/a1-selftest.exp: Add alpha xfail.
8781
8782 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8783
8784 * gdb.base/watchpoint.c (main): Prompt before calling read().
8785 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
8786 Revise accordingly. Remove cruft about sending "123" several
8787 times, until it gets noticed. Clean up the "print buf[0]" stuff
8788 so that it passes or fails, and waits for prompts in the usual way.
8789
8790 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8791
8792 * gdb.base/recurse.exp: Fix comment.
8793
8794 * TODO: Remove item about printing variables in nodebug.exp. Add
8795 item about enabling tests which are only run on some targets.
8796
8797 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
8798 fail, make test names unique, use new gdb_test convention
8799 regarding pattern, use gdb_test more, etc.).
8800
8801 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
8802 fail, make test names unique, etc.).
8803
8804 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8805
8806 * gdb.base/nodebug.c: Change return type of top and middle to
8807 short.
8808 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
8809 are fixed by the recent mdebugread.c changes. Allow `short ()'
8810 as type for top and middle.
8811
8812 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8813
8814 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
8815 nearly as I can tell, the whole thing was an accident in Stu's
8816 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
8817 to replace a send/expect pair with gdb_test, but ended up only
8818 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
8819 of 30 Mar 1995 took care of it, but left this vestigial comment
8820 which I am now nuking.
8821
8822 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8823
8824 * gdb.base/break.exp: Look for different line number for
8825 breakpoint at main depending on usestubs.
8826
8827 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8828
8829 * gdb.base/list.exp: Adjust some alternate expect patterns to
8830 match recent list0.c change. Add alternate expect pattern for
8831 output from `list default lines around main' for optimizing
8832 compilers.
8833
8834 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8835
8836 * lib/gdb.exp: If nosignals is not set, set it to 0.
8837
8838 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
8839
8840 * config/slite-gdb.exp: Responds to load symbol table prompt.
8841 * gdb.base/break.exp: Adjust line number, fix rerun.
8842 * gdb.base/langs0.c: Add #ifdef usestubs.
8843
8844 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
8845
8846 * gdb.base/list.exp: Adjust line contents after adding new lines in
8847 list0.c. Also fix a syntax error.
8848
8849 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
8850 * gdb.base/break.exp: ditto.
8851 * gdb.base/list.exp: ditto.
8852 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
8853 * gdb.base/run.c: ditto.
8854 * gdb.base/list0.c: ditto.
8855 * gdb.base/funcargs.c: ditto.
8856
8857 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
8858
8859 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
8860 $targetname, $serialport and $baud instead of hardwired variables.
8861 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
8862 target doesn't support signals.
8863
8864 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
8865
8866 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
8867
8868 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8869
8870 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
8871 Don't rely on the value of an auto variable before it has been
8872 initialized. Use gdb_test more.
8873
8874 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8875
8876 * lib/gdb.exp (default_gdb_version): A version number must start
8877 with a digit, but other than that contains all characters up to
8878 the first whitespace character.
8879
8880 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8881
8882 * gdb.base/commands.exp (breakpoint_command_test): New tests.
8883
8884 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8885
8886 * gdb.c++/*.exp: Warn if executable does not exist. The original
8887 reason for skipping the warning was that configure.in sometimes
8888 intentionally skipped building the executables but the tcl code
8889 had no way of knowing. That (a) was always bogus with respect to
8890 error handling, (b) is no longer true (right now there is no way
8891 to skip C++ tests).
8892
8893 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
8894
8895 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8896
8897 * gdb.base/list.exp: Add expect patterns for output from
8898 SunPRO compiled executables.
8899 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
8900 types.
8901
8902 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8903
8904 * gdb.base/break.exp (test_next_with_recursion): Accept any line
8905 number (we are already testing that the correct source line text
8906 gets printed).
8907
8908 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
8909 that is what is intended, but something needed to be done to get
8910 sunos4 native working again.
8911
8912 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
8913
8914 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
8915 apparently went with a (very) old xfail.
8916
8917 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
8918
8919 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
8920 runto_main is a proc in gdb.exp that will do 'step' for target use
8921 stubs.
8922 * gdb.base/exprs.exp: ditto.
8923 * gdb.base/interrupt.exp: ditto.
8924 * gdb.base/opaque.exp: ditto.
8925 * gdb.base/printcmds.exp: ditto.
8926 * gdb.base/ptype.exp: ditto.
8927 * gdb.base/scope.exp: ditto.
8928 * gdb.base/setvar.exp: ditto.
8929 * gdb.base/signals.exp: ditto.
8930 * gdb.base/twice.exp: ditto.
8931 * gdb.c++/classes.exp: ditto.
8932 * gdb.c++/inherit.exp: ditto.
8933 * gdb.c++/templates.exp: ditto.
8934 * gdb.base/break.exp: no run and hit main for stubs. Change line
8935 numbers for breakpoints and info breakpoint.
8936 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
8937 breakpoint().
8938 * gdb.base/callfuncs.c: ditto.
8939 * gdb.base/exprs: ditto.
8940 * gdb.base/interrupt.c: ditto.
8941 * gdb.base/opaque0.c: ditto.
8942 * gdb.base/printcmds.c: ditto.
8943 * gdb.base/ptype.c: ditto.
8944 * gdb.base/scope0.c: ditto.
8945 * gdb.base/setvar.c: ditto.
8946 * gdb.base/signals.c: ditto.
8947 * gdb.base/twice.c: ditto.
8948 * gdb.c++/misc.cc: ditto.
8949 * gdb.c++/templates.cc: ditto.
8950
8951 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8952
8953 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
8954
8955 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
8956 somewhere between `read' and `main.c'. I'm pretty sure the
8957 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
8958 and it isn't particularly useful.
8959
8960 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
8961
8962 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8963
8964 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
8965
8966 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
8967
8968 * config/mt-slite: add LIBS and -nostdlib.
8969 * config/slite-gdb.exp: add this new file to support sparclite target.
8970
8971 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
8972
8973 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
8974
8975 * gdb.base/a2-run.exp: Change argument to istarget from
8976 "*-*-vxworks" to "*-*-vxworks*".
8977 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
8978
8979 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
8980
8981 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
8982 will not runto main but do a 'step' to step out of breakpoint().
8983 * config/mt-slite: add -Dusestubs.
8984
8985 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8986
8987 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
8988 instead of just @.
8989
8990 * gdb.base/signals.exp: Add test for "handle all print".
8991 * TODO: Remove "handle all print". Also remove item about
8992 checking copyright date (I don't like the idea of a spurious FAIL
8993 based on when we run the tests).
8994
8995 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
8996 for SunOS4 (reason for failure not investigated). Remove
8997 redundant test for $binfile.
8998
8999 * gdb.base/nodebug.c (array_index): Call malloc.
9000
9001 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
9002
9003 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
9004
9005 * gdb.base/recurse.exp: Update gdb_test invocation to use new
9006 conventions and slightly simplify the matching regexp.
9007
9008 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9009
9010 * gdb.base/break.exp: Update gdb_test invocation to use new
9011 convention.
9012
9013 * lib/gdb.exp: If noargs is not set, set it to 0.
9014
9015 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
9016 tests unique.
9017
9018 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
9019
9020 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9021
9022 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
9023 one argument of type "<non-float parameter>".
9024
9025 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
9026
9027 * config/rom68k.exp: New file to support Motorola IDP board.
9028 * gdb.base/a2-run.exp: Skip this file if noargs is set.
9029 * gdb.base/break.c: Change things around so that this program
9030 doesn't depend upon args. This is necessary to make remote
9031 targets work (in general, they can't take args).
9032 * gdb.base/break.exp: Don't try to send args to program. Don't
9033 expect output. Also, replace lots of code with gdb_test.
9034
9035 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9036
9037 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
9038 printing of '\'' (which is what the comment says we are testing,
9039 even though we were not), not '''.
9040 (test_integer_literals_rejected): Test that printing ''' is an error.
9041
9042 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
9043 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
9044 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
9045 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
9046 Use gdb_test not test_print_accept.
9047 * lib/gdb.exp: Remove test_print_accept.
9048
9049 * gdb.base/signals.exp (signal_tests_1): Make pass message
9050 consistent with fail message.
9051
9052 * gdb.base/whatis.exp: Remove xfails for printing char vs.
9053 unsigned char; the bug (PR 1821) is fixed.
9054
9055 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
9056
9057 * gdb.base/scope.exp (test_at_localscopes): Call pass for
9058 successful tests--makes xfailing them work right.
9059
9060 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9061
9062 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
9063 only \r\n, not .*. The test can pass .* as the last thing in
9064 $pattern if that is what it wants. In addition to providing this
9065 flexibility, this change should speed up pattern matching in cases
9066 where the pattern already ended with .* (there were a number of
9067 them). This change also helps catch bad patterns--in the old
9068 scheme the typo "char \*" instead of "char \\*" would pass. Now
9069 it is caught.
9070 * Many .exp files: Update callers.
9071
9072 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
9073 clearer and does not spuriously match multiple ('s. Likewise for
9074 ) and *.
9075
9076 * gdb.base/nodebug.exp: Test ability to call a function and pass
9077 it a string (even with no debugging info).
9078
9079 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
9080 "p '\'", which is the same as "p ''" once tcl gets done with
9081 quoting, to "p '\\'", which I suspect is what is intended (one
9082 backslash gets sent to GDB).
9083
9084 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
9085
9086 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9087
9088 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
9089 1817) was fixed literally years ago.
9090
9091 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9092
9093 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
9094 test, it causes stepping out of call_after_alloca_subr with
9095 optimizing compilers.
9096 (localvars_in_indirect_call): Consume GDB prompt if `finish'
9097 fails.
9098
9099 * gdb.c++/templates.exp: Source templ-info.exp only if
9100 the templates executable exists.
9101
9102 * gdb.c++/misc.cc (class Contains_static_instance,
9103 class Contains_nested_static_instance),
9104 gdb.c++/classes.exp (test_static_members): Test printing of
9105 a class that contains a static instance of the class.
9106
9107 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9108
9109 * gdb.base/langs2.c (cppsub_): Don't prototype.
9110 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
9111 only, I believe).
9112
9113 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9114
9115 * lib/gdb.exp (skip_chill_tests): New procedure.
9116
9117 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
9118
9119 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
9120
9121 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
9122 each expect pattern. Cuts runtime from 12 to about 4 seconds.
9123
9124 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9125
9126 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
9127
9128 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
9129 disassemble 8, not 16, instructions for part 4.
9130
9131 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
9132 support the latter anymore.
9133
9134 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
9135 -DNO_PROTOTYPES.
9136 * gdb.base/callfuncs.c: Control use of prototypes based on
9137 NO_PROTOTYPES, not __STDC__.
9138 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
9139 t_float_values2 tests if prototypes in use.
9140
9141 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
9142 t_double_values): When checking differences against DELTA, check
9143 that difference is within the range (-DELTA,DELTA), not just
9144 (-infinity,DELTA).
9145
9146 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
9147
9148 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
9149 'file' command firts, then 'target', then 'load', this is due to gdb
9150 target set up.
9151 * config/mips-gdb.exp: Fix a couple regular exp bugs.
9152
9153 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
9154
9155 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
9156 FP load/store variants.
9157 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
9158
9159 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
9160
9161 * gdb.base/term.exp: Do not give a warning if not native, it is
9162 not an abnormal condition.
9163
9164 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
9165
9166 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
9167 t_char_array".
9168
9169 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
9170
9171 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
9172 are getting the version number.
9173
9174 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
9175 if not native, it is not an abnormal condition.
9176
9177 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9178
9179 * lib/gdb.exp: Just use "file exists", rather than undocumented
9180 dejagnu procedure "findfile".
9181
9182 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9183
9184 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
9185 (LDFLAGS): Set to -Xlinker -Ur.
9186
9187 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
9188 Removed, these values are set by lib/gdb.exp.
9189
9190 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
9191
9192 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9193
9194 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
9195 of replicating gdb startup code.
9196
9197 * config/mt-vxworks (LDFLAGS): Set to -r.
9198 (CFLAGS_FOR_TARGET): Removed.
9199
9200 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
9201 (gdb) and gdb for vxworks uses (vxgdb).
9202
9203 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
9204 executable is not in the tree and host != target, use sed and
9205 program_transform_name to determine the gdb name used by the
9206 target.
9207
9208 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
9209 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
9210
9211 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9212
9213 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
9214 floats, chars, and shorts where there are ANSI-style function
9215 definitions.
9216
9217 * gdb.base/langs.exp, gdb.base/langs*: New test.
9218 * gdb.base/Makefile.in: Build it.
9219 * TODO: Remove item about checking that C names don't get C++
9220 demangling applied; this test tests it.
9221
9222 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9223
9224 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
9225 went with the const70 xfail. The xfail went away a year ago.
9226
9227 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
9228
9229 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
9230 for hp300.
9231
9232 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
9233
9234 * gdb.base/a1-selftest.exp: Don't run on hp300.
9235
9236 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9237
9238 * Makefile.in (site.exp): Set host_alias and target_alias as well
9239 as host_triplet and target_triplet.
9240
9241 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9242
9243 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
9244
9245 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
9246 places as other ecoff systems).
9247
9248 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
9249 ultrix.
9250
9251 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9252
9253 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
9254 remove them.
9255 * gdb.base/nodebug.exp: Accept "function" in addition to "text
9256 variable and "variable" in addition to "data variable".
9257 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
9258
9259 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
9260 2.
9261 * gdb.base/list1.c (long_line): Add additional statement at start
9262 of function.
9263 * gdb.base/list.exp (test_forward_search): Update line number to
9264 reflect new statement.
9265
9266 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9267
9268 * gdb.base/signals.exp: Reinitialize searched source directories
9269 after gdb_start call.
9270
9271 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
9272
9273 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
9274 * gdb.stabs/Makefile.in: Likewise.
9275
9276 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
9277 change. Instead split the tests into smaller pieces.
9278 * gdb.disasm/hppa.s: Corresponding changes.
9279
9280 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9281
9282 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
9283 Quote ^C when passing it to stty. For some shells ^ is a pipe.
9284
9285 * gdb.base/funcargs.exp: Modify many tests so that every test
9286 either passes or fails. Make some test names unique.
9287
9288 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9289
9290 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
9291 Call stty to set interrupt character.
9292
9293 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
9294 for HP assembler versus GNU assembler based on actual behavior of
9295 $(CC), rather than assuming that $(AS) is always the GNU assembler.
9296
9297 * TODO: Suggest a few more stepping tests.
9298
9299 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
9300
9301 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
9302 restart GDB for h8300 after a continue.
9303 (return): Add pattern to match a29k-udi behavior.
9304 * gdb.base/nodebug.exp: Remove obsolete comment.
9305 * gdb.base/regs.exp: New file, testing of register displays.
9306 * gdb.base/return.exp: Fix typo in reference to $objdir.
9307 * gdb.base/whatis.exp: Always start with a fresh GDB.
9308
9309 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9310
9311 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
9312 higher, these tests generate a lot of output.
9313
9314 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9315
9316 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
9317 code following the catch silently ignored some errors; without the
9318 catch they should be thrown like any other tcl error. Also, the
9319 catch used "" instead of {} which meant all the callers who wanted
9320 to include one of the characters "[]$ had to quote it an extra time.
9321 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
9322 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
9323 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
9324 Remove extra quoting.
9325
9326 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
9327
9328 * gdb.base/commands.exp: Make test names unique; every test either
9329 passes or fails. Update some comments.
9330
9331 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
9332
9333 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9334
9335 The following fixes a FAIL caused by the fact that the alpha stabs
9336 configuration didn't use the ".if alpha" code in weird.def.
9337 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
9338 bit pointer, so the 32 bit version works even on the alpha.
9339 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
9340 Remove the stuff which allowed us to have separate versions for
9341 alpha and everything else.
9342
9343 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
9344 regexp which "info func operator\[\](" is supposed to match. Fix
9345 string to send to GDB. Note that GDB still doesn't work right. Add a
9346 new test for "info func .perator\[\](" which GDB does handle correctly.
9347
9348 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
9349
9350 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9351
9352 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
9353 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
9354 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
9355 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
9356 it makes the tests harder to understand and confuses test-o-matic.
9357 The preferred style is that each test provides a PASS or a FAIL,
9358 and has a unique message (e.g. "continue #54" not just "continue")
9359 which is the same for the pass and the fail.
9360 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
9361 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
9362 to lib/gdb.exp.
9363 * gdb.base/printcmds.exp: Use test_print_accept. Remove
9364 prt_accept which was basically the same thing. Likewise for
9365 test_print_reject and prt_reject.
9366 * lib/gdb.exp (test_print_reject): Add some more error message
9367 patterns to match from the former printcmds.exp (prt_reject).
9368 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
9369 One defect of the passcount stuff is that some of it failed to
9370 report XPASS where appropriate.
9371 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
9372 stuff before and after arg in expected pattern.
9373 (test_paddr_operator_functions): Re-do test without print_addr_of;
9374 this is the only test which seems to want extra stuff there.
9375
9376 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9377
9378 * gdb.base/nodebug.exp: Update new tests to reflect improved
9379 wording of gdb output.
9380
9381 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
9382 and "ptype" work on variables in files compiled without -g.
9383 Replaces commented out "maint print msymbol" tests.
9384
9385 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9386
9387 * gdb.base/setvar.c (dummy): Call malloc.
9388
9389 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
9390 losing with the irix4 sed.
9391
9392 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
9393 ALRM" on irix4.
9394
9395 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9396
9397 * TODO: Remove items about corefile.exp testing new exec-file and
9398 backtrace; both are now done. Add items about printing enums.
9399
9400 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9401
9402 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
9403 "get signal $thissig" test fails.
9404
9405 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
9406
9407 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9408
9409 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
9410 compiler warning with dec alpha compiler.
9411
9412 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
9413 extra \n from gdb_test call (this explains why the prompt test
9414 that I removed yesterday was there).
9415 (user_defined_command_test): Remove extra \n and prompt test.
9416
9417 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
9418 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
9419 doesn't exist.
9420 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
9421 Also remove alpha workaround, which turns out to be because
9422 SIGABRT == SIGLOST.
9423
9424 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
9425
9426 * gdb.base/help.exp: Don't test "help show".
9427
9428 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9429
9430 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
9431 "set print address" is on.
9432 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
9433 pass prompt to gdb_test; gdb_test already looks for the prompt.
9434
9435 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
9436
9437 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
9438 was a vestige of the manual TESTSTRATEGY, and the purpose of it
9439 was to make sure that gdb can read a core file. But (a) the "read
9440 the corefile" part didn't make it to a1-selftest.exp, we just
9441 delete the corefile after creating it, and (b) we test reading
9442 corefiles in corefile.exp anyway. Also, this test left around a
9443 xgdb process on Solaris.
9444
9445 * gdb.base/corefile.exp: Also test backtrace.
9446
9447 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
9448
9449 * gdb.base/commands.exp: Test a simple user defined command with
9450 arguments and if/while statements; verify the full user command is
9451 printed by "show user".
9452
9453 * gdb.base/commands.exp: Test if/while commands as part of a
9454 breakpoint command list; verify they appear in breakpoint
9455 information.
9456
9457 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9458
9459 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
9460 than by dividing by zero.
9461
9462 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
9463
9464 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
9465 performing an inferior call with watchpoints enabled.
9466 * gdb.base/watchpoint.c (main): Delete second unnecessary read
9467 call.
9468
9469 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9470
9471 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
9472 of "file" command.
9473
9474 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
9475 Add additional pattern for when "int operator int(void);" appears
9476 in a different order.
9477
9478 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9479
9480 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
9481
9482 * gdb.base/help.exp: Replace most of docstrings for "info signals"
9483 and "signal" with ".*".
9484
9485 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9486
9487 * TODO: Add note about "handle all nostop".
9488
9489 * gdb.base/{sigall.c, sigall.exp}: New test.
9490 * gdb.base/Makefile.in: Add it.
9491
9492 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9493
9494 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
9495 when invoking GDB, suppresses any windowing interface.
9496
9497 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
9498
9499 * config/sim-gdb: New file, simulator testing support.
9500
9501 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
9502
9503 * gdb.base/interrupt.exp: Test calling func1 twice.
9504
9505 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
9506
9507 * gdb.base/list.exp (test_forward_search): Set timeout higher
9508 when we'll be getting lots of output from gdb.
9509
9510 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
9511 "init_malloc" to after the expect statement. Run it if that
9512 regexp is taken, but also for two others which happen if source
9513 cannot be found.
9514
9515 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9516
9517 * gdb.base/printcmds.exp: New test, for printing register before
9518 program is running.
9519
9520 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9521
9522 * gdb.base/list.exp: Correct some alternate expect patterns
9523 to reflect changes in list1.c.
9524
9525 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9526
9527 * TODO: Add item regarding large frames.
9528
9529 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
9530
9531 * TODO: Remove item about enabling return.exp; it
9532 is enabled. Suggest a few more "return" tests.
9533
9534 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9535
9536 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
9537 anonymous unions.
9538
9539 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9540
9541 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
9542 and pr-5646.o, so "make" is the same as "make all", not "make
9543 pr-4975.o".
9544
9545 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
9546
9547 * gdb.base/list.exp: Adjust expectations to reflect changes in
9548 list1.c.
9549 (test_forward_search): New test proc.
9550 * gdb.base/list1.c (long_line): New function, has long source line.
9551
9552 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
9553
9554 * gdb.base/a1-selftest.exp: Change initial stepping to know about
9555 additional line of code that was added.
9556
9557 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
9558
9559 * gdb.disasm/hppa.s: Break the large branching tests into smaller
9560 tests so as not to overflow expect's input buffers.
9561 * gdb.disasm/hppa.exp: Corresponding changes.
9562
9563 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9564
9565 Beginnings of template debugging tests.
9566 * gdb.c++/templ-info.cc: New file to test for template
9567 debugging capability of the compiler.
9568 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
9569 templ-info.cc.
9570 * gdb.c++/templates.cc: Add explicit template instantiations
9571 to enable compiling with -fno-implicit-templates. Add destructor
9572 and 'value' method to T5 class for template tests.
9573 * gdb.c++/templates.exp: Add testcases for printing of template
9574 types, setting breakpoints on template methods and calling a
9575 template method.
9576
9577 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
9578
9579 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
9580 branch target since some assemblers (gas-2.5) may emit a
9581 relocation for the branch instead of resolving it in the
9582 assembler.
9583
9584 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9585
9586 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
9587 through signal handler.
9588
9589 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9590
9591 * configure.in (*-*-netware): Use config/mt-netware.
9592
9593 * config/mt-netware: New file.
9594 * config/mt-i386-netware: Removed, separate configs for different
9595 netware architectures are no longer needed now that we have
9596 --with-headers.
9597
9598 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9599
9600 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
9601 by the recent changes to use ANSI C arithmetic conversions.
9602
9603 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9604
9605 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
9606 bug involving using inferior_pid to figure out whether to select a
9607 frame.
9608
9609 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
9610
9611 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
9612 match the current disassembler output.
9613
9614 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
9615
9616 * gdb.fortran/exprs.exp: Expect VOID instead of void.
9617 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
9618 types, expect "int" as type of integer values (for now).
9619
9620 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
9621
9622 * gdb.base/commands.exp: New tests for if/while commands.
9623
9624 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
9625
9626 * lib/gdb.exp (runto): Replace sub-pattern for hex value
9627 by .*, since hex values have different syntax in Chill mode.
9628
9629 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9630
9631 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
9632 linefeed from expect pattern for repeated types with indices > 9.
9633
9634 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
9635
9636 First part of Fortran test suite.
9637 * gdb.fortran: New directory.
9638 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
9639
9640 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9641
9642 * gdb.base/default.exp: Update expect pattern for load command
9643 without arguments.
9644
9645 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9646
9647 * configure.in: Change i386 to i[345]86.
9648 * gdb.base/configure.in: Likewise.
9649 * gdb.c++/configure.in: Likewise.
9650 * gdb.chill/configure.in: Likewise.
9651
9652 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
9653
9654 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
9655 patterns, since that is not a valid context for comments.
9656
9657 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
9658
9659 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
9660 repeated types and repeated types with indices > 9.
9661
9662 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9663
9664 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
9665 2417; old bug has been fixed.
9666
9667 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
9668
9669 * gdb.base/interrupt.exp: When trying to wake up the inferior,
9670 send the newline ourselves instead of assuming gdb_test will do
9671 so when passed an empty input string.
9672
9673 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
9674 stabs testcode.
9675
9676 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9677
9678 * lib/gdb.exp (gdb_test): Don't send anything if the first
9679 argument is an empty string. This makes cases where we want to
9680 match output that is already in expect's buffers (for example,
9681 matching a breakpoint after gdb_run_cmd has been called) work
9682 reliably.
9683
9684 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9685
9686 * config/netware.exp: New file.
9687
9688 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9689
9690 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
9691 the -B and -L prefixes so we can find the debugging stub.
9692
9693 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
9694 there and we are using the gcc from the tree.
9695
9696 * gdb.base/types.c: Removed.
9697
9698 * gdb.base/configure.in: Look for makefile fragments in ../config.
9699 Recognize i386-*-netware.
9700 * gdb.c++/configure.in: Likewise.
9701
9702 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9703
9704 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
9705 the correct TCL syntax.
9706
9707 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9708
9709 * gdb.base/opaque.exp: use runto instead of messing around with
9710 breakpoints. Simplify by using gdb_test.
9711
9712 * gdb.base/bitfields.exp: restart between tests on netware targets
9713 because breakpoints aren't relocated after target death. Run
9714 processes to completion.
9715
9716 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
9717
9718 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
9719
9720 * Makefile.in: Remove extra tabs that confuse some versions
9721 of "make". Use the newly built gdb to test with by default,
9722 rather than the first one in the tester's search path.
9723
9724 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
9725
9726 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
9727
9728 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
9729 condition help.
9730
9731 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9732
9733 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
9734
9735 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
9736 running.
9737 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
9738 * gdb.base/funcargs.exp: Likewise.
9739
9740 * gdb.base/bitfields.exp: Simplify by using gdb_test.
9741 * gdb.base/funcargs.exp: Likewise.
9742
9743 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
9744 message is "".
9745
9746 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9747
9748 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
9749 return,signals,twice}.exp: Handle non-existant binaries
9750 consistantly.
9751
9752 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
9753 * gdb.base/Makefile.in: Don't try to generate a core dump, we
9754 might testing a cross development system.
9755
9756 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9757
9758 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
9759 runtest script is relative to ${srcdir}, not ${rootdir}.
9760
9761 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
9762
9763 * gdb.base/signals.exp: Allow for optionality of breakpoint
9764 address.
9765
9766 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9767
9768 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
9769
9770 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9771
9772 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
9773 for size_t definition.
9774 * gdb.c++/templates.cc: Likewise
9775
9776 * config/mt-i386-netware: New file.
9777
9778 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
9779 defined.
9780
9781 * gdb.base/Makefile.in: Added support for systems that name core
9782 files by appending "core" to the program name.
9783 * gdb.base/a1-selftest.exp: Likewise.
9784
9785 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9786
9787 * gdb.base/return.exp: Add comment and message for `return double'
9788 test failure on Sparc Solaris.
9789
9790 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
9791
9792 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
9793
9794 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9795
9796 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
9797 from optimizing them away.
9798 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
9799 patterns to include default constructors and assignment operators,
9800 to match gcc versions beyond 2.5.8. Accept any cplus demangling
9801 character in the output of the virtual base pointer.
9802
9803 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9804
9805 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
9806 expression match in print_addr_of to avoid unintented matches.
9807 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
9808 versions up to 2.5.8.
9809
9810 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9811
9812 * gdb.base/list.exp: Tweak alternate pattern for listing of an
9813 included file to run under newer versions of expect.
9814 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
9815 consecutive >'s in templates to accomodate recent cplus-dem.c change.
9816 Remove xfail for the virtual table of BDDHookV.
9817
9818 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
9819
9820 * lib/gdb.exp (string_to_regexp): Set a default result.
9821 (default_gdb_start): Fix misleading message.
9822
9823 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
9824
9825 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
9826 Remove all CC, etc definitions.
9827 * config/mt-hpux: New file.
9828 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
9829 (CFLAGS, LDFLAGS): Define.
9830 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
9831
9832 * Makefile.in (site.exp): Don't insert host_os, etc.
9833 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
9834 (distclean): Check existence of subdir.
9835 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
9836 * gdb.base/Makefile.in: General cleanup and simplification.
9837 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
9838 to build executables. Use default rule to build .o files.
9839 (EXPECT, RUNTEST, CC): Fix relative pathname.
9840 (site.exp): Don't insert host_os, etc.
9841 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
9842 and/or SIGUSR1 defined.
9843 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
9844 * gdb.c++/Makefile.in: General cleanup and simplification.
9845 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
9846 (CFLAGS): Remove.
9847 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
9848
9849 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
9850
9851 * gdb.base/recurse.exp: Misc changes to get tests running again
9852 after Kung's changes to the watchpoint code.
9853 * gdb.base/watchpoint.exp: Likewise.
9854
9855 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
9856
9857 * lib/gdb.exp (string_to_regexp): Convert {\} also.
9858
9859 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9860
9861 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
9862 * lib/gdb.exp (default_gdb_start): Define.
9863 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
9864 gdb.base/funcargs.exp, gdb.base/opaque.exp,
9865 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
9866 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
9867 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
9868 Don't call gdb_target_udi in between tests.
9869
9870 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9871
9872 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
9873 (which was basically just a local version of the same thing). In
9874 addition to avoiding duplication, gdb_test_exact is faster.
9875 * lib/gdb.exp (gdb_test_exact): Fix typo.
9876
9877 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
9878 don't give an error.
9879
9880 * gdb.base/term.exp: Call delete_breakpoints before starting.
9881
9882 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
9883 (t10): Add comment.
9884
9885 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
9886
9887 Reorganization of the GDB Test Suite.
9888
9889 * gdb.base: New directory, contains all the basic tests.
9890 * gdb.c++: New directory, tests specific to C++.
9891 * gdb.chill: New directory, tests specific to Chill.
9892 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
9893 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
9894 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
9895 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
9896 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
9897 t30-31 to chill).
9898 * */gdbme.*: Rename to match appropriate expect scripts.
9899 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
9900 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
9901 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
9902 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
9903 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
9904 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
9905 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
9906 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
9907 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
9908 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
9909 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
9910 gdb.c++/virtfunc.cc: New names of C++ files.
9911 * gdb.chill/chillvars.ch: New name of Chill file.
9912 * gdb.base/configure.in, gdb.c++/configure.in,
9913 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
9914 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
9915 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
9916 * configure.in (configdirs): Update to reflect directory changes.
9917 (target_abbrev): No longer define for any configuration.
9918 * Makefile.in: Cosmetic improvements to header comments.
9919
9920 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
9921
9922 Various changes to gdb.t31:
9923
9924 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
9925 * gdbme.ch: Make all key-words and predefineds be upper-case.
9926 * chillvars.exp: Expect key-words and predefinds in upper-case.
9927
9928 * chillvars.exp: Use gdb_test_exact many places.
9929 Change expected output for arrays (which now includes index labels).
9930
9931 * pr-5020.exp, gdme.ch (module PR_5020):
9932 New test, for PR-5020.
9933
9934 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
9935
9936 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
9937 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
9938
9939 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
9940
9941 * Makefile.in: Fix bit-rot in definitions of CHILL,
9942 CHILL_FOR_TARGET and Chill_LIB.
9943 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
9944 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
9945 CHILL, and CHILL_LIB.
9946
9947 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
9948
9949 * Revert the previous changes. Please see Rob's directory
9950 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
9951
9952 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
9953
9954 * Makefile.in, configure.in, config/mips-gdb.exp,
9955 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
9956 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
9957 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
9958 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
9959 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
9960 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
9961 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
9962 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
9963 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
9964 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
9965 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
9966 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
9967 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
9968 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
9969 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
9970 changes from 94Q1.
9971
9972 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
9973
9974 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
9975 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
9976 Rob's new testing fragments.
9977
9978 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
9979
9980 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
9981 lib/gdb.exp: Replace error proc calls with perror.
9982
9983 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
9984
9985 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
9986 version also, match on casted version strings, and match on
9987 gdb startup case where the line numbers might be messed up.
9988
9989 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
9990
9991 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
9992 (CFLAGS): Delete it from here.
9993
9994 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
9995
9996 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
9997
9998 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
9999
10000 * Makefile.in (RUNTEST): Default to just "runtest".
10001
10002 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10003
10004 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
10005 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
10006 the code has been restructured.
10007
10008 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10009
10010 * gdb.t00/default.exp (set write): Allow any number of \r and/or
10011 \n, not just one of each.
10012
10013 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
10014 /bin/cc gives a warning if you do.
10015
10016 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
10017
10018 * gdb.t24/demangle.exp: change expect pattern of
10019 __t10ListS_link1ZUiRCUiPT0
10020
10021 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10022
10023 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
10024 on local variables in recursive functions.
10025
10026 * gdb.t07/Makefile.in: Build the new test.
10027
10028 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10029
10030 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
10031 directly. Instead compare the return values from actual calls.
10032
10033 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
10034
10035 * Makefile.in (check): Set TCL_LIBRARY for runtest.
10036
10037 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10038
10039 * From Peter Schauer with minor modifications.
10040 * gdb.t15/return.exp (return_tests): Handle targets where "return"
10041 stops in mid-line in the caller. Add xfail for returning a float
10042 value on X86 targets.
10043
10044 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10045
10046 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
10047 to avoid expect lossage.
10048 (fmem_LRbug_tests): Likewise.
10049 * gdb.disasm/hppa.s: Corresponding changes.
10050
10051 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
10052 conditions to work with latest dejagnu/expect.
10053
10054 * gdb.t15/funcargs.exp (finish from indirect call): No longer
10055 expected to fail on the PA.
10056 (backtrace in call with trampolines): Explicitly require main
10057 to be frame #1 (no trampolines should show up in backtrace).
10058
10059 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
10060 "continue -expect".
10061 * gdb.t06/break.exp: Likewise.
10062 * gdb.t07/watchpoint.exp: Likewise.
10063 * gdb.t13/bitfields.exp: Likewise.
10064 * gdb.t15/{funcargs,return}.exp: Likewise.
10065 * gdb.stabs/weird.exp: Likewise.
10066 * config/{mips,udi}-gdb.exp: Likewise.
10067
10068 * hppa.sed: Enclose comments within a sed command to avoid
10069 losing with the old OSF1 sed.
10070
10071 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10072
10073 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
10074 sequent dynix.
10075 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
10076 * gdb.t15/funcargs.exp: Conditionally step again to really
10077 finish from marker_call_with_trampolines. Handle the case where
10078 the first step from within call_with_trampolines already steps
10079 us back to main.
10080 * gdb.t15/gdbme.c: Add comment to closing brace of
10081 call_with_trampolines for funcargs.exp.
10082
10083 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10084
10085 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
10086 Fix typo(s).
10087
10088 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10089
10090 * gdb.t07/gdbme.c: More code for watchpoint testing.
10091
10092 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
10093 "Hardware watchpoint" throughout file.
10094 (test_watchpoint_triggered_in_syscall): New test.
10095 (test_complex_watchpoint): New test.
10096
10097 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10098
10099 * gdbme.c (call_with_trampolines): New function to try and step
10100 into. Tests trampoline problems on the PA.
10101
10102 * funcargs.exp (localvars_in_indirect_call): No longer expect
10103 stepping into indirect call to fail on PAs.
10104 (test_stepping_over_trampolines): New test.
10105
10106 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10107
10108 * TODO: Add suggestions for static member function tests, and
10109 completion tests.
10110
10111 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10112
10113 * TODO: Add suggestions for "p/a" tests.
10114
10115 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
10116 (default_gdb_exit): Replace all the hair with sending "quit" to
10117 the process with a simple close.
10118
10119 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10120
10121 * TODO: Add suggestions for shared library tests.
10122
10123 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10124
10125 * TODO: Add suggestions for x/s tests.
10126
10127 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10128
10129 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
10130 "enable once", and "enable breakpoints once" with ".*".
10131
10132 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10133
10134 * TODO: Add suggestions about structure passing tests.
10135
10136 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10137
10138 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
10139 the primary1 test, use work around if __GNUC__ < 2.
10140 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
10141 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
10142 Test for bad output rather than waiting for timeout. Issue
10143 second continue only if first continue failed.
10144
10145 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10146
10147 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
10148 operator[] test with gdb_test because the old code didn't seem to
10149 be getting the quoting right with the new dejagnu.
10150
10151 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
10152
10153 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
10154 one from the path.
10155 * Makefile.in: Use a fresh expect if there is one, use runtest
10156 from the src tree if there is one.
10157
10158 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10159
10160 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
10161 next over recursive call. Revise the tests from that point on
10162 (which had been skipped) to match GDB's actual (correct) output.
10163
10164 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
10165 with next over a breakpoint whose condition is false.
10166
10167 * gdb.t00/help.exp: Comment out "help set print" tests just like
10168 (and for same reason as) "help set" test.
10169
10170 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10171
10172 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
10173 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
10174
10175 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10176
10177 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
10178 necessary gdb_target_udi.
10179
10180 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
10181
10182 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
10183 1838 and 2417; they are fixed.
10184
10185 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
10186 gdb.t03/ptype.exp (ptype structure, ptype union):
10187 Remove xfails; the test is looser than when the xfails were added.
10188
10189 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
10190 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
10191
10192 * gdb.t01/run.exp: Only run shell test if isnative.
10193
10194 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
10195 since "run" automatically loads if necessary. Call gdb_target_udi
10196 after the "file" since "file" kills any execution target.
10197
10198 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
10199 GDB. GDB doesn't work that way (not anymore at least) on UDI.
10200 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
10201 argument for UDI.
10202
10203 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10204
10205 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
10206
10207 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
10208
10209 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10210
10211 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
10212 properly quoting regexps. This makes the second argument to
10213 demangle a fixed string, which matches the callers, instead of a
10214 shell-style pattern which is what the previous implementation
10215 used. Update some of the callers.
10216
10217 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10218
10219 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
10220 (comib_nullified_tests): Fix typo.
10221 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
10222 strings. No longer expected to fail.
10223
10224 * gdb.disasm/hppa.s (addib_tests): Fix typo.
10225 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
10226 strings. No longer expected to fail.
10227
10228 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
10229 string. No longer expected to fail.
10230
10231 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10232
10233 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
10234 No longer expected to fail.
10235
10236 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
10237 string. No longer expected to fail.
10238
10239 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10240
10241 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
10242 only in the names (I probably got most of them). I was even
10243 generous with some which differed in underscores in names, and
10244 probably missed a few, and I *still* was able to remove almost a
10245 third of the file with almost no impact on testsuite coverage.
10246
10247 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10248
10249 * gdb.t00/default.exp: Match udi_attach error message as well as
10250 the one from child_attach.
10251
10252 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
10253
10254 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
10255
10256 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
10257 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
10258
10259 * Move test with enums and partial symbols back to
10260 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
10261 Reverts the change of 26 May 93. Per today's change to
10262 stabs.texinfo, the behavior that weird.exp was expecting was
10263 unreasonable; what is important is that the compiler+gdb get
10264 things right, which happens with a recent gcc. Also fix the test
10265 to deal with native compilers which put out the stab gdb can't
10266 deal with.
10267
10268 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10269
10270 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
10271 in the names. The main thing these accomplish is to slow things down.
10272 Many more such duplicates surely remain.
10273
10274 * gdb.t00/help.exp: Comment out "help support" test just like
10275 (and for same reason as) "help set" test.
10276
10277 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
10278
10279 * gdb.t06/break.exp: Remove setup_xfails for
10280 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
10281 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
10282 about known bug in gcc to include up through 2.5.8.
10283 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
10284 well as "_vb$".
10285 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
10286 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
10287 with latest gcc and gdb.
10288 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
10289 well as "_vb$".
10290
10291 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10292
10293 * configure.in (hppa*-*-*): Also configure and build stabs-only
10294 tests.
10295
10296 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10297
10298 * gdb.t10/hppa.mt: A makefile fragment for the PA.
10299 * gdb.t10/configure.in (hppa*-*-*): Use it.
10300
10301 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10302
10303 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
10304
10305 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10306
10307 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
10308 versions prior to 1.13.5.
10309
10310 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10311
10312 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
10313 the prompt is at the start of a line.
10314
10315 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10316
10317 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
10318 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
10319 in the copr tests now.
10320 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
10321 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
10322 expected to fail.
10323
10324 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
10325
10326 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
10327 gdb.t31/chillvars.exp, lib/gdb.exp:
10328 Tweak to run under either version of expect.
10329 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
10330 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
10331 * gdb.t11/list.exp: Remove extraneous whitespace.
10332
10333 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10334
10335 * gdb.t16/printcmds.exp (test_print_strings): Accept
10336 "(unsigned char *) " before the string.
10337
10338 * TODO: Add notes about printing of fancy types and GDB expressions.
10339
10340 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
10341
10342 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
10343 * gdb.t06/configure.in: Don't try to compile signals test program
10344 if doing mips-idt-ecoff.
10345
10346 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
10347
10348 * Most .exp files: Tweak to run under either version of expect.
10349
10350 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10351
10352 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
10353 xfails; I'm not sure why they are failing, but not because of PR 1806.
10354
10355 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
10356
10357 * config/unix-gdb.exp: Remove gdb_unload cause it's already
10358 defined in lib/gdb.exp.
10359
10360 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10361
10362 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
10363 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
10364 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
10365 have to be typeless.
10366
10367 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10368
10369 * TODO: Add suggestion for copyright year test.
10370
10371 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
10372
10373 * configure.in (*-*-lynxos*): Add stabs tests.
10374
10375 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10376
10377 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
10378 so insert a tab before any assembler directive in column zero.
10379
10380 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
10381 stores.
10382 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
10383 stores.
10384 (fpu_short_memory_tests): Likewise.
10385
10386 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10387
10388 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
10389 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
10390 .stabs directives in comments.
10391
10392 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10393
10394 * TODO: New file, describing tests we could write.
10395 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
10396
10397 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10398
10399 * gdb.t06/signals.exp: Add kludge to force re-sync.
10400
10401 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
10402 to xgdb instead of gdb, get out of gdb.
10403
10404 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
10405
10406 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
10407 for info.
10408
10409 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10410
10411 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
10412 * gdb.stabs/configure.in (hppa*-*-*): Use it.
10413 * gdb.stabs/hppa.sed: New sed script for the PA.
10414
10415 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10416
10417 * gdb.stabs: Re-write weird.def and configuration to use sed
10418 instead of cpp. sed is portable and POSIX; cpp is neither.
10419
10420 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10421
10422 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
10423
10424 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10425
10426 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
10427
10428 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10429
10430 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
10431 "_vb$".
10432 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
10433 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
10434
10435 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10436
10437 * lib/gdb.exp: Comment out code which depends on non-existent
10438 `transform' procedure.
10439
10440 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
10441
10442 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
10443 * lib/gdb.exp: Transform tool name.
10444 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
10445 1.1's new error handling system.
10446
10447 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10448
10449 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
10450
10451 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10452
10453 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
10454 They made pattern matching so slow that timeouts happened on
10455 heavily loaded systems. Now any output from "show print" which
10456 gets us back to the GDB prompt is a PASS.
10457
10458 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
10459
10460 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
10461
10462 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10463
10464 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
10465
10466 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
10467 It is not from PR 3220.
10468
10469 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10470
10471 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
10472 just started failing because they depended on the order the
10473 subcommands are presented, or exact docstring text. This kind of
10474 test is a pain and has minimal benefit.
10475
10476 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10477
10478 * gdb.t09/corefile.exp: At end of test, use "core" command with
10479 no arguments.
10480
10481 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
10482
10483 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
10484 17}/Makefile.in: Make it possible to run the testsuite with Sun
10485 make and CC = cross gcc by adding explicit build rules for .o
10486 files.
10487
10488 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10489
10490 * gdb.t15/funcargs.exp: Don't put comments on same line as
10491 setup_xfail (@#$*%& tcl braindamage!).
10492
10493 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10494
10495 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
10496
10497 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
10498
10499 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
10500 * gdb.t20/inherit.exp: remove three dumplicate entries.
10501
10502 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10503
10504 * gdb.t06/break.exp: For "next over recursive call", fail on any
10505 incorrect output, not just on "factorial (value=2)".
10506
10507 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10508
10509 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
10510 working now. Add an xfail if accesing a bss variable causes
10511 a memory error if the target is not yet run.
10512
10513 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10514
10515 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
10516 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
10517 name of __st* demangling (2 strings). Did Kung really get the
10518 more than 95 others right without testing them?
10519
10520 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
10521
10522 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
10523
10524 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
10525
10526 * configure.in (configdirs): Add gdb.disasm
10527 * gdb.disasm: New directory for GDB disassembler tests.
10528 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
10529
10530 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10531
10532 * gdb.t00/help.exp: Don't test "help set".
10533
10534 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
10535 from within expect statements. None of these happen anymore and
10536 they cause regressions to be silently unnoticed.
10537
10538 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
10539 messages) about known failures with gcc cygnus-2.4.5-930417.
10540
10541 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
10542 comp-info.exp so it gets built if it doesn't exist.
10543
10544 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
10545 it is no longer used.
10546 * gdb.t13/comp-info.c: Removed.
10547
10548 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10549
10550 * gdb.t06/signals.exp: Add xfail for sun3.
10551
10552 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10553
10554 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
10555 relevant because ^C doesn't get sent but failure can be reproduced
10556 interactively).
10557
10558 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10559
10560 * gdb.stabs/alpha.mt: New configuration file for alpha.
10561 * gdb.stabs/configure.in: Use it.
10562 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
10563 sharing with alpha.mt, redefine long to word via preprocessor.
10564 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
10565 for alpha.
10566 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
10567 native cc.
10568 * gdb.t00/teststrategy.exp: Change expect string so that we
10569 consume the `(xgdb)' from the command echo and from the gdb prompt.
10570 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
10571 gdb currently compares all values as long, so this failure probably
10572 applies to any configuration where LONGEST is bigger than a target int.
10573 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
10574 with gcc.
10575 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
10576 to handle opaque pointers, gcc is.
10577 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
10578 as first argument. Include <sys/types.h> and change all operator
10579 new definitions to use size_t.
10580 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
10581 now that we use size_t.
10582
10583 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10584
10585 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
10586 a long or float array cast all array members to the same type.
10587 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
10588 with 64 bit longs.
10589 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
10590 on alpha.
10591 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
10592
10593 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10594
10595 * gdb.t24 (demangle.exp): Constructors of templates have names like
10596 vector<int>::vector(int) not vector<int>::vector<int>(int). See
10597 section 14.6 of the ARM.
10598
10599 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
10600 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
10601 accomplish little and slow down the testsuite.
10602
10603 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
10604 Accept spaces various places.
10605
10606 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10607
10608 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
10609 with watchpoint enabled.
10610
10611 * Makefile.in: Remove definition of CC and remove the second
10612 definition of CXX (the "CXX = gcc" one remains). These definitions
10613 were causing backquotes to be expanded within backquotes, which
10614 doesn't work.
10615
10616 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10617
10618 * gdb.t17/callfuncs.exp: Add "return 0" to end.
10619
10620 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10621
10622 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
10623 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
10624 by mips cc and contains no stabs entries.
10625
10626 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
10627
10628 * config/vx-gdb.exp: Use fake device to load files rather than
10629 NFS.
10630 * lib/gdb.exp: New proc to do "file" command.
10631 * config/unix-gdb.exp: Use new "file" proc.
10632
10633 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10634
10635 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
10636 Rework board rebooting slightly.
10637 (gdb_exit): Don't exit from the remote shell; there isn't one.
10638 * gdb.stabs/weird.exp: If a program is being debugged already,
10639 kill it.
10640 * gdb.t04/setvar.exp: Stop and restart gdb.
10641 * gdb.t05/expr.exp: Likewise.
10642 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
10643 restart gdb and reload the program.
10644 * gdb.t08/opaque.exp: Likewise.
10645 * gdb.t12/scope.exp: Likewise.
10646 * gdb.t13/bitfields.exp: Likewise.
10647 * gdb.t15/funcargs.exp: Likewise.
10648 * gdb.t20/classes.exp: Likewise.
10649 * gdb.t03/ptype.exp: Increase timeout.
10650 * gdb.t16/printcmds.exp (test_print_string_constants,
10651 test_print_array_constants): Likewise.
10652 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
10653 * gdb.t20/classes.exp (do_tests): Likewise.
10654 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
10655
10656 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
10657
10658 * gdb.stabs: Renamed *wierd* to *weird*.
10659
10660 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10661
10662 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
10663 for timeout. Add "known gcc 2.4.5 bug" to failure message.
10664
10665 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10666
10667 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
10668 (do_tests): Remove xfail for whatis on one_var and two_var.
10669
10670 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
10671
10672 * Makefile.in: Made cross building work better by adding
10673 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
10674
10675 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10676
10677 * gdb.t15/{return.c,return.exp,Makefile.in}:
10678 New test, currently commented out.
10679
10680 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
10681
10682 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
10683 still running and removes the leftover named socket so GDb can do
10684 clean restarts.
10685
10686 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
10687
10688 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
10689 console, not GDB.
10690 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
10691 cross testing works better with "make check"
10692 * config/unix-gdb: Use default procedures for exit and version.
10693 * config/vx-gdb.exp: Cleaned up and massaged back to working order
10694 with the newest VxWorks.
10695
10696 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10697
10698 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
10699 old form.
10700
10701 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
10702 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
10703
10704 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
10705
10706 * config/unix-gdb.exp: Remove this version of gdb_exit
10707 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
10708 Rob says he'll look at it when he gets back to testing boards.
10709
10710 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
10711
10712 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
10713 an expected fail for certain ptype commands.
10714
10715 * gdb.t20/classes.exp: Update expected results of "ptype class
10716 Base1" to account for the constructor that now appears in the type.
10717
10718 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
10719
10720 * configure.in (configdirs): Restore gdb.t04, which mysteriously
10721 disappeared from list.
10722 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
10723 "alldone" proc with call to cleanup and exit.
10724 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
10725 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
10726 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
10727 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
10728 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
10729 "alldone" proc with simple returns that suppress remaining
10730 tests. The alldone proc went away many months ago.
10731
10732 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10733
10734 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
10735
10736 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
10737
10738 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10739
10740 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
10741 as vax gdb will display them.
10742
10743 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10744
10745 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
10746 optimizers.
10747
10748 * scope.exp: Change "bad value for localval" messages so each one
10749 is unique.
10750
10751 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
10752 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
10753
10754 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
10755
10756 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10757
10758 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
10759 doesn't exist (due to optimization).
10760
10761 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10762
10763 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
10764 contains \r because the filename is long.
10765
10766 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
10767 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
10768
10769 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10770
10771 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
10772 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
10773 Ultrix.
10774 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
10775 int tests.
10776 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
10777
10778 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
10779
10780 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
10781
10782 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
10783 to match does not match the passing case but still matches the
10784 failing case.
10785
10786 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10787
10788 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
10789
10790 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
10791
10792 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
10793 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
10794 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
10795 Remove various versions of gdb_exit.
10796 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
10797 gdb_exit.
10798 * config/unix-gdb.exp: gdb_exit remains here, and should override
10799 the generic version, since it's doing a lot of wierd stuff that
10800 the other versions aren't. FIXME, fold it in, or abandon this
10801 version.
10802
10803 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10804
10805 * gdb.t24/demangle.exp: Add tests for PR 3220.
10806
10807 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10808
10809 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
10810
10811 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
10812
10813 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
10814 "i386-*-*". Works for i486 as well.
10815
10816 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
10817 bug, and expand domain of xfail to all SVR4 systems, since the
10818 actual problem is likely to be in generic SVR4 /proc support.
10819
10820 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10821
10822 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
10823
10824 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
10825
10826 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
10827 xfails for other systems. Match a missing 'Continuing.' as an
10828 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
10829
10830 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
10831 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
10832 Only issue warning for missing executables if -all option is used.
10833
10834 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
10835 file if -all option is used. It's like an unpredictable XFAIL.
10836
10837 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10838
10839 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
10840 for dynamically linked binaries.
10841
10842 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
10843
10844 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10845
10846 * gdb.t20/inherit.exp: Change message for "print tagless struct"
10847 to state that this is a known bug in old versions of g++.
10848
10849 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10850
10851 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
10852 while waiting for `Continuing'.
10853
10854 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
10855
10856 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
10857 in text, data, and bss.
10858 * gdb.t10/nodebug.c: Add local and global test variables for
10859 initialized and uninitialized data.
10860
10861 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10862
10863 * config/unix-gdb.exp (gdb_exit): Add "wait".
10864
10865 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10866
10867 * gdb.t06/signals.exp: xfail the continue from the handler for all
10868 targets.
10869
10870 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
10871 function with watchpoints enabled, the i386 call dummy starts with
10872 a call.
10873
10874 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
10875 386 bsd names its corefiles.
10876
10877 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
10878
10879 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
10880 compilers don't grok it.
10881 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
10882 with small octal ints rather than character constants, which
10883 are signed and might not fit if first promoted to int.
10884
10885 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
10886
10887 * gdb.t09/Makefile.in (clean): Remove corefile.
10888
10889 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10890
10891 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
10892
10893 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10894 and Jim Kingdon (kingdon@cygnus.com)
10895
10896 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
10897 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
10898 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
10899
10900 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10901
10902 * gdb.t17/interrupt.exp: Add xfail for hppa.
10903
10904 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10905
10906 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
10907 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
10908 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
10909 to determine signed-ness of bitfields and use the result to setup
10910 the xfail.
10911 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
10912 * gdb.t15/funcargs.exp: Use them to step until the second indirect
10913 call line is reached if necessary.
10914
10915 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10916
10917 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
10918
10919 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10920
10921 * gdb.t06/break.exp: Also test `clear' command.
10922
10923 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10924
10925 * gdb.t00/teststrategy.exp: Remove extra quote.
10926
10927 * gdb.t07/watchpoint.exp: Change xfail for calling function with
10928 watchpoint enabled to be for all non-68k machines.
10929
10930 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
10931
10932 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10933
10934 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
10935 targets use aout.mt instead of ecoff.mt as gas understands
10936 standard aout format.
10937
10938 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10939
10940 * lib/gdb.exp (runto): Don't insist that function we are running to
10941 was compiled with -g.
10942
10943 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
10944
10945 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
10946 to get back into the read system call.
10947 Accept leading newline in case where we woke it up.
10948
10949 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10950
10951 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
10952 to make the stabs test work on ecoff systems using gcc and -with-stabs.
10953 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
10954 enable ecoff configuration.
10955
10956 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10957
10958 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
10959
10960 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10961
10962 * gdb.t16/printcmds.exp: Add another printf test.
10963
10964 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
10965
10966 * configure.in: If configured -with-stabs on any target, add
10967 stabsdirs to configdirs.
10968
10969 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10970
10971 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
10972 fun" so pattern does not match the command itself.
10973
10974 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10975
10976 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
10977
10978 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10979
10980 * gdb.t17/interrupt.exp: Test for more things.
10981
10982 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10983
10984 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
10985 compiler arranges the code and line numbers.
10986
10987 * gdb.t17/interrupt.exp: Don't send \n after ^C.
10988
10989 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10990
10991 * gdb.t00/help.exp: Increase expect input buffer size.
10992
10993 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10994
10995 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
10996
10997 * gdb.t07/watchpoint.exp: Add xfail for hppa.
10998
10999 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
11000
11001 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
11002 [0-9]*, not just [0-9].
11003
11004 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11005
11006 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
11007
11008 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
11009
11010 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11011
11012 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
11013
11014 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11015
11016 * gdb.t06/signals.c: Add xfails for sun3.
11017
11018 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
11019
11020 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
11021 test_stepping tests.
11022
11023 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11024
11025 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
11026
11027 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
11028
11029 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
11030 rather than actually putting it through cpp twice.
11031
11032 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
11033
11034 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
11035
11036 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
11037 no longer needed.
11038
11039 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11040
11041 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
11042
11043 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
11044 C++ features prints as "struct", make it a pass, not an xfail.
11045
11046 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11047
11048 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
11049 Don't require VA to print as "class" rather than "struct".
11050
11051 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
11052
11053 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
11054
11055 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11056
11057 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
11058
11059 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11060
11061 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
11062 order.
11063
11064 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11065
11066 * gdb.t16/printcmds.exp: Add printf tests.
11067
11068 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
11069
11070 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
11071
11072 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
11073
11074 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
11075 pass counts, to counteract any existing or future setup_xfails.
11076
11077 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11078
11079 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
11080 {BEGIN,END}_COMMON for common block instead of STAB.
11081 * gdb.stabs/wierd.exp: Add xfail for rs6000.
11082
11083 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
11084 intp_var should be N_GSYM not N_LSYM.
11085 wierd-aout.S: Use a label for the value of the N_SO.
11086 wierd.def: Remove all backslashes.
11087 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
11088
11089 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11090
11091 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
11092 get the expected next to inheritance3.
11093
11094 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11095
11096 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
11097 now that gcc-2.4 gets it right.
11098
11099 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11100
11101 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
11102
11103 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
11104 generating comp-info.exp which works for cross-compilation.
11105
11106 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
11107
11108 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
11109 "*-*-sysv4.*".
11110
11111 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
11112
11113 * gdb.t01/run.exp: Start with a fresh gdb.
11114 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
11115 SVR4.x.
11116
11117 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
11118
11119 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
11120 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
11121 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
11122 Makefile.in (distclean, realclean): Remove gdbme.c from list of
11123 things to remove.
11124
11125 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
11126
11127 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
11128 test cases from bug reports.
11129
11130 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
11131
11132 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
11133 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
11134 avoid spurious xfails.
11135 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
11136 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
11137 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
11138
11139 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
11140
11141 * gdb.t00/teststrategy.exp: Rework to provide more useful
11142 description of each test, fix problem with systems that define
11143 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
11144 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
11145 results for "next over recursive call" so timeouts aren't taken
11146 by error.
11147
11148 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
11149
11150 * gdb.t12/scope.exp: Test printing of variables before run.
11151
11152 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
11153 printed in wrong order due to sorting.
11154
11155 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
11156
11157 * gdb.t00/teststrategy.exp: Fix expected results for printing
11158 user entered string constant. Is array of char, prints with no
11159 address.
11160
11161 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
11162 commands.
11163 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
11164 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
11165 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
11166 of struct of char arrays.
11167 * gdb.t00/radix.exp: New tests for radix commands.
11168
11169 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
11170
11171 * gdb.t16/printcmd.exp: Print a variable before running program
11172 (with xfail for AIX).
11173
11174 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
11175
11176 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
11177
11178 * gdb.t16/printcmd.exp: Don't print variables before running program.
11179
11180 * gdb.t06/break.exp: Don't require envp argument to main.
11181
11182 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
11183
11184 * gdb.t02/whatis.exp, gdb.t11/list.exp:
11185 Add xfails for rs6000.
11186
11187 * gdb.t02/whatis.exp: Change other tests not to re-test something
11188 we already tested.
11189
11190 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
11191 each type used has a variable of that type.
11192
11193 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
11194
11195 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
11196
11197 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11198
11199 * configure.in: change srctrigger to be a file, not a directory
11200
11201 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
11202
11203 * configure.in (mips-idt-ecoff*): Added trailing '*'.
11204
11205 * gdb.t11/list.exp: Fixed a couple of typos.
11206
11207 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
11208
11209 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
11210 is fixed and PR is closed.
11211 * gdb.t16 (gdbme.c): Add simple test string variable.
11212 * gdb.t16 (printcmds.exp): Add tests with simple test string
11213 variable, primarily for boundaries on "set print elements".
11214
11215 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
11216
11217 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
11218 Make leading 0's optional and don't expect a tab in the middle
11219 of the number.
11220
11221 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
11222
11223 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
11224 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
11225 don't end command passed to gdb_test with newline.
11226
11227 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
11228 signed keyword away, don't expect signed bitfields to be signed.
11229
11230 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
11231 printing with only as many 1's as are in the field as well as printing
11232 with 32 1's (see comment).
11233
11234 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
11235
11236 * gdb.t00/default.exp: Start with a fresh gdb.
11237 * configure.in (configdirs): Remove gdb.t31 until the chill
11238 compiler works again. It no longer is able to find chillrt0
11239 since it isn't in libchill.a anymore.
11240 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
11241 wierd.o, make more modular.
11242 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
11243 spurious newlines that caused problems.
11244
11245 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11246
11247 * Move test with enums and partial symbols from gdb.t03/ptype.exp
11248 to gdb.stabs/wierd.exp since GCC has worked around the bug.
11249 gdb.stabs/wierd.{exp,def}: Many new tests.
11250
11251 * gdb.t00/default.exp: update info line for new message.
11252
11253 * gdb.t02/{whatis.exp,gdbme.c}:
11254 Test that "char *" doesn't print as "caddr_t".
11255
11256 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11257
11258 * gdb.t00/help.exp: Use .* in place of some help messages which
11259 just changed.
11260 gdb.t00/default.exp: Update "info frame" test for new message.
11261 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
11262 Remove some xfails
11263
11264 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11265
11266 * gdb.t03/{gdbme.c,ptype.exp}:
11267 Add tests for typedef'd struct and union without tags.
11268 Also check "whatis" on a variable of a typedef'd enum without a tag.
11269
11270 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
11271 PRMS 1823; the bug still exists but isn't reproduced by this test
11272 anymore), and remove rs6000 XFAIL (the bug is fixed).
11273
11274 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
11275 duplicated from whatis.exp. For those that are left, accept
11276 "long", "long int", or "int" for long variables (whatis.exp already
11277 has an XFAIL for "int", so no need to fail it here).
11278
11279 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
11280 Deal with GCC's names for types now that GDB uses the compiler's names.
11281
11282 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
11283 setup_xfail's for sunos4. If we #defined the signed keyword away,
11284 don't expect GDB to know that char it is signed.
11285
11286 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
11287
11288 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
11289
11290 * configure.in (configdirs): Add gdb.t24 for C++ tests that
11291 should work on any system, regardless of debugging format.
11292 * gdb.t21/demangle.exp: Move to gdb.t24.
11293 * gdb.t24/demangle.exp: Move from gdb.t21.
11294 * gdb.t24/{Makefile.in, configure.in}: New files.
11295
11296 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11297
11298 * configure.in: Do gdb.stabs and C++ tests only for stabs.
11299 * gdb.stabs: New directory.
11300
11301 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11302
11303 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
11304 not just "Quit anyway?".
11305
11306 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
11307
11308 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
11309 that all setup_xfails are immediately followed by clear_xfails.
11310
11311 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
11312
11313 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
11314 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
11315 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
11316 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
11317 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
11318 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
11319 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
11320 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
11321 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
11322 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
11323 gdb.t31/chillvars.exp, lib/gdb.exp:
11324 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
11325 bug-gdb@prep.ai.mit.edu.
11326
11327 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
11328
11329 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
11330 with 0.0, not integer 0.
11331
11332 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
11333
11334 * gdb.t06/break.exp: Update for "Kill the program" message change.
11335
11336 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
11337
11338 * Makefile.in (GDBFLAGS): Set to -nx.
11339 * Makefile.in (site.exp): Use GDBFLAGS.
11340
11341 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11342
11343 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
11344 Makefiles.
11345 (check): depend on just-check.
11346 (just-check): added so that tests can be run without a noop
11347 build pass.
11348
11349 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11350
11351 Switch to using configure's configdirs.
11352 * Makefile.in (Makefile): add configure.in dependency.
11353 (SUBDIRS): removed redundant assignment.
11354 * configure.in: switch subdirs assignment to configdirs.
11355 * gdb.t*/configure.in: new files.
11356
11357 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
11358
11359 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
11360 works.
11361
11362 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
11363
11364 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
11365 in explicit rules. Apparently this is not supported by some makes.
11366
11367 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
11368
11369 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
11370
11371 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11372
11373 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
11374 disappeared.
11375
11376 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11377
11378 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
11379
11380 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
11381
11382 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
11383 watchpoint problem that is now fixed.
11384 * gdb.t30/chexp.exp: Remove setup_xfail for printing
11385 uninitialized convenience variables.
11386 * gdb.t31/chillvars.exp: Fix expected patterns for printing
11387 structures.
11388
11389 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11390
11391 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
11392 which causes expect to get out of sync with gdb on long output
11393 from help set.
11394 * gdb.t09/corefile.exp: Make expected pattern for core file
11395 failing signal and frame output format less sun specific.
11396
11397 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
11398
11399 * gdb.t31/chillvars.exp: Add and remove initial dummy
11400 breakpoint, so that symbol table is forced in.
11401 (Needed at least on Sunos4, though it seems not SVR4.)
11402 * gdb.t31/chillvars.exp: Update for changed output format.
11403
11404 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
11405
11406 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
11407
11408 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
11409
11410 * Makefile.in: Added --srcdir when invoking runtest, removed the
11411 need for a local config file. (optional now)
11412
11413 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
11414
11415 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
11416 failure count used to force early termination. Add some more
11417 expected failures for gnu style demangling.
11418
11419 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11420
11421 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
11422 pmi variable from gdb.t20/gdbme to get optimized away.
11423 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
11424 Check for written corefile upon timeout _and_ eof.
11425
11426 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11427
11428 * config/unix-gdb.exp: Add missing return 0.
11429
11430 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11431
11432 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
11433 test termination.
11434
11435 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
11436
11437 * configure.in (subdirs): Put back gdb.t17 which mysteriously
11438 disappeared.
11439
11440 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
11441
11442 * gdb.t10/crossload.exp: Disable the i860-elf test until such
11443 time as i860 support works.
11444
11445 * gdb.t15/funcargs.exp: Fix expected outputs to include
11446 "backtrace 100\r" rather than just "backtrace\r", to match last
11447 change.
11448
11449 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
11450
11451 * config/udi-gdb.exp (gdb_exit): Remove close command.
11452 (gdb_target_udi): New procedure to set the UDI target.
11453 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
11454 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
11455 Added waits for prompts after several question responses. Added
11456 some more responses used by a29k-amd-udi-gdb.
11457 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
11458 pass different arguments, restart UDI connection after program
11459 completion.
11460 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
11461 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
11462 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
11463 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
11464 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
11465 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
11466 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
11467 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
11468 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
11469 after program completion.
11470 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
11471 compiled with a SELECT_VECS setting.
11472 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
11473 infinite recursion.
11474
11475 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
11476 Added checks for COFF results, and made them expected failures for
11477 all targets. It would be better to make them expected failures
11478 for COFF targets only.
11479
11480 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11481
11482 * Makefile.in: add null dvi target, don't bother to recurse
11483 through test directories for info and install-info; rename
11484 $(datadir) to be dejagnu instead of deja-gnu
11485
11486 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
11487
11488 * gdb.t31/gdbme.ch: Re-enable code that previously caused
11489 compiler to coredump.
11490 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
11491 code.
11492
11493 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
11494
11495 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
11496 coredump.
11497 * gdb.t31/chillvars.exp: Comment out tests that depend on that
11498 code.
11499
11500 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
11501
11502 * gdb.t03/ptype.exp: tests for return code from gdb_test.
11503 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
11504 which in a shell. Deletes xgdb when done.
11505 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
11506 Tests the return from the "set height" or "set width" commands.
11507 Added a few return codes where needed.
11508
11509 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
11510
11511 * Makefile.in (SUBDIRS): Add gdb.t17.
11512 * configure.in (subdirs): Add gdb.t17.
11513 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
11514 files to test gdb's calling of functions in the inferior with
11515 the correct arguments and gdb's ability to retrieve any
11516 result returned.
11517
11518 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
11519
11520 * config/unix-gdb.exp (gdb_exit): Remove close commands that
11521 may be called after gdb goes away. Previous versions of expect
11522 needed these to avoid file descriptor leaks, but they cause
11523 errors with the current revision of expect.
11524 * gdb.t00/gdbvars.exp: Use -re on expected output after
11525 setting sevenbit-strings.
11526 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
11527 to set sevenbit-strings consistent across tests.
11528 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
11529 set sevenbit-strings consistent across tests.
11530
11531 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
11532
11533 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
11534 expected output to match current "expect" expectations.
11535
11536 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
11537
11538 * gdb.t00/default.exp: Change expected output for default "source"
11539 command, to match new gdb behavior which requires a filename to
11540 source.
11541
11542 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
11543
11544 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
11545 expected fail for i486-*-* that misses the marker2 function.
11546 * gdb.t10/crossload.exp (bfddefault): Allow successful
11547 recognition of a format to pass even if no symbols are found.
11548 Explicitly catch failures where the format is not recognized
11549 or is ambiguous, and add the reason to the fail message.
11550 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
11551 the cause is and invalid target and add reason to failure message.
11552 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
11553 elf32-i386, elf32-sparc, and elf32-i860.
11554 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
11555 Set up expected failure for 'filename'::variable scope resolution,
11556 which is now apparently broken on all targets.
11557 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
11558 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
11559 gdb.t23/templates.exp: Change failure for missing binfile into
11560 just a warning.
11561 gdb.t21/demangle.exp: Change all cfront references to 'arm'
11562 references.
11563
11564 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
11565
11566 * gdb.t00/default.exp: Add expected output for default "source"
11567 command, to match new gdb behavior.
11568 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
11569
11570 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
11571
11572 * config/*-gdb.exp: returns an error, rather than exiting on
11573 internal errors.
11574
11575 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
11576
11577 * gdb.t03/gdbme.c: Add pointer to struct variable.
11578 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
11579 referencing struct members.
11580
11581 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
11582
11583 * configure.in (mips-idt-ecoff): New target.
11584 * config/mips-gdb.exp: New file for remote board using MIPS remote
11585 debugging protocol.
11586
11587 * Redid configuration scheme. Removed gdb.t*/configure.in.
11588 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
11589 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
11590 distclean targets. Built executables via .o files. Adjusted
11591 tests to account for source files in $(srcdir) rather than
11592 $(objdir).
11593 * lib/gdb.exp (runto): Don't expect () after the function name,
11594 because it may have arguments.
11595
11596 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
11597
11598 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
11599 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
11600 expected failures for mips-idt-* and mips-sgi-*.
11601 * gdb.t00/default.exp (attach): Kill process if requested.
11602 * gdb.t00/help.exp (help target core, help target): Accept a gdb
11603 that does not read core files.
11604 * gdb.t01/run.exp: Removed checks for exit status code.
11605 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
11606 it is linked in.
11607 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
11608 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
11609 appropriate, rather than doing it by hand.
11610 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
11611 execution.
11612 * gdb.t10/crossload.exp: Kill existing program if needed.
11613 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
11614 appropriate, rather than doing it by hand. Always increase
11615 timeout for this test, not just for VxWorks.
11616
11617 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
11618
11619 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
11620 of Chill STRUCT types and STRUCT values.
11621 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
11622 than "char".
11623 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
11624 struct2): New struct definitions and initializations to test
11625 simple Chill STRUCT types.
11626
11627 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
11628
11629 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
11630 the null byte at the end of strings.
11631 * gdb.t00/default.exp: Make show version insensitive to copyright
11632 date.
11633 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
11634 to avoid dependencies on target char signedness.
11635 * gdb.t16/printcmds.exp: Update expected results for explicitly
11636 unsigned char.
11637 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
11638 now work.
11639 * gdb.t21/demangle.exp: Add many more patterns for template
11640 demangling, most of them being expected failures.
11641 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
11642 string we are matching for, to match on the whole string.
11643 * gdb.t21/demangle.exp: Add many new test strings to demangle,
11644 and fix a whole bunch that had incorrect expected output but were
11645 passing anyway because of the bug in "proc demangle".
11646 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
11647 type.
11648 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
11649
11650 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
11651
11652 * gdb/testsuite: made modifications to testcases, etc., to allow
11653 them to work properly given the reorganization of deja-gnu and the
11654 relocation of the testcases from deja-gnu to a "tool" subdirectory.
11655
11656 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
11657
11658 * gdb/testsuite: Initial creation of gdb/testsuite.
11659 Migrated dejagnu testcases and support files for testing nm to
11660 gdb/testsuite from deja-gnu. These files were moved "as is"
11661 with no modifications. This migration is part of a major overhaul
11662 of dejagnu. The modifications to these testcases, etc., which
11663 will allow them to work with the new version of dejagnu will be
11664 made in a future update.
11665
11666 For additional changes see gdb.mi/ChangeLog-1999-2003.
11667 \f
11668 Local Variables:
11669 mode: change-log
11670 left-margin: 8
11671 fill-column: 74
11672 version-control: never
11673 End:
This page took 0.269988 seconds and 3 git commands to generate.